Create registrator role
This commit is contained in:
parent
168641b728
commit
04c7efe706
7 changed files with 174 additions and 0 deletions
16
roles/registrator/templates/siemens_spica_settings.py.j2
Normal file
16
roles/registrator/templates/siemens_spica_settings.py.j2
Normal file
|
@ -0,0 +1,16 @@
|
|||
APIURL="{{password.spica_url}}"
|
||||
SPICA_USER="{{password.spica_user}}"
|
||||
SPICA_PASSWD="{{password.spica_passwd}}"
|
||||
SPICA_KEY="{{password.spica_key}}"
|
||||
|
||||
LOG_GLOB="/home/registrator/data/room-access*.csv"
|
||||
SPOOL_DIR="/home/registrator/spool"
|
||||
ULID_SPOOL_DIR="/home/registrator/registrator/spool"
|
||||
# SPOOL_DIR="/home/apis/spool"
|
||||
|
||||
OLD_LOG_LIST="/home/registrator/data/handled_logs.txt"
|
||||
|
||||
SPOOL_FNAME="new_events.csv"
|
||||
OLDEVENTS_FNAME="old_events.csv"
|
||||
NOCOMMIT_FNAME="nocommit.csv"
|
||||
FIX_FNAME="fixes.csv"
|
Loading…
Add table
Add a link
Reference in a new issue