commit bffe9d17014c8511111220e41a8337b05fe9f4d3
Author: Nicolas Chauvet <kwizart(a)gmail.com>
Date: Wed Aug 18 22:01:12 2021 +0200
Add proxies-misc
playbooks/include/proxies-miscellaneous.yml | 61 +++++++++++++++++++++++++++
1 files changed, 61 insertions(+), 0 deletions(-)
---
diff --git a/playbooks/include/proxies-miscellaneous.yml
b/playbooks/include/proxies-miscellaneous.yml
new file mode 100644
index 0000000..682fac2
--- /dev/null
+++ b/playbooks/include/proxies-miscellaneous.yml
@@ -0,0 +1,61 @@
+- name: Set up all the other proxy stuff -- miscellaneous
+ 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:
+ - import_tasks: "{{ handlers_path }}/restart_services.yml"
+
+ tasks:
+ # We retired this in favor of PDC
+ #
https://lists.fedoraproject.org/archives/list/rel-eng@lists.fedoraproject...
+ - file:
+
dest=/etc/httpd/conf.d/apps.fedoraproject.org/fedora-releng-dash.conf
+ state=absent
+ tags: releng-dash
+ notify: reload proxyhttpd
+
+ roles:
+
+ - role: httpd/mime-type
+ website:
fedoraproject.org
+ mimetype: image/vnd.microsoft.icon
+ extensions:
+ - .ico
+
+ - role: fedmsg/crl
+ website:
fedoraproject.org
+ path: /fedmsg
+
+ - role: fedmsg/gateway/slave
+ stunnel_service: "websockets"
+ stunnel_source_port: 9939
+ stunnel_destination_port: 9938
+
+ - role: httpd/fingerprints
+ website:
admin.fedoraproject.org
+
+ - role: easyfix/proxy
+ website:
fedoraproject.org
+ path: /easyfix
+
+ - role: review-stats/proxy
+ website:
fedoraproject.org
+ path: /PackageReviewStatus
+
+ - role: membership-map/proxy
+ website:
fedoraproject.org
+ path: /membership-map
+
+ - role: apps-fp-o
+ website:
apps.fedoraproject.org
+ path: /
+
+ - role: pkgdb-proxy
+ tags:
+ - pkgdb2