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
Sébastien Han 2017-05-11 08:57:53 +02:00
parent d8c9e133d4
commit 0e931d2bce
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