mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-07-02 01:27:27 -04:00
continue with documentation
fix tpotinit entrypoint.sh to resolve a conflict with sensor deployment where data folder is not yet owned by tpot user
This commit is contained in:
@ -55,3 +55,12 @@
|
||||
regexp: '^LS_WEB_USER='
|
||||
line: 'LS_WEB_USER='
|
||||
create: yes
|
||||
|
||||
- name: Reboot the sensor
|
||||
become: yes
|
||||
ansible.builtin.reboot:
|
||||
reboot_timeout: 600
|
||||
pre_reboot_delay: 0
|
||||
post_reboot_delay: 0
|
||||
msg: "Reboot initiated by Ansible for T-Pot sensor deployment."
|
||||
test_command: "uptime"
|
||||
|
Reference in New Issue
Block a user