mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-26 04:11:25 -07:00
`synchronize` has supported the `private_key` option for a long time, apparently. But for some reason it was never documented. Today I managed to workaround the synchronize quoting bug by just using ``` private_key: /path/to/id_rsa ``` instead of ``` rsync_opts: - "--rsh 'ssh -i /path/to/id_rsa'" ``` So, I'll just go ahead and document this useful option ... |
||
---|---|---|
.. | ||
cli | ||
compat | ||
config | ||
errors | ||
executor | ||
galaxy | ||
inventory | ||
module_utils | ||
modules | ||
parsing | ||
playbook | ||
plugins | ||
template | ||
utils | ||
vars | ||
__init__.py | ||
constants.py | ||
release.py |