mirror of https://github.com/ceph/ceph-ansible.git
22 lines
864 B
INI
22 lines
864 B
INI
# Comments inside this file must be set BEFORE the option.
|
|
# NOT after the option, otherwise the comment will be interpreted as a value to that option.
|
|
|
|
[defaults]
|
|
ansible_managed = Please do not change this file directly since it is managed by Ansible and will be overwritten
|
|
action_plugins = plugins/actions
|
|
roles_path = ./roles
|
|
# Be sure the user running Ansible has permissions on the logfile
|
|
log_path = /var/log/ansible.log
|
|
|
|
# Disable them in the context of https://review.openstack.org/#/c/469644
|
|
retry_files_enabled = False
|
|
|
|
# This is the default SSH timeout to use on connection attempts
|
|
# CI slaves are slow so by setting a higher value we can avoid the following error:
|
|
# Timeout (12s) waiting for privilege escalation prompt:
|
|
timeout = 30
|
|
|
|
[ssh_connection]
|
|
# see: https://github.com/ansible/ansible/issues/11536
|
|
control_path = %(directory)s/%%h-%%r-%%p
|