summaryrefslogtreecommitdiffstats
path: root/vagrant/ansible/setup-cluster.yml
blob: d24351331b202045ab527fe5d5f984cf0f0e6dc9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
- hosts: cluster
  become: yes
  become_method: sudo
  vars_files:
    - cluster-vars.yml
  roles:
    - common.prep
    - node.test
    - node.prep
    - gluster.infra
    - gluster.cluster
    - ctdb.setup
    - samba-glusterfs.setup