Test system (#22420)

* ios_system

* tests for ios_system

* tests for *_system

* working ios_system on cli

* Typo

* Loopback10 (single word, upeprcase)

* Revert docs changes

* Working iosxr_system tests

* eos, not nxos

* nxos_system
This commit is contained in:
John R Barker
2017-03-08 19:21:45 +00:00
committed by Chris Alfonso
parent 0b250016b0
commit 41f5648c44
36 changed files with 1573 additions and 10 deletions

View File

@@ -1,6 +1,7 @@
---
- hosts: ios
gather_facts: no
connection: local
vars:
limit_to: "*"
@@ -11,3 +12,4 @@
- { role: ios_config, when: "limit_to in ['*', 'ios_config']" }
- { role: ios_facts, when: "limit_to in ['*', 'ios_facts']" }
- { role: ios_template, when: "limit_to in ['*', 'ios_template']" }
- { role: ios_system, when: "limit_to in ['*', 'ios_system']" }