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:
Marco Ochse
2024-03-22 20:47:39 +01:00
parent 4585d750e1
commit cf5df3b60b
4 changed files with 70 additions and 43 deletions

View File

@ -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"