solar/resources/haproxy_service/actions/apply_config.yml

8 lines
105 B
YAML

- hosts: [{{ host }}]
sudo: yes
tasks:
- service:
name: haproxy
state: reloaded