Realizes the download of files on a server
None
Is required: vars/paths.yaml
paths:
name_1:
folder_save: name_1
src: /location/get/file
logs_name: [ name_file_1, name_file_2 ]
name_2:
folder_save: name_2
src: /other/location/get/file
logs_name: [ other_name_file_1, other_name_file_2 ]
dest: /host/location/save/path
None
Including an example of how to use your role (for instance, with variables passed in as parameters) is always nice for users too:
- hosts: server
roles:
- { role: get-file }
GNU General Public License v3.0
Antonio Cleverson dos Santos <[email protected]>