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