From: Sébastien Han Date: Tue, 11 Mar 2014 13:14:37 +0000 (+0100) Subject: Improve vagrant testing and ansible setup X-Git-Tag: v1.0.0~392^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F28%2Fhead;p=ceph-ansible.git 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 --- 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