Improve vagrant testing and ansible setup

It is easier now to git clone the repository and to run your first
environment without extra configuration.

Signed-off-by: Sébastien Han <sebastien.han@enovance.com>
pull/28/head
Sébastien Han 2014-03-11 14:14:37 +01:00
parent 87b3644b6c
commit d418eed16b
2 changed files with 10 additions and 1 deletions

9
.ansible.cfg 100644
View File

@ -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

2
rc
View File

@ -1 +1 @@
export ANSIBLE_CONFIG=~/.ansible.cfg
export ANSIBLE_CONFIG=.ansible.cfg