X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=ansible%2Finventory.ini;h=a5fbaad9503bf47e8dc495cbfeac90a949fea258;hb=244c4846fb5fccdd0d93c448c6a46b14da8f7b76;hp=79a6ee0aa61b278b51817081bc607668a872c6c0;hpb=b57da1432fae39ea414c42734e730df329de66e3;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