diff options
| author | Jan Tuomi <jan@jantuomi.fi> | 2025-12-20 21:10:47 +0200 |
|---|---|---|
| committer | Jan Tuomi <jan@jantuomi.fi> | 2025-12-20 21:10:47 +0200 |
| commit | 5ebb5cea738fdd2dcb057259c4235ccaa8d2cd15 (patch) | |
| tree | 927cf7a344f686db3cf01998e2a9d3366ee68e0d /playbook.yml | |
| parent | 1c90ac78adc7f7b6b45be9d47f70ee3591c45454 (diff) | |
Move goaccess to own jail
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 4314060..3a2a755 100644 --- a/playbook.yml +++ b/playbook.yml @@ -31,7 +31,9 @@ - { 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_15_0 }}", num: 10, name: samba } - { userland: "{{ jail_userland_14_3 }}", num: 11, name: spliit } + - { userland: "{{ jail_userland_15_0 }}", num: 12, name: goaccess } - { userland: "{{ jail_userland_14_3 }}", num: 14, name: freshrss } - { userland: "{{ jail_userland_14_3 }}", num: 15, name: paste } ingress_routes: @@ -42,7 +44,6 @@ - { host: spliit.jan.systems, jail: spliit } - { host: freshrss.jan.systems, jail: freshrss } - { 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: |
