ansible-sshd/meta/make_option_list

8 lines
104 B
Text
Raw Normal View History

2014-12-18 23:12:51 +01:00
#!/bin/sh
cat macros.j2
2014-12-18 23:12:51 +01:00
cat ssh_options |
2014-12-18 23:12:51 +01:00
awk '{
print "{{ render_option(\""$1"\",sshd_"$1") -}}"
2014-12-18 23:12:51 +01:00
}'