ansible-role-bareos/templates/client.conf.j2
2024-02-11 20:45:57 +07:00

7 lines
140 B
Django/Jinja

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