2016-10-28 20:50:29 +02:00
|
|
|
---
|
|
|
|
- hosts: iosxr
|
|
|
|
gather_facts: no
|
2017-02-27 15:37:06 +01:00
|
|
|
connection: local
|
2016-10-28 20:50:29 +02:00
|
|
|
|
|
|
|
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']" }
|