Re: [ansible-project] Copy from remote server to local

2023-06-19 Thread Dick Visser
The closest would be https://docs.ansible.com/ansible/latest/collections/ansible/posix/synchronize_module.html On Mon, 19 Jun 2023 at 09:47, dudu.c...@gmail.com wrote: > Hi , > 1. Is there an option to copy full folder from remote server to local > server ? > 2. Copy all files under a folder loc

[ansible-project] Copy from remote server to local

2023-06-19 Thread dudu.c...@gmail.com
Hi , 1. Is there an option to copy full folder from remote server to local server ? 2. Copy all files under a folder located in remote server to a folder on local server - without running find job that register all files As i understand Fetch is for single file or multi files that can be ru