summaryrefslogtreecommitdiffstats
path: root/bacula.yml
blob: c8f240648286a31b8f8eac4d58d691b6f1e9e8fa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
---
- name: Configure the Bacula Director
  hosts: bacula_dir
  tags:
    - bacula
    - bacula-dir
  roles:
      - bacula-dir

- name: Configure the Bacula Storage Daemon
  hosts: bacula_sd
  tags:
    - bacula
    - bacula-sd
  roles:
      - bacula-sd