From 1c90ac78adc7f7b6b45be9d47f70ee3591c45454 Mon Sep 17 00:00:00 2001 From: Jan Tuomi Date: Fri, 19 Dec 2025 14:07:43 +0200 Subject: Add immich vm, changes --- playbook.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'playbook.yml') 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" -- cgit v1.3