6362211860
* Add images downloader to download roles * Use single jinja2 templates * add kube_version to templates
7 lines
327 B
YAML
7 lines
327 B
YAML
- name: kubeadm | Create kubeadm config
|
|
template:
|
|
src: "kubeadm-images.yaml.j2"
|
|
dest: "{{ kube_config_dir }}/kubeadm-images.yaml"
|
|
|
|
- name: container_download | download images for kubeadm config images
|
|
command: "{{ local_release_dir }}/kubeadm config images pull --config={{ kube_config_dir }}/kubeadm-images.yaml"
|