mirror of
https://github.com/geerlingguy/ansible-role-apache
synced 2025-01-10 20:00:18 +01:00
23 lines
300 B
YAML
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
|
|
|
|
|