From 5ce2f473d60c2f6dd1d8434fa6ff7a129ef06051 Mon Sep 17 00:00:00 2001 From: Jacob Cody Wimer Date: Sun, 1 Jul 2018 13:38:17 -0400 Subject: [PATCH] Added reboot playbook --- playbooks/reboot.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 playbooks/reboot.yml diff --git a/playbooks/reboot.yml b/playbooks/reboot.yml new file mode 100644 index 0000000..0f5e9fa --- /dev/null +++ b/playbooks/reboot.yml @@ -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