ffd53512af
For now role haproxy is maintaining haproxy and keepalived. In follow-up changes there is also proxysql added. This patch is *only* renaming/moving stuff to more prominent role loadbalancer, and moving also specific templates to subdirectory. This was done only to better diff in follow-up changes. Change-Id: I1d39d5bcaefc4016983bf267a2736b742cc3a555
7 lines
167 B
YAML
7 lines
167 B
YAML
---
|
|
- name: "Copy certificates and keys for {{ project_name }}"
|
|
import_role:
|
|
role: service-cert-copy
|
|
vars:
|
|
project_services: "{{ loadbalancer_services }}"
|