On Wed, 12 Feb 2020 13:00:55 -0800 (PST) Matthias Steffens <[email protected]> wrote:
> I'm looking for an method by which I can have a look on all of my
> 'Ansible-Clients' for an specific IP-Address.
Try this
- hosts: all
gather_facts: true
tasks:
- debug:
var: ansible_all_ipv4_addresses
HTH,
-vlado
--
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 [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/ansible-project/20200212234604.31b9703e%40gmail.com.
pgpsXzQxg2dxZ.pgp
Description: OpenPGP digital signature
