Remove ssh control path setting

The only reason to change this in the past was due to the hostname being too
long and causing errors. Ansible changed to a more optimized default control
path that avoids this problem, so now changing this setting is only required
in very rare cases.

Change-Id: If0d65996d171283d18a0c21dafa0fabfd1fe3479
This commit is contained in:
Sam Doran 2018-08-01 12:00:44 -04:00 committed by Alex Schultz
parent f98ace7d35
commit 7820e1ecaa
1 changed files with 0 additions and 4 deletions

View File

@ -6,7 +6,3 @@ callback_whitelist = profile_tasks
# Attempt to load custom modules whether it's installed system-wide or from a virtual environment
roles_path = roles:$VIRTUAL_ENV/usr/share/ansible/roles/tripleo-{{ cookiecutter.project_name }}:$VIRTUAL_ENV/usr/local/share/
[ssh_connection]
control_path = %(directory)s/%C