Files
ansible-general/docs/all.md
2023-03-21 01:40:51 +02:00

16 lines
346 B
Markdown

# Required variables
These variables might be required by multiple roles and need to be defined. Example values below.
```
admin_email: admin@domain.tld
local_network: 10.0.0.0/8
```
# Optional variables
These variables are used by multiple roles and have the following default values:
```
web_server: caddy # Allowed values: caddy, none
```