Compare commits

...

2 commits

Author SHA1 Message Date
atom4git
26a5e9bab4
Merge b0c874e2ad into 795d8e34e7 2024-04-01 07:44:28 +00:00
Sergey
b0c874e2ad
Docs/authorized_key: clarify that the path key should probably NOT be set 2024-04-01 16:40:18 +09:00

View file

@ -28,8 +28,10 @@ options:
required: true required: true
path: path:
description: description:
- Alternate path to the authorized_keys file. - Alternative path to the authorized_keys file.
- When unset, this value defaults to I(~/.ssh/authorized_keys). - The default value is the C(.ssh/authorized_keys) of the home of the user specified in the P(user) parameter.
- Most of the time, it's not necessary to set this key.
- Use the path to your target authorized_keys if you need to explicitly point on it.
type: path type: path
manage_dir: manage_dir:
description: description: