Create and stated write role for deploy k8s cluster
This commit is contained in:
10
ansible/roles/k8s-deploy-cluster/handlers/main.yml
Normal file
10
ansible/roles/k8s-deploy-cluster/handlers/main.yml
Normal file
@ -0,0 +1,10 @@
|
||||
---
|
||||
|
||||
- name: Reload_sysctl
|
||||
command: sysctl --system
|
||||
|
||||
- name: Restart_containerd
|
||||
systemd:
|
||||
name: containerd
|
||||
enabled: yes
|
||||
state: restarted
|
Reference in New Issue
Block a user