fix template

This commit is contained in:
Andrey Sokolovskiy
2024-02-29 10:40:11 +07:00
parent 6ffa733b65
commit dd3a0e4277
15 changed files with 15 additions and 15 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
# {{ ansible_managed }}
{{ ansible_managed | comment }}
Director {
Name = {{ bareos_server_name }}
+1 -1
View File
@@ -1,4 +1,4 @@
# {{ ansible_managed }}
{{ ansible_managed | comment }}
Director {
Name = {{ bareos_server_name }}
+1 -1
View File
@@ -1,4 +1,4 @@
# {{ ansible_managed }}
{{ ansible_managed | comment }}
Client {
Name = "{{ bareos_client_name }}"
+1 -1
View File
@@ -1,4 +1,4 @@
# {{ ansible_managed }}
{{ ansible_managed | comment }}
Director {
Name = {{ bareos_server_name }}
+1 -1
View File
@@ -1,4 +1,4 @@
# {{ ansible_managed }}
{{ ansible_managed | comment }}
Catalog {
Name = database
dbdriver = "{{ bareos_server_database_type }}"
+1 -1
View File
@@ -1,4 +1,4 @@
# {{ ansible_managed }}
{{ ansible_managed | comment }}
{% for client_name, client in bareos_server_clients.items() %}
Client {
+1 -1
View File
@@ -1,4 +1,4 @@
# {{ ansible_managed }}
{{ ansible_managed | comment }}
{% for user_name, user in bareos_server_users.items() %}
Console {
+1 -1
View File
@@ -1,4 +1,4 @@
# {{ ansible_managed }}
{{ ansible_managed | comment }}
{% for fileset_name, fileset in bareos_server_filesets.items() %}
FileSet {
+1 -1
View File
@@ -1,4 +1,4 @@
# {{ ansible_managed }}
{{ ansible_managed | comment }}
{% for client_name, client in bareos_server_clients.items() %}
{% for job_name, job in client.jobs.items() %}
+1 -1
View File
@@ -1,4 +1,4 @@
# {{ ansible_managed }}
{{ ansible_managed | comment }}
{% for client_name, client in bareos_server_clients.items() %}
Pool {
+1 -1
View File
@@ -1,4 +1,4 @@
# {{ ansible_managed }}
{{ ansible_managed | comment }}
{% for profile_name, acls in bareos_server_profiles.items() %}
Profile {
+1 -1
View File
@@ -1,4 +1,4 @@
# {{ ansible_managed }}
{{ ansible_managed | comment }}
{% for schedule_name, schedule_runs in bareos_server_schedules.items() %}
Schedule {
+1 -1
View File
@@ -1,4 +1,4 @@
# {{ ansible_managed }}
{{ ansible_managed | comment }}
{% for storage_name, storage in bareos_server_storages.items() %}
Storage {
+1 -1
View File
@@ -1,4 +1,4 @@
# {{ ansible_managed }}
{{ ansible_managed | comment }}
Storage {
Name = {{ bareos_storage_name }}
+1 -1
View File
@@ -1,4 +1,4 @@
# {{ ansible_managed }}
{{ ansible_managed | comment }}
{% for device_name, device in bareos_storage_devices.items() %}
Device {