@ -34,3 +34,17 @@
- name: "Shutdown VM"
shell: shutdown -r now
- name: Wait for the reboot and reconnect
wait_for:
port: 22
search_regex: OpenSSH
delay: 10
timeout: 60
connection: local
- name: Check the Uptime of the servers
shell: "uptime"
register: Uptime
- debug: var=Uptime