- ---
- auth_proxy_image: "contiv/auth_proxy:1.1.1"
- auth_proxy_port: 10000
- contiv_certs: "/var/contiv/certs"
- cluster_store: "etcd://{{ 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"
- service_vip: "{{ hostvars[groups['masters'][0]]['ansible_' + netmaster_interface].ipv4.address }}"
|