[ansible-project] m

2017-08-06 Thread 'Thomas' via Ansible Project
m -- You received this message because you are subscribed to the Google Groups "Ansible Project" group. To unsubscribe from this group and stop receiving emails from it, send an email to ansible-project+unsubscr...@googlegroups.com. To post to this group, send email to

[ansible-project] -m setup -a filter=ansible_eth0.ipv4.address returns no results

2015-04-29 Thread Timothy Appnel
One of the notes in the docs of the setup module reads: the filter option filters only the first level subkey below ansible_facts. So you don't. Not that way at least. What about ansible_all_ipv4_addresses? -- You received this message because you are subscribed to the Google Groups

[ansible-project] -m setup -a filter=ansible_eth0.ipv4.address returns no results

2015-04-29 Thread Barry Morrison
So I'm trying to get the IP address of every server via `ansible` and expect to use something like ansible -i inventory host_group -m setup -a filter=ansible_eth0.ipv4.address returns no results. It returns something like server38.prod.foo | success { ansible_facts: {}, changed: