mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-14 08:53:07 -06:00
ITOPS-2059 we want the ability to pick our uid so backups don't need to be chowned
This commit is contained in:
@@ -15,7 +15,7 @@ git_version: "2.14.4"
|
|||||||
atl_shared_mountpoint: "/media/atl"
|
atl_shared_mountpoint: "/media/atl"
|
||||||
|
|
||||||
# Simplify NFS mapping by using a fixed UID
|
# Simplify NFS mapping by using a fixed UID
|
||||||
atl_product_user_uid: '2001'
|
atl_product_user_uid: "{{ lookup('env', 'ATL_PRODUCT_USER_UID') or '2001' }}"
|
||||||
|
|
||||||
# FIXME: Some of these should be overridden from the environment?
|
# FIXME: Some of these should be overridden from the environment?
|
||||||
atl_home_base: "/var/atlassian/application-data"
|
atl_home_base: "/var/atlassian/application-data"
|
||||||
|
|||||||
Reference in New Issue
Block a user