c12s-kubespray/roles/kubernetes/preinstall/tasks
Vladimir Rutsky fff8780a51 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
..
azure-credential-check.yml Add check for azure_route_table_name and add it to all.yml 2016-12-13 17:30:10 +01:00
dhclient-hooks-undo.yml This continues the DHCP hook checks. Also protect the create side 2017-01-31 09:56:27 -06:00
dhclient-hooks.yml This continues the DHCP hook checks. Also protect the create side 2017-01-31 09:56:27 -06:00
etchosts.yml Fix etc hosts for cluster nodes 2017-01-02 13:20:51 +01:00
gitinfos.yml Fail all nodes on error 2016-12-02 12:37:22 +01:00
growpart-azure-centos-7.yml Make growpart only run on Azure 2016-12-12 14:14:22 +01:00
main.yml set "check_mode: no" for read-only "shell" steps that registers result 2017-02-13 18:53:41 +03:00
openstack-credential-check.yml Implemented cloud-provider integration for OpenStack. 2016-03-29 15:17:22 +02:00
pre-upgrade.yml remove assertion for family not being CoreOS 2017-01-05 13:36:25 -05:00
resolvconf.yml Add tasks to undo changes to hosts /etc/resolv.conf and dhclient configs 2017-01-11 16:56:16 +01:00
set_facts.yml Revert "Drop linux capabilities and rework users/groups" 2017-02-06 15:58:54 +03:00
set_resolv_facts.yml set "check_mode: no" for read-only "shell" steps that registers result 2017-02-13 18:53:41 +03:00