kubespray/roles/kubernetes
Günther Grill 0195725563 Workaround ansible bug where access var via dict doesn't get real value (#1912)
* Change deprecated vagrant ansible flag 'sudo' to 'become'

* Workaround ansible bug where access var via dict doesn't get real value

When accessing a variable via it's name "{{ foo }}" its value is
retrieved. But when the variable value is retrieved via the vars-dict
"{{ vars['foo'] }}" this doesn't resolve the expression of the variable
any more due to a bug. So e.g. a expression foo="{{ 1 == 1 }}" isn't
longer resolved but just returned as string "1 == 1".

* Make file yamllint complient
2017-11-03 07:11:14 +00:00
..
client Clear admin kubeconfig when rotating certs (#1772) 2017-10-12 09:55:46 +01:00
kubeadm Fix scale.yml to supoort kubeadm (#1863) 2017-10-24 16:08:48 +01:00
master fix indentation for master template (#1906) 2017-10-31 06:43:54 +00:00
node only mount volumes if local_volumes_enabled is true. fix mount flags in rkt. (#1923) 2017-11-03 07:10:37 +00:00
preinstall Workaround ansible bug where access var via dict doesn't get real value (#1912) 2017-11-03 07:11:14 +00:00
secrets Force kubelet certificates to be generated as lowercase (#1886) 2017-10-27 15:58:25 +01:00