Add diun role
This commit is contained in:
parent
b6f7934c5f
commit
e8447a6289
7 changed files with 116 additions and 0 deletions
26
roles/diun/defaults/main.yml
Normal file
26
roles/diun/defaults/main.yml
Normal file
|
|
@ -0,0 +1,26 @@
|
|||
---
|
||||
diun_version: 4
|
||||
|
||||
diun_upstream_file_dir: "{{ docker_stack_files_dir }}/{{ stack_name }}"
|
||||
|
||||
diun_use_https: true
|
||||
|
||||
# the subdomain link diun will be reachable under
|
||||
subdomain_alias: diun
|
||||
|
||||
diun_tz: Europe/Berlin
|
||||
diun_log_level: info
|
||||
diun_watch_swarm_by_default: true
|
||||
|
||||
diun_notif_mail_host: localhost
|
||||
diun_notif_mail_port: 25
|
||||
# diun_notif_mail_username: required for mail
|
||||
# diun_notif_mail_password: required for mail
|
||||
# diun_notif_mail_from: required for mail
|
||||
# diun_notif_mail_to: required for mail
|
||||
|
||||
diun_notif_matrix_url: "https://matrix.org"
|
||||
#diun_notif_matrix_user: required for matrix
|
||||
#diun_notif_matrix_password: required for matrix
|
||||
#diun_notif_matrix_roomid: required for matrix
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue