mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-04-30 04:08:50 +00:00
11 lines
278 B
YAML
11 lines
278 B
YAML
![]() |
- name: Waiting for SSH connection
|
||
|
wait_for_connection:
|
||
|
timeout: 300
|
||
|
|
||
|
- name: Gathering Facts
|
||
|
setup:
|
||
|
|
||
|
- 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
|