summaryrefslogtreecommitdiffstats
path: root/bacula.yml
diff options
context:
space:
mode:
authorGuilhem Moulin <guilhem@fripost.org>2015-06-03 21:13:10 +0200
committerGuilhem Moulin <guilhem@fripost.org>2015-06-07 02:54:20 +0200
commit00d6d904dc26592553ba93710c205603757e3faf (patch)
tree09ce9d1f3257da4303362317b04a596f4e0df741 /bacula.yml
parentab03c7c75d91667dbc30f9ce1f66fe343fb9f93b (diff)
Configure Bacula File Daemon / Storage Daemon / Director.
Using client-side data signing/encryption and wrapping inter-host communication into stunnel.
Diffstat (limited to 'bacula.yml')
-rw-r--r--bacula.yml16
1 files changed, 16 insertions, 0 deletions
diff --git a/bacula.yml b/bacula.yml
new file mode 100644
index 0000000..3b2eaa9
--- /dev/null
+++ b/bacula.yml
@@ -0,0 +1,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