From d7a8eefeca0ad9cb6e5b6379be92ad4f1c109a72 Mon Sep 17 00:00:00 2001 From: binary Date: Tue, 11 Aug 2020 11:26:12 +0200 Subject: refactored for openbsd setup --- play-reboot.yml | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 play-reboot.yml (limited to 'play-reboot.yml') 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 -- cgit v1.2.3