This website requires JavaScript.
Explore
Get Started
openstack
/
kolla-ansible
Code
Issues
Proposed changes
9ce814619a
Branches
Tags
View all branches
kolla-ansible
/
ansible
/
roles
/
haproxy
/
tasks
/
main.yml
7 lines
144 B
YAML
Raw
Normal View
History
Unescape
Escape
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-17 12:20:31 +02:00
---
-
include
:
config.yml
Gather facts from the hosts before using them Haproxy needs to have gathered facts from all hosts that it will use information about. In this case it must talk to all of the api hosts as well as the database and rabbitmq hosts before generating the configuration file. Change-Id: I99b7dbebd5a6193e192ee258ddf576d18db90ed7 Closes-Bug: #1482406
2015-09-07 12:04:28 +00:00
when
:
inventory_hostname in groups['haproxy']
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-17 12:20:31 +02:00
-
include
:
start.yml
Gather facts from the hosts before using them Haproxy needs to have gathered facts from all hosts that it will use information about. In this case it must talk to all of the api hosts as well as the database and rabbitmq hosts before generating the configuration file. Change-Id: I99b7dbebd5a6193e192ee258ddf576d18db90ed7 Closes-Bug: #1482406
2015-09-07 12:04:28 +00:00
when
:
inventory_hostname in groups['haproxy']
Copy Permalink