Hola amigos
I have a quick question. At the moment we have a couple of jenkins pipelines which copys file from CIFS share into an bucket in the storageGrid and generates a URI for the Ontap-Image files and starts to roll them out to all our clusters. Im trying to move all of those Jobs to anisble. i know its not a NetApp module but im a bit lost who and where i can ask such question. Anybody know if its possible or how to make it possible to define a SMB / UNC path for the file to uplaod to bucket?
- name: Simple PUT operation
amazon.aws.s3_object:
bucket: mybucket
object: /my/desired/key.txt
src: /usr/local/myfile.txt
mode: put