c12s-kubespray/roles/network_plugin
Vladimir Rutsky 09847567ae set "check_mode: no" for read-only "shell" steps that registers result
"shell" step doesn't support check mode, which currently leads to failures,
when Ansible is being run in check mode (because Ansible doesn't run command,
assuming that command might have effect, and no "rc" or "output" is registered).

Setting "check_mode: no" allows to run those "shell" commands in check mode
(which is safe, because those shell commands doesn't have side effects).
2017-02-13 18:53:41 +03:00
..
calico Revert "Drop linux capabilities and rework users/groups" 2017-02-06 15:58:54 +03:00
canal Fix upgrade for all daemonset type resources 2017-02-08 18:16:00 +03:00
cloud/tasks Systemd units, limits, and bin path fixes 2016-12-28 15:49:42 +01:00
flannel set "check_mode: no" for read-only "shell" steps that registers result 2017-02-13 18:53:41 +03:00
meta Add pseudo network plugin called "cloud" to use cloud provider for network 2016-12-13 17:30:10 +01:00
weave fixup upgrades for canal and weave 2017-02-10 13:27:41 +03:00