summaryrefslogtreecommitdiffstats
path: root/bacula.yml
blob: 3b2eaa9d8f440a84527e55129ace35f2383da720 (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