diff options
| author | Jan Tuomi <jan@jantuomi.fi> | 2026-07-09 22:13:03 +0300 |
|---|---|---|
| committer | Jan Tuomi <jan@jantuomi.fi> | 2026-07-09 22:13:03 +0300 |
| commit | badf52135e97531e6c91743322bdbe16105b43e5 (patch) | |
| tree | 17a847f3f6f047cceea03267d26273532e711dcf /roles/host | |
| parent | 9f55f450e6422e8da29ee94bd0ffeabdff1d3eaa (diff) | |
Refactor jails
Diffstat (limited to 'roles/host')
| -rw-r--r-- | roles/host/tasks/main.yml | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/roles/host/tasks/main.yml b/roles/host/tasks/main.yml index 279aff5..fba9c5e 100644 --- a/roles/host/tasks/main.yml +++ b/roles/host/tasks/main.yml @@ -124,38 +124,6 @@ - { name: "zroot/jails/templates" } - { name: "zroot/jails/containers" } - { name: "zroot/jails/volumes", mountpoint: "none" } - - { - name: "zroot/jails/volumes/goaccess_www", - mountpoint: "/usr/local/jails/volumes/goaccess_www", - } - - { - name: "zroot/jails/volumes/postgres_data", - mountpoint: "/usr/local/jails/containers/postgres/var/db/postgres", - } - - { - name: "zroot/jails/volumes/irc_thelounge", - mountpoint: "/usr/local/jails/containers/irc_thelounge/var/db/thelounge", - } - - { - name: "zroot/jails/volumes/taulubot", - mountpoint: "/usr/local/jails/containers/taulubot/usr/local/taulubot/photos", - } - - { - name: "zroot/jails/volumes/komga_data", - mountpoint: "/usr/local/jails/containers/komga/root/.komga", - } - - { - name: "zroot/jails/volumes/aggro_data", - mountpoint: "/usr/local/jails/containers/aggro/var/db/aggro", - } - - { - name: "zroot/jails/volumes/spliit_data", - mountpoint: "/usr/local/jails/containers/spliit/var/db/expense-tracker", - } - - { - name: "zroot/jails/volumes/plex_data", - mountpoint: "/usr/local/jails/containers/plex/usr/local/plexdata", - } - { name: "zroot/storage", mountpoint: "/usr/local/jails/volumes/storage" } loop_control: label: "{{ item.name }}" |
