From 18e0446c9c545f396d7737b406e6e207748e7926 Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Thu, 22 Dec 2022 13:01:30 +0100 Subject: move acmetool to new x509 subdir --- chaos-at-home/ch-http-proxy.yml | 2 +- chaos-at-home/ch-imap-proxy.yml | 4 ++-- chaos-at-home/ch-mimas.yml | 2 +- chaos-at-home/ch-pan.yml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) (limited to 'chaos-at-home') diff --git a/chaos-at-home/ch-http-proxy.yml b/chaos-at-home/ch-http-proxy.yml index dc362aa4..77715049 100644 --- a/chaos-at-home/ch-http-proxy.yml +++ b/chaos-at-home/ch-http-proxy.yml @@ -7,7 +7,7 @@ - role: core/sshd/base - role: core/zsh - role: apt-repo/spreadspace - - role: acmetool/base + - role: x509/acmetool/base - role: nginx/base post_tasks: #### web.chaos-at-home.org (default-server) diff --git a/chaos-at-home/ch-imap-proxy.yml b/chaos-at-home/ch-imap-proxy.yml index fa23e9bb..d402c096 100644 --- a/chaos-at-home/ch-imap-proxy.yml +++ b/chaos-at-home/ch-imap-proxy.yml @@ -7,8 +7,8 @@ - role: core/sshd/base - role: core/zsh - role: apt-repo/spreadspace - - role: acmetool/base - - role: acmetool/cert + - role: x509/acmetool/base + - role: x509/acmetool/cert acmetool_cert_name: "imap.chaos-at-home.org" acmetool_cert_config: request: diff --git a/chaos-at-home/ch-mimas.yml b/chaos-at-home/ch-mimas.yml index f5219bc3..2743644c 100644 --- a/chaos-at-home/ch-mimas.yml +++ b/chaos-at-home/ch-mimas.yml @@ -22,7 +22,7 @@ - role: network/wireguard/base - role: network/wireguard/p2p - role: network/bind - - role: acmetool/base + - role: x509/acmetool/base - role: apt-repo/spreadspace - role: nginx/base - role: monitoring/prometheus/exporter diff --git a/chaos-at-home/ch-pan.yml b/chaos-at-home/ch-pan.yml index 6edd32fc..56a4f30a 100644 --- a/chaos-at-home/ch-pan.yml +++ b/chaos-at-home/ch-pan.yml @@ -15,7 +15,7 @@ - role: network/wireguard/p2p - role: network/bind - role: dyndns/server - - role: acmetool/base + - role: x509/acmetool/base - role: nginx/base - role: apt-repo/spreadspace - role: monitoring/prometheus/exporter -- cgit v1.2.3