copr-dist-git: pre-create some more groups
This commit is contained in:
parent
ea1c4cd45d
commit
474f0c5648
1 changed files with 3 additions and 0 deletions
|
@ -3,6 +3,9 @@
|
|||
# pre-create users/groups and copy uids/gids from the current prod copr-dist-git
|
||||
- group: name="packager" state=present gid=987
|
||||
- group: name="copr-dist-git" state=present gid=1003
|
||||
- group: name="docker" state=present gid=1004
|
||||
- group: name="apache" state=present gid=48
|
||||
- group: name="mock" state=present gid=135
|
||||
|
||||
- name: create user for git repos and copr-dist-git service
|
||||
user: name="copr-dist-git" group=copr-dist-git groups=packager,docker,apache,mock uid=1002
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue