From 75732c1a9aa1fed11794f509d33bdea5171d41c0 Mon Sep 17 00:00:00 2001 From: Jan Tuomi Date: Sat, 16 May 2026 19:19:07 +0300 Subject: Set up redis jail, improve role setup --- roles/jails/01_ingress/tasks/main.yml | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'roles/jails/01_ingress/tasks') 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 -- cgit v1.3