tag the whole task list as 'apache'

This commit is contained in:
Seth Vidal
2013-06-10 18:41:22 +00:00
parent 84e0086aca
commit 0e463512c7

View File

@@ -7,6 +7,7 @@
- httpd-tools
tags:
- packages
- apache
- name: set apache running/enabled
service: name=httpd enabled=yes
@@ -14,6 +15,7 @@
- restart apache
tags:
- service
- apache
# install hash randomization hotfix
- name: hotfix - copy over new httpd init script
@@ -23,6 +25,7 @@
tags:
- config
- hotfix
- apache
- name: hotfix - copy over new httpd sysconfig
copy: src=$files/hotfix/httpd/httpd.sysconfig dest=/etc/sysconfig/httpd
@@ -31,6 +34,7 @@
tags:
- config
- hotfix
- apache
- name: add appserver headers.conf
template: src=$files/httpd/headers.conf.j2 dest=/etc/httpd/conf.d/headers.conf
@@ -38,6 +42,7 @@
- restart apache
tags:
- config
- apache
- name: add apache_status location for collectd
template: src=$files/httpd/apachestatus.conf dest=/etc/httpd/conf.d/apachestatus.conf
@@ -45,4 +50,5 @@
- restart apache
tags:
- config
- apache