dataplat / dbops

⚙ dbops - Powershell module that provides continuous database deployments on any scale
MIT License
155 stars 39 forks source link

Ansible module #136

Closed lowlydba closed 2 years ago

lowlydba commented 2 years ago

Hey! So I'm working on an ansible collection (https://github.com/lowlydba/lowlydba.sqlserver) for SQL Server to handle a lot of instance-level tasks, mostly by implementing dbatools.

I just noticed on the readme that an ansible module is mentioned for future releases. If there was still interest in this, I'd love to collaborate and possibly house it in my collection.

nvarscar commented 2 years ago

That's some stellar work @lowlydba ! I considered an Ansible module before, but it is currently on a back burner, not sure if I will start looking into it anytime soon. We can still have a discussion on whether there are good use cases for DBOps in Ansible.

I think a good first step would be something like Install-DBOScript/Install-DBOPackage wrapper.

lowlydba commented 2 years ago

Cool! I have an upcoming need for this module and will probably implement it soon via https://github.com/lowlydba/lowlydba.sqlserver/issues/103. It will probably be a super simple Install-DboScript wrapper. I can CC you on the PR for it if you're interested in taking a look.

lowlydba commented 2 years ago

Forgot to @, but this PR is closed and is now implemented as the install_script module in the aforementioned repo.

nvarscar commented 2 years ago

That looks great! Thanks for paging.