Skip to content
Snippets Groups Projects
Commit 3a1b511c authored by Andreas Hamacher's avatar Andreas Hamacher
Browse files

we want glusterfs enabled

parent 4c4e7e45
No related branches found
No related tags found
1 merge request!460Upcoming maintenance
......@@ -23,6 +23,12 @@
become_user: root
when: ansible_os_family == 'RedHat'
- name: start glusterfs
service: name=glusterfs enabled=yes state=started
become: true
become_user: root
when: ansible_os_family == 'RedHat'
- name: start daemon
service: name=glusterfs-server enabled=yes state=started
become: true
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment