53781/ansible-task-to-copy-file-to-s3-bucket
Hey @Adarsh, try this task definition:
--- - hosts: localhost become: true tasks: - name: Copy file to S3 bucket s3: aws_access_key=<AccessKey> aws_secret_key=<Secret Key> bucket=example object=/niru.txt src=/home/ansible/example.txt mode=put
Hey, you can use the k8s module ...READ MORE
Hey @Alok, an ansible task like this ...READ MORE
Hey @Pavan, you can use the following ...READ MORE
Hi@akhtar, You can use the command module to ...READ MORE
Hey @nmentityvibes, you seem to be using ...READ MORE
It can work if you try to put ...READ MORE
Consider this - In 'extended' Git-Flow, (Git-Multi-Flow, ...READ MORE
The awslogs works without using ECS. you need to configure ...READ MORE
Hey @Roshan, ansible provides wiht AWS module ...READ MORE
Hey @Neha, you can use the stats ...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.