haproxy: add tags

This commit is contained in:
Victor LABORIE 2017-05-12 11:41:25 +02:00
parent dcce22247a
commit ea72b967a6

View file

@ -1,14 +1,17 @@
---
- name: ssl-cert package is installed
apt:
name: ssl-cert
state: installed
tags:
- haproxy
- name: Install HAProxy package
apt:
name: haproxy
state: installed
tags:
- haproxy
- name: Copy HAProxy configuration
template:
@ -21,3 +24,5 @@
- "templates/haproxy/haproxy.default.cfg.j2"
- "haproxy.default.cfg.j2"
notify: reload haproxy
tags:
- haproxy