diff --git a/tasks/apache.yml b/tasks/apache.yml index 780211629e..9f266f63cb 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