c12s-kubespray/roles/kubernetes/master
Paul Czarkowski c226b4e5cb fixes issue #258
Kubernetes API server has an option:

```
--advertise-address=<nil>: The IP address on which to advertise the apiserver to members of the cluster. This address must be reachable by the rest of the cluster. If blank, the --bind-address will be used. If --bind-address is unspecified, the host's default interface will be used.
```

kargo does not set --bind-address, thus it binds to eth0, in vagrant and similar
environments this causes issues because nodes cannot talk to eachother over eth0.

This sets `--advertise-address` to `ip` if its set, otherwise the default behavior
of is persisted by using `ansible_default_ipv4.address`.
2016-05-22 13:48:16 -05:00
..
files update kubectl bash completion 2016-04-05 15:27:06 +02:00
handlers Slowdown apimaster restart 2016-01-26 15:23:16 +01:00
meta running kubernetes master processes as pods 2015-12-12 19:37:08 +01:00
tasks Add native Vagrant support 2016-05-08 10:17:11 -05:00
templates fixes issue #258 2016-05-22 13:48:16 -05:00
vars Ansible 2.0 2016-01-13 16:40:24 +01:00