hacking at glusterfs
cubox-i role for specific configs
This commit is contained in:
@@ -4,31 +4,38 @@
|
||||
|
||||
- hosts: gfs
|
||||
remote_user: ansible
|
||||
gather_facts: yes
|
||||
gather_facts: no
|
||||
become: true
|
||||
|
||||
vars:
|
||||
cluster:
|
||||
- cubox-i.xai-corp.net
|
||||
- cubox-i
|
||||
- home
|
||||
mountpoints:
|
||||
- /data/glusterfs/vmshares/brick1
|
||||
- /data/glusterfs/gitea/brick1
|
||||
- /data/glusterfs/jenkins/brick1
|
||||
- /data/glusterfs/jenkins2/brick1
|
||||
- /data/glusterfs/tmp/brick1
|
||||
- /data/glusterfs/elasticsearch/brick1
|
||||
# - /data/glusterfs/elasticsearch/brick1
|
||||
volumes:
|
||||
vmshares:
|
||||
- /data/glusterfs/vmshares/brick1/brick
|
||||
gitea:
|
||||
- /data/glusterfs/gitea/brick1/brick
|
||||
jenkins:
|
||||
- /data/glusterfs/jenkins/brick1/brick
|
||||
jenkins2:
|
||||
- /data/glusterfs/jenkins2/brick1/brick
|
||||
vmshares:
|
||||
- /data/glusterfs/vmshares/brick1/brick
|
||||
distributed_volumes:
|
||||
tmp:
|
||||
- /data/glusterfs/tmp/brick1/brick
|
||||
elasticsearch:
|
||||
- /data/glusterfs/elasticsearch/brick1/brick
|
||||
# elasticsearch:
|
||||
# - /data/glusterfs/elasticsearch/brick1/brick
|
||||
|
||||
removed_volumes:
|
||||
# jenkins:
|
||||
# - /data/glusterfs/jenkins/brick1/brick
|
||||
# tmp:
|
||||
# - /data/glusterfs/tmp/brick1/brick
|
||||
|
||||
roles:
|
||||
- glusterfs
|
||||
|
||||
Reference in New Issue
Block a user