CSIT-1070 Update Ansible structure
[csit.git] / resources / tools / testbed-setup / playbooks / reboot.yaml
diff --git a/resources/tools/testbed-setup/playbooks/reboot.yaml b/resources/tools/testbed-setup/playbooks/reboot.yaml
deleted file mode 100644 (file)
index 9e22dcb..0000000
+++ /dev/null
@@ -1,14 +0,0 @@
-- hosts: all
-  remote_user: testuser
-  tasks:
-  - name: Reboot host
-    sudo: true
-    command: shutdown -r now "Ansible updates triggered"
-    async: 0
-    poll: 0
-    ignore_errors: true
-  - name: waiting for server to come back
-    local_action: wait_for host={{ inventory_hostname }}
-                  state=started
-    sudo: false
-