Files
fedora-infra_ansible/playbooks/include/proxies-fedora-web.yml
Kevin Fenzi 8d7c3e7731 Make labs and arm websites live in production. Pulling from f22 branch for now.
On release morning we need to switch them to pull from master and
have websites team merge f22 to master branch.
2015-05-20 19:30:10 +00:00

42 lines
1.2 KiB
YAML

- name: Set up all that fedora-web goodness. What a wonder!
hosts: proxies-stg:proxies
user: root
gather_facts: True
vars_files:
- /srv/web/infra/ansible/vars/global.yml
- "/srv/private/ansible/vars.yml"
- /srv/web/infra/ansible/vars/{{ ansible_distribution }}.yml
handlers:
- include: "{{ handlers }}/restart_services.yml"
roles:
- role: fedora-web/main
website: fedoraproject.org
- role: fedora-web/spins
website: spins.fedoraproject.org
- role: fedora-web/start
website: start.fedoraproject.org
- role: fedora-web/boot
website: boot.fedoraproject.org
- role: fedora-web/mirrors
website: mirrors.fedoraproject.org
- role: fedora-web/community
website: fedoracommunity.org
- role: fedora-web/fudcon
website: fudcon.fedoraproject.org
- role: fedora-web/magazine
website: fedoramagazine.org
- role: fedora-web/getfedora
website: getfedora.org
- role: fedora-web/labs
website: labs.fedoraproject.org
- role: fedora-web/arm
website: arm.fedoraproject.org
# Some other static content, not strictly part of "fedora-web" goes below here
- role: fedora-docs/proxy
website: docs.fedoraproject.org