diff --git a/playbooks/groups/proxies-redirects.yml b/playbooks/groups/proxies-redirects.yml index fa72f2f38c..896d05e7e1 100644 --- a/playbooks/groups/proxies-redirects.yml +++ b/playbooks/groups/proxies-redirects.yml @@ -272,3 +272,16 @@ website: cloud.fedoraproject.org path: /fedora-latest.i386.qcow2 target: http://download.fedoraproject.org/pub/fedora/linux/releases/21/Cloud/Images/i386/Fedora-Cloud-Base-20141203-21.i386.qcow2 + + - role: httpd/redirect + name: cloud-atomic-64bit-latest + website: cloud.fedoraproject.org + path: /fedora-atomic-latest.x86_64.qcow2 + target: http://download.fedoraproject.org/pub/fedora/linux/releases/21/Cloud/Images/x86_64/Fedora-Cloud-Atomic-20141203-21.x86_64.qcow2 + + # At this time, we are not producing 32bit atomic images. + #- role: httpd/redirect + # name: cloud-atomic-32bit-latest + # website: cloud.fedoraproject.org + # path: /fedora-atomic-latest.i386.qcow2 + # target: http://download.fedoraproject.org/pub/fedora/linux/releases/21/Cloud/Images/i386/Fedora-Cloud-Atomic-20141203-21.i386.qcow2