mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-07-26 16:41:07 +08:00
copr: add aws region to configuration
This commit is contained in:
committed by
Pierre-Yves Chibon
parent
e18670cf00
commit
5a64bb3727
@@ -18,4 +18,6 @@ dist_git_base_url: "copr-dist-git.fedorainfracloud.org"
|
||||
|
||||
ansible_ifcfg_blacklist: true
|
||||
|
||||
copr_aws_region: us-east-1
|
||||
|
||||
datacenter: cloud
|
||||
|
||||
@@ -18,3 +18,5 @@ frontend_base_url: "https://copr-fe-dev.cloud.fedoraproject.org"
|
||||
dist_git_base_url: "copr-dist-git-dev.fedorainfracloud.org"
|
||||
|
||||
ansible_ifcfg_blacklist: true
|
||||
|
||||
copr_aws_region: us-east-1
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
[default]
|
||||
region = us-east-1
|
||||
region = {{ copr_aws_region }}
|
||||
output = json
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
aws_access_key: {{ copr_aws_access_key_id }}
|
||||
aws_secret_key: {{ copr_aws_secret_access_key }}
|
||||
|
||||
aws_region: us-east-1
|
||||
aws_region: {{ copr_aws_region }}
|
||||
|
||||
builder_images:
|
||||
x86_64: "{{ copr_builder_images.aws.x86_64 }}"
|
||||
|
||||
Reference in New Issue
Block a user