rename common docs

This commit is contained in:
uumas
2022-05-11 21:31:54 +03:00
parent 6e5547a7c5
commit 4c454ec76c

14
docs/all.md Normal file
View File

@@ -0,0 +1,14 @@
# Required variables
These variables might be required by multiple roles and need to be defined. Example values below.
```
admin_email: 'admin@domain.tld'
```
# Optional variables
These variables are used by multiple roles and have the following default values:
```
reverse_proxy_type: caddy # Allowed values: caddy, none
```