summaryrefslogtreecommitdiff
path: root/dan
diff options
context:
space:
mode:
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