summaryrefslogtreecommitdiff
path: root/test/integration/ios.yaml
blob: 2010d29b62fac05edcae3335c9247d51d5df0d50 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
---
- hosts: ios
  gather_facts: no
  connection: local

  vars:
    limit_to: "*"
    debug: false

  roles:
    - { role: ios_command, when: "limit_to in ['*', 'ios_command']" }
    - { role: ios_config, when: "limit_to in ['*', 'ios_config']" }
    - { role: ios_facts, when: "limit_to in ['*', 'ios_facts']" }
    - { role: ios_template, when: "limit_to in ['*', 'ios_template']" }