diff --git a/roles/rsync/server/templates/rsyncd.conf.j2 b/roles/rsync/server/templates/rsyncd.conf.j2 index 5f1ec4e..72f9a9a 100644 --- a/roles/rsync/server/templates/rsyncd.conf.j2 +++ b/roles/rsync/server/templates/rsyncd.conf.j2 @@ -1,11 +1,5 @@ -[global] -user = rsyncd -group = rsyncd -use chroot = yes -read only = yes -hosts allow = * - [test] comment = test module path = /srv/mirrors/openbsd/ read only = yes +use chroot = yes