| A directory to save the file into. For example, if the dest directory is /backup a src file named /etc/profileon host host.example.com, would be saved into**/backup/host.example.com/etc/profile**
|
| - | - | - | - |
So, if your all consists of host[0:n], in your /home/user/configs, after you are done, you will see
While I got list of files to work, it seems that wildcard usage for file paths is not feasible. Has anyone ran into this use case? Any thoughts on how to bypass this.
While I got list of files to work, it seems that wildcard usage for file paths is not feasible. Has anyone ran into this use case? Any thoughts on how to bypass this.
Please be more specific about what “not feasible” means
While I got list of files to work, it seems that wildcard usage for file paths is not feasible. Has anyone ran into this use case? Any thoughts on how to bypass this.
Please be more specific about what “not feasible” means
Follow up: If I infer correctly…
if you know what files you want to PUSH, you can use the new “with_fileglob”, already, today, the problem is fileglob is a local thing.
If you want to fetch a lot of remote files, well, technically, you need something that returns a list of files to include first, and then to be able to feed that to with_items.