diff options
author | Sridhar Rao <sridhar.rao@spirent.com> | 2020-07-22 13:09:57 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2020-07-22 13:09:57 +0000 |
commit | 1fe9ace8ff03f71d47e156c1cf82dbb07fe96c27 (patch) | |
tree | 490ba4d59b245fd6811109ea4d576e9bf82ddac5 /tools/k8s/cluster-deployment/k8scluster/hosts | |
parent | 6801918e1ca373e61eb081d1d577cbb092a7d234 (diff) | |
parent | 4c29bee136718738ca012278588e18e95e120e0b (diff) |
Merge "TOOLS: Ansible Playbook for Deployed Kubernetes Cluster."
Diffstat (limited to 'tools/k8s/cluster-deployment/k8scluster/hosts')
-rw-r--r-- | tools/k8s/cluster-deployment/k8scluster/hosts | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tools/k8s/cluster-deployment/k8scluster/hosts b/tools/k8s/cluster-deployment/k8scluster/hosts new file mode 100644 index 00000000..dd928a8e --- /dev/null +++ b/tools/k8s/cluster-deployment/k8scluster/hosts @@ -0,0 +1,5 @@ +[master] +master ansible_host=10.10.120.22 ansible_connection=ssh ansible_ssh_user=ENTER_USER ansible_ssh_pass=ENTER_PASS ansible_ssh_common_args='-o StrictHostKeyChecking=no' + +[workers] +worker ansible_host=10.10.120.21 ansible_connection=ssh ansible_ssh_user=ENTER_USER ansible_ssh_pass=ENTER_PASS ansible_ssh_common_args='-o StrictHostKeyChecking=no' |