Update to 2024-08-01 12:00

This commit is contained in:
Daniel Berteaud
2024-08-01 12:00:49 +02:00
parent 7ca183d87f
commit d95feec915
3 changed files with 19 additions and 2 deletions

View File

@@ -37,3 +37,14 @@
when: squashtm_secret is not defined
tags: squashtm
# Create a random JWT secret
- block:
- import_tasks: ../includes/get_rand_pass.yml
vars:
- pass_file: "{{ squashtm_root_dir }}/meta/ansible_jwt_secret"
- pass_size: 86
- complex: false
- set_fact: squashtm_jwt_secret={{ rand_pass }}
when: squashtm_jwt_secret is not defined
tags: squashtm