community.general/lib/ansible/modules
Kevin Borgolte 026dc4f957 Fix Kubernetes API auth regression from 393e43b8 (#2503)
* Fix Kubernetes API auth regression from 393e43b8

Commit 393e43b8 renames url_username and url_password to username and
password, which breaks authentication to a Kubernetes API endpoint as
fetch_url() in ansible.module_utils.urls relies on url_username and
url_password being set.

* Add aliases for clustering/kubernetes.py

- username as alias for url_username
- password as alias for url_password
2016-12-08 11:34:31 -05:00
..
.github
cloud
commands
database
extras Fix Kubernetes API auth regression from 393e43b8 (#2503) 2016-12-08 11:34:31 -05:00
files
inventory
network
packaging
source_control
system
test/utils/shippable
utilities
web_infrastructure
windows