.ssh/config
This commit is contained in:
7
ssh/files/ssh_config.jinja
Normal file
7
ssh/files/ssh_config.jinja
Normal file
@@ -0,0 +1,7 @@
|
||||
# Managed by salt
|
||||
{% for host, config in pillar['ssh_config'].items() %}
|
||||
Host {{host}}
|
||||
{% for key, val in config.items() %}
|
||||
{{key}} {{val }}
|
||||
{% endfor -%}
|
||||
{% endfor -%}
|
||||
Reference in New Issue
Block a user