summaryrefslogtreecommitdiff
path: root/roles/x509/acmetool/cert/tasks
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2023-08-08 00:42:56 +0200
committerChristian Pointner <equinox@spreadspace.org>2023-08-20 22:12:03 +0200
commit5b08c3fb96e54e0ae8ae1d650658b27dcdfd78de (patch)
tree48ef1e0e6ef766a63f1b04a071a4ebfd0b90c323 /roles/x509/acmetool/cert/tasks
parentfix docker for debian bookworm+ (diff)
make acmetool cert role more generic (WIP - needs more testing)
Diffstat (limited to 'roles/x509/acmetool/cert/tasks')
-rw-r--r--roles/x509/acmetool/cert/tasks/main.yml10
1 files changed, 0 insertions, 10 deletions
diff --git a/roles/x509/acmetool/cert/tasks/main.yml b/roles/x509/acmetool/cert/tasks/main.yml
deleted file mode 100644
index 09980dad..00000000
--- a/roles/x509/acmetool/cert/tasks/main.yml
+++ /dev/null
@@ -1,10 +0,0 @@
----
-- name: add acmetool desired file
- vars:
- acmetool_cert_satisfy:
- satisfy:
- names: "{{ acmetool_cert_hostnames | default([acmetool_cert_name]) }}"
- copy:
- content: "{{ acmetool_cert_config | default({}) | combine(acmetool_cert_satisfy) | to_nice_yaml }}"
- dest: "/var/lib/acme/desired/{{ acmetool_cert_name }}"
- notify: reconcile acmetool