I'm writing some playbooks to set up an XMPP server and that requires a couple of DNS entries. I have my playbook working on Route 53, but I'd like to make this usable for people who might not be using Route 53 (the rest of the project just requires a Debian 10, so you can use any provider for that or self-host).
Has anyone used like a module that you can use instead of the
Has anyone used like a module that you can use instead of the
route53
module that will let you use other providers?