diff options
Diffstat (limited to 'setup.sh')
-rwxr-xr-x | setup.sh | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -40,6 +40,9 @@ case "$action" in apply playbooks/ands-gluster-migrate.yml --extra-vars "gfs_from=$from gfs_to=$to" "$@" || exit 1 # echo "Currently unsupported, use scripts..." ;; + cifs) + apply playbooks/openshift-install-cifs.yml "$@" || exit 1 + ;; ganesha) apply playbooks/ands-gluster-ganesha.yml "$@" || exit 1 ;; |