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:
parent
6199a6b067
commit
5f7893527a
2 changed files with 0 additions and 13 deletions
|
@ -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
|
|
|
@ -7,12 +7,6 @@ Ansible role to configure the OpenSSH `ssh` server.
|
||||||
Variables
|
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
|
Files
|
||||||
-----
|
-----
|
||||||
|
|
Loading…
Reference in a new issue