README: Bring the sshd_config_file to the public API

This commit is contained in:
Jakub Jelen 2020-10-26 15:54:56 +01:00
parent 69e6ede5fb
commit 22ed476ab4

View file

@ -130,6 +130,11 @@ A list of dicts for a match section. See the example playbook.
A list of dicts or just a dict for a Match section.
* `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.
### Secondary role variables
These variables are used by the role internals and can be used to override the
@ -144,10 +149,6 @@ Use this variable to override the default list of packages to install.
Use these variables to set the ownership and permissions for the openssh config
file that this role produces.
* `sshd_config_file`
The path where the openssh configuration produced by this role should be saved.
* `sshd_binary`
The path to the openssh executable