summaryrefslogtreecommitdiffstats
path: root/roles/openshift_aws_s3/tasks/main.yml
blob: 46bd781bdf6fc93c17256f32f51e69217d990608 (plain)
1
2
3
4
5
6
---
- name: Create an s3 bucket
  s3:
    bucket: "{{ r_openshift_aws_s3_clusterid }}"
    mode: "{{ r_openshift_aws_s3_mode }}"
    region: "{{ r_openshift_aws_s3_region }}"