Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

ansible-collection-microsoft-sql-1.2.4-1.fc37 RPM for noarch

From Fedora 37 for aarch64 / a

Name: ansible-collection-microsoft-sql Distribution: Fedora Project
Version: 1.2.4 Vendor: Fedora Project
Release: 1.fc37 Build date: Fri Sep 2 13:27:34 2022
Group: Unspecified Build host: buildvm-ppc64le-34.iad2.fedoraproject.org
Size: 616963 Source RPM: ansible-collection-microsoft-sql-1.2.4-1.fc37.src.rpm
Packager: Fedora Project
Url: https://github.com/linux-system-roles/mssql
Summary: The Ansible collection for Microsoft SQL Server management
This RPM installs the Ansible collection for Microsoft SQL Server management
microsoft.sql. This RPM also installs the roles provided by the collection in
the legacy roles format for users of Ansible < 2.9.

Provides

Requires

License

MIT

Changelog

* Thu Sep 01 2022 Sergei Petrosian <spetrosi@redhat.com> - 1.2.4-1
  - Replicate all provided databases
    - This change fixes the bug where only the first database provided with
  mssql_ha_db_names got replicated
    - 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
* Thu Aug 25 2022 Sergei Petrosian <spetrosi@redhat.com> - 1.2.3-1
  - Use firewall role to configure firewall for SQL Server
    Resolves: rhbz#2120709
  - Add mssql_ha_virtual_ip
    Replace mssql_ha_db_name with mssql_ha_db_names to let users replicate multiple DBs
    Resolves: rhbz#2066337
  
  - 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
* Wed Jul 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.1-4
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
* Mon Mar 21 2022 Sergei Petrosian <spetrosi@redhat.com> - 1.1.1-3
  - Fix inserting ansible_managed
    Resolves: rhbz#2057651 (EL8)
    Resolves: rhbz#2064690 (EL9)
  - Users now can provide a custom URLs to pull packages and RPM key from
    Resolves: rhbz#2038256 (EL8)
    Resolves: rhbz#2064648 (EL9)
* Fri Mar 18 2022 Sergei Petrosian <spetrosi@redhat.com> - 1.1.1-2
  - RHEL8.6, 9 - add "Requires: ansible-core or ansible"
    Resolves: rhbz#2065664 (EL8)
    Resolves: rhbz#2065669 (EL8)
* Thu Mar 17 2022 Sergei Petrosian <spetrosi@redhat.com> - 1.1.1-1
  - Insert the "Ansible managed" comment to the /var/opt/mssql/mssql.conf file
    Resolves rhbz#2057651 (EL8)
    Resolves rhbz#2064690 (EL9)
* Wed Jan 19 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.0-3
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
* Wed Jul 21 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.0-2
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
* Wed Jul 21 2021 Sergei Petrosian <spetrosi@redhat.com> - 1.1.0-1
  - Add support for Microsoft SQL Server 2017
* Mon Jul 19 2021 Sergei Petrosian <spetrosi@redhat.com> - 1.0.12-2
  - Copy fix for RHEL 7 builds from rhel-system-roles
    Link to the original fix:
    https://src.fedoraproject.org/rpms/linux-system-roles/c/093981119f99ac51a6e06a2714b587e4e2fe287c
* Tue Jul 13 2021 Sergei Petrosian <spetrosi@redhat.com> - 1.0.12-1
  - Add the meta-runtime option from the latest auto-maintenance
  - Use the latest mssql that ships fixes for issues #24,#25,#26,#27,#28,35
* Tue Jun 29 2021 Sergei Petrosian <spetrosi@redhat.com> - 1.0.11-3
  - Add a missing slash at the {ansible_collection_files} definition for rhel 7
* Thu Jun 17 2021 Sergei Petrosian <spetrosi@redhat.com> - 1.0.11-2
  - Make the ansible_collection_files macro defined in Fedora automatically and
    in RHEL manually consistent - having slash at the end to clean double-slashes
* Thu Jun 17 2021 Sergei Petrosian <spetrosi@redhat.com> - 1.0.11-1
  - Update the version to be consistent with the Galaxy collection at
    https://galaxy.ansible.com/microsoft/sql
* Wed Jun 16 2021 Sergei Petrosian <spetrosi@redhat.com> - 0.0.1-5
  - Update commit hash for mssql
* Wed Jun 16 2021 Sergei Petrosian <spetrosi@redhat.com> - 0.0.1-4
  - Generate symlinks for roles in /usr/share/ansible/roles
* Wed Jun 16 2021 Sergei Petrosian <spetrosi@redhat.com> - 0.0.1-3
  - Copy changes made to linux-system-roles in this PR:
    https://src.fedoraproject.org/rpms/linux-system-roles/pull-request/13#
  - Make spec file available for older versions of OSes.
  - Drop python3-six dependency which was used by lsr_role2collection.py.
  - Drop html files from rpm if the version has no markdown parser.
  - Drop unnecessary python scripts which include python3 only code, e.g.,
    f-strings.
    Resolves rhbz#1970165
* Mon Jun 14 2021 Sergei Petrosian <spetrosi@redhat.com> - 0.0.1-2
  - Fix long description lines
  - Fix incorrect role includes in microsoft/sql-server/tests/
* Thu Jun 03 2021 Sergei Petrosian <spetrosi@redhat.com> - 0.0.1-1
  - Initial release

Files

/usr/share/ansible/collections/ansible_collections/microsoft
/usr/share/ansible/collections/ansible_collections/microsoft/sql
/usr/share/ansible/collections/ansible_collections/microsoft/sql/CHANGELOG.md
/usr/share/ansible/collections/ansible_collections/microsoft/sql/FILES.json
/usr/share/ansible/collections/ansible_collections/microsoft/sql/LICENSE-server
/usr/share/ansible/collections/ansible_collections/microsoft/sql/MANIFEST.json
/usr/share/ansible/collections/ansible_collections/microsoft/sql/README.md
/usr/share/ansible/collections/ansible_collections/microsoft/sql/meta
/usr/share/ansible/collections/ansible_collections/microsoft/sql/meta/runtime.yml
/usr/share/ansible/collections/ansible_collections/microsoft/sql/roles
/usr/share/ansible/collections/ansible_collections/microsoft/sql/roles/server
/usr/share/ansible/collections/ansible_collections/microsoft/sql/roles/server/README.md
/usr/share/ansible/collections/ansible_collections/microsoft/sql/roles/server/defaults
/usr/share/ansible/collections/ansible_collections/microsoft/sql/roles/server/defaults/main.yml
/usr/share/ansible/collections/ansible_collections/microsoft/sql/roles/server/handlers
/usr/share/ansible/collections/ansible_collections/microsoft/sql/roles/server/handlers/main.yml
/usr/share/ansible/collections/ansible_collections/microsoft/sql/roles/server/meta
/usr/share/ansible/collections/ansible_collections/microsoft/sql/roles/server/meta/collection-requirements.yml
/usr/share/ansible/collections/ansible_collections/microsoft/sql/roles/server/meta/main.yml
/usr/share/ansible/collections/ansible_collections/microsoft/sql/roles/server/tasks
/usr/share/ansible/collections/ansible_collections/microsoft/sql/roles/server/tasks/input_sql_file.yml
/usr/share/ansible/collections/ansible_collections/microsoft/sql/roles/server/tasks/main.yml
/usr/share/ansible/collections/ansible_collections/microsoft/sql/roles/server/tasks/mssql_conf_setting.yml
/usr/share/ansible/collections/ansible_collections/microsoft/sql/roles/server/tasks/set_vars.yml
/usr/share/ansible/collections/ansible_collections/microsoft/sql/roles/server/tasks/verify_password.yml
/usr/share/ansible/collections/ansible_collections/microsoft/sql/roles/server/templates
/usr/share/ansible/collections/ansible_collections/microsoft/sql/roles/server/templates/configure_ag.j2
/usr/share/ansible/collections/ansible_collections/microsoft/sql/roles/server/templates/configure_endpoint.j2
/usr/share/ansible/collections/ansible_collections/microsoft/sql/roles/server/templates/configure_listener.j2
/usr/share/ansible/collections/ansible_collections/microsoft/sql/roles/server/templates/create_and_back_up_cert.j2
/usr/share/ansible/collections/ansible_collections/microsoft/sql/roles/server/templates/create_ha_login.j2
/usr/share/ansible/collections/ansible_collections/microsoft/sql/roles/server/templates/create_master_key_encryption.j2
/usr/share/ansible/collections/ansible_collections/microsoft/sql/roles/server/templates/drop_cert.j2
/usr/share/ansible/collections/ansible_collections/microsoft/sql/roles/server/templates/enable_alwayson.j2
/usr/share/ansible/collections/ansible_collections/microsoft/sql/roles/server/templates/get_ansible_managed.j2
/usr/share/ansible/collections/ansible_collections/microsoft/sql/roles/server/templates/grant_permissions_to_ha_login.j2
/usr/share/ansible/collections/ansible_collections/microsoft/sql/roles/server/templates/join_to_ag.j2
/usr/share/ansible/collections/ansible_collections/microsoft/sql/roles/server/templates/replicate_db.j2
/usr/share/ansible/collections/ansible_collections/microsoft/sql/roles/server/templates/restore_cert.j2
/usr/share/ansible/collections/ansible_collections/microsoft/sql/roles/server/vars
/usr/share/ansible/collections/ansible_collections/microsoft/sql/roles/server/vars/CentOS_7.yml
/usr/share/ansible/collections/ansible_collections/microsoft/sql/roles/server/vars/RedHat.yml
/usr/share/ansible/collections/ansible_collections/microsoft/sql/roles/server/vars/RedHat_7.yml
/usr/share/ansible/collections/ansible_collections/microsoft/sql/roles/server/vars/main.yml
/usr/share/ansible/collections/ansible_collections/microsoft/sql/tests
/usr/share/ansible/collections/ansible_collections/microsoft/sql/tests/server
/usr/share/ansible/collections/ansible_collections/microsoft/sql/tests/server/.fmf
/usr/share/ansible/collections/ansible_collections/microsoft/sql/tests/server/.fmf/version
/usr/share/ansible/collections/ansible_collections/microsoft/sql/tests/server/clean_up_mssql_pacemaker.yml
/usr/share/ansible/collections/ansible_collections/microsoft/sql/tests/server/files
/usr/share/ansible/collections/ansible_collections/microsoft/sql/tests/server/files/create_ExampleDB1.sql
/usr/share/ansible/collections/ansible_collections/microsoft/sql/tests/server/files/create_ExampleDB2.sql
/usr/share/ansible/collections/ansible_collections/microsoft/sql/tests/server/files/sql_script.sql
/usr/share/ansible/collections/ansible_collections/microsoft/sql/tests/server/files/verify_fts.sql
/usr/share/ansible/collections/ansible_collections/microsoft/sql/tests/server/provision.fmf
/usr/share/ansible/collections/ansible_collections/microsoft/sql/tests/server/roles
/usr/share/ansible/collections/ansible_collections/microsoft/sql/tests/server/roles/caller
/usr/share/ansible/collections/ansible_collections/microsoft/sql/tests/server/roles/caller/tasks
/usr/share/ansible/collections/ansible_collections/microsoft/sql/tests/server/roles/caller/tasks/main.yml
/usr/share/ansible/collections/ansible_collections/microsoft/sql/tests/server/roles/caller/vars
/usr/share/ansible/collections/ansible_collections/microsoft/sql/tests/server/roles/caller/vars/main.yml
/usr/share/ansible/collections/ansible_collections/microsoft/sql/tests/server/setup-snapshot.yml
/usr/share/ansible/collections/ansible_collections/microsoft/sql/tests/server/tasks
/usr/share/ansible/collections/ansible_collections/microsoft/sql/tests/server/tasks/check_header.yml
/usr/share/ansible/collections/ansible_collections/microsoft/sql/tests/server/tasks/mssql-sever-increase-start-limit.yml
/usr/share/ansible/collections/ansible_collections/microsoft/sql/tests/server/tasks/mssql_conf_verify.yml
/usr/share/ansible/collections/ansible_collections/microsoft/sql/tests/server/tasks/snapshot_install_packages.yml
/usr/share/ansible/collections/ansible_collections/microsoft/sql/tests/server/tasks/verify_package.yml
/usr/share/ansible/collections/ansible_collections/microsoft/sql/tests/server/tasks/verify_settings.yml
/usr/share/ansible/collections/ansible_collections/microsoft/sql/tests/server/tasks/verify_tcp_port.yml
/usr/share/ansible/collections/ansible_collections/microsoft/sql/tests/server/templates
/usr/share/ansible/collections/ansible_collections/microsoft/sql/tests/server/templates/add_test_listener.j2
/usr/share/ansible/collections/ansible_collections/microsoft/sql/tests/server/templates/alter_ag.j2
/usr/share/ansible/collections/ansible_collections/microsoft/sql/tests/server/templates/alter_endpoint.j2
/usr/share/ansible/collections/ansible_collections/microsoft/sql/tests/server/templates/configure_ag_cluster_type_none.j2
/usr/share/ansible/collections/ansible_collections/microsoft/sql/tests/server/templates/create_example_db.j2
/usr/share/ansible/collections/ansible_collections/microsoft/sql/tests/server/templates/disable_alwayson.j2
/usr/share/ansible/collections/ansible_collections/microsoft/sql/tests/server/templates/drop_ag.j2
/usr/share/ansible/collections/ansible_collections/microsoft/sql/tests/server/templates/drop_endpoint.j2
/usr/share/ansible/collections/ansible_collections/microsoft/sql/tests/server/templates/get_ansible_managed.j2
/usr/share/ansible/collections/ansible_collections/microsoft/sql/tests/server/templates/remove_listener.j2
/usr/share/ansible/collections/ansible_collections/microsoft/sql/tests/server/templates/remove_sql_cert.j2
/usr/share/ansible/collections/ansible_collections/microsoft/sql/tests/server/templates/separate_from_ag.j2
/usr/share/ansible/collections/ansible_collections/microsoft/sql/tests/server/tests_accept_eula_2019.yml
/usr/share/ansible/collections/ansible_collections/microsoft/sql/tests/server/tests_configure_ha_cluster.yml
/usr/share/ansible/collections/ansible_collections/microsoft/sql/tests/server/tests_default_2019.yml
/usr/share/ansible/collections/ansible_collections/microsoft/sql/tests/server/tests_idempotency_2017.yml
/usr/share/ansible/collections/ansible_collections/microsoft/sql/tests/server/tests_idempotency_2019.yml
/usr/share/ansible/collections/ansible_collections/microsoft/sql/tests/server/tests_include_vars_from_parent_2019.yml
/usr/share/ansible/collections/ansible_collections/microsoft/sql/tests/server/tests_input_sql_file_2019.yml
/usr/share/ansible/collections/ansible_collections/microsoft/sql/tests/server/tests_password_2017.yml
/usr/share/ansible/collections/ansible_collections/microsoft/sql/tests/server/tests_password_2019.yml
/usr/share/ansible/collections/ansible_collections/microsoft/sql/tests/server/tests_powershell_2019.yml
/usr/share/ansible/collections/ansible_collections/microsoft/sql/tests/server/tests_tcp_firewall.yml
/usr/share/ansible/collections/ansible_collections/microsoft/sql/tests/server/tests_tls_2019.yml
/usr/share/ansible/collections/ansible_collections/microsoft/sql/tests/server/tests_upgrade_2017.yml
/usr/share/ansible/roles/microsoft.sql-server
/usr/share/doc/ansible-collection-microsoft-sql/collection/README.html
/usr/share/doc/ansible-collection-microsoft-sql/collection/README.md
/usr/share/doc/ansible-collection-microsoft-sql/collection/roles/server/README.html
/usr/share/doc/ansible-collection-microsoft-sql/collection/roles/server/README.md
/usr/share/doc/ansible-collection-microsoft-sql/sql-server/README.html
/usr/share/doc/ansible-collection-microsoft-sql/sql-server/README.md
/usr/share/licenses/ansible-collection-microsoft-sql/sql-server.LICENSE
/usr/share/microsoft
/usr/share/microsoft/sql-server
/usr/share/microsoft/sql-server/CHANGELOG.md
/usr/share/microsoft/sql-server/LICENSE
/usr/share/microsoft/sql-server/README.html
/usr/share/microsoft/sql-server/README.md
/usr/share/microsoft/sql-server/ansible_pytest_extra_requirements.txt
/usr/share/microsoft/sql-server/custom_requirements.txt
/usr/share/microsoft/sql-server/defaults
/usr/share/microsoft/sql-server/defaults/main.yml
/usr/share/microsoft/sql-server/handlers
/usr/share/microsoft/sql-server/handlers/main.yml
/usr/share/microsoft/sql-server/meta
/usr/share/microsoft/sql-server/meta/collection-requirements.yml
/usr/share/microsoft/sql-server/meta/main.yml
/usr/share/microsoft/sql-server/molecule_extra_requirements.txt
/usr/share/microsoft/sql-server/pylint_extra_requirements.txt
/usr/share/microsoft/sql-server/pytest_extra_requirements.txt
/usr/share/microsoft/sql-server/tasks
/usr/share/microsoft/sql-server/tasks/input_sql_file.yml
/usr/share/microsoft/sql-server/tasks/main.yml
/usr/share/microsoft/sql-server/tasks/mssql_conf_setting.yml
/usr/share/microsoft/sql-server/tasks/set_vars.yml
/usr/share/microsoft/sql-server/tasks/verify_password.yml
/usr/share/microsoft/sql-server/templates
/usr/share/microsoft/sql-server/templates/configure_ag.j2
/usr/share/microsoft/sql-server/templates/configure_endpoint.j2
/usr/share/microsoft/sql-server/templates/configure_listener.j2
/usr/share/microsoft/sql-server/templates/create_and_back_up_cert.j2
/usr/share/microsoft/sql-server/templates/create_ha_login.j2
/usr/share/microsoft/sql-server/templates/create_master_key_encryption.j2
/usr/share/microsoft/sql-server/templates/drop_cert.j2
/usr/share/microsoft/sql-server/templates/enable_alwayson.j2
/usr/share/microsoft/sql-server/templates/get_ansible_managed.j2
/usr/share/microsoft/sql-server/templates/grant_permissions_to_ha_login.j2
/usr/share/microsoft/sql-server/templates/join_to_ag.j2
/usr/share/microsoft/sql-server/templates/replicate_db.j2
/usr/share/microsoft/sql-server/templates/restore_cert.j2
/usr/share/microsoft/sql-server/tests
/usr/share/microsoft/sql-server/tests/.fmf
/usr/share/microsoft/sql-server/tests/.fmf/version
/usr/share/microsoft/sql-server/tests/clean_up_mssql_pacemaker.yml
/usr/share/microsoft/sql-server/tests/files
/usr/share/microsoft/sql-server/tests/files/create_ExampleDB1.sql
/usr/share/microsoft/sql-server/tests/files/create_ExampleDB2.sql
/usr/share/microsoft/sql-server/tests/files/sql_script.sql
/usr/share/microsoft/sql-server/tests/files/verify_fts.sql
/usr/share/microsoft/sql-server/tests/provision.fmf
/usr/share/microsoft/sql-server/tests/roles
/usr/share/microsoft/sql-server/tests/roles/caller
/usr/share/microsoft/sql-server/tests/roles/caller/tasks
/usr/share/microsoft/sql-server/tests/roles/caller/tasks/main.yml
/usr/share/microsoft/sql-server/tests/roles/caller/vars
/usr/share/microsoft/sql-server/tests/roles/caller/vars/main.yml
/usr/share/microsoft/sql-server/tests/setup-snapshot.yml
/usr/share/microsoft/sql-server/tests/tasks
/usr/share/microsoft/sql-server/tests/tasks/check_header.yml
/usr/share/microsoft/sql-server/tests/tasks/mssql-sever-increase-start-limit.yml
/usr/share/microsoft/sql-server/tests/tasks/mssql_conf_verify.yml
/usr/share/microsoft/sql-server/tests/tasks/snapshot_install_packages.yml
/usr/share/microsoft/sql-server/tests/tasks/verify_package.yml
/usr/share/microsoft/sql-server/tests/tasks/verify_settings.yml
/usr/share/microsoft/sql-server/tests/tasks/verify_tcp_port.yml
/usr/share/microsoft/sql-server/tests/templates
/usr/share/microsoft/sql-server/tests/templates/add_test_listener.j2
/usr/share/microsoft/sql-server/tests/templates/alter_ag.j2
/usr/share/microsoft/sql-server/tests/templates/alter_endpoint.j2
/usr/share/microsoft/sql-server/tests/templates/configure_ag_cluster_type_none.j2
/usr/share/microsoft/sql-server/tests/templates/create_example_db.j2
/usr/share/microsoft/sql-server/tests/templates/disable_alwayson.j2
/usr/share/microsoft/sql-server/tests/templates/drop_ag.j2
/usr/share/microsoft/sql-server/tests/templates/drop_endpoint.j2
/usr/share/microsoft/sql-server/tests/templates/get_ansible_managed.j2
/usr/share/microsoft/sql-server/tests/templates/remove_listener.j2
/usr/share/microsoft/sql-server/tests/templates/remove_sql_cert.j2
/usr/share/microsoft/sql-server/tests/templates/separate_from_ag.j2
/usr/share/microsoft/sql-server/tests/tests_accept_eula_2019.yml
/usr/share/microsoft/sql-server/tests/tests_configure_ha_cluster.yml
/usr/share/microsoft/sql-server/tests/tests_default_2019.yml
/usr/share/microsoft/sql-server/tests/tests_idempotency_2017.yml
/usr/share/microsoft/sql-server/tests/tests_idempotency_2019.yml
/usr/share/microsoft/sql-server/tests/tests_include_vars_from_parent_2019.yml
/usr/share/microsoft/sql-server/tests/tests_input_sql_file_2019.yml
/usr/share/microsoft/sql-server/tests/tests_password_2017.yml
/usr/share/microsoft/sql-server/tests/tests_password_2019.yml
/usr/share/microsoft/sql-server/tests/tests_powershell_2019.yml
/usr/share/microsoft/sql-server/tests/tests_tcp_firewall.yml
/usr/share/microsoft/sql-server/tests/tests_tls_2019.yml
/usr/share/microsoft/sql-server/tests/tests_upgrade_2017.yml
/usr/share/microsoft/sql-server/tox.ini
/usr/share/microsoft/sql-server/vars
/usr/share/microsoft/sql-server/vars/CentOS_7.yml
/usr/share/microsoft/sql-server/vars/RedHat.yml
/usr/share/microsoft/sql-server/vars/RedHat_7.yml
/usr/share/microsoft/sql-server/vars/main.yml


Generated by rpm2html 1.8.1

Fabrice Bellet, Tue Apr 9 20:55:42 2024