1
0
Fork 0
mirror of https://github.com/roles-ansible/ansible_role_sshd.git synced 2024-08-16 11:59:49 +02:00

Remove unused settings

This commit is contained in:
Raoul 2018-03-16 05:03:01 +01:00
parent 6199a6b067
commit 5f7893527a
No known key found for this signature in database
GPG key ID: C7493D73B67C1842
2 changed files with 0 additions and 13 deletions

View file

@ -1,7 +0,0 @@
# List of users for the 'AllowUsers' keyword
sshd_allow_users:
- root
# List of groups for the 'AllowGroups' keyword
sshd_allow_groups:
- root

View file

@ -7,12 +7,6 @@ Ansible role to configure the OpenSSH `ssh` server.
Variables
---------
* `sshd_allow_users` (default `[root]`):
List of users for the `AllowUsers` keyword
* `sshd_allow_groups` (default `[root]`):
List of groups for the `AllowGroups` keyword
Files
-----