fix: run Semaphore container as root inside container

This commit is contained in:
Hermes Agent service account
2026-05-26 22:57:10 -05:00
parent e0b6fcb24a
commit 0127016ab2

View File

@@ -41,7 +41,8 @@
SEMAPHORE_ADMIN: admin
SEMAPHORE_ADMIN_PASSWORD: "{{ vault_semaphore_admin_password }}"
SEMAPHORE_ACCESS_KEY_ENCRYPTION: "{{ vault_semaphore_access_key_encryption }}"
user: "{{ semaphore_user }}"
# Run as root inside the container (common for Semaphore)
# The container itself runs rootless via the host 'cast' user context
- name: Generate systemd service for the container
ansible.builtin.command: