RedHatNordicsSA / mssql-on-rhel

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

mssql-on-rhel

This repo contains playbooks for automating the provisioning of a RHEL virtual machine running Microsoft SQL server in a vSphere cluster. The process is utilising some services which require subscription entitlements. To be able to use these playbooks you will need subscriptions for RHEL (OS, Red Hat Insights,RHEL-system-roles) as well as Ansible Automation Platform.

See workflow below

Alt text

My environment looks like below

Alt text

First, if you already have an Ansible Automation Controller up and running you can add this repo by using the playbook ansible_controller_create_mssql_project.yml

Do the following steps to setup the central monitoring server with pcp and grafana.

  • If needed deploy a rhel-vm using an existing template in ansible controller or you can use the playbook deploy_rhel_on_vsphere.yml

  • Run the playbook called setup_central_monitoringsystem.yml against the new VM.

About