server38.prod.foo | success >> {
"ansible_facts": {},
"changed": false
}
server38.prod.foo | success >> {
"ansible_facts": {
"ansible_eth0": {
"active": true,
"device": "eth0",
"ipv4": {
"address": "1.2.3.4.",
"netmask": "255.255.255.0",
"network": "1.2.3.0"
},
"ipv6": [
{
"address": "fe11::225:90ff:fe11:1111",
"prefix": "64",
"scope": "link"
}
],
"macaddress": "00:11:11:11:11:11",
"module": "e1000e",
"mtu": 1500,
"promisc": false,
"type": "ether"
}
},
"changed": false
}
ansible -i inventory host_group -m setup -a filter="ansible_eth0"|grep -A1 ipv4|tail -1|cut -d: -f2|cut -d"\"" -f2
Need to check if there are different ways to extract it.
hostname.example.org | SUCCESS => { "ansible_facts": { "facter_ipaddress_eth1": "192.168.33.10" }, "changed": false}You received this message because you are subscribed to a topic in the Google Groups "Ansible Project" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/ansible-project/OdzrSElDlAg/unsubscribe.
To unsubscribe from this group and all its topics, send an email to ansible-proje...@googlegroups.com.
To post to this group, send email to ansible...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/ansible-project/CAK5eLPTEQ0ugrK667ZvxfASVp0V5G2xQcs%2BYrMx_5X6FFvpTDg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.
Agustí Tomàs
--
You received this message because you are subscribed to a topic in the Google Groups "Ansible Project" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/ansible-project/OdzrSElDlAg/unsubscribe.
To unsubscribe from this group and all its topics, send an email to ansible-proje...@googlegroups.com.
To post to this group, send email to ansible...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/ansible-project/0d7d3db9-8017-7f73-5c8e-137710c82772%40ufz.de.
For more options, visit https://groups.google.com/d/optout.
Agustí Tomàs
--
You received this message because you are subscribed to a topic in the Google Groups "Ansible Project" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/ansible-project/OdzrSElDlAg/unsubscribe.
To unsubscribe from this group and all its topics, send an email to ansible-proje...@googlegroups.com.
To post to this group, send email to ansible...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/ansible-project/8be8314b-554f-242d-c414-e07ab98df5d6%40ufz.de.
For more options, visit https://groups.google.com/d/optout.
Agustí Tomàs
To view this discussion on the web visit https://groups.google.com/d/msgid/ansible-project/db916f99-bf0f-cc5a-f268-f287a34147f3%40ufz.de.
For more options, visit https://groups.google.com/d/optout.
Agustí Tomàs
To view this discussion on the web visit https://groups.google.com/d/msgid/ansible-project/abce2b8d-9b91-9c6e-d6b0-754b0f15ea24%40ufz.de.
For more options, visit https://groups.google.com/d/optout.
Agustí Tomàs
Agustí Tomàs
--
You received this message because you are subscribed to a topic in the Google Groups "Ansible Project" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/ansible-project/OdzrSElDlAg/unsubscribe.
To unsubscribe from this group and all its topics, send an email to ansible-proje...@googlegroups.com.
To post to this group, send email to ansible...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/ansible-project/5902f6fd-13f7-3b03-26a2-0f0e24e43ea1%40olstad.com.
For more options, visit https://groups.google.com/d/optout.
Agustí Tomàs
--
You received this message because you are subscribed to a topic in the Google Groups "Ansible Project" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/ansible-project/OdzrSElDlAg/unsubscribe.
To unsubscribe from this group and all its topics, send an email to ansible-proje...@googlegroups.com.
To post to this group, send email to ansible...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/ansible-project/94060b56-59a8-f34e-f312-bad7697f98a1%40olstad.com.
For more options, visit https://groups.google.com/d/optout.
Agustí Tomàs