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