diff options
| author | Joe Carstairs <me@joeac.net> | 2026-08-13 15:52:02 +0100 |
|---|---|---|
| committer | Joe Carstairs <me@joeac.net> | 2026-08-13 15:52:02 +0100 |
| commit | f9272fdf3ea23070583c944b110a7b8f16c5a4ff (patch) | |
| tree | 1f4d65ba8a2be7022f5771bffd7ad283f879b04d /ansible/vars/common.yml | |
| parent | f32d030ff966fb1046d57fe8b05085ce6cd73d5e (diff) | |
adds git service
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 |
