Ansible Tower organization module (#20355)

* add Ansible Tower organization module

* skip Python 2.4 check for ansible_tower module

* make spec and doc match, extract tower auth helper method

* added auth params at module level

* support check mode

* extract check mode check to ansible_tower utils, add utils to 2.4 skip

* update interpreter shebang

* remove colon from docs

* no log for password, verify_ssl default to true
This commit is contained in:
Wayne Witzel III 2017-01-30 13:42:32 -05:00 committed by Brian Coca
commit 0e72f3bd71
4 changed files with 231 additions and 0 deletions

View file

@ -27,7 +27,9 @@
/lib/ansible/modules/storage/infinidat/
/lib/ansible/modules/univention/
/lib/ansible/modules/web_infrastructure/letsencrypt.py
/lib/ansible/modules/web_infrastructure/ansible_tower/
/lib/ansible/module_utils/a10.py
/lib/ansible/module_utils/ansible_tower.py
/lib/ansible/module_utils/azure_rm_common.py
/lib/ansible/module_utils/cloud.py
/lib/ansible/module_utils/docker_common.py