summaryrefslogtreecommitdiffstats
path: root/roles/bacula-dir/templates/etc/bacula/bconsole.conf.j2
blob: e7f27268f5cbd543445c5ad2cfcd2436ecfb3b8c (plain)
1
2
3
4
5
6
7
8
9
10
#
# Bacula User Agent (or Console) Configuration File
#

Director {
  Name = {{ inventory_hostname_short }}-dir
  DirPort = 9101
  Address = 127.0.0.1
  @|"sed -n '/^bconsole\\s/ {s//Password = /p; q}' /etc/bacula/passwords-dir"
}