Rename ca_cert option to ca_path (#744)

* Rename ca_cert option to ca_path.

* Two more.
This commit is contained in:
Felix Fontein
2024-01-06 17:03:39 +01:00
committed by GitHub
parent 5f9f78ede6
commit 4a5293503e
9 changed files with 32 additions and 22 deletions
+2 -2
View File
@@ -63,7 +63,7 @@ Most plugins and modules can be configured by the following parameters:
validate_certs
Secure the connection to the API by using TLS and verifying the authenticity of the Docker host server. Default is ``false``.
cacert_path
ca_path
Use a CA certificate when performing server verification by providing the path to a CA certificate file.
cert_path
@@ -106,7 +106,7 @@ The following example shows how the module default group can be used in a playbo
tls: true
validate_certs: true
tls_hostname: docker.example.com
cacert_path: /path/to/cacert.pem
ca_path: /path/to/cacert.pem
# Increase timeout
timeout: 120
tasks: