Update test.yml
This commit is contained in:
parent
f5c4bb0129
commit
0dbb62720e
36
test.yml
36
test.yml
@ -7,35 +7,7 @@
|
|||||||
- name: Ping the servers
|
- name: Ping the servers
|
||||||
ansible.builtin.ping:
|
ansible.builtin.ping:
|
||||||
|
|
||||||
- name: Gather system information
|
- name: Update all servers (Debian/Ubuntu)
|
||||||
ansible.builtin.setup:
|
apt:
|
||||||
gather_subset:
|
upgrade: dist
|
||||||
- 'network'
|
update_cache: yes
|
||||||
- 'hardware'
|
|
||||||
- 'virtualization_type'
|
|
||||||
- 'virtualization_role'
|
|
||||||
|
|
||||||
- name: Display the hostname
|
|
||||||
ansible.builtin.debug:
|
|
||||||
msg: "Hostname: {{ ansible_hostname }}"
|
|
||||||
|
|
||||||
- name: Display the operating system
|
|
||||||
ansible.builtin.debug:
|
|
||||||
msg: "Operating System: {{ ansible_distribution }} {{ ansible_distribution_version }}"
|
|
||||||
|
|
||||||
- name: Display the virtualization type
|
|
||||||
ansible.builtin.debug:
|
|
||||||
msg: "Virtualization Type: {{ ansible_virtualization_type }}"
|
|
||||||
|
|
||||||
- name: Display the virtualization role
|
|
||||||
ansible.builtin.debug:
|
|
||||||
msg: "Virtualization Role: {{ ansible_virtualization_role }}"
|
|
||||||
|
|
||||||
- name: Display the uptime
|
|
||||||
ansible.builtin.command:
|
|
||||||
cmd: uptime
|
|
||||||
register: uptime_result
|
|
||||||
|
|
||||||
- name: Show the uptime
|
|
||||||
ansible.builtin.debug:
|
|
||||||
msg: "Uptime: {{ uptime_result.stdout }}"
|
|
||||||
Loading…
Reference in New Issue
Block a user