From d418eed16b8de7c5ca6662cae41e527c2bda06d0 Mon Sep 17 00:00:00 2001 From: =?utf8?q?S=C3=A9bastien=20Han?= Date: Tue, 11 Mar 2014 14:14:37 +0100 Subject: [PATCH] Improve vagrant testing and ansible setup MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit It is easier now to git clone the repository and to run your first environment without extra configuration. Signed-off-by: Sébastien Han --- .ansible.cfg | 9 +++++++++ rc | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) create mode 100644 .ansible.cfg diff --git a/.ansible.cfg b/.ansible.cfg new file mode 100644 index 000000000..8500b2d16 --- /dev/null +++ b/.ansible.cfg @@ -0,0 +1,9 @@ +[defaults] +host_key_checking = False +remote_user = vagrant +hostfile = hosts +log_path = ansible.log +ansible_managed = Ansible managed: modified on %Y-%m-%d %H:%M:%S by {uid} +private_key_file = ~/.vagrant.d/insecure_private_key +error_on_undefined_vars = False +forks = 6 diff --git a/rc b/rc index cbe899a41..899768319 100644 --- a/rc +++ b/rc @@ -1 +1 @@ -export ANSIBLE_CONFIG=~/.ansible.cfg +export ANSIBLE_CONFIG=.ansible.cfg -- 2.39.5