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