Move vars to defaults
This commit is contained in:
parent
70578f2a13
commit
bf08ae8f81
40 changed files with 0 additions and 0 deletions
24
playbooks/roles/reitanlage_oranienburg/defaults/main.yml
Normal file
24
playbooks/roles/reitanlage_oranienburg/defaults/main.yml
Normal file
|
@ -0,0 +1,24 @@
|
|||
---
|
||||
reitanlage_oranienburg_svc:
|
||||
domain: "{{ all_services | service_get_domain(role_name) }}"
|
||||
www_domain: true
|
||||
port: 80
|
||||
caddy_extra: |
|
||||
import analytics
|
||||
|
||||
header /images/* Cache-Control "max-age=31536000"
|
||||
header /assets/* Cache-Control "max-age=2629800"
|
||||
header /user/themes/* Cache-Control "max-age=2629800"
|
||||
|
||||
reitanlage_oranienburg_compose:
|
||||
watchtower: false
|
||||
image: "{{ (container_registry.public, 'library/grav') | path_join }}"
|
||||
volumes:
|
||||
- data:/var/www/html/
|
||||
file:
|
||||
services:
|
||||
app:
|
||||
build:
|
||||
context: .
|
||||
volumes:
|
||||
data:
|
Loading…
Add table
Add a link
Reference in a new issue