1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-13 19:52:06 +00:00
iiab/roles/lokole/templates/webapp_secrets.sh.j2

5 lines
338 B
Text
Raw Normal View History

2018-07-14 01:47:33 +00:00
export OPWEN_STATE_DIRECTORY='{{lokole_run_directory}}'
2018-07-23 04:21:36 +00:00
export OPWEN_SESSION_KEY='{{ lookup('password', '/dev/null chars=ascii_letters,digits,_ length=32 encrypt=no' }}'
export OPWEN_PASSWORD_SALT='{{ lookup('password', '/dev/null chars=ascii_letters,digits,_ length=16 encrypt=no' }}'
export OPWEN_CLIENT_NAME='iiab-{{ iiab_hostname }}'