The Red Hat Ecosystem Catalog is the official source for discovering and learning more about the Red Hat Ecosystem of both Red Hat and certified third-party products and services.
We’re the world’s leading provider of enterprise open source solutions—including Linux, cloud, container, and Kubernetes. We deliver hardened solutions that make it easier for enterprises to work across platforms and environments, from the core datacenter to the network edge.
1Role1Dependency
Ansible collection for Microsoft SQL Server management
This collection contains a role for managing Microsoft SQL Server.
There are currently two ways to install this collection, using ansible-galaxy
or RPM package.
You can install the collection with ansible-galaxy
by entering the following command:
ansible-galaxy collection install microsoft.sql
You can also include it in a requirements.yml file and install it with ansible-galaxy collection install -r requirements.yml, using the format:
collections:
- name: microsoft.sql
Note that if you install any collections from Ansible Galaxy, they will not be upgraded automatically when you upgrade the Ansible package. To upgrade the collection to the latest available version, run the following command:
ansible-galaxy collection install microsoft.sql --upgrade
You can also install a specific version of the collection, for example, if you need to downgrade when something is broken in the latest version (please report an issue in this repository). Use the following syntax to install version 1.0.0:
ansible-galaxy collection install microsoft.sql:==1.0.0
See using Ansible collections for more details.
After the installation, you can call the server role from playbooks with microsoft.sql.server
.
When installing using ansible-galaxy
, by default, you can find the role documentation at ~/.ansible/collections/ansible_collections/microsoft/sql/roles/server/README.md
.
You can install the collection with the software package management tool dnf
by running the following command:
dnf install ansible-collection-microsoft-sql
When installing using dnf
, you can find the role documentation in markdown format at /usr/share/doc/ansible-collection-microsoft-sql/microsoft.sql-server/README.md
and in HTML format at /usr/share/doc/ansible-collection-microsoft-sql/microsoft.sql-server/README.html
.
The common use cases are the following
For more scenarios and examples, see role's documentation.
If you wish to contribute to roles within this collection, feel free to open a pull request for the role's upstream repository at https://github.com/linux-system-roles/mssql.
We recommend that prior to submitting a PR, you familiarize yourself with our Contribution Guidelines.
For the list of versions and their changelog, see CHANGELOG.md within this collection.
Where available, link to general how to use collections or other related documentation applicable to the technology/product this collection works with. Useful materials such as demos, case studies, etc. may be linked here as well.
Product |
---|
Red Hat Ansible Automation Platform 2.5 |
Red Hat Ansible Automation Platform 2.4 |
This collection requires the following collections for use:
Name | Summary |
---|