mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-07-02 01:27:27 -04:00
HPFEEDS: Switched to environment variables
- 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
This commit is contained in:
8
cloud/.hpfeeds_settings.sh
Normal file
8
cloud/.hpfeeds_settings.sh
Normal file
@ -0,0 +1,8 @@
|
||||
myENABLE="false"
|
||||
myHOST="host"
|
||||
myPORT="port"
|
||||
myCHANNEL="channels"
|
||||
myIDENT="user"
|
||||
mySECRET="secret"
|
||||
myCERT="false"
|
||||
myFORMAT="json"
|
Reference in New Issue
Block a user