diff options
Diffstat (limited to 'bacula.yml')
-rw-r--r-- | bacula.yml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,16 +1,16 @@ --- - name: Configure the Bacula Director - hosts: bacula-dir + hosts: bacula_dir tags: - bacula - bacula-dir roles: - bacula-dir - name: Configure the Bacula Storage Daemon - hosts: bacula-sd + hosts: bacula_sd tags: - bacula - bacula-sd roles: - bacula-sd |