mirror of https://github.com/ceph/ceph-ansible.git
Merge pull request #1512 from ceph/ansible-ssh-control-path
ansible: shorten default control_pathpull/1522/head
commit
6a7be55b11
|
@ -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