ansible-role-bareos/templates/client.conf.j2
2021-09-12 11:55:41 +02:00

6 lines
140 B
Django/Jinja

# {{ ansible_managed }}
Client {
Name = "{{ bareos_client_name }}"
Maximum Concurrent Jobs = {{ bareos_client_max_concurrent_jobs }}
}