diff options
| author | Joe Carstairs <me@joeac.net> | 2026-08-02 09:36:16 +0100 |
|---|---|---|
| committer | Joe Carstairs <me@joeac.net> | 2026-08-02 09:36:28 +0100 |
| commit | e6bbca473453a8d797060d97fe8ad3e729719b53 (patch) | |
| tree | 3224306c4bf061acdaaaeca889f4881eab28bc54 /ansible/vars/common.yml | |
| parent | 7b75d7532e7b549efbe15c306f91ea67f2a5a4eb (diff) | |
move mox and ln from make to ansible
Diffstat (limited to 'ansible/vars/common.yml')
| -rw-r--r-- | ansible/vars/common.yml | 52 |
1 files changed, 43 insertions, 9 deletions
diff --git a/ansible/vars/common.yml b/ansible/vars/common.yml index e6dc18c..c21cb61 100644 --- a/ansible/vars/common.yml +++ b/ansible/vars/common.yml @@ -1,10 +1,44 @@ +services: + actualbudget: + port: 5006 + host: pi-broughton + etherpad: + port: 9001 + 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: - - "@" - - budget - - docs - - ln - - mail - - autoconfig.mail - - clientsettings.mail - - mta-sts.mail - - pwd + - name: "@" + mox_handler: forward + service: http + - name: budget + mox_handler: forward + service: actualbudget + - name: docs + mox_handler: forward + service: etherpad + - name: ln + mox_handler: static + service: ln + - name: mail + mox_handler: none + - name: autoconfig.mail + mox_handler: none + - name: clientsettings.mail + mox_handler: none + - name: mta-sts.mail + mox_handler: none + - name: pwd + mox_handler: forward + service: vaultwarden |
