mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-04-29 19:58:52 +00:00
15 lines
406 B
YAML
15 lines
406 B
YAML
- name: Finally rebooting T-Pot in one minute
|
|
shell: /sbin/shutdown -r -t 1
|
|
become: true
|
|
|
|
- name: Next login options
|
|
debug:
|
|
msg:
|
|
- "***** SSH Access:"
|
|
- "***** ssh {{ ansible_user }}@{{ ansible_host }} -p 64295"
|
|
- ""
|
|
- "***** Web UI:"
|
|
- "***** https://{{ ansible_host }}:64297"
|
|
- ""
|
|
- "***** Admin UI:"
|
|
- "***** https://{{ ansible_host }}:64294"
|