2016-01-30 23:04:47 +08:00
|
|
|
---
|
2016-02-21 19:42:23 +08:00
|
|
|
# Enables Internet connectivity from containers
|
|
|
|
nat_outgoing: true
|
2016-03-24 00:27:06 +08:00
|
|
|
|
2016-07-21 19:05:40 +08:00
|
|
|
# Use IP-over-IP encapsulation across hosts
|
|
|
|
ipip: false
|
|
|
|
|
2016-03-24 00:27:06 +08:00
|
|
|
# cloud_provider can only be set to 'gce' or 'aws'
|
|
|
|
# cloud_provider:
|
2016-07-04 23:16:18 +08:00
|
|
|
calicoctl_image_repo: calico/ctl
|
|
|
|
calicoctl_image_tag: "{{ calico_version }}"
|