mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-04-29 03:38:51 +00:00

- Define Settings in .hpfeeds_settings.sh - Settings get exported as env vars - Ansible looks them up and updates the values in the tpot.yml file - ews.cfg: Switched to env vars
8 lines
130 B
Bash
8 lines
130 B
Bash
myENABLE="false"
|
|
myHOST="host"
|
|
myPORT="port"
|
|
myCHANNEL="channels"
|
|
myIDENT="user"
|
|
mySECRET="secret"
|
|
myCERT="false"
|
|
myFORMAT="json"
|