mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-07-31 03:35:45 +02:00
Update to 2024-08-01 12:00
This commit is contained in:
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user