summaryrefslogtreecommitdiff
path: root/test/integration/vyos.yaml
blob: 53130baacece33254d1140203beeac1ff8bf1646 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
---
- 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']" }