system-config/playbooks/service-gitea.yaml
Jeremy Stanley 9cabc58a1a Use the apache-ua-filter role on Gitea servers
The user agent filter has been turned into a reusable Ansible role
containing a macro definition. Add that role and replace the
hard-coded copy of the user agent filter here with that
UserAgentFilter macro.

Change-Id: Ic24a38c93f0f68fab9ef1168de91ffad477fe13c
2020-10-16 17:45:19 +00:00

9 lines
151 B
YAML

- hosts: "gitea:!disabled"
name: "Base: configure gitea"
serial: 1
roles:
- iptables
- install-docker
- apache-ua-filter
- gitea