mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-28 12:32:50 +08:00
fedimg: Add the fedimg s3 bucket name to config file
Signed-off-by: Sayan Chowdhury <sayan.chowdhury2012@gmail.com>
This commit is contained in:
committed by
Sayan Chowdhury
parent
f367f8fc47
commit
04abb2bb4e
@@ -13,6 +13,11 @@ secret_key = '{{fedimg_aws_stg_secret_key}}'
|
||||
access_id = '{{fedimg_aws_prod_access_id}}'
|
||||
secret_key = '{{fedimg_aws_prod_secret_key}}'
|
||||
{% endif %}
|
||||
{% if env == 'staging' %}
|
||||
bucket_name = 'fedora-s3-bucket-fedimg-test'
|
||||
{% else %}
|
||||
bucket_name = 'fedora-s3-bucket-fedimg'
|
||||
{% endif %}
|
||||
base_region = 'us-east-1'
|
||||
regions = ['ap-northeast-2', 'us-east-2', 'ap-southeast-1', 'ap-southeast-2',
|
||||
'ap-south-1', 'eu-west-1', 'sa-east-1', 'us-east-1', 'us-west-2',
|
||||
|
||||
Reference in New Issue
Block a user