Add a note regarding rsync and ssh-agent/passphrase-less keys

pull/2508/head
Tim Gerla 11 years ago
parent 0e01085ab6
commit d3a7c729ab

@ -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
`````````````

Loading…
Cancel
Save