File tree Expand file tree Collapse file tree 1 file changed +16
-7
lines changed
infrastructure/server-setup Expand file tree Collapse file tree 1 file changed +16
-7
lines changed Original file line number Diff line number Diff line change 3838 - decrypt-on-boot
3939
4040 - name : Include system preparation tasks
41- include_tasks : tasks/k8s/system-preparation.yml
41+ include_tasks :
42+ file : tasks/k8s/system-preparation.yml
43+ apply :
44+ tags :
45+ - system-preparation
4246 tags :
4347 - system-preparation
44-
4548 - name : Include containerd installation tasks
46- include_tasks : tasks/k8s/install-containerd.yml
49+ include_tasks :
50+ file : tasks/k8s/install-containerd.yml
51+ apply :
52+ tags :
53+ - containerd-setup
4754 tags :
4855 - containerd-setup
49-
5056 - name : Include Kubernetes installation tasks
51- include_tasks : tasks/k8s/install-kubernetes.yml
57+ include_tasks :
58+ file : tasks/k8s/install-kubernetes.yml
59+ apply :
60+ tags :
61+ - kubernetes-installation
5262 tags :
53- - kubernetes-installation
54-
63+ - kubernetes-installation
5564- name : Initialize Kubernetes Master
5665 hosts : master
5766 tags : k8s
You can’t perform that action at this time.
0 commit comments