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/clustering
Kevin Borgolte f1cdafae12 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
10 years ago
..
__init__.py Add missing __init__.py file 11 years ago
consul.py Fix default service_address in consul module (#2454) 10 years ago
consul_acl.py consul: fix param name for verify SSL (#2194) 10 years ago
consul_kv.py consul: fix param name for verify SSL (#2194) 10 years ago
consul_session.py add 'behavior' attribute to consul_session (#2183) 10 years ago
kubernetes.py Fix Kubernetes API auth regression from 393e43b8 (#2503) 10 years ago
znode.py Add support for recursive znode deletion 10 years ago