diff options
Diffstat (limited to 'play-reboot.yml')
-rw-r--r-- | play-reboot.yml | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/play-reboot.yml b/play-reboot.yml deleted file mode 100644 index fcd7b97..0000000 --- a/play-reboot.yml +++ /dev/null @@ -1,16 +0,0 @@ -# =========================================================================== # -# __ __ __ -# ____ / /___ ___ __ ________ / /_ ____ ____ / /_ -# / __ \/ / __ `/ / / / / ___/ _ \/ __ \/ __ \/ __ \/ __/ -# / /_/ / / /_/ / /_/ / / / / __/ /_/ / /_/ / /_/ / /_ -# / .___/_/\__,_/\__, (_) /_/ \___/_.___/\____/\____/\__/ -# /_/ /____/ -# -# =========================================================================== # - ---- -- name: Reboot all instances - hosts: all - tasks: - - name: Reboot server - command: reboot |