Fix installation of glusterd server
This commit is contained in:
20
ansible-5/roles/glusterfs-server/tasks/main.yml
Normal file
20
ansible-5/roles/glusterfs-server/tasks/main.yml
Normal file
@@ -0,0 +1,20 @@
|
||||
---
|
||||
|
||||
#- name: install on ubuntu
|
||||
# ansible.builtin.include_role:
|
||||
# name: geerlingguy.glusterfs
|
||||
# when: ansible_architecture != 'armv7l'
|
||||
|
||||
- include_tasks: install.yaml
|
||||
|
||||
- include_tasks: create_cluster.yaml
|
||||
|
||||
#- include_tasks: manage_volumes.yml
|
||||
|
||||
## doesn't work
|
||||
#- name: "check the underlying config"
|
||||
# include_tasks: recover_nodes.yaml
|
||||
|
||||
#- include_tasks: prometheus_exporter.yml
|
||||
|
||||
|
||||
Reference in New Issue
Block a user