diff options
| author | Jan Tuomi <jan@jantuomi.fi> | 2025-12-19 14:07:43 +0200 |
|---|---|---|
| committer | Jan Tuomi <jan@jantuomi.fi> | 2025-12-19 14:07:43 +0200 |
| commit | 1c90ac78adc7f7b6b45be9d47f70ee3591c45454 (patch) | |
| tree | 28ea9167232c7024f12ed81b4ca5970837de99f7 /playbook.yml | |
| parent | 0fcfd8f3636695e9973504792e9102e01571a6a7 (diff) | |
Add immich vm, changes
Diffstat (limited to 'playbook.yml')
| -rw-r--r-- | playbook.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/playbook.yml b/playbook.yml index 93b4cb1..4314060 100644 --- a/playbook.yml +++ b/playbook.yml @@ -30,8 +30,8 @@ - { userland: "{{ jail_userland_14_3 }}", num: 6, name: hommabot } - { userland: "{{ jail_userland_14_3 }}", num: 7, name: aggro } - { userland: "{{ jail_userland_14_3 }}", num: 8, name: diddle } + - { userland: "{{ jail_userland_15_0 }}", num: 9, name: redis } - { userland: "{{ jail_userland_14_3 }}", num: 11, name: spliit } - - { userland: "{{ jail_userland_15_0 }}", num: 13, name: immich } - { userland: "{{ jail_userland_14_3 }}", num: 14, name: freshrss } - { userland: "{{ jail_userland_14_3 }}", num: 15, name: paste } ingress_routes: @@ -44,6 +44,7 @@ - { host: irc.jan.systems, jail: irc_thelounge } - { host: goaccess.jan.systems, static: /var/www/goaccess } - { host: paste.jan.systems, jail: paste } + - { host: immich.jan.systems, ip: 192.168.3.3, port: 2283 } # vms aren't configured in ansible cert_domains: - "jan.systems" - "*.jan.systems" |
