Fix rights for sshd_config

This commit is contained in:
Oleg Vasilev
2021-12-28 00:02:10 +03:00
parent 78d0ad0abf
commit a201bd83b7
3 changed files with 22 additions and 6 deletions

6
vars/linux.yml Normal file
View File

@@ -0,0 +1,6 @@
---
sshd_config_props:
mode: 0640
owner: root
group: root

7
vars/openbsd.yml Normal file
View File

@@ -0,0 +1,7 @@
---
sshd_config_props:
mode: 0644
owner: root
group: wheel