cnstechnicalgroup.sqlserver-server

Role: cnstechnicalgroup.sqlserver-server

This Ansible role installs SQL Server and SQL Server Agent.

Requirements

  • CentOS 7
  • Ubuntu Xenial Xerus

Role Variables

In this version, you can set the following variable:

Name Default Description
sa_password --- The password for the SQL Server system administrator.

Dependencies

This package does not have any dependencies.

Server Requirements

The server where you install this must have at least 4GB of free RAM.

License

GPLv2

Author Information

Created by CNS Technical Group (https://www.cnstechgroup.com/)

Documentation

For installation instructions, visit this link: (https://github.com/cnstechnicalgroup/ansible-sqlserver/blob/master/documents/sqlserver_role_install.md)

Examples

---
- 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"
Informazioni sul progetto

Ansible role install SQL Server, SQL Server Agent

Installa
ansible-galaxy install cnstechnicalgroup.sqlserver-server
Licenza
gpl-2.0
Download
239