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

View File

@ -1,4 +1,4 @@
# {{ ansible_managed }}
{{ ansible_managed | comment }}
Director {
Name = {{ bareos_server_name }}

View File

@ -1,4 +1,4 @@
# {{ ansible_managed }}
{{ ansible_managed | comment }}
Director {
Name = {{ bareos_server_name }}

View File

@ -1,4 +1,4 @@
# {{ ansible_managed }}
{{ ansible_managed | comment }}
Client {
Name = "{{ bareos_client_name }}"

View File

@ -1,4 +1,4 @@
# {{ ansible_managed }}
{{ ansible_managed | comment }}
Director {
Name = {{ bareos_server_name }}

View File

@ -1,4 +1,4 @@
# {{ ansible_managed }}
{{ ansible_managed | comment }}
Catalog {
Name = database
dbdriver = "{{ bareos_server_database_type }}"

View File

@ -1,4 +1,4 @@
# {{ ansible_managed }}
{{ ansible_managed | comment }}
{% for client_name, client in bareos_server_clients.items() %}
Client {

View File

@ -1,4 +1,4 @@
# {{ ansible_managed }}
{{ ansible_managed | comment }}
{% for user_name, user in bareos_server_users.items() %}
Console {

View File

@ -1,4 +1,4 @@
# {{ ansible_managed }}
{{ ansible_managed | comment }}
{% for fileset_name, fileset in bareos_server_filesets.items() %}
FileSet {

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() %}

View File

@ -1,4 +1,4 @@
# {{ ansible_managed }}
{{ ansible_managed | comment }}
{% for client_name, client in bareos_server_clients.items() %}
Pool {

View File

@ -1,4 +1,4 @@
# {{ ansible_managed }}
{{ ansible_managed | comment }}
{% for profile_name, acls in bareos_server_profiles.items() %}
Profile {

View File

@ -1,4 +1,4 @@
# {{ ansible_managed }}
{{ ansible_managed | comment }}
{% for schedule_name, schedule_runs in bareos_server_schedules.items() %}
Schedule {

View File

@ -1,4 +1,4 @@
# {{ ansible_managed }}
{{ ansible_managed | comment }}
{% for storage_name, storage in bareos_server_storages.items() %}
Storage {

View File

@ -1,4 +1,4 @@
# {{ ansible_managed }}
{{ ansible_managed | comment }}
Storage {
Name = {{ bareos_storage_name }}

View File

@ -1,4 +1,4 @@
# {{ ansible_managed }}
{{ ansible_managed | comment }}
{% for device_name, device in bareos_storage_devices.items() %}
Device {