summaryrefslogtreecommitdiff
path: root/chaos-at-home/ch-imap-proxy.yml
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2020-08-27 21:43:00 +0200
committerChristian Pointner <equinox@spreadspace.org>2020-08-27 21:43:00 +0200
commit0b894c83eca5c422c65b7ad836ea9492e7289c04 (patch)
tree2c21fbbc1702abe6d9bd8dc93014e500ee926251 /chaos-at-home/ch-imap-proxy.yml
parentadd ch-imap-proxy (diff)
enable acmetool for ch-imap-proxy
Diffstat (limited to 'chaos-at-home/ch-imap-proxy.yml')
-rw-r--r--chaos-at-home/ch-imap-proxy.yml16
1 files changed, 16 insertions, 0 deletions
diff --git a/chaos-at-home/ch-imap-proxy.yml b/chaos-at-home/ch-imap-proxy.yml
new file mode 100644
index 00000000..d1479ce1
--- /dev/null
+++ b/chaos-at-home/ch-imap-proxy.yml
@@ -0,0 +1,16 @@
+---
+- name: Basic Setup
+ hosts: ch-imap-proxy
+ roles:
+ - role: apt-repo/base
+ - role: core/base
+ - role: core/sshd
+ - role: core/zsh
+ - role: apt-repo/spreadspace
+ - role: acmetool/base
+ - role: acmetool/cert
+ acmetool_cert_name: "imap.chaos-at-home.org"
+ acmetool_cert_config:
+ request:
+ challenge:
+ http-self-test: false