Skip to content

lifeofguenter/ansible-role-mssql

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ansible Role for SQL Server (2017)

Build Status

This ansible role will install SQL Server (2017 & 2019) on Debian-like systems.

Requirements

None

Role Variables

mssql_sa_password: *required*
mssql_memory_memorylimitmb: "{{ (ansible_memtotal_mb * 0.8) | round | int }}"

Dependencies

None

Example Playbook

- hosts: mssql
  roles:
    - { role: lifeofguenter.mssql }

License

MIT

Author Information

Günter Grodotzki [email protected]