First commit

This commit is contained in:
Adrien Reslinger 2019-11-25 18:46:15 +01:00
parent dabdda6a9c
commit 9fa90d889e
20 changed files with 508 additions and 0 deletions

13
defaults/main.yml Normal file
View file

@ -0,0 +1,13 @@
my_context: kubernetes
traefik_version: 2.0
traefik_domain: "local"
#ingress_whitelist:
# - 10.96.0.0/12
# - 10.244.0.0/16
# - 192.168.0.0/24
traefik_node_selector:
- localhost
traefik_cpu_limit: 500m
traefik_memory_limit: 300Mi
basic_auth: false