Skip to content

Commit 86a1b66

Browse files
committed
docs(macros): reference SSH path variables in ansible_sshd_set documentation
1 parent c1af8d7 commit 86a1b66

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

shared/macros/10-ansible.jinja

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)