Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 1.2 KB

README.md

File metadata and controls

32 lines (20 loc) · 1.2 KB

SQL Ansible Collection

The SQL collection contains a role for managing Microsoft SQL Server.

Currently supported distributions

  • Fedora
  • Red Hat Enterprise Linux 7 (RHEL 7+)
  • Red Hat Enterprise Linux 8 (RHEL 8+)
  • RHEL derivatives such as CentOS

Installation

You can install the collection from Ansible Galaxy by entering the following command:

ansible-galaxy collection install microsoft.sql

After the installation, you can call the server role from playbooks with microsoft.sql.server.

Please see the Using Ansible collections documentation for further details.

Documentation

You can find the documentation for the microsoft.sql.server role in its repository in README.md.

Supported Ansible Versions

The supported Ansible versions are aligned with currently maintained Ansible versions that support Collections - Ansible 2.9 and later. You can find the list of maintained Ansible versions here.