ceph-ansible/.ansible.cfg

11 lines
404 B
INI
Raw Normal View History

[defaults]
host_key_checking = False
remote_user = vagrant
hostfile = hosts
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
#If set to False, ansible will not display any status for a task that is skipped. The default behavior is to display skipped tasks:
display_skipped_hosts=True