File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -198,15 +198,15 @@ value: :code:`Setting={{ varname1 }}`
198198 (but case-sensitive values). We also specify the validation program here;
199199 -t specifies test and -f allows Ansible to pass a file at a different path.
200200
201- Set set a parameter in /etc/sshd_config or /etc/ssh/sshd_config.d/
201+ Set a parameter in ``sshd_main_config_file`` or ``sshd_config_dir``.
202202
203203:parameter msg: Message to be set as Task Title, if not set the rule's title will be used instead
204204:type msg: str
205205:parameter parameter: Parameter to set
206206:type parameter: str
207207:parameter value: The value to set
208208:type value: str
209- :parameter config_is_distributed: If true, will ok look in /etc/ssh/sshd_config.d
209+ :parameter config_is_distributed: If true, use ``sshd_config_dir`` for configuration
210210:type config_is_distributed: str
211211:parameter config_basename: Filename of configuration file when using distributed configuration
212212:type config_basename: str
You can’t perform that action at this time.
0 commit comments