Add blog deployment
This commit is contained in:
parent
ab67fa16c8
commit
ee44506186
11 changed files with 220 additions and 9 deletions
11
roles/blog/defaults/main.yml
Normal file
11
roles/blog/defaults/main.yml
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
---
|
||||
|
||||
# never got around to removing the master tag from the images
|
||||
blog_version: master
|
||||
|
||||
blog_upstream_file_dir: "{{ docker_stack_files_dir }}/{{ stack_name }}"
|
||||
|
||||
blog_use_https: true
|
||||
|
||||
# the subdomain link blog will be reachable under
|
||||
# subdomain_alias: blog
|
||||
Loading…
Add table
Add a link
Reference in a new issue