ansible-playbooks/haproxy/service.ansible.yml
2025-05-01 22:20:09 +02:00

7 lines
165 B
YAML

- hosts: localhost
tasks:
- name: "haproxy/service : Enable haproxy service"
service:
name: haproxy
state: started
enabled: true