Split deployment to add k3s easily
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
743684edd4
commit
3c8c788623
4 changed files with 235 additions and 213 deletions
|
|
@ -45,6 +45,8 @@
|
|||
state: present
|
||||
update_cache: yes
|
||||
# notify: Restart kubelet
|
||||
when:
|
||||
- (not kubernetes_server|bool) or ( kubernetes_server|bool and kubernetes_cri != "k3s")
|
||||
|
||||
- name: Include kubernetes server rules
|
||||
include_tasks: "install_server.yml"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue