Create a mirror user for the mirroring feature in pagure
Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
This commit is contained in:
parent
d49dcaf080
commit
a13c742641
1 changed files with 12 additions and 0 deletions
|
@ -142,6 +142,18 @@
|
|||
- gitolite
|
||||
- pagure
|
||||
|
||||
# Set things up for the mirroring feature
|
||||
|
||||
- name: create the `mirror` user
|
||||
user:
|
||||
name: mirror
|
||||
group: mirror
|
||||
shell: /bin/nologin
|
||||
home: /srv/mirror
|
||||
when: env == 'pagure-staging'
|
||||
tags:
|
||||
- pagure
|
||||
- mirror
|
||||
|
||||
# Set-up postfix and the milter for postfix
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue