14 lines
281 B
INI
14 lines
281 B
INI
[web]
|
|
127.0.0.1
|
|
|
|
[web:vars]
|
|
ansible_ssh_user=ubuntu
|
|
ansible_python_interpreter=/usr/bin/python3
|
|
www_user=user
|
|
www_group=group
|
|
www_home=/home/user
|
|
traefik_dashboard=false
|
|
traefik_dashboard_host=traefik.example.com
|
|
traefik_log_level=ERROR
|
|
traefik_letsencrypt_email=admin@example.com
|