Slide 22
Slide 22 text
Gathering Facts
# ansible web1 -m setup
web1 | success >> {
"ansible_facts": {
"ansible_all_ipv4_addresses": [
"192.168.56.102",
"10.10.30.1"
],
"ansible_all_ipv6_addresses": [
"2001:123:1f19:480:20c:45ff:fe61:ac8d",
"fe80::20c:45ff:fe61:ab8d"
],
"ansible_architecture": "x86_64",
"ansible_bios_date": "04/14/2014",
"ansible_bios_version": "6.00",
.
.
},
"changed": false
}
ans-v1.8-22