Add service management for glusterd

This commit is contained in:
2021-11-10 23:49:25 -05:00
parent 05b475c464
commit 674d432773

View File

@@ -14,6 +14,13 @@
path: /mnt/brick/datastore
state: directory
- name: Start and disable glusterd
become: true
ansible.builtin.systemd:
name: glusterd
state: started
enabled: false
- name: Fetch peer status
become: true
ansible.builtin.command: