diff --git a/ansible/hosts b/ansible/hosts index e42d5fa..d27f851 100644 --- a/ansible/hosts +++ b/ansible/hosts @@ -2,4 +2,4 @@ localhost ansible_connection=local [test] -vagrant ansible_ssh_host=127.0.0.1 ansible_ssh_port=2222 ansible_ssh_user=vagrant ansible_ssh_private_key_file=/Users/alpha/.vagrant.d/insecure_private_key +# vagrant ansible_ssh_host=127.0.0.1 ansible_ssh_port=2222 ansible_ssh_user=vagrant ansible_ssh_private_key_file=/Users/alpha/.vagrant.d/insecure_private_key