ansible/test/units/modules/network
Tim Rupp 478d364f4d Adds bigip_iapp_template module (#25630)
This module can be used to upload and manage TCL iApps on a BIG-IP.
iApps can be added, removed and updated in place as needed. iApp
files should be provided to the module via Ansible lookups.

Unit tests are provided. Integration tests can be found here

https://github.com/F5Networks/f5-ansible/blob/devel/test/integration/bigip_iapp_template.yaml#L23
https://github.com/F5Networks/f5-ansible/tree/devel/test/integration/targets/bigip_iapp_template/tasks
2017-06-14 18:29:10 +01:00
..
basics code clean of old code from network modules updates (#21469) 2017-02-15 12:46:30 -05:00
cumulus test/: PEP8 compliancy (#24803) 2017-05-30 18:05:19 +01:00
eos Actually check for equality on empty commands array (#25308) 2017-06-06 09:56:44 -04:00
f5 Adds bigip_iapp_template module (#25630) 2017-06-14 18:29:10 +01:00
ios Add ios_user implementation module (#25413) 2017-06-09 13:50:57 +05:30
iosxr Actually check for equality on empty commands array (#25308) 2017-06-06 09:56:44 -04:00
junos Add junos unit test case (#24249) 2017-05-03 22:36:23 +05:30
netscaler New module: manage Citrix Netscaler service configuration (network/netscaler/netscaler_service) (#25129) 2017-06-08 08:33:32 -06:00
nxos nxos_vpc updates (#25452) 2017-06-14 11:06:49 -04:00
ovs Actually check for equality on empty commands array (#25308) 2017-06-06 09:56:44 -04:00
vyos Actually check for equality on empty commands array (#25308) 2017-06-06 09:56:44 -04:00
__init__.py