blob: fcd7b97aa9a2f4ea0627c3c30faf32d10f0ccab3 (
plain) (
tree)
|
|
# =========================================================================== #
# __ __ __
# ____ / /___ ___ __ ________ / /_ ____ ____ / /_
# / __ \/ / __ `/ / / / / ___/ _ \/ __ \/ __ \/ __ \/ __/
# / /_/ / / /_/ / /_/ / / / / __/ /_/ / /_/ / /_/ / /_
# / .___/_/\__,_/\__, (_) /_/ \___/_.___/\____/\____/\__/
# /_/ /____/
#
# =========================================================================== #
---
- name: Reboot all instances
hosts: all
tasks:
- name: Reboot server
command: reboot
|