Update 'haproxy.yml'

This commit is contained in:
2024-05-03 18:41:01 +00:00
parent 1a57c6bc66
commit e7ff233ea4

View File

@@ -13,3 +13,12 @@
name: haproxy
enabled: true
state: started
- name: Install keepalived
package:
name: keepalived
state: present
- name: Start keepalived
service:
name: keepalived
enabled: true
state: started