Skip to content

Commit

Permalink
ansible: shorten default control_path
Browse files Browse the repository at this point in the history
Default ansible control_path option is too long, so we shorten it by
changing the ansible.cfg file.

For more info see: ansible/ansible#11536
Fixes: https://bugzilla.redhat.com/show_bug.cgi?id=1447569

Signed-off-by: Sébastien Han <seb@redhat.com>
Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>
  • Loading branch information
leseb authored and guits committed May 17, 2017
1 parent 8df280e commit 7f9bfcf
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ansible.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 7f9bfcf

Please sign in to comment.