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,7 @@
---
- hosts: "{{ hosts_target }}"
become: true
gather_facts: true
roles:
- k8s-ha-api