Hi everyone, I followed this guidance [Guide] Installing Press and get it up and running - Part 1 - #6 by anupd and migration setup to Docker, K8s, and ECS, Press is running successfully.
But when I created “Database Server” and “Server” and click “Setup Server” in “Action” button in Press UI,
The Ansible task failed in the auditd https://github.com/frappe/press/blob/develop/press/playbooks/roles/auditd/tasks/main.yml
The error
Error “Job for auditd.service failed because the control process exited with error code.
See “systemctl status auditd.service” and “journalctl -xeu auditd.service” for details.”
I think we can not create “Database Server” and “Server” in Docker container, or ECS, or K8s pod because it does not have “systemctl” command in the container.
Please give me some solutions to fix this issue and run it smoothly in Docker container, K8s pod and ECS. Thanks a lot