Added reboot playbook

This commit is contained in:
2018-07-01 13:38:17 -04:00
parent e3fcd8e9eb
commit 5ce2f473d6

10
playbooks/reboot.yml Normal file
View File

@@ -0,0 +1,10 @@
---
- name: Create machine and set up ip
hosts: all
user: root
gather_facts: no
serial: 100%
tasks:
- name: Reboot
command: reboot