An open API service indexing awesome lists of open source software.

https://github.com/lifeofguenter/ansible-role-mssql

Installs SQL Server (2017) on Ubuntu.
https://github.com/lifeofguenter/ansible-role-mssql

ansible-role sql-server ubuntu

Last synced: 11 months ago
JSON representation

Installs SQL Server (2017) on Ubuntu.

Awesome Lists containing this project

README

          

# Ansible Role for SQL Server (2017)

[![Build Status](https://travis-ci.com/lifeofguenter/ansible-role-mssql.svg?branch=main)](https://travis-ci.com/lifeofguenter/ansible-role-mssql)

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