Update gather.yml
This commit is contained in:
parent
08f3ae0768
commit
5fd37d31e5
1 changed files with 0 additions and 3 deletions
|
|
@ -14,9 +14,6 @@
|
||||||
debug:
|
debug:
|
||||||
msg: "CPU Architecture: {{ ansible_architecture }}, Total Memory: {{ ansible_memtotal_mb }} MB"
|
msg: "CPU Architecture: {{ ansible_architecture }}, Total Memory: {{ ansible_memtotal_mb }} MB"
|
||||||
|
|
||||||
- name: Check disk space
|
|
||||||
debug:
|
|
||||||
msg: "Disk Space on /dev/sda: Total={{ (ansible_mounts[0].size_total / 1024 / 1024 / 1024) | round(2) }} GB Available={{ (ansible_mounts[0].size_available / 1024 / 1024 / 1024) }} GB"
|
|
||||||
- name: Check network interface information
|
- name: Check network interface information
|
||||||
debug:
|
debug:
|
||||||
msg: "IP Address of eth0 is {{ ansible_facts['eth0']['ipv4']['address'] }}"
|
msg: "IP Address of eth0 is {{ ansible_facts['eth0']['ipv4']['address'] }}"
|
||||||
Loading…
Reference in a new issue