577bb50a04
Masakari provides Instances High Availability Service for OpenStack clouds by automatically recovering failed Instances. Depends-On: https://review.openstack.org/#/c/615469/ Change-Id: I0b3457232ee86576022cff64eb2e227ff9bbf0aa Implements: blueprint ansible-masakari Co-Authored-By: Gaëtan Trellu <gaetan.trellu@incloudus.com>
8 lines
166 B
YAML
8 lines
166 B
YAML
---
|
|
- name: "Configure haproxy for {{ project_name }}"
|
|
import_role:
|
|
role: haproxy-config
|
|
vars:
|
|
project_services: "{{ masakari_services }}"
|
|
tags: always
|