2026-06-14 15:23:53 +02:00
|
|
|
%YAML 1.2
|
|
|
|
|
---
|
|
|
|
|
version: 1.1
|
|
|
|
|
|
2026-06-14 15:24:31 +02:00
|
|
|
manual:
|
|
|
|
|
description: Manual proxy configuration
|
2026-06-14 15:24:35 +02:00
|
|
|
disabled:
|
|
|
|
|
variable: _.proxy_mode
|
|
|
|
|
when_not: Manual proxy configuration
|
2026-06-14 15:23:57 +02:00
|
|
|
|
2026-06-14 15:25:14 +02:00
|
|
|
http_proxy:
|
|
|
|
|
description: HTTP Proxy
|
|
|
|
|
type: proxy
|
2026-06-14 15:25:28 +02:00
|
|
|
|
|
|
|
|
address:
|
2026-06-14 15:25:32 +02:00
|
|
|
redefine: true
|
2026-06-14 15:25:28 +02:00
|
|
|
default: null
|
2026-06-14 15:25:32 +02:00
|
|
|
description: HTTP proxy address
|
2026-06-14 15:25:28 +02:00
|
|
|
|
|
|
|
|
port:
|
2026-06-14 15:25:32 +02:00
|
|
|
redefine: true
|
2026-06-14 15:25:28 +02:00
|
|
|
default: 8080
|
2026-06-14 15:25:32 +02:00
|
|
|
description: HTTP proxy port
|
2026-06-14 15:23:53 +02:00
|
|
|
...
|