lifeofguenter.mssql

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 gunter@grodotzki.com

About

Installs SQL Server (2017|2019).

Install
ansible-galaxy install lifeofguenter.mssql
GitHub repository
License
mit
Downloads
71