ansible-role-bareos/templates/client.conf.j2

7 lines
140 B
Text
Raw Normal View History

2021-09-12 09:55:41 +00:00
# {{ ansible_managed }}
Client {
Name = "{{ bareos_client_name }}"
Maximum Concurrent Jobs = {{ bareos_client_max_concurrent_jobs }}
}