diff options
author | Kali Kaneko <kali@leap.se> | 2018-05-02 19:39:08 +0200 |
---|---|---|
committer | Kali Kaneko <kali@leap.se> | 2018-05-02 19:39:08 +0200 |
commit | 819870642d1a783208d78156e802c1ad15b73321 (patch) | |
tree | d0790b0d1de1d4ee1a6ff5dbd80bacdad581dd2c /pkg/windows/ansible/reboot.yml | |
parent | 1a3751c2406db693dd08954157376ab329331c3a (diff) |
[pkg] add ansible scripts for bootstrapping windows env
Diffstat (limited to 'pkg/windows/ansible/reboot.yml')
-rw-r--r-- | pkg/windows/ansible/reboot.yml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/pkg/windows/ansible/reboot.yml b/pkg/windows/ansible/reboot.yml new file mode 100644 index 00000000..005c83a9 --- /dev/null +++ b/pkg/windows/ansible/reboot.yml @@ -0,0 +1,9 @@ +######################################################################## +# Reboot a a windows host. +######################################################################## + +- hosts: all + gather_facts: false + tasks: + - name: reboot host unconditionally + win_reboot: |