1
0
Fork 0
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:
L3D 2021-03-12 14:36:27 +01:00
parent 0a10a5248c
commit e451c9ccf9
Signed by: l3d
GPG key ID: CD08445BFF4313D1
2 changed files with 9 additions and 1 deletions

View file

@ -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

View file

@ -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: