From 0131438d041712c9e16ce2ed0425db6a42b9fd40 Mon Sep 17 00:00:00 2001 From: JocelynPa Date: Thu, 11 May 2023 14:46:13 +0200 Subject: [PATCH] add reboot --- install_splunk_hf.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/install_splunk_hf.yml b/install_splunk_hf.yml index 347fd1b..bac241f 100644 --- a/install_splunk_hf.yml +++ b/install_splunk_hf.yml @@ -18,6 +18,14 @@ - splunk_common tags: all,installation +- hosts: splunk_hf_Linux + tasks: + - name: "Shutdown VM" + reboot: + reboot_timeout: 300 + async: 0 + poll: 0 + - hosts: localhost connection: local tasks: