paulbsd-salt/states/rsync/defaults.yaml
2021-08-19 21:15:24 +02:00

17 lines
298 B
YAML

---
rsync:
enabled: true
config:
global:
uid: 'root'
gid: 'root'
use chroot: 'no'
max connections: 4
syslog facility: 4
pid file: '/var/run/rsyncd.pid'
sections:
- name: 'tmp'
settings:
path: '/tmp'
read only: 'yes'