lifeofguenter.mssql
Ansible Role for SQL Server (2017)
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 gunter@grodotzki.com
Install
ansible-galaxy install lifeofguenter.mssql
License
mit
Downloads
71
Owner