mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-11 10:32:27 +08:00
tag the whole task list as 'apache'
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user