You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/lib/ansible
Sam Doran 47eccd366b
Cherry pick Tower credential fixes to stable-2.4 (#36807)
* Fix credentials for Tower API V2

(cherry picked from commit 640749d54f)

* tower cred: implement credential /api/v1/ kind compatability

(cherry picked from commit 9cb4b70e27)

* tower cred: filter user name lookup by the proper key

(cherry picked from commit cd6855275e)

* tower cred: update kind options in documentation

(cherry picked from commit 8a41233202)

* tower cred: support credential kind/type for /api/v1/ and /api/v2/ (#36662)

older versions of Tower (3.1) don't have a concept of CredentialTypes
(this was introduced in Tower 3.2).  This change detects older versions
of pre-3.2 tower-cli that *only* support the deprecated `kind`
attribute.

(cherry picked from commit 641f8b4ef6)

* Add CHANGELOG entry for Ansible Tower module credential fix

* properly detect the absence of credential_type in older tower-cli (#36908)

(cherry picked from commit a82043939b)

* Do not import HAS_TOWER_CLI since it does not exist in stable-2.4

* properly pass /api/v1/ credential fields for older Towers (#36917)

(cherry picked from commit 0e7106b106)
8 years ago
..
cli Fix ansible-console always asking for vault passwords 8 years ago
compat Remove wildcard imports 9 years ago
config fix paths to actually be config file relative (#31533) 8 years ago
errors Ansible Config part2 (#27448) 9 years ago
executor fix loop_control templating (#36124) 8 years ago
galaxy Catch exception comparing role versions, and provide a user friendly error message. Fixes #32301 (#34427) 8 years ago
inventory protect against plugins using verify incorrectly 8 years ago
module_utils fix new EC2 C5 instance virtualization_type identification (#35063) 8 years ago
modules Cherry pick Tower credential fixes to stable-2.4 (#36807) 8 years ago
parsing Handle vault filenames with nonascii chars when displaying messages. Fixes #33879 (#33926) 8 years ago
playbook fix loop_control templating (#36124) 8 years ago
plugins remove extra fields from debug output 8 years ago
template Ansible Config part2 (#27448) 9 years ago
utils fix paths to actually be config file relative (#31533) 8 years ago
vars Don't skip an inventory source just because it has a comma (#35002) 8 years ago
__init__.py Fix ziploader for the cornercase of ansible invoking ansible. 10 years ago
constants.py Fix backwards compatibility of constants.get_config 8 years ago
release.py New release v2.4.4-0.1.beta1 8 years ago