Add blog deployment
This commit is contained in:
parent
ab67fa16c8
commit
ee44506186
11 changed files with 220 additions and 9 deletions
7
roles/blog/vars/main.yml
Normal file
7
roles/blog/vars/main.yml
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
---
|
||||
|
||||
stack_name: blog
|
||||
|
||||
stack_image: "registry.gitlab.com/cloud-serve/blog"
|
||||
|
||||
stack_compose: "{{ lookup('template', 'docker-stack.yml.j2') | from_yaml }}"
|
||||
Loading…
Add table
Add a link
Reference in a new issue