mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-23 18:10:17 +08:00
On release morning we need to switch them to pull from master and have websites team merge f22 to master branch.
42 lines
1.2 KiB
YAML
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
|