ansible-pilote/templates/bacula/bconsole.conf.j2
Julien Riou 096a3e0540
Initial commit
Signed-off-by: Julien Riou <julien@riou.xyz>
2024-04-27 15:21:55 +02:00

8 lines
167 B
Django/Jinja

{{ ansible_managed | comment }}
Director {
Name = {{ bacula_director_name }}
DIRport = 9101
address = 127.0.0.1
Password = "{{ bacula_director_password }}"
}