Capture internal proxies in synced HTTP logs
Signed-off-by: Patrick Uiterwijk <patrick@puiterwijk.org>
This commit is contained in:
parent
3b90823bb7
commit
99eee653cc
1 changed files with 5 additions and 0 deletions
|
@ -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}}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue