From e6b849870862fb917162a689c40c961e5d3a3d61 Mon Sep 17 00:00:00 2001 From: Tim Kuhlman Date: Fri, 27 Feb 2015 16:05:58 -0700 Subject: [PATCH] Minor documentation clarification Change-Id: I4976887bfa18a38187834cd717d9a58ad0873f89 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 42b3501..45bae23 100644 --- a/README.md +++ b/README.md @@ -143,7 +143,7 @@ your local ansible configuration (~/.ansible.cfg or a personal ansible.cfg in th hostfile = .ansible_hosts remote_user = vagrant host_key_checking = False - # Note: For newer versions of Ansible a single insecure_private_key isn't used, rather it is machine specific + # Note: For newer versions of Vagrant a single insecure_private_key isn't used, rather it is machine specific # by modifying .ansible_hosts adding ansible_ssh_key_file to the end of the line you can configure the proper behavior. # In that case leave out the private_key_file line below. # For example `devstack ansible_ssh_host=192.168.10.5 ansible_ssh_private_key_file=.vagrant/machines/devstack/virtualbox/private_key`