Add service management for glusterd
This commit is contained in:
		@@ -14,6 +14,13 @@
 | 
				
			|||||||
    path: /mnt/brick/datastore
 | 
					    path: /mnt/brick/datastore
 | 
				
			||||||
    state: directory
 | 
					    state: directory
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					- name: Start and disable glusterd
 | 
				
			||||||
 | 
					  become: true
 | 
				
			||||||
 | 
					  ansible.builtin.systemd:
 | 
				
			||||||
 | 
					    name: glusterd
 | 
				
			||||||
 | 
					    state: started
 | 
				
			||||||
 | 
					    enabled: false
 | 
				
			||||||
 | 
					
 | 
				
			||||||
- name: Fetch peer status
 | 
					- name: Fetch peer status
 | 
				
			||||||
  become: true
 | 
					  become: true
 | 
				
			||||||
  ansible.builtin.command:
 | 
					  ansible.builtin.command:
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user