ansible-playbook [core 2.16.14] config file = None configured module search path = ['/root/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules'] ansible python module location = /usr/local/lib/python3.12/site-packages/ansible ansible collection location = /tmp/collections-Vwy executable location = /usr/local/bin/ansible-playbook python version = 3.12.1 (main, Feb 21 2024, 14:18:26) [GCC 8.5.0 20210514 (Red Hat 8.5.0-21)] (/usr/bin/python3.12) jinja version = 3.1.6 libyaml = True No config file found; using defaults running playbook inside collection fedora.linux_system_roles Skipping callback 'debug', as we already have a stdout callback. Skipping callback 'json', as we already have a stdout callback. Skipping callback 'jsonl', as we already have a stdout callback. Skipping callback 'default', as we already have a stdout callback. Skipping callback 'minimal', as we already have a stdout callback. Skipping callback 'oneline', as we already have a stdout callback. PLAYBOOK: tests_configure_ha_cluster_read_scale.yml **************************** 2 plays in /tmp/collections-Vwy/ansible_collections/fedora/linux_system_roles/tests/mssql/tests_configure_ha_cluster_read_scale.yml PLAY [all] ********************************************************************* TASK [Include vault variables] ************************************************* task path: /tmp/collections-Vwy/ansible_collections/fedora/linux_system_roles/tests/mssql/tests_configure_ha_cluster_read_scale.yml:5 Wednesday 11 June 2025 03:42:14 -0400 (0:00:00.028) 0:00:00.028 ******** ok: [managed-node3] => { "ansible_facts": { "mssql_password": { "__ansible_vault": "$ANSIBLE_VAULT;1.1;AES256\n66336361663164656232326461653662643537386337346563613939356466313835383235313234\n3634333565616161316639666662613564353237653663610a616639306439653033386664303839\n30663030636161326137656235636230356162373234386461363632353863393161353035316162\n3664353366373231360a343334326337353861366233656330363634353164316434616561333161\n3234\n" } }, "ansible_included_var_files": [ "/tmp/mssql-EHl/tests/vars/vault-variables.yml" ], "changed": false } PLAY [Verify HA functionality with read-scale clusters] ************************ TASK [Gathering Facts] ********************************************************* task path: /tmp/collections-Vwy/ansible_collections/fedora/linux_system_roles/tests/mssql/tests_configure_ha_cluster_read_scale.yml:21 Wednesday 11 June 2025 03:42:14 -0400 (0:00:00.024) 0:00:00.053 ******** ok: [managed-node3] TASK [This test is applicable in multi-host scenario only] ********************* task path: /tmp/collections-Vwy/ansible_collections/fedora/linux_system_roles/tests/mssql/tests_configure_ha_cluster_read_scale.yml:51 Wednesday 11 June 2025 03:42:15 -0400 (0:00:01.084) 0:00:01.137 ******** META: end_play conditional evaluated to False, continuing play skipping: [managed-node3] => { "skip_reason": "end_play conditional evaluated to False, continuing play" } MSG: end_play TASK [Clusters of a read_scale type must not have a witness node] ************** task path: /tmp/collections-Vwy/ansible_collections/fedora/linux_system_roles/tests/mssql/tests_configure_ha_cluster_read_scale.yml:55 Wednesday 11 June 2025 03:42:15 -0400 (0:00:00.055) 0:00:01.192 ******** META: end_play conditional evaluated to False, continuing play skipping: [managed-node3] => { "skip_reason": "end_play conditional evaluated to False, continuing play" } MSG: end_play TASK [Set facts to create test DBs on primary as a pre task] ******************* task path: /tmp/collections-Vwy/ansible_collections/fedora/linux_system_roles/tests/mssql/tests_configure_ha_cluster_read_scale.yml:59 Wednesday 11 June 2025 03:42:15 -0400 (0:00:00.008) 0:00:01.201 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "ansible_play_hosts_all | length >= 3", "skip_reason": "Conditional result was False" } TASK [Run on all hosts to configure read-scale cluster] ************************ task path: /tmp/collections-Vwy/ansible_collections/fedora/linux_system_roles/tests/mssql/tests_configure_ha_cluster_read_scale.yml:66 Wednesday 11 June 2025 03:42:15 -0400 (0:00:00.020) 0:00:01.222 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "ansible_play_hosts_all | length >= 3", "skip_reason": "Conditional result was False" } TASK [Verify that the database exists on the secondary servers] **************** task path: /tmp/collections-Vwy/ansible_collections/fedora/linux_system_roles/tests/mssql/tests_configure_ha_cluster_read_scale.yml:70 Wednesday 11 June 2025 03:42:15 -0400 (0:00:00.020) 0:00:01.242 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "ansible_play_hosts_all | length >= 3", "skip_reason": "Conditional result was False" } TASK [Assert that the template reported changed state] ************************* task path: /tmp/collections-Vwy/ansible_collections/fedora/linux_system_roles/tests/mssql/tests_configure_ha_cluster_read_scale.yml:90 Wednesday 11 June 2025 03:42:15 -0400 (0:00:00.024) 0:00:01.267 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "ansible_play_hosts_all | length >= 3", "skip_reason": "Conditional result was False" } TASK [Clean up after the role invocation] ************************************** task path: /tmp/collections-Vwy/ansible_collections/fedora/linux_system_roles/tests/mssql/tests_configure_ha_cluster_read_scale.yml:96 Wednesday 11 June 2025 03:42:15 -0400 (0:00:00.018) 0:00:01.286 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "ansible_play_hosts_all | length >= 3", "skip_reason": "Conditional result was False" } PLAY RECAP ********************************************************************* managed-node3 : ok=2 changed=0 unreachable=0 failed=0 skipped=5 rescued=0 ignored=0 SYSTEM ROLES ERRORS BEGIN v1 [] SYSTEM ROLES ERRORS END v1 TASKS RECAP ******************************************************************** Wednesday 11 June 2025 03:42:15 -0400 (0:00:00.014) 0:00:01.300 ******** =============================================================================== Gathering Facts --------------------------------------------------------- 1.08s /tmp/collections-Vwy/ansible_collections/fedora/linux_system_roles/tests/mssql/tests_configure_ha_cluster_read_scale.yml:21 This test is applicable in multi-host scenario only --------------------- 0.06s /tmp/collections-Vwy/ansible_collections/fedora/linux_system_roles/tests/mssql/tests_configure_ha_cluster_read_scale.yml:51 Include vault variables ------------------------------------------------- 0.02s /tmp/collections-Vwy/ansible_collections/fedora/linux_system_roles/tests/mssql/tests_configure_ha_cluster_read_scale.yml:5 Verify that the database exists on the secondary servers ---------------- 0.02s /tmp/collections-Vwy/ansible_collections/fedora/linux_system_roles/tests/mssql/tests_configure_ha_cluster_read_scale.yml:70 Run on all hosts to configure read-scale cluster ------------------------ 0.02s /tmp/collections-Vwy/ansible_collections/fedora/linux_system_roles/tests/mssql/tests_configure_ha_cluster_read_scale.yml:66 Set facts to create test DBs on primary as a pre task ------------------- 0.02s /tmp/collections-Vwy/ansible_collections/fedora/linux_system_roles/tests/mssql/tests_configure_ha_cluster_read_scale.yml:59 Assert that the template reported changed state ------------------------- 0.02s /tmp/collections-Vwy/ansible_collections/fedora/linux_system_roles/tests/mssql/tests_configure_ha_cluster_read_scale.yml:90 Clean up after the role invocation -------------------------------------- 0.01s /tmp/collections-Vwy/ansible_collections/fedora/linux_system_roles/tests/mssql/tests_configure_ha_cluster_read_scale.yml:96 Clusters of a read_scale type must not have a witness node -------------- 0.01s /tmp/collections-Vwy/ansible_collections/fedora/linux_system_roles/tests/mssql/tests_configure_ha_cluster_read_scale.yml:55