c12s-kubespray/roles/kubernetes/preinstall
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
..
defaults Rename dns_server, add var for selinux. (#1572) 2017-10-11 20:40:21 +01:00
files Preconfigure DNS stack and docker early 2016-12-09 17:30:55 +01:00
handlers Adding yamllinter to ci steps (#1556) 2017-08-24 12:09:52 +03:00
meta Normalize tags in all places to prepare for tag fixing in future (#1739) 2017-10-05 08:43:04 +01:00
tasks Workaround ansible bug where access var via dict doesn't get real value (#1912) 2017-11-03 07:11:14 +00:00
templates Adding quotes around parameters in cloud_config (#1664) 2017-09-16 08:43:47 +01:00
vars kubeadm support (#1631) 2017-09-13 19:00:51 +01:00
gen-gitinfos.sh Fix gen-gitinfos.sh 2016-08-23 10:15:30 +02:00