13 lines
308 B
Django/Jinja
13 lines
308 B
Django/Jinja
|
|
key = /etc/pki/tls/private/{{ inventory_hostname }}.key
|
|
cert = /etc/pki/tls/certs/{{ inventory_hostname }}.crt
|
|
client = no
|
|
|
|
verify = 2
|
|
CAfile = /etc/pki/tls/certs/ca.crt
|
|
|
|
sslVersion = {{ tls_protocols }}
|
|
ciphers = {{ tls_ciphers }}
|
|
|
|
exec = /usr/bin/rsync
|
|
execargs = rsync --daemon --config=/etc/rsyncd.conf
|