diff options
Diffstat (limited to 'ansible/vars/common.yml')
| -rw-r--r-- | ansible/vars/common.yml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/ansible/vars/common.yml b/ansible/vars/common.yml index df0c0de..db9a0ff 100644 --- a/ansible/vars/common.yml +++ b/ansible/vars/common.yml @@ -4,6 +4,9 @@ services: actualbudget: port: 5006 host: pi-broughton + git: + port: 2448 + host: blade-canongate etherpad: port: 9001 host: blade-canongate @@ -36,6 +39,10 @@ subdomains: 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 @@ -43,12 +50,15 @@ subdomains: - 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 |
