From 1fab2a690a1da9143948fa599429f9a7d38ff87d Mon Sep 17 00:00:00 2001 From: Sebastian Haderecker Date: Sat, 29 Jun 2019 15:55:44 +0000 Subject: [PATCH] Remove old playbooks --- cloud/open-telekom-cloud/ansible/custom_ews.yaml | 10 ---------- cloud/open-telekom-cloud/ansible/install.yaml | 13 ------------- cloud/open-telekom-cloud/ansible/reboot.yaml | 12 ------------ 3 files changed, 35 deletions(-) delete mode 100644 cloud/open-telekom-cloud/ansible/custom_ews.yaml delete mode 100644 cloud/open-telekom-cloud/ansible/install.yaml delete mode 100644 cloud/open-telekom-cloud/ansible/reboot.yaml diff --git a/cloud/open-telekom-cloud/ansible/custom_ews.yaml b/cloud/open-telekom-cloud/ansible/custom_ews.yaml deleted file mode 100644 index a9fc39e0..00000000 --- a/cloud/open-telekom-cloud/ansible/custom_ews.yaml +++ /dev/null @@ -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 diff --git a/cloud/open-telekom-cloud/ansible/install.yaml b/cloud/open-telekom-cloud/ansible/install.yaml deleted file mode 100644 index e0fe70ca..00000000 --- a/cloud/open-telekom-cloud/ansible/install.yaml +++ /dev/null @@ -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 - - diff --git a/cloud/open-telekom-cloud/ansible/reboot.yaml b/cloud/open-telekom-cloud/ansible/reboot.yaml deleted file mode 100644 index f4fc4f3f..00000000 --- a/cloud/open-telekom-cloud/ansible/reboot.yaml +++ /dev/null @@ -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