2017-06-16 18:42:50 +02:00
|
|
|
---
|
2017-07-14 16:09:21 +02:00
|
|
|
- debug: msg="START cli/contains.yaml"
|
2017-06-16 18:42:50 +02:00
|
|
|
|
|
|
|
- include: "{{ role_path }}/tests/eos/basic.yaml"
|
|
|
|
when: hostvars[inventory_hostname]['ansible_network_os'] == 'eos'
|
2017-07-14 16:09:21 +02:00
|
|
|
|
|
|
|
- include: "{{ role_path }}/tests/vyos/basic.yaml"
|
|
|
|
when: hostvars[inventory_hostname]['ansible_network_os'] == 'vyos'
|
|
|
|
|
2017-08-01 16:49:54 +02:00
|
|
|
- include: "{{ role_path }}/tests/iosxr/basic.yaml"
|
|
|
|
when: hostvars[inventory_hostname]['ansible_network_os'] == 'iosxr'
|
|
|
|
|
2017-08-01 19:50:08 +02:00
|
|
|
- include: "{{ role_path }}/tests/ios/basic.yaml"
|
|
|
|
when: hostvars[inventory_hostname]['ansible_network_os'] == 'ios'
|
|
|
|
|
2017-07-14 16:09:21 +02:00
|
|
|
- debug: msg="END cli/contains.yaml"
|