Ansible role install SQL Server, SQL Server Agent
- CentOS7
- Ubuntu Xenial Xenus
In the current version, you can specify the following variables:
Name | Default | |
---|---|---|
sa_password | --- | system administrator password for SQL Server install . |
This package has no dependencies.
The target server must have at least 4GB of available RAM.
GPLv2
Created by CNS Technical Group (https://www.cnstechgroup.com/)
Install example (https://github.com/cnstechnicalgroup/ansible-sqlserver/blob/master/documents/sqlserver_role_install.md)
---
- name: cnstechnicalgroup.sqlserver-server role
hosts: dbservers
sudo: yes
roles:
- cnstechnicalgroup.sqlserver-server
gather_facts: yes
environment:
SA_PASSWORD: "{{sa_password}}"
ACCEPT_EULA: "Y"
MSSQL_PID: "evaluation"