diff options
Diffstat (limited to 'chaos-at-home')
-rw-r--r-- | chaos-at-home/ch-imap-proxy.yml | 16 |
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 |