Initial commit

This commit is contained in:
2024-09-21 12:26:45 -04:00
commit d6704cc251
2 changed files with 34 additions and 0 deletions

6
inventories/kubernetes Normal file
View File

@@ -0,0 +1,6 @@
[masters]
KubeMaster ansible_host=192.168.100.2
[workers]
KubeWorker1 ansible_host=192.168.100.3
KubeWorker2 ansible_host=192.168.100.4