1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-13 11:42:08 +00:00

Add OPWEN_SIM_TYPE env variable

Signed-off-by: Aidan Fitzgerald <acf67@cornell.edu>
This commit is contained in:
Aidan Fitzgerald 2019-07-08 20:33:12 -07:00
parent 2f0267afa8
commit dc98b73c51

View file

@ -1,3 +1,4 @@
export OPWEN_SIM_TYPE='LocalOnly'
export OPWEN_STATE_DIRECTORY='{{lokole_run_directory}}'
export OPWEN_SESSION_KEY='{{ lookup('password', '/dev/null chars=ascii_letters,digits,_ length=32') }}'
export OPWEN_PASSWORD_SALT='{{ lookup('password', '/dev/null chars=ascii_letters,digits,_ length=16') }}'