Skip to content

Releases: lowlydba/lowlydba.sqlserver

0.1.1

31 Mar 18:33
613dbde
Compare
Choose a tag to compare

Summary

Released: 2022-03-31

Add database tag for Galaxy


View the complete changelog to see all changes.

v0.1.0

31 Mar 17:47
d20f054
Compare
Choose a tag to compare
v0.1.0 Pre-release
Pre-release

v0.1.0

Release Summary

It's a release! First version to publish to Ansible Galaxy.

New Modules

  • agent_job - Configures a SQL Agent job.
  • agent_job_category - Configures a SQL Agent job category.
  • agent_job_schedule - Configures a SQL Agent job schedule.
  • agent_job_step - Configures a SQL Agent job step.
  • database - Creates and configures a database.
  • login - Configures a login for the target SQL Server instance.
  • maintenance_solution - Install/update Maintenance Solution
  • memory - Sets the maximum memory for a SQL Server instance.
  • nonquery - Executes a generic nonquery.
  • resource_governor - Configures the resource governor on a SQL Server instance.
  • rg_resource_pool - Configures a resource pool for use by the Resource Governor.
  • rg_workload_group - Configures a workload group for use by the Resource Governor.
  • sp_configure - Make instance level system configuration changes via sp_configure.
  • sp_whoisactive - Install/update sp_whoisactive by Adam Mechanic.
  • traceflag - Enable or disable global trace flags on a SQL Server instance.