first commit

This commit is contained in:
ace
2022-08-22 17:32:32 +03:00
commit c06c4aac08
5 changed files with 240 additions and 0 deletions

16
defaults/main.yaml Normal file
View 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" }