nickrusso42518 / nots

[Ansible] Nick's OSPF TroubleShooter
BSD 3-Clause "New" or "Revised" License
176 stars 46 forks source link

Basic usability improvements #10

Closed nickrusso42518 closed 5 years ago

nickrusso42518 commented 5 years ago

Add host_key_checking = False to ansible.cfg to lower barrier for entry. Use comments to explain how it works and how to properly remove it.

Relook at delegate_to: localhost or perhaps connection: local with task-level variables to use network_cli. This will significantly speed up the playbook.