fix: run Semaphore container as root inside container
This commit is contained in:
@@ -41,7 +41,8 @@
|
|||||||
SEMAPHORE_ADMIN: admin
|
SEMAPHORE_ADMIN: admin
|
||||||
SEMAPHORE_ADMIN_PASSWORD: "{{ vault_semaphore_admin_password }}"
|
SEMAPHORE_ADMIN_PASSWORD: "{{ vault_semaphore_admin_password }}"
|
||||||
SEMAPHORE_ACCESS_KEY_ENCRYPTION: "{{ vault_semaphore_access_key_encryption }}"
|
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
|
- name: Generate systemd service for the container
|
||||||
ansible.builtin.command:
|
ansible.builtin.command:
|
||||||
|
|||||||
Reference in New Issue
Block a user