mirror of
https://github.com/roles-ansible/ansible_role_sshd.git
synced 2024-08-16 11:59:49 +02:00
add users to default
This commit is contained in:
parent
0a10a5248c
commit
e451c9ccf9
2 changed files with 9 additions and 1 deletions
|
@ -2,6 +2,14 @@
|
|||
# enable option if know that your ssh-server version is over 8.0
|
||||
# sshd__version_is_above_eight: true
|
||||
|
||||
# define users for ssh whitelist
|
||||
users: {}
|
||||
# l3d:
|
||||
# - l3d
|
||||
# ottojo:
|
||||
# - ottojo@uni
|
||||
# - ottojo@home
|
||||
|
||||
# set the ssh server port
|
||||
sshd__port: 22
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
---
|
||||
playbook_version_number: 4123 # should be int
|
||||
playbook_version_number: 4124 # should be int
|
||||
playbook_version_path: 'role-sshd_chaos-bodensee_github.com.version'
|
||||
|
||||
sshd__service_var_path:
|
||||
|
|
Loading…
Reference in a new issue