mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-22 12:50:22 -07:00
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:
parent
61ccc847d7
commit
0e72f3bd71
4 changed files with 231 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue