2024-11-06 17:39:13 +01:00
|
|
|
== dictionaries/rougail/00-base.yml
|
|
|
|
|
|
|
|
[,yaml]
|
|
|
|
----
|
|
|
|
version: 1.1
|
|
|
|
|
|
|
|
var1:
|
|
|
|
description: a first variable
|
|
|
|
multi: true
|
|
|
|
type: domainname
|
|
|
|
params:
|
|
|
|
allow_ip: true
|
|
|
|
|
|
|
|
var2:
|
|
|
|
description: a second variable
|
|
|
|
default:
|
|
|
|
type: variable
|
|
|
|
variable: _.var1
|
|
|
|
----
|
2024-11-07 22:51:28 +01:00
|
|
|
== Variables for "rougail"
|
2024-11-06 17:39:13 +01:00
|
|
|
|
2024-11-07 22:51:28 +01:00
|
|
|
[cols="132a,132a",options="header"]
|
2024-11-06 17:39:13 +01:00
|
|
|
|====
|
2024-11-07 22:51:28 +01:00
|
|
|
| Variable | Description
|
2024-11-06 17:39:13 +01:00
|
|
|
|
|
|
|
|
**rougail.var1** +
|
2024-11-07 22:51:28 +01:00
|
|
|
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[domainname]` `basic` `mandatory` `unique` `multiple` |
|
2024-11-06 17:39:13 +01:00
|
|
|
A first variable. +
|
2024-11-07 22:51:28 +01:00
|
|
|
**Validator**: the domain name can be an IP
|
2024-11-06 17:39:13 +01:00
|
|
|
|
|
|
|
|
**rougail.var2** +
|
2024-11-07 22:51:28 +01:00
|
|
|
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[domainname]` `standard` `mandatory` `unique` `multiple` |
|
2024-11-06 17:39:13 +01:00
|
|
|
A second variable. +
|
2024-11-07 22:51:28 +01:00
|
|
|
**Validator**: the domain name can be an IP +
|
|
|
|
**Default**: the value of the variable "rougail.var1".
|
2024-11-06 17:39:13 +01:00
|
|
|
|====
|
|
|
|
|
|
|
|
|