On Tuesday, 28 November 2017 12.15.41 CET [email protected] wrote: > IS there is a way that we can get the name of all network interfaces as we > have ansible_default_ipv4.interface gives only the primary one . Need to > get all the interface name so that a parameter can be modified for it.
ansible_interfaces it's list with all of them. You can always run "ansible host -m setup" to check all the facts from a host. -- Kai Stian Olstad -- 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 post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/ansible-project/1685407.S9aSPNRFpI%40x1. For more options, visit https://groups.google.com/d/optout.
