c12s-kubespray/roles
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
..
adduser Fix nologin wrong path (#6272) 2020-06-16 02:30:04 -07:00
bastion-ssh-config Use connection: local when delegate_to: localhost (#6322) 2020-06-25 08:14:38 -07:00
bootstrap-os Set ansible_python_interpreter to python3 on debian (fix error with mitogen) (#6633) 2020-09-08 15:37:52 -07:00
container-engine Update containerd to 1.3.7 - add fedora32/centos8 containerd packages (#6749) 2020-09-25 08:15:11 -07:00
download Calico upgrade path validation and old version cleanup (#6733) 2020-09-24 09:04:06 -07:00
etcd remove variable 'etcd_ionice', because ionice removed from container image etcd:v3.4.x (#6735) 2020-09-23 12:34:05 -07:00
kubernetes Add error msg for check of local ip (#6761) 2020-09-29 06:29:27 -07:00
kubernetes-apps Added support for dynamic tags in AWS and Azure. (#6752) 2020-09-26 10:50:48 -07:00
kubespray-defaults Calico upgrade path validation and old version cleanup (#6733) 2020-09-24 09:04:06 -07:00
network_plugin /opt/cni/bin/install not before calico 3.16 (#6738) 2020-09-25 06:15:11 -07:00
recover_control_plane Fix ansible-lint E305 (#6459) 2020-07-28 01:39:08 -07:00
remove-node Make sure node_ip is set if node is in etcd group (#6719) 2020-09-18 17:14:27 -07:00
reset Remove support for CoreOS Container Linux (#6576) 2020-08-28 02:28:53 -07:00
upgrade Edited pre-upgrade task to uncordon a node failing to drain (#6546) 2020-08-20 04:25:36 -07:00
win_nodes/kubernetes_patch Remove workaround with kube_proxy_remove (#6512) 2020-09-17 04:30:45 -07:00