summaryrefslogtreecommitdiff
path: root/ansible/vars/common.yml
diff options
context:
space:
mode:
Diffstat (limited to 'ansible/vars/common.yml')
-rw-r--r--ansible/vars/common.yml52
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