openstack-ansible-os_almanach/examples/multi_hosts.yml

22 lines
411 B
YAML

- hosts: database
gather_facts: False
become: True
roles:
- database
- hosts: api
gather_facts: False
become: True
roles:
- api
vars:
almanach_mongodb_url: mongodb://almanach:almanach@172.27.54.98:27017/almanach
- hosts: collector
gather_facts: False
become: True
roles:
- collector
vars:
almanach_mongodb_url: mongodb://almanach:almanach@172.27.54.98:27017/almanach