Files
provisioning/ansible-5/roles/glusterfs/tasks/main.yml
2021-12-24 22:45:48 -05:00

16 lines
290 B
YAML

---
- 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