2017-06-16 22:12:50 +05:30
|
|
|
---
|
2017-07-14 19:39:21 +05:30
|
|
|
- debug: msg="START cli/contains.yaml"
|
2017-06-16 22:12:50 +05:30
|
|
|
|
|
|
|
- include: "{{ role_path }}/tests/eos/basic.yaml"
|
|
|
|
when: hostvars[inventory_hostname]['ansible_network_os'] == 'eos'
|
2017-07-14 19:39:21 +05:30
|
|
|
|
|
|
|
- include: "{{ role_path }}/tests/vyos/basic.yaml"
|
|
|
|
when: hostvars[inventory_hostname]['ansible_network_os'] == 'vyos'
|
|
|
|
|
2017-08-01 20:19:54 +05:30
|
|
|
- include: "{{ role_path }}/tests/iosxr/basic.yaml"
|
|
|
|
when: hostvars[inventory_hostname]['ansible_network_os'] == 'iosxr'
|
|
|
|
|
2017-08-01 23:20:08 +05:30
|
|
|
- include: "{{ role_path }}/tests/ios/basic.yaml"
|
|
|
|
when: hostvars[inventory_hostname]['ansible_network_os'] == 'ios'
|
|
|
|
|
2017-07-14 19:39:21 +05:30
|
|
|
- debug: msg="END cli/contains.yaml"
|