rougail-output-doc/tests/results/test_examples/00_2default_calculated_variable_transitive.md

28 lines
6 KiB
Markdown
Raw Normal View History

---
gitea: none
include_toc: true
---
2024-12-02 20:21:31 +01:00
# Variables
| Variable                                                                                                                           | Description                                                                                                                        |
|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| **var1**<br/>[`domainname`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `basic` `mandatory` `unique` `multiple` | A first variable.<br/>**Validator**: the domain name can be an IP |
| **var2**<br/>[`domainname`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` `unique` `multiple` | A second variable.<br/>**Validator**: the domain name can be an IP<br/>**Default**: the value of the variable "var1". |
# Example with mandatory variables not filled in
```yaml
---
var1:
2024-12-02 20:21:31 +01:00
- example.net
```
# Example with all variables modifiable
2024-12-02 20:21:31 +01:00
```yaml
---
var1:
- example.net
var2:
2024-12-02 20:21:31 +01:00
- example.net
```