7 lines
145 B
YAML
7 lines
145 B
YAML
- hosts: localhost
|
|
tasks:
|
|
- name: Enable haproxy service
|
|
service:
|
|
name: haproxy
|
|
state: started
|
|
enabled: true
|