ansible-role-bareos/templates/client.conf.j2
2024-02-29 10:40:11 +07:00

7 lines
148 B
Django/Jinja

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