2014-12-12 19:15:21 +00:00
|
|
|
- name: Set up all that fedora-web goodness. What a wonder!
|
2015-02-21 22:28:28 +00:00
|
|
|
hosts: proxies-stg:proxies
|
2014-12-12 19:15:21 +00:00
|
|
|
user: root
|
|
|
|
gather_facts: True
|
|
|
|
|
|
|
|
vars_files:
|
|
|
|
- /srv/web/infra/ansible/vars/global.yml
|
2015-01-09 22:59:18 +00:00
|
|
|
- "/srv/private/ansible/vars.yml"
|
2014-12-12 19:15:21 +00:00
|
|
|
- /srv/web/infra/ansible/vars/{{ ansible_distribution }}.yml
|
|
|
|
|
|
|
|
handlers:
|
2017-04-13 15:46:14 +00:00
|
|
|
- include: "{{ handlers_path }}/restart_services.yml"
|
2014-12-12 19:15:21 +00:00
|
|
|
|
|
|
|
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
|
2015-11-04 23:25:32 +00:00
|
|
|
- role: fedora-web/communityblog
|
|
|
|
website: communityblog.fedoraproject.org
|
2014-12-12 19:15:21 +00:00
|
|
|
- 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
|
2016-01-21 20:43:09 +00:00
|
|
|
- role: fedora-web/flocktofedora
|
2016-01-21 20:42:20 +00:00
|
|
|
website: flocktofedora.org
|
2015-05-01 15:54:24 +00:00
|
|
|
- role: fedora-web/labs
|
|
|
|
website: labs.fedoraproject.org
|
|
|
|
- role: fedora-web/arm
|
|
|
|
website: arm.fedoraproject.org
|
2016-03-01 20:22:38 +00:00
|
|
|
- role: fedora-web/budget
|
|
|
|
website: budget.fedoraproject.org
|
2016-04-12 13:56:13 +00:00
|
|
|
- role: fedora-web/registry
|
|
|
|
website: registry.fedoraproject.org
|
2016-08-29 16:44:36 +00:00
|
|
|
- role: fedora-web/candidate-registry
|
|
|
|
website: candidate-registry.fedoraproject.org
|
2016-04-22 21:33:42 +00:00
|
|
|
- role: fedora-web/codecs
|
|
|
|
website: codecs.fedoraproject.org
|
2016-06-06 22:31:04 +00:00
|
|
|
- role: fedora-web/alt
|
|
|
|
website: alt.fedoraproject.org
|
2017-07-22 11:32:04 +00:00
|
|
|
- role: fedora-web/src
|
|
|
|
website: src.fedoraproject.org
|
2014-12-12 19:42:48 +00:00
|
|
|
|
|
|
|
# Some other static content, not strictly part of "fedora-web" goes below here
|
|
|
|
- role: fedora-docs/proxy
|
|
|
|
website: docs.fedoraproject.org
|
2015-10-27 17:09:24 +00:00
|
|
|
|
2017-08-24 22:52:09 +00:00
|
|
|
- role: fedora-docs-old/proxy
|
|
|
|
website: docs-old.fedoraproject.org
|
|
|
|
|
2015-10-27 17:09:24 +00:00
|
|
|
- role: developer/website
|
2015-10-30 17:14:16 +00:00
|
|
|
website: developer.fedoraproject.org
|