rsyncd.conf.j2 286 B

123456789101112
  1. {% if ansible_prolog -%}
  2. {% from 'templates/ansible/prolog.j2' import prolog with context %}
  3. {{ prolog() }}
  4. {% endif -%}
  5. uid = {{ rsyncd_uid }}
  6. gid = {{ rsyncd_gid }}
  7. use chroot = yes
  8. max connections = {{ rsyncd_max_connections }}
  9. log file = /var/log/rsyncd.log
  10. &include /etc/rsync.d