e276076cc3ab9d321c4f4bfe3ef7a62137abd68f
[yardstick.git] / ansible / yardstick-install-inventory.ini
1 # the group of systems on which to install yardstick
2 # by default just localhost
3 [jumphost]
4 localhost  ansible_connection=local
5
6 # section below is only due backward compatibility.
7 # it will be removed later
8 [yardstick:children]
9 jumphost
10
11 [yardstick-standalone]
12 # uncomment hosts below if you would to test yardstick-standalone/sriov scenarios
13 #yardstick-standalone-node ansible_host=192.168.1.2
14 #yardstick-standalone-node-2 ansible_host=192.168.1.2
15
16 [all:vars]
17 # incomment credentials below for yardstick-standalone
18 #ansible_user=root
19 #ansible_pass=root
20