feat: fix gvisor for radicale, add isolated networks for jellyfin / radicale
This commit is contained in:
parent
b7a31a899c
commit
bed7bcf4fd
7 changed files with 31 additions and 8 deletions
|
|
@ -24,6 +24,14 @@
|
|||
group: root
|
||||
mode: '0644'
|
||||
|
||||
- name: Copy over radicale.network file
|
||||
ansible.builtin.copy:
|
||||
src: ./files/radicale.network
|
||||
dest: /etc/containers/systemd/radicale.network
|
||||
owner: root
|
||||
group: root
|
||||
mode: '0644'
|
||||
|
||||
- name: Copy over radicale config
|
||||
ansible.builtin.copy:
|
||||
src: ./files/config
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue