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:
parent
f98ace7d35
commit
7820e1ecaa
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user