mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 05:12:45 +00:00
Add a note regarding rsync and ssh-agent/passphrase-less keys
This commit is contained in:
@@ -912,6 +912,9 @@ Here is an example::
|
||||
- name: recursively copy files from management server to target
|
||||
local_action: command rsync -a /path/to/files $inventory_hostname:/path/to/target/
|
||||
|
||||
Note that you must have passphrase-less SSH keys or an ssh-agent configured for this to work, otherwise rsync
|
||||
will need to ask for a passphrase.
|
||||
|
||||
Fireball Mode
|
||||
`````````````
|
||||
|
||||
|
||||
Reference in New Issue
Block a user