55735/ansible-playbook-to-get-get-specific-version-of-an-s3-object
You can use an ansible task, something like this:
- name: Get a specific version of an object. aws_s3: bucket: mybucket object: /object/key.txt version: version-id dest: /usr/local/myfile.txt mode: get
Hey @Kiara, your indentation is very wrong. ...READ MORE
Hey @Roshan, ansible provides wiht AWS module ...READ MORE
Hi@akhtar, You can find one argument in the ...READ MORE
Hi@akhtar, Ansible registers module used to capture/store the ...READ MORE
It can work if you try to put ...READ MORE
Check if the FTP ports are enabled ...READ MORE
To connect to EC2 instance using Filezilla, ...READ MORE
Hey @nmentityvibes, you seem to be using ...READ MORE
Hey @Alok, an ansible task like this ...READ MORE
You have to use the following task ...READ MORE
OR
At least 1 upper-case and 1 lower-case letter
Minimum 8 characters and Maximum 50 characters
Already have an account? Sign in.