kolla-ansible/ansible/roles/loadbalancer/tasks/stop.yml
Michal Arbet ffd53512af Rename role haproxy to loadbalancer
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
2021-08-19 21:20:33 +02:00

7 lines
141 B
YAML

---
- import_role:
name: service-stop
vars:
project_services: "{{ loadbalancer_services }}"
service_name: "{{ project_name }}"