Create and stated write role for deploy k8s cluster

This commit is contained in:
2025-08-24 21:12:59 +03:00
parent 69638a9a69
commit d32a39b1f1
11 changed files with 188 additions and 0 deletions

View File

@ -0,0 +1,10 @@
---
- name: Reload_sysctl
command: sysctl --system
- name: Restart_containerd
systemd:
name: containerd
enabled: yes
state: restarted