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

  vars:
    limit_to: "*"
    debug: false

  roles:
    - { role: junos_command, when: "limit_to in ['*', 'junos_command']" }
    - { role: junos_config, when: "limit_to in ['*', 'junos_config']" }
    - { role: junos_netconf, when: "limit_to in ['*', 'junos_netconf']" }
    - { role: junos_template, when: "limit_to in ['*', 'junos_template']" }