mssql icon indicating copy to clipboard operation
mssql copied to clipboard

Ansible role for managing MS SQL

Results 9 mssql issues
Sort by recently updated
recently updated
newest added

This PR is for the purpose of triggering periodic CI testing. We don't currently have a way to trigger CI without a PR, so this PR serves that purpose.

Hi, I have configured mssql server with TLS using this role, however, connections from linux systems to the SQL server fail with a certificate validation error. This is most likely...

Enhancement: Implement WRITE_LEASE_VALIDITY for HA scenarios Reason: This feature improves performance of HA configuration Result: Users must add another meta attribute for ag_cluster resource clone with `on_fail: demote`

When there is a new release of this repo, Packit will fetch linux-system-roles.spec from the Rawhide branch in Fedora dist-git, update it (Source lines and %setup will be regenerated) and...

Will it be possible to add the odbc_driver_18 Actually this is the only one available: accept_microsoft_odbc_driver_17_for_sql_server_eula

Enhancement: Use new adutil functionality to enable AES encryption Reason: Since adutil version 1.1.83, adutil supports enabling Kerberos AES 128 and AES 256 bit encryption when creating and modifying the...

Feature: add support to create Availability Group (AG) with contained database, and reuse system database add two new var in playbook: 1、 mssql_ha_ag_is_contained if true, the ag created will be...

Add Fedora 42 to testing farm test matrix, drop Fedora 40 Use tox-lsr 3.9.0 for the `--lsr-report-errors-url` argument. Add the argument `--lsr-report-errors-url DEFAULT` to the qemu test so that the...

Feature: add two variable in inventory: `mssql_ha_secondary_role_allow_connections` - `READ_ONLY` or `ALL` or `NO` - default `ALL` `mssql_ha_read_only_routing_list` - e.g. `('node-4','node-6')` - if undefined or empty value , will not set...