c12s-kubespray/roles/kubernetes
Dan Bode eec2ed5809 Allow etcd_access_addresses to be more flexible
The variale etcd_access_addresses is used to determine
how to address communication from other roles to
the etcd cluster.

It was set to the address that ansible uses to
connect to instance ({{ item }})s and not the
the variable:
  ip_access
which had already been created and could already
be overridden through the access_ip variable.

This change allows ansible to connect to a machine using
a different address than the one used to access etcd.
2016-12-07 10:33:15 -08:00
..
master add cluster-signing to kube-controller-manager 2016-12-07 11:20:18 +02:00
node Merge pull request #584 from chadswen/docker-options-refactor 2016-12-07 07:57:53 +01:00
preinstall Allow etcd_access_addresses to be more flexible 2016-12-07 10:33:15 -08:00
secrets Fix ca certificate loading on CoreOS 2016-11-14 08:47:09 +04:00