Michal Jastrzebski (inc0) 2d920745a4 Ansible install of HAProxy
This commit consists HAProxy ansible bits including config generation,
container deployment and hot reloads.

Closes-Bug: #1477915
Co-Authored-By: Sam Yaple <sam@yaple.net>
Change-Id: Ie93fa68fdb6b2885889c992ff1267d38b68e0cbc
Partially-implements: blueprint ansible-service
2015-07-28 15:46:42 +00:00

41 lines
463 B
YAML
Executable File

---
- hosts: haproxy
roles:
- haproxy
tags: haproxy
- hosts: database
roles:
- database
tags:
- database
- hosts: message-broker
roles:
- message-broker
tags: message-broker
- hosts: keystone
roles:
- keystone
tags: keystone
- hosts: glance
roles:
- glance
tags: glance
- hosts:
- nova
- compute
roles:
- nova
tags: nova
- hosts:
- neutron
- compute
roles:
- neutron
tags: neutron