Platform agnostic module for VRFs (#25383)

* WIP VRF platform agnostic module

* Fixed examples refering vlans instead of vrfs

* Add integration tests
This commit is contained in:
Ricardo Carrillo Cruz
2017-06-09 13:33:11 +02:00
committed by GitHub
parent d83f254bb6
commit 72e65e4290
9 changed files with 246 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
---
- debug: msg="START cli/set_name_servers.yaml"
- include: "{{ role_path }}/tests/eos/basic.yaml"
when: hostvars[inventory_hostname]['ansible_network_os'] == 'eos'
- debug: msg="END cli/set_name_servers.yaml"