hacking at glusterfs
cubox-i role for specific configs
This commit is contained in:
@@ -15,3 +15,12 @@
|
||||
regexp: '^#?{{ item.value.host }}'
|
||||
line: '{{ item.value.host }} {{ item.value.mount }} glusterfs direct-io-mode=disable,defaults,_netdev 0 0'
|
||||
with_dict: gluster
|
||||
|
||||
- name: remove glusterfs mount hosts file entries
|
||||
lineinfile:
|
||||
state: absent
|
||||
dest: /etc/fstab
|
||||
insertafter: EOF
|
||||
regexp: '^#?{{ item.value.host }}'
|
||||
line: '{{ item.value.host }} {{ item.value.mount }} glusterfs direct-io-mode=disable,defaults,_netdev 0 0'
|
||||
with_dict: gluster_remove
|
||||
|
||||
Reference in New Issue
Block a user