mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 12:07:34 +08:00
add rdo.conf to apache config
This commit is contained in:
@@ -14,6 +14,9 @@
|
||||
- name: restart httpd
|
||||
action: service name=httpd state=restarted
|
||||
|
||||
- name: restart apache
|
||||
action: service name=httpd state=restarted
|
||||
|
||||
- name: restart lighttpd
|
||||
action: service name=lighttpd state=restarted
|
||||
|
||||
|
||||
@@ -55,5 +55,10 @@
|
||||
- name: startup apache
|
||||
action: service name=httpd state=started
|
||||
|
||||
- name: rdo.conf file for apache
|
||||
action: copy src=$files/rdo/rdo.conf dest=/etc/httpd/conf.d/rdo.conf
|
||||
notify:
|
||||
- restart httpd
|
||||
|
||||
handlers:
|
||||
- include: $handlers/restart_services.yml
|
||||
|
||||
Reference in New Issue
Block a user