You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running ansible-playbook playbooks/write-ssh-config.yml with Ansible 2.6, the resulting SSH config file contains the templates {{ ansible_ssh_private_key_file }} instead of the resolved value.
refack
changed the title
Access to require.io hosts broken by Ansible 2.6
Local SSH configuration to access require.io hosts broken by Ansible 2.6
Sep 3, 2018
When running
ansible-playbook playbooks/write-ssh-config.yml
with Ansible 2.6, the resulting SSH config file contains the templates{{ ansible_ssh_private_key_file }}
instead of the resolved value.I bisected this to ansible/ansible@dae737c . On our side, https://github.com/nodejs/build/blob/master/ansible/plugins/library/ssh_config.py seems to be able to receive the
hostinfo
argument and work with it, but with templates are unresolved.I can't investigate further at the moment, so if anyone wants feel free to take this. This is also a good first issue for anyone looking to join the Build WG. It's easy to work with a local clone of Ansible by following https://github.com/ansible/ansible/blob/devel/hacking/README.md#env-setup .
The text was updated successfully, but these errors were encountered: