From 42f7f7a968990e408615b7f3b0a42d6253fcdb39 Mon Sep 17 00:00:00 2001 From: "stephane.david" Date: Sun, 26 Jan 2025 17:59:49 +0100 Subject: [PATCH] Add System Restart Playbook --- system_restart.yml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 system_restart.yml diff --git a/system_restart.yml b/system_restart.yml new file mode 100644 index 0000000..d86151c --- /dev/null +++ b/system_restart.yml @@ -0,0 +1,5 @@ +- name: system restart + hosts: all + tasks: + - name: system restart + shell: shutdown -r now \ No newline at end of file