diff options
| author | Joe Carstairs <me@joeac.net> | 2026-08-13 16:29:05 +0100 |
|---|---|---|
| committer | Joe Carstairs <me@joeac.net> | 2026-08-13 16:29:05 +0100 |
| commit | 954ab1887b20e9e0d5885c1cec8d71641cb3dcd4 (patch) | |
| tree | 45cb7191fe51f3fa099e8a01e5cd0a0c37e034ec /ansible/vars/common.yml | |
| parent | f9272fdf3ea23070583c944b110a7b8f16c5a4ff (diff) | |
remove homelab config
Diffstat (limited to 'ansible/vars/common.yml')
| -rw-r--r-- | ansible/vars/common.yml | 65 |
1 files changed, 0 insertions, 65 deletions
diff --git a/ansible/vars/common.yml b/ansible/vars/common.yml deleted file mode 100644 index db9a0ff..0000000 --- a/ansible/vars/common.yml +++ /dev/null @@ -1,65 +0,0 @@ -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 |
