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:
Sebastian Haderecker
2019-04-12 23:45:25 +00:00
parent fbf4ca00a3
commit de6735e309
4 changed files with 56 additions and 8 deletions

View File

@ -0,0 +1,8 @@
myENABLE="false"
myHOST="host"
myPORT="port"
myCHANNEL="channels"
myIDENT="user"
mySECRET="secret"
myCERT="false"
myFORMAT="json"