diff --git a/cloud/ansible/roles/install/tasks/main.yaml b/cloud/ansible/roles/install/tasks/main.yaml index 6c6dd49b..0aa80cb8 100644 --- a/cloud/ansible/roles/install/tasks/main.yaml +++ b/cloud/ansible/roles/install/tasks/main.yaml @@ -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 diff --git a/cloud/ansible/roles/install/templates/tpot.conf b/cloud/ansible/roles/install/templates/tpot.conf deleted file mode 100644 index 030f3afd..00000000 --- a/cloud/ansible/roles/install/templates/tpot.conf +++ /dev/null @@ -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'