You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to ansible-project (ansible-project@googlegroups.com)
Can somebody give me a pointer for using CLI commands with Ansible-Play.
I working with a group of network devices and I need to issue the same command to all of them to find a specific IP address in the arp table. I would like to do something like the following:
Ansible-play myplay myip=10.10.0.1
Use that myip address in the Ansible-play as a jinja2 variable in my role.