Results 3 issues of

Feature: add support to create Availability Group (AG) with contained database, and reuse system database add two new var in playbook: 1、 mssql_ha_ag_is_contained if true, the ag created will be...

Feature: add two variable in inventory: `mssql_ha_secondary_role_allow_connections` - `READ_ONLY` or `ALL` or `NO` - default `ALL` `mssql_ha_read_only_routing_list` - e.g. `('node-4','node-6')` - if undefined or empty value , will not set...

mysql 8.4及以上版本已经使用 show replica status 替代 show slave status 在mysql.py中新增判断用于兼容8.4以上版本获取主从延迟