user: use 1500 UID, let fleets override it

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2023-09-26 11:01:40 +02:00
parent 42af0f6fa0
commit dcfc06f86c
No known key found for this signature in database
GPG Key ID: FE65CD384D5BF7B4
2 changed files with 4 additions and 5 deletions

View File

@ -1,9 +1,8 @@
---
github_webhook_service_user: 'github'
github_webhook_service_user_groups: ['www-data']
github_webhook_service_user_uid: 1500
github_webhook_service_name: '{{ github_webhook_service_user }}-webhook'
# Has to be the UID of Airflow user on the host.
github_webhook_service_user_uid: 150000
github_webhook_home: '/home/{{ github_webhook_service_user }}'
github_webhook_venv_path: '{{ github_webhook_home }}/venv'