ansible-role-apache/riak/setup_riak.yml
2013-05-09 13:07:45 -04:00

23 lines
300 B
YAML

---
- hosts: riak_cluster
sudo: True
roles:
- bootstrap/common
- hosts: Ubuntu
gather_facts: no
sudo: True
roles:
- bootstrap/ubuntu
- riak/ubuntu
- riak/common
- hosts: CentOS:RedHat
gather_facts: no
sudo: True
roles:
- bootstrap/redhat
- riak/redhat
- riak/common