Files
community.general/lib/ansible/galaxy/data/network/tests/test.yml.j2
Victor da Costa cb53b717a4 Ansible Galaxy: skel for network role #37241 (#37251)
* Skel for network role (#37241)

Skel and boilerplate for network role.

* Add network option as valid type
2018-03-09 13:31:27 -05:00

15 lines
199 B
Django/Jinja

---
- hosts: localhost
connection: network_cli
gather_facts: False
roles:
- {{ role_name }}
- hosts: localhost
connection: netconf
gather_facts: False
roles:
- {{ role_name }}