9cabc58a1a
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
9 lines
151 B
YAML
9 lines
151 B
YAML
- hosts: "gitea:!disabled"
|
|
name: "Base: configure gitea"
|
|
serial: 1
|
|
roles:
|
|
- iptables
|
|
- install-docker
|
|
- apache-ua-filter
|
|
- gitea
|