Installs SQL Server and sets the password to "sa_password" in your playbook. Not safe for use in production, as it relies on some unreliable hacks to get around the annoyingly interactive mssql-conf.py for setting up Microsoft SQL Server.
According to Microsoft SQL Server requires at least 3.25 GB RAM
- dbconfig
None
Including an example of how to use your role (for instance, with variables passed in as parameters) is always nice for users too:
- hosts: servers
vars:
sa_password: testpassworD1
roles:
- { role: Norkart.sql-server }
MIT
Kjartan Bjørset - Norkart AS