Skip to content

Commit

Permalink
Add mssql_ha_configure functionality
Browse files Browse the repository at this point in the history
Add firewall, ha_cluster roles, required vars
Take setup tasks form ha_cluster role, the mssql_ha_replica_type fact
Print sqlcmd output only when it's available
Add HA functionality description to README.md
Add dependency for fedora.linux-system-roles in galaxy.yml
Not print output of gathering facts because output is too long with -v
Wait for mssql-server to prepare for client connections after restart
Only print sqlcmd output when it exists
Add tests for templates, fix bugs in templates
Add error message when running against RHEL < 8
Add mssql_ha_cluster_run_role and other related variables
Add mssql_ha_cluster_run_role
Add mssql_ha_stonith_resources
Add mssql_ha_cluster_print_vars
  • Loading branch information
spetrosi committed Jun 30, 2022
1 parent 9ef3518 commit a3e6dec
Show file tree
Hide file tree
Showing 30 changed files with 2,566 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .collection/galaxy.yml
Expand Up @@ -16,7 +16,8 @@ readme: "README.md"
license:
- MIT

dependencies: {}
dependencies:
- "fedora.linux-system-roles": "*"

tags:
- "mssql"
Expand Down

0 comments on commit a3e6dec

Please sign in to comment.