summaryrefslogtreecommitdiffstats
path: root/playbooks/ands-gluster-ganesha.yml
diff options
context:
space:
mode:
Diffstat (limited to 'playbooks/ands-gluster-ganesha.yml')
-rw-r--r--playbooks/ands-gluster-ganesha.yml16
1 files changed, 16 insertions, 0 deletions
diff --git a/playbooks/ands-gluster-ganesha.yml b/playbooks/ands-gluster-ganesha.yml
new file mode 100644
index 0000000..586dd07
--- /dev/null
+++ b/playbooks/ands-gluster-ganesha.yml
@@ -0,0 +1,16 @@
+- name: Common setup procedures
+ hosts: ands
+ roles:
+ - role: ands_facts
+
+
+- name: Configure GlusterFS cluster
+ hosts: masters, new_masters
+ roles:
+ - { role: glusterfs, action: ganesha }
+ - { role: ganesha }
+ vars:
+ glusterfs_network: "{{ ands_storage_network }}"
+ glusterfs_servers: "{{ ands_storage_servers }}"
+ glusterfs_bricks_path: "{{ ands_data_path }}/glusterfs"
+ glusterfs_domains: "{{ ands_storage_domains }}"