aboutsummaryrefslogtreecommitdiff
path: root/terraform/ansible/inventory
diff options
context:
space:
mode:
Diffstat (limited to 'terraform/ansible/inventory')
-rwxr-xr-xterraform/ansible/inventory9
1 files changed, 9 insertions, 0 deletions
diff --git a/terraform/ansible/inventory b/terraform/ansible/inventory
new file mode 100755
index 0000000..9c92aff
--- /dev/null
+++ b/terraform/ansible/inventory
@@ -0,0 +1,9 @@
+k8s-master ansible_host=51.158.110.170
+k8s-node0 ansible_host=51.15.201.150
+k8s-node1 ansible_host=163.172.174.68
+k8s-node2 ansible_host=51.158.96.79
+
+[k8s-nodes]
+k8s-node0
+k8s-node1
+k8s-node2