mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-07-01 12:32:12 +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
|
||||
template:
|
||||
src: ../templates/tpot.conf
|
||||
dest: /root
|
||||
src: ../../../../../iso/installer/tpot.conf.dist
|
||||
dest: /root/tpot.conf
|
||||
owner: root
|
||||
group: root
|
||||
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