ansible-playbooks/haproxy/service.ansible.yml

7 lines
145 B
YAML

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