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

17 lines
425 B
YAML
Raw Normal View History

- name: Finally rebooting T-Pot
2021-02-13 16:46:28 +00:00
ansible.builtin.command: shutdown -r now
async: 1
poll: 0
2019-06-29 22:36:34 +00:00
- name: Next login options
2021-02-13 16:46:28 +00:00
ansible.builtin.debug:
2019-06-29 22:36:34 +00:00
msg:
- "***** SSH Access:"
- "***** ssh {{ ansible_user }}@{{ ansible_host }} -p 64295"
- ""
- "***** Web UI:"
- "***** https://{{ ansible_host }}:64297"
- ""
- "***** Admin UI:"
- "***** https://{{ ansible_host }}:64294"