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