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

Support SSHFP records #2413

Open
1 task done
betelgeuse opened this issue Dec 4, 2024 · 1 comment
Open
1 task done

Support SSHFP records #2413

betelgeuse opened this issue Dec 4, 2024 · 1 comment
Labels
jira waiting_on_contributor Needs help. Feel free to engage to get things unblocked

Comments

@betelgeuse
Copy link

Summary

Route53 supports SSHFP records:

https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/ResourceRecordTypes.html?icmpid=docs_console_unmapped

However, the code base has a hard coded list of supported record types:

choices=["A", "AAAA", "CAA", "CNAME", "MX", "NS", "PTR", "SOA", "SPF", "SRV", "TXT"],

Issue Type

Feature Idea

Component Name

route53

Additional Information

Code of Conduct

  • I agree to follow the Ansible Code of Conduct
@hakbailey
Copy link
Contributor

Hi @betelgeuse, thanks for submitting this issue. Any chance you'd be willing to open a PR for it?

@hakbailey hakbailey added the waiting_on_contributor Needs help. Feel free to engage to get things unblocked label Dec 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
jira waiting_on_contributor Needs help. Feel free to engage to get things unblocked
Projects
None yet
Development

No branches or pull requests

2 participants