diff options
| author | Joe Carstairs <me@joeac.net> | 2026-08-13 16:35:47 +0100 |
|---|---|---|
| committer | Joe Carstairs <me@joeac.net> | 2026-08-13 16:35:47 +0100 |
| commit | 9f2ebc2cce3af0e685677c23f2098c115e034adf (patch) | |
| tree | bc6609cf851ee3f0a4f572d762b4ea35a34610f6 /vars/common.yml | |
| parent | f31e65c51681823ade14abad87c742101a1b823d (diff) | |
move ansible/ dir to root
Diffstat (limited to 'vars/common.yml')
| -rw-r--r-- | vars/common.yml | 65 |
1 files changed, 65 insertions, 0 deletions
diff --git a/vars/common.yml b/vars/common.yml new file mode 100644 index 0000000..db9a0ff --- /dev/null +++ b/vars/common.yml @@ -0,0 +1,65 @@ +src_dir: /usr/share/src + +services: + actualbudget: + port: 5006 + host: pi-broughton + git: + port: 2448 + host: blade-canongate + etherpad: + port: 9001 + host: blade-canongate + gemini: + port: 1965 + host: blade-canongate + http: + port: 8080 + host: pi-broughton + ln: + root: /var/ln.joeac.net/public + host: blade-canongate + directory_listing: true + mox: + host: blade-canongate + vaultwarden: + port: 9000 + host: pi-broughton + +subdomains: + - name: "@" + full_domain: joeac.net + mox_handler: forward + service: http + - name: budget + full_domain: budget.joeac.net + mox_handler: forward + service: actualbudget + - name: docs + full_domain: docs.joeac.net + mox_handler: forward + service: etherpad + - name: git + full_domain: git.joeac.net + mox_handler: forward + service: git + - name: ln + full_domain: ln.joeac.net + mox_handler: static + service: ln + - name: mail + full_domain: mail.joeac.net + mox_handler: none + service: none + - name: autoconfig.mail + full_domain: autoconfig.mail.joeac.net + mox_handler: none + service: none + - name: mta-sts.mail + full_domain: mta-sts.mail.joeac.net + mox_handler: none + service: none + - name: pwd + full_domain: pwd.joeac.net + mox_handler: forward + service: vaultwarden |
