Last active
June 27, 2024 08:18
-
-
Save adityawarmanfw/3107de51d1901eb3b918bcc70a5ffb31 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"_ansible_facts_gathered": true, | |
"ansible_all_ipv4_addresses": [ | |
"10.20.5.204" | |
], | |
"ansible_all_ipv6_addresses": [ | |
"2a00:6020:41e1:fea0:a00:27ff:fee0:63ba", | |
"2a00:6020:41e1:fe85:5:f9db:2e3f:1e85", | |
"2a00:6020:41e1:fe85:a00:27ff:fee0:63ba", | |
"fe80::a00:27ff:fee0:63ba" | |
], | |
"ansible_apparmor": { | |
"status": "enabled" | |
}, | |
"ansible_architecture": "x86_64", | |
"ansible_bios_date": "12/01/2006", | |
"ansible_bios_vendor": "innotek GmbH", | |
"ansible_fqdn": "ansible-vb-pelikan.fm174.intern", | |
"ansible_hostname": "ansible-vb-pelikan", | |
"ansible_hostnqn": "", | |
"ansible_interfaces": [ | |
"enp0s3", | |
"lo" | |
], | |
"ansible_enp0s3": { | |
"active": true, | |
"device": "enp0s3", | |
"ipv4": { | |
"address": "10.20.5.204", | |
"broadcast": "10.20.5.255", | |
"netmask": "255.255.255.0", | |
"network": "10.20.5.0", | |
"prefix": "24" | |
}, | |
"ipv6": [ | |
{ | |
"address": "2a00:6020:41e1:fea0:a00:27ff:fee0:63ba", | |
"prefix": "64", | |
"scope": "global" | |
} | |
] | |
}, | |
"ansible_lo": { | |
"active": true, | |
"device": "lo", | |
"ipv4": { | |
"address": "127.0.0.1", | |
"broadcast": "", | |
"netmask": "255.0.0.0", | |
"network": "127.0.0.0", | |
"prefix": "8" | |
}, | |
"ipv6": [ | |
{ | |
"address": "::1", | |
"prefix": "128", | |
"scope": "host" | |
} | |
] | |
} | |
}, | |
{ | |
"_ansible_facts_gathered": true, | |
"ansible_all_ipv4_addresses": [ | |
"10.20.5.204" | |
], | |
"ansible_all_ipv6_addresses": [ | |
"2a00:6020:41e1:fea0:a00:27ff:fee0:63ba", | |
"2a00:6020:41e1:fe85:5:f9db:2e3f:1e85", | |
"2a00:6020:41e1:fe85:a00:27ff:fee0:63ba", | |
"fe80::a00:27ff:fee0:63ba" | |
], | |
"ansible_apparmor": { | |
"status": "enabled" | |
}, | |
"ansible_architecture": "x86_64", | |
"ansible_bios_date": "12/01/2006", | |
"ansible_bios_vendor": "innotek GmbH", | |
"ansible_fqdn": "ansible-vb-pelikan.fm174.intern", | |
"ansible_hostname": "ansible-vb-pelikan2", | |
"ansible_hostnqn": "", | |
"ansible_interfaces": [ | |
"enp0s4", | |
"lo1" | |
], | |
"ansible_enp0s4": { | |
"active": true, | |
"device": "enp0s4", | |
"ipv4": { | |
"address": "10.20.5.204", | |
"broadcast": "10.20.5.255", | |
"netmask": "255.255.255.0", | |
"network": "10.20.5.0", | |
"prefix": "24" | |
}, | |
"ipv6": [ | |
{ | |
"address": "2a00:6020:41e1:fea0:a00:27ff:fee0:63ba", | |
"prefix": "64", | |
"scope": "global" | |
} | |
] | |
}, | |
"ansible_lo1": { | |
"active": true, | |
"device": "lo1", | |
"ipv4": { | |
"address": "127.0.0.1", | |
"broadcast": "", | |
"netmask": "255.0.0.0", | |
"network": "127.0.0.0", | |
"prefix": "8" | |
}, | |
"ipv6": [ | |
{ | |
"address": "::1", | |
"prefix": "128", | |
"scope": "host" | |
} | |
] | |
} | |
} | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment