mirror of
https://gitea.0xace.cc/ansible-galaxy/cacert.git
synced 2025-07-03 23:53:07 +00:00
first commit
This commit is contained in:
16
defaults/main.yaml
Normal file
16
defaults/main.yaml
Normal file
@ -0,0 +1,16 @@
|
||||
cacert_ssl_gen_path: "/tmp/cacert"
|
||||
cacert_ca_name: "myCA"
|
||||
cacert_ca_trust_anchors_update: False
|
||||
|
||||
#cacert_ca_copy_to:
|
||||
# - { host: "host-1", path: "/tmp" }
|
||||
#
|
||||
#cacert_certs:
|
||||
# - name: example1.com
|
||||
# dest:
|
||||
# - { host: "host-1", path: "/tmp" }
|
||||
# - { host: "host-1", name: "newname", path: "/tmp", concat: "pem" }
|
||||
# - name: example2.com
|
||||
# dest:
|
||||
# - { host: "host-1", path: "/tmp" }
|
||||
|
Reference in New Issue
Block a user