lowlydba.sqlserver
lowlydba.sqlserver copied to clipboard
:spoon: A cross-platform Ansible collection using PowerShell to configure and maintain SQL Server.
## Description changing spec options, ip_address parameter is being changed from a 'str' type to a 'list' type fixes issue #245 ## How Has This Been Tested? validated the change...
**Is your feature request related to a problem? Please describe.** Add the ability to create contained availability groups, an SQL server 2022 feature.
**Describe the bug** spn is created but ansible task fails and reports changed: "false". **To Reproduce** Create an availability groups where the engine is ran under a GMSA. Use ```...
**Describe the bug** when creating a multi-subnet AG listener you are required to pass in a comma separated list of IP addresses to the ip_address parameter, however the ip_address parameter...
Right now only AG-related modules are tested on Windows. Ideally these have Linux tests as well.
I am not able to add an existing database to an availability group with the availavility_group module. I would like to get help with that if its possible with the...
## Description ## How Has This Been Tested? ## Types of changes - [ ] Bug fix (non-breaking change which fixes an issue) - Fixes # - [X] New feature...
Fix python version in CI for dlevel ## Types of changes - [x] Bug fix (non-breaking change which fixes an issue) - Fixes # - [ ] New feature (non-breaking...
**Describe the bug** I'm using lowlydba.sqlserver.login module version 2.3.3 The return value of changed is always set to true even when the user in the server already exists. **To Reproduce**...
**Is your feature request related to a problem? Please describe.** when using the login module I would like to add roles too. **Describe the solution you'd like** A clear and...