community.network.ftd_file_upload – Uploads files to Cisco FTD devices over HTTP(S)¶
Note
This plugin is part of the community.network collection (version 2.1.1).
To install it use: ansible-galaxy collection install community.network
.
To use it in a playbook, specify: community.network.ftd_file_upload
.
Parameters¶
Examples¶
- name: Upload disk file
community.network.ftd_file_upload:
operation: 'postuploaddiskfile'
file_to_upload: /tmp/test1.txt
Return Values¶
Common return values are documented here, the following are the fields unique to this module:
Key | Returned | Description |
---|---|---|
msg
string
|
error |
The error message describing why the module failed.
|
Authors¶
Cisco Systems, Inc. (@annikulin)