7 lines
120 B
YAML
7 lines
120 B
YAML
- hosts:
|
|
- vyos
|
|
- junos
|
|
- ios
|
|
gather_facts: false
|
|
roles:
|
|
- { role: net_command, tags: net_command }
|