c12s-kubespray/roles
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
..
adduser fixed deprecation warnings regarding bare variables 2016-03-30 10:23:43 +02:00
coreos-bootstrap remove need for baking image to get writeable /opt/bin 2016-05-13 02:48:13 -07:00
dnsmasq Use var for bin dir instead of assuming /usr/local/bin 2016-04-02 20:53:33 +01:00
docker updated to use handlers 2016-05-12 12:18:38 -07:00
download race condition in download role under vagrant 2016-05-20 17:04:38 -05:00
etcd Pull correct variable for etcd initial variable 2016-04-29 14:37:01 +02:00
kubernetes fixes issue #258 2016-05-22 13:48:16 -05:00
network_plugin fix flannel deployment, remove docker bridge before restarting 2016-05-13 18:10:00 +02:00
uploads upgrade k8s vers, and add a script for future upgrades 2016-05-12 15:56:30 +02:00