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.
- Host: GitHub
- URL: https://github.com/lifeofguenter/ansible-role-mssql
- Owner: lifeofguenter
- License: mit
- Created: 2017-08-28T12:13:06.000Z (almost 9 years ago)
- Default Branch: main
- Last Pushed: 2021-11-24T21:41:03.000Z (over 4 years ago)
- Last Synced: 2025-07-24T03:33:45.954Z (11 months ago)
- Topics: ansible-role, sql-server, ubuntu
- Homepage: https://galaxy.ansible.com/lifeofguenter/mssql/
- Size: 13.7 KB
- Stars: 6
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Ansible Role for SQL Server (2017)
[](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