Add sub-playbook for fedora-web.
This commit is contained in:
parent
3bbadf476b
commit
6162513a69
2 changed files with 34 additions and 0 deletions
33
playbooks/groups/proxies-fedora-web.yml
Normal file
33
playbooks/groups/proxies-fedora-web.yml
Normal file
|
@ -0,0 +1,33 @@
|
||||||
|
- name: Set up all that fedora-web goodness. What a wonder!
|
||||||
|
hosts: proxies-stg
|
||||||
|
user: root
|
||||||
|
gather_facts: True
|
||||||
|
|
||||||
|
vars_files:
|
||||||
|
- /srv/web/infra/ansible/vars/global.yml
|
||||||
|
- "{{ private }}/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
|
|
@ -55,3 +55,4 @@
|
||||||
- include: proxies-websites.yml
|
- include: proxies-websites.yml
|
||||||
- include: proxies-reverseproxy.yml
|
- include: proxies-reverseproxy.yml
|
||||||
- include: proxies-redirects.yml
|
- include: proxies-redirects.yml
|
||||||
|
- include: proxies-fedora-web.yml
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue