ansible openssh

This commit is contained in:
2022-09-02 23:16:21 +12:00
parent 198cd09018
commit 424fe250d8
6 changed files with 168 additions and 0 deletions

View File

@ -0,0 +1,7 @@
---
openssh_packages:
- openssh
openssh_service: sshd.service
openssh_configuration_file: /etc/ssh/sshd_config
openssh_template_src: sshd_config_arch
openssh_template_mode: "644"