From f585df17824a7957c13afb342f58fadfa0f2c734 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Soko=C5=82owski?= Date: Mon, 18 May 2020 17:34:54 +0200 Subject: [PATCH] all vars: drop oauth stuff MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jakub SokoĊ‚owski --- ansible/group_vars/all.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/ansible/group_vars/all.yml b/ansible/group_vars/all.yml index 43a16d0..53011fd 100644 --- a/ansible/group_vars/all.yml +++ b/ansible/group_vars/all.yml @@ -17,10 +17,6 @@ bootstrap__root_pass: '{{lookup("passwordstore", "hosts/admin-pass")}}' # Consul Encryption consul_encryption_key: '{{lookup("passwordstore", "services/consul/encryption-key")}}' -# OAuth2 provided by Google -oauth2_proxy_port: 8090 -oauth2_proxy_image: 'statusteam/oauth2-proxy:2.2.0' - dns_domain: statusim.net consul_catalog_url: 'http://localhost:8500/v1/catalog'