mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-24 02:20:51 +08:00
add rsync target for project/groups space on fedorapeople
This commit is contained in:
@@ -23,3 +23,23 @@ gid = nobody
|
||||
read only = yes
|
||||
ignore nonreadable = yes
|
||||
list = true
|
||||
|
||||
[projects]
|
||||
comment = fedorapeople.org group content
|
||||
path = /projects
|
||||
uid = nobody
|
||||
gid = nobody
|
||||
read only = yes
|
||||
ignore nonreadable = yes
|
||||
list = true
|
||||
|
||||
[groups]
|
||||
comment = fedorapeople.org group content
|
||||
path = /projects
|
||||
uid = nobody
|
||||
gid = nobody
|
||||
read only = yes
|
||||
ignore nonreadable = yes
|
||||
list = true
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user