diff options
Diffstat (limited to 'playbooks/ands-gluster-ganesha.yml')
-rw-r--r-- | playbooks/ands-gluster-ganesha.yml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/playbooks/ands-gluster-ganesha.yml b/playbooks/ands-gluster-ganesha.yml index cbdf72c..d3a9c71 100644 --- a/playbooks/ands-gluster-ganesha.yml +++ b/playbooks/ands-gluster-ganesha.yml @@ -11,3 +11,11 @@ glusterfs_servers: "{{ ands_storage_servers }}" glusterfs_bricks_path: "{{ ands_data_path }}/glusterfs" glusterfs_domains: "{{ ands_storage_domains }}" + kaas_projects: "{{ ands_openshift_projects.keys() }}" + +- name: Configure GlusterFS cluster + hosts: ands_storage_servers, new_ands_storage_servers + roles: + - { role: ands_kaas, subrole: sysgroups } + vars: + kaas_projects: "{{ ands_openshift_projects.keys() }}" |