aboutsummaryrefslogtreecommitdiffstats
path: root/tools/lma/ansible-server/hosts
diff options
context:
space:
mode:
authorSridhar Rao <sridhar.rao@spirent.com>2020-10-14 05:10:17 +0000
committerGerrit Code Review <gerrit@opnfv.org>2020-10-14 05:10:17 +0000
commit6ce9b2f31a6f6a1ace4afab1182b0e6336cff9dc (patch)
tree330b7e2745488fc03919cf4cde7959bc9b57cc20 /tools/lma/ansible-server/hosts
parent09999bbf633ec292630eba1e066ab9019408a42d (diff)
parente20d8ba804539203664a542521db5b64826ba05c (diff)
Merge "LMA: Deployment of LMA solution.(ansible)"
Diffstat (limited to 'tools/lma/ansible-server/hosts')
-rw-r--r--tools/lma/ansible-server/hosts12
1 files changed, 12 insertions, 0 deletions
diff --git a/tools/lma/ansible-server/hosts b/tools/lma/ansible-server/hosts
new file mode 100644
index 00000000..0a13d754
--- /dev/null
+++ b/tools/lma/ansible-server/hosts
@@ -0,0 +1,12 @@
+[all]
+10.10.120.211 ansible_connection=ssh ansible_ssh_user=root ansible_sudo_pass=P@ssw0rd ansible_ssh_pass=P@ssw0rd
+10.10.120.203 ansible_connection=ssh ansible_ssh_user=root ansible_sudo_pass=P@ssw0rd ansible_ssh_pass=P@ssw0rd
+10.10.120.204 ansible_connection=ssh ansible_ssh_user=root ansible_sudo_pass=P@ssw0rd ansible_ssh_pass=P@ssw0rd
+
+
+[master]
+10.10.120.211 ansible_connection=ssh ansible_ssh_user=root ansible_sudo_pass=P@ssw0rd ansible_ssh_pass=P@ssw0rd
+
+[worker-nodes]
+10.10.120.203 ansible_connection=ssh ansible_ssh_user=root ansible_sudo_pass=P@ssw0rd ansible_ssh_pass=P@ssw0rd
+10.10.120.204 ansible_connection=ssh ansible_ssh_user=root ansible_sudo_pass=P@ssw0rd ansible_ssh_pass=P@ssw0rd \ No newline at end of file