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: