F5 and Ansible Integration webinar
F5 and Ansible have been working together for some time now, with the goal to make application deployments easy through automation. For those wanting an introduction to the integration between F5 & A...
Published Mar 20, 2017
Version 1.0ManiGadde
Employee
Joined August 09, 2012
ManiGadde
Employee
Joined August 09, 2012
ManiGadde
Mar 23, 2017Employee
Most Ansible code is written for v12. If you are using 11.6 you will have to set 'gather_facts: no'
and always use 'delegate_to: localhost'
The error you see should go away if you use the delegate_to