Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
5925b22bf5 |
|||
|
4bdd36b8f7 |
3 changed files with 10 additions and 11 deletions
|
|
@ -1,11 +1,11 @@
|
||||||
---
|
---
|
||||||
knot__deploy_prometheus_exporter: true
|
knot__deploy_prometheus_exporter: true
|
||||||
knot__log_level: info
|
knot__log_level: info
|
||||||
knot__remotes: []
|
knot__remotes: [ ]
|
||||||
knot__keys: []
|
knot__keys: [ ]
|
||||||
knot__catalog_zones: []
|
knot__catalog_zones: [ ]
|
||||||
knot__primary_zones: []
|
knot__primary_zones: [ ]
|
||||||
knot__catalog_secondary_zones: []
|
knot__catalog_secondary_zones: [ ]
|
||||||
knot__secondary_zones: []
|
knot__secondary_zones: [ ]
|
||||||
knot__dynamic_zones: []
|
knot__dynamic_zones: [ ]
|
||||||
knot__acls: []
|
knot__acls: [ ]
|
||||||
|
|
|
||||||
|
|
@ -88,7 +88,7 @@ argument_specs:
|
||||||
type: list
|
type: list
|
||||||
elements: str
|
elements: str
|
||||||
required: true
|
required: true
|
||||||
|
|
||||||
knot__secondary_zones:
|
knot__secondary_zones:
|
||||||
description: A list of secondary zones that will be served by knot
|
description: A list of secondary zones that will be served by knot
|
||||||
required: false
|
required: false
|
||||||
|
|
@ -168,4 +168,4 @@ argument_specs:
|
||||||
update_type:
|
update_type:
|
||||||
type: list
|
type: list
|
||||||
elements: str
|
elements: str
|
||||||
required: false
|
required: false
|
||||||
|
|
|
||||||
|
|
@ -34,4 +34,3 @@
|
||||||
group: knot
|
group: knot
|
||||||
mode: u=rw,g=r
|
mode: u=rw,g=r
|
||||||
validate: "kzonecheck -v -o '{{ item.domain }}' %s"
|
validate: "kzonecheck -v -o '{{ item.domain }}' %s"
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue