mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-13 15:39:49 +08:00
Capture internal proxies in synced HTTP logs
Signed-off-by: Patrick Uiterwijk <patrick@puiterwijk.org>
This commit is contained in:
@@ -33,6 +33,11 @@ function syncHttpLogs {
|
||||
syncHttpLogs {{host}}
|
||||
{% endfor %}
|
||||
|
||||
## Sync up all internal proxies
|
||||
{% for host in groups['proxies-internal'] %}
|
||||
syncHttpLogs {{host}}
|
||||
{% endfor %}
|
||||
|
||||
## Sync up all staging proxies
|
||||
{% for host in groups['proxies-stg'] %}
|
||||
syncHttpLogs {{host}}
|
||||
|
||||
Reference in New Issue
Block a user