Update docker cluster

add glusterfs client
This commit is contained in:
Przemek Grondek 2023-05-28 00:25:10 +02:00
parent 6a6a488abd
commit 39af684fb7
2 changed files with 17 additions and 0 deletions

View File

@ -0,0 +1,15 @@
---
- become: yes
block:
- name: install glusterfs-client
apt:
update_cache: yes
pkg:
- glusterfs-client
- name: add mount for glusterfs data
mount:
path: /srv
src: 192.168.50.100:/gv0
fstype: glusterfs
state: present

View File

@ -7,6 +7,8 @@
- import_tasks: nfs-client.yml
- import_tasks: gluster.yml
- import_tasks: hearthbeat.yml
- import_tasks: hostfile.yml