Update TODO list.
This commit is contained in:
parent
8ca69b327f
commit
001fd9b3cc
2 changed files with 23 additions and 5 deletions
20
playbooks/groups/proxies-miscellaneous.yml
Normal file
20
playbooks/groups/proxies-miscellaneous.yml
Normal file
|
@ -0,0 +1,20 @@
|
|||
- name: Set up all the other proxy stuff -- miscellaneous
|
||||
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: httpd/mime-type
|
||||
website: fedoraproject.org
|
||||
mimetype: image/vnd.microsoft.icon
|
||||
extensions:
|
||||
- .ico
|
|
@ -46,13 +46,10 @@
|
|||
|
||||
# TODO
|
||||
#
|
||||
# - handle httpd::mime-type for site icons
|
||||
#
|
||||
# - fedora-web::build (bapp0*)
|
||||
# - fedora-docs::build (bapp0*)
|
||||
#
|
||||
# - fedora-docs::proxy
|
||||
#
|
||||
# - smolt::proxy
|
||||
# - smolt::proxy -- note going to do this. smolt is dead. long live smolt.
|
||||
#
|
||||
# - packages::proxy::bugz
|
||||
# - haproxy::proxy
|
||||
|
@ -86,3 +83,4 @@
|
|||
- include: proxies-reverseproxy.yml
|
||||
- include: proxies-redirects.yml
|
||||
- include: proxies-fedora-web.yml
|
||||
- include: proxies-miscellaneous.yml
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue