Skip to content

This is the role to install SQL Server and the SQL Server Agent on CentOS7

License

Notifications You must be signed in to change notification settings

cnstechnicalgroup/role-sqlserver-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Role: cnstechnicalgroup.sqlserver-server

Ansible role install SQL Server, SQL Server Agent

Requirements

  • CentOS7
  • Ubuntu Xenial Xenus

Role Variables

In the current version, you can specify the following variables:

Name Default
sa_password --- system administrator password for SQL Server install .

Dependencies

This package has no dependencies.

Requirements

The target server must have at least 4GB of available RAM.

License

GPLv2

Author Information

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

Documentation

Install example (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"

About

This is the role to install SQL Server and the SQL Server Agent on CentOS7

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages