summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSeth Vidal <skvidal@fedoraproject.org>2013-06-10 18:41:22 +0000
committerSeth Vidal <skvidal@fedoraproject.org>2013-06-10 18:41:22 +0000
commit0e463512c7b9dfbaa72c5350b687341964e7ff8a (patch)
tree969f0e038368f4f8ed4491655851dfcca3b86009
parent84e0086aca342da961178d4ce2d3c650f2824779 (diff)
downloadansible-0e463512c7b9dfbaa72c5350b687341964e7ff8a.tar.gz
ansible-0e463512c7b9dfbaa72c5350b687341964e7ff8a.tar.xz
ansible-0e463512c7b9dfbaa72c5350b687341964e7ff8a.zip
tag the whole task list as 'apache'
-rw-r--r--tasks/apache.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/tasks/apache.yml b/tasks/apache.yml
index 780211629..9f266f63c 100644
--- a/tasks/apache.yml
+++ b/tasks/apache.yml
@@ -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
\ No newline at end of file