ethackal
f46db65bad
Fixes verify_ssl option when False in ansible_tower module util ( #30308 )
...
* Fixes verify_ssl option when False in ansible_tower module util
* fixed comparison to None per PEP-8 standards
2019-09-27 14:28:46 -04:00
Dag Wieers
49df11d478
Collated PEP8 fixes ( #25293 )
...
- Make PEP8 compliant
2019-09-27 14:28:45 -04:00
Wayne Witzel III
3855393cd3
Ansible Tower job_launch module ( #22148 )
...
* Ansible Tower job_launch module
* Added RETURN documentation and fixed import locations
* remove superfluos required attributes, make tags a list, and fix some typos
* only join tags if they are actually a list
* use isinstance instead of type, cleanup imports
2019-09-27 14:28:42 -04:00
Wayne Witzel III
0699e44b53
Ansible Tower user and credential module ( #21020 )
...
* rename tower config module parameters to avoid conflicts
* add Ansible Tower user module
* add Ansible Tower credential module
* remove errant hash from interpreter line
* friendlier error messages
* Update tower_verify_ssl defaults and module examples
* Update tower_verify_ssl default documentation
* Tower expects satellite6 not foreman
2019-09-27 14:28:39 -04:00
Wayne Witzel III
6140308675
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
2019-09-27 14:28:35 -04:00