Added new playbook and roles

This commit is contained in:
Sebastian Haderecker
2019-06-29 16:21:47 +00:00
parent bcb6c7e616
commit 0392517fa2
12 changed files with 129 additions and 29 deletions

View File

@ -8,13 +8,13 @@
- name: Cloning t-pot install directory
git:
repo: 'https://github.com/dtag-dev-sec/tpotce.git'
repo: "https://github.com/dtag-dev-sec/tpotce.git"
dest: /root/tpot
- name: Prepare to set user password
set_fact:
user_password: "{{ lookup('env', 'LINUX_PASS') }}"
user_salt: 's0mew1ck3dTpoT'
user_password: "{{ linux_pass }}"
user_salt: "s0mew1ck3dTpoT"
- name: Changing password for user linux to {{ user_password }}
user:

View File

@ -0,0 +1 @@
linux_pass: LiNuXuSeRPaSs#