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
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