Switched to existing tpot.conf template

This commit is contained in:
Sebastian Haderecker 2019-04-05 06:04:47 +00:00
parent e3034da106
commit 1df1662140
2 changed files with 2 additions and 7 deletions

View file

@ -26,8 +26,8 @@
- name: Copy t-pot configuration file - name: Copy t-pot configuration file
template: template:
src: ../templates/tpot.conf src: ../../../../../iso/installer/tpot.conf.dist
dest: /root dest: /root/tpot.conf
owner: root owner: root
group: root group: root
mode: 0644 mode: 0644

View file

@ -1,5 +0,0 @@
# tpot configuration file
# myCONF_TPOT_FLAVOR=[STANDARD, SENSOR, INDUSTRIAL, COLLECTOR, NEXTGEN, LEGACY]
myCONF_TPOT_FLAVOR='STANDARD'
myCONF_WEB_USER='webuser'
myCONF_WEB_PW='w3b$ecret'