Add traggo deployment
This commit is contained in:
parent
d41763f0dc
commit
3f944df048
11 changed files with 219 additions and 0 deletions
14
roles/traggo/defaults/main.yml
Normal file
14
roles/traggo/defaults/main.yml
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
---
|
||||
|
||||
traggo_version: latest
|
||||
|
||||
traggo_upstream_file_dir: "{{ docker_stack_files_dir }}/{{ stack_name }}"
|
||||
|
||||
traggo_use_https: true
|
||||
|
||||
# the subdomain link traggo will be reachable under
|
||||
subdomain_alias: time
|
||||
|
||||
# Should ideally be overwritten in encrypted group/host vars
|
||||
traggo_username: mytraggouser
|
||||
traggo_password: mytraggopassword
|
||||
Loading…
Add table
Add a link
Reference in a new issue