paulbsd-salt/states/rsync/defaults.yaml

18 lines
335 B
YAML
Raw Normal View History

2020-07-10 00:58:55 +02:00
---
rsync:
enabled: true
config:
global:
2023-01-04 23:34:26 +01:00
address: 127.0.0.1
2020-07-10 00:58:55 +02:00
uid: 'root'
gid: 'root'
use chroot: 'no'
max connections: 4
syslog facility: 4
pid file: '/var/run/rsyncd.pid'
sections:
2023-01-04 23:34:26 +01:00
- name: 'tmppath'
2020-07-10 00:58:55 +02:00
settings:
2023-01-04 23:34:26 +01:00
path: '/tmp/tmppath'
2021-08-19 21:15:24 +02:00
read only: 'yes'