mirror of https://github.com/ceph/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 <sebastien.han@enovance.com>pull/28/head
parent
87b3644b6c
commit
d418eed16b
|
@ -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
|
Loading…
Reference in New Issue