mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-07-02 01:27:27 -04:00
Remove old playbooks
This commit is contained in:
@ -1,10 +0,0 @@
|
|||||||
# This playbook sets a custom EWS config on the T-Pot
|
|
||||||
|
|
||||||
- hosts: TPOT
|
|
||||||
remote_user: linux
|
|
||||||
become: yes
|
|
||||||
become_user: root
|
|
||||||
become_method: sudo
|
|
||||||
|
|
||||||
roles:
|
|
||||||
- custom_ews
|
|
@ -1,13 +0,0 @@
|
|||||||
# This playbook deploys a T-Pot
|
|
||||||
|
|
||||||
- hosts: TPOT
|
|
||||||
remote_user: linux
|
|
||||||
become: yes
|
|
||||||
become_user: root
|
|
||||||
become_method: sudo
|
|
||||||
gather_facts: no
|
|
||||||
|
|
||||||
roles:
|
|
||||||
- install
|
|
||||||
|
|
||||||
|
|
@ -1,12 +0,0 @@
|
|||||||
# This playbook reboots a T-Pot
|
|
||||||
|
|
||||||
- hosts: TPOT
|
|
||||||
remote_user: linux
|
|
||||||
become: yes
|
|
||||||
become_user: root
|
|
||||||
become_method: sudo
|
|
||||||
|
|
||||||
tasks:
|
|
||||||
- name: Finally rebooting t-pot in one minute - make sure your next login is on port 64295 or via https:// on port 64297
|
|
||||||
shell: /sbin/shutdown -r -t 1
|
|
||||||
become: true
|
|
Reference in New Issue
Block a user