mirror of
https://github.com/roles-ansible/ansible_role_sshd.git
synced 2024-08-16 11:59:49 +02:00
8 lines
148 B
YAML
8 lines
148 B
YAML
|
# List of users for the 'AllowUsers' keyword
|
||
|
sshd_allow_users:
|
||
|
- root
|
||
|
|
||
|
# List of groups for the 'AllowGroups' keyword
|
||
|
sshd_allow_groups:
|
||
|
- root
|