solar/resources/haproxy_service/actions/apply_config.yaml
2015-09-15 12:20:12 +02:00

8 lines
105 B
YAML

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