Skip to content

Provisioning and running mssql-server-2019 in linux using ubuntu/bionic64 + vagrant + virtualbox + ansible

License

Notifications You must be signed in to change notification settings

benitocas88/mssql-into-linux

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SQL Server 2019 running in linux

Provisioning and running mssql-server in linux using vagrant + virtualbox + ansible

Installation

First of all, you will need install according your SO:

  1. Vagrant
  2. Virtualbox

Usage

Open your terminal and go to path root project where vagrant file is and type the next command

vagrant up

Recommendations

If something is wrong you can destroy the virtual typing and re-run the above command:

vagrant destroy -f

If you edit the playbook.yml file, type the next command to apply and test your own configuration:

vagrant provision

Connecting to virtual machine and playing with sqlcmd utility

vagrant ssh

Read more

About

Provisioning and running mssql-server-2019 in linux using ubuntu/bionic64 + vagrant + virtualbox + ansible

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published