c12s-kubespray/roles
Victor Morales 7e4f4a96fc Replace iteritems() to items() in Jinja2 templates (#4437)
The iteritems() dictionary's method has been removed in Python3. Using
this method in Jinja2 templates limits the execution to Python2 which
will be deprecated in 2020[1]. This change replaces that method for
the items() method as it's suggested in the official website[2].

[1] https://pythonclock.org/
[2] https://docs.ansible.com/ansible/latest/user_guide/playbooks_python_version.html#dict-iteritems
2019-04-08 00:32:26 -07:00
..
adduser Fix createhome directory for adduser role 2018-08-23 08:55:11 +02:00
bastion-ssh-config Split deploy steps in separate playbooks: part1 (#3451) 2018-10-09 19:14:33 -07:00
bootstrap-os Update pypy3 on CoreOS to 7.0.0 (#4456) 2019-04-08 00:28:24 -07:00
container-engine remove our config if docker start failed (#4260) 2019-04-03 01:37:44 -07:00
download Upgrade to Helm 2.13.1 (#4445) 2019-04-07 07:04:25 -07:00
etcd Fix CA cert environment variable for ectd v3 (#4381) 2019-03-28 00:18:43 -07:00
kubernetes Remove bash-completion (#4431) 2019-04-05 01:23:22 -07:00
kubernetes-apps Replace iteritems() to items() in Jinja2 templates (#4437) 2019-04-08 00:32:26 -07:00
kubespray-defaults add Cinder allowVolumeExpansion option (#4415) 2019-04-04 02:36:50 -07:00
network_plugin Use install_cni init container for cni copy for calico/canal (#4416) 2019-04-02 03:32:36 -07:00
remove-node Remove non-kubeadm deployment (#3811) 2018-12-06 02:33:38 -08:00
reset cri-o reset all containers and pods (#3856) 2018-12-12 01:59:55 -08:00
upgrade Remove non-kubeadm deployment (#3811) 2018-12-06 02:33:38 -08:00
win_nodes/kubernetes_patch Move kube_proxy_remove out of set_facts and set default (#4180) 2019-02-25 00:08:06 -08:00