mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-14 00:43:06 -06:00
ITOPS-2059 specifying to manually create the group as well so that gids can be predictable if uid is <=1000
This commit is contained in:
@@ -15,8 +15,14 @@
|
|||||||
- fontconfig
|
- fontconfig
|
||||||
- python-psycopg2
|
- python-psycopg2
|
||||||
|
|
||||||
|
- name: Create product group
|
||||||
|
group:
|
||||||
|
name: "{{ atl_product_user }}"
|
||||||
|
gid: "{{ atl_product_user_uid }}"
|
||||||
|
|
||||||
- name: Create product user
|
- name: Create product user
|
||||||
user:
|
user:
|
||||||
name: "{{ atl_product_user }}"
|
name: "{{ atl_product_user }}"
|
||||||
uid: "{{ atl_product_user_uid }}"
|
uid: "{{ atl_product_user_uid }}"
|
||||||
|
group: "{{ atl_product_user }}"
|
||||||
comment: "Product runtime user"
|
comment: "Product runtime user"
|
||||||
Reference in New Issue
Block a user