New in version 2.6.
Parameter | Choices/Defaults | Comments |
---|---|---|
dest |
Default: [u'Same filename as specified in src. The path will be playbook root or role root directory if playbook is part of a role.']
|
Specifies the destination file. The path to the destination file can either be the full path on the Ansible control host or a relative path from the playbook or role root directory.
|
protocol |
|
Protocol used to transfer file.
|
src
required |
Specifies the source file. The path to the source file can either be the full path on the network device or a relative path as per path supported by destination network device.
|
Note
ip scp server enable
- name: copy file from the network device to ansible controller
network_get:
src: running_cfg_ios1.txt
- name: copy file from ios to common location at /tmp
network_put:
src: running_cfg_sw1.txt
dest : /tmp/ios1.txt
This module is flagged as preview which means that it is not guaranteed to have a backwards compatible interface.
For more information about Red Hat’s support of this module, please refer to this Knowledge Base article
Hint
If you notice any issues in this documentation you can edit this document to improve it.