From 00d6d904dc26592553ba93710c205603757e3faf Mon Sep 17 00:00:00 2001 From: Guilhem Moulin Date: Wed, 3 Jun 2015 21:13:10 +0200 Subject: Configure Bacula File Daemon / Storage Daemon / Director. Using client-side data signing/encryption and wrapping inter-host communication into stunnel. --- bacula.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 bacula.yml (limited to 'bacula.yml') 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 -- cgit v1.2.3