summaryrefslogtreecommitdiffstats
path: root/playbooks/ands-gluster.yml
diff options
context:
space:
mode:
Diffstat (limited to 'playbooks/ands-gluster.yml')
-rw-r--r--playbooks/ands-gluster.yml6
1 files changed, 5 insertions, 1 deletions
diff --git a/playbooks/ands-gluster.yml b/playbooks/ands-gluster.yml
index 8aa30fc..6e71b55 100644
--- a/playbooks/ands-gluster.yml
+++ b/playbooks/ands-gluster.yml
@@ -3,7 +3,6 @@
roles:
- role: ands_facts
-
- name: Configure GlusterFS cluster
hosts: ands_servers
roles:
@@ -13,3 +12,8 @@
glusterfs_servers: "{{ ands_storage_servers }}"
glusterfs_bricks_path: "{{ ands_data_path }}/glusterfs"
glusterfs_domains: "{{ ands_storage_domains }}"
+
+- name: Configure Backup
+ hosts: ands_servers
+ roles:
+ - role: ands_backup