ansible-roles/haproxy/tasks/main.yml
Jérémy Lecour 999e98cc29 HAProxy: packages only
This is just the foundation of a much more customized HAProxy role.
It barely installs the package and provides handlers
2016-12-29 17:25:01 +01:00

7 lines
100 B
YAML

---
# tasks file for haproxy
- name: Install packages
apt:
name: haproxy
state: installed