community.general/lib/ansible/plugins/lookup
James Cassell bc4ef99533 standardize TLS connection properties (#54315)
* openstack: standardize tls params

* tower: tower_verify_ssl->validate_certs

* docker: use standard tls config params

- cacert_path -> ca_cert
- cert_path -> client_cert
- key_path -> client_key
- tls_verify -> validate_certs

* k8s: standardize tls connection params

- verify_ssl -> validate_certs
- ssl_ca_cert -> ca_cert
- cert_file -> client_cert
- key_file -> client_key

* ingate: verify_ssl -> validate_certs

* manageiq: standardize tls params

- verify_ssl -> validate_certs
- ca_bundle_path -> ca_cert

* mysql: standardize tls params

- ssl_ca -> ca_cert
- ssl_cert -> client_cert
- ssl_key -> client_key

* nios: ssl_verify -> validate_certs

* postgresql: ssl_rootcert -> ca_cert

* rabbitmq: standardize tls params

- cacert -> ca_cert
- cert -> client_cert
- key -> client_key

* rackspace: verify_ssl -> validate_certs

* vca: verify_certs -> validate_certs

* kubevirt_cdi_upload: upload_host_verify_ssl -> upload_host_validate_certs

* lxd: standardize tls params

- key_file -> client_key
- cert_file -> client_cert

* get_certificate: ca_certs -> ca_cert

* get_certificate.py: clarify one or more certs in a file

Co-Authored-By: jamescassell <code@james.cassell.me>

* zabbix: tls_issuer -> ca_cert

* bigip_device_auth_ldap: standardize tls params

- ssl_check_peer -> validate_certs
- ssl_client_cert -> client_cert
- ssl_client_key -> client_key
- ssl_ca_cert -> ca_cert

* vdirect: vdirect_validate_certs -> validate_certs

* mqtt: standardize tls params

- ca_certs -> ca_cert
- certfile -> client_cert
- keyfile -> client_key

* pulp_repo: standardize tls params

remove `importer_ssl` prefix

* rhn_register: sslcacert -> ca_cert

* yum_repository: standardize tls params

The fix for yum_repository is not straightforward since this module is
only a thin wrapper for the underlying commands and config.  In this
case, we add the new values as aliases, keeping the old as primary,
only due to the internal structure of the module.

Aliases added:
- sslcacert -> ca_cert
- sslclientcert -> client_cert
- sslclientkey -> client_key
- sslverify -> validate_certs

* gitlab_hook: enable_ssl_verification -> hook_validate_certs

* Adjust arguments for docker_swarm inventory plugin.

* foreman callback: standardize tls params

- ssl_cert -> client_cert
- ssl_key -> client_key

* grafana_annotations: validate_grafana_certs -> validate_certs

* nrdp callback: validate_nrdp_certs -> validate_certs

* kubectl connection: standardize tls params

- kubectl_cert_file -> client_cert
- kubectl_key_file -> client_key
- kubectl_ssl_ca_cert -> ca_cert
- kubectl_verify_ssl -> validate_certs

* oc connection: standardize tls params

- oc_cert_file -> client_cert
- oc_key_file -> client_key
- oc_ssl_ca_cert -> ca_cert
- oc_verify_ssl -> validate_certs

* psrp connection: cert_trust_path -> ca_cert

TODO: cert_validation -> validate_certs (multi-valued vs bool)

* k8s inventory: standardize tls params

- cert_file -> client_cert
- key_file -> client_key
- ca_cert -> ca_cert
- verify_ssl -> validate_certs

* openshift inventory: standardize tls params

- cert_file -> client_cert
- key_file -> client_key
- ca_cert -> ca_cert
- verify_ssl -> validate_certs

* tower inventory: verify_ssl -> validate_certs

* hashi_vault lookup: cacert -> ca_cert

* k8s lookup: standardize tls params

- cert_file -> client_cert
- key_file -> client_key
- ca_cert -> ca_cert
- verify_ssl -> validate_certs

* laps_passord lookup: cacert_file -> ca_cert

* changelog for TLS parameter standardization
2019-03-28 00:19:28 -05:00
..
__init__.py Add a Singleton metaclass, use it with Display (#48935) 2018-11-20 17:06:51 -06:00
_openshift.py K8s dynamic collected changes (#40745) 2018-05-30 12:04:48 -05:00
_redis_kv.py Update bare exceptions to specify Exception. 2018-12-16 15:03:19 -08:00
aws_account_attribute.py fix AWS plugin credential precedence for environment variables (#52945) 2019-03-25 16:53:11 -04:00
aws_secret.py Update aws_secret.py (#53390) 2019-03-06 13:31:55 -05:00
aws_service_ip_ranges.py Clean up module documentation (#36909) 2018-03-15 22:15:24 +01:00
aws_ssm.py Fix syntax highlighting (#53945) 2019-03-21 17:08:23 +00:00
cartesian.py Lookup docs (#30280) 2017-09-19 10:49:07 -04:00
chef_databag.py Add missing bracket in documentation (#46564) 2018-10-06 02:48:07 -05:00
config.py Add yamllint for plugin docs and fix issues. 2018-05-23 09:19:30 -07:00
conjur_variable.py Add a Singleton metaclass, use it with Display (#48935) 2018-11-20 17:06:51 -06:00
consul_kv.py Convert results with to_native in consul_kv plugin (#46551) 2018-10-11 09:35:49 -04:00
cpm_metering.py Add a Singleton metaclass, use it with Display (#48935) 2018-11-20 17:06:51 -06:00
cpm_status.py Add module cpm_status for WTI device management (#42970) 2018-08-20 21:56:06 -04:00
credstash.py Fix exception handling in credtash lookup (#51099) 2019-02-18 18:28:35 -05:00
csvfile.py Python 3.8 collections compatibility fixes. 2018-10-08 11:26:37 -07:00
cyberarkpassword.py Add a Singleton metaclass, use it with Display (#48935) 2018-11-20 17:06:51 -06:00
dict.py Python 3.8 collections compatibility fixes. 2018-10-08 11:26:37 -07:00
dig.py Update bare exceptions to specify Exception. 2018-12-16 15:03:19 -08:00
dnstxt.py Non-existent RR returns empty string (#40680) 2018-11-29 14:58:16 +00:00
env.py Fix env lookup plugin docs (#34235) 2017-12-26 05:20:33 -05:00
etcd.py plugins: Doc improvement (#41378) 2018-06-13 11:52:42 +05:30
file.py Add a Singleton metaclass, use it with Display (#48935) 2018-11-20 17:06:51 -06:00
fileglob.py Better document the return type of the fileglob filter (#52801) 2019-02-22 10:23:15 +00:00
filetree.py Add a Singleton metaclass, use it with Display (#48935) 2018-11-20 17:06:51 -06:00
first_found.py updated ff docs to include and deprecate skip (#45167) 2018-12-05 12:08:30 -05:00
flattened.py flattened: doc: Typo in lookup example (#38006) 2018-03-28 08:25:40 +02:00
grafana_dashboard.py Add a Singleton metaclass, use it with Display (#48935) 2018-11-20 17:06:51 -06:00
hashi_vault.py standardize TLS connection properties (#54315) 2019-03-28 00:19:28 -05:00
hiera.py plugins: Doc improvement (#41378) 2018-06-13 11:52:42 +05:30
indexed_items.py plugins: Doc improvement (#41378) 2018-06-13 11:52:42 +05:30
ini.py Update ini.py (#50171) 2018-12-20 10:07:05 -05:00
inventory_hostnames.py plugins: Doc improvement (#41378) 2018-06-13 11:52:42 +05:30
items.py plugins: Doc improvement (#41378) 2018-06-13 11:52:42 +05:30
k8s.py standardize TLS connection properties (#54315) 2019-03-28 00:19:28 -05:00
keyring.py Add a Singleton metaclass, use it with Display (#48935) 2018-11-20 17:06:51 -06:00
laps_password.py standardize TLS connection properties (#54315) 2019-03-28 00:19:28 -05:00
lastpass.py Fix lastpass lookup error 2019-01-03 23:56:41 -08:00
lines.py fix plugin-to-doc naming mismatch, typos, grammar (#36366) 2018-02-26 14:25:28 -08:00
list.py Python 3.8 collections compatibility fixes. 2018-10-08 11:26:37 -07:00
manifold.py New lookup module: manifold (#50435) 2019-03-27 07:20:15 -04:00
mongodb.py plugins: Doc improvement (#41378) 2018-06-13 11:52:42 +05:30
nested.py Add yamllint for plugin docs and fix issues. 2018-05-23 09:19:30 -07:00
nios.py infoblox list requirements as infoblox_client and should be infoblox-client (#42993) 2018-07-19 12:19:46 -04:00
nios_next_ip.py Added Support for excluding IPs in nios_next_ip and created new pluggin for nios_next_network (#44437) 2018-08-23 03:08:39 +00:00
nios_next_network.py Added Support for excluding IPs in nios_next_ip and created new pluggin for nios_next_network (#44437) 2018-08-23 03:08:39 +00:00
onepassword.py Onepassword document fixes (#51527) 2019-01-31 09:48:55 -05:00
onepassword_raw.py Onepassword document fixes (#51527) 2019-01-31 09:48:55 -05:00
password.py Fix password lookup for FIPS 2018-10-31 12:50:23 -07:00
passwordstore.py Feature/alphanumeric password in passwordstore (#38121) 2019-02-14 17:02:24 -05:00
pipe.py Lookup docs (#30280) 2017-09-19 10:49:07 -04:00
rabbitmq.py Add a Singleton metaclass, use it with Display (#48935) 2018-11-20 17:06:51 -06:00
random_choice.py Lookup docs (#30280) 2017-09-19 10:49:07 -04:00
redis.py lookup: redis: fix plugin returning repr'd byte objects (#52854) 2019-02-27 12:04:18 +01:00
sequence.py Clarify return value of the sequence lookup (#53275) 2019-03-04 14:09:55 -05:00
shelvefile.py plugins: Doc improvement (#41378) 2018-06-13 11:52:42 +05:30
skydive.py PR to start support for Skydive integration with Ansible (#50857) 2019-02-19 16:18:40 +05:30
subelements.py Fix subelements lookup docs example (#44782) 2018-08-28 16:52:07 -04:00
template.py Allow for vaulted templates in template lookup (#49819) 2019-01-07 10:06:01 -05:00
together.py plugins: Doc improvement (#41378) 2018-06-13 11:52:42 +05:30
url.py Add a Singleton metaclass, use it with Display (#48935) 2018-11-20 17:06:51 -06:00
varnames.py varnames lookup (#51621) 2019-02-26 13:59:24 -05:00
vars.py fix vars hostname fallback 2018-06-22 15:29:40 -04:00