community.general/lib/ansible/modules/network
Damien b71a62283c New Module : aos_ip_pool as part of network/aos (#21044)
* Initial version of aos_ip_pool module

* Add examples for IP Pool

* Break down ip_pool into smaller function

* Refactor do_load_resource

* Add get_display_name_from_file

* Add ‘src’ as an option to load ip pool from JSON file

* Rename directory network/apstra to network/aos

* Remove exception handling temporary

* Remove all ‘Exception as XX’ to be python 2.4 compatible

* Replace ‘== False’ with ‘is False’ for PEP8 Test

* Update documentation to be Yaml compatible

* Lisg all method imported from module_utils.aos

* Refactor to align with collection.find() changes

* Update examples by @gundalow’s  recommendations

* Update Documentation per @gundalow’s recommendations

* Change the license per @gundalow recommendation

* Add exception handling for get_aos_session

* Change Auth format and add check_aos_version() to check minimum version

* Add a check for minimum version

* Refactor ‘src’ into ‘content’ to allow more options
Remove get_display_name_from_file in aos.py
Add content_to_dict in aos.py

* Fix variable name in do_load_resource

* Add mention of aos.py in module_utilities doc

* Add try/except for import yaml

* Add try/Except around main block of code and function

* Refactor to auto detect content_format, update doc accordingly

* Change create_new_ip_pool inputs

* Remove unused import

* Remove in_use as it’s never used

* Fix doc format

* Add version number in requirement doc
2017-02-09 22:22:56 +00:00
..
a10 PEP 8 W291 whitespace cleanup. 2017-01-27 17:08:02 -08:00
aos New Module : aos_ip_pool as part of network/aos (#21044) 2017-02-09 22:22:56 +00:00
asa minor spelling changes 2016-12-13 13:51:13 -05:00
avi Fix module validation errors for avi_api_session (#21154) 2017-02-08 10:32:13 -06:00
basics Correct typo in net_command docs (#20976) 2017-02-04 08:53:11 +01:00
bigswitch Add bigmon policy module (#20584) 2017-01-29 15:31:37 +00:00
citrix Relocating extras into lib/ansible/modules/ after merge 2016-12-08 11:35:18 -05:00
cloudengine PEP 8 W291 whitespace cleanup. 2017-01-27 17:08:02 -08:00
cumulus PEP 8 E111 & E114 cleanup. (#20838) 2017-01-30 15:01:47 -08:00
dellos6 PEP 8 W291 whitespace cleanup. 2017-01-27 17:08:02 -08:00
dellos9 PEP 8 E111 & E114 cleanup. (#20838) 2017-01-30 15:01:47 -08:00
dellos10 PEP 8 W291 whitespace cleanup. 2017-01-27 17:08:02 -08:00
eos fixes ios and eos command modules (#20989) 2017-02-02 22:10:14 -05:00
exoscale PEP 8 E111 & E114 cleanup. (#20838) 2017-01-30 15:01:47 -08:00
f5 PEP 8 E111 & E114 cleanup. (#20838) 2017-01-30 15:01:47 -08:00
illumos Fix infrequent PEP 8 issues. 2017-01-27 14:06:21 -08:00
ios Add unit tests for ios_facts module (#21114) 2017-02-08 12:24:25 +01:00
iosxr Refactor iosxr_facts to use network_cli plugin (#20857) 2017-02-06 22:23:17 +01:00
junos Fixes #20412 junos_config delete command fix (#20450) 2017-02-04 09:16:16 -05:00
netconf adding support for no candidate config (#20821) 2017-02-08 08:58:23 -05:00
netvisor Update validate-modules (#20932) 2017-02-02 11:45:22 -08:00
nxos PEP 8 E111 cleanup for nxos modules. 2017-01-30 15:45:05 -08:00
openswitch Use M() to link to the replacement module. (#19976) 2017-01-06 16:21:39 +00:00
ovs PEP 8 W291 whitespace cleanup. 2017-01-27 17:08:02 -08:00
panos new panos module to import software or configuration file into firewall (#19901) 2017-02-01 12:41:52 +00:00
sros minor spelling changes 2016-12-13 13:51:13 -05:00
vyos Vyos system module (#21060) 2017-02-07 12:04:14 -05:00
__init__.py package files 2016-12-08 11:22:22 -05:00
cloudflare_dns.py PEP 8 E111 & E114 cleanup. (#20838) 2017-01-30 15:01:47 -08:00
dnsimple.py PEP 8 cleanup. (#20789) 2017-01-28 00:12:11 -08:00
dnsmadeeasy.py PEP 8 W291 whitespace cleanup. 2017-01-27 17:08:02 -08:00
haproxy.py PEP 8 E111 & E114 cleanup. (#20838) 2017-01-30 15:01:47 -08:00
ipify_facts.py Relocating extras into lib/ansible/modules/ after merge 2016-12-08 11:35:18 -05:00
ipinfoio_facts.py Metadata Status needs to be a list, not a scalar. 2016-12-08 11:35:19 -05:00
ldap_attr.py Update validate-modules (#20932) 2017-02-02 11:45:22 -08:00
ldap_entry.py Update validate-modules (#20932) 2017-02-02 11:45:22 -08:00
lldp.py Update validate-modules (#20932) 2017-02-02 11:45:22 -08:00
nmcli.py Fix code-blocks to use correct syntax highlighting 2017-01-08 09:18:45 -08:00
omapi_host.py Update validate-modules (#20932) 2017-02-02 11:45:22 -08:00
snmp_facts.py PEP 8 indent cleanup. (#20800) 2017-01-29 07:28:53 +00:00
wakeonlan.py PEP 8 whitespace cleanup. (#20783) 2017-01-27 15:45:23 -08:00