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

  vars:
    limit_to: "*"
    debug: false

  roles:
    - { role: iosxr_command, when: "limit_to in ['*', 'iosxr_command']" }
    - { role: iosxr_config, when: "limit_to in ['*', 'iosxr_config']" }
    - { role: iosxr_facts, when: "limit_to in ['*', 'iosxr_facts']" }
    - { role: iosxr_template, when: "limit_to in ['*', 'iosxr_template']" }
    - { role: iosxr_system, when: "limit_to in ['*', 'iosxr_system']" }
    - { role: iosxr_user, when: "limit_to in ['*', 'iosxr_user']" }
    - { role: iosxr_banner, when: "limit_to in ['*', 'iosxr_banner']" }