The sub family is now in "shorthand" mode. In this mode we can only define "name" and "description" attributes. Inside the sub family we add two variables (with domainname and port types).
17 lines
315 B
YAML
17 lines
315 B
YAML
---
|
|
manual:
|
|
description: Manual proxy configuration
|
|
type: family
|
|
disabled:
|
|
variable: proxy_mode
|
|
when_not: 'Manual proxy configuration'
|
|
|
|
http_proxy:
|
|
description: HTTP Proxy
|
|
type: family
|
|
|
|
address:
|
|
description: HTTP address
|
|
type: domainname
|
|
params:
|
|
allow_ip: true
|