Setting up traefik as loadbalancer and proxy

This commit is contained in:
Paul-Henri Froidmont 2018-07-26 00:12:17 +02:00
parent ee38146367
commit 4c53c7e5e2
6 changed files with 166 additions and 3 deletions

13
group_vars/k8s_worker Normal file
View file

@ -0,0 +1,13 @@
harden_linux_ufw_rules:
- rule: "allow"
to_port: "2242"
protocol: "tcp"
- rule: "allow"
to_port: "7000"
protocol: "udp"
- rule: "allow"
to_port: "80"
protocol: "tcp"
- rule: "allow"
to_port: "443"
protocol: "tcp"