mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-16 13:56:03 +08:00
copr-dist-git: pre-create some more groups
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user