Added reboot playbook
This commit is contained in:
10
playbooks/reboot.yml
Normal file
10
playbooks/reboot.yml
Normal 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
|
||||||
Reference in New Issue
Block a user