mirror of https://github.com/easzlab/kubeasz.git
fix: start/stop scripts for ex-lb
parent
01361aed6c
commit
3069704f6c
|
@ -42,5 +42,5 @@
|
||||||
- name: starting external loadbalance
|
- name: starting external loadbalance
|
||||||
service: name={{ item }} state=started enabled=yes
|
service: name={{ item }} state=started enabled=yes
|
||||||
with_items:
|
with_items:
|
||||||
- haproxy
|
- l4lb
|
||||||
- keepalived
|
- keepalived
|
||||||
|
|
|
@ -17,7 +17,7 @@
|
||||||
- name: stopping external loadbalance
|
- name: stopping external loadbalance
|
||||||
service: name={{ item }} state=stopped enabled=no
|
service: name={{ item }} state=stopped enabled=no
|
||||||
with_items:
|
with_items:
|
||||||
- haproxy
|
- l4lb
|
||||||
- keepalived
|
- keepalived
|
||||||
|
|
||||||
- hosts:
|
- hosts:
|
||||||
|
|
Loading…
Reference in New Issue