ansible/lib/ansible
Meirong e75a256cfa add Fusionlayer Infinity ansible module into ansible package (#26855)
* add infinity ansible module into ansible package

* move infinity to be the correct direction without a folder

* remove dependency on requests library and use ansible built-in method to send rest api call

* add missing whitespace

* Use open_url from module_utils instead of urlopen based on suggestions

* correct the path for infinity ansible modue, moving it into the  ansible/modules/network/infinity

* make change on the documentation and code based on feedback

* change the data type in the Return documentation based on feedback

* add importing  for path and define metaclass based on testing failure

* change the postion of importing __future__

* Move Infinity module from Network module into net_tools directory based on review

* put back the file that is accidently removed

* change ansible-metadata version to be 1.1
2017-08-16 20:11:10 +01:00
..
cli metadata 1.1 2017-08-15 23:12:08 -07:00
compat Remove wildcard imports 2017-07-28 22:10:17 -07:00
config Fix config timeout issue for network modules (#28261) 2017-08-16 10:55:39 -04:00
errors Ansible Config part2 (#27448) 2017-08-15 16:38:59 -04:00
executor Ansible Config part2 (#27448) 2017-08-15 16:38:59 -04:00
galaxy Removes container-enabled warning (#27578) 2017-08-01 12:51:03 -04:00
inventory Ansible Config part2 (#27448) 2017-08-15 16:38:59 -04:00
module_utils Resolving Coverity Issues. (#28056) 2017-08-16 17:21:02 +01:00
modules add Fusionlayer Infinity ansible module into ansible package (#26855) 2017-08-16 20:11:10 +01:00
parsing metadata 1.1 2017-08-15 23:12:08 -07:00
playbook Fix config timeout issue for network modules (#28261) 2017-08-16 10:55:39 -04:00
plugins Fix default nxapi port setting when use_ssl set (#28236) 2017-08-16 11:38:38 -04:00
template Ansible Config part2 (#27448) 2017-08-15 16:38:59 -04:00
utils Ansible Config part2 (#27448) 2017-08-15 16:38:59 -04:00
vars Ansible Config part2 (#27448) 2017-08-15 16:38:59 -04:00
__init__.py
constants.py Ansible Config part2 (#27448) 2017-08-15 16:38:59 -04:00
release.py