mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
weirdness use both for now
This commit is contained in:
parent
8e3337277d
commit
57b5c451fd
2 changed files with 8 additions and 2 deletions
|
@ -104,6 +104,11 @@
|
|||
owner: "{{ lokole_user }}"
|
||||
mode: g+rw
|
||||
|
||||
- name: Generate key and salt
|
||||
set_fact:
|
||||
lokole_key: "{{ lookup('password', '/dev/null chars=ascii_letters,digits,_ length=32') }}"
|
||||
lokole_salt: "{{ lookup('password', '/dev/null chars=ascii_letters,digits,_ length=16') }}"
|
||||
|
||||
- name: Install {{ lokole_settings }}
|
||||
template:
|
||||
src: settings.env.j2
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue