paulbsd-salt/states/rsync/defaults.yaml
2023-01-04 23:34:26 +01:00

18 lines
335 B
YAML

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