mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-07-08 19:49:09 +00:00
ios implementation for net_interface (#27459)
* ios implementation for net_interface * ios_interface implementation * ios_interface integration test * net_interface integration test for ios and other refactor * Update boilerplate and minor refactor
This commit is contained in:
parent
70ce394840
commit
c4e06a1735
10 changed files with 962 additions and 11 deletions
|
|
@ -10,4 +10,7 @@
|
|||
- include: "{{ role_path }}/tests/iosxr/basic.yaml"
|
||||
when: hostvars[inventory_hostname]['ansible_network_os'] == 'iosxr'
|
||||
|
||||
- include: "{{ role_path }}/tests/ios/basic.yaml"
|
||||
when: hostvars[inventory_hostname]['ansible_network_os'] == 'ios'
|
||||
|
||||
- debug: msg="END cli/contains.yaml"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue