Add install of gluster storage plugin to swarm role

This commit is contained in:
2021-11-13 21:09:54 -05:00
parent f178a7bf78
commit eb569c05c7
2 changed files with 65 additions and 0 deletions

View File

@@ -16,3 +16,6 @@
- name: Join server to swarm
when: _docker_swarm_needs_join
ansible.builtin.include_tasks: join.yaml
- name: Configure gluster storage driver
ansible.builtin.import_tasks: gluster.yaml