Remove old playbooks

This commit is contained in:
Sebastian Haderecker 2019-06-29 15:55:44 +00:00
parent 9b67c9e66c
commit 1fab2a690a
3 changed files with 0 additions and 35 deletions

View file

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

View file

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

View file

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