kubernetes ala Ger

This commit is contained in:
2018-10-26 10:41:46 +02:00
parent d7e02e1689
commit f1ba34f49b
8 changed files with 324 additions and 0 deletions

6
kube-cluster/hosts Normal file
View File

@ -0,0 +1,6 @@
[masters]
master ansible_host=master ansible_user=root
[workers]
worker1 ansible_host=worker1 ansible_user=root
worker2 ansible_host=worker2 ansible_user=root