- Update BuiildRequires to use ansible-core on RHEL > 8.8
- Move RHEL related code into an include for spec readability
- Update role to version 1.4.1 to add customizable storage paths
Resolves: RHEL-529
- Replace fedora.linux_system_roles/redhat.rhel_system_roles and
linux-system-roles.mssql with microsoft.sql.server in the role.
Resolves: rhbz#2151281
- Use latest 1.3.0 to fix ad_Integration issues
Resolves: rhbz#2163709
- Keep spec consistent with linux-system-roles and simplify
- Return conditionals related to EL to keep up- and downstream consistent
- Add pretrans scriplet to remove symlinks if exist to fix issue with update
- Instead of copying doc and license files create symlinks
- Dynamically generate %%files section
- Add -t to md2html to generate TOC
- Do not install roles to /usr/share/microsoft and then create symlinks
to /usr/share/ansible/roles/, instead install directly to
/usr/share/ansible/roles/
- Remove unused removal of ambiguous python shebangs
- Remove all loops because this RPM contains only one role
- Remove defsource - simply define the source for mssql
- 's|$RPM_BUILD_ROOT|%%{buildroot}|' for consistency
- Remove getarchivedir for simplicity
- Wrap description by 80 symbols and clarify it
- Remove tests/.fmf dir from the RPM
Resolves: rhbz#2151281
- On SQL Server Enterprise Edition, support configuring asynchronous replication
Resolves: rhbz#2151282
- Support configuring a read-scale SQL server availability group (without pacemaker
Resolves: rhbz#2151283
- Use the certificate role to create the cert and the key
Resolves: rhbz#2151284
- Support SQL Server version 2022
Resolves: rhbz#2153428
- Support integrating with AD Server for authentication
Resolves: rhbz#2163709
- Replicate all provided databases
- This change fixes the bug where only the first database replicates
- Clarify that the role does not remove not listed databases
Resolves: rhbz#2066337
- Input multiple sql scripts
- Allow _input_sql_file vars to accept list of files
- Flush handlers prior to inputting post sql script
Resolves: rhbz#2120712
- Note that ha_cluster is not idempotent
- SPEC: Do not update dates in CHANGELOG.md
- Add mssql_ha_virtual_ip
Resolves: rhbz#2066337
- Use firewall role to configure firewall for SQL Server
Resolves: rhbz#2120709
- Replace simple `mssql_input_sql_file` with `pre` and `post` variables
Resolves: rhbz#2120712
- Add Requires: linux-system-roles or rhel-system-roles
- Replace fedora.linux_system_roles:redhat.rhel_system_roles on RHEL
- Add downstream values to galaxy.yml
- Change defcommit to defsource that takes both tags and commits
- Update CHANGELOG.md with the current date and copy it to collection
dir
- Fix inserting ansible_managed
Resolves: rhbz#2057652
- Users now can provide a custom URLs to pull packages and RPM key from
Resolves: rhbz#2070452
- Add "Requires: ansible-core or ansible"
Resolves: rhbz#2067496