16 lines
346 B
Markdown
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
|
|
```
|
|
|