mirror of
https://github.com/willshersystems/ansible-sshd
synced 2024-11-05 19:33:30 +01:00
8 lines
113 B
Bash
Executable file
8 lines
113 B
Bash
Executable file
#!/bin/sh
|
|
cat macros.j2
|
|
|
|
cat ssh_options |
|
|
sort |
|
|
awk '{
|
|
print "{{ render_option(\""$1"\",sshd_"$1") -}}"
|
|
}'
|