Commit 49ae2952 by Kevin Falcone

Allow specification of an aws_region

parent cbceec18
......@@ -14,10 +14,12 @@ MINOS_GIT_IDENTITY: !!null
MINOS_SERVICE_CONFIG:
aws_profile: !!null
aws_region: "{{ MINOS_AWS_REGION }}"
s3_bucket: "{{ COMMON_AWS_SYNC_BUCKET }}"
bucket_path: lifecycle/minos
voter_conf_d: "{{ minos_voter_cfg }}"
MINOS_AWS_REGION: 'us-east-1'
#
# vars are namespace with the module name.
#
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment