ansible-sshd/meta/make_option_list
2014-12-21 22:23:02 +00:00

8 lines
113 B
Bash
Executable file

#!/bin/sh
cat macros.j2
cat ssh_options |
sort |
awk '{
print "{{ render_option(\""$1"\",sshd_"$1") -}}"
}'