ansible-sshd/meta/make_option_list
2014-12-22 09:41:32 +00:00

7 lines
104 B
Bash
Executable file

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