initial commit
This commit is contained in:
commit
800836b2d9
23 changed files with 609 additions and 0 deletions
13
roles/glusterfs-client/tasks/main.yml
Normal file
13
roles/glusterfs-client/tasks/main.yml
Normal file
|
@ -0,0 +1,13 @@
|
|||
---
|
||||
|
||||
- name: install glusterfs 4.1 LTS SIG package (CentOS)
|
||||
package:
|
||||
name: centos-release-gluster41
|
||||
state: latest
|
||||
when: ansible_distribution == 'CentOS'
|
||||
|
||||
- name: install heketi-client (CentOS/Fedora)
|
||||
package:
|
||||
name: heketi-client
|
||||
state: latest
|
||||
when: ansible_distribution in ["CentOS", "Fedora"] and not is_atomic
|
Loading…
Add table
Add a link
Reference in a new issue