aboutsummaryrefslogtreecommitdiffstats
path: root/roles/jails/01_ingress
diff options
context:
space:
mode:
authorJan Tuomi <jan@jantuomi.fi>2026-05-16 19:19:07 +0300
committerJan Tuomi <jan@jantuomi.fi>2026-05-16 19:19:07 +0300
commit75732c1a9aa1fed11794f509d33bdea5171d41c0 (patch)
tree057717d5e3010b77f15b9fd36806e691fbfc0853 /roles/jails/01_ingress
parentb97ed17f3747345ccf83ddd7c2b4349f43c73e98 (diff)
Set up redis jail, improve role setup
Diffstat (limited to 'roles/jails/01_ingress')
-rw-r--r--roles/jails/01_ingress/tasks/main.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/roles/jails/01_ingress/tasks/main.yml b/roles/jails/01_ingress/tasks/main.yml
index 5b56286..8248c3f 100644
--- a/roles/jails/01_ingress/tasks/main.yml
+++ b/roles/jails/01_ingress/tasks/main.yml
@@ -36,6 +36,7 @@
- import_role:
name: jail
+ tasks_from: jail_setup
- name: Check if TLS certs exist
stat:
@@ -47,3 +48,7 @@
pause:
prompt: "Run certbot manually in the ingress jail to obtain certs, then press Enter."
when: is_prod and not (_certbot_certs.stat.exists | default(true))
+
+- import_role:
+ name: jail
+ tasks_from: jail_launch