2017-06-29 12:05:20 +02:00
|
|
|
---
|
|
|
|
- include: "{{ role_path }}/tests/ios/basic.yaml"
|
|
|
|
when: hostvars[inventory_hostname]['ansible_network_os'] == 'ios'
|
2017-07-10 13:04:56 +02:00
|
|
|
|
|
|
|
- include: "{{ role_path }}/tests/junos/basic.yaml"
|
|
|
|
when: hostvars[inventory_hostname]['ansible_network_os'] == 'junos'
|
|
|
|
|
|
|
|
- include: "{{ role_path }}/tests/vyos/basic.yaml"
|
|
|
|
when: hostvars[inventory_hostname]['ansible_network_os'] == 'vyos'
|