summaryrefslogtreecommitdiff
path: root/dan
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 /dan
parentfix docker for debian bookworm+ (diff)
make acmetool cert role more generic (WIP - needs more testing)
Diffstat (limited to 'dan')
-rw-r--r--dan/k8s-emc.yml3
-rw-r--r--dan/sk-testvm.yml7
2 files changed, 8 insertions, 2 deletions
diff --git a/dan/k8s-emc.yml b/dan/k8s-emc.yml
index 86fea6c5..b8358fee 100644
--- a/dan/k8s-emc.yml
+++ b/dan/k8s-emc.yml
@@ -16,7 +16,8 @@
roles:
- role: x509/acmetool/base
- role: x509/acmetool/cert
- acmetool_cert_name: "{{ host_name }}.{{ host_domain }}"
+ acmetool_cert_hostnames:
+ - "{{ host_name }}.{{ host_domain }}"
- role: storage/lvm/volume
lvm_volume:
vg: storage
diff --git a/dan/sk-testvm.yml b/dan/sk-testvm.yml
index e349a3c3..93e20776 100644
--- a/dan/sk-testvm.yml
+++ b/dan/sk-testvm.yml
@@ -7,5 +7,10 @@
- role: core/sshd/base
- role: core/zsh
- role: core/ntp
- - role: x509/uacme/base
+
+- name: Payload Setup
+ hosts: sk-testvm
+ roles:
+# - role: x509/acmetool/base
+# - role: x509/uacme/base
- role: nginx/base