Merge pull request #28 from leseb/fix-ansible-setup

Improve vagrant testing and ansible setup
pull/29/head
Leseb 2014-03-11 14:16:13 +01:00
commit 947c82b764
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