fix: start/stop scripts for ex-lb

pull/1226/head
gjmzj 2023-01-17 14:11:27 +08:00
parent 01361aed6c
commit 3069704f6c
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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: