Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

provide aws_profile variable in route53 tasks #49

Closed
ctipper opened this issue Feb 28, 2023 · 1 comment
Closed

provide aws_profile variable in route53 tasks #49

ctipper opened this issue Feb 28, 2023 · 1 comment

Comments

@ctipper
Copy link

ctipper commented Feb 28, 2023

I am looking at PR: Allow AWS SDK to determine the AWS credentials #48 and can't understand how to use a non default AWS profile. Setting env AWS_PROFILE (per boto3 credentials) triggers an error I can only assume this variable is ignored on my system. The only way I can see is to use an aws_profile property on the two route53 tasks in main.yml.

So my feeling is that PR#48 is incomplete and a new variable, possibly ler53_aws_profile needs to be supplied to the user and the property added to the two route53 tasks. I assume this must be optional.

Possibly

aws_profile: "{{ ler53_aws_profile | default(omit) }}"

Please show some understanding I am uncertain whether this is relevant.

@ctipper
Copy link
Author

ctipper commented Sep 9, 2024

I've just tested this, it was a failure, I'm guessing there is more to this. Closing.

@ctipper ctipper closed this as completed Sep 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant