added task for installing glusterfs
This commit is contained in:
@@ -12,6 +12,10 @@
|
||||
- include_tasks: utilities/netdata.yml
|
||||
when: netdata is defined and netdata == true
|
||||
- include_tasks: utilities/snmpd.yml
|
||||
- include_tasks: utilities/glusterfs.yml
|
||||
when:
|
||||
- glusterfs is defined
|
||||
- glusterfs == true
|
||||
- include_tasks: utilities/wireguard.yml
|
||||
when:
|
||||
- wireguard is defined
|
||||
|
||||
5
roles/server/tasks/utilities/glusterfs.yml
Normal file
5
roles/server/tasks/utilities/glusterfs.yml
Normal file
@@ -0,0 +1,5 @@
|
||||
- name: server | glusterfs | install glusterfs
|
||||
package:
|
||||
state: latest
|
||||
name: "{{ item.package }}"
|
||||
with_items: "{{ glusterfs_packages }}"
|
||||
Reference in New Issue
Block a user