parent
a0015519c0
commit
2236b0963a
3 changed files with 10 additions and 10 deletions
|
@ -4,7 +4,7 @@ failovermethod=priority
|
|||
#baseurl=http://copr-be.cloud.fedoraproject.org/results/msuchy/copr/fedora-19-x86_64/
|
||||
# 172.16.5.4 is copr-be.cloud.fedoraproject.org
|
||||
# see https://fedorahosted.org/fedora-infrastructure/ticket/4025
|
||||
baseurl=http://172.16.5.4/results/msuchy/copr/fedora-19-x86_64/
|
||||
baseurl=http://172.16.5.4/results/msuchy/copr/fedora-20-x86_64/
|
||||
enabled=1
|
||||
gpgcheck=0
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
instance_type: m1.medium
|
||||
image: "{{ f19_qcow_id }}"
|
||||
image: "{{ f20_qcow_id }}"
|
||||
keypair: fedora-admin-20130801
|
||||
security_group: webserver
|
||||
zone: nova
|
||||
|
|
|
@ -62,14 +62,14 @@
|
|||
tags:
|
||||
- config
|
||||
|
||||
- name: HOTFIX install a patch to mitigate the Covert Redirect vuln
|
||||
copy: >
|
||||
src="{{ files }}/copr/fe/hotfix/misc.py"
|
||||
dest=/usr/share/copr/coprs_frontend/coprs/views/misc.py
|
||||
notify:
|
||||
- restart httpd
|
||||
tags:
|
||||
- hotfix
|
||||
#- name: HOTFIX install a patch to mitigate the Covert Redirect vuln
|
||||
# copy: >
|
||||
# src="{{ files }}/copr/fe/hotfix/misc.py"
|
||||
# dest=/usr/share/copr/coprs_frontend/coprs/views/misc.py
|
||||
# notify:
|
||||
# - restart httpd
|
||||
# tags:
|
||||
# - hotfix
|
||||
|
||||
- name: copy apache files to conf.d
|
||||
action: copy src="{{ files }}/copr/fe/httpd/{{ item }}" dest="/etc/httpd/conf.d/{{ item }}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue