diff --git a/cloud/ansible/openstack/roles/install/tasks/main.yaml b/cloud/ansible/openstack/roles/install/tasks/main.yaml index bd255b78..f6e65e2f 100644 --- a/cloud/ansible/openstack/roles/install/tasks/main.yaml +++ b/cloud/ansible/openstack/roles/install/tasks/main.yaml @@ -3,10 +3,10 @@ delay: 30 timeout: 300 -- name: Gathering Facts +- name: Gathering facts setup: -- name: Cloning t-pot install directory +- name: Cloning T-Pot install directory git: repo: "https://github.com/dtag-dev-sec/tpotce.git" dest: /root/tpot @@ -25,7 +25,7 @@ shell: /bin/bash update_password: always -- name: Copy t-pot configuration file +- name: Copy T-Pot configuration file template: src: ../../../../../../iso/installer/tpot.conf.dist dest: /root/tpot.conf @@ -33,10 +33,10 @@ group: root mode: 0644 -- name: Install t-pot on ECS - be patient, this might take 15 to 30 minutes depending on the connection speed. No further output is given. +- name: Install T-Pot on instance - be patient, this might take 15 to 30 minutes depending on the connection speed. No further output is given. command: /root/tpot/iso/installer/install.sh --type=auto --conf=/root/tpot.conf -- name: Delete t-pot configuration file +- name: Delete T-Pot configuration file file: path: /root/tpot.conf state: absent