2017-06-02 14:06:38 +02:00
|
|
|
---
|
|
|
|
- hosts: platform_agnostic
|
|
|
|
gather_facts: no
|
|
|
|
connection: local
|
|
|
|
|
|
|
|
vars:
|
|
|
|
limit_to: "*"
|
|
|
|
debug: false
|
|
|
|
|
|
|
|
roles:
|
|
|
|
- { role: net_system, when: "limit_to in ['*', 'net_system']" }
|
2017-06-02 17:01:08 +02:00
|
|
|
- { role: net_banner, when: "limit_to in ['*', 'net_banner']" }
|
2017-06-02 22:03:27 +05:30
|
|
|
- { role: net_command, when: "limit_to in ['*', 'net_command']" }
|
2017-06-13 18:12:42 +05:30
|
|
|
- { role: net_user, when: "limit_to in ['*', 'net_user']" }
|
2017-06-07 23:47:28 +02:00
|
|
|
- { role: net_vlan, when: "limit_to in ['*', 'net_vlan']" }
|
2017-06-13 18:12:42 +05:30
|
|
|
- { role: net_vrf, when: "limit_to in ['*', 'net_vrf']" }
|
2017-06-16 22:12:50 +05:30
|
|
|
- { role: net_interface, when: "limit_to in ['*', 'net_interface']" }
|
2017-06-29 12:05:20 +02:00
|
|
|
- { role: net_static_route, when: "limit_to in ['*', 'net_static_route']" }
|
2017-07-03 15:31:59 +05:30
|
|
|
- { role: net_logging, when: "limit_to in ['*', 'net_logging']" }
|