main.yml 602 B

123456789101112
  1. ---
  2. auth_proxy_image: "contiv/auth_proxy:1.1.1"
  3. auth_proxy_port: 10000
  4. contiv_certs: "/var/contiv/certs"
  5. cluster_store: "etcd://{{ hostvars[groups['masters'][0]]['ansible_' + netmaster_interface].ipv4.address }}:22379"
  6. auth_proxy_cert: "{{ contiv_certs }}/auth_proxy_cert.pem"
  7. auth_proxy_key: "{{ contiv_certs }}/auth_proxy_key.pem"
  8. auth_proxy_datastore: "{{ cluster_store }}"
  9. auth_proxy_binaries: "/var/contiv_cache"
  10. auth_proxy_local_install: False
  11. auth_proxy_rule_comment: "Contiv auth proxy service"
  12. service_vip: "{{ hostvars[groups['masters'][0]]['ansible_' + netmaster_interface].ipv4.address }}"