mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
13 lines
253 B
YAML
13 lines
253 B
YAML
|
---
|
||
|
- hosts: vyos
|
||
|
gather_facts: no
|
||
|
connection: local
|
||
|
|
||
|
vars:
|
||
|
limit_to: "*"
|
||
|
debug: false
|
||
|
|
||
|
roles:
|
||
|
- { role: vyos_command, when: "limit_to in ['*', 'vyos_command']" }
|
||
|
- { role: vyos_config, when: "limit_to in ['*', 'vyos_config']" }
|