X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=ansible%2Finventory.ini;h=a5fbaad9503bf47e8dc495cbfeac90a949fea258;hb=753e8ad700f602c9b2804f212376d0ad8b14ca6d;hp=79a6ee0aa61b278b51817081bc607668a872c6c0;hpb=355601ab1b2335550905574148b097292f214325;p=yardstick.git diff --git a/ansible/inventory.ini b/ansible/inventory.ini index 79a6ee0aa..a5fbaad95 100644 --- a/ansible/inventory.ini +++ b/ansible/inventory.ini @@ -1,3 +1,6 @@ +[yardstick] +localhost ansible_connection=local + [controller] host1 ansible_host=10.1.0.50 ansible_user=root ansible_ssh_pass=root host2 ansible_host=10.1.0.51 ansible_user=root ansible_ssh_pass=root @@ -9,3 +12,6 @@ host5 ansible_host=10.1.0.54 ansible_user=root ansible_ssh_pass=root [nodes:children] controller compute + +[jumphost] +localhost ansible_connection=local