diff options
Diffstat (limited to 'ansible/yardstick-install-inventory.ini')
-rw-r--r-- | ansible/yardstick-install-inventory.ini | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ansible/yardstick-install-inventory.ini b/ansible/yardstick-install-inventory.ini new file mode 100644 index 000000000..e2647b033 --- /dev/null +++ b/ansible/yardstick-install-inventory.ini @@ -0,0 +1,4 @@ +# the group of systems on which to install yardstick +# by default just localhost +[yardstick] +localhost ansible_connection=local |