c12s-kubespray/roles/kubernetes
Kenichi Omichi 109391031b
Add error msg for check of local ip (#6761)
When stopping at the check of "Stop if ip var does not match local ips"
the error message is like:

  fatal: [single-k8s]: FAILED! => {
      "assertion": "ip in ansible_all_ipv4_addresses",
      "changed": false,
      "evaluated_to": false,
      "msg": "Assertion failed"
  }

That doesn't contain actual IP addresses and it is difficult to understand
what was wrong. This adds the error message which contain actual IP addresses
to investigate the issue if happens.
2020-09-29 06:29:27 -07:00
..
client Add noqa and disable .ansible-lint global exclusions (#6410) 2020-07-27 06:24:17 -07:00
kubeadm Calico upgrade path validation and old version cleanup (#6733) 2020-09-24 09:04:06 -07:00
master add leader election timeouts and durations to available parameters (#6691) 2020-09-25 08:21:11 -07:00
node Fix reserved memory unit in kubelet configuration (#6725) 2020-09-22 15:20:09 -07:00
node-label/tasks Fix setting node label if kube_override_hostname is defined (#6557) 2020-08-20 06:23:30 -07:00
preinstall Add error msg for check of local ip (#6761) 2020-09-29 06:29:27 -07:00
tokens Fix E306 in roles/kubernetes (#6500) 2020-08-05 07:56:28 -07:00