aboutsummaryrefslogtreecommitdiffstats
path: root/play-reboot.yml
blob: fcd7b97aa9a2f4ea0627c3c30faf32d10f0ccab3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# =========================================================================== #
#               __                           __                __ 
#        ____  / /___ ___  __     ________  / /_  ____  ____  / /_
#       / __ \/ / __ `/ / / /    / ___/ _ \/ __ \/ __ \/ __ \/ __/
#      / /_/ / / /_/ / /_/ /    / /  /  __/ /_/ / /_/ / /_/ / /_  
#     / .___/_/\__,_/\__, (_)  /_/   \___/_.___/\____/\____/\__/  
#    /_/            /____/
#
# =========================================================================== #

---
- name: Reboot all instances
  hosts: all
  tasks:
    - name: Reboot server
      command: reboot
remember that computers suck.