mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-07-01 20:42:11 +00:00
Switched to existing tpot.conf template
This commit is contained in:
parent
e3034da106
commit
1df1662140
2 changed files with 2 additions and 7 deletions
|
@ -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
|
||||||
|
|
|
@ -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'
|
|
Loading…
Reference in a new issue