initial commit

This commit is contained in:
hybris 2019-01-22 13:10:16 +01:00
commit ee4a13c926
13 changed files with 571 additions and 0 deletions

12
inventories/hosts Normal file
View file

@ -0,0 +1,12 @@
[terraform]
terraform-master.e2m host_ipv6=2001:470:6d:22c:43::1
[kubernetes]
k8s-master.e2m host_ipv6=2001:470:6d:22c:42::1 hostname=k8s-master.e2m
k8s-nodes
[k8s-nodes]
k8s-node-1.e2m host_ipv6=2001:470:6d:22c:42::10 host_hostname=k8s-node-1.e2m
k8s-node-2.e2m host_ipv6=2001:470:6d:22c:42::20 host_hostname=k8s-node-2.e2m
k8s-node-3.e2m host_ipv6=2001:470:6d:22c:42::30 host_hostname=k8s-node-3.e2m
k8s-node-4.e2m host_ipv6=2001:470:6d:22c:42::40 host_hostname=k8s-node-4.e2m