rsyncd.conf.j2 276 B

12345678910111213
  1. {% if ansible_controlled is defined and ansible_controlled != "" %}
  2. #
  3. # {{ ansible_controlled }}
  4. #
  5. {% endif %}
  6. uid = {{ rsyncd_uid }}
  7. gid = {{ rsyncd_gid }}
  8. use chroot = yes
  9. max connections = {{ rsyncd_max_connections }}
  10. log file = /var/log/rsyncd.log
  11. &include /etc/rsync.d