c12s-kubespray/roles/etcd/tasks
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
..
check_certs.yml Fix check for node-NODEID certs existence 2017-02-07 21:06:48 +03:00
configure.yml set "check_mode: no" for read-only "shell" steps that registers result 2017-02-13 18:53:41 +03:00
gen_certs_script.yml set "check_mode: no" for read-only "shell" steps that registers result 2017-02-13 18:53:41 +03:00
gen_certs_vault.yml Vault security hardening and role isolation 2017-02-08 21:41:36 +00:00
install_docker.yml Allowing etcd to run via rkt 2017-01-03 10:10:38 -06:00
install_host.yml Allowing etcd to run via rkt 2017-01-03 10:10:38 -06:00
install_rkt.yml Allowing etcd to run via rkt 2017-01-03 10:10:38 -06:00
main.yml Vault security hardening and role isolation 2017-02-08 21:41:36 +00:00
pre_upgrade.yml Revert "Drop linux capabilities and rework users/groups" 2017-02-06 15:58:54 +03:00
refresh_config.yml Remove etcd-proxy from all nodes and use etcd multiaccess 2016-11-09 13:31:12 +03:00
set_cluster_health.yml set "check_mode: no" for read-only "shell" steps that registers result 2017-02-13 18:53:41 +03:00
sync_etcd_master_certs.yml Vault security hardening and role isolation 2017-02-08 21:41:36 +00:00
sync_etcd_node_certs.yml Vault security hardening and role isolation 2017-02-08 21:41:36 +00:00