mirror of https://github.com/ceph/ceph-ansible.git
ansible: shorten default control_path
Default ansible control_path option is too long, so we shorten it by changing the ansible.cfg file. For more info see: https://github.com/ansible/ansible/issues/11536 Fixes: https://bugzilla.redhat.com/show_bug.cgi?id=1447569 Signed-off-by: Sébastien Han <seb@redhat.com>pull/1512/head
parent
d8c9e133d4
commit
0e931d2bce
|
@ -4,3 +4,6 @@ action_plugins = plugins/actions
|
|||
roles_path = ./roles
|
||||
# Be sure the user running Ansible has permissions on the logfile
|
||||
log_path = /var/log/ansible.log
|
||||
|
||||
[ssh_connection]
|
||||
control_path = %(directory)s/%%h-%%r # see: https://github.com/ansible/ansible/issues/11536
|
||||
|
|
Loading…
Reference in New Issue