wip glusterfs
This commit is contained in:
15
ansible-5/roles/glusterfs/tasks/main.yml
Normal file
15
ansible-5/roles/glusterfs/tasks/main.yml
Normal file
@@ -0,0 +1,15 @@
|
||||
---
|
||||
|
||||
- name: install on ubuntu
|
||||
ansible.builtin.include_role:
|
||||
name: geerlingguy.glusterfs
|
||||
when: ansible_architecture != 'armv7l'
|
||||
|
||||
- include_tasks: install.yaml
|
||||
when: ansible_architecture == 'armv7l'
|
||||
|
||||
- include_tasks: manage_volumes.yml
|
||||
|
||||
#- include_tasks: prometheus_exporter.yml
|
||||
|
||||
|
||||
Reference in New Issue
Block a user