mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-04 09:43:15 +00:00
* Skel for network role (#37241) Skel and boilerplate for network role. * Add network option as valid type
15 lines
199 B
Django/Jinja
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 }}
|