mirror of
https://github.com/willshersystems/ansible-sshd
synced 2025-01-01 13:10:18 +01:00
docs: Remove depenency of reload/restart on manage_service
This did not work since 43ed7c1
, for over 7 years so instead
of restoring this behavior, updating documentation to match
current beharior sounds more reasonable.
Fixes: #236
Signed-off-by: Jakub Jelen <jjelen@redhat.com>
This commit is contained in:
parent
6e3257736e
commit
96ad0d8806
1 changed files with 4 additions and 5 deletions
|
@ -92,17 +92,16 @@ for AIX)
|
|||
|
||||
If set to *false*, a reload of sshd won't happen on change. This can help with
|
||||
troubleshooting. You'll need to manually reload sshd if you want to apply the
|
||||
changed configuration. Defaults to the same value as `sshd_manage_service`.
|
||||
(Except on AIX, where `sshd_manage_service` is default *false*, but
|
||||
`sshd_allow_reload` is default *true*)
|
||||
changed configuration. Defaults to *true*.
|
||||
|
||||
#### sshd_allow_restart
|
||||
|
||||
Some changes, for example of the sysconfig and environment files require the full
|
||||
restart of the service. If set to *false*, a restart of sshd won't happen on these
|
||||
changes. This can help with troubleshooting. You'll need to manually restart sshd
|
||||
if you want to apply the changed configuration. Defaults to the same value as
|
||||
`sshd_manage_service`.
|
||||
if you want to apply the changed configuration. Defaults to *true* (except on AIX
|
||||
where the reload is handled by specific restart command and this option does not
|
||||
have any effect).
|
||||
|
||||
#### sshd_install_service
|
||||
|
||||
|
|
Loading…
Reference in a new issue