README: Document the behavior of checking the Include directive

Signed-off-by: Jakub Jelen <jjelen@redhat.com>
This commit is contained in:
Jakub Jelen 2022-04-28 11:08:06 +02:00 committed by Jakub Jelen
parent d39c6f7daf
commit e9c8d55d5e

View file

@ -161,7 +161,13 @@ if the system does not have hardware random number generator.
* `sshd_config_file`
The path where the openssh configuration produced by this role should be saved.
This is useful mostly when generating configuration snippets to Include.
This is useful mostly when generating configuration snippets to Include from
drop-in directory (default in Fedora and RHEL9).
When this path points to system drop-in directory (defined with internal
variable `__sshd_drop_in_dir`), the main configuration file (defined with
internal variable `__sshd_main_config_file`) is checked to contain the
default `Include` directive from `__sshd_defaults` dict.
* `sshd_config_namespace`