mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-13 16:33:08 -06:00
DCD-386: Move user creation up to linux_common as NFS needs to share the UID.
This commit is contained in:
@@ -14,3 +14,9 @@
|
||||
- unzip
|
||||
- fontconfig
|
||||
- python-psycopg2
|
||||
|
||||
- name: Create product user
|
||||
user:
|
||||
name: "{{ atl_product_user }}"
|
||||
uid: "{{ atl_product_user_uid }}"
|
||||
comment: "Product runtime user"
|
||||
|
||||
@@ -2,8 +2,3 @@
|
||||
|
||||
- name: Perform distro-specific tasks
|
||||
include_tasks: "{{ ansible_distribution|lower }}.yml"
|
||||
|
||||
- name: Create product user
|
||||
user:
|
||||
name: "{{ atl_product_user }}"
|
||||
comment: "Product runtime user"
|
||||
|
||||
Reference in New Issue
Block a user