mirror of
https://github.com/roles-ansible/ansible_role_sshd.git
synced 2024-08-16 11:59:49 +02:00
Add sftp variable
This commit is contained in:
parent
ebb774b467
commit
eb3e2d4b36
6 changed files with 7 additions and 2 deletions
|
@ -97,6 +97,7 @@ AcceptEnv LANG LC_*
|
||||||
PrintMotd no
|
PrintMotd no
|
||||||
|
|
||||||
# sftp (required by ansible)
|
# sftp (required by ansible)
|
||||||
Subsystem sftp /usr/lib/openssh/sftp-server
|
# Subsystem sftp /usr/lib/openssh/sftp-server
|
||||||
|
Subsystem sftp {{ sftp_binary }}
|
||||||
|
|
||||||
# ETC
|
# ETC
|
||||||
|
|
|
@ -1,2 +1,3 @@
|
||||||
---
|
---
|
||||||
ssh_service: sshd
|
ssh_service: sshd
|
||||||
|
sftp_server: '/usr/lib/openssh/sftp-server'
|
||||||
|
|
|
@ -1,2 +1,3 @@
|
||||||
---
|
---
|
||||||
ssh_service: sshd
|
ssh_service: sshd
|
||||||
|
sftp_server: '/usr/libexec/openssh/sftp-server'
|
||||||
|
|
|
@ -1,2 +1,3 @@
|
||||||
---
|
---
|
||||||
ssh_service: ssh
|
ssh_service: ssh
|
||||||
|
sftp_server: '/usr/lib/openssh/sftp-server'
|
||||||
|
|
|
@ -1,2 +1,3 @@
|
||||||
---
|
---
|
||||||
ssh_service: sshd
|
ssh_service: sshd
|
||||||
|
sftp_server: '/usr/lib/openssh/sftp-server'
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
---
|
---
|
||||||
playbook_version_number: 2052 # should be over ninethousand
|
playbook_version_number: 2053 # should be over ninethousand
|
||||||
playbook_version_path: 'role-sshd_chaos-bodensee_github.com.version'
|
playbook_version_path: 'role-sshd_chaos-bodensee_github.com.version'
|
||||||
|
|
Loading…
Reference in a new issue