Update task naming

This commit is contained in:
Sebastian Haderecker 2019-07-01 06:52:29 +00:00
parent 8815d13903
commit 0dac77036b

View file

@ -3,10 +3,10 @@
delay: 30 delay: 30
timeout: 300 timeout: 300
- name: Gathering Facts - name: Gathering facts
setup: setup:
- name: Cloning t-pot install directory - name: Cloning T-Pot install directory
git: git:
repo: "https://github.com/dtag-dev-sec/tpotce.git" repo: "https://github.com/dtag-dev-sec/tpotce.git"
dest: /root/tpot dest: /root/tpot
@ -25,7 +25,7 @@
shell: /bin/bash shell: /bin/bash
update_password: always update_password: always
- name: Copy t-pot configuration file - name: Copy T-Pot configuration file
template: template:
src: ../../../../../../iso/installer/tpot.conf.dist src: ../../../../../../iso/installer/tpot.conf.dist
dest: /root/tpot.conf dest: /root/tpot.conf
@ -33,10 +33,10 @@
group: root group: root
mode: 0644 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 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: file:
path: /root/tpot.conf path: /root/tpot.conf
state: absent state: absent