initial upload
This commit is contained in:
8
roles/ssh/templates/etc_ssh_ssh_config.j2
Normal file
8
roles/ssh/templates/etc_ssh_ssh_config.j2
Normal file
@@ -0,0 +1,8 @@
|
||||
# {{ ansible_managed }}
|
||||
|
||||
# See the ssh_config(5) manpage for details
|
||||
|
||||
{% from 'ssh_common.j2' import ssh_config with context %}
|
||||
{% call ssh_config(ssh_client_settings) %}{% endcall %}
|
||||
|
||||
# EOF
|
||||
Reference in New Issue
Block a user