diff options
Diffstat (limited to 'roles/jails/01_ingress/tasks/main.yml')
| -rw-r--r-- | roles/jails/01_ingress/tasks/main.yml | 5 |
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 |
