Initial commit
Signed-off-by: Julien Riou <julien@riou.xyz>
This commit is contained in:
parent
d547c7f607
commit
096a3e0540
69 changed files with 1650 additions and 0 deletions
21
templates/bacula/bacula-fd.conf.j2
Normal file
21
templates/bacula/bacula-fd.conf.j2
Normal file
|
@ -0,0 +1,21 @@
|
|||
{{ ansible_managed | comment }}
|
||||
|
||||
Director {
|
||||
Name = {{ bacula_director_name }}
|
||||
Password = "{{ bacula_filedaemon_password }}"
|
||||
}
|
||||
|
||||
FileDaemon {
|
||||
Name = {{ bacula_filedaemon_name }}
|
||||
FDport = 9102
|
||||
WorkingDirectory = /var/lib/bacula
|
||||
Pid Directory = /run/bacula
|
||||
Maximum Concurrent Jobs = 20
|
||||
Plugin Directory = /usr/lib/bacula
|
||||
FDAddress = {{ bacula_filedaemon_address | default('127.0.0.1') }}
|
||||
}
|
||||
|
||||
Messages {
|
||||
Name = Standard
|
||||
director = {{ bacula_director_name }} = all, !skipped, !restored
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue