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