Flexing calicocni.hostname based on cloud provider
This commit is contained in:
parent
f29a42721f
commit
aaa0105f75
1 changed files with 4 additions and 0 deletions
|
@ -1,6 +1,10 @@
|
||||||
{
|
{
|
||||||
"name": "calico-k8s-network",
|
"name": "calico-k8s-network",
|
||||||
|
{% if cloud_provider is defined %}
|
||||||
|
"hostname": "{{ inventory_hostname }}",
|
||||||
|
{% else %}
|
||||||
"hostname": "{{ ansible_hostname }}",
|
"hostname": "{{ ansible_hostname }}",
|
||||||
|
{% endif %}
|
||||||
"type": "calico",
|
"type": "calico",
|
||||||
"etcd_endpoints": "{{ etcd_access_endpoint }}",
|
"etcd_endpoints": "{{ etcd_access_endpoint }}",
|
||||||
"etcd_cert_file": "{{ etcd_cert_dir }}/node-{{ inventory_hostname }}.pem",
|
"etcd_cert_file": "{{ etcd_cert_dir }}/node-{{ inventory_hostname }}.pem",
|
||||||
|
|
Loading…
Reference in a new issue