Merge pull request #1512 from ceph/ansible-ssh-control-path

ansible: shorten default control_path
pull/1522/head
Sébastien Han 2017-05-15 16:24:10 +02:00 committed by GitHub
commit 6a7be55b11
1 changed files with 3 additions and 0 deletions

View File

@ -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