c12s-kubespray/roles
Boyang Jerry Peng 8d460a7300
Bug in download main.yml
I think there was a mistake here:

"{{ peer_with_calico_rr is defined and peer_with_calico_rr }} and kube_network_plugin == 'calico'"

should be

"{{ peer_with_calico_rr is defined and peer_with_calico_rr and kube_network_plugin == 'calico' }}"

this is causing calico_rr to be download even if you are using something other than calico
2017-11-07 17:17:19 -08:00
..
adduser Make etcd data dir configurable. 2017-02-27 21:35:51 +01:00
bastion-ssh-config change ssh_args/bastion configuration (#1883) 2017-10-27 12:18:39 +01:00
bootstrap-os Avoid that some read-only tasks cause an ansible-change (#1910) 2017-11-06 13:51:07 +00:00
dnsmasq Refactor downloads to use download role directly (#1824) 2017-10-19 09:17:11 +01:00
docker Docker Version Update 2017-11-03 12:34:45 -05:00
download Bug in download main.yml 2017-11-07 17:17:19 -08:00
etcd Idempotency fixes (#1838) 2017-10-25 21:19:40 +01:00
kubernetes Avoid that some read-only tasks cause an ansible-change (#1910) 2017-11-06 13:51:07 +00:00
kubernetes-apps Avoid that some read-only tasks cause an ansible-change (#1910) 2017-11-06 13:51:07 +00:00
kubespray-defaults Add optional helm deployment mode for host (#1920) 2017-11-03 07:09:24 +00:00
network_plugin Flannel RBAC Fix 2017-11-02 23:20:23 -05:00
reset Normalize tags in all places to prepare for tag fixing in future (#1739) 2017-10-05 08:43:04 +01:00
rkt improved proxy support 2017-10-30 11:42:14 -04:00
upgrade Setting kubectl bin directory (#1635) 2017-09-09 23:54:13 +03:00
vault don't check for no_proxy, only http/https_proxy. fix linting issues. 2017-10-30 11:42:14 -04:00