paulbsd-salt/states/rsync/defaults.yaml

17 lines
298 B
YAML
Raw Normal View History

2020-07-10 00:58:55 +02:00
---
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'
2021-08-19 21:15:24 +02:00
read only: 'yes'