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'