f94eb0b997
Adds new boolean configuration variable for calico network plugin `ipip`. When it's enabled calico pool is created with '--ipip' option (IP-over-IP encapsulation across hosts). Also refactor pool creation tasks to simplify logic and make tasks more readable.
11 lines
275 B
YAML
11 lines
275 B
YAML
---
|
|
# Enables Internet connectivity from containers
|
|
nat_outgoing: true
|
|
|
|
# Use IP-over-IP encapsulation across hosts
|
|
ipip: false
|
|
|
|
# cloud_provider can only be set to 'gce' or 'aws'
|
|
# cloud_provider:
|
|
calicoctl_image_repo: calico/ctl
|
|
calicoctl_image_tag: "{{ calico_version }}"
|