This ansible role will install SQL Server (2017 & 2019) on Debian-like systems.
None
mssql_sa_password: *required*
mssql_memory_memorylimitmb: "{{ (ansible_memtotal_mb * 0.8) | round | int }}"
None
- hosts: mssql
roles:
- { role: lifeofguenter.mssql }
MIT
Günter Grodotzki [email protected]