Flexing calicocni.hostname based on cloud provider

This commit is contained in:
Brad Beam 2017-09-07 22:19:46 +00:00
parent f29a42721f
commit aaa0105f75

View file

@ -1,6 +1,10 @@
{
"name": "calico-k8s-network",
{% if cloud_provider is defined %}
"hostname": "{{ inventory_hostname }}",
{% else %}
"hostname": "{{ ansible_hostname }}",
{% endif %}
"type": "calico",
"etcd_endpoints": "{{ etcd_access_endpoint }}",
"etcd_cert_file": "{{ etcd_cert_dir }}/node-{{ inventory_hostname }}.pem",