]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
Improve vagrant testing and ansible setup 28/head
authorSébastien Han <sebastien.han@enovance.com>
Tue, 11 Mar 2014 13:14:37 +0000 (14:14 +0100)
committerSébastien Han <sebastien.han@enovance.com>
Tue, 11 Mar 2014 13:14:37 +0000 (14:14 +0100)
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>
.ansible.cfg [new file with mode: 0644]
rc

diff --git a/.ansible.cfg b/.ansible.cfg
new file mode 100644 (file)
index 0000000..8500b2d
--- /dev/null
@@ -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 cbe899a41dfa838da0ad3ffd27ced08d6ccba5fc..89976831986a3d9c7b948c7ba4d3d2b886080fd5 100644 (file)
--- a/rc
+++ b/rc
@@ -1 +1 @@
-export ANSIBLE_CONFIG=~/.ansible.cfg
+export ANSIBLE_CONFIG=.ansible.cfg