Specify mbs uid and gid
This commit is contained in:
parent
ad219dc2d3
commit
8c98385fb0
1 changed files with 2 additions and 3 deletions
|
@ -66,12 +66,11 @@
|
||||||
|
|
||||||
|
|
||||||
# Create user and group for mbs
|
# Create user and group for mbs
|
||||||
# @TODO use gid= and uid=
|
|
||||||
- name: Create group for mbs-frontend
|
- name: Create group for mbs-frontend
|
||||||
group: name=mbs state=present
|
group: name=mbs state=present gid=1002
|
||||||
|
|
||||||
- name: Create user for mbs-frontend
|
- name: Create user for mbs-frontend
|
||||||
user: name=mbs group=mbs
|
user: name=mbs group=mbs uid=1002
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue