2016-10-28 20:50:29 +02:00
|
|
|
---
|
|
|
|
- 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']" }
|
2017-05-09 15:11:48 +02:00
|
|
|
- { role: junos_facts, when: "limit_to in ['*', 'junos_facts']" }
|
2016-10-28 20:50:29 +02:00
|
|
|
- { role: junos_netconf, when: "limit_to in ['*', 'junos_netconf']" }
|
2017-05-09 15:11:48 +02:00
|
|
|
- { role: junos_rpc, when: "limit_to in ['*', 'junos_rpc']" }
|
2016-10-28 20:50:29 +02:00
|
|
|
- { role: junos_template, when: "limit_to in ['*', 'junos_template']" }
|
2017-06-14 10:53:52 +02:00
|
|
|
- { role: junos_vlan, when: "limit_to in ['*', 'junos_vlan']" }
|
2017-06-16 18:42:50 +02:00
|
|
|
- { role: junos_interface, when: "limit_to in ['*', 'junos_interface']" }
|