1
0
Fork 0
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:
Jerry Vonau 2021-05-25 07:54:01 +00:00
parent 8e3337277d
commit 57b5c451fd
2 changed files with 8 additions and 2 deletions

View file

@ -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