Removed forced https form traefik

This commit is contained in:
Cody
2019-03-04 20:16:06 -05:00
parent b08e161fad
commit 45d2a91e56
2 changed files with 3 additions and 1 deletions

3
.vscode/settings.json vendored Normal file
View File

@@ -0,0 +1,3 @@
{
"git.enableCommitSigning": true
}

View File

@@ -29,7 +29,6 @@
- name: 'Adding Traefik'
set_fact:
pg_labels:
traefik.protocol: 'https'
traefik.frontend.auth.forward.address: '{{gauth}}'
traefik.enable: 'true'
traefik.port: '{{intport}}'