mirror of
https://github.com/willshersystems/ansible-sshd
synced 2024-12-23 17:10:19 +01:00
Fixes Ubuntu vars
This commit is contained in:
parent
f5c13ee90f
commit
54715f9456
1 changed files with 5 additions and 5 deletions
|
@ -1,10 +1,10 @@
|
||||||
---
|
---
|
||||||
sshd_service: ssh
|
__sshd_service: ssh
|
||||||
sshd_packages:
|
__sshd_packages:
|
||||||
- openssh-server
|
- openssh-server
|
||||||
- openssh-sftp-server
|
- openssh-sftp-server
|
||||||
sshd_config_mode: "0644"
|
__sshd_config_mode: "0644"
|
||||||
sshd_defaults:
|
__sshd_defaults:
|
||||||
Port: 22
|
Port: 22
|
||||||
Protocol: 2
|
Protocol: 2
|
||||||
HostKey:
|
HostKey:
|
||||||
|
@ -37,4 +37,4 @@ sshd_defaults:
|
||||||
Subsystem: "sftp {{ sshd_sftp_server }}"
|
Subsystem: "sftp {{ sshd_sftp_server }}"
|
||||||
UsePAM: yes
|
UsePAM: yes
|
||||||
UseDNS: no
|
UseDNS: no
|
||||||
sshd_os_supported: yes
|
__sshd_os_supported: yes
|
||||||
|
|
Loading…
Reference in a new issue