mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2024-11-09 22:41:03 +01:00
Refactored role native-sshd
This commit is contained in:
parent
e2091a0df7
commit
8c7b91f71f
2
roles/native-sshd/meta/main.yml
Normal file
2
roles/native-sshd/meta/main.yml
Normal file
@ -0,0 +1,2 @@
|
||||
dependencies:
|
||||
- native-user-administrator
|
4
roles/native-sshd/readme.md
Normal file
4
roles/native-sshd/readme.md
Normal file
@ -0,0 +1,4 @@
|
||||
# role native-sshd
|
||||
This role depends on that a well configured user administrator exist.
|
||||
For this reason this role depends on the role native-user-administrator.
|
||||
A wrong configuration of this role can lead to an lockout of the system which just will be reversal via chroot.
|
@ -1,4 +1,3 @@
|
||||
dependencies:
|
||||
- native-ssh
|
||||
- native-user-alarm
|
||||
- native-user-administrator
|
||||
- native-sshd
|
||||
|
Loading…
Reference in New Issue
Block a user