summaryrefslogtreecommitdiffstats
path: root/extras/devel-tools/devel-vagrant/ansible/setup.yml
blob: 764078f36693471952ba693a05ec0db4dd69651c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
---
- hosts: all
  sudo: true
  roles:
    - install-pkgs
    - prepare-brick
    - selinux
    - iptables

- hosts: all
  sudo: true
  serial: 1
  roles:
    - compile-gluster
    - service

- hosts: origin
  sudo: true
  roles:
    - cluster