saltstack / salt

Software to automate the management and configuration of any infrastructure or application at scale. Install Salt from the Salt package repositories here:
https://docs.saltproject.io/salt/install-guide/en/latest/
Apache License 2.0
14.22k stars 5.49k forks source link

Add module for PowerDNS zone management #59195

Open AliakseiKorneu opened 3 years ago

AliakseiKorneu commented 3 years ago

Is your feature request related to a problem? Please describe. Need a simple tool for managing my PowerDNS instance: add zones, update zones records, delete old zones, and so on.

Describe the solution you'd like It would be great to have state and execution modules for salt for managing PowerDNS zones and records to automate such a process

Describe alternatives you've considered As an alternative, it's possible to use PowerDNS API or UI but it's not convenient for large amount of zones and records.

welcome[bot] commented 3 years ago

Hi there! Welcome to the Salt Community! Thank you for making your first contribution. We have a lengthy process for issues and PRs. Someone from the Core Team will follow up as soon as possible. In the meantime, here’s some information that may help as you continue your Salt journey. Please be sure to review our Code of Conduct. Also, check out some of our community resources including:

There are lots of ways to get involved in our community. Every month, there are around a dozen opportunities to meet with other contributors and the Salt Core team and collaborate in real time. The best way to keep track is by subscribing to the Salt Community Events Calendar. If you have additional questions, email us at core@saltstack.com. We’re glad you’ve joined our community and look forward to doing awesome things with you!

s0undt3ch commented 3 years ago

If you have the knowledge, I'd suggest to start writing a salt module, and state module, to achieve what you're after.

I'm approving the feature request because it is a valid feature request, although, it does not mean someone from the core team will start working on the feature. If however, you, or someone from the Salt community, steps up to do the work, then this could be implemented sooner.