From 7820e1ecaa4d532fcf836557db36cef20771adad Mon Sep 17 00:00:00 2001 From: Sam Doran Date: Wed, 1 Aug 2018 12:00:44 -0400 Subject: [PATCH] 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 --- .../ansible.cfg | 4 ---- 1 file changed, 4 deletions(-) diff --git a/ansible-role-tripleo-{{cookiecutter.project_name}}/ansible.cfg b/ansible-role-tripleo-{{cookiecutter.project_name}}/ansible.cfg index ac3b25b..29feae3 100644 --- a/ansible-role-tripleo-{{cookiecutter.project_name}}/ansible.cfg +++ b/ansible-role-tripleo-{{cookiecutter.project_name}}/ansible.cfg @@ -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