Initial commit
This commit is contained in:
commit
8eff0a45fc
12 changed files with 317 additions and 0 deletions
18
defaults/main.yml
Normal file
18
defaults/main.yml
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
---
|
||||
# defaults file for traefik
|
||||
traefik_virtual_host: localhost
|
||||
traefik:
|
||||
expose_internally: True
|
||||
expose_externally: False
|
||||
use_acme_staging: True
|
||||
dns_challenge_provider: False
|
||||
# NOT WORKING YET!
|
||||
# Extra mapping, for name -> internal address, like myservice: 'http://otherhost:12345'
|
||||
#extra_mapping:
|
||||
# myservice: http://otherhost:12345
|
||||
# use key:value pairs here to add additional environment variables to your traefik docker image.
|
||||
# for instance, if you're using a dns challenge provider place your api keys etc here.
|
||||
#additional_env_vars:
|
||||
# # DUMMY_KEY: DUMMY_VALUE
|
||||
# CLOUDFLARE_EMAIL: EMAIL
|
||||
# CLOUDFLARE_API_KEY: API_KEY
|
||||
Loading…
Add table
Add a link
Reference in a new issue