From 1df166214067582270998ef831e6a32b8f524e61 Mon Sep 17 00:00:00 2001 From: Sebastian Haderecker Date: Fri, 5 Apr 2019 06:04:47 +0000 Subject: [PATCH] Switched to existing tpot.conf template --- cloud/ansible/roles/install/tasks/main.yaml | 4 ++-- cloud/ansible/roles/install/templates/tpot.conf | 5 ----- 2 files changed, 2 insertions(+), 7 deletions(-) delete mode 100644 cloud/ansible/roles/install/templates/tpot.conf 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'