Note
This plugin is part of the ansible.netcommon collection.
To install it use: ansible-galaxy collection install ansible.netcommon
.
To use it in a playbook, specify: ansible.netcommon.net_put
.
New in version 1.0.0: of ansible.netcommon
Note
This module has a corresponding action plugin.
The below requirements are needed on the host that executes this module.
Parameter | Choices/Defaults | Comments |
---|---|---|
dest string | Default: ["Filename from src and at default directory of user shell on network_os."] | Specifies the destination file. The path to destination file can either be the full path or relative path as supported by network_os. |
mode string |
| Set the file transfer mode. If mode is set to text then src file will go through Jinja2 template engine to replace any vars if present in the src file. If mode is set to binary then file will be copied as it is to destination device. |
protocol string |
| Protocol used to transfer file. |
src string / required | Specifies the source file. The path to the source file can either be the full path on the Ansible control host or a relative path from the playbook or role root directory. |
Note
ip scp server enable
.ansible_network_os
network platforms. See the Network Platform Options for details.- name: copy file from ansible controller to a network device ansible.netcommon.net_put: src: running_cfg_ios1.txt - name: copy file at root dir of flash in slot 3 of sw1(ios) ansible.netcommon.net_put: src: running_cfg_sw1.txt protocol: sftp dest: flash3:/running_cfg_sw1.txt
© 2012–2018 Michael DeHaan
© 2018–2019 Red Hat, Inc.
Licensed under the GNU General Public License version 3.
https://docs.ansible.com/ansible/2.10/collections/ansible/netcommon/net_put_module.html