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
|
||||
service: name={{ item }} state=started enabled=yes
|
||||
with_items:
|
||||
- haproxy
|
||||
- l4lb
|
||||
- keepalived
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
- name: stopping external loadbalance
|
||||
service: name={{ item }} state=stopped enabled=no
|
||||
with_items:
|
||||
- haproxy
|
||||
- l4lb
|
||||
- keepalived
|
||||
|
||||
- hosts:
|
||||
|
|
Loading…
Reference in New Issue