mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-07-08 09:35:14 +02:00
Optimized template
This commit is contained in:
parent
8200abad85
commit
a7b9467304
@ -1,5 +1,5 @@
|
|||||||
{% raw %}
|
{% raw %}
|
||||||
credentials:
|
credentials: {}
|
||||||
docker:
|
docker:
|
||||||
images: {} # @todo Move under services
|
images: {} # @todo Move under services
|
||||||
versions: {} # @todo Move under services
|
versions: {} # @todo Move under services
|
||||||
@ -20,11 +20,9 @@ csp:
|
|||||||
whitelist: {} # URL's which should be whitelisted
|
whitelist: {} # URL's which should be whitelisted
|
||||||
flags: {} # Flags which should be set
|
flags: {} # Flags which should be set
|
||||||
domains:
|
domains:
|
||||||
canonical: [] # Urls under which the domain should be directly accessible
|
canonical: # Urls under which the domain should be directly accessible
|
||||||
alias: [] # Alias redirections to the first element of the canonical domains
|
aliases: # Alias redirections to the first element of the canonical domains
|
||||||
rbac:
|
rbac:
|
||||||
roles:
|
roles: {}
|
||||||
mail-bot:
|
|
||||||
description: "Has an token to send and recieve emails"
|
|
||||||
|
|
||||||
{% endraw %}
|
{% endraw %}
|
Loading…
x
Reference in New Issue
Block a user