mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-04-29 03:38:51 +00:00
16 lines
425 B
YAML
16 lines
425 B
YAML
- name: Finally rebooting T-Pot
|
|
ansible.builtin.command: shutdown -r now
|
|
async: 1
|
|
poll: 0
|
|
|
|
- name: Next login options
|
|
ansible.builtin.debug:
|
|
msg:
|
|
- "***** SSH Access:"
|
|
- "***** ssh {{ ansible_user }}@{{ ansible_host }} -p 64295"
|
|
- ""
|
|
- "***** Web UI:"
|
|
- "***** https://{{ ansible_host }}:64297"
|
|
- ""
|
|
- "***** Admin UI:"
|
|
- "***** https://{{ ansible_host }}:64294"
|