forked from stove/dataset
26 lines
464 B
YAML
26 lines
464 B
YAML
|
---
|
||
|
version: 1.1
|
||
|
|
||
|
network:
|
||
|
|
||
|
dns_is_only_local:
|
||
|
description: DNS resolve only local address
|
||
|
hidden: true
|
||
|
default: true
|
||
|
|
||
|
dns_client_address:
|
||
|
type: domainname
|
||
|
supplier: LocalDNS
|
||
|
hidden: true
|
||
|
|
||
|
ip_dns:
|
||
|
type: ip
|
||
|
description: Adresse IP du serveur DNS
|
||
|
hidden: true
|
||
|
default:
|
||
|
jinja: >-
|
||
|
{{ zones | get_ip(server_name=general.network.dns_client_address) }}
|
||
|
params:
|
||
|
zones:
|
||
|
information: zones
|