summaryrefslogtreecommitdiffstats
path: root/roles/contiv_auth_proxy/defaults/main.yml
blob: 4e637a94738ec204211802ce84f37b717643cc39 (plain)
1
2
3
4
5
6
7
8
9
10
11
---
auth_proxy_image: "contiv/auth_proxy:1.0.0-beta.2"
auth_proxy_port: 10000
contiv_certs: "/var/contiv/certs"
cluster_store: "{{ hostvars[groups['masters'][0]]['ansible_' + netmaster_interface].ipv4.address }}:22379"
auth_proxy_cert: "{{ contiv_certs }}/auth_proxy_cert.pem"
auth_proxy_key: "{{ contiv_certs }}/auth_proxy_key.pem"
auth_proxy_datastore: "{{ cluster_store }}"
auth_proxy_binaries: "/var/contiv_cache"
auth_proxy_local_install: False
auth_proxy_rule_comment: "Contiv auth proxy service"