Hi All,
As I see that the copy module does not do a recursive copy from the m/c where the playbook runs to the target host. How does one achive recursive transfer of files with ansible? Examples would be helpful.
Regards,
kevin
Hi All,
As I see that the copy module does not do a recursive copy from the m/c where the playbook runs to the target host. How does one achive recursive transfer of files with ansible? Examples would be helpful.
Regards,
kevin
I just use local action rsync or tar + copy module + untar, but it should be possible to use file globbing + with items + copy module also