mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-04-29 03:38:51 +00:00
Useful output for login options
This commit is contained in:
parent
e7f577200b
commit
fe7f6ad510
1 changed files with 13 additions and 1 deletions
|
@ -1,3 +1,15 @@
|
||||||
- name: Finally rebooting t-pot in one minute - make sure your next login is on port 64295 or via https:// on port 64297
|
- name: Finally rebooting T-Pot in one minute
|
||||||
shell: /sbin/shutdown -r -t 1
|
shell: /sbin/shutdown -r -t 1
|
||||||
become: true
|
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"
|
||||||
|
|
Loading…
Reference in a new issue