From 7481bb8233531a5d17bc4be1d3cab336e62faf4f Mon Sep 17 00:00:00 2001 From: Alpha Chen Date: Mon, 5 Jan 2015 17:59:23 -0800 Subject: [PATCH] [meta] Update hosts --- ansible/hosts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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