diff --git a/files/copr/fe/yum/copr.repo b/files/copr/fe/yum/copr.repo index cfc6f4f64f..e79a7b79e3 100644 --- a/files/copr/fe/yum/copr.repo +++ b/files/copr/fe/yum/copr.repo @@ -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 diff --git a/inventory/host_vars/209.132.184.144 b/inventory/host_vars/209.132.184.144 index 9e155d310d..86df1340d0 100644 --- a/inventory/host_vars/209.132.184.144 +++ b/inventory/host_vars/209.132.184.144 @@ -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 diff --git a/playbooks/hosts/copr-fe.cloud.fedoraproject.org.yml b/playbooks/hosts/copr-fe.cloud.fedoraproject.org.yml index 70346e28a0..c2fd42a7c5 100644 --- a/playbooks/hosts/copr-fe.cloud.fedoraproject.org.yml +++ b/playbooks/hosts/copr-fe.cloud.fedoraproject.org.yml @@ -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 }}"