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