387a23c3d1
* New ansible module netconf_rpc * add integration test for module netconf_rpc * pep8/meta-data corrections * usage of jxmlease for all XML processing separation of attributes "rpc" and "content" * removed unused imports improved error handling * fixed pep8 * usage of ast.literal_eval instead of eval added description to SROS integration test for cases commented out
4 lines
248 B
YAML
4 lines
248 B
YAML
---
|
|
- { include: junos.yaml, when: ansible_network_os == 'junos', tags: ['netconf'] }
|
|
- { include: iosxr.yaml, when: ansible_network_os == 'iosxr', tags: ['netconf'] }
|
|
- { include: sros.yaml, when: ansible_network_os == 'sros', tags: ['netconf'] }
|