mirror of https://github.com/ceph/ceph-ansible.git
Merge pull request #28 from leseb/fix-ansible-setup
Improve vagrant testing and ansible setuppull/29/head
commit
947c82b764
|
@ -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