Commit d3a7c729 by Tim Gerla

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

parent 0e01085a
...@@ -912,6 +912,9 @@ Here is an example:: ...@@ -912,6 +912,9 @@ Here is an example::
- name: recursively copy files from management server to target - name: recursively copy files from management server to target
local_action: command rsync -a /path/to/files $inventory_hostname:/path/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 Fireball Mode
````````````` `````````````
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment