mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-07-02 01:27:27 -04:00
tweak installer, playbooks
This commit is contained in:
@ -3,6 +3,7 @@
|
||||
- name: On Debian, check if sudo is installed
|
||||
hosts: all
|
||||
gather_facts: true
|
||||
become: false
|
||||
|
||||
pre_tasks:
|
||||
- name: Check for non-root user id
|
||||
|
@ -6,6 +6,8 @@
|
||||
- name: T-Pot Abort if run as root
|
||||
hosts: all
|
||||
gather_facts: true
|
||||
become: false
|
||||
|
||||
pre_tasks:
|
||||
- name: Check if running as root
|
||||
assert:
|
||||
@ -312,6 +314,7 @@
|
||||
- name: T-Pot - Adjust group users, bashrc, clone / update T-Pot repository
|
||||
hosts: all
|
||||
gather_facts: true
|
||||
become: false
|
||||
|
||||
tasks:
|
||||
- name: Add aliases (All)
|
||||
|
@ -3,6 +3,7 @@
|
||||
- name: On Debian, remove sudo
|
||||
hosts: all
|
||||
gather_facts: true
|
||||
become: false
|
||||
|
||||
pre_tasks:
|
||||
- name: Check for non-root user id
|
||||
|
@ -6,6 +6,7 @@
|
||||
- name: T-Pot Abort if run as root
|
||||
hosts: all
|
||||
gather_facts: true
|
||||
become: false
|
||||
|
||||
pre_tasks:
|
||||
- name: Check if running as root
|
||||
@ -27,6 +28,7 @@
|
||||
- name: T-Pot - Remove group users, bashrc
|
||||
hosts: all
|
||||
gather_facts: true
|
||||
become: false
|
||||
|
||||
tasks:
|
||||
- name: Remove aliases (All)
|
||||
|
Reference in New Issue
Block a user