96673/create-simple-bucket-rados-gateway-using-ansible-playbook
Hi Guys,
I am new to Ansible. I want to create a simple S3 bucket on Ceph Rados Gateway using a playbook. How can I create that?
Hi@MD,
Ansible has one module that can create an S3 bucket on Ceph. You can use the below code in your Ansible Playbook.
# Create a simple s3 bucket on Ceph Rados Gateway - amazon.aws.s3_bucket: name: mys3bucket s3_url: http://your-ceph-rados-gateway-server.xxx ceph: true
Hi@akhtar, You can find the ec2_key module in ...READ MORE
Hi@akhtar, Ansible has a module that can create ...READ MORE
Hi@akhtar, You can use the docker_container module in ...READ MORE
Hi@akhtar, You can use the ec2_group module in ...READ MORE
Hey @nmentityvibes, you seem to be using ...READ MORE
It can work if you try to put ...READ MORE
To solve this problem, I followed advice ...READ MORE
Consider this - In 'extended' Git-Flow, (Git-Multi-Flow, ...READ MORE
Hi@MD, You can use lineinfile module in Ansible. ...READ MORE
Hi@MD, The most probable reason is that you ...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.