diff options
| author | Jan Tuomi <jan@jantuomi.fi> | 2026-07-13 14:42:50 +0300 |
|---|---|---|
| committer | Jan Tuomi <jan@jantuomi.fi> | 2026-07-13 14:51:11 +0300 |
| commit | 67d5b193ad7ca4c496d3e701e7db88fb8b200d00 (patch) | |
| tree | ca63687c38b9d3e842c77b2abc20d70da059e39c /roles/jails/01_ingress/defaults/main.yml | |
| parent | 6de7c4afd1aed4d692af3a9157f24545ddc7b8ab (diff) | |
Prod deployment fixes
Diffstat (limited to 'roles/jails/01_ingress/defaults/main.yml')
| -rw-r--r-- | roles/jails/01_ingress/defaults/main.yml | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/roles/jails/01_ingress/defaults/main.yml b/roles/jails/01_ingress/defaults/main.yml index 9761d43..e7a2fca 100644 --- a/roles/jails/01_ingress/defaults/main.yml +++ b/roles/jails/01_ingress/defaults/main.yml @@ -2,6 +2,10 @@ userland: "15.0-RELEASE" devfs_ruleset: 6 no_default_route: true +zfs: + - name: zroot/jails/volumes/ingress_letsencrypt + mountpoint: /usr/local/etc/letsencrypt + ingress_routes: - { host: jan.systems, jail: homepage } - { host: jantuomi.fi, redirect: jan.systems } @@ -34,9 +38,10 @@ jail_conf_options: nullfs: [] pkg: + - pcre2 - nginx - - py311-certbot - - py311-certbot-nginx + - py312-certbot + - py312-certbot-nginx files: - src: etc_pf.conf.j2 |
