tpotce/cloud/ansible/openstack/roles/reboot/tasks/main.yaml

4 lines
168 B
YAML
Raw Normal View History

2019-06-29 16:21:47 +00:00
- name: Finally rebooting t-pot in one minute - make sure your next login is on port 64295 or via https:// on port 64297
shell: /sbin/shutdown -r -t 1
become: true