#amazone.aws.s3_object collection

1 messages · Page 1 of 1 (latest)

sharp flicker
#

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
bold wolf
#

I think you will have to mount the SMB share to a directory first. Linux can't work with UNC paths directly.