return back to F19
This commit is contained in:
parent
44335a4498
commit
a0015519c0
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/
|
#baseurl=http://copr-be.cloud.fedoraproject.org/results/msuchy/copr/fedora-19-x86_64/
|
||||||
# 172.16.5.4 is copr-be.cloud.fedoraproject.org
|
# 172.16.5.4 is copr-be.cloud.fedoraproject.org
|
||||||
# see https://fedorahosted.org/fedora-infrastructure/ticket/4025
|
# see https://fedorahosted.org/fedora-infrastructure/ticket/4025
|
||||||
baseurl=http://172.16.5.4/results/msuchy/copr/fedora-20-x86_64/
|
baseurl=http://172.16.5.4/results/msuchy/copr/fedora-19-x86_64/
|
||||||
enabled=1
|
enabled=1
|
||||||
gpgcheck=0
|
gpgcheck=0
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
---
|
---
|
||||||
instance_type: m1.medium
|
instance_type: m1.medium
|
||||||
image: "{{ f20_qcow_id }}"
|
image: "{{ f19_qcow_id }}"
|
||||||
keypair: fedora-admin-20130801
|
keypair: fedora-admin-20130801
|
||||||
security_group: webserver
|
security_group: webserver
|
||||||
zone: nova
|
zone: nova
|
||||||
|
|
|
@ -62,14 +62,14 @@
|
||||||
tags:
|
tags:
|
||||||
- config
|
- config
|
||||||
|
|
||||||
#- name: HOTFIX install a patch to mitigate the Covert Redirect vuln
|
- name: HOTFIX install a patch to mitigate the Covert Redirect vuln
|
||||||
# copy: >
|
copy: >
|
||||||
# src="{{ files }}/copr/fe/hotfix/misc.py"
|
src="{{ files }}/copr/fe/hotfix/misc.py"
|
||||||
# dest=/usr/share/copr/coprs_frontend/coprs/views/misc.py
|
dest=/usr/share/copr/coprs_frontend/coprs/views/misc.py
|
||||||
# notify:
|
notify:
|
||||||
# - restart httpd
|
- restart httpd
|
||||||
# tags:
|
tags:
|
||||||
# - hotfix
|
- hotfix
|
||||||
|
|
||||||
- name: copy apache files to conf.d
|
- name: copy apache files to conf.d
|
||||||
action: copy src="{{ files }}/copr/fe/httpd/{{ item }}" dest="/etc/httpd/conf.d/{{ item }}"
|
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