ansible-playbook [core 2.16.17] 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-Vfr 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_tls_2017.yml *************************************************** 2 plays in /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/tests/mssql/tests_tls_2017.yml PLAY [all] ********************************************************************* TASK [Include vault variables] ************************************************* task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/tests/mssql/tests_tls_2017.yml:5 Thursday 19 March 2026 17:59:17 -0400 (0:00:00.026) 0:00:00.026 ******** 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-CYJ/tests/vars/vault-variables.yml" ], "changed": false } PLAY [Ensure that tls encryption configuration works] ************************** TASK [Gathering Facts] ********************************************************* task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/tests/mssql/tests_tls_2017.yml:9 Thursday 19 March 2026 17:59:17 -0400 (0:00:00.034) 0:00:00.061 ******** ok: [managed-node3] TASK [Run tests_tls with SQL Server 2017] ************************************** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/tests/mssql/tests_tls_2017.yml:24 Thursday 19 March 2026 17:59:18 -0400 (0:00:01.275) 0:00:01.337 ******** included: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/tests_tls.yml for managed-node3 TASK [Assert fail on EL 7 with version = 2022 and EL 9 with version != 2022] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/tests_tls.yml:2 Thursday 19 March 2026 17:59:19 -0400 (0:00:00.068) 0:00:01.405 ******** included: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/assert_fail_on_unsupported_ver.yml for managed-node3 TASK [Ensure ansible_facts to get ansible_facts["distribution"]] *************** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/assert_fail_on_unsupported_ver.yml:2 Thursday 19 March 2026 17:59:19 -0400 (0:00:00.028) 0:00:01.434 ******** ok: [managed-node3] TASK [Set fact for unsupported platform/version combination] ******************* task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/assert_fail_on_unsupported_ver.yml:6 Thursday 19 March 2026 17:59:19 -0400 (0:00:00.469) 0:00:01.903 ******** ok: [managed-node3] => { "ansible_facts": { "__mssql_assert_unsupported_platform": false }, "changed": false } TASK [Run the role] ************************************************************ task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/assert_fail_on_unsupported_ver.yml:20 Thursday 19 March 2026 17:59:19 -0400 (0:00:00.037) 0:00:01.941 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "__mssql_assert_unsupported_platform | bool", "skip_reason": "Conditional result was False" } TASK [Unreachable task] ******************************************************** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/assert_fail_on_unsupported_ver.yml:26 Thursday 19 March 2026 17:59:19 -0400 (0:00:00.028) 0:00:01.969 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "__mssql_assert_unsupported_platform | bool", "skip_reason": "Conditional result was False" } TASK [Ensure the openssl package] ********************************************** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/tests_tls.yml:5 Thursday 19 March 2026 17:59:19 -0400 (0:00:00.028) 0:00:01.998 ******** ok: [managed-node3] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create a tempfile for a certificate on hosts] **************************** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/tests_tls.yml:11 Thursday 19 March 2026 17:59:22 -0400 (0:00:02.629) 0:00:04.627 ******** changed: [managed-node3] => { "changed": true, "gid": 0, "group": "root", "mode": "0600", "owner": "root", "path": "/tmp/ansible.0tjtul87", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 0, "state": "file", "uid": 0 } TASK [Create a tempfile for a private key on hosts] **************************** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/tests_tls.yml:17 Thursday 19 March 2026 17:59:22 -0400 (0:00:00.416) 0:00:05.044 ******** changed: [managed-node3] => { "changed": true, "gid": 0, "group": "root", "mode": "0600", "owner": "root", "path": "/tmp/ansible.jipttvo0", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 0, "state": "file", "uid": 0 } TASK [Get openssl algorithms] ************************************************** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/tests_tls.yml:23 Thursday 19 March 2026 17:59:23 -0400 (0:00:00.319) 0:00:05.364 ******** ok: [managed-node3] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [Generate a self-signed certificate and public key] *********************** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/tests_tls.yml:29 Thursday 19 March 2026 17:59:23 -0400 (0:00:00.434) 0:00:05.798 ******** changed: [managed-node3] => { "changed": true, "cmd": [ "openssl", "req", "-x509", "-nodes", "-newkey", "rsa:2048", "-subj", "/CN=10.31.41.11", "-out", "/tmp/ansible.0tjtul87", "-keyout", "/tmp/ansible.jipttvo0", "-days", "365" ], "delta": "0:00:00.090396", "end": "2026-03-19 17:59:23.857870", "rc": 0, "start": "2026-03-19 17:59:23.767474" } STDERR: Generating a RSA private key ...........................................+++++ ...........................+++++ writing new private key to '/tmp/ansible.jipttvo0' ----- TASK [Copy certificate files to local tmp] ************************************* task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/tests_tls.yml:40 Thursday 19 March 2026 17:59:23 -0400 (0:00:00.447) 0:00:06.245 ******** changed: [managed-node3] => (item=/tmp/ansible.0tjtul87) => { "ansible_loop_var": "item", "changed": true, "checksum": "9d74abc285346608a5e71b650ba1dd3828b2bb00", "dest": "/tmp/ansible.0tjtul87", "item": "/tmp/ansible.0tjtul87", "md5sum": "50dd3153d00d8025fad0358d7ff578d6", "remote_checksum": "9d74abc285346608a5e71b650ba1dd3828b2bb00", "remote_md5sum": null } changed: [managed-node3] => (item=/tmp/ansible.jipttvo0) => { "ansible_loop_var": "item", "changed": true, "checksum": "a69ab5e86270abeff61ddb6a2c73a31107df5173", "dest": "/tmp/ansible.jipttvo0", "item": "/tmp/ansible.jipttvo0", "md5sum": "7d0e03cd120253f878065cff07109b1d", "remote_checksum": "a69ab5e86270abeff61ddb6a2c73a31107df5173", "remote_md5sum": null } TASK [Copy a private key to the playbook directory to test a relative path] **** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/tests_tls.yml:52 Thursday 19 March 2026 17:59:24 -0400 (0:00:00.935) 0:00:07.181 ******** changed: [managed-node3 -> localhost] => { "changed": true, "checksum": "a69ab5e86270abeff61ddb6a2c73a31107df5173", "dest": "./ansible.jipttvo0", "gid": 0, "group": "root", "md5sum": "7d0e03cd120253f878065cff07109b1d", "mode": "0600", "owner": "root", "secontext": "unconfined_u:object_r:admin_home_t:s0", "size": 1704, "src": "/root/.ansible/tmp/ansible-tmp-1773957564.8776968-57395-127773067271343/source", "state": "file", "uid": 0 } TASK [Set mssql_tls_cert and mssql_tls_private_key for the following test] ***** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/tests_tls.yml:60 Thursday 19 March 2026 17:59:25 -0400 (0:00:00.597) 0:00:07.778 ******** ok: [managed-node3] => { "ansible_facts": { "mssql_tls_cert": "/tmp/ansible.0tjtul87", "mssql_tls_private_key": "ansible.jipttvo0" }, "changed": false } TASK [Run role] **************************************************************** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/tests_tls.yml:67 Thursday 19 March 2026 17:59:25 -0400 (0:00:00.038) 0:00:07.817 ******** included: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/run_role_with_clear_facts.yml for managed-node3 TASK [Clear facts] ************************************************************* task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/run_role_with_clear_facts.yml:8 Thursday 19 March 2026 17:59:25 -0400 (0:00:00.017) 0:00:07.835 ******** META: facts cleared TASK [Run the role] ************************************************************ task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/run_role_with_clear_facts.yml:22 Thursday 19 March 2026 17:59:25 -0400 (0:00:00.001) 0:00:07.836 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "__sr_failed_when is defined", "skip_reason": "Conditional result was False" } TASK [Run the role normally] *************************************************** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/run_role_with_clear_facts.yml:32 Thursday 19 March 2026 17:59:25 -0400 (0:00:00.015) 0:00:07.851 ******** TASK [fedora.linux_system_roles.mssql : Ensure ansible_facts and variables used by role] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:3 Thursday 19 March 2026 17:59:25 -0400 (0:00:00.213) 0:00:08.065 ******** included: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/set_vars.yml for managed-node3 TASK [fedora.linux_system_roles.mssql : Ensure ansible_facts used by role] ***** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/set_vars.yml:3 Thursday 19 March 2026 17:59:25 -0400 (0:00:00.026) 0:00:08.091 ******** ok: [managed-node3] TASK [fedora.linux_system_roles.mssql : Set platform/version specific variables] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/set_vars.yml:8 Thursday 19 March 2026 17:59:26 -0400 (0:00:00.548) 0:00:08.639 ******** ok: [managed-node3] => (item=RedHat.yml) => { "ansible_facts": { "__mssql_client_repository": "https://packages.microsoft.com/rhel/9/prod/", "__mssql_confined_supported": true, "__mssql_server_repository": "https://packages.microsoft.com/rhel/9/mssql-server-{{ mssql_version | int }}/", "__mssql_supported_versions": [ 2022 ], "__mssql_tuned_supported": true }, "ansible_included_var_files": [ "/tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/vars/RedHat.yml" ], "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml" } skipping: [managed-node3] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__mssql_vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [managed-node3] => (item=CentOS_8.yml) => { "ansible_facts": { "__mssql_client_repository": "https://packages.microsoft.com/rhel/8/prod/", "__mssql_confined_supported": false, "__mssql_server_repository": "https://packages.microsoft.com/rhel/8/mssql-server-{{ mssql_version | int }}/", "__mssql_supported_versions": [ 2017, 2019, 2022 ] }, "ansible_included_var_files": [ "/tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } ok: [managed-node3] => (item=CentOS_8.yml) => { "ansible_facts": { "__mssql_client_repository": "https://packages.microsoft.com/rhel/8/prod/", "__mssql_confined_supported": false, "__mssql_server_repository": "https://packages.microsoft.com/rhel/8/mssql-server-{{ mssql_version | int }}/", "__mssql_supported_versions": [ 2017, 2019, 2022 ] }, "ansible_included_var_files": [ "/tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } TASK [fedora.linux_system_roles.mssql : Run systemctl] ************************* task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/set_vars.yml:22 Thursday 19 March 2026 17:59:26 -0400 (0:00:00.047) 0:00:08.686 ******** ok: [managed-node3] => { "changed": false, "cmd": [ "systemctl", "is-system-running" ], "delta": "0:00:00.007398", "end": "2026-03-19 17:59:26.651692", "failed_when_result": false, "rc": 0, "start": "2026-03-19 17:59:26.644294" } STDOUT: running TASK [fedora.linux_system_roles.mssql : Require installed systemd] ************* task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/set_vars.yml:29 Thursday 19 March 2026 17:59:26 -0400 (0:00:00.348) 0:00:09.034 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "\"No such file or directory\" in __is_system_running.msg | d(\"\")", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Set flag to indicate that systemd runtime operations are available] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/set_vars.yml:34 Thursday 19 March 2026 17:59:26 -0400 (0:00:00.024) 0:00:09.059 ******** ok: [managed-node3] => { "ansible_facts": { "__mssql_is_booted": true }, "changed": false } TASK [fedora.linux_system_roles.mssql : Unset internal role facts] ************* task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:8 Thursday 19 March 2026 17:59:26 -0400 (0:00:00.019) 0:00:09.078 ******** ok: [managed-node3] => { "ansible_facts": { "__mssql_is_active": null, "__mssql_sqlcmd_login_cmd": null }, "changed": false } TASK [fedora.linux_system_roles.mssql : Print that the mssql_input_sql_file variable is deprecated] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:16 Thursday 19 March 2026 17:59:26 -0400 (0:00:00.017) 0:00:09.096 ******** skipping: [managed-node3] => { "false_condition": "mssql_input_sql_file is defined" } TASK [fedora.linux_system_roles.mssql : Link the deprecated mssql_input_sql_file fact] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:24 Thursday 19 March 2026 17:59:26 -0400 (0:00:00.016) 0:00:09.112 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "mssql_input_sql_file is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Print that the variable is deprecated] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:31 Thursday 19 March 2026 17:59:26 -0400 (0:00:00.017) 0:00:09.129 ******** skipping: [managed-node3] => { "false_condition": "mssql_ha_listener_port is defined" } TASK [fedora.linux_system_roles.mssql : Link the deprecated mssql_ha_listener_port fact] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:38 Thursday 19 March 2026 17:59:26 -0400 (0:00:00.015) 0:00:09.145 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "mssql_ha_listener_port is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Print that the mssql_ad_sql_user_name variable is deprecated] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:45 Thursday 19 March 2026 17:59:26 -0400 (0:00:00.016) 0:00:09.162 ******** skipping: [managed-node3] => { "false_condition": "mssql_ad_sql_user_name is defined" } TASK [fedora.linux_system_roles.mssql : Link the deprecated mssql_ad_sql_user_name fact] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:52 Thursday 19 March 2026 17:59:26 -0400 (0:00:00.015) 0:00:09.178 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "mssql_ad_sql_user_name is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Print that the mssql_ha_cluster_run_role variable is deprecated] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:59 Thursday 19 March 2026 17:59:26 -0400 (0:00:00.020) 0:00:09.198 ******** skipping: [managed-node3] => { "false_condition": "mssql_ha_cluster_run_role is defined" } TASK [fedora.linux_system_roles.mssql : Link the deprecated mssql_ha_cluster_run_role fact] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:66 Thursday 19 March 2026 17:59:26 -0400 (0:00:00.023) 0:00:09.222 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "mssql_ha_cluster_run_role is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Print that variable is deprecated] ***** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:75 Thursday 19 March 2026 17:59:26 -0400 (0:00:00.016) 0:00:09.238 ******** skipping: [managed-node3] => { "false_condition": "mssql_accept_microsoft_odbc_driver_17_for_sql_server_eula is defined" } TASK [fedora.linux_system_roles.mssql : Link the deprecated fact] ************** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:84 Thursday 19 March 2026 17:59:26 -0400 (0:00:00.018) 0:00:09.257 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "mssql_accept_microsoft_odbc_driver_17_for_sql_server_eula is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Fail on RHEL or CentOS 10 because it's not supported] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:88 Thursday 19 March 2026 17:59:26 -0400 (0:00:00.016) 0:00:09.273 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "ansible_facts[\"distribution_major_version\"] is version('10', '=')", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Verify that the user accepts EULA variables] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:95 Thursday 19 March 2026 17:59:26 -0400 (0:00:00.022) 0:00:09.296 ******** ok: [managed-node3] => { "changed": false } MSG: All assertions passed TASK [fedora.linux_system_roles.mssql : Verify that EL < 8 is not used with mssql_ha_configure=true] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:107 Thursday 19 March 2026 17:59:26 -0400 (0:00:00.017) 0:00:09.314 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "mssql_ha_configure | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Verify if the mssql_ha_replica_type variable is provided correctly] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:115 Thursday 19 March 2026 17:59:26 -0400 (0:00:00.011) 0:00:09.326 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "mssql_ha_configure | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Verify that 'mssql_ha_replica_type = primary' is provided once] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:124 Thursday 19 March 2026 17:59:27 -0400 (0:00:00.015) 0:00:09.341 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "mssql_ha_configure | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Verify that mssql_ha_prep_for_pacemaker is provided correctly] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:133 Thursday 19 March 2026 17:59:27 -0400 (0:00:00.012) 0:00:09.354 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "mssql_ha_ag_cluster_type | lower == 'none'", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Verify that selinux variables are used on supported platforms] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:143 Thursday 19 March 2026 17:59:27 -0400 (0:00:00.013) 0:00:09.367 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "(mssql_manage_selinux | bool) or (mssql_run_selinux_confined | bool)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Verify that mssql_manage_selinux is set properly] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:152 Thursday 19 March 2026 17:59:27 -0400 (0:00:00.014) 0:00:09.382 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "mssql_manage_selinux | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Verify that mssql_ha_ag_is_contained is not provided with version 2017] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:163 Thursday 19 March 2026 17:59:27 -0400 (0:00:00.011) 0:00:09.393 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "mssql_ha_ag_is_contained | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Verify fail reuse_system_db=true is not provided without ag_is_contained] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:174 Thursday 19 March 2026 17:59:27 -0400 (0:00:00.010) 0:00:09.403 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "mssql_ha_ag_reuse_system_db | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Gather package facts] ****************** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:185 Thursday 19 March 2026 17:59:27 -0400 (0:00:00.011) 0:00:09.415 ******** ok: [managed-node3] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.mssql : Set fact with the currently installed SQL Server version if any] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:189 Thursday 19 March 2026 17:59:28 -0400 (0:00:01.714) 0:00:11.129 ******** skipping: [managed-node3] => (item={'key': 2017, 'value': 14}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "ansible_facts.packages[\"mssql-server\"][0][\"version\"] is defined", "item": { "key": 2017, "value": 14 }, "skip_reason": "Conditional result was False" } skipping: [managed-node3] => (item={'key': 2019, 'value': 15}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "ansible_facts.packages[\"mssql-server\"][0][\"version\"] is defined", "item": { "key": 2019, "value": 15 }, "skip_reason": "Conditional result was False" } skipping: [managed-node3] => (item={'key': 2022, 'value': 16}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "ansible_facts.packages[\"mssql-server\"][0][\"version\"] is defined", "item": { "key": 2022, "value": 16 }, "skip_reason": "Conditional result was False" } skipping: [managed-node3] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.mssql : Verify if mssql_version is not bigger then the existing SQL Server version] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:197 Thursday 19 March 2026 17:59:28 -0400 (0:00:00.039) 0:00:11.169 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "__mssql_current_version is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Set mssql_version variable if user does not define it] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:210 Thursday 19 March 2026 17:59:28 -0400 (0:00:00.022) 0:00:11.192 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "mssql_version is none", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Verify if the mssql_version variable is provided correctly] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:217 Thursday 19 March 2026 17:59:28 -0400 (0:00:00.019) 0:00:11.211 ******** ok: [managed-node3] => { "changed": false } MSG: All assertions passed TASK [fedora.linux_system_roles.mssql : Verify if mssql_version is not smaller then the existing SQL Server version] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:224 Thursday 19 March 2026 17:59:28 -0400 (0:00:00.022) 0:00:11.234 ******** skipping: [managed-node3] => (item={'key': 2017, 'value': 14}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "ansible_facts.packages[\"mssql-server\"][0][\"version\"] is defined", "item": { "key": 2017, "value": 14 }, "skip_reason": "Conditional result was False" } skipping: [managed-node3] => (item={'key': 2019, 'value': 15}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "mssql_version | int == item.key", "item": { "key": 2019, "value": 15 }, "skip_reason": "Conditional result was False" } skipping: [managed-node3] => (item={'key': 2022, 'value': 16}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "mssql_version | int == item.key", "item": { "key": 2022, "value": 16 }, "skip_reason": "Conditional result was False" } skipping: [managed-node3] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.mssql : Deploy the GPG key for Microsoft repositories] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:238 Thursday 19 March 2026 17:59:28 -0400 (0:00:00.036) 0:00:11.271 ******** ok: [managed-node3] => { "attempts": 1, "changed": false } TASK [fedora.linux_system_roles.mssql : Update all packages from SQL Server repo version {{ __mssql_current_version }}] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:252 Thursday 19 March 2026 17:59:29 -0400 (0:00:00.701) 0:00:11.972 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "__mssql_current_version is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Get yum repositories] ****************** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:262 Thursday 19 March 2026 17:59:29 -0400 (0:00:00.021) 0:00:11.993 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "__mssql_current_version is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Remove the current Microsoft SQL Server repository to upgrade to 2017] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:273 Thursday 19 March 2026 17:59:29 -0400 (0:00:00.021) 0:00:12.015 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "__mssql_current_version is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Update all packages from SQL Server repo version {{ __mssql_current_version }}] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:287 Thursday 19 March 2026 17:59:29 -0400 (0:00:00.022) 0:00:12.038 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "__mssql_current_version is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Get zypper repositories] *************** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:296 Thursday 19 March 2026 17:59:29 -0400 (0:00:00.024) 0:00:12.062 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "__mssql_current_version is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Remove the current Microsoft SQL Server repository to upgrade to 2017] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:308 Thursday 19 March 2026 17:59:29 -0400 (0:00:00.031) 0:00:12.093 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "__mssql_current_version is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Configure the Microsoft SQL Server repo version 2017] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:315 Thursday 19 March 2026 17:59:29 -0400 (0:00:00.024) 0:00:12.117 ******** changed: [managed-node3] => { "changed": true, "repo": "packages-microsoft-com-mssql-server-2017", "state": "present" } TASK [fedora.linux_system_roles.mssql : Configure the Microsoft SQL Server repo version 2017] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:327 Thursday 19 March 2026 17:59:30 -0400 (0:00:00.514) 0:00:12.632 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "ansible_facts[\"pkg_mgr\"] == \"zypper\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Configure to run as a confined application with SELinux] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:340 Thursday 19 March 2026 17:59:30 -0400 (0:00:00.032) 0:00:12.665 ******** ok: [managed-node3] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [fedora.linux_system_roles.mssql : Ensure the package mssql-server] ******* task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:345 Thursday 19 March 2026 17:59:33 -0400 (0:00:02.681) 0:00:15.346 ******** changed: [managed-node3] => { "changed": true, "rc": 0, "results": [ "Installed: gcc-gdb-plugin-8.5.0-22.el8.x86_64", "Installed: mssql-server-14.0.3520.4-1.x86_64", "Installed: gdb-8.2-20.el8.x86_64", "Installed: libipt-1.6.1-8.el8.x86_64", "Installed: guile-5:2.0.14-7.el8.x86_64", "Installed: gdb-headless-8.2-20.el8.x86_64", "Installed: python2-setuptools-39.0.1-14.module_el8+733+876ccfdb.noarch", "Installed: libtool-ltdl-2.4.6-25.el8.x86_64", "Installed: python2-libs-2.7.18-17.module_el8+770+d35395c9.x86_64", "Installed: bzip2-1.0.6-26.el8.x86_64", "Installed: python2-setuptools-wheel-39.0.1-14.module_el8+733+876ccfdb.noarch", "Installed: python2-2.7.18-17.module_el8+770+d35395c9.x86_64", "Installed: lsof-4.93.2-1.el8.x86_64", "Installed: python2-pip-9.0.3-19.module_el8+570+db61b4f9.noarch", "Installed: libatomic-8.5.0-22.el8.x86_64", "Installed: libatomic_ops-7.6.2-3.el8.x86_64", "Installed: python2-pip-wheel-9.0.3-19.module_el8+570+db61b4f9.noarch", "Installed: gc-7.6.4-3.el8.x86_64", "Installed: cyrus-sasl-2.1.27-6.el8_5.x86_64", "Installed: libbabeltrace-1.5.4-4.el8.x86_64", "Installed: cyrus-sasl-gssapi-2.1.27-6.el8_5.x86_64" ] } TASK [fedora.linux_system_roles.mssql : Check if the errorlog file exists and its location] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:350 Thursday 19 March 2026 18:00:14 -0400 (0:00:41.506) 0:00:56.853 ******** ok: [managed-node3] => { "changed": false, "cmd": "set -euo pipefail\nerrorlog=\"$(grep '^errorlogfile = ' /var/opt/mssql/mssql.conf \\\n| sed 's/errorlogfile : //')\" || :\nif [ -s \"${errorlog}\" ]; then\n echo \"${errorlog}\"\nelif [ -s /var/opt/mssql/log/errorlog ]; then\n echo /var/opt/mssql/log/errorlog\nelse\n echo \"\"\nfi\n", "delta": "0:00:00.005109", "end": "2026-03-19 18:00:14.864967", "rc": 0, "start": "2026-03-19 18:00:14.859858" } TASK [fedora.linux_system_roles.mssql : Check if mssql-server.service is enabled] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:367 Thursday 19 March 2026 18:00:14 -0400 (0:00:00.422) 0:00:57.276 ******** ok: [managed-node3] => { "changed": false, "cmd": [ "systemctl", "is-enabled", "mssql-server.service" ], "delta": "0:00:00.010080", "end": "2026-03-19 18:00:15.236796", "failed_when_result": false, "rc": 1, "start": "2026-03-19 18:00:15.226716" } STDOUT: disabled MSG: non-zero return code TASK [fedora.linux_system_roles.mssql : Check if mssql-server.service is running] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:374 Thursday 19 March 2026 18:00:15 -0400 (0:00:00.358) 0:00:57.634 ******** ok: [managed-node3] => { "changed": false, "cmd": [ "systemctl", "is-active", "mssql-server.service" ], "delta": "0:00:00.008566", "end": "2026-03-19 18:00:15.590809", "failed_when_result": false, "rc": 3, "start": "2026-03-19 18:00:15.582243" } STDOUT: inactive MSG: non-zero return code TASK [fedora.linux_system_roles.mssql : Set the __mssql_is_setup variable] ***** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:381 Thursday 19 March 2026 18:00:15 -0400 (0:00:00.356) 0:00:57.991 ******** ok: [managed-node3] => { "ansible_facts": { "__mssql_is_setup": false }, "changed": false } TASK [fedora.linux_system_roles.mssql : Verify that the variables required for setting up MSSQL are defined] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:388 Thursday 19 March 2026 18:00:15 -0400 (0:00:00.032) 0:00:58.023 ******** ok: [managed-node3] => { "changed": false } MSG: All assertions passed TASK [fedora.linux_system_roles.mssql : Set up MSSQL] ************************** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:404 Thursday 19 March 2026 18:00:15 -0400 (0:00:00.033) 0:00:58.057 ******** changed: [managed-node3] => { "attempts": 1, "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": true } TASK [fedora.linux_system_roles.mssql : Ensure the directory and permissions for datadir and logdir] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:430 Thursday 19 March 2026 18:00:20 -0400 (0:00:04.546) 0:01:02.604 ******** skipping: [managed-node3] => (item={'path': None, 'mode': '755', 'setting': 'defaultdatadir'}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "item.path is not none", "item": { "mode": "755", "path": null, "setting": "defaultdatadir" }, "skip_reason": "Conditional result was False" } skipping: [managed-node3] => (item={'path': None, 'mode': '755', 'setting': 'defaultlogdir'}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "item.path is not none", "item": { "mode": "755", "path": null, "setting": "defaultlogdir" }, "skip_reason": "Conditional result was False" } skipping: [managed-node3] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.mssql : Set selinux role facts for ports] ****** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:445 Thursday 19 March 2026 18:00:20 -0400 (0:00:00.038) 0:01:02.642 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "mssql_manage_selinux | bool", "skip_reason": "Conditional result was False" } TASK [Ensure correct SELinux context for storage paths and ports] ************** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:459 Thursday 19 March 2026 18:00:20 -0400 (0:00:00.037) 0:01:02.680 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "mssql_manage_selinux | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Ensure that the tuned-profiles-mssql package is installed] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:470 Thursday 19 March 2026 18:00:20 -0400 (0:00:00.039) 0:01:02.720 ******** ok: [managed-node3] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [fedora.linux_system_roles.mssql : Ensure that the tuned service is started and enabled] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:476 Thursday 19 March 2026 18:00:23 -0400 (0:00:03.030) 0:01:05.750 ******** ok: [managed-node3] => { "changed": false, "enabled": true, "name": "tuned", "state": "started", "status": { "ActiveEnterTimestamp": "Thu 2026-03-19 17:39:06 EDT", "ActiveEnterTimestampMonotonic": "9228051", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "polkit.service systemd-sysctl.service network.target basic.target system.slice dbus.socket systemd-journald.socket sysinit.target dbus.service", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Thu 2026-03-19 17:39:05 EDT", "AssertTimestampMonotonic": "8496621", "Before": "multi-user.target shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "BusName": "com.redhat.tuned", "CPUAccounting": "no", "CPUAffinity": "", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Thu 2026-03-19 17:39:05 EDT", "ConditionTimestampMonotonic": "8496620", "ConfigurationDirectoryMode": "0755", "Conflicts": "cpupower.service tlp.service auto-cpufreq.service shutdown.target power-profiles-daemon.service", "ControlGroup": "/system.slice/tuned.service", "ControlPID": "0", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "no", "Description": "Dynamic System Tuning Daemon", "DevicePolicy": "auto", "Documentation": "man:tuned(8) man:tuned.conf(5) man:tuned-adm(8)", "DynamicUser": "no", "EffectiveCPUs": "", "EffectiveMemoryNodes": "", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "699", "ExecMainStartTimestamp": "Thu 2026-03-19 17:39:05 EDT", "ExecMainStartTimestampMonotonic": "8498444", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/sbin/tuned ; argv[]=/usr/sbin/tuned -l -P ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/tuned.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "IOWeight": "[not set]", "IPAccounting": "no", "IPEgressBytes": "18446744073709551615", "IPEgressPackets": "18446744073709551615", "IPIngressBytes": "18446744073709551615", "IPIngressPackets": "18446744073709551615", "Id": "tuned.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestamp": "Thu 2026-03-19 17:39:05 EDT", "InactiveExitTimestampMonotonic": "8498484", "InvocationID": "7e160c69f94c475dbdf7d52905683c56", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "0", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "65536", "LimitMEMLOCKSoft": "65536", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "262144", "LimitNOFILESoft": "1024", "LimitNPROC": "28608", "LimitNPROCSoft": "28608", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "28608", "LimitSIGPENDINGSoft": "28608", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "699", "MemoryAccounting": "yes", "MemoryCurrent": "21151744", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "MountFlags": "", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAMask": "", "NUMAPolicy": "n/a", "Names": "tuned.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PIDFile": "/run/tuned/tuned.pid", "PermissionsStartOnly": "no", "Perpetual": "no", "PrivateDevices": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "dbus.socket system.slice sysinit.target dbus.service", "Restart": "no", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestamp": "Thu 2026-03-19 17:39:06 EDT", "StateChangeTimestampMonotonic": "9228051", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SuccessAction": "none", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "4", "TasksMax": "45773", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "dbus", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "UtmpMode": "init", "WantedBy": "multi-user.target", "WatchdogTimestamp": "Thu 2026-03-19 17:39:06 EDT", "WatchdogTimestampMonotonic": "9228048", "WatchdogUSec": "0" } } TASK [fedora.linux_system_roles.mssql : Get the active Tuned profiles] ********* task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:483 Thursday 19 March 2026 18:00:24 -0400 (0:00:01.324) 0:01:07.074 ******** ok: [managed-node3] => { "changed": false, "content": "dmlydHVhbC1ndWVzdCBtc3NxbAo=", "encoding": "base64", "source": "/etc/tuned/active_profile" } TASK [fedora.linux_system_roles.mssql : Decode the active Tuned profiles] ****** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:489 Thursday 19 March 2026 18:00:25 -0400 (0:00:00.570) 0:01:07.645 ******** ok: [managed-node3] => { "ansible_facts": { "__mssql_tuned_active_profiles": "virtual-guest mssql" }, "changed": false } TASK [fedora.linux_system_roles.mssql : Attempt to add mssql to the list of Tuned profiles] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:502 Thursday 19 March 2026 18:00:25 -0400 (0:00:00.061) 0:01:07.707 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "\"mssql\" not in __mssql_tuned_active_profiles", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Remove troublemaking include from the mssql profile] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:514 Thursday 19 March 2026 18:00:25 -0400 (0:00:00.030) 0:01:07.737 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "\"mssql\" not in __mssql_tuned_active_profiles", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Add the fixed mssql profile to the list of Tuned profiles] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:523 Thursday 19 March 2026 18:00:25 -0400 (0:00:00.025) 0:01:07.762 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "\"mssql\" not in __mssql_tuned_active_profiles", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Attempt to add mssql to the list of Tuned profiles] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:540 Thursday 19 March 2026 18:00:25 -0400 (0:00:00.031) 0:01:07.793 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "not __mssql_is_booted | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Configure the Microsoft SQL Server Tools repository] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:548 Thursday 19 March 2026 18:00:25 -0400 (0:00:00.025) 0:01:07.819 ******** changed: [managed-node3] => { "changed": true, "repo": "packages-microsoft-com-prod", "state": "present" } TASK [fedora.linux_system_roles.mssql : Configure the Microsoft SQL Server Tools repository] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:556 Thursday 19 March 2026 18:00:25 -0400 (0:00:00.446) 0:01:08.266 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "ansible_facts[\"pkg_mgr\"] == \"zypper\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Ensure that SQL Server client tools are installed] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:565 Thursday 19 March 2026 18:00:25 -0400 (0:00:00.028) 0:01:08.294 ******** changed: [managed-node3] => { "changed": true, "rc": 0, "results": [ "Installed: msodbcsql18-18.6.1.1-1.x86_64", "Installed: unixODBC-devel-2.3.11-1.rh.x86_64", "Installed: mssql-tools18-18.6.1.1-1.x86_64", "Installed: unixODBC-2.3.11-1.rh.x86_64" ] } TASK [fedora.linux_system_roles.mssql : Reset certificate_requests] ************ task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:582 Thursday 19 March 2026 18:00:29 -0400 (0:00:03.695) 0:01:11.989 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "mssql_tls_certificates | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Set certificate_requests] ************** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:586 Thursday 19 March 2026 18:00:29 -0400 (0:00:00.032) 0:01:12.022 ******** skipping: [managed-node3] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Create certificates using the certificate role] ************************** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:597 Thursday 19 March 2026 18:00:29 -0400 (0:00:00.015) 0:01:12.038 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "mssql_tls_certificates | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Set mssql_tls_cert and _private_key based on the cert name] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:603 Thursday 19 March 2026 18:00:29 -0400 (0:00:00.033) 0:01:12.071 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "mssql_tls_certificates | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Copy certificate and private_key files to the host] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:608 Thursday 19 March 2026 18:00:29 -0400 (0:00:00.027) 0:01:12.099 ******** changed: [managed-node3] => (item=/tmp/ansible.0tjtul87) => { "ansible_loop_var": "item", "changed": true, "checksum": "9d74abc285346608a5e71b650ba1dd3828b2bb00", "dest": "/etc/pki/tls/certs/ansible.0tjtul87", "gid": 989, "group": "mssql", "item": "/tmp/ansible.0tjtul87", "md5sum": "50dd3153d00d8025fad0358d7ff578d6", "mode": "0600", "owner": "mssql", "secontext": "system_u:object_r:cert_t:s0", "size": 1119, "src": "/root/.ansible/tmp/ansible-tmp-1773957629.8285103-60350-73323324484344/source", "state": "file", "uid": 993 } changed: [managed-node3] => (item=ansible.jipttvo0) => { "ansible_loop_var": "item", "changed": true, "checksum": "a69ab5e86270abeff61ddb6a2c73a31107df5173", "dest": "/etc/pki/tls/private/ansible.jipttvo0", "gid": 989, "group": "mssql", "item": "ansible.jipttvo0", "md5sum": "7d0e03cd120253f878065cff07109b1d", "mode": "0600", "owner": "mssql", "secontext": "system_u:object_r:cert_t:s0", "size": 1704, "src": "/root/.ansible/tmp/ansible-tmp-1773957630.5424783-60350-142896109018634/source", "state": "file", "uid": 993 } TASK [fedora.linux_system_roles.mssql : Configure the tlscert setting] ********* task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:626 Thursday 19 March 2026 18:00:31 -0400 (0:00:01.481) 0:01:13.580 ******** included: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml for managed-node3 TASK [fedora.linux_system_roles.mssql : Get the setting network tlscert] ******* task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:3 Thursday 19 March 2026 18:00:31 -0400 (0:00:00.056) 0:01:13.637 ******** ok: [managed-node3] => { "changed": false, "cmd": [ "grep", "^tlscert = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.002898", "end": "2026-03-19 18:00:31.599783", "failed_when_result": false, "rc": 1, "start": "2026-03-19 18:00:31.596885" } MSG: non-zero return code TASK [fedora.linux_system_roles.mssql : Configure the setting network tlscert] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:12 Thursday 19 March 2026 18:00:31 -0400 (0:00:00.361) 0:01:13.998 ******** Notification for handler Restart the mssql-server service has been saved. changed: [managed-node3] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "set", "network.tlscert", "/etc/pki/tls/certs/ansible.0tjtul87" ], "delta": "0:00:00.044843", "end": "2026-03-19 18:00:32.058305", "failed_when_result": false, "rc": 0, "start": "2026-03-19 18:00:32.013462" } STDOUT: SQL Server needs to be restarted in order to apply this setting. Please run 'systemctl restart mssql-server.service'. TASK [fedora.linux_system_roles.mssql : Unset the setting network tlscert] ***** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:42 Thursday 19 March 2026 18:00:32 -0400 (0:00:00.476) 0:01:14.475 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "__mssql_conf_setting_value == \"unset\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Configure the tlskey setting] ********** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:635 Thursday 19 March 2026 18:00:32 -0400 (0:00:00.031) 0:01:14.507 ******** included: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml for managed-node3 TASK [fedora.linux_system_roles.mssql : Get the setting network tlskey] ******** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:3 Thursday 19 March 2026 18:00:32 -0400 (0:00:00.052) 0:01:14.559 ******** ok: [managed-node3] => { "changed": false, "cmd": [ "grep", "^tlskey = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.002850", "end": "2026-03-19 18:00:32.524074", "failed_when_result": false, "rc": 1, "start": "2026-03-19 18:00:32.521224" } MSG: non-zero return code TASK [fedora.linux_system_roles.mssql : Configure the setting network tlskey] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:12 Thursday 19 March 2026 18:00:32 -0400 (0:00:00.366) 0:01:14.926 ******** Notification for handler Restart the mssql-server service has been saved. changed: [managed-node3] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "set", "network.tlskey", "/etc/pki/tls/private/ansible.jipttvo0" ], "delta": "0:00:00.045452", "end": "2026-03-19 18:00:33.109092", "failed_when_result": false, "rc": 0, "start": "2026-03-19 18:00:33.063640" } STDOUT: SQL Server needs to be restarted in order to apply this setting. Please run 'systemctl restart mssql-server.service'. TASK [fedora.linux_system_roles.mssql : Unset the setting network tlskey] ****** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:42 Thursday 19 March 2026 18:00:33 -0400 (0:00:00.584) 0:01:15.511 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "__mssql_conf_setting_value == \"unset\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Configure the tlsprotocols setting] **** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:644 Thursday 19 March 2026 18:00:33 -0400 (0:00:00.045) 0:01:15.557 ******** included: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml for managed-node3 TASK [fedora.linux_system_roles.mssql : Get the setting network tlsprotocols] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:3 Thursday 19 March 2026 18:00:33 -0400 (0:00:00.105) 0:01:15.662 ******** ok: [managed-node3] => { "changed": false, "cmd": [ "grep", "^tlsprotocols = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.002796", "end": "2026-03-19 18:00:33.716131", "failed_when_result": false, "rc": 1, "start": "2026-03-19 18:00:33.713335" } MSG: non-zero return code TASK [fedora.linux_system_roles.mssql : Configure the setting network tlsprotocols] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:12 Thursday 19 March 2026 18:00:33 -0400 (0:00:00.459) 0:01:16.121 ******** Notification for handler Restart the mssql-server service has been saved. changed: [managed-node3] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "set", "network.tlsprotocols", "1.2" ], "delta": "0:00:00.045481", "end": "2026-03-19 18:00:34.178706", "failed_when_result": false, "rc": 0, "start": "2026-03-19 18:00:34.133225" } STDOUT: SQL Server needs to be restarted in order to apply this setting. Please run 'systemctl restart mssql-server.service'. TASK [fedora.linux_system_roles.mssql : Unset the setting network tlsprotocols] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:42 Thursday 19 March 2026 18:00:34 -0400 (0:00:00.471) 0:01:16.593 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "__mssql_conf_setting_value == \"unset\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Configure the forceencryption setting] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:651 Thursday 19 March 2026 18:00:34 -0400 (0:00:00.039) 0:01:16.632 ******** included: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml for managed-node3 TASK [fedora.linux_system_roles.mssql : Get the setting network forceencryption] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:3 Thursday 19 March 2026 18:00:34 -0400 (0:00:00.062) 0:01:16.694 ******** ok: [managed-node3] => { "changed": false, "cmd": [ "grep", "^forceencryption = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.002735", "end": "2026-03-19 18:00:34.669313", "failed_when_result": false, "rc": 1, "start": "2026-03-19 18:00:34.666578" } MSG: non-zero return code TASK [fedora.linux_system_roles.mssql : Configure the setting network forceencryption] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:12 Thursday 19 March 2026 18:00:34 -0400 (0:00:00.363) 0:01:17.057 ******** Notification for handler Restart the mssql-server service has been saved. changed: [managed-node3] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "set", "network.forceencryption", "1" ], "delta": "0:00:00.046041", "end": "2026-03-19 18:00:35.090706", "failed_when_result": false, "rc": 0, "start": "2026-03-19 18:00:35.044665" } STDOUT: SQL Server needs to be restarted in order to apply this setting. Please run 'systemctl restart mssql-server.service'. TASK [fedora.linux_system_roles.mssql : Unset the setting network forceencryption] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:42 Thursday 19 March 2026 18:00:35 -0400 (0:00:00.435) 0:01:17.493 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "__mssql_conf_setting_value == \"unset\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Get the setting forceencryption] ******* task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:660 Thursday 19 March 2026 18:00:35 -0400 (0:00:00.049) 0:01:17.542 ******** ok: [managed-node3] => { "changed": false, "cmd": "set -euo pipefail; grep '^forceencryption' /var/opt/mssql/mssql.conf | sed 's/forceencryption = //g'", "delta": "0:00:00.004537", "end": "2026-03-19 18:00:35.521881", "failed_when_result": false, "rc": 0, "start": "2026-03-19 18:00:35.517344" } STDOUT: 1 TASK [fedora.linux_system_roles.mssql : Append -No to sqlcmd when TLS is not configured] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:669 Thursday 19 March 2026 18:00:35 -0400 (0:00:00.368) 0:01:17.911 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "__mssql_forceencryption_val.stdout != '1'", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Append -C to sqlcmd when TLS is configured but certs are self-signed] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:676 Thursday 19 March 2026 18:00:35 -0400 (0:00:00.031) 0:01:17.942 ******** ok: [managed-node3] => { "ansible_facts": { "__sqlcmd_cli": "/opt/mssql-tools18/bin/sqlcmd -C" }, "changed": false } TASK [fedora.linux_system_roles.mssql : Prepare MSSQL and facts for logging in] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:689 Thursday 19 March 2026 18:00:35 -0400 (0:00:00.053) 0:01:17.996 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "__mssql_conf_setup is skipped", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Wait for mssql-server to prepare for client connections] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:693 Thursday 19 March 2026 18:00:35 -0400 (0:00:00.038) 0:01:18.034 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "__mssql_conf_setup is skipped", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Check if the set password matches the existing password] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:699 Thursday 19 March 2026 18:00:35 -0400 (0:00:00.030) 0:01:18.064 ******** skipping: [managed-node3] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.mssql : Ensure that the mssql-server service is stopped] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:708 Thursday 19 March 2026 18:00:35 -0400 (0:00:00.031) 0:01:18.096 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "__mssql_conf_setup is skipped", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Gather package facts] ****************** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:717 Thursday 19 March 2026 18:00:35 -0400 (0:00:00.031) 0:01:18.127 ******** skipping: [managed-node3] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.mssql : Change the password of sa user] ******** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:725 Thursday 19 March 2026 18:00:35 -0400 (0:00:00.041) 0:01:18.168 ******** skipping: [managed-node3] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.mssql : Pre-input SQL script files to SQL Server] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:746 Thursday 19 March 2026 18:00:35 -0400 (0:00:00.042) 0:01:18.211 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "mssql_pre_input_sql_file != []", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Pre-input SQL script contents to SQL Server] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:755 Thursday 19 March 2026 18:00:35 -0400 (0:00:00.030) 0:01:18.242 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "mssql_pre_input_sql_content != []", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Check if the set edition matches the existing edition] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:768 Thursday 19 March 2026 18:00:35 -0400 (0:00:00.034) 0:01:18.276 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "__mssql_conf_setup is skipped", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Ensure that the mssql-server service is stopped] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:783 Thursday 19 March 2026 18:00:35 -0400 (0:00:00.042) 0:01:18.319 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "__mssql_conf_setup is skipped", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Gather package facts] ****************** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:792 Thursday 19 March 2026 18:00:36 -0400 (0:00:00.041) 0:01:18.360 ******** skipping: [managed-node3] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.mssql : Change the edition of MSSQL] *********** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:798 Thursday 19 March 2026 18:00:36 -0400 (0:00:00.033) 0:01:18.394 ******** skipping: [managed-node3] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.mssql : Configure the IP address setting] ****** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:817 Thursday 19 March 2026 18:00:36 -0400 (0:00:00.040) 0:01:18.434 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "mssql_ip_address is not none", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Register the previous tcpport setting] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:824 Thursday 19 March 2026 18:00:36 -0400 (0:00:00.036) 0:01:18.471 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "mssql_manage_firewall | bool", "skip_reason": "Conditional result was False" } TASK [Open the TCP port 1433] ************************************************** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:831 Thursday 19 March 2026 18:00:36 -0400 (0:00:00.043) 0:01:18.515 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "mssql_manage_firewall | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Configure the TCP port setting to 1433] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:843 Thursday 19 March 2026 18:00:36 -0400 (0:00:00.028) 0:01:18.543 ******** included: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml for managed-node3 TASK [fedora.linux_system_roles.mssql : Get the setting network tcpport] ******* task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:3 Thursday 19 March 2026 18:00:36 -0400 (0:00:00.043) 0:01:18.587 ******** ok: [managed-node3] => { "changed": false, "cmd": [ "grep", "^tcpport = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.002832", "end": "2026-03-19 18:00:36.571171", "failed_when_result": false, "rc": 1, "start": "2026-03-19 18:00:36.568339" } MSG: non-zero return code TASK [fedora.linux_system_roles.mssql : Configure the setting network tcpport] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:12 Thursday 19 March 2026 18:00:36 -0400 (0:00:00.382) 0:01:18.969 ******** ok: [managed-node3] => { "changed": false, "cmd": [ "/opt/mssql/bin/mssql-conf", "set", "network.tcpport", "1433" ], "delta": "0:00:00.046291", "end": "2026-03-19 18:00:37.013971", "failed_when_result": false, "rc": 0, "start": "2026-03-19 18:00:36.967680" } STDOUT: Validation error on setting 'network.tcpport' Port '1433' is already in use. Please use another port TASK [fedora.linux_system_roles.mssql : Unset the setting network tcpport] ***** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:42 Thursday 19 March 2026 18:00:37 -0400 (0:00:00.449) 0:01:19.418 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "__mssql_conf_setting_value == \"unset\"", "skip_reason": "Conditional result was False" } TASK [Close the previously set SQL Server TCP port if it changed] ************** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:849 Thursday 19 March 2026 18:00:37 -0400 (0:00:00.021) 0:01:19.440 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "mssql_manage_firewall | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Configure the sqlagent setting] ******** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:869 Thursday 19 March 2026 18:00:37 -0400 (0:00:00.017) 0:01:19.458 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "mssql_enable_sql_agent is not none", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Ensure the package mssql-server-fts] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:876 Thursday 19 March 2026 18:00:37 -0400 (0:00:00.022) 0:01:19.480 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "mssql_install_fts is not none", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Ensure the package powershell] ********* task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:883 Thursday 19 March 2026 18:00:37 -0400 (0:00:00.020) 0:01:19.500 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "mssql_install_powershell is not none", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Check if the 3979 trace flag is enabled] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:892 Thursday 19 March 2026 18:00:37 -0400 (0:00:00.022) 0:01:19.523 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "mssql_tune_for_fua_storage is not none", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Set the 3979 traceflag] **************** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:898 Thursday 19 March 2026 18:00:37 -0400 (0:00:00.032) 0:01:19.555 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "mssql_tune_for_fua_storage is not none", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Unset the 3979 traceflag] ************** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:905 Thursday 19 March 2026 18:00:37 -0400 (0:00:00.024) 0:01:19.579 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "mssql_tune_for_fua_storage is not none", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Configure the alternatewritethrough setting] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:913 Thursday 19 March 2026 18:00:37 -0400 (0:00:00.035) 0:01:19.615 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "mssql_tune_for_fua_storage is not none", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Configure the writethrough setting] **** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:919 Thursday 19 March 2026 18:00:37 -0400 (0:00:00.031) 0:01:19.647 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "mssql_tune_for_fua_storage is not none", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Verify that ad_integration_realm variable is provided] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:929 Thursday 19 March 2026 18:00:37 -0400 (0:00:00.031) 0:01:19.678 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "mssql_ad_configure | bool", "skip_reason": "Conditional result was False" } TASK [Join to realm {{ ad_integration_realm }}] ******************************** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:937 Thursday 19 March 2026 18:00:37 -0400 (0:00:00.026) 0:01:19.705 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "mssql_ad_configure | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Ensure adutil and krb5-workstation] **** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:949 Thursday 19 March 2026 18:00:37 -0400 (0:00:00.024) 0:01:19.730 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "mssql_ad_configure | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Print credential caches to check if AD principal exists] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:956 Thursday 19 March 2026 18:00:37 -0400 (0:00:00.041) 0:01:19.772 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "mssql_ad_configure | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Print status of credential cache for {{ __mssql_ad_kinit_user }}] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:963 Thursday 19 March 2026 18:00:37 -0400 (0:00:00.043) 0:01:19.816 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "mssql_ad_configure | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Obtain Kerberos ticket for {{ __mssql_ad_kinit_user }}] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:972 Thursday 19 March 2026 18:00:37 -0400 (0:00:00.039) 0:01:19.855 ******** skipping: [managed-node3] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.mssql : Check if AD user exists] *************** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:985 Thursday 19 March 2026 18:00:37 -0400 (0:00:00.026) 0:01:19.882 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "mssql_ad_configure | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : In AD server create user] ************** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:994 Thursday 19 March 2026 18:00:37 -0400 (0:00:00.031) 0:01:19.914 ******** skipping: [managed-node3] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.mssql : Ensure proper configuration on user] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1008 Thursday 19 March 2026 18:00:37 -0400 (0:00:00.024) 0:01:19.938 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "mssql_ad_configure | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Get SPNs for the principal] ************ task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1018 Thursday 19 March 2026 18:00:37 -0400 (0:00:00.024) 0:01:19.963 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "mssql_ad_configure | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Register SPNs to the principal] ******** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1023 Thursday 19 March 2026 18:00:37 -0400 (0:00:00.024) 0:01:19.988 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "mssql_ad_configure | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Get kvno of the SPN host] ************** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1040 Thursday 19 March 2026 18:00:37 -0400 (0:00:00.022) 0:01:20.010 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "mssql_ad_configure | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Get stats of the keytab file] ********** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1045 Thursday 19 March 2026 18:00:37 -0400 (0:00:00.045) 0:01:20.055 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "mssql_ad_configure | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Get keytab properties] ***************** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1050 Thursday 19 March 2026 18:00:37 -0400 (0:00:00.017) 0:01:20.072 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "mssql_ad_configure | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Create keytab] ************************* task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1056 Thursday 19 March 2026 18:00:37 -0400 (0:00:00.016) 0:01:20.088 ******** skipping: [managed-node3] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.mssql : Add an entry in the keytab for the principal name and password] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1082 Thursday 19 March 2026 18:00:37 -0400 (0:00:00.016) 0:01:20.104 ******** skipping: [managed-node3] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.mssql : Ensure correct permissions and ownership on the keytab] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1103 Thursday 19 March 2026 18:00:37 -0400 (0:00:00.016) 0:01:20.121 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "mssql_ad_configure | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Fetch keytab file to host] ************* task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1111 Thursday 19 March 2026 18:00:37 -0400 (0:00:00.015) 0:01:20.137 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "mssql_ad_configure | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Configure the network.kerberoskeytabfile setting] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1121 Thursday 19 March 2026 18:00:37 -0400 (0:00:00.015) 0:01:20.153 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "mssql_ad_configure | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Configure the network.kerberoskeytabfile setting] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1127 Thursday 19 March 2026 18:00:37 -0400 (0:00:00.015) 0:01:20.169 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "mssql_ad_configure | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Mark active hosts] ********************* task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1144 Thursday 19 March 2026 18:00:37 -0400 (0:00:00.016) 0:01:20.185 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "mssql_ha_configure | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Fail if any hosts are no longer active] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1148 Thursday 19 March 2026 18:00:37 -0400 (0:00:00.015) 0:01:20.200 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "mssql_ha_configure | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Unset __mssql_is_active] *************** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1163 Thursday 19 March 2026 18:00:37 -0400 (0:00:00.018) 0:01:20.219 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "mssql_ha_configure | bool", "skip_reason": "Conditional result was False" } TASK [Open the port and enable the high-availability service in firewall tcp port 5022] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1169 Thursday 19 March 2026 18:00:37 -0400 (0:00:00.017) 0:01:20.237 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "mssql_ha_configure | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Set host variables] ******************** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1189 Thursday 19 March 2026 18:00:37 -0400 (0:00:00.029) 0:01:20.267 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "mssql_ha_configure | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Ensure the package mssql-server-ha] **** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1242 Thursday 19 March 2026 18:00:37 -0400 (0:00:00.024) 0:01:20.291 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "mssql_ha_configure | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Enable the hadrenabled setting] ******** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1249 Thursday 19 March 2026 18:00:37 -0400 (0:00:00.022) 0:01:20.313 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "mssql_ha_configure | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Restart the mssql-server service if hadrenabled task was changed] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1256 Thursday 19 March 2026 18:00:37 -0400 (0:00:00.016) 0:01:20.330 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "mssql_ha_configure | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Remove certificate from SQL Server] **** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1268 Thursday 19 March 2026 18:00:38 -0400 (0:00:00.035) 0:01:20.365 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "mssql_ha_configure | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Remove certificate and private key files] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1274 Thursday 19 March 2026 18:00:38 -0400 (0:00:00.026) 0:01:20.392 ******** skipping: [managed-node3] => (item=/var/opt/mssql/data/.cer) => { "ansible_loop_var": "item", "changed": false, "false_condition": "mssql_ha_configure | bool", "item": "/var/opt/mssql/data/.cer", "skip_reason": "Conditional result was False" } skipping: [managed-node3] => (item=/var/opt/mssql/data/.pvk) => { "ansible_loop_var": "item", "changed": false, "false_condition": "mssql_ha_configure | bool", "item": "/var/opt/mssql/data/.pvk", "skip_reason": "Conditional result was False" } skipping: [managed-node3] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.mssql : Configure SQL entities on the primary replica] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1282 Thursday 19 March 2026 18:00:38 -0400 (0:00:00.035) 0:01:20.428 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "mssql_ha_configure | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Create login for HA on in SQL Server] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1291 Thursday 19 March 2026 18:00:38 -0400 (0:00:00.024) 0:01:20.453 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "mssql_ha_configure | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Fetch certificate files from the primary to the control node] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1299 Thursday 19 March 2026 18:00:38 -0400 (0:00:00.033) 0:01:20.486 ******** skipping: [managed-node3] => (item={'key': 'cert', 'value': '/var/opt/mssql/data/.cer'}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "mssql_ha_configure | bool", "item": { "key": "cert", "value": "/var/opt/mssql/data/.cer" }, "skip_reason": "Conditional result was False" } skipping: [managed-node3] => (item={'key': 'key', 'value': '/var/opt/mssql/data/.pvk'}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "mssql_ha_configure | bool", "item": { "key": "key", "value": "/var/opt/mssql/data/.pvk" }, "skip_reason": "Conditional result was False" } skipping: [managed-node3] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.mssql : Get the current primary replica in SQL] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1313 Thursday 19 March 2026 18:00:38 -0400 (0:00:00.043) 0:01:20.529 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "mssql_ha_configure | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Set fact with the current primary replica] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1319 Thursday 19 March 2026 18:00:38 -0400 (0:00:00.024) 0:01:20.554 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "mssql_ha_configure | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Verify that primary instance hosts is available] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1325 Thursday 19 March 2026 18:00:38 -0400 (0:00:00.028) 0:01:20.582 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "mssql_ha_configure | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Configure ag] ************************** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1335 Thursday 19 March 2026 18:00:38 -0400 (0:00:00.030) 0:01:20.613 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "mssql_ha_configure | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Grant permissions to HA login] ********* task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1342 Thursday 19 March 2026 18:00:38 -0400 (0:00:00.027) 0:01:20.641 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "mssql_ha_configure | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Replicate DBs] ************************* task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1351 Thursday 19 March 2026 18:00:38 -0400 (0:00:00.025) 0:01:20.667 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "mssql_ha_configure | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Mark active hosts] ********************* task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1358 Thursday 19 March 2026 18:00:38 -0400 (0:00:00.026) 0:01:20.693 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "mssql_ha_configure | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Fail if any hosts are no longer active] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1362 Thursday 19 March 2026 18:00:38 -0400 (0:00:00.032) 0:01:20.726 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "mssql_ha_configure | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Grant permissions to HA login] ********* task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1379 Thursday 19 March 2026 18:00:38 -0400 (0:00:00.026) 0:01:20.752 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "mssql_ha_configure | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Ensure the package mssql-server-ha] **** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1392 Thursday 19 March 2026 18:00:38 -0400 (0:00:00.025) 0:01:20.778 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "mssql_ha_configure | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Enable the hadrenabled setting] ******** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1399 Thursday 19 March 2026 18:00:38 -0400 (0:00:00.026) 0:01:20.804 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "mssql_ha_configure | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Restart the mssql-server service if hadrenabled task was changed] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1406 Thursday 19 March 2026 18:00:38 -0400 (0:00:00.027) 0:01:20.832 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "mssql_ha_configure | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Remove certificate from SQL Server] **** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1415 Thursday 19 March 2026 18:00:38 -0400 (0:00:00.019) 0:01:20.851 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "mssql_ha_configure | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Distribute certificate and private key to managed nodes] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1422 Thursday 19 March 2026 18:00:38 -0400 (0:00:00.021) 0:01:20.873 ******** skipping: [managed-node3] => (item={'key': 'cert', 'value': '/var/opt/mssql/data/.cer'}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "mssql_ha_configure | bool", "item": { "key": "cert", "value": "/var/opt/mssql/data/.cer" }, "skip_reason": "Conditional result was False" } skipping: [managed-node3] => (item={'key': 'key', 'value': '/var/opt/mssql/data/.pvk'}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "mssql_ha_configure | bool", "item": { "key": "key", "value": "/var/opt/mssql/data/.pvk" }, "skip_reason": "Conditional result was False" } skipping: [managed-node3] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.mssql : Configure SQL entities on not primary replicas] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1434 Thursday 19 March 2026 18:00:38 -0400 (0:00:00.042) 0:01:20.916 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "mssql_ha_configure | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Create HA login] *********************** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1443 Thursday 19 March 2026 18:00:38 -0400 (0:00:00.024) 0:01:20.941 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "mssql_ha_configure | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Join to availability group] ************ task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1450 Thursday 19 March 2026 18:00:38 -0400 (0:00:00.023) 0:01:20.964 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "mssql_ha_configure | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Grant permissions to HA login] ********* task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1456 Thursday 19 March 2026 18:00:38 -0400 (0:00:00.028) 0:01:20.993 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "mssql_ha_configure | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Remove certificate and private key from the control node] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1464 Thursday 19 March 2026 18:00:38 -0400 (0:00:00.030) 0:01:21.023 ******** skipping: [managed-node3] => (item=cert) => { "ansible_loop_var": "item", "changed": false, "false_condition": "mssql_ha_configure | bool", "item": "cert", "skip_reason": "Conditional result was False" } skipping: [managed-node3] => (item=key) => { "ansible_loop_var": "item", "changed": false, "false_condition": "mssql_ha_configure | bool", "item": "key", "skip_reason": "Conditional result was False" } skipping: [managed-node3] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.mssql : Save credentials for the SQL Server login] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1477 Thursday 19 March 2026 18:00:38 -0400 (0:00:00.041) 0:01:21.065 ******** skipping: [managed-node3] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [Run ha_cluster to configure pacemaker] *********************************** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1489 Thursday 19 March 2026 18:00:38 -0400 (0:00:00.025) 0:01:21.091 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "mssql_ha_configure | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Wait for the cluster to finish configuration] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1494 Thursday 19 March 2026 18:00:38 -0400 (0:00:00.028) 0:01:21.119 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "mssql_ha_configure | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Configure listener for the availability group] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1502 Thursday 19 March 2026 18:00:38 -0400 (0:00:00.032) 0:01:21.152 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "mssql_ha_configure | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Ensure the ansible_managed header in /var/opt/mssql/mssql.conf] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1511 Thursday 19 March 2026 18:00:38 -0400 (0:00:00.028) 0:01:21.181 ******** changed: [managed-node3] => { "changed": true } MSG: Block inserted TASK [fedora.linux_system_roles.mssql : Flush handlers prior to inputting post SQL scripts] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1520 Thursday 19 March 2026 18:00:39 -0400 (0:00:00.597) 0:01:21.778 ******** NOTIFIED HANDLER fedora.linux_system_roles.mssql : Restart the mssql-server service for managed-node3 META: triggered running handlers for managed-node3 RUNNING HANDLER [fedora.linux_system_roles.mssql : Restart the mssql-server service] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/handlers/main.yml:3 Thursday 19 March 2026 18:00:39 -0400 (0:00:00.006) 0:01:21.785 ******** changed: [managed-node3] => { "changed": true, "name": "mssql-server", "state": "started", "status": { "ActiveEnterTimestamp": "Thu 2026-03-19 18:00:20 EDT", "ActiveEnterTimestampMonotonic": "1281686573", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "network.target sysinit.target -.mount system.slice systemd-journald.socket basic.target auditd.service", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Thu 2026-03-19 18:00:20 EDT", "AssertTimestampMonotonic": "1281679620", "Before": "multi-user.target shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "no", "CPUAffinity": "", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Thu 2026-03-19 18:00:20 EDT", "ConditionTimestampMonotonic": "1281679619", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlGroup": "/system.slice/mssql-server.service", "ControlPID": "0", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "no", "Description": "Microsoft SQL Server Database Engine", "DevicePolicy": "auto", "Documentation": "https://docs.microsoft.com/en-us/sql/linux", "DynamicUser": "no", "EffectiveCPUs": "", "EffectiveMemoryNodes": "", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "107884", "ExecMainStartTimestamp": "Thu 2026-03-19 18:00:20 EDT", "ExecMainStartTimestampMonotonic": "1281686533", "ExecMainStatus": "0", "ExecStart": "{ path=/opt/mssql/bin/sqlservr ; argv[]=/opt/mssql/bin/sqlservr ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/mssql-server.service", "FreezerState": "running", "GID": "989", "GuessMainPID": "yes", "IOAccounting": "no", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "IOWeight": "[not set]", "IPAccounting": "no", "IPEgressBytes": "18446744073709551615", "IPEgressPackets": "18446744073709551615", "IPIngressBytes": "18446744073709551615", "IPIngressPackets": "18446744073709551615", "Id": "mssql-server.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestamp": "Thu 2026-03-19 18:00:20 EDT", "InactiveExitTimestampMonotonic": "1281686573", "InvocationID": "ac912f24a50a4b28be0ceaeaad391ca5", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "process", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "0", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "65536", "LimitMEMLOCKSoft": "65536", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "infinity", "LimitNOFILESoft": "infinity", "LimitNPROC": "infinity", "LimitNPROCSoft": "infinity", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "28608", "LimitSIGPENDINGSoft": "28608", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "107884", "MemoryAccounting": "yes", "MemoryCurrent": "633765888", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "MountFlags": "", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAMask": "", "NUMAPolicy": "n/a", "Names": "mssql-server.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "Perpetual": "no", "PrivateDevices": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "-.mount sysinit.target system.slice", "RequiresMountsFor": "/var/opt/mssql", "Restart": "on-failure", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "3", "StartLimitIntervalUSec": "2min", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestamp": "Thu 2026-03-19 18:00:20 EDT", "StateChangeTimestampMonotonic": "1281686573", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SuccessAction": "none", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "139", "TasksMax": "infinity", "TimeoutStartUSec": "30min", "TimeoutStopUSec": "30min", "TimerSlackNSec": "50000", "Transient": "no", "Type": "simple", "UID": "993", "UMask": "0007", "UnitFilePreset": "disabled", "UnitFileState": "enabled", "User": "mssql", "UtmpMode": "init", "WantedBy": "multi-user.target", "WatchdogTimestamp": "Thu 2026-03-19 18:00:20 EDT", "WatchdogTimestampMonotonic": "1281686570", "WatchdogUSec": "0", "WorkingDirectory": "/var/opt/mssql" } } TASK [fedora.linux_system_roles.mssql : Post-input SQL scripts to SQL Server] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1524 Thursday 19 March 2026 18:00:40 -0400 (0:00:01.250) 0:01:23.035 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "mssql_post_input_sql_file != []", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Post-input SQL scripts to SQL Server] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1531 Thursday 19 March 2026 18:00:40 -0400 (0:00:00.019) 0:01:23.054 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "mssql_post_input_sql_content != []", "skip_reason": "Conditional result was False" } TASK [Remove a private key from the playbook directory] ************************ task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/tests_tls.yml:75 Thursday 19 March 2026 18:00:40 -0400 (0:00:00.021) 0:01:23.075 ******** changed: [managed-node3 -> localhost] => { "changed": true, "path": "ansible.jipttvo0", "state": "absent" } TASK [Configure the mssql-server service start limit interval and burst] ******* task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/tests_tls.yml:82 Thursday 19 March 2026 18:00:41 -0400 (0:00:00.374) 0:01:23.449 ******** included: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql-sever-increase-start-limit.yml for managed-node3 TASK [Create service drop-in directory] **************************************** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql-sever-increase-start-limit.yml:3 Thursday 19 March 2026 18:00:41 -0400 (0:00:00.043) 0:01:23.493 ******** changed: [managed-node3] => { "changed": true, "gid": 0, "group": "root", "mode": "0755", "owner": "root", "path": "/etc/systemd/system/mssql-server.service.d", "secontext": "unconfined_u:object_r:systemd_unit_file_t:s0", "size": 6, "state": "directory", "uid": 0 } TASK [Modify the mssql-server service start limit interval and burst] ********** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql-sever-increase-start-limit.yml:11 Thursday 19 March 2026 18:00:41 -0400 (0:00:00.395) 0:01:23.888 ******** changed: [managed-node3] => { "changed": true, "checksum": "c2c05a3dc1d516acdec3ead86f9dbbc1adaa39d7", "dest": "/etc/systemd/system/mssql-server.service.d/startlimit.conf", "gid": 0, "group": "root", "md5sum": "4e553ebde6af773b4efe9008c4676a82", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:systemd_unit_file_t:s0", "size": 49, "src": "/root/.ansible/tmp/ansible-tmp-1773957641.6046467-61218-246118767209560/source", "state": "file", "uid": 0 } TASK [Reload service daemon] *************************************************** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql-sever-increase-start-limit.yml:23 Thursday 19 March 2026 18:00:42 -0400 (0:00:00.820) 0:01:24.709 ******** ok: [managed-node3] => { "changed": false, "name": null, "status": {} } TASK [Verify connectivity and settings] **************************************** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/tests_tls.yml:85 Thursday 19 March 2026 18:00:43 -0400 (0:00:00.815) 0:01:25.524 ******** included: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml for managed-node3 TASK [Get server version on non-booted systems] ******************************** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:10 Thursday 19 March 2026 18:00:43 -0400 (0:00:00.053) 0:01:25.577 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "__verify_mssql_edition is defined", "skip_reason": "Conditional result was False" } TASK [Get server edition on booted systems] ************************************ task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:19 Thursday 19 March 2026 18:00:43 -0400 (0:00:00.017) 0:01:25.594 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "__verify_mssql_edition is defined", "skip_reason": "Conditional result was False" } TASK [Verify that the edition matches] ***************************************** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:33 Thursday 19 March 2026 18:00:43 -0400 (0:00:00.016) 0:01:25.611 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "__verify_mssql_edition is defined", "skip_reason": "Conditional result was False" } TASK [Verify the setting {{ item.key }}] *************************************** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:39 Thursday 19 March 2026 18:00:43 -0400 (0:00:00.017) 0:01:25.628 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "item.value is defined", "skip_reason": "Conditional result was False" } TASK [Get stat of mssql_datadir] *********************************************** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:55 Thursday 19 March 2026 18:00:43 -0400 (0:00:00.018) 0:01:25.646 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "__verify_mssql_datadir_mode is defined", "skip_reason": "Conditional result was False" } TASK [Assert that mssql_datadir has proper permissions and ownership] ********** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:60 Thursday 19 March 2026 18:00:43 -0400 (0:00:00.016) 0:01:25.662 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "__verify_mssql_datadir_mode is defined", "skip_reason": "Conditional result was False" } TASK [Get stat of mssql_logdir] ************************************************ task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:70 Thursday 19 March 2026 18:00:43 -0400 (0:00:00.016) 0:01:25.679 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "__verify_mssql_logdir_mode is defined", "skip_reason": "Conditional result was False" } TASK [Assert that mssql_logdir has proper permissions and ownership] *********** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:75 Thursday 19 March 2026 18:00:43 -0400 (0:00:00.016) 0:01:25.695 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "__verify_mssql_logdir_mode is defined", "skip_reason": "Conditional result was False" } TASK [Prepare MSSQL and facts for logging in] ********************************** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:85 Thursday 19 March 2026 18:00:43 -0400 (0:00:00.017) 0:01:25.713 ******** TASK [fedora.linux_system_roles.mssql : Ensure that the mssql-server service is started] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/verify_password.yml:3 Thursday 19 March 2026 18:00:43 -0400 (0:00:00.038) 0:01:25.752 ******** ok: [managed-node3] => { "changed": false, "name": "mssql-server", "state": "started", "status": { "ActiveEnterTimestamp": "Thu 2026-03-19 18:00:40 EDT", "ActiveEnterTimestampMonotonic": "1302273310", "ActiveExitTimestamp": "Thu 2026-03-19 18:00:40 EDT", "ActiveExitTimestampMonotonic": "1302043440", "ActiveState": "active", "After": "auditd.service system.slice sysinit.target basic.target network.target systemd-journald.socket -.mount", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Thu 2026-03-19 18:00:40 EDT", "AssertTimestampMonotonic": "1302272364", "Before": "multi-user.target shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "no", "CPUAffinity": "", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Thu 2026-03-19 18:00:40 EDT", "ConditionTimestampMonotonic": "1302272363", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlGroup": "/system.slice/mssql-server.service", "ControlPID": "0", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "no", "Description": "Microsoft SQL Server Database Engine", "DevicePolicy": "auto", "Documentation": "https://docs.microsoft.com/en-us/sql/linux", "DropInPaths": "/etc/systemd/system/mssql-server.service.d/startlimit.conf", "DynamicUser": "no", "EffectiveCPUs": "", "EffectiveMemoryNodes": "", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "111278", "ExecMainStartTimestamp": "Thu 2026-03-19 18:00:40 EDT", "ExecMainStartTimestampMonotonic": "1302273251", "ExecMainStatus": "0", "ExecStart": "{ path=/opt/mssql/bin/sqlservr ; argv[]=/opt/mssql/bin/sqlservr ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/mssql-server.service", "FreezerState": "running", "GID": "989", "GuessMainPID": "yes", "IOAccounting": "no", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "IOWeight": "[not set]", "IPAccounting": "no", "IPEgressBytes": "18446744073709551615", "IPEgressPackets": "18446744073709551615", "IPIngressBytes": "18446744073709551615", "IPIngressPackets": "18446744073709551615", "Id": "mssql-server.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestamp": "Thu 2026-03-19 18:00:40 EDT", "InactiveEnterTimestampMonotonic": "1302271510", "InactiveExitTimestamp": "Thu 2026-03-19 18:00:40 EDT", "InactiveExitTimestampMonotonic": "1302273310", "InvocationID": "550809b7bd3d46b7b4d1420d3309a9b6", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "process", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "0", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "65536", "LimitMEMLOCKSoft": "65536", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "infinity", "LimitNOFILESoft": "infinity", "LimitNPROC": "infinity", "LimitNPROCSoft": "infinity", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "28608", "LimitSIGPENDINGSoft": "28608", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "111278", "MemoryAccounting": "yes", "MemoryCurrent": "629944320", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "MountFlags": "", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAMask": "", "NUMAPolicy": "n/a", "Names": "mssql-server.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "Perpetual": "no", "PrivateDevices": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "-.mount sysinit.target system.slice", "RequiresMountsFor": "/var/opt/mssql", "Restart": "on-failure", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "0", "StartLimitIntervalUSec": "0", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestamp": "Thu 2026-03-19 18:00:40 EDT", "StateChangeTimestampMonotonic": "1302273310", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SuccessAction": "none", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "135", "TasksMax": "infinity", "TimeoutStartUSec": "30min", "TimeoutStopUSec": "30min", "TimerSlackNSec": "50000", "Transient": "no", "Type": "simple", "UID": "993", "UMask": "0007", "UnitFilePreset": "disabled", "UnitFileState": "enabled", "User": "mssql", "UtmpMode": "init", "WantedBy": "multi-user.target", "WatchdogTimestamp": "Thu 2026-03-19 18:00:40 EDT", "WatchdogTimestampMonotonic": "1302273308", "WatchdogUSec": "0", "WorkingDirectory": "/var/opt/mssql" } } TASK [fedora.linux_system_roles.mssql : Check if a custom tcpport setting exist] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/verify_password.yml:9 Thursday 19 March 2026 18:00:44 -0400 (0:00:01.078) 0:01:26.831 ******** ok: [managed-node3] => { "changed": false, "cmd": [ "grep", "^tcpport = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.002695", "end": "2026-03-19 18:00:44.819980", "failed_when_result": false, "rc": 1, "start": "2026-03-19 18:00:44.817285" } MSG: non-zero return code TASK [fedora.linux_system_roles.mssql : Check if a custom ipaddress setting exist] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/verify_password.yml:15 Thursday 19 March 2026 18:00:44 -0400 (0:00:00.376) 0:01:27.207 ******** ok: [managed-node3] => { "changed": false, "cmd": [ "grep", "^ipaddress = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.002586", "end": "2026-03-19 18:00:45.162807", "failed_when_result": false, "rc": 1, "start": "2026-03-19 18:00:45.160221" } MSG: non-zero return code TASK [fedora.linux_system_roles.mssql : Set a fact with a login command] ******* task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/verify_password.yml:21 Thursday 19 March 2026 18:00:45 -0400 (0:00:00.342) 0:01:27.550 ******** ok: [managed-node3] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [Wait for mssql-server to prepare for client connections] ***************** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:96 Thursday 19 March 2026 18:00:45 -0400 (0:00:00.034) 0:01:27.585 ******** ok: [managed-node3] => { "changed": false, "elapsed": 1, "gid": 989, "group": "mssql", "match_groupdict": {}, "match_groups": [], "mode": "0660", "owner": "mssql", "path": "/var/opt/mssql/log/errorlog", "port": null, "search_regex": "SQL Server is now ready for client connections", "secontext": "system_u:object_r:var_t:s0", "size": 6351, "state": "file", "uid": 993 } TASK [Check if the set password matches the existing password] ***************** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:117 Thursday 19 March 2026 18:00:46 -0400 (0:00:01.449) 0:01:29.034 ******** ok: [managed-node3] => { "attempts": 1, "changed": false, "cmd": [ "/opt/mssql-tools18/bin/sqlcmd", "-C", "-U", "sa", "-P", "p@55w0rD", "-Q", "SELECT @@VERSION" ], "delta": "0:00:00.021814", "end": "2026-03-19 18:00:47.006016", "rc": 0, "start": "2026-03-19 18:00:46.984202" } STDOUT: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ Microsoft SQL Server 2017 (RTM-CU31-GDR) (KB5077471) - 14.0.3520.4 (X64) Feb 13 2026 16:31:53 Copyright (C) 2017 Microsoft Corporation Enterprise Evaluation Edition (64-bit) on Linux (CentOS Stream 8) (1 rows affected) TASK [Set the mssql_password variable to default null] ************************* task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:137 Thursday 19 March 2026 18:00:47 -0400 (0:00:00.411) 0:01:29.445 ******** ok: [managed-node3] => { "ansible_facts": { "mssql_password": null }, "changed": false } TASK [Verify the package mssql-server-fts] ************************************* task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:141 Thursday 19 March 2026 18:00:47 -0400 (0:00:00.039) 0:01:29.485 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "__verify_mssql_fts_is_installed is defined", "skip_reason": "Conditional result was False" } TASK [Verify the package powershell] ******************************************* task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:148 Thursday 19 March 2026 18:00:47 -0400 (0:00:00.026) 0:01:29.512 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "__verify_mssql_powershell_is_installed is defined", "skip_reason": "Conditional result was False" } TASK [Get the value of the traceflag setting] ********************************** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:159 Thursday 19 March 2026 18:00:47 -0400 (0:00:00.028) 0:01:29.540 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "__verify_mssql_is_tuned_for_fua is defined", "skip_reason": "Conditional result was False" } TASK [Verify that the traceflag setting is set to 3979] ************************ task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:164 Thursday 19 March 2026 18:00:47 -0400 (0:00:00.030) 0:01:29.570 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "__verify_mssql_is_tuned_for_fua is defined", "skip_reason": "Conditional result was False" } TASK [Verify that the traceflag setting is not set to 3979] ******************** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:169 Thursday 19 March 2026 18:00:47 -0400 (0:00:00.028) 0:01:29.599 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "__verify_mssql_is_tuned_for_fua is defined", "skip_reason": "Conditional result was False" } TASK [Verify that the alternatewritethrough setting is false] ****************** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:175 Thursday 19 March 2026 18:00:47 -0400 (0:00:00.029) 0:01:29.628 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "__verify_mssql_is_tuned_for_fua is defined", "skip_reason": "Conditional result was False" } TASK [Verify the writethrough setting] ***************************************** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:181 Thursday 19 March 2026 18:00:47 -0400 (0:00:00.039) 0:01:29.668 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "__verify_mssql_is_tuned_for_fua is defined", "skip_reason": "Conditional result was False" } TASK [Verify the tlscert setting] ********************************************** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:191 Thursday 19 March 2026 18:00:47 -0400 (0:00:00.033) 0:01:29.701 ******** included: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml for managed-node3 TASK [Get the value of the setting tlscert] ************************************ task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml:7 Thursday 19 March 2026 18:00:47 -0400 (0:00:00.033) 0:01:29.734 ******** ok: [managed-node3] => { "changed": false, "cmd": "grep '^tlscert' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.003859", "end": "2026-03-19 18:00:47.694483", "rc": 0, "start": "2026-03-19 18:00:47.690624" } STDOUT: tlscert = /etc/pki/tls/certs/ansible.0tjtul87 TASK [Verify the setting when it is type str tlscert] ************************** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml:14 Thursday 19 March 2026 18:00:47 -0400 (0:00:00.429) 0:01:30.164 ******** ok: [managed-node3] => { "changed": false } MSG: All assertions passed TASK [Verify the setting when it is type bool tlscert] ************************* task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml:25 Thursday 19 March 2026 18:00:47 -0400 (0:00:00.061) 0:01:30.225 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "__mssql_conf_value | type_debug == 'bool'", "skip_reason": "Conditional result was False" } TASK [Verify that tcpport = /etc/pki/tls/certs/ansible.0tjtul87] *************** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml:40 Thursday 19 March 2026 18:00:47 -0400 (0:00:00.040) 0:01:30.266 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "__mssql_conf_setting == \"tcpport\"", "skip_reason": "Conditional result was False" } TASK [Verify the tlskey setting] *********************************************** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:202 Thursday 19 March 2026 18:00:47 -0400 (0:00:00.028) 0:01:30.294 ******** included: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml for managed-node3 TASK [Get the value of the setting tlskey] ************************************* task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml:7 Thursday 19 March 2026 18:00:48 -0400 (0:00:00.049) 0:01:30.344 ******** ok: [managed-node3] => { "changed": false, "cmd": "grep '^tlskey' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.003855", "end": "2026-03-19 18:00:48.311077", "rc": 0, "start": "2026-03-19 18:00:48.307222" } STDOUT: tlskey = /etc/pki/tls/private/ansible.jipttvo0 TASK [Verify the setting when it is type str tlskey] *************************** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml:14 Thursday 19 March 2026 18:00:48 -0400 (0:00:00.372) 0:01:30.716 ******** ok: [managed-node3] => { "changed": false } MSG: All assertions passed TASK [Verify the setting when it is type bool tlskey] ************************** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml:25 Thursday 19 March 2026 18:00:48 -0400 (0:00:00.060) 0:01:30.776 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "__mssql_conf_value | type_debug == 'bool'", "skip_reason": "Conditional result was False" } TASK [Verify that tcpport = /etc/pki/tls/private/ansible.jipttvo0] ************* task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml:40 Thursday 19 March 2026 18:00:48 -0400 (0:00:00.052) 0:01:30.829 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "__mssql_conf_setting == \"tcpport\"", "skip_reason": "Conditional result was False" } TASK [Verify the tlsprotocols setting] ***************************************** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:214 Thursday 19 March 2026 18:00:48 -0400 (0:00:00.032) 0:01:30.862 ******** included: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml for managed-node3 TASK [Get the value of the setting tlsprotocols] ******************************* task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml:7 Thursday 19 March 2026 18:00:48 -0400 (0:00:00.060) 0:01:30.922 ******** ok: [managed-node3] => { "changed": false, "cmd": "grep '^tlsprotocols' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004552", "end": "2026-03-19 18:00:48.919746", "rc": 0, "start": "2026-03-19 18:00:48.915194" } STDOUT: tlsprotocols = 1.2 TASK [Verify the setting when it is type str tlsprotocols] ********************* task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml:14 Thursday 19 March 2026 18:00:48 -0400 (0:00:00.398) 0:01:31.321 ******** ok: [managed-node3] => { "changed": false } MSG: All assertions passed TASK [Verify the setting when it is type bool tlsprotocols] ******************** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml:25 Thursday 19 March 2026 18:00:49 -0400 (0:00:00.032) 0:01:31.353 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "__mssql_conf_value | type_debug == 'bool'", "skip_reason": "Conditional result was False" } TASK [Verify that tcpport = 1.2] *********************************************** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml:40 Thursday 19 March 2026 18:00:49 -0400 (0:00:00.030) 0:01:31.383 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "__mssql_conf_setting == \"tcpport\"", "skip_reason": "Conditional result was False" } TASK [Verify the forceencryption setting] ************************************** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:222 Thursday 19 March 2026 18:00:49 -0400 (0:00:00.024) 0:01:31.408 ******** included: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml for managed-node3 TASK [Get the value of the setting forceencryption] **************************** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml:7 Thursday 19 March 2026 18:00:49 -0400 (0:00:00.042) 0:01:31.450 ******** ok: [managed-node3] => { "changed": false, "cmd": "grep '^forceencryption' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.003924", "end": "2026-03-19 18:00:49.437964", "rc": 0, "start": "2026-03-19 18:00:49.434040" } STDOUT: forceencryption = 1 TASK [Verify the setting when it is type str forceencryption] ****************** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml:14 Thursday 19 March 2026 18:00:49 -0400 (0:00:00.405) 0:01:31.855 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "__mssql_conf_value | type_debug != 'bool'", "skip_reason": "Conditional result was False" } TASK [Verify the setting when it is type bool forceencryption] ***************** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml:25 Thursday 19 March 2026 18:00:49 -0400 (0:00:00.033) 0:01:31.888 ******** ok: [managed-node3] => { "changed": false } MSG: All assertions passed TASK [Verify that tcpport = True] ********************************************** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml:40 Thursday 19 March 2026 18:00:49 -0400 (0:00:00.043) 0:01:31.932 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "__mssql_conf_setting == \"tcpport\"", "skip_reason": "Conditional result was False" } TASK [Verify configuration for confined application] *************************** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:229 Thursday 19 March 2026 18:00:49 -0400 (0:00:00.028) 0:01:31.960 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "__verify_mssql_is_confined is defined", "skip_reason": "Conditional result was False" } TASK [Disable TLS encryption] ************************************************** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/tests_tls.yml:92 Thursday 19 March 2026 18:00:49 -0400 (0:00:00.024) 0:01:31.985 ******** included: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/run_role_with_clear_facts.yml for managed-node3 TASK [Clear facts] ************************************************************* task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/run_role_with_clear_facts.yml:8 Thursday 19 March 2026 18:00:49 -0400 (0:00:00.064) 0:01:32.049 ******** META: facts cleared TASK [Run the role] ************************************************************ task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/run_role_with_clear_facts.yml:22 Thursday 19 March 2026 18:00:49 -0400 (0:00:00.001) 0:01:32.051 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "__sr_failed_when is defined", "skip_reason": "Conditional result was False" } TASK [Run the role normally] *************************************************** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/run_role_with_clear_facts.yml:32 Thursday 19 March 2026 18:00:49 -0400 (0:00:00.017) 0:01:32.068 ******** TASK [fedora.linux_system_roles.mssql : Ensure ansible_facts and variables used by role] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:3 Thursday 19 March 2026 18:00:50 -0400 (0:00:00.417) 0:01:32.486 ******** included: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/set_vars.yml for managed-node3 TASK [fedora.linux_system_roles.mssql : Ensure ansible_facts used by role] ***** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/set_vars.yml:3 Thursday 19 March 2026 18:00:50 -0400 (0:00:00.059) 0:01:32.546 ******** ok: [managed-node3] TASK [fedora.linux_system_roles.mssql : Set platform/version specific variables] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/set_vars.yml:8 Thursday 19 March 2026 18:00:50 -0400 (0:00:00.630) 0:01:33.177 ******** ok: [managed-node3] => (item=RedHat.yml) => { "ansible_facts": { "__mssql_client_repository": "https://packages.microsoft.com/rhel/9/prod/", "__mssql_confined_supported": true, "__mssql_server_repository": "https://packages.microsoft.com/rhel/9/mssql-server-{{ mssql_version | int }}/", "__mssql_supported_versions": [ 2022 ], "__mssql_tuned_supported": true }, "ansible_included_var_files": [ "/tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/vars/RedHat.yml" ], "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml" } skipping: [managed-node3] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__mssql_vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [managed-node3] => (item=CentOS_8.yml) => { "ansible_facts": { "__mssql_client_repository": "https://packages.microsoft.com/rhel/8/prod/", "__mssql_confined_supported": false, "__mssql_server_repository": "https://packages.microsoft.com/rhel/8/mssql-server-{{ mssql_version | int }}/", "__mssql_supported_versions": [ 2017, 2019, 2022 ] }, "ansible_included_var_files": [ "/tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } ok: [managed-node3] => (item=CentOS_8.yml) => { "ansible_facts": { "__mssql_client_repository": "https://packages.microsoft.com/rhel/8/prod/", "__mssql_confined_supported": false, "__mssql_server_repository": "https://packages.microsoft.com/rhel/8/mssql-server-{{ mssql_version | int }}/", "__mssql_supported_versions": [ 2017, 2019, 2022 ] }, "ansible_included_var_files": [ "/tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } TASK [fedora.linux_system_roles.mssql : Run systemctl] ************************* task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/set_vars.yml:22 Thursday 19 March 2026 18:00:50 -0400 (0:00:00.058) 0:01:33.236 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "__mssql_is_booted is not defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Require installed systemd] ************* task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/set_vars.yml:29 Thursday 19 March 2026 18:00:50 -0400 (0:00:00.026) 0:01:33.263 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "__mssql_is_booted is not defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Set flag to indicate that systemd runtime operations are available] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/set_vars.yml:34 Thursday 19 March 2026 18:00:50 -0400 (0:00:00.025) 0:01:33.288 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "__mssql_is_booted is not defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Unset internal role facts] ************* task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:8 Thursday 19 March 2026 18:00:50 -0400 (0:00:00.022) 0:01:33.311 ******** ok: [managed-node3] => { "ansible_facts": { "__mssql_is_active": null, "__mssql_sqlcmd_login_cmd": null }, "changed": false } TASK [fedora.linux_system_roles.mssql : Print that the mssql_input_sql_file variable is deprecated] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:16 Thursday 19 March 2026 18:00:51 -0400 (0:00:00.042) 0:01:33.354 ******** skipping: [managed-node3] => { "false_condition": "mssql_input_sql_file is defined" } TASK [fedora.linux_system_roles.mssql : Link the deprecated mssql_input_sql_file fact] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:24 Thursday 19 March 2026 18:00:51 -0400 (0:00:00.021) 0:01:33.375 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "mssql_input_sql_file is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Print that the variable is deprecated] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:31 Thursday 19 March 2026 18:00:51 -0400 (0:00:00.027) 0:01:33.402 ******** skipping: [managed-node3] => { "false_condition": "mssql_ha_listener_port is defined" } TASK [fedora.linux_system_roles.mssql : Link the deprecated mssql_ha_listener_port fact] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:38 Thursday 19 March 2026 18:00:51 -0400 (0:00:00.022) 0:01:33.425 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "mssql_ha_listener_port is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Print that the mssql_ad_sql_user_name variable is deprecated] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:45 Thursday 19 March 2026 18:00:51 -0400 (0:00:00.020) 0:01:33.445 ******** skipping: [managed-node3] => { "false_condition": "mssql_ad_sql_user_name is defined" } TASK [fedora.linux_system_roles.mssql : Link the deprecated mssql_ad_sql_user_name fact] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:52 Thursday 19 March 2026 18:00:51 -0400 (0:00:00.026) 0:01:33.472 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "mssql_ad_sql_user_name is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Print that the mssql_ha_cluster_run_role variable is deprecated] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:59 Thursday 19 March 2026 18:00:51 -0400 (0:00:00.019) 0:01:33.491 ******** skipping: [managed-node3] => { "false_condition": "mssql_ha_cluster_run_role is defined" } TASK [fedora.linux_system_roles.mssql : Link the deprecated mssql_ha_cluster_run_role fact] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:66 Thursday 19 March 2026 18:00:51 -0400 (0:00:00.018) 0:01:33.510 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "mssql_ha_cluster_run_role is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Print that variable is deprecated] ***** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:75 Thursday 19 March 2026 18:00:51 -0400 (0:00:00.020) 0:01:33.531 ******** skipping: [managed-node3] => { "false_condition": "mssql_accept_microsoft_odbc_driver_17_for_sql_server_eula is defined" } TASK [fedora.linux_system_roles.mssql : Link the deprecated fact] ************** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:84 Thursday 19 March 2026 18:00:51 -0400 (0:00:00.021) 0:01:33.552 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "mssql_accept_microsoft_odbc_driver_17_for_sql_server_eula is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Fail on RHEL or CentOS 10 because it's not supported] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:88 Thursday 19 March 2026 18:00:51 -0400 (0:00:00.018) 0:01:33.570 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "ansible_facts[\"distribution_major_version\"] is version('10', '=')", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Verify that the user accepts EULA variables] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:95 Thursday 19 March 2026 18:00:51 -0400 (0:00:00.021) 0:01:33.591 ******** ok: [managed-node3] => { "changed": false } MSG: All assertions passed TASK [fedora.linux_system_roles.mssql : Verify that EL < 8 is not used with mssql_ha_configure=true] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:107 Thursday 19 March 2026 18:00:51 -0400 (0:00:00.026) 0:01:33.618 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "mssql_ha_configure | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Verify if the mssql_ha_replica_type variable is provided correctly] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:115 Thursday 19 March 2026 18:00:51 -0400 (0:00:00.018) 0:01:33.636 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "mssql_ha_configure | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Verify that 'mssql_ha_replica_type = primary' is provided once] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:124 Thursday 19 March 2026 18:00:51 -0400 (0:00:00.016) 0:01:33.653 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "mssql_ha_configure | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Verify that mssql_ha_prep_for_pacemaker is provided correctly] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:133 Thursday 19 March 2026 18:00:51 -0400 (0:00:00.018) 0:01:33.671 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "mssql_ha_ag_cluster_type | lower == 'none'", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Verify that selinux variables are used on supported platforms] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:143 Thursday 19 March 2026 18:00:51 -0400 (0:00:00.020) 0:01:33.692 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "(mssql_manage_selinux | bool) or (mssql_run_selinux_confined | bool)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Verify that mssql_manage_selinux is set properly] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:152 Thursday 19 March 2026 18:00:51 -0400 (0:00:00.021) 0:01:33.713 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "mssql_manage_selinux | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Verify that mssql_ha_ag_is_contained is not provided with version 2017] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:163 Thursday 19 March 2026 18:00:51 -0400 (0:00:00.013) 0:01:33.727 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "mssql_ha_ag_is_contained | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Verify fail reuse_system_db=true is not provided without ag_is_contained] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:174 Thursday 19 March 2026 18:00:51 -0400 (0:00:00.013) 0:01:33.741 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "mssql_ha_ag_reuse_system_db | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Gather package facts] ****************** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:185 Thursday 19 March 2026 18:00:51 -0400 (0:00:00.015) 0:01:33.756 ******** ok: [managed-node3] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.mssql : Set fact with the currently installed SQL Server version if any] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:189 Thursday 19 March 2026 18:00:52 -0400 (0:00:01.462) 0:01:35.219 ******** ok: [managed-node3] => (item={'key': 2017, 'value': 14}) => { "ansible_facts": { "__mssql_current_version": "2017" }, "ansible_loop_var": "item", "changed": false, "item": { "key": 2017, "value": 14 } } skipping: [managed-node3] => (item={'key': 2019, 'value': 15}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "ansible_facts.packages[\"mssql-server\"][0][\"version\"].split(\".\") | first | int == item.value", "item": { "key": 2019, "value": 15 }, "skip_reason": "Conditional result was False" } skipping: [managed-node3] => (item={'key': 2022, 'value': 16}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "ansible_facts.packages[\"mssql-server\"][0][\"version\"].split(\".\") | first | int == item.value", "item": { "key": 2022, "value": 16 }, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Verify if mssql_version is not bigger then the existing SQL Server version] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:197 Thursday 19 March 2026 18:00:52 -0400 (0:00:00.064) 0:01:35.283 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "mssql_version | int > __mssql_current_version | int", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Set mssql_version variable if user does not define it] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:210 Thursday 19 March 2026 18:00:52 -0400 (0:00:00.023) 0:01:35.307 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "mssql_version is none", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Verify if the mssql_version variable is provided correctly] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:217 Thursday 19 March 2026 18:00:53 -0400 (0:00:00.046) 0:01:35.354 ******** ok: [managed-node3] => { "changed": false } MSG: All assertions passed TASK [fedora.linux_system_roles.mssql : Verify if mssql_version is not smaller then the existing SQL Server version] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:224 Thursday 19 March 2026 18:00:53 -0400 (0:00:00.029) 0:01:35.383 ******** skipping: [managed-node3] => (item={'key': 2017, 'value': 14}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "ansible_facts.packages[\"mssql-server\"][0][\"version\"].split(\".\") | first | int > item.value", "item": { "key": 2017, "value": 14 }, "skip_reason": "Conditional result was False" } skipping: [managed-node3] => (item={'key': 2019, 'value': 15}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "mssql_version | int == item.key", "item": { "key": 2019, "value": 15 }, "skip_reason": "Conditional result was False" } skipping: [managed-node3] => (item={'key': 2022, 'value': 16}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "mssql_version | int == item.key", "item": { "key": 2022, "value": 16 }, "skip_reason": "Conditional result was False" } skipping: [managed-node3] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.mssql : Deploy the GPG key for Microsoft repositories] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:238 Thursday 19 March 2026 18:00:53 -0400 (0:00:00.054) 0:01:35.437 ******** ok: [managed-node3] => { "attempts": 1, "changed": false } TASK [fedora.linux_system_roles.mssql : Update all packages from SQL Server repo version 2017] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:252 Thursday 19 March 2026 18:00:53 -0400 (0:00:00.592) 0:01:36.029 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "mssql_upgrade | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Get yum repositories] ****************** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:262 Thursday 19 March 2026 18:00:53 -0400 (0:00:00.035) 0:01:36.064 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "mssql_upgrade | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Remove the current Microsoft SQL Server repository to upgrade to 2017] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:273 Thursday 19 March 2026 18:00:53 -0400 (0:00:00.034) 0:01:36.099 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "mssql_upgrade | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Update all packages from SQL Server repo version 2017] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:287 Thursday 19 March 2026 18:00:53 -0400 (0:00:00.041) 0:01:36.140 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "mssql_upgrade | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Get zypper repositories] *************** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:296 Thursday 19 March 2026 18:00:53 -0400 (0:00:00.031) 0:01:36.171 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "mssql_upgrade | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Remove the current Microsoft SQL Server repository to upgrade to 2017] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:308 Thursday 19 March 2026 18:00:53 -0400 (0:00:00.038) 0:01:36.210 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "mssql_upgrade | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Configure the Microsoft SQL Server repo version 2017] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:315 Thursday 19 March 2026 18:00:53 -0400 (0:00:00.035) 0:01:36.246 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "(__mssql_server_packages not in ansible_facts.packages) or (mssql_upgrade | bool)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Configure the Microsoft SQL Server repo version 2017] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:327 Thursday 19 March 2026 18:00:53 -0400 (0:00:00.042) 0:01:36.288 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "ansible_facts[\"pkg_mgr\"] == \"zypper\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Configure to run as a confined application with SELinux] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:340 Thursday 19 March 2026 18:00:53 -0400 (0:00:00.039) 0:01:36.327 ******** ok: [managed-node3] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [fedora.linux_system_roles.mssql : Ensure the package mssql-server] ******* task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:345 Thursday 19 March 2026 18:00:56 -0400 (0:00:02.656) 0:01:38.983 ******** ok: [managed-node3] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [fedora.linux_system_roles.mssql : Check if the errorlog file exists and its location] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:350 Thursday 19 March 2026 18:00:59 -0400 (0:00:02.567) 0:01:41.550 ******** ok: [managed-node3] => { "changed": false, "cmd": "set -euo pipefail\nerrorlog=\"$(grep '^errorlogfile = ' /var/opt/mssql/mssql.conf \\\n| sed 's/errorlogfile : //')\" || :\nif [ -s \"${errorlog}\" ]; then\n echo \"${errorlog}\"\nelif [ -s /var/opt/mssql/log/errorlog ]; then\n echo /var/opt/mssql/log/errorlog\nelse\n echo \"\"\nfi\n", "delta": "0:00:00.005264", "end": "2026-03-19 18:00:59.547328", "rc": 0, "start": "2026-03-19 18:00:59.542064" } STDOUT: /var/opt/mssql/log/errorlog TASK [fedora.linux_system_roles.mssql : Check if mssql-server.service is enabled] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:367 Thursday 19 March 2026 18:00:59 -0400 (0:00:00.455) 0:01:42.005 ******** ok: [managed-node3] => { "changed": false, "cmd": [ "systemctl", "is-enabled", "mssql-server.service" ], "delta": "0:00:01.009343", "end": "2026-03-19 18:01:01.023953", "failed_when_result": false, "rc": 0, "start": "2026-03-19 18:01:00.014610" } STDOUT: enabled TASK [fedora.linux_system_roles.mssql : Check if mssql-server.service is running] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:374 Thursday 19 March 2026 18:01:01 -0400 (0:00:01.417) 0:01:43.423 ******** ok: [managed-node3] => { "changed": false, "cmd": [ "systemctl", "is-active", "mssql-server.service" ], "delta": "0:00:00.007388", "end": "2026-03-19 18:01:01.395182", "failed_when_result": false, "rc": 0, "start": "2026-03-19 18:01:01.387794" } STDOUT: active TASK [fedora.linux_system_roles.mssql : Set the __mssql_is_setup variable] ***** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:381 Thursday 19 March 2026 18:01:01 -0400 (0:00:00.381) 0:01:43.804 ******** ok: [managed-node3] => { "ansible_facts": { "__mssql_is_setup": true }, "changed": false } TASK [fedora.linux_system_roles.mssql : Verify that the variables required for setting up MSSQL are defined] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:388 Thursday 19 March 2026 18:01:01 -0400 (0:00:00.049) 0:01:43.854 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "not __mssql_is_setup", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Set up MSSQL] ************************** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:404 Thursday 19 March 2026 18:01:01 -0400 (0:00:00.063) 0:01:43.918 ******** skipping: [managed-node3] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.mssql : Ensure the directory and permissions for datadir and logdir] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:430 Thursday 19 March 2026 18:01:01 -0400 (0:00:00.045) 0:01:43.964 ******** skipping: [managed-node3] => (item={'path': None, 'mode': '755', 'setting': 'defaultdatadir'}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "item.path is not none", "item": { "mode": "755", "path": null, "setting": "defaultdatadir" }, "skip_reason": "Conditional result was False" } skipping: [managed-node3] => (item={'path': None, 'mode': '755', 'setting': 'defaultlogdir'}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "item.path is not none", "item": { "mode": "755", "path": null, "setting": "defaultlogdir" }, "skip_reason": "Conditional result was False" } skipping: [managed-node3] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.mssql : Set selinux role facts for ports] ****** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:445 Thursday 19 March 2026 18:01:01 -0400 (0:00:00.051) 0:01:44.015 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "mssql_manage_selinux | bool", "skip_reason": "Conditional result was False" } TASK [Ensure correct SELinux context for storage paths and ports] ************** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:459 Thursday 19 March 2026 18:01:01 -0400 (0:00:00.038) 0:01:44.053 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "mssql_manage_selinux | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Ensure that the tuned-profiles-mssql package is installed] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:470 Thursday 19 March 2026 18:01:01 -0400 (0:00:00.030) 0:01:44.083 ******** ok: [managed-node3] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [fedora.linux_system_roles.mssql : Ensure that the tuned service is started and enabled] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:476 Thursday 19 March 2026 18:01:04 -0400 (0:00:02.578) 0:01:46.661 ******** ok: [managed-node3] => { "changed": false, "enabled": true, "name": "tuned", "state": "started", "status": { "ActiveEnterTimestamp": "Thu 2026-03-19 17:39:06 EDT", "ActiveEnterTimestampMonotonic": "9228051", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "network.target polkit.service basic.target systemd-journald.socket dbus.socket dbus.service sysinit.target systemd-sysctl.service system.slice", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Thu 2026-03-19 17:39:05 EDT", "AssertTimestampMonotonic": "8496621", "Before": "multi-user.target shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "BusName": "com.redhat.tuned", "CPUAccounting": "no", "CPUAffinity": "", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Thu 2026-03-19 17:39:05 EDT", "ConditionTimestampMonotonic": "8496620", "ConfigurationDirectoryMode": "0755", "Conflicts": "auto-cpufreq.service shutdown.target tlp.service cpupower.service power-profiles-daemon.service", "ControlGroup": "/system.slice/tuned.service", "ControlPID": "0", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "no", "Description": "Dynamic System Tuning Daemon", "DevicePolicy": "auto", "Documentation": "man:tuned(8) man:tuned.conf(5) man:tuned-adm(8)", "DynamicUser": "no", "EffectiveCPUs": "", "EffectiveMemoryNodes": "", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "699", "ExecMainStartTimestamp": "Thu 2026-03-19 17:39:05 EDT", "ExecMainStartTimestampMonotonic": "8498444", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/sbin/tuned ; argv[]=/usr/sbin/tuned -l -P ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/tuned.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "IOWeight": "[not set]", "IPAccounting": "no", "IPEgressBytes": "18446744073709551615", "IPEgressPackets": "18446744073709551615", "IPIngressBytes": "18446744073709551615", "IPIngressPackets": "18446744073709551615", "Id": "tuned.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestamp": "Thu 2026-03-19 17:39:05 EDT", "InactiveExitTimestampMonotonic": "8498484", "InvocationID": "7e160c69f94c475dbdf7d52905683c56", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "0", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "65536", "LimitMEMLOCKSoft": "65536", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "262144", "LimitNOFILESoft": "1024", "LimitNPROC": "28608", "LimitNPROCSoft": "28608", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "28608", "LimitSIGPENDINGSoft": "28608", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "699", "MemoryAccounting": "yes", "MemoryCurrent": "21151744", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "MountFlags": "", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAMask": "", "NUMAPolicy": "n/a", "Names": "tuned.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PIDFile": "/run/tuned/tuned.pid", "PermissionsStartOnly": "no", "Perpetual": "no", "PrivateDevices": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "system.slice sysinit.target dbus.service dbus.socket", "Restart": "no", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestamp": "Thu 2026-03-19 17:39:06 EDT", "StateChangeTimestampMonotonic": "9228051", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SuccessAction": "none", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "4", "TasksMax": "45773", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "dbus", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "UtmpMode": "init", "WantedBy": "multi-user.target", "WatchdogTimestamp": "Thu 2026-03-19 17:39:06 EDT", "WatchdogTimestampMonotonic": "9228048", "WatchdogUSec": "0" } } TASK [fedora.linux_system_roles.mssql : Get the active Tuned profiles] ********* task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:483 Thursday 19 March 2026 18:01:05 -0400 (0:00:00.884) 0:01:47.546 ******** ok: [managed-node3] => { "changed": false, "content": "dmlydHVhbC1ndWVzdCBtc3NxbAo=", "encoding": "base64", "source": "/etc/tuned/active_profile" } TASK [fedora.linux_system_roles.mssql : Decode the active Tuned profiles] ****** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:489 Thursday 19 March 2026 18:01:05 -0400 (0:00:00.361) 0:01:47.908 ******** ok: [managed-node3] => { "ansible_facts": { "__mssql_tuned_active_profiles": "virtual-guest mssql" }, "changed": false } TASK [fedora.linux_system_roles.mssql : Attempt to add mssql to the list of Tuned profiles] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:502 Thursday 19 March 2026 18:01:05 -0400 (0:00:00.023) 0:01:47.931 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "\"mssql\" not in __mssql_tuned_active_profiles", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Remove troublemaking include from the mssql profile] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:514 Thursday 19 March 2026 18:01:05 -0400 (0:00:00.019) 0:01:47.951 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "\"mssql\" not in __mssql_tuned_active_profiles", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Add the fixed mssql profile to the list of Tuned profiles] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:523 Thursday 19 March 2026 18:01:05 -0400 (0:00:00.020) 0:01:47.971 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "\"mssql\" not in __mssql_tuned_active_profiles", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Attempt to add mssql to the list of Tuned profiles] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:540 Thursday 19 March 2026 18:01:05 -0400 (0:00:00.022) 0:01:47.994 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "not __mssql_is_booted | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Configure the Microsoft SQL Server Tools repository] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:548 Thursday 19 March 2026 18:01:05 -0400 (0:00:00.022) 0:01:48.017 ******** ok: [managed-node3] => { "changed": false, "repo": "packages-microsoft-com-prod", "state": "present" } TASK [fedora.linux_system_roles.mssql : Configure the Microsoft SQL Server Tools repository] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:556 Thursday 19 March 2026 18:01:06 -0400 (0:00:00.465) 0:01:48.482 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "ansible_facts[\"pkg_mgr\"] == \"zypper\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Ensure that SQL Server client tools are installed] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:565 Thursday 19 March 2026 18:01:06 -0400 (0:00:00.046) 0:01:48.529 ******** ok: [managed-node3] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [fedora.linux_system_roles.mssql : Reset certificate_requests] ************ task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:582 Thursday 19 March 2026 18:01:08 -0400 (0:00:02.651) 0:01:51.180 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "mssql_tls_enable | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Set certificate_requests] ************** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:586 Thursday 19 March 2026 18:01:08 -0400 (0:00:00.076) 0:01:51.257 ******** skipping: [managed-node3] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Create certificates using the certificate role] ************************** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:597 Thursday 19 March 2026 18:01:08 -0400 (0:00:00.052) 0:01:51.310 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "mssql_tls_enable | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Set mssql_tls_cert and _private_key based on the cert name] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:603 Thursday 19 March 2026 18:01:09 -0400 (0:00:00.036) 0:01:51.346 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "mssql_tls_enable | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Copy certificate and private_key files to the host] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:608 Thursday 19 March 2026 18:01:09 -0400 (0:00:00.033) 0:01:51.380 ******** skipping: [managed-node3] => (item=/tmp/ansible.0tjtul87) => { "ansible_loop_var": "item", "changed": false, "false_condition": "mssql_tls_enable | bool", "item": "/tmp/ansible.0tjtul87", "skip_reason": "Conditional result was False" } skipping: [managed-node3] => (item=ansible.jipttvo0) => { "ansible_loop_var": "item", "changed": false, "false_condition": "mssql_tls_enable | bool", "item": "ansible.jipttvo0", "skip_reason": "Conditional result was False" } skipping: [managed-node3] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.mssql : Configure the tlscert setting] ********* task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:626 Thursday 19 March 2026 18:01:09 -0400 (0:00:00.053) 0:01:51.433 ******** included: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml for managed-node3 TASK [fedora.linux_system_roles.mssql : Get the setting network tlscert] ******* task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:3 Thursday 19 March 2026 18:01:09 -0400 (0:00:00.058) 0:01:51.492 ******** ok: [managed-node3] => { "changed": false, "cmd": [ "grep", "^tlscert = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:01.004331", "end": "2026-03-19 18:01:10.505025", "failed_when_result": false, "rc": 0, "start": "2026-03-19 18:01:09.500694" } STDOUT: tlscert = /etc/pki/tls/certs/ansible.0tjtul87 TASK [fedora.linux_system_roles.mssql : Configure the setting network tlscert] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:12 Thursday 19 March 2026 18:01:10 -0400 (0:00:01.402) 0:01:52.895 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "(__mssql_conf_setting_value != 'unset') and ((\"No setting for the given\" in __mssql_conf_get_setting.stdout) or ((__mssql_conf_setting_value | type_debug != \"bool\") and (__mssql_conf_setting_value | string | lower not in __mssql_conf_get_value | lower)) or ((__mssql_conf_setting_value | type_debug == \"bool\") and (__mssql_conf_setting_value != __mssql_conf_get_value | bool)))", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Unset the setting network tlscert] ***** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:42 Thursday 19 March 2026 18:01:10 -0400 (0:00:00.039) 0:01:52.934 ******** Notification for handler Restart the mssql-server service has been saved. changed: [managed-node3] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "unset", "network.tlscert" ], "delta": "0:00:00.046662", "end": "2026-03-19 18:01:10.975090", "failed_when_result": false, "rc": 0, "start": "2026-03-19 18:01:10.928428" } STDOUT: SQL Server needs to be restarted in order to apply this setting. Please run 'systemctl restart mssql-server.service'. TASK [fedora.linux_system_roles.mssql : Configure the tlskey setting] ********** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:635 Thursday 19 March 2026 18:01:11 -0400 (0:00:00.442) 0:01:53.376 ******** included: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml for managed-node3 TASK [fedora.linux_system_roles.mssql : Get the setting network tlskey] ******** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:3 Thursday 19 March 2026 18:01:11 -0400 (0:00:00.101) 0:01:53.478 ******** ok: [managed-node3] => { "changed": false, "cmd": [ "grep", "^tlskey = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.004510", "end": "2026-03-19 18:01:11.583475", "failed_when_result": false, "rc": 0, "start": "2026-03-19 18:01:11.578965" } STDOUT: tlskey = /etc/pki/tls/private/ansible.jipttvo0 TASK [fedora.linux_system_roles.mssql : Configure the setting network tlskey] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:12 Thursday 19 March 2026 18:01:11 -0400 (0:00:00.523) 0:01:54.001 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "(__mssql_conf_setting_value != 'unset') and ((\"No setting for the given\" in __mssql_conf_get_setting.stdout) or ((__mssql_conf_setting_value | type_debug != \"bool\") and (__mssql_conf_setting_value | string | lower not in __mssql_conf_get_value | lower)) or ((__mssql_conf_setting_value | type_debug == \"bool\") and (__mssql_conf_setting_value != __mssql_conf_get_value | bool)))", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Unset the setting network tlskey] ****** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:42 Thursday 19 March 2026 18:01:11 -0400 (0:00:00.051) 0:01:54.053 ******** Notification for handler Restart the mssql-server service has been saved. changed: [managed-node3] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "unset", "network.tlskey" ], "delta": "0:00:00.045116", "end": "2026-03-19 18:01:12.081033", "failed_when_result": false, "rc": 0, "start": "2026-03-19 18:01:12.035917" } STDOUT: SQL Server needs to be restarted in order to apply this setting. Please run 'systemctl restart mssql-server.service'. TASK [fedora.linux_system_roles.mssql : Configure the tlsprotocols setting] **** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:644 Thursday 19 March 2026 18:01:12 -0400 (0:00:00.491) 0:01:54.545 ******** included: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml for managed-node3 TASK [fedora.linux_system_roles.mssql : Get the setting network tlsprotocols] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:3 Thursday 19 March 2026 18:01:12 -0400 (0:00:00.108) 0:01:54.654 ******** ok: [managed-node3] => { "changed": false, "cmd": [ "grep", "^tlsprotocols = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.002679", "end": "2026-03-19 18:01:12.791966", "failed_when_result": false, "rc": 0, "start": "2026-03-19 18:01:12.789287" } STDOUT: tlsprotocols = 1.2 TASK [fedora.linux_system_roles.mssql : Configure the setting network tlsprotocols] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:12 Thursday 19 March 2026 18:01:12 -0400 (0:00:00.560) 0:01:55.215 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "(__mssql_conf_setting_value != 'unset') and ((\"No setting for the given\" in __mssql_conf_get_setting.stdout) or ((__mssql_conf_setting_value | type_debug != \"bool\") and (__mssql_conf_setting_value | string | lower not in __mssql_conf_get_value | lower)) or ((__mssql_conf_setting_value | type_debug == \"bool\") and (__mssql_conf_setting_value != __mssql_conf_get_value | bool)))", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Unset the setting network tlsprotocols] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:42 Thursday 19 March 2026 18:01:12 -0400 (0:00:00.064) 0:01:55.279 ******** Notification for handler Restart the mssql-server service has been saved. changed: [managed-node3] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "unset", "network.tlsprotocols" ], "delta": "0:00:00.045992", "end": "2026-03-19 18:01:13.608712", "failed_when_result": false, "rc": 0, "start": "2026-03-19 18:01:13.562720" } STDOUT: SQL Server needs to be restarted in order to apply this setting. Please run 'systemctl restart mssql-server.service'. TASK [fedora.linux_system_roles.mssql : Configure the forceencryption setting] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:651 Thursday 19 March 2026 18:01:13 -0400 (0:00:00.730) 0:01:56.010 ******** included: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml for managed-node3 TASK [fedora.linux_system_roles.mssql : Get the setting network forceencryption] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:3 Thursday 19 March 2026 18:01:13 -0400 (0:00:00.062) 0:01:56.073 ******** ok: [managed-node3] => { "changed": false, "cmd": [ "grep", "^forceencryption = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:01.003799", "end": "2026-03-19 18:01:15.131590", "failed_when_result": false, "rc": 0, "start": "2026-03-19 18:01:14.127791" } STDOUT: forceencryption = 1 TASK [fedora.linux_system_roles.mssql : Configure the setting network forceencryption] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:12 Thursday 19 March 2026 18:01:15 -0400 (0:00:01.463) 0:01:57.536 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "(__mssql_conf_setting_value != 'unset') and ((\"No setting for the given\" in __mssql_conf_get_setting.stdout) or ((__mssql_conf_setting_value | type_debug != \"bool\") and (__mssql_conf_setting_value | string | lower not in __mssql_conf_get_value | lower)) or ((__mssql_conf_setting_value | type_debug == \"bool\") and (__mssql_conf_setting_value != __mssql_conf_get_value | bool)))", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Unset the setting network forceencryption] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:42 Thursday 19 March 2026 18:01:15 -0400 (0:00:00.044) 0:01:57.581 ******** Notification for handler Restart the mssql-server service has been saved. changed: [managed-node3] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "unset", "network.forceencryption" ], "delta": "0:00:00.045877", "end": "2026-03-19 18:01:15.744274", "failed_when_result": false, "rc": 0, "start": "2026-03-19 18:01:15.698397" } STDOUT: SQL Server needs to be restarted in order to apply this setting. Please run 'systemctl restart mssql-server.service'. TASK [fedora.linux_system_roles.mssql : Get the setting forceencryption] ******* task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:660 Thursday 19 March 2026 18:01:15 -0400 (0:00:00.620) 0:01:58.201 ******** ok: [managed-node3] => { "changed": false, "cmd": "set -euo pipefail; grep '^forceencryption' /var/opt/mssql/mssql.conf | sed 's/forceencryption = //g'", "delta": "0:00:00.005180", "end": "2026-03-19 18:01:16.283603", "failed_when_result": false, "rc": 1, "start": "2026-03-19 18:01:16.278423" } MSG: non-zero return code TASK [fedora.linux_system_roles.mssql : Append -No to sqlcmd when TLS is not configured] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:669 Thursday 19 March 2026 18:01:16 -0400 (0:00:00.488) 0:01:58.690 ******** ok: [managed-node3] => { "ansible_facts": { "__sqlcmd_cli": "/opt/mssql-tools18/bin/sqlcmd -C -No" }, "changed": false } TASK [fedora.linux_system_roles.mssql : Append -C to sqlcmd when TLS is configured but certs are self-signed] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:676 Thursday 19 March 2026 18:01:16 -0400 (0:00:00.046) 0:01:58.736 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "__mssql_forceencryption_val.stdout == '1'", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Prepare MSSQL and facts for logging in] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:689 Thursday 19 March 2026 18:01:16 -0400 (0:00:00.034) 0:01:58.771 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "mssql_password is not none", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Wait for mssql-server to prepare for client connections] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:693 Thursday 19 March 2026 18:01:16 -0400 (0:00:00.030) 0:01:58.801 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "mssql_password is not none", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Check if the set password matches the existing password] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:699 Thursday 19 March 2026 18:01:16 -0400 (0:00:00.044) 0:01:58.846 ******** skipping: [managed-node3] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.mssql : Ensure that the mssql-server service is stopped] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:708 Thursday 19 March 2026 18:01:16 -0400 (0:00:00.038) 0:01:58.885 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "mssql_password is not none", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Gather package facts] ****************** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:717 Thursday 19 March 2026 18:01:16 -0400 (0:00:00.028) 0:01:58.913 ******** skipping: [managed-node3] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.mssql : Change the password of sa user] ******** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:725 Thursday 19 March 2026 18:01:16 -0400 (0:00:00.029) 0:01:58.943 ******** skipping: [managed-node3] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.mssql : Pre-input SQL script files to SQL Server] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:746 Thursday 19 March 2026 18:01:16 -0400 (0:00:00.030) 0:01:58.973 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "mssql_pre_input_sql_file != []", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Pre-input SQL script contents to SQL Server] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:755 Thursday 19 March 2026 18:01:16 -0400 (0:00:00.026) 0:01:59.000 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "mssql_pre_input_sql_content != []", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Check if the set edition matches the existing edition] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:768 Thursday 19 March 2026 18:01:16 -0400 (0:00:00.021) 0:01:59.021 ******** ok: [managed-node3] => { "changed": false, "cmd": "errorlog_edition=\"$(grep -oi 'Evaluation edition' \\\n/var/opt/mssql/log/errorlog)\"\nif [ -z \"${errorlog_edition}\" ]; then\n edition_matches=false\nelse\n edition_matches=true\nfi\necho \"${edition_matches}\"\n", "delta": "0:00:00.004654", "end": "2026-03-19 18:01:16.993004", "rc": 0, "start": "2026-03-19 18:01:16.988350" } STDOUT: true TASK [fedora.linux_system_roles.mssql : Ensure that the mssql-server service is stopped] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:783 Thursday 19 March 2026 18:01:17 -0400 (0:00:00.360) 0:01:59.382 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "not __mssql_edition_matches.stdout | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Gather package facts] ****************** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:792 Thursday 19 March 2026 18:01:17 -0400 (0:00:00.022) 0:01:59.404 ******** ok: [managed-node3] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.mssql : Change the edition of MSSQL] *********** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:798 Thursday 19 March 2026 18:01:18 -0400 (0:00:01.522) 0:02:00.927 ******** skipping: [managed-node3] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.mssql : Configure the IP address setting] ****** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:817 Thursday 19 March 2026 18:01:18 -0400 (0:00:00.048) 0:02:00.975 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "mssql_ip_address is not none", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Register the previous tcpport setting] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:824 Thursday 19 March 2026 18:01:18 -0400 (0:00:00.031) 0:02:01.006 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "mssql_manage_firewall | bool", "skip_reason": "Conditional result was False" } TASK [Open the TCP port 1433] ************************************************** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:831 Thursday 19 March 2026 18:01:18 -0400 (0:00:00.027) 0:02:01.033 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "mssql_manage_firewall | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Configure the TCP port setting to 1433] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:843 Thursday 19 March 2026 18:01:18 -0400 (0:00:00.030) 0:02:01.064 ******** included: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml for managed-node3 TASK [fedora.linux_system_roles.mssql : Get the setting network tcpport] ******* task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:3 Thursday 19 March 2026 18:01:18 -0400 (0:00:00.053) 0:02:01.117 ******** ok: [managed-node3] => { "changed": false, "cmd": [ "grep", "^tcpport = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.002602", "end": "2026-03-19 18:01:19.110821", "failed_when_result": false, "rc": 1, "start": "2026-03-19 18:01:19.108219" } MSG: non-zero return code TASK [fedora.linux_system_roles.mssql : Configure the setting network tcpport] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:12 Thursday 19 March 2026 18:01:19 -0400 (0:00:00.398) 0:02:01.516 ******** ok: [managed-node3] => { "changed": false, "cmd": [ "/opt/mssql/bin/mssql-conf", "set", "network.tcpport", "1433" ], "delta": "0:00:00.044455", "end": "2026-03-19 18:01:19.605878", "failed_when_result": false, "rc": 0, "start": "2026-03-19 18:01:19.561423" } STDOUT: Validation error on setting 'network.tcpport' Port '1433' is already in use. Please use another port TASK [fedora.linux_system_roles.mssql : Unset the setting network tcpport] ***** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:42 Thursday 19 March 2026 18:01:19 -0400 (0:00:00.508) 0:02:02.025 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "__mssql_conf_setting_value == \"unset\"", "skip_reason": "Conditional result was False" } TASK [Close the previously set SQL Server TCP port if it changed] ************** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:849 Thursday 19 March 2026 18:01:19 -0400 (0:00:00.030) 0:02:02.055 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "mssql_manage_firewall | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Configure the sqlagent setting] ******** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:869 Thursday 19 March 2026 18:01:19 -0400 (0:00:00.080) 0:02:02.136 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "mssql_enable_sql_agent is not none", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Ensure the package mssql-server-fts] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:876 Thursday 19 March 2026 18:01:19 -0400 (0:00:00.031) 0:02:02.168 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "mssql_install_fts is not none", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Ensure the package powershell] ********* task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:883 Thursday 19 March 2026 18:01:19 -0400 (0:00:00.025) 0:02:02.194 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "mssql_install_powershell is not none", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Check if the 3979 trace flag is enabled] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:892 Thursday 19 March 2026 18:01:19 -0400 (0:00:00.040) 0:02:02.234 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "mssql_tune_for_fua_storage is not none", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Set the 3979 traceflag] **************** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:898 Thursday 19 March 2026 18:01:19 -0400 (0:00:00.066) 0:02:02.301 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "mssql_tune_for_fua_storage is not none", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Unset the 3979 traceflag] ************** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:905 Thursday 19 March 2026 18:01:20 -0400 (0:00:00.056) 0:02:02.357 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "mssql_tune_for_fua_storage is not none", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Configure the alternatewritethrough setting] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:913 Thursday 19 March 2026 18:01:20 -0400 (0:00:00.033) 0:02:02.391 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "mssql_tune_for_fua_storage is not none", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Configure the writethrough setting] **** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:919 Thursday 19 March 2026 18:01:20 -0400 (0:00:00.032) 0:02:02.423 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "mssql_tune_for_fua_storage is not none", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Verify that ad_integration_realm variable is provided] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:929 Thursday 19 March 2026 18:01:20 -0400 (0:00:00.032) 0:02:02.456 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "mssql_ad_configure | bool", "skip_reason": "Conditional result was False" } TASK [Join to realm {{ ad_integration_realm }}] ******************************** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:937 Thursday 19 March 2026 18:01:20 -0400 (0:00:00.028) 0:02:02.485 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "mssql_ad_configure | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Ensure adutil and krb5-workstation] **** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:949 Thursday 19 March 2026 18:01:20 -0400 (0:00:00.025) 0:02:02.511 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "mssql_ad_configure | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Print credential caches to check if AD principal exists] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:956 Thursday 19 March 2026 18:01:20 -0400 (0:00:00.026) 0:02:02.537 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "mssql_ad_configure | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Print status of credential cache for {{ __mssql_ad_kinit_user }}] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:963 Thursday 19 March 2026 18:01:20 -0400 (0:00:00.038) 0:02:02.575 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "mssql_ad_configure | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Obtain Kerberos ticket for {{ __mssql_ad_kinit_user }}] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:972 Thursday 19 March 2026 18:01:20 -0400 (0:00:00.031) 0:02:02.607 ******** skipping: [managed-node3] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.mssql : Check if AD user exists] *************** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:985 Thursday 19 March 2026 18:01:20 -0400 (0:00:00.026) 0:02:02.634 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "mssql_ad_configure | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : In AD server create user] ************** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:994 Thursday 19 March 2026 18:01:20 -0400 (0:00:00.028) 0:02:02.662 ******** skipping: [managed-node3] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.mssql : Ensure proper configuration on user] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1008 Thursday 19 March 2026 18:01:20 -0400 (0:00:00.029) 0:02:02.692 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "mssql_ad_configure | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Get SPNs for the principal] ************ task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1018 Thursday 19 March 2026 18:01:20 -0400 (0:00:00.031) 0:02:02.724 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "mssql_ad_configure | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Register SPNs to the principal] ******** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1023 Thursday 19 March 2026 18:01:20 -0400 (0:00:00.028) 0:02:02.752 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "mssql_ad_configure | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Get kvno of the SPN host] ************** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1040 Thursday 19 March 2026 18:01:20 -0400 (0:00:00.024) 0:02:02.777 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "mssql_ad_configure | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Get stats of the keytab file] ********** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1045 Thursday 19 March 2026 18:01:20 -0400 (0:00:00.027) 0:02:02.804 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "mssql_ad_configure | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Get keytab properties] ***************** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1050 Thursday 19 March 2026 18:01:20 -0400 (0:00:00.027) 0:02:02.831 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "mssql_ad_configure | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Create keytab] ************************* task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1056 Thursday 19 March 2026 18:01:20 -0400 (0:00:00.025) 0:02:02.857 ******** skipping: [managed-node3] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.mssql : Add an entry in the keytab for the principal name and password] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1082 Thursday 19 March 2026 18:01:20 -0400 (0:00:00.025) 0:02:02.882 ******** skipping: [managed-node3] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.mssql : Ensure correct permissions and ownership on the keytab] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1103 Thursday 19 March 2026 18:01:20 -0400 (0:00:00.027) 0:02:02.910 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "mssql_ad_configure | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Fetch keytab file to host] ************* task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1111 Thursday 19 March 2026 18:01:20 -0400 (0:00:00.026) 0:02:02.936 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "mssql_ad_configure | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Configure the network.kerberoskeytabfile setting] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1121 Thursday 19 March 2026 18:01:20 -0400 (0:00:00.020) 0:02:02.957 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "mssql_ad_configure | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Configure the network.kerberoskeytabfile setting] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1127 Thursday 19 March 2026 18:01:20 -0400 (0:00:00.020) 0:02:02.978 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "mssql_ad_configure | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Mark active hosts] ********************* task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1144 Thursday 19 March 2026 18:01:20 -0400 (0:00:00.018) 0:02:02.996 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "mssql_ha_configure | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Fail if any hosts are no longer active] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1148 Thursday 19 March 2026 18:01:20 -0400 (0:00:00.019) 0:02:03.015 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "mssql_ha_configure | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Unset __mssql_is_active] *************** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1163 Thursday 19 March 2026 18:01:20 -0400 (0:00:00.019) 0:02:03.035 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "mssql_ha_configure | bool", "skip_reason": "Conditional result was False" } TASK [Open the port and enable the high-availability service in firewall tcp port 5022] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1169 Thursday 19 March 2026 18:01:20 -0400 (0:00:00.017) 0:02:03.052 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "mssql_ha_configure | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Set host variables] ******************** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1189 Thursday 19 March 2026 18:01:20 -0400 (0:00:00.023) 0:02:03.075 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "mssql_ha_configure | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Ensure the package mssql-server-ha] **** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1242 Thursday 19 March 2026 18:01:20 -0400 (0:00:00.028) 0:02:03.104 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "mssql_ha_configure | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Enable the hadrenabled setting] ******** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1249 Thursday 19 March 2026 18:01:20 -0400 (0:00:00.023) 0:02:03.127 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "mssql_ha_configure | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Restart the mssql-server service if hadrenabled task was changed] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1256 Thursday 19 March 2026 18:01:20 -0400 (0:00:00.025) 0:02:03.153 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "mssql_ha_configure | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Remove certificate from SQL Server] **** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1268 Thursday 19 March 2026 18:01:20 -0400 (0:00:00.021) 0:02:03.174 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "mssql_ha_configure | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Remove certificate and private key files] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1274 Thursday 19 March 2026 18:01:20 -0400 (0:00:00.021) 0:02:03.196 ******** skipping: [managed-node3] => (item=/var/opt/mssql/data/.cer) => { "ansible_loop_var": "item", "changed": false, "false_condition": "mssql_ha_configure | bool", "item": "/var/opt/mssql/data/.cer", "skip_reason": "Conditional result was False" } skipping: [managed-node3] => (item=/var/opt/mssql/data/.pvk) => { "ansible_loop_var": "item", "changed": false, "false_condition": "mssql_ha_configure | bool", "item": "/var/opt/mssql/data/.pvk", "skip_reason": "Conditional result was False" } skipping: [managed-node3] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.mssql : Configure SQL entities on the primary replica] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1282 Thursday 19 March 2026 18:01:20 -0400 (0:00:00.026) 0:02:03.222 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "mssql_ha_configure | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Create login for HA on in SQL Server] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1291 Thursday 19 March 2026 18:01:20 -0400 (0:00:00.017) 0:02:03.239 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "mssql_ha_configure | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Fetch certificate files from the primary to the control node] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1299 Thursday 19 March 2026 18:01:20 -0400 (0:00:00.026) 0:02:03.266 ******** skipping: [managed-node3] => (item={'key': 'cert', 'value': '/var/opt/mssql/data/.cer'}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "mssql_ha_configure | bool", "item": { "key": "cert", "value": "/var/opt/mssql/data/.cer" }, "skip_reason": "Conditional result was False" } skipping: [managed-node3] => (item={'key': 'key', 'value': '/var/opt/mssql/data/.pvk'}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "mssql_ha_configure | bool", "item": { "key": "key", "value": "/var/opt/mssql/data/.pvk" }, "skip_reason": "Conditional result was False" } skipping: [managed-node3] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.mssql : Get the current primary replica in SQL] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1313 Thursday 19 March 2026 18:01:20 -0400 (0:00:00.038) 0:02:03.304 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "mssql_ha_configure | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Set fact with the current primary replica] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1319 Thursday 19 March 2026 18:01:20 -0400 (0:00:00.025) 0:02:03.329 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "mssql_ha_configure | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Verify that primary instance hosts is available] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1325 Thursday 19 March 2026 18:01:21 -0400 (0:00:00.024) 0:02:03.354 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "mssql_ha_configure | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Configure ag] ************************** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1335 Thursday 19 March 2026 18:01:21 -0400 (0:00:00.096) 0:02:03.450 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "mssql_ha_configure | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Grant permissions to HA login] ********* task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1342 Thursday 19 March 2026 18:01:21 -0400 (0:00:00.065) 0:02:03.516 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "mssql_ha_configure | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Replicate DBs] ************************* task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1351 Thursday 19 March 2026 18:01:21 -0400 (0:00:00.028) 0:02:03.544 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "mssql_ha_configure | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Mark active hosts] ********************* task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1358 Thursday 19 March 2026 18:01:21 -0400 (0:00:00.033) 0:02:03.578 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "mssql_ha_configure | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Fail if any hosts are no longer active] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1362 Thursday 19 March 2026 18:01:21 -0400 (0:00:00.051) 0:02:03.629 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "mssql_ha_configure | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Grant permissions to HA login] ********* task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1379 Thursday 19 March 2026 18:01:21 -0400 (0:00:00.047) 0:02:03.677 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "mssql_ha_configure | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Ensure the package mssql-server-ha] **** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1392 Thursday 19 March 2026 18:01:21 -0400 (0:00:00.082) 0:02:03.760 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "mssql_ha_configure | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Enable the hadrenabled setting] ******** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1399 Thursday 19 March 2026 18:01:21 -0400 (0:00:00.035) 0:02:03.795 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "mssql_ha_configure | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Restart the mssql-server service if hadrenabled task was changed] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1406 Thursday 19 March 2026 18:01:21 -0400 (0:00:00.034) 0:02:03.829 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "mssql_ha_configure | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Remove certificate from SQL Server] **** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1415 Thursday 19 March 2026 18:01:21 -0400 (0:00:00.022) 0:02:03.852 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "mssql_ha_configure | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Distribute certificate and private key to managed nodes] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1422 Thursday 19 March 2026 18:01:21 -0400 (0:00:00.027) 0:02:03.879 ******** skipping: [managed-node3] => (item={'key': 'cert', 'value': '/var/opt/mssql/data/.cer'}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "mssql_ha_configure | bool", "item": { "key": "cert", "value": "/var/opt/mssql/data/.cer" }, "skip_reason": "Conditional result was False" } skipping: [managed-node3] => (item={'key': 'key', 'value': '/var/opt/mssql/data/.pvk'}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "mssql_ha_configure | bool", "item": { "key": "key", "value": "/var/opt/mssql/data/.pvk" }, "skip_reason": "Conditional result was False" } skipping: [managed-node3] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.mssql : Configure SQL entities on not primary replicas] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1434 Thursday 19 March 2026 18:01:21 -0400 (0:00:00.034) 0:02:03.913 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "mssql_ha_configure | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Create HA login] *********************** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1443 Thursday 19 March 2026 18:01:21 -0400 (0:00:00.028) 0:02:03.942 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "mssql_ha_configure | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Join to availability group] ************ task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1450 Thursday 19 March 2026 18:01:21 -0400 (0:00:00.023) 0:02:03.965 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "mssql_ha_configure | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Grant permissions to HA login] ********* task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1456 Thursday 19 March 2026 18:01:21 -0400 (0:00:00.020) 0:02:03.986 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "mssql_ha_configure | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Remove certificate and private key from the control node] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1464 Thursday 19 March 2026 18:01:21 -0400 (0:00:00.018) 0:02:04.005 ******** skipping: [managed-node3] => (item=cert) => { "ansible_loop_var": "item", "changed": false, "false_condition": "mssql_ha_configure | bool", "item": "cert", "skip_reason": "Conditional result was False" } skipping: [managed-node3] => (item=key) => { "ansible_loop_var": "item", "changed": false, "false_condition": "mssql_ha_configure | bool", "item": "key", "skip_reason": "Conditional result was False" } skipping: [managed-node3] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.mssql : Save credentials for the SQL Server login] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1477 Thursday 19 March 2026 18:01:21 -0400 (0:00:00.025) 0:02:04.030 ******** skipping: [managed-node3] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [Run ha_cluster to configure pacemaker] *********************************** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1489 Thursday 19 March 2026 18:01:21 -0400 (0:00:00.017) 0:02:04.048 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "mssql_ha_configure | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Wait for the cluster to finish configuration] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1494 Thursday 19 March 2026 18:01:21 -0400 (0:00:00.020) 0:02:04.068 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "mssql_ha_configure | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Configure listener for the availability group] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1502 Thursday 19 March 2026 18:01:21 -0400 (0:00:00.018) 0:02:04.086 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "mssql_ha_configure | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Ensure the ansible_managed header in /var/opt/mssql/mssql.conf] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1511 Thursday 19 March 2026 18:01:21 -0400 (0:00:00.032) 0:02:04.119 ******** changed: [managed-node3] => { "changed": true } MSG: Block inserted TASK [fedora.linux_system_roles.mssql : Flush handlers prior to inputting post SQL scripts] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1520 Thursday 19 March 2026 18:01:22 -0400 (0:00:00.558) 0:02:04.678 ******** NOTIFIED HANDLER fedora.linux_system_roles.mssql : Restart the mssql-server service for managed-node3 META: triggered running handlers for managed-node3 RUNNING HANDLER [fedora.linux_system_roles.mssql : Restart the mssql-server service] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/handlers/main.yml:3 Thursday 19 March 2026 18:01:22 -0400 (0:00:00.005) 0:02:04.683 ******** changed: [managed-node3] => { "changed": true, "name": "mssql-server", "state": "started", "status": { "ActiveEnterTimestamp": "Thu 2026-03-19 18:00:40 EDT", "ActiveEnterTimestampMonotonic": "1302273310", "ActiveExitTimestamp": "Thu 2026-03-19 18:00:40 EDT", "ActiveExitTimestampMonotonic": "1302043440", "ActiveState": "active", "After": "auditd.service system.slice sysinit.target basic.target network.target systemd-journald.socket -.mount", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Thu 2026-03-19 18:00:40 EDT", "AssertTimestampMonotonic": "1302272364", "Before": "multi-user.target shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "no", "CPUAffinity": "", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Thu 2026-03-19 18:00:40 EDT", "ConditionTimestampMonotonic": "1302272363", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlGroup": "/system.slice/mssql-server.service", "ControlPID": "0", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "no", "Description": "Microsoft SQL Server Database Engine", "DevicePolicy": "auto", "Documentation": "https://docs.microsoft.com/en-us/sql/linux", "DropInPaths": "/etc/systemd/system/mssql-server.service.d/startlimit.conf", "DynamicUser": "no", "EffectiveCPUs": "", "EffectiveMemoryNodes": "", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "111278", "ExecMainStartTimestamp": "Thu 2026-03-19 18:00:40 EDT", "ExecMainStartTimestampMonotonic": "1302273251", "ExecMainStatus": "0", "ExecStart": "{ path=/opt/mssql/bin/sqlservr ; argv[]=/opt/mssql/bin/sqlservr ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/mssql-server.service", "FreezerState": "running", "GID": "989", "GuessMainPID": "yes", "IOAccounting": "no", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "IOWeight": "[not set]", "IPAccounting": "no", "IPEgressBytes": "18446744073709551615", "IPEgressPackets": "18446744073709551615", "IPIngressBytes": "18446744073709551615", "IPIngressPackets": "18446744073709551615", "Id": "mssql-server.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestamp": "Thu 2026-03-19 18:00:40 EDT", "InactiveEnterTimestampMonotonic": "1302271510", "InactiveExitTimestamp": "Thu 2026-03-19 18:00:40 EDT", "InactiveExitTimestampMonotonic": "1302273310", "InvocationID": "550809b7bd3d46b7b4d1420d3309a9b6", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "process", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "0", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "65536", "LimitMEMLOCKSoft": "65536", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "infinity", "LimitNOFILESoft": "infinity", "LimitNPROC": "infinity", "LimitNPROCSoft": "infinity", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "28608", "LimitSIGPENDINGSoft": "28608", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "111278", "MemoryAccounting": "yes", "MemoryCurrent": "637272064", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "MountFlags": "", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAMask": "", "NUMAPolicy": "n/a", "Names": "mssql-server.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "Perpetual": "no", "PrivateDevices": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "-.mount sysinit.target system.slice", "RequiresMountsFor": "/var/opt/mssql", "Restart": "on-failure", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "0", "StartLimitIntervalUSec": "0", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestamp": "Thu 2026-03-19 18:00:40 EDT", "StateChangeTimestampMonotonic": "1302273310", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SuccessAction": "none", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "137", "TasksMax": "infinity", "TimeoutStartUSec": "30min", "TimeoutStopUSec": "30min", "TimerSlackNSec": "50000", "Transient": "no", "Type": "simple", "UID": "993", "UMask": "0007", "UnitFilePreset": "disabled", "UnitFileState": "enabled", "User": "mssql", "UtmpMode": "init", "WantedBy": "multi-user.target", "WatchdogTimestamp": "Thu 2026-03-19 18:00:40 EDT", "WatchdogTimestampMonotonic": "1302273308", "WatchdogUSec": "0", "WorkingDirectory": "/var/opt/mssql" } } TASK [fedora.linux_system_roles.mssql : Post-input SQL scripts to SQL Server] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1524 Thursday 19 March 2026 18:01:23 -0400 (0:00:01.241) 0:02:05.924 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "mssql_post_input_sql_file != []", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Post-input SQL scripts to SQL Server] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1531 Thursday 19 March 2026 18:01:23 -0400 (0:00:00.018) 0:02:05.943 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "mssql_post_input_sql_content != []", "skip_reason": "Conditional result was False" } TASK [Verify connectivity and settings] **************************************** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/tests_tls.yml:98 Thursday 19 March 2026 18:01:23 -0400 (0:00:00.022) 0:02:05.966 ******** included: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml for managed-node3 TASK [Get server version on non-booted systems] ******************************** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:10 Thursday 19 March 2026 18:01:23 -0400 (0:00:00.057) 0:02:06.024 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "__verify_mssql_edition is defined", "skip_reason": "Conditional result was False" } TASK [Get server edition on booted systems] ************************************ task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:19 Thursday 19 March 2026 18:01:23 -0400 (0:00:00.017) 0:02:06.041 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "__verify_mssql_edition is defined", "skip_reason": "Conditional result was False" } TASK [Verify that the edition matches] ***************************************** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:33 Thursday 19 March 2026 18:01:23 -0400 (0:00:00.017) 0:02:06.059 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "__verify_mssql_edition is defined", "skip_reason": "Conditional result was False" } TASK [Verify the setting {{ item.key }}] *************************************** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:39 Thursday 19 March 2026 18:01:23 -0400 (0:00:00.018) 0:02:06.077 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "item.value is defined", "skip_reason": "Conditional result was False" } TASK [Get stat of mssql_datadir] *********************************************** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:55 Thursday 19 March 2026 18:01:23 -0400 (0:00:00.017) 0:02:06.095 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "__verify_mssql_datadir_mode is defined", "skip_reason": "Conditional result was False" } TASK [Assert that mssql_datadir has proper permissions and ownership] ********** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:60 Thursday 19 March 2026 18:01:23 -0400 (0:00:00.017) 0:02:06.112 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "__verify_mssql_datadir_mode is defined", "skip_reason": "Conditional result was False" } TASK [Get stat of mssql_logdir] ************************************************ task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:70 Thursday 19 March 2026 18:01:23 -0400 (0:00:00.017) 0:02:06.130 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "__verify_mssql_logdir_mode is defined", "skip_reason": "Conditional result was False" } TASK [Assert that mssql_logdir has proper permissions and ownership] *********** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:75 Thursday 19 March 2026 18:01:23 -0400 (0:00:00.018) 0:02:06.148 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "__verify_mssql_logdir_mode is defined", "skip_reason": "Conditional result was False" } TASK [Prepare MSSQL and facts for logging in] ********************************** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:85 Thursday 19 March 2026 18:01:23 -0400 (0:00:00.016) 0:02:06.165 ******** TASK [fedora.linux_system_roles.mssql : Ensure that the mssql-server service is started] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/verify_password.yml:3 Thursday 19 March 2026 18:01:23 -0400 (0:00:00.047) 0:02:06.213 ******** ok: [managed-node3] => { "changed": false, "name": "mssql-server", "state": "started", "status": { "ActiveEnterTimestamp": "Thu 2026-03-19 18:01:23 EDT", "ActiveEnterTimestampMonotonic": "1345163292", "ActiveExitTimestamp": "Thu 2026-03-19 18:01:23 EDT", "ActiveExitTimestampMonotonic": "1344837503", "ActiveState": "active", "After": "auditd.service system.slice sysinit.target basic.target network.target systemd-journald.socket -.mount", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Thu 2026-03-19 18:01:23 EDT", "AssertTimestampMonotonic": "1345162390", "Before": "multi-user.target shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "no", "CPUAffinity": "", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Thu 2026-03-19 18:01:23 EDT", "ConditionTimestampMonotonic": "1345162389", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlGroup": "/system.slice/mssql-server.service", "ControlPID": "0", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "no", "Description": "Microsoft SQL Server Database Engine", "DevicePolicy": "auto", "Documentation": "https://docs.microsoft.com/en-us/sql/linux", "DropInPaths": "/etc/systemd/system/mssql-server.service.d/startlimit.conf", "DynamicUser": "no", "EffectiveCPUs": "", "EffectiveMemoryNodes": "", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "116821", "ExecMainStartTimestamp": "Thu 2026-03-19 18:01:23 EDT", "ExecMainStartTimestampMonotonic": "1345163236", "ExecMainStatus": "0", "ExecStart": "{ path=/opt/mssql/bin/sqlservr ; argv[]=/opt/mssql/bin/sqlservr ; ignore_errors=no ; start_time=[Thu 2026-03-19 18:01:23 EDT] ; stop_time=[n/a] ; pid=116821 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/mssql-server.service", "FreezerState": "running", "GID": "989", "GuessMainPID": "yes", "IOAccounting": "no", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "IOWeight": "[not set]", "IPAccounting": "no", "IPEgressBytes": "18446744073709551615", "IPEgressPackets": "18446744073709551615", "IPIngressBytes": "18446744073709551615", "IPIngressPackets": "18446744073709551615", "Id": "mssql-server.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestamp": "Thu 2026-03-19 18:01:23 EDT", "InactiveEnterTimestampMonotonic": "1345161514", "InactiveExitTimestamp": "Thu 2026-03-19 18:01:23 EDT", "InactiveExitTimestampMonotonic": "1345163292", "InvocationID": "27f232cafb05497aaf1ad37965bcfd8f", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "process", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "0", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "65536", "LimitMEMLOCKSoft": "65536", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "infinity", "LimitNOFILESoft": "infinity", "LimitNPROC": "infinity", "LimitNPROCSoft": "infinity", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "28608", "LimitSIGPENDINGSoft": "28608", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "116821", "MemoryAccounting": "yes", "MemoryCurrent": "309198848", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "MountFlags": "", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAMask": "", "NUMAPolicy": "n/a", "Names": "mssql-server.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "Perpetual": "no", "PrivateDevices": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "-.mount sysinit.target system.slice", "RequiresMountsFor": "/var/opt/mssql", "Restart": "on-failure", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "0", "StartLimitIntervalUSec": "0", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestamp": "Thu 2026-03-19 18:01:23 EDT", "StateChangeTimestampMonotonic": "1345163292", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SuccessAction": "none", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "79", "TasksMax": "infinity", "TimeoutStartUSec": "30min", "TimeoutStopUSec": "30min", "TimerSlackNSec": "50000", "Transient": "no", "Type": "simple", "UID": "993", "UMask": "0007", "UnitFilePreset": "disabled", "UnitFileState": "enabled", "User": "mssql", "UtmpMode": "init", "WantedBy": "multi-user.target", "WatchdogTimestamp": "Thu 2026-03-19 18:01:23 EDT", "WatchdogTimestampMonotonic": "1345163290", "WatchdogUSec": "0", "WorkingDirectory": "/var/opt/mssql" } } TASK [fedora.linux_system_roles.mssql : Check if a custom tcpport setting exist] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/verify_password.yml:9 Thursday 19 March 2026 18:01:24 -0400 (0:00:01.051) 0:02:07.264 ******** ok: [managed-node3] => { "changed": false, "cmd": [ "grep", "^tcpport = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003046", "end": "2026-03-19 18:01:25.301789", "failed_when_result": false, "rc": 1, "start": "2026-03-19 18:01:25.298743" } MSG: non-zero return code TASK [fedora.linux_system_roles.mssql : Check if a custom ipaddress setting exist] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/verify_password.yml:15 Thursday 19 March 2026 18:01:25 -0400 (0:00:00.425) 0:02:07.690 ******** ok: [managed-node3] => { "changed": false, "cmd": [ "grep", "^ipaddress = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003547", "end": "2026-03-19 18:01:25.677435", "failed_when_result": false, "rc": 1, "start": "2026-03-19 18:01:25.673888" } MSG: non-zero return code TASK [fedora.linux_system_roles.mssql : Set a fact with a login command] ******* task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/verify_password.yml:21 Thursday 19 March 2026 18:01:25 -0400 (0:00:00.376) 0:02:08.066 ******** ok: [managed-node3] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [Wait for mssql-server to prepare for client connections] ***************** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:96 Thursday 19 March 2026 18:01:25 -0400 (0:00:00.069) 0:02:08.135 ******** ok: [managed-node3] => { "changed": false, "elapsed": 1, "gid": 989, "group": "mssql", "match_groupdict": {}, "match_groups": [], "mode": "0660", "owner": "mssql", "path": "/var/opt/mssql/log/errorlog", "port": null, "search_regex": "SQL Server is now ready for client connections", "secontext": "system_u:object_r:var_t:s0", "size": 6257, "state": "file", "uid": 993 } TASK [Check if the set password matches the existing password] ***************** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:117 Thursday 19 March 2026 18:01:27 -0400 (0:00:01.465) 0:02:09.600 ******** ok: [managed-node3] => { "attempts": 1, "changed": false, "cmd": [ "/opt/mssql-tools18/bin/sqlcmd", "-C", "-No", "-U", "sa", "-P", "p@55w0rD", "-Q", "SELECT @@VERSION" ], "delta": "0:00:00.021097", "end": "2026-03-19 18:01:27.582442", "rc": 0, "start": "2026-03-19 18:01:27.561345" } STDOUT: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ Microsoft SQL Server 2017 (RTM-CU31-GDR) (KB5077471) - 14.0.3520.4 (X64) Feb 13 2026 16:31:53 Copyright (C) 2017 Microsoft Corporation Enterprise Evaluation Edition (64-bit) on Linux (CentOS Stream 8) (1 rows affected) TASK [Set the mssql_password variable to default null] ************************* task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:137 Thursday 19 March 2026 18:01:27 -0400 (0:00:00.380) 0:02:09.981 ******** ok: [managed-node3] => { "ansible_facts": { "mssql_password": null }, "changed": false } TASK [Verify the package mssql-server-fts] ************************************* task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:141 Thursday 19 March 2026 18:01:27 -0400 (0:00:00.041) 0:02:10.022 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "__verify_mssql_fts_is_installed is defined", "skip_reason": "Conditional result was False" } TASK [Verify the package powershell] ******************************************* task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:148 Thursday 19 March 2026 18:01:27 -0400 (0:00:00.026) 0:02:10.049 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "__verify_mssql_powershell_is_installed is defined", "skip_reason": "Conditional result was False" } TASK [Get the value of the traceflag setting] ********************************** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:159 Thursday 19 March 2026 18:01:27 -0400 (0:00:00.023) 0:02:10.072 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "__verify_mssql_is_tuned_for_fua is defined", "skip_reason": "Conditional result was False" } TASK [Verify that the traceflag setting is set to 3979] ************************ task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:164 Thursday 19 March 2026 18:01:27 -0400 (0:00:00.026) 0:02:10.099 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "__verify_mssql_is_tuned_for_fua is defined", "skip_reason": "Conditional result was False" } TASK [Verify that the traceflag setting is not set to 3979] ******************** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:169 Thursday 19 March 2026 18:01:27 -0400 (0:00:00.023) 0:02:10.123 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "__verify_mssql_is_tuned_for_fua is defined", "skip_reason": "Conditional result was False" } TASK [Verify that the alternatewritethrough setting is false] ****************** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:175 Thursday 19 March 2026 18:01:27 -0400 (0:00:00.023) 0:02:10.146 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "__verify_mssql_is_tuned_for_fua is defined", "skip_reason": "Conditional result was False" } TASK [Verify the writethrough setting] ***************************************** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:181 Thursday 19 March 2026 18:01:27 -0400 (0:00:00.019) 0:02:10.166 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "__verify_mssql_is_tuned_for_fua is defined", "skip_reason": "Conditional result was False" } TASK [Verify the tlscert setting] ********************************************** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:191 Thursday 19 March 2026 18:01:27 -0400 (0:00:00.017) 0:02:10.184 ******** included: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml for managed-node3 TASK [Get the value of the setting tlscert] ************************************ task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml:7 Thursday 19 March 2026 18:01:27 -0400 (0:00:00.030) 0:02:10.215 ******** ok: [managed-node3] => { "changed": false, "cmd": "grep '^tlscert' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004606", "end": "2026-03-19 18:01:28.169706", "rc": 0, "start": "2026-03-19 18:01:28.165100" } TASK [Verify the setting when it is type str tlscert] ************************** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml:14 Thursday 19 March 2026 18:01:28 -0400 (0:00:00.347) 0:02:10.562 ******** ok: [managed-node3] => { "changed": false } MSG: All assertions passed TASK [Verify the setting when it is type bool tlscert] ************************* task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml:25 Thursday 19 March 2026 18:01:28 -0400 (0:00:00.033) 0:02:10.596 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "__mssql_conf_value | type_debug == 'bool'", "skip_reason": "Conditional result was False" } TASK [Verify that tcpport =] *************************************************** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml:40 Thursday 19 March 2026 18:01:28 -0400 (0:00:00.026) 0:02:10.623 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "__mssql_conf_setting == \"tcpport\"", "skip_reason": "Conditional result was False" } TASK [Verify the tlskey setting] *********************************************** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:202 Thursday 19 March 2026 18:01:28 -0400 (0:00:00.019) 0:02:10.642 ******** included: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml for managed-node3 TASK [Get the value of the setting tlskey] ************************************* task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml:7 Thursday 19 March 2026 18:01:28 -0400 (0:00:00.029) 0:02:10.672 ******** ok: [managed-node3] => { "changed": false, "cmd": "grep '^tlskey' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004004", "end": "2026-03-19 18:01:28.634207", "rc": 0, "start": "2026-03-19 18:01:28.630203" } TASK [Verify the setting when it is type str tlskey] *************************** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml:14 Thursday 19 March 2026 18:01:28 -0400 (0:00:00.351) 0:02:11.024 ******** ok: [managed-node3] => { "changed": false } MSG: All assertions passed TASK [Verify the setting when it is type bool tlskey] ************************** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml:25 Thursday 19 March 2026 18:01:28 -0400 (0:00:00.033) 0:02:11.057 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "__mssql_conf_value | type_debug == 'bool'", "skip_reason": "Conditional result was False" } TASK [Verify that tcpport =] *************************************************** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml:40 Thursday 19 March 2026 18:01:28 -0400 (0:00:00.026) 0:02:11.083 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "__mssql_conf_setting == \"tcpport\"", "skip_reason": "Conditional result was False" } TASK [Verify the tlsprotocols setting] ***************************************** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:214 Thursday 19 March 2026 18:01:28 -0400 (0:00:00.019) 0:02:11.103 ******** included: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml for managed-node3 TASK [Get the value of the setting tlsprotocols] ******************************* task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml:7 Thursday 19 March 2026 18:01:28 -0400 (0:00:00.037) 0:02:11.140 ******** ok: [managed-node3] => { "changed": false, "cmd": "grep '^tlsprotocols' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004085", "end": "2026-03-19 18:01:29.120935", "rc": 0, "start": "2026-03-19 18:01:29.116850" } TASK [Verify the setting when it is type str tlsprotocols] ********************* task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml:14 Thursday 19 March 2026 18:01:29 -0400 (0:00:00.371) 0:02:11.512 ******** ok: [managed-node3] => { "changed": false } MSG: All assertions passed TASK [Verify the setting when it is type bool tlsprotocols] ******************** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml:25 Thursday 19 March 2026 18:01:29 -0400 (0:00:00.031) 0:02:11.543 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "__mssql_conf_value | type_debug == 'bool'", "skip_reason": "Conditional result was False" } TASK [Verify that tcpport =] *************************************************** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml:40 Thursday 19 March 2026 18:01:29 -0400 (0:00:00.025) 0:02:11.569 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "__mssql_conf_setting == \"tcpport\"", "skip_reason": "Conditional result was False" } TASK [Verify the forceencryption setting] ************************************** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:222 Thursday 19 March 2026 18:01:29 -0400 (0:00:00.018) 0:02:11.587 ******** included: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml for managed-node3 TASK [Get the value of the setting forceencryption] **************************** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml:7 Thursday 19 March 2026 18:01:29 -0400 (0:00:00.033) 0:02:11.621 ******** ok: [managed-node3] => { "changed": false, "cmd": "grep '^forceencryption' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.003947", "end": "2026-03-19 18:01:29.575388", "rc": 0, "start": "2026-03-19 18:01:29.571441" } TASK [Verify the setting when it is type str forceencryption] ****************** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml:14 Thursday 19 March 2026 18:01:29 -0400 (0:00:00.345) 0:02:11.966 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "__mssql_conf_value | type_debug != 'bool'", "skip_reason": "Conditional result was False" } TASK [Verify the setting when it is type bool forceencryption] ***************** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml:25 Thursday 19 March 2026 18:01:29 -0400 (0:00:00.022) 0:02:11.988 ******** ok: [managed-node3] => { "changed": false } MSG: All assertions passed TASK [Verify that tcpport = False] ********************************************* task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml:40 Thursday 19 March 2026 18:01:29 -0400 (0:00:00.027) 0:02:12.016 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "__mssql_conf_setting == \"tcpport\"", "skip_reason": "Conditional result was False" } TASK [Verify configuration for confined application] *************************** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:229 Thursday 19 March 2026 18:01:29 -0400 (0:00:00.018) 0:02:12.035 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "__verify_mssql_is_confined is defined", "skip_reason": "Conditional result was False" } TASK [Remove certificates from hosts] ****************************************** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/tests_tls.yml:105 Thursday 19 March 2026 18:01:29 -0400 (0:00:00.018) 0:02:12.054 ******** changed: [managed-node3] => (item=/etc/pki/tls/certs/ansible.0tjtul87) => { "ansible_loop_var": "item", "changed": true, "item": "/etc/pki/tls/certs/ansible.0tjtul87", "path": "/etc/pki/tls/certs/ansible.0tjtul87", "state": "absent" } changed: [managed-node3] => (item=/etc/pki/tls/private/ansible.jipttvo0) => { "ansible_loop_var": "item", "changed": true, "item": "/etc/pki/tls/private/ansible.jipttvo0", "path": "/etc/pki/tls/private/ansible.jipttvo0", "state": "absent" } TASK [Copy certificates to hosts] ********************************************** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/tests_tls.yml:113 Thursday 19 March 2026 18:01:30 -0400 (0:00:00.706) 0:02:12.760 ******** ok: [managed-node3] => (item=/tmp/ansible.0tjtul87) => { "ansible_loop_var": "item", "changed": false, "checksum": "9d74abc285346608a5e71b650ba1dd3828b2bb00", "dest": "/tmp/ansible.0tjtul87", "gid": 0, "group": "root", "item": "/tmp/ansible.0tjtul87", "mode": "0600", "owner": "root", "path": "/tmp/ansible.0tjtul87", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 1119, "state": "file", "uid": 0 } ok: [managed-node3] => (item=/tmp/ansible.jipttvo0) => { "ansible_loop_var": "item", "changed": false, "checksum": "a69ab5e86270abeff61ddb6a2c73a31107df5173", "dest": "/tmp/ansible.jipttvo0", "gid": 0, "group": "root", "item": "/tmp/ansible.jipttvo0", "mode": "0600", "owner": "root", "path": "/tmp/ansible.jipttvo0", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 1704, "state": "file", "uid": 0 } TASK [Set mssql_tls_cert and mssql_tls_private_key for the following test] ***** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/tests_tls.yml:122 Thursday 19 March 2026 18:01:31 -0400 (0:00:01.310) 0:02:14.070 ******** ok: [managed-node3] => { "ansible_facts": { "mssql_tls_cert": "/tmp/ansible.0tjtul87", "mssql_tls_private_key": "ansible.jipttvo0" }, "changed": false } TASK [Test with certs on managed nodes] **************************************** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/tests_tls.yml:127 Thursday 19 March 2026 18:01:31 -0400 (0:00:00.021) 0:02:14.092 ******** included: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/run_role_with_clear_facts.yml for managed-node3 TASK [Clear facts] ************************************************************* task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/run_role_with_clear_facts.yml:8 Thursday 19 March 2026 18:01:31 -0400 (0:00:00.058) 0:02:14.150 ******** META: facts cleared TASK [Run the role] ************************************************************ task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/run_role_with_clear_facts.yml:22 Thursday 19 March 2026 18:01:31 -0400 (0:00:00.001) 0:02:14.151 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "__sr_failed_when is defined", "skip_reason": "Conditional result was False" } TASK [Run the role normally] *************************************************** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/run_role_with_clear_facts.yml:32 Thursday 19 March 2026 18:01:31 -0400 (0:00:00.024) 0:02:14.176 ******** TASK [fedora.linux_system_roles.mssql : Ensure ansible_facts and variables used by role] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:3 Thursday 19 March 2026 18:01:32 -0400 (0:00:00.316) 0:02:14.493 ******** included: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/set_vars.yml for managed-node3 TASK [fedora.linux_system_roles.mssql : Ensure ansible_facts used by role] ***** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/set_vars.yml:3 Thursday 19 March 2026 18:01:32 -0400 (0:00:00.021) 0:02:14.515 ******** ok: [managed-node3] TASK [fedora.linux_system_roles.mssql : Set platform/version specific variables] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/set_vars.yml:8 Thursday 19 March 2026 18:01:32 -0400 (0:00:00.562) 0:02:15.078 ******** ok: [managed-node3] => (item=RedHat.yml) => { "ansible_facts": { "__mssql_client_repository": "https://packages.microsoft.com/rhel/9/prod/", "__mssql_confined_supported": true, "__mssql_server_repository": "https://packages.microsoft.com/rhel/9/mssql-server-{{ mssql_version | int }}/", "__mssql_supported_versions": [ 2022 ], "__mssql_tuned_supported": true }, "ansible_included_var_files": [ "/tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/vars/RedHat.yml" ], "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml" } skipping: [managed-node3] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__mssql_vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [managed-node3] => (item=CentOS_8.yml) => { "ansible_facts": { "__mssql_client_repository": "https://packages.microsoft.com/rhel/8/prod/", "__mssql_confined_supported": false, "__mssql_server_repository": "https://packages.microsoft.com/rhel/8/mssql-server-{{ mssql_version | int }}/", "__mssql_supported_versions": [ 2017, 2019, 2022 ] }, "ansible_included_var_files": [ "/tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } ok: [managed-node3] => (item=CentOS_8.yml) => { "ansible_facts": { "__mssql_client_repository": "https://packages.microsoft.com/rhel/8/prod/", "__mssql_confined_supported": false, "__mssql_server_repository": "https://packages.microsoft.com/rhel/8/mssql-server-{{ mssql_version | int }}/", "__mssql_supported_versions": [ 2017, 2019, 2022 ] }, "ansible_included_var_files": [ "/tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } TASK [fedora.linux_system_roles.mssql : Run systemctl] ************************* task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/set_vars.yml:22 Thursday 19 March 2026 18:01:32 -0400 (0:00:00.064) 0:02:15.142 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "__mssql_is_booted is not defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Require installed systemd] ************* task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/set_vars.yml:29 Thursday 19 March 2026 18:01:32 -0400 (0:00:00.015) 0:02:15.158 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "__mssql_is_booted is not defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Set flag to indicate that systemd runtime operations are available] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/set_vars.yml:34 Thursday 19 March 2026 18:01:32 -0400 (0:00:00.019) 0:02:15.177 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "__mssql_is_booted is not defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Unset internal role facts] ************* task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:8 Thursday 19 March 2026 18:01:32 -0400 (0:00:00.015) 0:02:15.192 ******** ok: [managed-node3] => { "ansible_facts": { "__mssql_is_active": null, "__mssql_sqlcmd_login_cmd": null }, "changed": false } TASK [fedora.linux_system_roles.mssql : Print that the mssql_input_sql_file variable is deprecated] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:16 Thursday 19 March 2026 18:01:32 -0400 (0:00:00.016) 0:02:15.209 ******** skipping: [managed-node3] => { "false_condition": "mssql_input_sql_file is defined" } TASK [fedora.linux_system_roles.mssql : Link the deprecated mssql_input_sql_file fact] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:24 Thursday 19 March 2026 18:01:32 -0400 (0:00:00.017) 0:02:15.227 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "mssql_input_sql_file is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Print that the variable is deprecated] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:31 Thursday 19 March 2026 18:01:32 -0400 (0:00:00.015) 0:02:15.242 ******** skipping: [managed-node3] => { "false_condition": "mssql_ha_listener_port is defined" } TASK [fedora.linux_system_roles.mssql : Link the deprecated mssql_ha_listener_port fact] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:38 Thursday 19 March 2026 18:01:32 -0400 (0:00:00.014) 0:02:15.256 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "mssql_ha_listener_port is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Print that the mssql_ad_sql_user_name variable is deprecated] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:45 Thursday 19 March 2026 18:01:32 -0400 (0:00:00.014) 0:02:15.271 ******** skipping: [managed-node3] => { "false_condition": "mssql_ad_sql_user_name is defined" } TASK [fedora.linux_system_roles.mssql : Link the deprecated mssql_ad_sql_user_name fact] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:52 Thursday 19 March 2026 18:01:32 -0400 (0:00:00.013) 0:02:15.285 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "mssql_ad_sql_user_name is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Print that the mssql_ha_cluster_run_role variable is deprecated] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:59 Thursday 19 March 2026 18:01:32 -0400 (0:00:00.014) 0:02:15.299 ******** skipping: [managed-node3] => { "false_condition": "mssql_ha_cluster_run_role is defined" } TASK [fedora.linux_system_roles.mssql : Link the deprecated mssql_ha_cluster_run_role fact] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:66 Thursday 19 March 2026 18:01:32 -0400 (0:00:00.014) 0:02:15.313 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "mssql_ha_cluster_run_role is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Print that variable is deprecated] ***** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:75 Thursday 19 March 2026 18:01:32 -0400 (0:00:00.014) 0:02:15.327 ******** skipping: [managed-node3] => { "false_condition": "mssql_accept_microsoft_odbc_driver_17_for_sql_server_eula is defined" } TASK [fedora.linux_system_roles.mssql : Link the deprecated fact] ************** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:84 Thursday 19 March 2026 18:01:33 -0400 (0:00:00.013) 0:02:15.341 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "mssql_accept_microsoft_odbc_driver_17_for_sql_server_eula is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Fail on RHEL or CentOS 10 because it's not supported] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:88 Thursday 19 March 2026 18:01:33 -0400 (0:00:00.013) 0:02:15.355 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "ansible_facts[\"distribution_major_version\"] is version('10', '=')", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Verify that the user accepts EULA variables] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:95 Thursday 19 March 2026 18:01:33 -0400 (0:00:00.014) 0:02:15.369 ******** ok: [managed-node3] => { "changed": false } MSG: All assertions passed TASK [fedora.linux_system_roles.mssql : Verify that EL < 8 is not used with mssql_ha_configure=true] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:107 Thursday 19 March 2026 18:01:33 -0400 (0:00:00.018) 0:02:15.388 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "mssql_ha_configure | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Verify if the mssql_ha_replica_type variable is provided correctly] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:115 Thursday 19 March 2026 18:01:33 -0400 (0:00:00.013) 0:02:15.401 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "mssql_ha_configure | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Verify that 'mssql_ha_replica_type = primary' is provided once] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:124 Thursday 19 March 2026 18:01:33 -0400 (0:00:00.012) 0:02:15.414 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "mssql_ha_configure | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Verify that mssql_ha_prep_for_pacemaker is provided correctly] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:133 Thursday 19 March 2026 18:01:33 -0400 (0:00:00.011) 0:02:15.426 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "mssql_ha_ag_cluster_type | lower == 'none'", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Verify that selinux variables are used on supported platforms] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:143 Thursday 19 March 2026 18:01:33 -0400 (0:00:00.013) 0:02:15.439 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "(mssql_manage_selinux | bool) or (mssql_run_selinux_confined | bool)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Verify that mssql_manage_selinux is set properly] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:152 Thursday 19 March 2026 18:01:33 -0400 (0:00:00.015) 0:02:15.455 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "mssql_manage_selinux | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Verify that mssql_ha_ag_is_contained is not provided with version 2017] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:163 Thursday 19 March 2026 18:01:33 -0400 (0:00:00.013) 0:02:15.469 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "mssql_ha_ag_is_contained | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Verify fail reuse_system_db=true is not provided without ag_is_contained] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:174 Thursday 19 March 2026 18:01:33 -0400 (0:00:00.012) 0:02:15.481 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "mssql_ha_ag_reuse_system_db | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Gather package facts] ****************** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:185 Thursday 19 March 2026 18:01:33 -0400 (0:00:00.014) 0:02:15.495 ******** ok: [managed-node3] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.mssql : Set fact with the currently installed SQL Server version if any] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:189 Thursday 19 March 2026 18:01:34 -0400 (0:00:01.485) 0:02:16.981 ******** ok: [managed-node3] => (item={'key': 2017, 'value': 14}) => { "ansible_facts": { "__mssql_current_version": "2017" }, "ansible_loop_var": "item", "changed": false, "item": { "key": 2017, "value": 14 } } skipping: [managed-node3] => (item={'key': 2019, 'value': 15}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "ansible_facts.packages[\"mssql-server\"][0][\"version\"].split(\".\") | first | int == item.value", "item": { "key": 2019, "value": 15 }, "skip_reason": "Conditional result was False" } skipping: [managed-node3] => (item={'key': 2022, 'value': 16}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "ansible_facts.packages[\"mssql-server\"][0][\"version\"].split(\".\") | first | int == item.value", "item": { "key": 2022, "value": 16 }, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Verify if mssql_version is not bigger then the existing SQL Server version] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:197 Thursday 19 March 2026 18:01:34 -0400 (0:00:00.104) 0:02:17.086 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "mssql_version | int > __mssql_current_version | int", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Set mssql_version variable if user does not define it] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:210 Thursday 19 March 2026 18:01:34 -0400 (0:00:00.028) 0:02:17.115 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "mssql_version is none", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Verify if the mssql_version variable is provided correctly] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:217 Thursday 19 March 2026 18:01:34 -0400 (0:00:00.021) 0:02:17.136 ******** ok: [managed-node3] => { "changed": false } MSG: All assertions passed TASK [fedora.linux_system_roles.mssql : Verify if mssql_version is not smaller then the existing SQL Server version] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:224 Thursday 19 March 2026 18:01:34 -0400 (0:00:00.027) 0:02:17.163 ******** skipping: [managed-node3] => (item={'key': 2017, 'value': 14}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "ansible_facts.packages[\"mssql-server\"][0][\"version\"].split(\".\") | first | int > item.value", "item": { "key": 2017, "value": 14 }, "skip_reason": "Conditional result was False" } skipping: [managed-node3] => (item={'key': 2019, 'value': 15}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "mssql_version | int == item.key", "item": { "key": 2019, "value": 15 }, "skip_reason": "Conditional result was False" } skipping: [managed-node3] => (item={'key': 2022, 'value': 16}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "mssql_version | int == item.key", "item": { "key": 2022, "value": 16 }, "skip_reason": "Conditional result was False" } skipping: [managed-node3] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.mssql : Deploy the GPG key for Microsoft repositories] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:238 Thursday 19 March 2026 18:01:34 -0400 (0:00:00.051) 0:02:17.215 ******** ok: [managed-node3] => { "attempts": 1, "changed": false } TASK [fedora.linux_system_roles.mssql : Update all packages from SQL Server repo version 2017] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:252 Thursday 19 March 2026 18:01:35 -0400 (0:00:00.567) 0:02:17.783 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "mssql_upgrade | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Get yum repositories] ****************** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:262 Thursday 19 March 2026 18:01:35 -0400 (0:00:00.023) 0:02:17.807 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "mssql_upgrade | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Remove the current Microsoft SQL Server repository to upgrade to 2017] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:273 Thursday 19 March 2026 18:01:35 -0400 (0:00:00.021) 0:02:17.828 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "mssql_upgrade | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Update all packages from SQL Server repo version 2017] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:287 Thursday 19 March 2026 18:01:35 -0400 (0:00:00.020) 0:02:17.848 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "mssql_upgrade | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Get zypper repositories] *************** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:296 Thursday 19 March 2026 18:01:35 -0400 (0:00:00.020) 0:02:17.869 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "mssql_upgrade | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Remove the current Microsoft SQL Server repository to upgrade to 2017] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:308 Thursday 19 March 2026 18:01:35 -0400 (0:00:00.019) 0:02:17.889 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "mssql_upgrade | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Configure the Microsoft SQL Server repo version 2017] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:315 Thursday 19 March 2026 18:01:35 -0400 (0:00:00.019) 0:02:17.908 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "(__mssql_server_packages not in ansible_facts.packages) or (mssql_upgrade | bool)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Configure the Microsoft SQL Server repo version 2017] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:327 Thursday 19 March 2026 18:01:35 -0400 (0:00:00.026) 0:02:17.934 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "ansible_facts[\"pkg_mgr\"] == \"zypper\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Configure to run as a confined application with SELinux] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:340 Thursday 19 March 2026 18:01:35 -0400 (0:00:00.021) 0:02:17.956 ******** ok: [managed-node3] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [fedora.linux_system_roles.mssql : Ensure the package mssql-server] ******* task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:345 Thursday 19 March 2026 18:01:38 -0400 (0:00:02.593) 0:02:20.550 ******** ok: [managed-node3] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [fedora.linux_system_roles.mssql : Check if the errorlog file exists and its location] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:350 Thursday 19 March 2026 18:01:40 -0400 (0:00:02.604) 0:02:23.154 ******** ok: [managed-node3] => { "changed": false, "cmd": "set -euo pipefail\nerrorlog=\"$(grep '^errorlogfile = ' /var/opt/mssql/mssql.conf \\\n| sed 's/errorlogfile : //')\" || :\nif [ -s \"${errorlog}\" ]; then\n echo \"${errorlog}\"\nelif [ -s /var/opt/mssql/log/errorlog ]; then\n echo /var/opt/mssql/log/errorlog\nelse\n echo \"\"\nfi\n", "delta": "0:00:00.004782", "end": "2026-03-19 18:01:41.108856", "rc": 0, "start": "2026-03-19 18:01:41.104074" } STDOUT: /var/opt/mssql/log/errorlog TASK [fedora.linux_system_roles.mssql : Check if mssql-server.service is enabled] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:367 Thursday 19 March 2026 18:01:41 -0400 (0:00:00.344) 0:02:23.499 ******** ok: [managed-node3] => { "changed": false, "cmd": [ "systemctl", "is-enabled", "mssql-server.service" ], "delta": "0:00:00.007735", "end": "2026-03-19 18:01:41.455366", "failed_when_result": false, "rc": 0, "start": "2026-03-19 18:01:41.447631" } STDOUT: enabled TASK [fedora.linux_system_roles.mssql : Check if mssql-server.service is running] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:374 Thursday 19 March 2026 18:01:41 -0400 (0:00:00.345) 0:02:23.844 ******** ok: [managed-node3] => { "changed": false, "cmd": [ "systemctl", "is-active", "mssql-server.service" ], "delta": "0:00:00.007611", "end": "2026-03-19 18:01:41.816569", "failed_when_result": false, "rc": 0, "start": "2026-03-19 18:01:41.808958" } STDOUT: active TASK [fedora.linux_system_roles.mssql : Set the __mssql_is_setup variable] ***** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:381 Thursday 19 March 2026 18:01:41 -0400 (0:00:00.389) 0:02:24.234 ******** ok: [managed-node3] => { "ansible_facts": { "__mssql_is_setup": true }, "changed": false } TASK [fedora.linux_system_roles.mssql : Verify that the variables required for setting up MSSQL are defined] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:388 Thursday 19 March 2026 18:01:41 -0400 (0:00:00.029) 0:02:24.263 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "not __mssql_is_setup", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Set up MSSQL] ************************** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:404 Thursday 19 March 2026 18:01:41 -0400 (0:00:00.020) 0:02:24.284 ******** skipping: [managed-node3] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.mssql : Ensure the directory and permissions for datadir and logdir] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:430 Thursday 19 March 2026 18:01:41 -0400 (0:00:00.037) 0:02:24.322 ******** skipping: [managed-node3] => (item={'path': None, 'mode': '755', 'setting': 'defaultdatadir'}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "item.path is not none", "item": { "mode": "755", "path": null, "setting": "defaultdatadir" }, "skip_reason": "Conditional result was False" } skipping: [managed-node3] => (item={'path': None, 'mode': '755', 'setting': 'defaultlogdir'}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "item.path is not none", "item": { "mode": "755", "path": null, "setting": "defaultlogdir" }, "skip_reason": "Conditional result was False" } skipping: [managed-node3] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.mssql : Set selinux role facts for ports] ****** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:445 Thursday 19 March 2026 18:01:42 -0400 (0:00:00.077) 0:02:24.399 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "mssql_manage_selinux | bool", "skip_reason": "Conditional result was False" } TASK [Ensure correct SELinux context for storage paths and ports] ************** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:459 Thursday 19 March 2026 18:01:42 -0400 (0:00:00.036) 0:02:24.436 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "mssql_manage_selinux | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Ensure that the tuned-profiles-mssql package is installed] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:470 Thursday 19 March 2026 18:01:42 -0400 (0:00:00.045) 0:02:24.482 ******** ok: [managed-node3] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [fedora.linux_system_roles.mssql : Ensure that the tuned service is started and enabled] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:476 Thursday 19 March 2026 18:01:44 -0400 (0:00:02.545) 0:02:27.027 ******** ok: [managed-node3] => { "changed": false, "enabled": true, "name": "tuned", "state": "started", "status": { "ActiveEnterTimestamp": "Thu 2026-03-19 17:39:06 EDT", "ActiveEnterTimestampMonotonic": "9228051", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "network.target polkit.service basic.target systemd-journald.socket dbus.socket dbus.service sysinit.target systemd-sysctl.service system.slice", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Thu 2026-03-19 17:39:05 EDT", "AssertTimestampMonotonic": "8496621", "Before": "multi-user.target shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "BusName": "com.redhat.tuned", "CPUAccounting": "no", "CPUAffinity": "", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Thu 2026-03-19 17:39:05 EDT", "ConditionTimestampMonotonic": "8496620", "ConfigurationDirectoryMode": "0755", "Conflicts": "auto-cpufreq.service shutdown.target tlp.service cpupower.service power-profiles-daemon.service", "ControlGroup": "/system.slice/tuned.service", "ControlPID": "0", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "no", "Description": "Dynamic System Tuning Daemon", "DevicePolicy": "auto", "Documentation": "man:tuned(8) man:tuned.conf(5) man:tuned-adm(8)", "DynamicUser": "no", "EffectiveCPUs": "", "EffectiveMemoryNodes": "", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "699", "ExecMainStartTimestamp": "Thu 2026-03-19 17:39:05 EDT", "ExecMainStartTimestampMonotonic": "8498444", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/sbin/tuned ; argv[]=/usr/sbin/tuned -l -P ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/tuned.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "IOWeight": "[not set]", "IPAccounting": "no", "IPEgressBytes": "18446744073709551615", "IPEgressPackets": "18446744073709551615", "IPIngressBytes": "18446744073709551615", "IPIngressPackets": "18446744073709551615", "Id": "tuned.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestamp": "Thu 2026-03-19 17:39:05 EDT", "InactiveExitTimestampMonotonic": "8498484", "InvocationID": "7e160c69f94c475dbdf7d52905683c56", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "0", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "65536", "LimitMEMLOCKSoft": "65536", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "262144", "LimitNOFILESoft": "1024", "LimitNPROC": "28608", "LimitNPROCSoft": "28608", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "28608", "LimitSIGPENDINGSoft": "28608", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "699", "MemoryAccounting": "yes", "MemoryCurrent": "21151744", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "MountFlags": "", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAMask": "", "NUMAPolicy": "n/a", "Names": "tuned.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PIDFile": "/run/tuned/tuned.pid", "PermissionsStartOnly": "no", "Perpetual": "no", "PrivateDevices": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "system.slice sysinit.target dbus.service dbus.socket", "Restart": "no", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestamp": "Thu 2026-03-19 17:39:06 EDT", "StateChangeTimestampMonotonic": "9228051", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SuccessAction": "none", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "4", "TasksMax": "45773", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "dbus", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "UtmpMode": "init", "WantedBy": "multi-user.target", "WatchdogTimestamp": "Thu 2026-03-19 17:39:06 EDT", "WatchdogTimestampMonotonic": "9228048", "WatchdogUSec": "0" } } TASK [fedora.linux_system_roles.mssql : Get the active Tuned profiles] ********* task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:483 Thursday 19 March 2026 18:01:45 -0400 (0:00:00.890) 0:02:27.917 ******** ok: [managed-node3] => { "changed": false, "content": "dmlydHVhbC1ndWVzdCBtc3NxbAo=", "encoding": "base64", "source": "/etc/tuned/active_profile" } TASK [fedora.linux_system_roles.mssql : Decode the active Tuned profiles] ****** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:489 Thursday 19 March 2026 18:01:45 -0400 (0:00:00.349) 0:02:28.267 ******** ok: [managed-node3] => { "ansible_facts": { "__mssql_tuned_active_profiles": "virtual-guest mssql" }, "changed": false } TASK [fedora.linux_system_roles.mssql : Attempt to add mssql to the list of Tuned profiles] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:502 Thursday 19 March 2026 18:01:45 -0400 (0:00:00.026) 0:02:28.293 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "\"mssql\" not in __mssql_tuned_active_profiles", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Remove troublemaking include from the mssql profile] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:514 Thursday 19 March 2026 18:01:46 -0400 (0:00:00.055) 0:02:28.349 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "\"mssql\" not in __mssql_tuned_active_profiles", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Add the fixed mssql profile to the list of Tuned profiles] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:523 Thursday 19 March 2026 18:01:46 -0400 (0:00:00.025) 0:02:28.374 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "\"mssql\" not in __mssql_tuned_active_profiles", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Attempt to add mssql to the list of Tuned profiles] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:540 Thursday 19 March 2026 18:01:46 -0400 (0:00:00.021) 0:02:28.396 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "not __mssql_is_booted | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Configure the Microsoft SQL Server Tools repository] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:548 Thursday 19 March 2026 18:01:46 -0400 (0:00:00.020) 0:02:28.416 ******** ok: [managed-node3] => { "changed": false, "repo": "packages-microsoft-com-prod", "state": "present" } TASK [fedora.linux_system_roles.mssql : Configure the Microsoft SQL Server Tools repository] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:556 Thursday 19 March 2026 18:01:46 -0400 (0:00:00.365) 0:02:28.781 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "ansible_facts[\"pkg_mgr\"] == \"zypper\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Ensure that SQL Server client tools are installed] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:565 Thursday 19 March 2026 18:01:46 -0400 (0:00:00.022) 0:02:28.804 ******** ok: [managed-node3] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [fedora.linux_system_roles.mssql : Reset certificate_requests] ************ task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:582 Thursday 19 March 2026 18:01:49 -0400 (0:00:02.558) 0:02:31.363 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "mssql_tls_certificates | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Set certificate_requests] ************** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:586 Thursday 19 March 2026 18:01:49 -0400 (0:00:00.026) 0:02:31.389 ******** skipping: [managed-node3] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Create certificates using the certificate role] ************************** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:597 Thursday 19 March 2026 18:01:49 -0400 (0:00:00.018) 0:02:31.408 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "mssql_tls_certificates | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Set mssql_tls_cert and _private_key based on the cert name] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:603 Thursday 19 March 2026 18:01:49 -0400 (0:00:00.029) 0:02:31.437 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "mssql_tls_certificates | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Copy certificate and private_key files to the host] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:608 Thursday 19 March 2026 18:01:49 -0400 (0:00:00.026) 0:02:31.463 ******** changed: [managed-node3] => (item=/tmp/ansible.0tjtul87) => { "ansible_loop_var": "item", "changed": true, "checksum": "9d74abc285346608a5e71b650ba1dd3828b2bb00", "dest": "/etc/pki/tls/certs/ansible.0tjtul87", "gid": 989, "group": "mssql", "item": "/tmp/ansible.0tjtul87", "md5sum": "50dd3153d00d8025fad0358d7ff578d6", "mode": "0600", "owner": "mssql", "secontext": "system_u:object_r:cert_t:s0", "size": 1119, "src": "/tmp/ansible.0tjtul87", "state": "file", "uid": 993 } changed: [managed-node3] => (item=/tmp/ansible.jipttvo0) => { "ansible_loop_var": "item", "changed": true, "checksum": "a69ab5e86270abeff61ddb6a2c73a31107df5173", "dest": "/etc/pki/tls/private/ansible.jipttvo0", "gid": 989, "group": "mssql", "item": "/tmp/ansible.jipttvo0", "md5sum": "7d0e03cd120253f878065cff07109b1d", "mode": "0600", "owner": "mssql", "secontext": "system_u:object_r:cert_t:s0", "size": 1704, "src": "/tmp/ansible.jipttvo0", "state": "file", "uid": 993 } TASK [fedora.linux_system_roles.mssql : Configure the tlscert setting] ********* task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:626 Thursday 19 March 2026 18:01:49 -0400 (0:00:00.767) 0:02:32.230 ******** included: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml for managed-node3 TASK [fedora.linux_system_roles.mssql : Get the setting network tlscert] ******* task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:3 Thursday 19 March 2026 18:01:49 -0400 (0:00:00.054) 0:02:32.285 ******** ok: [managed-node3] => { "changed": false, "cmd": [ "grep", "^tlscert = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.002673", "end": "2026-03-19 18:01:50.249228", "failed_when_result": false, "rc": 1, "start": "2026-03-19 18:01:50.246555" } MSG: non-zero return code TASK [fedora.linux_system_roles.mssql : Configure the setting network tlscert] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:12 Thursday 19 March 2026 18:01:50 -0400 (0:00:00.352) 0:02:32.637 ******** Notification for handler Restart the mssql-server service has been saved. changed: [managed-node3] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "set", "network.tlscert", "/etc/pki/tls/certs/ansible.0tjtul87" ], "delta": "0:00:00.045340", "end": "2026-03-19 18:01:50.655165", "failed_when_result": false, "rc": 0, "start": "2026-03-19 18:01:50.609825" } STDOUT: SQL Server needs to be restarted in order to apply this setting. Please run 'systemctl restart mssql-server.service'. TASK [fedora.linux_system_roles.mssql : Unset the setting network tlscert] ***** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:42 Thursday 19 March 2026 18:01:50 -0400 (0:00:00.412) 0:02:33.049 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "__mssql_conf_setting_value == \"unset\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Configure the tlskey setting] ********** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:635 Thursday 19 March 2026 18:01:50 -0400 (0:00:00.024) 0:02:33.074 ******** included: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml for managed-node3 TASK [fedora.linux_system_roles.mssql : Get the setting network tlskey] ******** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:3 Thursday 19 March 2026 18:01:50 -0400 (0:00:00.033) 0:02:33.108 ******** ok: [managed-node3] => { "changed": false, "cmd": [ "grep", "^tlskey = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.002761", "end": "2026-03-19 18:01:51.071168", "failed_when_result": false, "rc": 1, "start": "2026-03-19 18:01:51.068407" } MSG: non-zero return code TASK [fedora.linux_system_roles.mssql : Configure the setting network tlskey] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:12 Thursday 19 March 2026 18:01:51 -0400 (0:00:00.351) 0:02:33.460 ******** Notification for handler Restart the mssql-server service has been saved. changed: [managed-node3] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "set", "network.tlskey", "/etc/pki/tls/private/ansible.jipttvo0" ], "delta": "0:00:00.045805", "end": "2026-03-19 18:01:51.472486", "failed_when_result": false, "rc": 0, "start": "2026-03-19 18:01:51.426681" } STDOUT: SQL Server needs to be restarted in order to apply this setting. Please run 'systemctl restart mssql-server.service'. TASK [fedora.linux_system_roles.mssql : Unset the setting network tlskey] ****** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:42 Thursday 19 March 2026 18:01:51 -0400 (0:00:00.408) 0:02:33.868 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "__mssql_conf_setting_value == \"unset\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Configure the tlsprotocols setting] **** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:644 Thursday 19 March 2026 18:01:51 -0400 (0:00:00.023) 0:02:33.892 ******** included: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml for managed-node3 TASK [fedora.linux_system_roles.mssql : Get the setting network tlsprotocols] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:3 Thursday 19 March 2026 18:01:51 -0400 (0:00:00.036) 0:02:33.929 ******** ok: [managed-node3] => { "changed": false, "cmd": [ "grep", "^tlsprotocols = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.002706", "end": "2026-03-19 18:01:51.891686", "failed_when_result": false, "rc": 1, "start": "2026-03-19 18:01:51.888980" } MSG: non-zero return code TASK [fedora.linux_system_roles.mssql : Configure the setting network tlsprotocols] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:12 Thursday 19 March 2026 18:01:51 -0400 (0:00:00.353) 0:02:34.282 ******** Notification for handler Restart the mssql-server service has been saved. changed: [managed-node3] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "set", "network.tlsprotocols", "1.2" ], "delta": "0:00:00.045664", "end": "2026-03-19 18:01:52.294389", "failed_when_result": false, "rc": 0, "start": "2026-03-19 18:01:52.248725" } STDOUT: SQL Server needs to be restarted in order to apply this setting. Please run 'systemctl restart mssql-server.service'. TASK [fedora.linux_system_roles.mssql : Unset the setting network tlsprotocols] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:42 Thursday 19 March 2026 18:01:52 -0400 (0:00:00.405) 0:02:34.688 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "__mssql_conf_setting_value == \"unset\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Configure the forceencryption setting] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:651 Thursday 19 March 2026 18:01:52 -0400 (0:00:00.024) 0:02:34.712 ******** included: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml for managed-node3 TASK [fedora.linux_system_roles.mssql : Get the setting network forceencryption] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:3 Thursday 19 March 2026 18:01:52 -0400 (0:00:00.058) 0:02:34.771 ******** ok: [managed-node3] => { "changed": false, "cmd": [ "grep", "^forceencryption = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.002842", "end": "2026-03-19 18:01:52.770673", "failed_when_result": false, "rc": 1, "start": "2026-03-19 18:01:52.767831" } MSG: non-zero return code TASK [fedora.linux_system_roles.mssql : Configure the setting network forceencryption] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:12 Thursday 19 March 2026 18:01:52 -0400 (0:00:00.390) 0:02:35.162 ******** Notification for handler Restart the mssql-server service has been saved. changed: [managed-node3] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "set", "network.forceencryption", "1" ], "delta": "0:00:00.045552", "end": "2026-03-19 18:01:53.182234", "failed_when_result": false, "rc": 0, "start": "2026-03-19 18:01:53.136682" } STDOUT: SQL Server needs to be restarted in order to apply this setting. Please run 'systemctl restart mssql-server.service'. TASK [fedora.linux_system_roles.mssql : Unset the setting network forceencryption] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:42 Thursday 19 March 2026 18:01:53 -0400 (0:00:00.413) 0:02:35.575 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "__mssql_conf_setting_value == \"unset\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Get the setting forceencryption] ******* task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:660 Thursday 19 March 2026 18:01:53 -0400 (0:00:00.021) 0:02:35.597 ******** ok: [managed-node3] => { "changed": false, "cmd": "set -euo pipefail; grep '^forceencryption' /var/opt/mssql/mssql.conf | sed 's/forceencryption = //g'", "delta": "0:00:00.004566", "end": "2026-03-19 18:01:53.564796", "failed_when_result": false, "rc": 0, "start": "2026-03-19 18:01:53.560230" } STDOUT: 1 TASK [fedora.linux_system_roles.mssql : Append -No to sqlcmd when TLS is not configured] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:669 Thursday 19 March 2026 18:01:53 -0400 (0:00:00.358) 0:02:35.955 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "__mssql_forceencryption_val.stdout != '1'", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Append -C to sqlcmd when TLS is configured but certs are self-signed] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:676 Thursday 19 March 2026 18:01:53 -0400 (0:00:00.023) 0:02:35.979 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "'-C' not in __sqlcmd_cli", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Prepare MSSQL and facts for logging in] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:689 Thursday 19 March 2026 18:01:53 -0400 (0:00:00.024) 0:02:36.004 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "mssql_password is not none", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Wait for mssql-server to prepare for client connections] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:693 Thursday 19 March 2026 18:01:53 -0400 (0:00:00.019) 0:02:36.024 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "mssql_password is not none", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Check if the set password matches the existing password] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:699 Thursday 19 March 2026 18:01:53 -0400 (0:00:00.020) 0:02:36.044 ******** skipping: [managed-node3] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.mssql : Ensure that the mssql-server service is stopped] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:708 Thursday 19 March 2026 18:01:53 -0400 (0:00:00.019) 0:02:36.064 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "mssql_password is not none", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Gather package facts] ****************** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:717 Thursday 19 March 2026 18:01:53 -0400 (0:00:00.018) 0:02:36.082 ******** skipping: [managed-node3] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.mssql : Change the password of sa user] ******** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:725 Thursday 19 March 2026 18:01:53 -0400 (0:00:00.020) 0:02:36.103 ******** skipping: [managed-node3] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.mssql : Pre-input SQL script files to SQL Server] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:746 Thursday 19 March 2026 18:01:53 -0400 (0:00:00.020) 0:02:36.123 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "mssql_pre_input_sql_file != []", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Pre-input SQL script contents to SQL Server] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:755 Thursday 19 March 2026 18:01:53 -0400 (0:00:00.018) 0:02:36.141 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "mssql_pre_input_sql_content != []", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Check if the set edition matches the existing edition] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:768 Thursday 19 March 2026 18:01:53 -0400 (0:00:00.017) 0:02:36.158 ******** ok: [managed-node3] => { "changed": false, "cmd": "errorlog_edition=\"$(grep -oi 'Evaluation edition' \\\n/var/opt/mssql/log/errorlog)\"\nif [ -z \"${errorlog_edition}\" ]; then\n edition_matches=false\nelse\n edition_matches=true\nfi\necho \"${edition_matches}\"\n", "delta": "0:00:00.004564", "end": "2026-03-19 18:01:54.119775", "rc": 0, "start": "2026-03-19 18:01:54.115211" } STDOUT: true TASK [fedora.linux_system_roles.mssql : Ensure that the mssql-server service is stopped] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:783 Thursday 19 March 2026 18:01:54 -0400 (0:00:00.350) 0:02:36.509 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "not __mssql_edition_matches.stdout | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Gather package facts] ****************** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:792 Thursday 19 March 2026 18:01:54 -0400 (0:00:00.025) 0:02:36.534 ******** ok: [managed-node3] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.mssql : Change the edition of MSSQL] *********** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:798 Thursday 19 March 2026 18:01:55 -0400 (0:00:01.610) 0:02:38.145 ******** skipping: [managed-node3] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.mssql : Configure the IP address setting] ****** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:817 Thursday 19 March 2026 18:01:55 -0400 (0:00:00.036) 0:02:38.181 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "mssql_ip_address is not none", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Register the previous tcpport setting] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:824 Thursday 19 March 2026 18:01:55 -0400 (0:00:00.030) 0:02:38.212 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "mssql_manage_firewall | bool", "skip_reason": "Conditional result was False" } TASK [Open the TCP port 1433] ************************************************** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:831 Thursday 19 March 2026 18:01:55 -0400 (0:00:00.031) 0:02:38.243 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "mssql_manage_firewall | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Configure the TCP port setting to 1433] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:843 Thursday 19 March 2026 18:01:55 -0400 (0:00:00.028) 0:02:38.272 ******** included: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml for managed-node3 TASK [fedora.linux_system_roles.mssql : Get the setting network tcpport] ******* task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:3 Thursday 19 March 2026 18:01:55 -0400 (0:00:00.045) 0:02:38.317 ******** ok: [managed-node3] => { "changed": false, "cmd": [ "grep", "^tcpport = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.002719", "end": "2026-03-19 18:01:56.313017", "failed_when_result": false, "rc": 1, "start": "2026-03-19 18:01:56.310298" } MSG: non-zero return code TASK [fedora.linux_system_roles.mssql : Configure the setting network tcpport] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:12 Thursday 19 March 2026 18:01:56 -0400 (0:00:00.395) 0:02:38.713 ******** ok: [managed-node3] => { "changed": false, "cmd": [ "/opt/mssql/bin/mssql-conf", "set", "network.tcpport", "1433" ], "delta": "0:00:00.044404", "end": "2026-03-19 18:01:56.758068", "failed_when_result": false, "rc": 0, "start": "2026-03-19 18:01:56.713664" } STDOUT: Validation error on setting 'network.tcpport' Port '1433' is already in use. Please use another port TASK [fedora.linux_system_roles.mssql : Unset the setting network tcpport] ***** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:42 Thursday 19 March 2026 18:01:56 -0400 (0:00:00.453) 0:02:39.166 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "__mssql_conf_setting_value == \"unset\"", "skip_reason": "Conditional result was False" } TASK [Close the previously set SQL Server TCP port if it changed] ************** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:849 Thursday 19 March 2026 18:01:56 -0400 (0:00:00.035) 0:02:39.202 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "mssql_manage_firewall | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Configure the sqlagent setting] ******** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:869 Thursday 19 March 2026 18:01:56 -0400 (0:00:00.018) 0:02:39.220 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "mssql_enable_sql_agent is not none", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Ensure the package mssql-server-fts] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:876 Thursday 19 March 2026 18:01:56 -0400 (0:00:00.021) 0:02:39.242 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "mssql_install_fts is not none", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Ensure the package powershell] ********* task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:883 Thursday 19 March 2026 18:01:56 -0400 (0:00:00.023) 0:02:39.265 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "mssql_install_powershell is not none", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Check if the 3979 trace flag is enabled] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:892 Thursday 19 March 2026 18:01:56 -0400 (0:00:00.023) 0:02:39.289 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "mssql_tune_for_fua_storage is not none", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Set the 3979 traceflag] **************** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:898 Thursday 19 March 2026 18:01:56 -0400 (0:00:00.022) 0:02:39.311 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "mssql_tune_for_fua_storage is not none", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Unset the 3979 traceflag] ************** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:905 Thursday 19 March 2026 18:01:56 -0400 (0:00:00.018) 0:02:39.330 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "mssql_tune_for_fua_storage is not none", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Configure the alternatewritethrough setting] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:913 Thursday 19 March 2026 18:01:57 -0400 (0:00:00.020) 0:02:39.350 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "mssql_tune_for_fua_storage is not none", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Configure the writethrough setting] **** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:919 Thursday 19 March 2026 18:01:57 -0400 (0:00:00.019) 0:02:39.369 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "mssql_tune_for_fua_storage is not none", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Verify that ad_integration_realm variable is provided] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:929 Thursday 19 March 2026 18:01:57 -0400 (0:00:00.017) 0:02:39.387 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "mssql_ad_configure | bool", "skip_reason": "Conditional result was False" } TASK [Join to realm {{ ad_integration_realm }}] ******************************** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:937 Thursday 19 March 2026 18:01:57 -0400 (0:00:00.018) 0:02:39.405 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "mssql_ad_configure | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Ensure adutil and krb5-workstation] **** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:949 Thursday 19 March 2026 18:01:57 -0400 (0:00:00.017) 0:02:39.423 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "mssql_ad_configure | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Print credential caches to check if AD principal exists] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:956 Thursday 19 March 2026 18:01:57 -0400 (0:00:00.019) 0:02:39.442 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "mssql_ad_configure | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Print status of credential cache for {{ __mssql_ad_kinit_user }}] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:963 Thursday 19 March 2026 18:01:57 -0400 (0:00:00.020) 0:02:39.463 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "mssql_ad_configure | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Obtain Kerberos ticket for {{ __mssql_ad_kinit_user }}] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:972 Thursday 19 March 2026 18:01:57 -0400 (0:00:00.020) 0:02:39.484 ******** skipping: [managed-node3] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.mssql : Check if AD user exists] *************** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:985 Thursday 19 March 2026 18:01:57 -0400 (0:00:00.017) 0:02:39.501 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "mssql_ad_configure | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : In AD server create user] ************** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:994 Thursday 19 March 2026 18:01:57 -0400 (0:00:00.021) 0:02:39.523 ******** skipping: [managed-node3] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.mssql : Ensure proper configuration on user] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1008 Thursday 19 March 2026 18:01:57 -0400 (0:00:00.018) 0:02:39.541 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "mssql_ad_configure | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Get SPNs for the principal] ************ task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1018 Thursday 19 March 2026 18:01:57 -0400 (0:00:00.021) 0:02:39.563 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "mssql_ad_configure | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Register SPNs to the principal] ******** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1023 Thursday 19 March 2026 18:01:57 -0400 (0:00:00.035) 0:02:39.598 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "mssql_ad_configure | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Get kvno of the SPN host] ************** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1040 Thursday 19 March 2026 18:01:57 -0400 (0:00:00.023) 0:02:39.621 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "mssql_ad_configure | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Get stats of the keytab file] ********** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1045 Thursday 19 March 2026 18:01:57 -0400 (0:00:00.020) 0:02:39.642 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "mssql_ad_configure | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Get keytab properties] ***************** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1050 Thursday 19 March 2026 18:01:57 -0400 (0:00:00.016) 0:02:39.658 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "mssql_ad_configure | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Create keytab] ************************* task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1056 Thursday 19 March 2026 18:01:57 -0400 (0:00:00.021) 0:02:39.680 ******** skipping: [managed-node3] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.mssql : Add an entry in the keytab for the principal name and password] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1082 Thursday 19 March 2026 18:01:57 -0400 (0:00:00.018) 0:02:39.699 ******** skipping: [managed-node3] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.mssql : Ensure correct permissions and ownership on the keytab] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1103 Thursday 19 March 2026 18:01:57 -0400 (0:00:00.025) 0:02:39.725 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "mssql_ad_configure | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Fetch keytab file to host] ************* task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1111 Thursday 19 March 2026 18:01:57 -0400 (0:00:00.018) 0:02:39.744 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "mssql_ad_configure | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Configure the network.kerberoskeytabfile setting] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1121 Thursday 19 March 2026 18:01:57 -0400 (0:00:00.019) 0:02:39.763 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "mssql_ad_configure | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Configure the network.kerberoskeytabfile setting] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1127 Thursday 19 March 2026 18:01:57 -0400 (0:00:00.054) 0:02:39.817 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "mssql_ad_configure | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Mark active hosts] ********************* task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1144 Thursday 19 March 2026 18:01:57 -0400 (0:00:00.018) 0:02:39.836 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "mssql_ha_configure | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Fail if any hosts are no longer active] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1148 Thursday 19 March 2026 18:01:57 -0400 (0:00:00.017) 0:02:39.853 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "mssql_ha_configure | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Unset __mssql_is_active] *************** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1163 Thursday 19 March 2026 18:01:57 -0400 (0:00:00.017) 0:02:39.871 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "mssql_ha_configure | bool", "skip_reason": "Conditional result was False" } TASK [Open the port and enable the high-availability service in firewall tcp port 5022] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1169 Thursday 19 March 2026 18:01:57 -0400 (0:00:00.018) 0:02:39.889 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "mssql_ha_configure | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Set host variables] ******************** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1189 Thursday 19 March 2026 18:01:57 -0400 (0:00:00.018) 0:02:39.907 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "mssql_ha_configure | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Ensure the package mssql-server-ha] **** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1242 Thursday 19 March 2026 18:01:57 -0400 (0:00:00.017) 0:02:39.925 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "mssql_ha_configure | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Enable the hadrenabled setting] ******** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1249 Thursday 19 March 2026 18:01:57 -0400 (0:00:00.016) 0:02:39.942 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "mssql_ha_configure | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Restart the mssql-server service if hadrenabled task was changed] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1256 Thursday 19 March 2026 18:01:57 -0400 (0:00:00.017) 0:02:39.959 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "mssql_ha_configure | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Remove certificate from SQL Server] **** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1268 Thursday 19 March 2026 18:01:57 -0400 (0:00:00.016) 0:02:39.976 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "mssql_ha_configure | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Remove certificate and private key files] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1274 Thursday 19 March 2026 18:01:57 -0400 (0:00:00.016) 0:02:39.992 ******** skipping: [managed-node3] => (item=/var/opt/mssql/data/.cer) => { "ansible_loop_var": "item", "changed": false, "false_condition": "mssql_ha_configure | bool", "item": "/var/opt/mssql/data/.cer", "skip_reason": "Conditional result was False" } skipping: [managed-node3] => (item=/var/opt/mssql/data/.pvk) => { "ansible_loop_var": "item", "changed": false, "false_condition": "mssql_ha_configure | bool", "item": "/var/opt/mssql/data/.pvk", "skip_reason": "Conditional result was False" } skipping: [managed-node3] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.mssql : Configure SQL entities on the primary replica] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1282 Thursday 19 March 2026 18:01:57 -0400 (0:00:00.023) 0:02:40.016 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "mssql_ha_configure | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Create login for HA on in SQL Server] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1291 Thursday 19 March 2026 18:01:57 -0400 (0:00:00.018) 0:02:40.034 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "mssql_ha_configure | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Fetch certificate files from the primary to the control node] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1299 Thursday 19 March 2026 18:01:57 -0400 (0:00:00.016) 0:02:40.051 ******** skipping: [managed-node3] => (item={'key': 'cert', 'value': '/var/opt/mssql/data/.cer'}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "mssql_ha_configure | bool", "item": { "key": "cert", "value": "/var/opt/mssql/data/.cer" }, "skip_reason": "Conditional result was False" } skipping: [managed-node3] => (item={'key': 'key', 'value': '/var/opt/mssql/data/.pvk'}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "mssql_ha_configure | bool", "item": { "key": "key", "value": "/var/opt/mssql/data/.pvk" }, "skip_reason": "Conditional result was False" } skipping: [managed-node3] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.mssql : Get the current primary replica in SQL] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1313 Thursday 19 March 2026 18:01:57 -0400 (0:00:00.024) 0:02:40.075 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "mssql_ha_configure | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Set fact with the current primary replica] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1319 Thursday 19 March 2026 18:01:57 -0400 (0:00:00.017) 0:02:40.092 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "mssql_ha_configure | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Verify that primary instance hosts is available] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1325 Thursday 19 March 2026 18:01:57 -0400 (0:00:00.018) 0:02:40.111 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "mssql_ha_configure | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Configure ag] ************************** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1335 Thursday 19 March 2026 18:01:57 -0400 (0:00:00.016) 0:02:40.127 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "mssql_ha_configure | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Grant permissions to HA login] ********* task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1342 Thursday 19 March 2026 18:01:57 -0400 (0:00:00.016) 0:02:40.144 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "mssql_ha_configure | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Replicate DBs] ************************* task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1351 Thursday 19 March 2026 18:01:57 -0400 (0:00:00.017) 0:02:40.162 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "mssql_ha_configure | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Mark active hosts] ********************* task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1358 Thursday 19 March 2026 18:01:57 -0400 (0:00:00.018) 0:02:40.180 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "mssql_ha_configure | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Fail if any hosts are no longer active] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1362 Thursday 19 March 2026 18:01:57 -0400 (0:00:00.017) 0:02:40.197 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "mssql_ha_configure | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Grant permissions to HA login] ********* task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1379 Thursday 19 March 2026 18:01:57 -0400 (0:00:00.017) 0:02:40.215 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "mssql_ha_configure | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Ensure the package mssql-server-ha] **** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1392 Thursday 19 March 2026 18:01:57 -0400 (0:00:00.018) 0:02:40.233 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "mssql_ha_configure | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Enable the hadrenabled setting] ******** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1399 Thursday 19 March 2026 18:01:57 -0400 (0:00:00.018) 0:02:40.252 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "mssql_ha_configure | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Restart the mssql-server service if hadrenabled task was changed] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1406 Thursday 19 March 2026 18:01:57 -0400 (0:00:00.017) 0:02:40.269 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "mssql_ha_configure | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Remove certificate from SQL Server] **** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1415 Thursday 19 March 2026 18:01:57 -0400 (0:00:00.016) 0:02:40.286 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "mssql_ha_configure | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Distribute certificate and private key to managed nodes] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1422 Thursday 19 March 2026 18:01:57 -0400 (0:00:00.017) 0:02:40.303 ******** skipping: [managed-node3] => (item={'key': 'cert', 'value': '/var/opt/mssql/data/.cer'}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "mssql_ha_configure | bool", "item": { "key": "cert", "value": "/var/opt/mssql/data/.cer" }, "skip_reason": "Conditional result was False" } skipping: [managed-node3] => (item={'key': 'key', 'value': '/var/opt/mssql/data/.pvk'}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "mssql_ha_configure | bool", "item": { "key": "key", "value": "/var/opt/mssql/data/.pvk" }, "skip_reason": "Conditional result was False" } skipping: [managed-node3] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.mssql : Configure SQL entities on not primary replicas] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1434 Thursday 19 March 2026 18:01:57 -0400 (0:00:00.026) 0:02:40.330 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "mssql_ha_configure | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Create HA login] *********************** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1443 Thursday 19 March 2026 18:01:58 -0400 (0:00:00.019) 0:02:40.349 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "mssql_ha_configure | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Join to availability group] ************ task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1450 Thursday 19 March 2026 18:01:58 -0400 (0:00:00.018) 0:02:40.367 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "mssql_ha_configure | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Grant permissions to HA login] ********* task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1456 Thursday 19 March 2026 18:01:58 -0400 (0:00:00.018) 0:02:40.386 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "mssql_ha_configure | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Remove certificate and private key from the control node] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1464 Thursday 19 March 2026 18:01:58 -0400 (0:00:00.018) 0:02:40.404 ******** skipping: [managed-node3] => (item=cert) => { "ansible_loop_var": "item", "changed": false, "false_condition": "mssql_ha_configure | bool", "item": "cert", "skip_reason": "Conditional result was False" } skipping: [managed-node3] => (item=key) => { "ansible_loop_var": "item", "changed": false, "false_condition": "mssql_ha_configure | bool", "item": "key", "skip_reason": "Conditional result was False" } skipping: [managed-node3] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.mssql : Save credentials for the SQL Server login] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1477 Thursday 19 March 2026 18:01:58 -0400 (0:00:00.024) 0:02:40.428 ******** skipping: [managed-node3] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [Run ha_cluster to configure pacemaker] *********************************** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1489 Thursday 19 March 2026 18:01:58 -0400 (0:00:00.016) 0:02:40.445 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "mssql_ha_configure | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Wait for the cluster to finish configuration] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1494 Thursday 19 March 2026 18:01:58 -0400 (0:00:00.017) 0:02:40.463 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "mssql_ha_configure | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Configure listener for the availability group] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1502 Thursday 19 March 2026 18:01:58 -0400 (0:00:00.020) 0:02:40.484 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "mssql_ha_configure | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Ensure the ansible_managed header in /var/opt/mssql/mssql.conf] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1511 Thursday 19 March 2026 18:01:58 -0400 (0:00:00.018) 0:02:40.503 ******** changed: [managed-node3] => { "changed": true } MSG: Block inserted TASK [fedora.linux_system_roles.mssql : Flush handlers prior to inputting post SQL scripts] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1520 Thursday 19 March 2026 18:01:58 -0400 (0:00:00.367) 0:02:40.870 ******** NOTIFIED HANDLER fedora.linux_system_roles.mssql : Restart the mssql-server service for managed-node3 META: triggered running handlers for managed-node3 RUNNING HANDLER [fedora.linux_system_roles.mssql : Restart the mssql-server service] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/handlers/main.yml:3 Thursday 19 March 2026 18:01:58 -0400 (0:00:00.005) 0:02:40.876 ******** changed: [managed-node3] => { "changed": true, "name": "mssql-server", "state": "started", "status": { "ActiveEnterTimestamp": "Thu 2026-03-19 18:01:23 EDT", "ActiveEnterTimestampMonotonic": "1345163292", "ActiveExitTimestamp": "Thu 2026-03-19 18:01:23 EDT", "ActiveExitTimestampMonotonic": "1344837503", "ActiveState": "active", "After": "auditd.service system.slice sysinit.target basic.target network.target systemd-journald.socket -.mount", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Thu 2026-03-19 18:01:23 EDT", "AssertTimestampMonotonic": "1345162390", "Before": "multi-user.target shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "no", "CPUAffinity": "", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Thu 2026-03-19 18:01:23 EDT", "ConditionTimestampMonotonic": "1345162389", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlGroup": "/system.slice/mssql-server.service", "ControlPID": "0", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "no", "Description": "Microsoft SQL Server Database Engine", "DevicePolicy": "auto", "Documentation": "https://docs.microsoft.com/en-us/sql/linux", "DropInPaths": "/etc/systemd/system/mssql-server.service.d/startlimit.conf", "DynamicUser": "no", "EffectiveCPUs": "", "EffectiveMemoryNodes": "", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "116821", "ExecMainStartTimestamp": "Thu 2026-03-19 18:01:23 EDT", "ExecMainStartTimestampMonotonic": "1345163236", "ExecMainStatus": "0", "ExecStart": "{ path=/opt/mssql/bin/sqlservr ; argv[]=/opt/mssql/bin/sqlservr ; ignore_errors=no ; start_time=[Thu 2026-03-19 18:01:23 EDT] ; stop_time=[n/a] ; pid=116821 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/mssql-server.service", "FreezerState": "running", "GID": "989", "GuessMainPID": "yes", "IOAccounting": "no", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "IOWeight": "[not set]", "IPAccounting": "no", "IPEgressBytes": "18446744073709551615", "IPEgressPackets": "18446744073709551615", "IPIngressBytes": "18446744073709551615", "IPIngressPackets": "18446744073709551615", "Id": "mssql-server.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestamp": "Thu 2026-03-19 18:01:23 EDT", "InactiveEnterTimestampMonotonic": "1345161514", "InactiveExitTimestamp": "Thu 2026-03-19 18:01:23 EDT", "InactiveExitTimestampMonotonic": "1345163292", "InvocationID": "27f232cafb05497aaf1ad37965bcfd8f", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "process", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "0", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "65536", "LimitMEMLOCKSoft": "65536", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "infinity", "LimitNOFILESoft": "infinity", "LimitNPROC": "infinity", "LimitNPROCSoft": "infinity", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "28608", "LimitSIGPENDINGSoft": "28608", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "116821", "MemoryAccounting": "yes", "MemoryCurrent": "636141568", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "MountFlags": "", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAMask": "", "NUMAPolicy": "n/a", "Names": "mssql-server.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "Perpetual": "no", "PrivateDevices": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "-.mount sysinit.target system.slice", "RequiresMountsFor": "/var/opt/mssql", "Restart": "on-failure", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "0", "StartLimitIntervalUSec": "0", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestamp": "Thu 2026-03-19 18:01:23 EDT", "StateChangeTimestampMonotonic": "1345163292", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SuccessAction": "none", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "137", "TasksMax": "infinity", "TimeoutStartUSec": "30min", "TimeoutStopUSec": "30min", "TimerSlackNSec": "50000", "Transient": "no", "Type": "simple", "UID": "993", "UMask": "0007", "UnitFilePreset": "disabled", "UnitFileState": "enabled", "User": "mssql", "UtmpMode": "init", "WantedBy": "multi-user.target", "WatchdogTimestamp": "Thu 2026-03-19 18:01:23 EDT", "WatchdogTimestampMonotonic": "1345163290", "WatchdogUSec": "0", "WorkingDirectory": "/var/opt/mssql" } } TASK [fedora.linux_system_roles.mssql : Post-input SQL scripts to SQL Server] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1524 Thursday 19 March 2026 18:02:00 -0400 (0:00:01.782) 0:02:42.659 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "mssql_post_input_sql_file != []", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Post-input SQL scripts to SQL Server] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1531 Thursday 19 March 2026 18:02:00 -0400 (0:00:00.019) 0:02:42.679 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "mssql_post_input_sql_content != []", "skip_reason": "Conditional result was False" } TASK [Verify connectivity and settings] **************************************** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/tests_tls.yml:136 Thursday 19 March 2026 18:02:00 -0400 (0:00:00.028) 0:02:42.707 ******** included: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml for managed-node3 TASK [Get server version on non-booted systems] ******************************** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:10 Thursday 19 March 2026 18:02:00 -0400 (0:00:00.118) 0:02:42.826 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "__verify_mssql_edition is defined", "skip_reason": "Conditional result was False" } TASK [Get server edition on booted systems] ************************************ task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:19 Thursday 19 March 2026 18:02:00 -0400 (0:00:00.024) 0:02:42.851 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "__verify_mssql_edition is defined", "skip_reason": "Conditional result was False" } TASK [Verify that the edition matches] ***************************************** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:33 Thursday 19 March 2026 18:02:00 -0400 (0:00:00.019) 0:02:42.870 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "__verify_mssql_edition is defined", "skip_reason": "Conditional result was False" } TASK [Verify the setting {{ item.key }}] *************************************** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:39 Thursday 19 March 2026 18:02:00 -0400 (0:00:00.019) 0:02:42.889 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "item.value is defined", "skip_reason": "Conditional result was False" } TASK [Get stat of mssql_datadir] *********************************************** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:55 Thursday 19 March 2026 18:02:00 -0400 (0:00:00.018) 0:02:42.908 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "__verify_mssql_datadir_mode is defined", "skip_reason": "Conditional result was False" } TASK [Assert that mssql_datadir has proper permissions and ownership] ********** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:60 Thursday 19 March 2026 18:02:00 -0400 (0:00:00.018) 0:02:42.926 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "__verify_mssql_datadir_mode is defined", "skip_reason": "Conditional result was False" } TASK [Get stat of mssql_logdir] ************************************************ task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:70 Thursday 19 March 2026 18:02:00 -0400 (0:00:00.018) 0:02:42.945 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "__verify_mssql_logdir_mode is defined", "skip_reason": "Conditional result was False" } TASK [Assert that mssql_logdir has proper permissions and ownership] *********** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:75 Thursday 19 March 2026 18:02:00 -0400 (0:00:00.018) 0:02:42.964 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "__verify_mssql_logdir_mode is defined", "skip_reason": "Conditional result was False" } TASK [Prepare MSSQL and facts for logging in] ********************************** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:85 Thursday 19 March 2026 18:02:00 -0400 (0:00:00.018) 0:02:42.983 ******** TASK [fedora.linux_system_roles.mssql : Ensure that the mssql-server service is started] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/verify_password.yml:3 Thursday 19 March 2026 18:02:00 -0400 (0:00:00.039) 0:02:43.022 ******** ok: [managed-node3] => { "changed": false, "name": "mssql-server", "state": "started", "status": { "ActiveEnterTimestamp": "Thu 2026-03-19 18:02:00 EDT", "ActiveEnterTimestampMonotonic": "1381893891", "ActiveExitTimestamp": "Thu 2026-03-19 18:01:59 EDT", "ActiveExitTimestampMonotonic": "1380995226", "ActiveState": "active", "After": "auditd.service system.slice sysinit.target basic.target network.target systemd-journald.socket -.mount", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Thu 2026-03-19 18:02:00 EDT", "AssertTimestampMonotonic": "1381892992", "Before": "multi-user.target shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "no", "CPUAffinity": "", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Thu 2026-03-19 18:02:00 EDT", "ConditionTimestampMonotonic": "1381892991", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlGroup": "/system.slice/mssql-server.service", "ControlPID": "0", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "no", "Description": "Microsoft SQL Server Database Engine", "DevicePolicy": "auto", "Documentation": "https://docs.microsoft.com/en-us/sql/linux", "DropInPaths": "/etc/systemd/system/mssql-server.service.d/startlimit.conf", "DynamicUser": "no", "EffectiveCPUs": "", "EffectiveMemoryNodes": "", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "122727", "ExecMainStartTimestamp": "Thu 2026-03-19 18:02:00 EDT", "ExecMainStartTimestampMonotonic": "1381893842", "ExecMainStatus": "0", "ExecStart": "{ path=/opt/mssql/bin/sqlservr ; argv[]=/opt/mssql/bin/sqlservr ; ignore_errors=no ; start_time=[Thu 2026-03-19 18:02:00 EDT] ; stop_time=[n/a] ; pid=122727 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/mssql-server.service", "FreezerState": "running", "GID": "989", "GuessMainPID": "yes", "IOAccounting": "no", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "IOWeight": "[not set]", "IPAccounting": "no", "IPEgressBytes": "18446744073709551615", "IPEgressPackets": "18446744073709551615", "IPIngressBytes": "18446744073709551615", "IPIngressPackets": "18446744073709551615", "Id": "mssql-server.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestamp": "Thu 2026-03-19 18:02:00 EDT", "InactiveEnterTimestampMonotonic": "1381892301", "InactiveExitTimestamp": "Thu 2026-03-19 18:02:00 EDT", "InactiveExitTimestampMonotonic": "1381893891", "InvocationID": "fb09e9fef1ad4272b7e6bc42516e08ab", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "process", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "0", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "65536", "LimitMEMLOCKSoft": "65536", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "infinity", "LimitNOFILESoft": "infinity", "LimitNPROC": "infinity", "LimitNPROCSoft": "infinity", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "28608", "LimitSIGPENDINGSoft": "28608", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "122727", "MemoryAccounting": "yes", "MemoryCurrent": "312446976", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "MountFlags": "", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAMask": "", "NUMAPolicy": "n/a", "Names": "mssql-server.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "Perpetual": "no", "PrivateDevices": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "-.mount sysinit.target system.slice", "RequiresMountsFor": "/var/opt/mssql", "Restart": "on-failure", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "0", "StartLimitIntervalUSec": "0", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestamp": "Thu 2026-03-19 18:02:00 EDT", "StateChangeTimestampMonotonic": "1381893891", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SuccessAction": "none", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "78", "TasksMax": "infinity", "TimeoutStartUSec": "30min", "TimeoutStopUSec": "30min", "TimerSlackNSec": "50000", "Transient": "no", "Type": "simple", "UID": "993", "UMask": "0007", "UnitFilePreset": "disabled", "UnitFileState": "enabled", "User": "mssql", "UtmpMode": "init", "WantedBy": "multi-user.target", "WatchdogTimestamp": "Thu 2026-03-19 18:02:00 EDT", "WatchdogTimestampMonotonic": "1381893889", "WatchdogUSec": "0", "WorkingDirectory": "/var/opt/mssql" } } TASK [fedora.linux_system_roles.mssql : Check if a custom tcpport setting exist] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/verify_password.yml:9 Thursday 19 March 2026 18:02:01 -0400 (0:00:00.952) 0:02:43.974 ******** ok: [managed-node3] => { "changed": false, "cmd": [ "grep", "^tcpport = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.004018", "end": "2026-03-19 18:02:01.999603", "failed_when_result": false, "rc": 1, "start": "2026-03-19 18:02:01.995585" } MSG: non-zero return code TASK [fedora.linux_system_roles.mssql : Check if a custom ipaddress setting exist] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/verify_password.yml:15 Thursday 19 March 2026 18:02:02 -0400 (0:00:00.431) 0:02:44.405 ******** ok: [managed-node3] => { "changed": false, "cmd": [ "grep", "^ipaddress = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003453", "end": "2026-03-19 18:02:02.426561", "failed_when_result": false, "rc": 1, "start": "2026-03-19 18:02:02.423108" } MSG: non-zero return code TASK [fedora.linux_system_roles.mssql : Set a fact with a login command] ******* task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/verify_password.yml:21 Thursday 19 March 2026 18:02:02 -0400 (0:00:00.437) 0:02:44.843 ******** ok: [managed-node3] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [Wait for mssql-server to prepare for client connections] ***************** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:96 Thursday 19 March 2026 18:02:02 -0400 (0:00:00.060) 0:02:44.903 ******** ok: [managed-node3] => { "changed": false, "elapsed": 1, "gid": 989, "group": "mssql", "match_groupdict": {}, "match_groups": [], "mode": "0660", "owner": "mssql", "path": "/var/opt/mssql/log/errorlog", "port": null, "search_regex": "SQL Server is now ready for client connections", "secontext": "system_u:object_r:var_t:s0", "size": 6351, "state": "file", "uid": 993 } TASK [Check if the set password matches the existing password] ***************** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:117 Thursday 19 March 2026 18:02:04 -0400 (0:00:01.521) 0:02:46.425 ******** ok: [managed-node3] => { "attempts": 1, "changed": false, "cmd": [ "/opt/mssql-tools18/bin/sqlcmd", "-C", "-No", "-U", "sa", "-P", "p@55w0rD", "-Q", "SELECT @@VERSION" ], "delta": "0:00:00.021498", "end": "2026-03-19 18:02:04.405396", "rc": 0, "start": "2026-03-19 18:02:04.383898" } STDOUT: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ Microsoft SQL Server 2017 (RTM-CU31-GDR) (KB5077471) - 14.0.3520.4 (X64) Feb 13 2026 16:31:53 Copyright (C) 2017 Microsoft Corporation Enterprise Evaluation Edition (64-bit) on Linux (CentOS Stream 8) (1 rows affected) TASK [Set the mssql_password variable to default null] ************************* task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:137 Thursday 19 March 2026 18:02:04 -0400 (0:00:00.373) 0:02:46.798 ******** ok: [managed-node3] => { "ansible_facts": { "mssql_password": null }, "changed": false } TASK [Verify the package mssql-server-fts] ************************************* task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:141 Thursday 19 March 2026 18:02:04 -0400 (0:00:00.022) 0:02:46.821 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "__verify_mssql_fts_is_installed is defined", "skip_reason": "Conditional result was False" } TASK [Verify the package powershell] ******************************************* task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:148 Thursday 19 March 2026 18:02:04 -0400 (0:00:00.019) 0:02:46.840 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "__verify_mssql_powershell_is_installed is defined", "skip_reason": "Conditional result was False" } TASK [Get the value of the traceflag setting] ********************************** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:159 Thursday 19 March 2026 18:02:04 -0400 (0:00:00.019) 0:02:46.860 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "__verify_mssql_is_tuned_for_fua is defined", "skip_reason": "Conditional result was False" } TASK [Verify that the traceflag setting is set to 3979] ************************ task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:164 Thursday 19 March 2026 18:02:04 -0400 (0:00:00.017) 0:02:46.878 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "__verify_mssql_is_tuned_for_fua is defined", "skip_reason": "Conditional result was False" } TASK [Verify that the traceflag setting is not set to 3979] ******************** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:169 Thursday 19 March 2026 18:02:04 -0400 (0:00:00.018) 0:02:46.897 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "__verify_mssql_is_tuned_for_fua is defined", "skip_reason": "Conditional result was False" } TASK [Verify that the alternatewritethrough setting is false] ****************** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:175 Thursday 19 March 2026 18:02:04 -0400 (0:00:00.019) 0:02:46.916 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "__verify_mssql_is_tuned_for_fua is defined", "skip_reason": "Conditional result was False" } TASK [Verify the writethrough setting] ***************************************** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:181 Thursday 19 March 2026 18:02:04 -0400 (0:00:00.020) 0:02:46.936 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "__verify_mssql_is_tuned_for_fua is defined", "skip_reason": "Conditional result was False" } TASK [Verify the tlscert setting] ********************************************** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:191 Thursday 19 March 2026 18:02:04 -0400 (0:00:00.018) 0:02:46.955 ******** included: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml for managed-node3 TASK [Get the value of the setting tlscert] ************************************ task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml:7 Thursday 19 March 2026 18:02:04 -0400 (0:00:00.028) 0:02:46.983 ******** ok: [managed-node3] => { "changed": false, "cmd": "grep '^tlscert' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004011", "end": "2026-03-19 18:02:04.938101", "rc": 0, "start": "2026-03-19 18:02:04.934090" } STDOUT: tlscert = /etc/pki/tls/certs/ansible.0tjtul87 TASK [Verify the setting when it is type str tlscert] ************************** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml:14 Thursday 19 March 2026 18:02:04 -0400 (0:00:00.346) 0:02:47.329 ******** ok: [managed-node3] => { "changed": false } MSG: All assertions passed TASK [Verify the setting when it is type bool tlscert] ************************* task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml:25 Thursday 19 March 2026 18:02:05 -0400 (0:00:00.035) 0:02:47.365 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "__mssql_conf_value | type_debug == 'bool'", "skip_reason": "Conditional result was False" } TASK [Verify that tcpport = /etc/pki/tls/certs/ansible.0tjtul87] *************** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml:40 Thursday 19 March 2026 18:02:05 -0400 (0:00:00.026) 0:02:47.391 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "__mssql_conf_setting == \"tcpport\"", "skip_reason": "Conditional result was False" } TASK [Verify the tlskey setting] *********************************************** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:202 Thursday 19 March 2026 18:02:05 -0400 (0:00:00.018) 0:02:47.410 ******** included: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml for managed-node3 TASK [Get the value of the setting tlskey] ************************************* task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml:7 Thursday 19 March 2026 18:02:05 -0400 (0:00:00.031) 0:02:47.441 ******** ok: [managed-node3] => { "changed": false, "cmd": "grep '^tlskey' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.003837", "end": "2026-03-19 18:02:05.419787", "rc": 0, "start": "2026-03-19 18:02:05.415950" } STDOUT: tlskey = /etc/pki/tls/private/ansible.jipttvo0 TASK [Verify the setting when it is type str tlskey] *************************** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml:14 Thursday 19 March 2026 18:02:05 -0400 (0:00:00.369) 0:02:47.810 ******** ok: [managed-node3] => { "changed": false } MSG: All assertions passed TASK [Verify the setting when it is type bool tlskey] ************************** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml:25 Thursday 19 March 2026 18:02:05 -0400 (0:00:00.034) 0:02:47.844 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "__mssql_conf_value | type_debug == 'bool'", "skip_reason": "Conditional result was False" } TASK [Verify that tcpport = /etc/pki/tls/private/ansible.jipttvo0] ************* task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml:40 Thursday 19 March 2026 18:02:05 -0400 (0:00:00.026) 0:02:47.871 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "__mssql_conf_setting == \"tcpport\"", "skip_reason": "Conditional result was False" } TASK [Verify the tlsprotocols setting] ***************************************** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:214 Thursday 19 March 2026 18:02:05 -0400 (0:00:00.019) 0:02:47.890 ******** included: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml for managed-node3 TASK [Get the value of the setting tlsprotocols] ******************************* task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml:7 Thursday 19 March 2026 18:02:05 -0400 (0:00:00.032) 0:02:47.922 ******** ok: [managed-node3] => { "changed": false, "cmd": "grep '^tlsprotocols' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.003937", "end": "2026-03-19 18:02:05.877963", "rc": 0, "start": "2026-03-19 18:02:05.874026" } STDOUT: tlsprotocols = 1.2 TASK [Verify the setting when it is type str tlsprotocols] ********************* task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml:14 Thursday 19 March 2026 18:02:05 -0400 (0:00:00.345) 0:02:48.267 ******** ok: [managed-node3] => { "changed": false } MSG: All assertions passed TASK [Verify the setting when it is type bool tlsprotocols] ******************** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml:25 Thursday 19 March 2026 18:02:05 -0400 (0:00:00.065) 0:02:48.333 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "__mssql_conf_value | type_debug == 'bool'", "skip_reason": "Conditional result was False" } TASK [Verify that tcpport = 1.2] *********************************************** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml:40 Thursday 19 March 2026 18:02:06 -0400 (0:00:00.025) 0:02:48.359 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "__mssql_conf_setting == \"tcpport\"", "skip_reason": "Conditional result was False" } TASK [Verify the forceencryption setting] ************************************** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:222 Thursday 19 March 2026 18:02:06 -0400 (0:00:00.019) 0:02:48.378 ******** included: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml for managed-node3 TASK [Get the value of the setting forceencryption] **************************** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml:7 Thursday 19 March 2026 18:02:06 -0400 (0:00:00.036) 0:02:48.414 ******** ok: [managed-node3] => { "changed": false, "cmd": "grep '^forceencryption' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004336", "end": "2026-03-19 18:02:06.369199", "rc": 0, "start": "2026-03-19 18:02:06.364863" } STDOUT: forceencryption = 1 TASK [Verify the setting when it is type str forceencryption] ****************** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml:14 Thursday 19 March 2026 18:02:06 -0400 (0:00:00.343) 0:02:48.758 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "__mssql_conf_value | type_debug != 'bool'", "skip_reason": "Conditional result was False" } TASK [Verify the setting when it is type bool forceencryption] ***************** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml:25 Thursday 19 March 2026 18:02:06 -0400 (0:00:00.022) 0:02:48.781 ******** ok: [managed-node3] => { "changed": false } MSG: All assertions passed TASK [Verify that tcpport = True] ********************************************** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml:40 Thursday 19 March 2026 18:02:06 -0400 (0:00:00.029) 0:02:48.810 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "__mssql_conf_setting == \"tcpport\"", "skip_reason": "Conditional result was False" } TASK [Verify configuration for confined application] *************************** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:229 Thursday 19 March 2026 18:02:06 -0400 (0:00:00.021) 0:02:48.831 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "__verify_mssql_is_confined is defined", "skip_reason": "Conditional result was False" } TASK [Check the ansible_managed header in the configuration file] ************** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/tests_tls.yml:142 Thursday 19 March 2026 18:02:06 -0400 (0:00:00.017) 0:02:48.849 ******** included: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/check_header.yml for managed-node3 TASK [Grep the ansible_managed header in /var/opt/mssql/mssql.conf] ************ task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/check_header.yml:4 Thursday 19 March 2026 18:02:06 -0400 (0:00:00.066) 0:02:48.915 ******** ok: [managed-node3] => { "changed": false, "cmd": [ "grep", "Ansible managed\n", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003051", "end": "2026-03-19 18:02:06.900841", "rc": 0, "start": "2026-03-19 18:02:06.897790" } STDOUT: # BEGIN ANSIBLE MANAGED BLOCK # # Ansible managed # # system_role:mssql # END ANSIBLE MANAGED BLOCK [sqlagent] enabled = false [EULA] accepteula = Y [network] tlscert = /etc/pki/tls/certs/ansible.0tjtul87 tlskey = /etc/pki/tls/private/ansible.jipttvo0 tlsprotocols = 1.2 forceencryption = 1 TASK [Disable TLS encryption] ************************************************** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/tests_tls.yml:146 Thursday 19 March 2026 18:02:06 -0400 (0:00:00.373) 0:02:49.289 ******** included: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/run_role_with_clear_facts.yml for managed-node3 TASK [Clear facts] ************************************************************* task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/run_role_with_clear_facts.yml:8 Thursday 19 March 2026 18:02:07 -0400 (0:00:00.069) 0:02:49.359 ******** META: facts cleared TASK [Run the role] ************************************************************ task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/run_role_with_clear_facts.yml:22 Thursday 19 March 2026 18:02:07 -0400 (0:00:00.001) 0:02:49.360 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "__sr_failed_when is defined", "skip_reason": "Conditional result was False" } TASK [Run the role normally] *************************************************** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/run_role_with_clear_facts.yml:32 Thursday 19 March 2026 18:02:07 -0400 (0:00:00.014) 0:02:49.375 ******** TASK [fedora.linux_system_roles.mssql : Ensure ansible_facts and variables used by role] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:3 Thursday 19 March 2026 18:02:07 -0400 (0:00:00.213) 0:02:49.588 ******** included: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/set_vars.yml for managed-node3 TASK [fedora.linux_system_roles.mssql : Ensure ansible_facts used by role] ***** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/set_vars.yml:3 Thursday 19 March 2026 18:02:07 -0400 (0:00:00.038) 0:02:49.626 ******** ok: [managed-node3] TASK [fedora.linux_system_roles.mssql : Set platform/version specific variables] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/set_vars.yml:8 Thursday 19 March 2026 18:02:07 -0400 (0:00:00.594) 0:02:50.221 ******** ok: [managed-node3] => (item=RedHat.yml) => { "ansible_facts": { "__mssql_client_repository": "https://packages.microsoft.com/rhel/9/prod/", "__mssql_confined_supported": true, "__mssql_server_repository": "https://packages.microsoft.com/rhel/9/mssql-server-{{ mssql_version | int }}/", "__mssql_supported_versions": [ 2022 ], "__mssql_tuned_supported": true }, "ansible_included_var_files": [ "/tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/vars/RedHat.yml" ], "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml" } skipping: [managed-node3] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__mssql_vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [managed-node3] => (item=CentOS_8.yml) => { "ansible_facts": { "__mssql_client_repository": "https://packages.microsoft.com/rhel/8/prod/", "__mssql_confined_supported": false, "__mssql_server_repository": "https://packages.microsoft.com/rhel/8/mssql-server-{{ mssql_version | int }}/", "__mssql_supported_versions": [ 2017, 2019, 2022 ] }, "ansible_included_var_files": [ "/tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } ok: [managed-node3] => (item=CentOS_8.yml) => { "ansible_facts": { "__mssql_client_repository": "https://packages.microsoft.com/rhel/8/prod/", "__mssql_confined_supported": false, "__mssql_server_repository": "https://packages.microsoft.com/rhel/8/mssql-server-{{ mssql_version | int }}/", "__mssql_supported_versions": [ 2017, 2019, 2022 ] }, "ansible_included_var_files": [ "/tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } TASK [fedora.linux_system_roles.mssql : Run systemctl] ************************* task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/set_vars.yml:22 Thursday 19 March 2026 18:02:07 -0400 (0:00:00.051) 0:02:50.273 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "__mssql_is_booted is not defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Require installed systemd] ************* task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/set_vars.yml:29 Thursday 19 March 2026 18:02:07 -0400 (0:00:00.016) 0:02:50.289 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "__mssql_is_booted is not defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Set flag to indicate that systemd runtime operations are available] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/set_vars.yml:34 Thursday 19 March 2026 18:02:07 -0400 (0:00:00.014) 0:02:50.304 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "__mssql_is_booted is not defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Unset internal role facts] ************* task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:8 Thursday 19 March 2026 18:02:07 -0400 (0:00:00.018) 0:02:50.323 ******** ok: [managed-node3] => { "ansible_facts": { "__mssql_is_active": null, "__mssql_sqlcmd_login_cmd": null }, "changed": false } TASK [fedora.linux_system_roles.mssql : Print that the mssql_input_sql_file variable is deprecated] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:16 Thursday 19 March 2026 18:02:07 -0400 (0:00:00.013) 0:02:50.337 ******** skipping: [managed-node3] => { "false_condition": "mssql_input_sql_file is defined" } TASK [fedora.linux_system_roles.mssql : Link the deprecated mssql_input_sql_file fact] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:24 Thursday 19 March 2026 18:02:08 -0400 (0:00:00.014) 0:02:50.351 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "mssql_input_sql_file is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Print that the variable is deprecated] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:31 Thursday 19 March 2026 18:02:08 -0400 (0:00:00.021) 0:02:50.373 ******** skipping: [managed-node3] => { "false_condition": "mssql_ha_listener_port is defined" } TASK [fedora.linux_system_roles.mssql : Link the deprecated mssql_ha_listener_port fact] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:38 Thursday 19 March 2026 18:02:08 -0400 (0:00:00.021) 0:02:50.395 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "mssql_ha_listener_port is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Print that the mssql_ad_sql_user_name variable is deprecated] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:45 Thursday 19 March 2026 18:02:08 -0400 (0:00:00.020) 0:02:50.415 ******** skipping: [managed-node3] => { "false_condition": "mssql_ad_sql_user_name is defined" } TASK [fedora.linux_system_roles.mssql : Link the deprecated mssql_ad_sql_user_name fact] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:52 Thursday 19 March 2026 18:02:08 -0400 (0:00:00.020) 0:02:50.436 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "mssql_ad_sql_user_name is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Print that the mssql_ha_cluster_run_role variable is deprecated] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:59 Thursday 19 March 2026 18:02:08 -0400 (0:00:00.019) 0:02:50.455 ******** skipping: [managed-node3] => { "false_condition": "mssql_ha_cluster_run_role is defined" } TASK [fedora.linux_system_roles.mssql : Link the deprecated mssql_ha_cluster_run_role fact] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:66 Thursday 19 March 2026 18:02:08 -0400 (0:00:00.020) 0:02:50.475 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "mssql_ha_cluster_run_role is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Print that variable is deprecated] ***** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:75 Thursday 19 March 2026 18:02:08 -0400 (0:00:00.017) 0:02:50.493 ******** skipping: [managed-node3] => { "false_condition": "mssql_accept_microsoft_odbc_driver_17_for_sql_server_eula is defined" } TASK [fedora.linux_system_roles.mssql : Link the deprecated fact] ************** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:84 Thursday 19 March 2026 18:02:08 -0400 (0:00:00.018) 0:02:50.511 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "mssql_accept_microsoft_odbc_driver_17_for_sql_server_eula is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Fail on RHEL or CentOS 10 because it's not supported] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:88 Thursday 19 March 2026 18:02:08 -0400 (0:00:00.013) 0:02:50.525 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "ansible_facts[\"distribution_major_version\"] is version('10', '=')", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Verify that the user accepts EULA variables] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:95 Thursday 19 March 2026 18:02:08 -0400 (0:00:00.016) 0:02:50.541 ******** ok: [managed-node3] => { "changed": false } MSG: All assertions passed TASK [fedora.linux_system_roles.mssql : Verify that EL < 8 is not used with mssql_ha_configure=true] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:107 Thursday 19 March 2026 18:02:08 -0400 (0:00:00.019) 0:02:50.561 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "mssql_ha_configure | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Verify if the mssql_ha_replica_type variable is provided correctly] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:115 Thursday 19 March 2026 18:02:08 -0400 (0:00:00.014) 0:02:50.575 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "mssql_ha_configure | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Verify that 'mssql_ha_replica_type = primary' is provided once] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:124 Thursday 19 March 2026 18:02:08 -0400 (0:00:00.013) 0:02:50.589 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "mssql_ha_configure | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Verify that mssql_ha_prep_for_pacemaker is provided correctly] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:133 Thursday 19 March 2026 18:02:08 -0400 (0:00:00.016) 0:02:50.605 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "mssql_ha_ag_cluster_type | lower == 'none'", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Verify that selinux variables are used on supported platforms] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:143 Thursday 19 March 2026 18:02:08 -0400 (0:00:00.015) 0:02:50.620 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "(mssql_manage_selinux | bool) or (mssql_run_selinux_confined | bool)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Verify that mssql_manage_selinux is set properly] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:152 Thursday 19 March 2026 18:02:08 -0400 (0:00:00.016) 0:02:50.637 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "mssql_manage_selinux | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Verify that mssql_ha_ag_is_contained is not provided with version 2017] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:163 Thursday 19 March 2026 18:02:08 -0400 (0:00:00.014) 0:02:50.652 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "mssql_ha_ag_is_contained | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Verify fail reuse_system_db=true is not provided without ag_is_contained] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:174 Thursday 19 March 2026 18:02:08 -0400 (0:00:00.013) 0:02:50.665 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "mssql_ha_ag_reuse_system_db | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Gather package facts] ****************** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:185 Thursday 19 March 2026 18:02:08 -0400 (0:00:00.013) 0:02:50.678 ******** ok: [managed-node3] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.mssql : Set fact with the currently installed SQL Server version if any] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:189 Thursday 19 March 2026 18:02:09 -0400 (0:00:01.450) 0:02:52.128 ******** ok: [managed-node3] => (item={'key': 2017, 'value': 14}) => { "ansible_facts": { "__mssql_current_version": "2017" }, "ansible_loop_var": "item", "changed": false, "item": { "key": 2017, "value": 14 } } skipping: [managed-node3] => (item={'key': 2019, 'value': 15}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "ansible_facts.packages[\"mssql-server\"][0][\"version\"].split(\".\") | first | int == item.value", "item": { "key": 2019, "value": 15 }, "skip_reason": "Conditional result was False" } skipping: [managed-node3] => (item={'key': 2022, 'value': 16}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "ansible_facts.packages[\"mssql-server\"][0][\"version\"].split(\".\") | first | int == item.value", "item": { "key": 2022, "value": 16 }, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Verify if mssql_version is not bigger then the existing SQL Server version] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:197 Thursday 19 March 2026 18:02:09 -0400 (0:00:00.063) 0:02:52.192 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "mssql_version | int > __mssql_current_version | int", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Set mssql_version variable if user does not define it] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:210 Thursday 19 March 2026 18:02:09 -0400 (0:00:00.023) 0:02:52.216 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "mssql_version is none", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Verify if the mssql_version variable is provided correctly] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:217 Thursday 19 March 2026 18:02:09 -0400 (0:00:00.020) 0:02:52.236 ******** ok: [managed-node3] => { "changed": false } MSG: All assertions passed TASK [fedora.linux_system_roles.mssql : Verify if mssql_version is not smaller then the existing SQL Server version] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:224 Thursday 19 March 2026 18:02:09 -0400 (0:00:00.023) 0:02:52.259 ******** skipping: [managed-node3] => (item={'key': 2017, 'value': 14}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "ansible_facts.packages[\"mssql-server\"][0][\"version\"].split(\".\") | first | int > item.value", "item": { "key": 2017, "value": 14 }, "skip_reason": "Conditional result was False" } skipping: [managed-node3] => (item={'key': 2019, 'value': 15}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "mssql_version | int == item.key", "item": { "key": 2019, "value": 15 }, "skip_reason": "Conditional result was False" } skipping: [managed-node3] => (item={'key': 2022, 'value': 16}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "mssql_version | int == item.key", "item": { "key": 2022, "value": 16 }, "skip_reason": "Conditional result was False" } skipping: [managed-node3] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.mssql : Deploy the GPG key for Microsoft repositories] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:238 Thursday 19 March 2026 18:02:09 -0400 (0:00:00.041) 0:02:52.301 ******** ok: [managed-node3] => { "attempts": 1, "changed": false } TASK [fedora.linux_system_roles.mssql : Update all packages from SQL Server repo version 2017] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:252 Thursday 19 March 2026 18:02:10 -0400 (0:00:00.562) 0:02:52.863 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "mssql_upgrade | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Get yum repositories] ****************** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:262 Thursday 19 March 2026 18:02:10 -0400 (0:00:00.023) 0:02:52.886 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "mssql_upgrade | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Remove the current Microsoft SQL Server repository to upgrade to 2017] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:273 Thursday 19 March 2026 18:02:10 -0400 (0:00:00.020) 0:02:52.907 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "mssql_upgrade | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Update all packages from SQL Server repo version 2017] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:287 Thursday 19 March 2026 18:02:10 -0400 (0:00:00.021) 0:02:52.928 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "mssql_upgrade | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Get zypper repositories] *************** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:296 Thursday 19 March 2026 18:02:10 -0400 (0:00:00.019) 0:02:52.947 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "mssql_upgrade | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Remove the current Microsoft SQL Server repository to upgrade to 2017] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:308 Thursday 19 March 2026 18:02:10 -0400 (0:00:00.061) 0:02:53.009 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "mssql_upgrade | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Configure the Microsoft SQL Server repo version 2017] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:315 Thursday 19 March 2026 18:02:10 -0400 (0:00:00.022) 0:02:53.031 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "(__mssql_server_packages not in ansible_facts.packages) or (mssql_upgrade | bool)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Configure the Microsoft SQL Server repo version 2017] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:327 Thursday 19 March 2026 18:02:10 -0400 (0:00:00.027) 0:02:53.059 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "ansible_facts[\"pkg_mgr\"] == \"zypper\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Configure to run as a confined application with SELinux] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:340 Thursday 19 March 2026 18:02:10 -0400 (0:00:00.022) 0:02:53.081 ******** ok: [managed-node3] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [fedora.linux_system_roles.mssql : Ensure the package mssql-server] ******* task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:345 Thursday 19 March 2026 18:02:13 -0400 (0:00:02.577) 0:02:55.659 ******** ok: [managed-node3] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [fedora.linux_system_roles.mssql : Check if the errorlog file exists and its location] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:350 Thursday 19 March 2026 18:02:15 -0400 (0:00:02.539) 0:02:58.198 ******** ok: [managed-node3] => { "changed": false, "cmd": "set -euo pipefail\nerrorlog=\"$(grep '^errorlogfile = ' /var/opt/mssql/mssql.conf \\\n| sed 's/errorlogfile : //')\" || :\nif [ -s \"${errorlog}\" ]; then\n echo \"${errorlog}\"\nelif [ -s /var/opt/mssql/log/errorlog ]; then\n echo /var/opt/mssql/log/errorlog\nelse\n echo \"\"\nfi\n", "delta": "0:00:00.005649", "end": "2026-03-19 18:02:16.147393", "rc": 0, "start": "2026-03-19 18:02:16.141744" } STDOUT: /var/opt/mssql/log/errorlog TASK [fedora.linux_system_roles.mssql : Check if mssql-server.service is enabled] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:367 Thursday 19 March 2026 18:02:16 -0400 (0:00:00.336) 0:02:58.535 ******** ok: [managed-node3] => { "changed": false, "cmd": [ "systemctl", "is-enabled", "mssql-server.service" ], "delta": "0:00:00.007986", "end": "2026-03-19 18:02:16.485605", "failed_when_result": false, "rc": 0, "start": "2026-03-19 18:02:16.477619" } STDOUT: enabled TASK [fedora.linux_system_roles.mssql : Check if mssql-server.service is running] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:374 Thursday 19 March 2026 18:02:16 -0400 (0:00:00.338) 0:02:58.874 ******** ok: [managed-node3] => { "changed": false, "cmd": [ "systemctl", "is-active", "mssql-server.service" ], "delta": "0:00:01.008638", "end": "2026-03-19 18:02:17.837294", "failed_when_result": false, "rc": 0, "start": "2026-03-19 18:02:16.828656" } STDOUT: active TASK [fedora.linux_system_roles.mssql : Set the __mssql_is_setup variable] ***** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:381 Thursday 19 March 2026 18:02:17 -0400 (0:00:01.353) 0:03:00.228 ******** ok: [managed-node3] => { "ansible_facts": { "__mssql_is_setup": true }, "changed": false } TASK [fedora.linux_system_roles.mssql : Verify that the variables required for setting up MSSQL are defined] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:388 Thursday 19 March 2026 18:02:17 -0400 (0:00:00.027) 0:03:00.255 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "not __mssql_is_setup", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Set up MSSQL] ************************** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:404 Thursday 19 March 2026 18:02:17 -0400 (0:00:00.025) 0:03:00.281 ******** skipping: [managed-node3] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.mssql : Ensure the directory and permissions for datadir and logdir] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:430 Thursday 19 March 2026 18:02:17 -0400 (0:00:00.027) 0:03:00.309 ******** skipping: [managed-node3] => (item={'path': None, 'mode': '755', 'setting': 'defaultdatadir'}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "item.path is not none", "item": { "mode": "755", "path": null, "setting": "defaultdatadir" }, "skip_reason": "Conditional result was False" } skipping: [managed-node3] => (item={'path': None, 'mode': '755', 'setting': 'defaultlogdir'}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "item.path is not none", "item": { "mode": "755", "path": null, "setting": "defaultlogdir" }, "skip_reason": "Conditional result was False" } skipping: [managed-node3] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.mssql : Set selinux role facts for ports] ****** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:445 Thursday 19 March 2026 18:02:18 -0400 (0:00:00.040) 0:03:00.350 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "mssql_manage_selinux | bool", "skip_reason": "Conditional result was False" } TASK [Ensure correct SELinux context for storage paths and ports] ************** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:459 Thursday 19 March 2026 18:02:18 -0400 (0:00:00.029) 0:03:00.379 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "mssql_manage_selinux | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Ensure that the tuned-profiles-mssql package is installed] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:470 Thursday 19 March 2026 18:02:18 -0400 (0:00:00.028) 0:03:00.408 ******** ok: [managed-node3] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [fedora.linux_system_roles.mssql : Ensure that the tuned service is started and enabled] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:476 Thursday 19 March 2026 18:02:20 -0400 (0:00:02.514) 0:03:02.922 ******** ok: [managed-node3] => { "changed": false, "enabled": true, "name": "tuned", "state": "started", "status": { "ActiveEnterTimestamp": "Thu 2026-03-19 17:39:06 EDT", "ActiveEnterTimestampMonotonic": "9228051", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "network.target polkit.service basic.target systemd-journald.socket dbus.socket dbus.service sysinit.target systemd-sysctl.service system.slice", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Thu 2026-03-19 17:39:05 EDT", "AssertTimestampMonotonic": "8496621", "Before": "multi-user.target shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "BusName": "com.redhat.tuned", "CPUAccounting": "no", "CPUAffinity": "", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Thu 2026-03-19 17:39:05 EDT", "ConditionTimestampMonotonic": "8496620", "ConfigurationDirectoryMode": "0755", "Conflicts": "auto-cpufreq.service shutdown.target tlp.service cpupower.service power-profiles-daemon.service", "ControlGroup": "/system.slice/tuned.service", "ControlPID": "0", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "no", "Description": "Dynamic System Tuning Daemon", "DevicePolicy": "auto", "Documentation": "man:tuned(8) man:tuned.conf(5) man:tuned-adm(8)", "DynamicUser": "no", "EffectiveCPUs": "", "EffectiveMemoryNodes": "", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "699", "ExecMainStartTimestamp": "Thu 2026-03-19 17:39:05 EDT", "ExecMainStartTimestampMonotonic": "8498444", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/sbin/tuned ; argv[]=/usr/sbin/tuned -l -P ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/tuned.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "IOWeight": "[not set]", "IPAccounting": "no", "IPEgressBytes": "18446744073709551615", "IPEgressPackets": "18446744073709551615", "IPIngressBytes": "18446744073709551615", "IPIngressPackets": "18446744073709551615", "Id": "tuned.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestamp": "Thu 2026-03-19 17:39:05 EDT", "InactiveExitTimestampMonotonic": "8498484", "InvocationID": "7e160c69f94c475dbdf7d52905683c56", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "0", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "65536", "LimitMEMLOCKSoft": "65536", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "262144", "LimitNOFILESoft": "1024", "LimitNPROC": "28608", "LimitNPROCSoft": "28608", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "28608", "LimitSIGPENDINGSoft": "28608", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "699", "MemoryAccounting": "yes", "MemoryCurrent": "21151744", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "MountFlags": "", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAMask": "", "NUMAPolicy": "n/a", "Names": "tuned.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PIDFile": "/run/tuned/tuned.pid", "PermissionsStartOnly": "no", "Perpetual": "no", "PrivateDevices": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "system.slice sysinit.target dbus.service dbus.socket", "Restart": "no", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestamp": "Thu 2026-03-19 17:39:06 EDT", "StateChangeTimestampMonotonic": "9228051", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SuccessAction": "none", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "4", "TasksMax": "45773", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "dbus", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "UtmpMode": "init", "WantedBy": "multi-user.target", "WatchdogTimestamp": "Thu 2026-03-19 17:39:06 EDT", "WatchdogTimestampMonotonic": "9228048", "WatchdogUSec": "0" } } TASK [fedora.linux_system_roles.mssql : Get the active Tuned profiles] ********* task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:483 Thursday 19 March 2026 18:02:21 -0400 (0:00:00.877) 0:03:03.800 ******** ok: [managed-node3] => { "changed": false, "content": "dmlydHVhbC1ndWVzdCBtc3NxbAo=", "encoding": "base64", "source": "/etc/tuned/active_profile" } TASK [fedora.linux_system_roles.mssql : Decode the active Tuned profiles] ****** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:489 Thursday 19 March 2026 18:02:21 -0400 (0:00:00.335) 0:03:04.135 ******** ok: [managed-node3] => { "ansible_facts": { "__mssql_tuned_active_profiles": "virtual-guest mssql" }, "changed": false } TASK [fedora.linux_system_roles.mssql : Attempt to add mssql to the list of Tuned profiles] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:502 Thursday 19 March 2026 18:02:21 -0400 (0:00:00.024) 0:03:04.160 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "\"mssql\" not in __mssql_tuned_active_profiles", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Remove troublemaking include from the mssql profile] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:514 Thursday 19 March 2026 18:02:21 -0400 (0:00:00.021) 0:03:04.181 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "\"mssql\" not in __mssql_tuned_active_profiles", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Add the fixed mssql profile to the list of Tuned profiles] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:523 Thursday 19 March 2026 18:02:21 -0400 (0:00:00.021) 0:03:04.202 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "\"mssql\" not in __mssql_tuned_active_profiles", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Attempt to add mssql to the list of Tuned profiles] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:540 Thursday 19 March 2026 18:02:21 -0400 (0:00:00.020) 0:03:04.223 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "not __mssql_is_booted | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Configure the Microsoft SQL Server Tools repository] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:548 Thursday 19 March 2026 18:02:21 -0400 (0:00:00.017) 0:03:04.241 ******** ok: [managed-node3] => { "changed": false, "repo": "packages-microsoft-com-prod", "state": "present" } TASK [fedora.linux_system_roles.mssql : Configure the Microsoft SQL Server Tools repository] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:556 Thursday 19 March 2026 18:02:22 -0400 (0:00:00.369) 0:03:04.611 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "ansible_facts[\"pkg_mgr\"] == \"zypper\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Ensure that SQL Server client tools are installed] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:565 Thursday 19 March 2026 18:02:22 -0400 (0:00:00.025) 0:03:04.637 ******** ok: [managed-node3] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [fedora.linux_system_roles.mssql : Reset certificate_requests] ************ task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:582 Thursday 19 March 2026 18:02:24 -0400 (0:00:02.511) 0:03:07.148 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "mssql_tls_enable | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Set certificate_requests] ************** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:586 Thursday 19 March 2026 18:02:24 -0400 (0:00:00.021) 0:03:07.170 ******** skipping: [managed-node3] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Create certificates using the certificate role] ************************** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:597 Thursday 19 March 2026 18:02:24 -0400 (0:00:00.015) 0:03:07.186 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "mssql_tls_enable | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Set mssql_tls_cert and _private_key based on the cert name] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:603 Thursday 19 March 2026 18:02:24 -0400 (0:00:00.021) 0:03:07.207 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "mssql_tls_enable | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Copy certificate and private_key files to the host] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:608 Thursday 19 March 2026 18:02:24 -0400 (0:00:00.020) 0:03:07.227 ******** skipping: [managed-node3] => (item=/tmp/ansible.0tjtul87) => { "ansible_loop_var": "item", "changed": false, "false_condition": "mssql_tls_enable | bool", "item": "/tmp/ansible.0tjtul87", "skip_reason": "Conditional result was False" } skipping: [managed-node3] => (item=ansible.jipttvo0) => { "ansible_loop_var": "item", "changed": false, "false_condition": "mssql_tls_enable | bool", "item": "ansible.jipttvo0", "skip_reason": "Conditional result was False" } skipping: [managed-node3] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.mssql : Configure the tlscert setting] ********* task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:626 Thursday 19 March 2026 18:02:24 -0400 (0:00:00.031) 0:03:07.258 ******** included: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml for managed-node3 TASK [fedora.linux_system_roles.mssql : Get the setting network tlscert] ******* task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:3 Thursday 19 March 2026 18:02:24 -0400 (0:00:00.049) 0:03:07.308 ******** ok: [managed-node3] => { "changed": false, "cmd": [ "grep", "^tlscert = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.002588", "end": "2026-03-19 18:02:25.279663", "failed_when_result": false, "rc": 0, "start": "2026-03-19 18:02:25.277075" } STDOUT: tlscert = /etc/pki/tls/certs/ansible.0tjtul87 TASK [fedora.linux_system_roles.mssql : Configure the setting network tlscert] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:12 Thursday 19 March 2026 18:02:25 -0400 (0:00:00.361) 0:03:07.669 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "(__mssql_conf_setting_value != 'unset') and ((\"No setting for the given\" in __mssql_conf_get_setting.stdout) or ((__mssql_conf_setting_value | type_debug != \"bool\") and (__mssql_conf_setting_value | string | lower not in __mssql_conf_get_value | lower)) or ((__mssql_conf_setting_value | type_debug == \"bool\") and (__mssql_conf_setting_value != __mssql_conf_get_value | bool)))", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Unset the setting network tlscert] ***** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:42 Thursday 19 March 2026 18:02:25 -0400 (0:00:00.031) 0:03:07.701 ******** Notification for handler Restart the mssql-server service has been saved. changed: [managed-node3] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "unset", "network.tlscert" ], "delta": "0:00:00.044468", "end": "2026-03-19 18:02:25.707504", "failed_when_result": false, "rc": 0, "start": "2026-03-19 18:02:25.663036" } STDOUT: SQL Server needs to be restarted in order to apply this setting. Please run 'systemctl restart mssql-server.service'. TASK [fedora.linux_system_roles.mssql : Configure the tlskey setting] ********** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:635 Thursday 19 March 2026 18:02:25 -0400 (0:00:00.402) 0:03:08.103 ******** included: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml for managed-node3 TASK [fedora.linux_system_roles.mssql : Get the setting network tlskey] ******** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:3 Thursday 19 March 2026 18:02:25 -0400 (0:00:00.041) 0:03:08.145 ******** ok: [managed-node3] => { "changed": false, "cmd": [ "grep", "^tlskey = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003286", "end": "2026-03-19 18:02:26.121289", "failed_when_result": false, "rc": 0, "start": "2026-03-19 18:02:26.118003" } STDOUT: tlskey = /etc/pki/tls/private/ansible.jipttvo0 TASK [fedora.linux_system_roles.mssql : Configure the setting network tlskey] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:12 Thursday 19 March 2026 18:02:26 -0400 (0:00:00.364) 0:03:08.509 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "(__mssql_conf_setting_value != 'unset') and ((\"No setting for the given\" in __mssql_conf_get_setting.stdout) or ((__mssql_conf_setting_value | type_debug != \"bool\") and (__mssql_conf_setting_value | string | lower not in __mssql_conf_get_value | lower)) or ((__mssql_conf_setting_value | type_debug == \"bool\") and (__mssql_conf_setting_value != __mssql_conf_get_value | bool)))", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Unset the setting network tlskey] ****** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:42 Thursday 19 March 2026 18:02:26 -0400 (0:00:00.029) 0:03:08.539 ******** Notification for handler Restart the mssql-server service has been saved. changed: [managed-node3] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "unset", "network.tlskey" ], "delta": "0:00:00.046032", "end": "2026-03-19 18:02:26.546145", "failed_when_result": false, "rc": 0, "start": "2026-03-19 18:02:26.500113" } STDOUT: SQL Server needs to be restarted in order to apply this setting. Please run 'systemctl restart mssql-server.service'. TASK [fedora.linux_system_roles.mssql : Configure the tlsprotocols setting] **** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:644 Thursday 19 March 2026 18:02:26 -0400 (0:00:00.400) 0:03:08.940 ******** included: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml for managed-node3 TASK [fedora.linux_system_roles.mssql : Get the setting network tlsprotocols] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:3 Thursday 19 March 2026 18:02:26 -0400 (0:00:00.038) 0:03:08.978 ******** ok: [managed-node3] => { "changed": false, "cmd": [ "grep", "^tlsprotocols = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.002657", "end": "2026-03-19 18:02:26.963742", "failed_when_result": false, "rc": 0, "start": "2026-03-19 18:02:26.961085" } STDOUT: tlsprotocols = 1.2 TASK [fedora.linux_system_roles.mssql : Configure the setting network tlsprotocols] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:12 Thursday 19 March 2026 18:02:27 -0400 (0:00:00.375) 0:03:09.354 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "(__mssql_conf_setting_value != 'unset') and ((\"No setting for the given\" in __mssql_conf_get_setting.stdout) or ((__mssql_conf_setting_value | type_debug != \"bool\") and (__mssql_conf_setting_value | string | lower not in __mssql_conf_get_value | lower)) or ((__mssql_conf_setting_value | type_debug == \"bool\") and (__mssql_conf_setting_value != __mssql_conf_get_value | bool)))", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Unset the setting network tlsprotocols] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:42 Thursday 19 March 2026 18:02:27 -0400 (0:00:00.071) 0:03:09.425 ******** Notification for handler Restart the mssql-server service has been saved. changed: [managed-node3] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "unset", "network.tlsprotocols" ], "delta": "0:00:00.046311", "end": "2026-03-19 18:02:27.455586", "failed_when_result": false, "rc": 0, "start": "2026-03-19 18:02:27.409275" } STDOUT: SQL Server needs to be restarted in order to apply this setting. Please run 'systemctl restart mssql-server.service'. TASK [fedora.linux_system_roles.mssql : Configure the forceencryption setting] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:651 Thursday 19 March 2026 18:02:27 -0400 (0:00:00.433) 0:03:09.859 ******** included: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml for managed-node3 TASK [fedora.linux_system_roles.mssql : Get the setting network forceencryption] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:3 Thursday 19 March 2026 18:02:27 -0400 (0:00:00.044) 0:03:09.903 ******** ok: [managed-node3] => { "changed": false, "cmd": [ "grep", "^forceencryption = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.002686", "end": "2026-03-19 18:02:27.865114", "failed_when_result": false, "rc": 0, "start": "2026-03-19 18:02:27.862428" } STDOUT: forceencryption = 1 TASK [fedora.linux_system_roles.mssql : Configure the setting network forceencryption] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:12 Thursday 19 March 2026 18:02:27 -0400 (0:00:00.354) 0:03:10.258 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "(__mssql_conf_setting_value != 'unset') and ((\"No setting for the given\" in __mssql_conf_get_setting.stdout) or ((__mssql_conf_setting_value | type_debug != \"bool\") and (__mssql_conf_setting_value | string | lower not in __mssql_conf_get_value | lower)) or ((__mssql_conf_setting_value | type_debug == \"bool\") and (__mssql_conf_setting_value != __mssql_conf_get_value | bool)))", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Unset the setting network forceencryption] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:42 Thursday 19 March 2026 18:02:27 -0400 (0:00:00.031) 0:03:10.289 ******** Notification for handler Restart the mssql-server service has been saved. changed: [managed-node3] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "unset", "network.forceencryption" ], "delta": "0:00:00.043901", "end": "2026-03-19 18:02:28.292129", "failed_when_result": false, "rc": 0, "start": "2026-03-19 18:02:28.248228" } STDOUT: SQL Server needs to be restarted in order to apply this setting. Please run 'systemctl restart mssql-server.service'. TASK [fedora.linux_system_roles.mssql : Get the setting forceencryption] ******* task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:660 Thursday 19 March 2026 18:02:28 -0400 (0:00:00.412) 0:03:10.701 ******** ok: [managed-node3] => { "changed": false, "cmd": "set -euo pipefail; grep '^forceencryption' /var/opt/mssql/mssql.conf | sed 's/forceencryption = //g'", "delta": "0:00:00.004298", "end": "2026-03-19 18:02:28.715549", "failed_when_result": false, "rc": 1, "start": "2026-03-19 18:02:28.711251" } MSG: non-zero return code TASK [fedora.linux_system_roles.mssql : Append -No to sqlcmd when TLS is not configured] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:669 Thursday 19 March 2026 18:02:28 -0400 (0:00:00.416) 0:03:11.117 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "'-No' not in __sqlcmd_cli", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Append -C to sqlcmd when TLS is configured but certs are self-signed] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:676 Thursday 19 March 2026 18:02:28 -0400 (0:00:00.049) 0:03:11.167 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "__mssql_forceencryption_val.stdout == '1'", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Prepare MSSQL and facts for logging in] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:689 Thursday 19 March 2026 18:02:28 -0400 (0:00:00.038) 0:03:11.206 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "mssql_password is not none", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Wait for mssql-server to prepare for client connections] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:693 Thursday 19 March 2026 18:02:28 -0400 (0:00:00.030) 0:03:11.237 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "mssql_password is not none", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Check if the set password matches the existing password] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:699 Thursday 19 March 2026 18:02:28 -0400 (0:00:00.031) 0:03:11.268 ******** skipping: [managed-node3] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.mssql : Ensure that the mssql-server service is stopped] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:708 Thursday 19 March 2026 18:02:28 -0400 (0:00:00.032) 0:03:11.301 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "mssql_password is not none", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Gather package facts] ****************** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:717 Thursday 19 March 2026 18:02:28 -0400 (0:00:00.034) 0:03:11.335 ******** skipping: [managed-node3] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.mssql : Change the password of sa user] ******** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:725 Thursday 19 March 2026 18:02:29 -0400 (0:00:00.033) 0:03:11.369 ******** skipping: [managed-node3] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.mssql : Pre-input SQL script files to SQL Server] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:746 Thursday 19 March 2026 18:02:29 -0400 (0:00:00.031) 0:03:11.400 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "mssql_pre_input_sql_file != []", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Pre-input SQL script contents to SQL Server] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:755 Thursday 19 March 2026 18:02:29 -0400 (0:00:00.030) 0:03:11.431 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "mssql_pre_input_sql_content != []", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Check if the set edition matches the existing edition] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:768 Thursday 19 March 2026 18:02:29 -0400 (0:00:00.028) 0:03:11.459 ******** ok: [managed-node3] => { "changed": false, "cmd": "errorlog_edition=\"$(grep -oi 'Evaluation edition' \\\n/var/opt/mssql/log/errorlog)\"\nif [ -z \"${errorlog_edition}\" ]; then\n edition_matches=false\nelse\n edition_matches=true\nfi\necho \"${edition_matches}\"\n", "delta": "0:00:00.005069", "end": "2026-03-19 18:02:29.459074", "rc": 0, "start": "2026-03-19 18:02:29.454005" } STDOUT: true TASK [fedora.linux_system_roles.mssql : Ensure that the mssql-server service is stopped] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:783 Thursday 19 March 2026 18:02:29 -0400 (0:00:00.411) 0:03:11.870 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "not __mssql_edition_matches.stdout | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Gather package facts] ****************** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:792 Thursday 19 March 2026 18:02:29 -0400 (0:00:00.038) 0:03:11.909 ******** ok: [managed-node3] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.mssql : Change the edition of MSSQL] *********** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:798 Thursday 19 March 2026 18:02:31 -0400 (0:00:01.542) 0:03:13.451 ******** skipping: [managed-node3] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.mssql : Configure the IP address setting] ****** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:817 Thursday 19 March 2026 18:02:31 -0400 (0:00:00.024) 0:03:13.475 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "mssql_ip_address is not none", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Register the previous tcpport setting] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:824 Thursday 19 March 2026 18:02:31 -0400 (0:00:00.019) 0:03:13.495 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "mssql_manage_firewall | bool", "skip_reason": "Conditional result was False" } TASK [Open the TCP port 1433] ************************************************** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:831 Thursday 19 March 2026 18:02:31 -0400 (0:00:00.018) 0:03:13.514 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "mssql_manage_firewall | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Configure the TCP port setting to 1433] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:843 Thursday 19 March 2026 18:02:31 -0400 (0:00:00.019) 0:03:13.533 ******** included: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml for managed-node3 TASK [fedora.linux_system_roles.mssql : Get the setting network tcpport] ******* task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:3 Thursday 19 March 2026 18:02:31 -0400 (0:00:00.029) 0:03:13.562 ******** ok: [managed-node3] => { "changed": false, "cmd": [ "grep", "^tcpport = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003075", "end": "2026-03-19 18:02:31.514491", "failed_when_result": false, "rc": 1, "start": "2026-03-19 18:02:31.511416" } MSG: non-zero return code TASK [fedora.linux_system_roles.mssql : Configure the setting network tcpport] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:12 Thursday 19 March 2026 18:02:31 -0400 (0:00:00.339) 0:03:13.902 ******** ok: [managed-node3] => { "changed": false, "cmd": [ "/opt/mssql/bin/mssql-conf", "set", "network.tcpport", "1433" ], "delta": "0:00:00.044331", "end": "2026-03-19 18:02:31.899490", "failed_when_result": false, "rc": 0, "start": "2026-03-19 18:02:31.855159" } STDOUT: Validation error on setting 'network.tcpport' Port '1433' is already in use. Please use another port TASK [fedora.linux_system_roles.mssql : Unset the setting network tcpport] ***** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:42 Thursday 19 March 2026 18:02:31 -0400 (0:00:00.393) 0:03:14.295 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "__mssql_conf_setting_value == \"unset\"", "skip_reason": "Conditional result was False" } TASK [Close the previously set SQL Server TCP port if it changed] ************** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:849 Thursday 19 March 2026 18:02:31 -0400 (0:00:00.020) 0:03:14.315 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "mssql_manage_firewall | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Configure the sqlagent setting] ******** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:869 Thursday 19 March 2026 18:02:31 -0400 (0:00:00.018) 0:03:14.334 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "mssql_enable_sql_agent is not none", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Ensure the package mssql-server-fts] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:876 Thursday 19 March 2026 18:02:32 -0400 (0:00:00.019) 0:03:14.354 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "mssql_install_fts is not none", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Ensure the package powershell] ********* task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:883 Thursday 19 March 2026 18:02:32 -0400 (0:00:00.020) 0:03:14.374 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "mssql_install_powershell is not none", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Check if the 3979 trace flag is enabled] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:892 Thursday 19 March 2026 18:02:32 -0400 (0:00:00.020) 0:03:14.394 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "mssql_tune_for_fua_storage is not none", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Set the 3979 traceflag] **************** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:898 Thursday 19 March 2026 18:02:32 -0400 (0:00:00.018) 0:03:14.412 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "mssql_tune_for_fua_storage is not none", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Unset the 3979 traceflag] ************** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:905 Thursday 19 March 2026 18:02:32 -0400 (0:00:00.018) 0:03:14.431 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "mssql_tune_for_fua_storage is not none", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Configure the alternatewritethrough setting] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:913 Thursday 19 March 2026 18:02:32 -0400 (0:00:00.018) 0:03:14.450 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "mssql_tune_for_fua_storage is not none", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Configure the writethrough setting] **** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:919 Thursday 19 March 2026 18:02:32 -0400 (0:00:00.063) 0:03:14.514 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "mssql_tune_for_fua_storage is not none", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Verify that ad_integration_realm variable is provided] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:929 Thursday 19 March 2026 18:02:32 -0400 (0:00:00.021) 0:03:14.535 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "mssql_ad_configure | bool", "skip_reason": "Conditional result was False" } TASK [Join to realm {{ ad_integration_realm }}] ******************************** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:937 Thursday 19 March 2026 18:02:32 -0400 (0:00:00.019) 0:03:14.554 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "mssql_ad_configure | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Ensure adutil and krb5-workstation] **** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:949 Thursday 19 March 2026 18:02:32 -0400 (0:00:00.019) 0:03:14.574 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "mssql_ad_configure | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Print credential caches to check if AD principal exists] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:956 Thursday 19 March 2026 18:02:32 -0400 (0:00:00.020) 0:03:14.595 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "mssql_ad_configure | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Print status of credential cache for {{ __mssql_ad_kinit_user }}] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:963 Thursday 19 March 2026 18:02:32 -0400 (0:00:00.023) 0:03:14.618 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "mssql_ad_configure | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Obtain Kerberos ticket for {{ __mssql_ad_kinit_user }}] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:972 Thursday 19 March 2026 18:02:32 -0400 (0:00:00.022) 0:03:14.640 ******** skipping: [managed-node3] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.mssql : Check if AD user exists] *************** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:985 Thursday 19 March 2026 18:02:32 -0400 (0:00:00.019) 0:03:14.659 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "mssql_ad_configure | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : In AD server create user] ************** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:994 Thursday 19 March 2026 18:02:32 -0400 (0:00:00.020) 0:03:14.680 ******** skipping: [managed-node3] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.mssql : Ensure proper configuration on user] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1008 Thursday 19 March 2026 18:02:32 -0400 (0:00:00.022) 0:03:14.702 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "mssql_ad_configure | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Get SPNs for the principal] ************ task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1018 Thursday 19 March 2026 18:02:32 -0400 (0:00:00.021) 0:03:14.723 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "mssql_ad_configure | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Register SPNs to the principal] ******** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1023 Thursday 19 March 2026 18:02:32 -0400 (0:00:00.028) 0:03:14.752 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "mssql_ad_configure | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Get kvno of the SPN host] ************** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1040 Thursday 19 March 2026 18:02:32 -0400 (0:00:00.030) 0:03:14.783 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "mssql_ad_configure | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Get stats of the keytab file] ********** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1045 Thursday 19 March 2026 18:02:32 -0400 (0:00:00.025) 0:03:14.809 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "mssql_ad_configure | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Get keytab properties] ***************** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1050 Thursday 19 March 2026 18:02:32 -0400 (0:00:00.027) 0:03:14.836 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "mssql_ad_configure | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Create keytab] ************************* task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1056 Thursday 19 March 2026 18:02:32 -0400 (0:00:00.027) 0:03:14.864 ******** skipping: [managed-node3] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.mssql : Add an entry in the keytab for the principal name and password] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1082 Thursday 19 March 2026 18:02:32 -0400 (0:00:00.029) 0:03:14.893 ******** skipping: [managed-node3] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.mssql : Ensure correct permissions and ownership on the keytab] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1103 Thursday 19 March 2026 18:02:32 -0400 (0:00:00.029) 0:03:14.923 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "mssql_ad_configure | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Fetch keytab file to host] ************* task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1111 Thursday 19 March 2026 18:02:32 -0400 (0:00:00.028) 0:03:14.951 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "mssql_ad_configure | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Configure the network.kerberoskeytabfile setting] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1121 Thursday 19 March 2026 18:02:32 -0400 (0:00:00.027) 0:03:14.978 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "mssql_ad_configure | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Configure the network.kerberoskeytabfile setting] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1127 Thursday 19 March 2026 18:02:32 -0400 (0:00:00.028) 0:03:15.007 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "mssql_ad_configure | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Mark active hosts] ********************* task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1144 Thursday 19 March 2026 18:02:32 -0400 (0:00:00.027) 0:03:15.035 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "mssql_ha_configure | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Fail if any hosts are no longer active] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1148 Thursday 19 March 2026 18:02:32 -0400 (0:00:00.025) 0:03:15.060 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "mssql_ha_configure | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Unset __mssql_is_active] *************** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1163 Thursday 19 March 2026 18:02:32 -0400 (0:00:00.024) 0:03:15.085 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "mssql_ha_configure | bool", "skip_reason": "Conditional result was False" } TASK [Open the port and enable the high-availability service in firewall tcp port 5022] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1169 Thursday 19 March 2026 18:02:32 -0400 (0:00:00.033) 0:03:15.118 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "mssql_ha_configure | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Set host variables] ******************** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1189 Thursday 19 March 2026 18:02:32 -0400 (0:00:00.030) 0:03:15.148 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "mssql_ha_configure | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Ensure the package mssql-server-ha] **** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1242 Thursday 19 March 2026 18:02:32 -0400 (0:00:00.030) 0:03:15.179 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "mssql_ha_configure | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Enable the hadrenabled setting] ******** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1249 Thursday 19 March 2026 18:02:32 -0400 (0:00:00.028) 0:03:15.208 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "mssql_ha_configure | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Restart the mssql-server service if hadrenabled task was changed] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1256 Thursday 19 March 2026 18:02:32 -0400 (0:00:00.031) 0:03:15.239 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "mssql_ha_configure | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Remove certificate from SQL Server] **** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1268 Thursday 19 March 2026 18:02:32 -0400 (0:00:00.038) 0:03:15.277 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "mssql_ha_configure | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Remove certificate and private key files] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1274 Thursday 19 March 2026 18:02:32 -0400 (0:00:00.029) 0:03:15.307 ******** skipping: [managed-node3] => (item=/var/opt/mssql/data/.cer) => { "ansible_loop_var": "item", "changed": false, "false_condition": "mssql_ha_configure | bool", "item": "/var/opt/mssql/data/.cer", "skip_reason": "Conditional result was False" } skipping: [managed-node3] => (item=/var/opt/mssql/data/.pvk) => { "ansible_loop_var": "item", "changed": false, "false_condition": "mssql_ha_configure | bool", "item": "/var/opt/mssql/data/.pvk", "skip_reason": "Conditional result was False" } skipping: [managed-node3] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.mssql : Configure SQL entities on the primary replica] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1282 Thursday 19 March 2026 18:02:33 -0400 (0:00:00.039) 0:03:15.347 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "mssql_ha_configure | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Create login for HA on in SQL Server] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1291 Thursday 19 March 2026 18:02:33 -0400 (0:00:00.028) 0:03:15.375 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "mssql_ha_configure | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Fetch certificate files from the primary to the control node] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1299 Thursday 19 March 2026 18:02:33 -0400 (0:00:00.023) 0:03:15.399 ******** skipping: [managed-node3] => (item={'key': 'cert', 'value': '/var/opt/mssql/data/.cer'}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "mssql_ha_configure | bool", "item": { "key": "cert", "value": "/var/opt/mssql/data/.cer" }, "skip_reason": "Conditional result was False" } skipping: [managed-node3] => (item={'key': 'key', 'value': '/var/opt/mssql/data/.pvk'}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "mssql_ha_configure | bool", "item": { "key": "key", "value": "/var/opt/mssql/data/.pvk" }, "skip_reason": "Conditional result was False" } skipping: [managed-node3] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.mssql : Get the current primary replica in SQL] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1313 Thursday 19 March 2026 18:02:33 -0400 (0:00:00.031) 0:03:15.431 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "mssql_ha_configure | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Set fact with the current primary replica] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1319 Thursday 19 March 2026 18:02:33 -0400 (0:00:00.020) 0:03:15.451 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "mssql_ha_configure | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Verify that primary instance hosts is available] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1325 Thursday 19 March 2026 18:02:33 -0400 (0:00:00.027) 0:03:15.479 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "mssql_ha_configure | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Configure ag] ************************** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1335 Thursday 19 March 2026 18:02:33 -0400 (0:00:00.021) 0:03:15.500 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "mssql_ha_configure | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Grant permissions to HA login] ********* task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1342 Thursday 19 March 2026 18:02:33 -0400 (0:00:00.023) 0:03:15.524 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "mssql_ha_configure | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Replicate DBs] ************************* task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1351 Thursday 19 March 2026 18:02:33 -0400 (0:00:00.018) 0:03:15.542 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "mssql_ha_configure | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Mark active hosts] ********************* task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1358 Thursday 19 March 2026 18:02:33 -0400 (0:00:00.021) 0:03:15.564 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "mssql_ha_configure | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Fail if any hosts are no longer active] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1362 Thursday 19 March 2026 18:02:33 -0400 (0:00:00.019) 0:03:15.583 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "mssql_ha_configure | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Grant permissions to HA login] ********* task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1379 Thursday 19 March 2026 18:02:33 -0400 (0:00:00.018) 0:03:15.602 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "mssql_ha_configure | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Ensure the package mssql-server-ha] **** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1392 Thursday 19 March 2026 18:02:33 -0400 (0:00:00.020) 0:03:15.622 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "mssql_ha_configure | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Enable the hadrenabled setting] ******** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1399 Thursday 19 March 2026 18:02:33 -0400 (0:00:00.020) 0:03:15.643 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "mssql_ha_configure | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Restart the mssql-server service if hadrenabled task was changed] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1406 Thursday 19 March 2026 18:02:33 -0400 (0:00:00.063) 0:03:15.707 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "mssql_ha_configure | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Remove certificate from SQL Server] **** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1415 Thursday 19 March 2026 18:02:33 -0400 (0:00:00.023) 0:03:15.730 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "mssql_ha_configure | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Distribute certificate and private key to managed nodes] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1422 Thursday 19 March 2026 18:02:33 -0400 (0:00:00.019) 0:03:15.750 ******** skipping: [managed-node3] => (item={'key': 'cert', 'value': '/var/opt/mssql/data/.cer'}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "mssql_ha_configure | bool", "item": { "key": "cert", "value": "/var/opt/mssql/data/.cer" }, "skip_reason": "Conditional result was False" } skipping: [managed-node3] => (item={'key': 'key', 'value': '/var/opt/mssql/data/.pvk'}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "mssql_ha_configure | bool", "item": { "key": "key", "value": "/var/opt/mssql/data/.pvk" }, "skip_reason": "Conditional result was False" } skipping: [managed-node3] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.mssql : Configure SQL entities on not primary replicas] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1434 Thursday 19 March 2026 18:02:33 -0400 (0:00:00.039) 0:03:15.790 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "mssql_ha_configure | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Create HA login] *********************** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1443 Thursday 19 March 2026 18:02:33 -0400 (0:00:00.022) 0:03:15.812 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "mssql_ha_configure | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Join to availability group] ************ task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1450 Thursday 19 March 2026 18:02:33 -0400 (0:00:00.022) 0:03:15.834 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "mssql_ha_configure | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Grant permissions to HA login] ********* task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1456 Thursday 19 March 2026 18:02:33 -0400 (0:00:00.021) 0:03:15.856 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "mssql_ha_configure | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Remove certificate and private key from the control node] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1464 Thursday 19 March 2026 18:02:33 -0400 (0:00:00.021) 0:03:15.878 ******** skipping: [managed-node3] => (item=cert) => { "ansible_loop_var": "item", "changed": false, "false_condition": "mssql_ha_configure | bool", "item": "cert", "skip_reason": "Conditional result was False" } skipping: [managed-node3] => (item=key) => { "ansible_loop_var": "item", "changed": false, "false_condition": "mssql_ha_configure | bool", "item": "key", "skip_reason": "Conditional result was False" } skipping: [managed-node3] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.mssql : Save credentials for the SQL Server login] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1477 Thursday 19 March 2026 18:02:33 -0400 (0:00:00.033) 0:03:15.911 ******** skipping: [managed-node3] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [Run ha_cluster to configure pacemaker] *********************************** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1489 Thursday 19 March 2026 18:02:33 -0400 (0:00:00.021) 0:03:15.933 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "mssql_ha_configure | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Wait for the cluster to finish configuration] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1494 Thursday 19 March 2026 18:02:33 -0400 (0:00:00.019) 0:03:15.952 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "mssql_ha_configure | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Configure listener for the availability group] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1502 Thursday 19 March 2026 18:02:33 -0400 (0:00:00.019) 0:03:15.972 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "mssql_ha_configure | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Ensure the ansible_managed header in /var/opt/mssql/mssql.conf] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1511 Thursday 19 March 2026 18:02:33 -0400 (0:00:00.021) 0:03:15.993 ******** changed: [managed-node3] => { "changed": true } MSG: Block inserted TASK [fedora.linux_system_roles.mssql : Flush handlers prior to inputting post SQL scripts] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1520 Thursday 19 March 2026 18:02:34 -0400 (0:00:00.380) 0:03:16.374 ******** NOTIFIED HANDLER fedora.linux_system_roles.mssql : Restart the mssql-server service for managed-node3 META: triggered running handlers for managed-node3 RUNNING HANDLER [fedora.linux_system_roles.mssql : Restart the mssql-server service] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/handlers/main.yml:3 Thursday 19 March 2026 18:02:34 -0400 (0:00:00.005) 0:03:16.379 ******** changed: [managed-node3] => { "changed": true, "name": "mssql-server", "state": "started", "status": { "ActiveEnterTimestamp": "Thu 2026-03-19 18:02:00 EDT", "ActiveEnterTimestampMonotonic": "1381893891", "ActiveExitTimestamp": "Thu 2026-03-19 18:01:59 EDT", "ActiveExitTimestampMonotonic": "1380995226", "ActiveState": "active", "After": "auditd.service system.slice sysinit.target basic.target network.target systemd-journald.socket -.mount", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Thu 2026-03-19 18:02:00 EDT", "AssertTimestampMonotonic": "1381892992", "Before": "multi-user.target shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "no", "CPUAffinity": "", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Thu 2026-03-19 18:02:00 EDT", "ConditionTimestampMonotonic": "1381892991", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlGroup": "/system.slice/mssql-server.service", "ControlPID": "0", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "no", "Description": "Microsoft SQL Server Database Engine", "DevicePolicy": "auto", "Documentation": "https://docs.microsoft.com/en-us/sql/linux", "DropInPaths": "/etc/systemd/system/mssql-server.service.d/startlimit.conf", "DynamicUser": "no", "EffectiveCPUs": "", "EffectiveMemoryNodes": "", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "122727", "ExecMainStartTimestamp": "Thu 2026-03-19 18:02:00 EDT", "ExecMainStartTimestampMonotonic": "1381893842", "ExecMainStatus": "0", "ExecStart": "{ path=/opt/mssql/bin/sqlservr ; argv[]=/opt/mssql/bin/sqlservr ; ignore_errors=no ; start_time=[Thu 2026-03-19 18:02:00 EDT] ; stop_time=[n/a] ; pid=122727 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/mssql-server.service", "FreezerState": "running", "GID": "989", "GuessMainPID": "yes", "IOAccounting": "no", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "IOWeight": "[not set]", "IPAccounting": "no", "IPEgressBytes": "18446744073709551615", "IPEgressPackets": "18446744073709551615", "IPIngressBytes": "18446744073709551615", "IPIngressPackets": "18446744073709551615", "Id": "mssql-server.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestamp": "Thu 2026-03-19 18:02:00 EDT", "InactiveEnterTimestampMonotonic": "1381892301", "InactiveExitTimestamp": "Thu 2026-03-19 18:02:00 EDT", "InactiveExitTimestampMonotonic": "1381893891", "InvocationID": "fb09e9fef1ad4272b7e6bc42516e08ab", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "process", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "0", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "65536", "LimitMEMLOCKSoft": "65536", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "infinity", "LimitNOFILESoft": "infinity", "LimitNPROC": "infinity", "LimitNPROCSoft": "infinity", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "28608", "LimitSIGPENDINGSoft": "28608", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "122727", "MemoryAccounting": "yes", "MemoryCurrent": "639410176", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "MountFlags": "", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAMask": "", "NUMAPolicy": "n/a", "Names": "mssql-server.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "Perpetual": "no", "PrivateDevices": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "-.mount sysinit.target system.slice", "RequiresMountsFor": "/var/opt/mssql", "Restart": "on-failure", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "0", "StartLimitIntervalUSec": "0", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestamp": "Thu 2026-03-19 18:02:00 EDT", "StateChangeTimestampMonotonic": "1381893891", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SuccessAction": "none", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "139", "TasksMax": "infinity", "TimeoutStartUSec": "30min", "TimeoutStopUSec": "30min", "TimerSlackNSec": "50000", "Transient": "no", "Type": "simple", "UID": "993", "UMask": "0007", "UnitFilePreset": "disabled", "UnitFileState": "enabled", "User": "mssql", "UtmpMode": "init", "WantedBy": "multi-user.target", "WatchdogTimestamp": "Thu 2026-03-19 18:02:00 EDT", "WatchdogTimestampMonotonic": "1381893889", "WatchdogUSec": "0", "WorkingDirectory": "/var/opt/mssql" } } TASK [fedora.linux_system_roles.mssql : Post-input SQL scripts to SQL Server] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1524 Thursday 19 March 2026 18:02:35 -0400 (0:00:01.111) 0:03:17.490 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "mssql_post_input_sql_file != []", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Post-input SQL scripts to SQL Server] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1531 Thursday 19 March 2026 18:02:35 -0400 (0:00:00.018) 0:03:17.509 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "mssql_post_input_sql_content != []", "skip_reason": "Conditional result was False" } TASK [Verify connectivity and settings] **************************************** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/tests_tls.yml:151 Thursday 19 March 2026 18:02:35 -0400 (0:00:00.021) 0:03:17.531 ******** included: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml for managed-node3 TASK [Get server version on non-booted systems] ******************************** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:10 Thursday 19 March 2026 18:02:35 -0400 (0:00:00.095) 0:03:17.627 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "__verify_mssql_edition is defined", "skip_reason": "Conditional result was False" } TASK [Get server edition on booted systems] ************************************ task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:19 Thursday 19 March 2026 18:02:35 -0400 (0:00:00.024) 0:03:17.651 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "__verify_mssql_edition is defined", "skip_reason": "Conditional result was False" } TASK [Verify that the edition matches] ***************************************** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:33 Thursday 19 March 2026 18:02:35 -0400 (0:00:00.024) 0:03:17.676 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "__verify_mssql_edition is defined", "skip_reason": "Conditional result was False" } TASK [Verify the setting {{ item.key }}] *************************************** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:39 Thursday 19 March 2026 18:02:35 -0400 (0:00:00.018) 0:03:17.694 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "item.value is defined", "skip_reason": "Conditional result was False" } TASK [Get stat of mssql_datadir] *********************************************** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:55 Thursday 19 March 2026 18:02:35 -0400 (0:00:00.022) 0:03:17.716 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "__verify_mssql_datadir_mode is defined", "skip_reason": "Conditional result was False" } TASK [Assert that mssql_datadir has proper permissions and ownership] ********** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:60 Thursday 19 March 2026 18:02:35 -0400 (0:00:00.019) 0:03:17.735 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "__verify_mssql_datadir_mode is defined", "skip_reason": "Conditional result was False" } TASK [Get stat of mssql_logdir] ************************************************ task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:70 Thursday 19 March 2026 18:02:35 -0400 (0:00:00.017) 0:03:17.753 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "__verify_mssql_logdir_mode is defined", "skip_reason": "Conditional result was False" } TASK [Assert that mssql_logdir has proper permissions and ownership] *********** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:75 Thursday 19 March 2026 18:02:35 -0400 (0:00:00.017) 0:03:17.771 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "__verify_mssql_logdir_mode is defined", "skip_reason": "Conditional result was False" } TASK [Prepare MSSQL and facts for logging in] ********************************** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:85 Thursday 19 March 2026 18:02:35 -0400 (0:00:00.017) 0:03:17.788 ******** TASK [fedora.linux_system_roles.mssql : Ensure that the mssql-server service is started] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/verify_password.yml:3 Thursday 19 March 2026 18:02:35 -0400 (0:00:00.038) 0:03:17.827 ******** ok: [managed-node3] => { "changed": false, "name": "mssql-server", "state": "started", "status": { "ActiveEnterTimestamp": "Thu 2026-03-19 18:02:35 EDT", "ActiveEnterTimestampMonotonic": "1416725891", "ActiveExitTimestamp": "Thu 2026-03-19 18:02:34 EDT", "ActiveExitTimestampMonotonic": "1416511086", "ActiveState": "active", "After": "auditd.service system.slice sysinit.target basic.target network.target systemd-journald.socket -.mount", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Thu 2026-03-19 18:02:35 EDT", "AssertTimestampMonotonic": "1416724948", "Before": "multi-user.target shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "no", "CPUAffinity": "", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Thu 2026-03-19 18:02:35 EDT", "ConditionTimestampMonotonic": "1416724947", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlGroup": "/system.slice/mssql-server.service", "ControlPID": "0", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "no", "Description": "Microsoft SQL Server Database Engine", "DevicePolicy": "auto", "Documentation": "https://docs.microsoft.com/en-us/sql/linux", "DropInPaths": "/etc/systemd/system/mssql-server.service.d/startlimit.conf", "DynamicUser": "no", "EffectiveCPUs": "", "EffectiveMemoryNodes": "", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "127915", "ExecMainStartTimestamp": "Thu 2026-03-19 18:02:35 EDT", "ExecMainStartTimestampMonotonic": "1416725839", "ExecMainStatus": "0", "ExecStart": "{ path=/opt/mssql/bin/sqlservr ; argv[]=/opt/mssql/bin/sqlservr ; ignore_errors=no ; start_time=[Thu 2026-03-19 18:02:35 EDT] ; stop_time=[n/a] ; pid=127915 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/mssql-server.service", "FreezerState": "running", "GID": "989", "GuessMainPID": "yes", "IOAccounting": "no", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "IOWeight": "[not set]", "IPAccounting": "no", "IPEgressBytes": "18446744073709551615", "IPEgressPackets": "18446744073709551615", "IPIngressBytes": "18446744073709551615", "IPIngressPackets": "18446744073709551615", "Id": "mssql-server.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestamp": "Thu 2026-03-19 18:02:35 EDT", "InactiveEnterTimestampMonotonic": "1416724316", "InactiveExitTimestamp": "Thu 2026-03-19 18:02:35 EDT", "InactiveExitTimestampMonotonic": "1416725891", "InvocationID": "5d5a6083c2a24abeb3cea7da398062d2", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "process", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "0", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "65536", "LimitMEMLOCKSoft": "65536", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "infinity", "LimitNOFILESoft": "infinity", "LimitNPROC": "infinity", "LimitNPROCSoft": "infinity", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "28608", "LimitSIGPENDINGSoft": "28608", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "127915", "MemoryAccounting": "yes", "MemoryCurrent": "319266816", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "MountFlags": "", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAMask": "", "NUMAPolicy": "n/a", "Names": "mssql-server.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "Perpetual": "no", "PrivateDevices": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "-.mount sysinit.target system.slice", "RequiresMountsFor": "/var/opt/mssql", "Restart": "on-failure", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "0", "StartLimitIntervalUSec": "0", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestamp": "Thu 2026-03-19 18:02:35 EDT", "StateChangeTimestampMonotonic": "1416725891", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SuccessAction": "none", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "79", "TasksMax": "infinity", "TimeoutStartUSec": "30min", "TimeoutStopUSec": "30min", "TimerSlackNSec": "50000", "Transient": "no", "Type": "simple", "UID": "993", "UMask": "0007", "UnitFilePreset": "disabled", "UnitFileState": "enabled", "User": "mssql", "UtmpMode": "init", "WantedBy": "multi-user.target", "WatchdogTimestamp": "Thu 2026-03-19 18:02:35 EDT", "WatchdogTimestampMonotonic": "1416725888", "WatchdogUSec": "0", "WorkingDirectory": "/var/opt/mssql" } } TASK [fedora.linux_system_roles.mssql : Check if a custom tcpport setting exist] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/verify_password.yml:9 Thursday 19 March 2026 18:02:36 -0400 (0:00:01.013) 0:03:18.841 ******** ok: [managed-node3] => { "changed": false, "cmd": [ "grep", "^tcpport = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.002806", "end": "2026-03-19 18:02:36.841135", "failed_when_result": false, "rc": 1, "start": "2026-03-19 18:02:36.838329" } MSG: non-zero return code TASK [fedora.linux_system_roles.mssql : Check if a custom ipaddress setting exist] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/verify_password.yml:15 Thursday 19 March 2026 18:02:36 -0400 (0:00:00.401) 0:03:19.243 ******** ok: [managed-node3] => { "changed": false, "cmd": [ "grep", "^ipaddress = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003002", "end": "2026-03-19 18:02:37.236802", "failed_when_result": false, "rc": 1, "start": "2026-03-19 18:02:37.233800" } MSG: non-zero return code TASK [fedora.linux_system_roles.mssql : Set a fact with a login command] ******* task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/verify_password.yml:21 Thursday 19 March 2026 18:02:37 -0400 (0:00:00.385) 0:03:19.628 ******** ok: [managed-node3] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [Wait for mssql-server to prepare for client connections] ***************** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:96 Thursday 19 March 2026 18:02:37 -0400 (0:00:00.036) 0:03:19.665 ******** ok: [managed-node3] => { "changed": false, "elapsed": 1, "gid": 989, "group": "mssql", "match_groupdict": {}, "match_groups": [], "mode": "0660", "owner": "mssql", "path": "/var/opt/mssql/log/errorlog", "port": null, "search_regex": "SQL Server is now ready for client connections", "secontext": "system_u:object_r:var_t:s0", "size": 6257, "state": "file", "uid": 993 } TASK [Check if the set password matches the existing password] ***************** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:117 Thursday 19 March 2026 18:02:38 -0400 (0:00:01.443) 0:03:21.109 ******** ok: [managed-node3] => { "attempts": 1, "changed": false, "cmd": [ "/opt/mssql-tools18/bin/sqlcmd", "-C", "-No", "-U", "sa", "-P", "p@55w0rD", "-Q", "SELECT @@VERSION" ], "delta": "0:00:00.020955", "end": "2026-03-19 18:02:39.105316", "rc": 0, "start": "2026-03-19 18:02:39.084361" } STDOUT: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ Microsoft SQL Server 2017 (RTM-CU31-GDR) (KB5077471) - 14.0.3520.4 (X64) Feb 13 2026 16:31:53 Copyright (C) 2017 Microsoft Corporation Enterprise Evaluation Edition (64-bit) on Linux (CentOS Stream 8) (1 rows affected) TASK [Set the mssql_password variable to default null] ************************* task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:137 Thursday 19 March 2026 18:02:39 -0400 (0:00:00.402) 0:03:21.511 ******** ok: [managed-node3] => { "ansible_facts": { "mssql_password": null }, "changed": false } TASK [Verify the package mssql-server-fts] ************************************* task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:141 Thursday 19 March 2026 18:02:39 -0400 (0:00:00.036) 0:03:21.548 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "__verify_mssql_fts_is_installed is defined", "skip_reason": "Conditional result was False" } TASK [Verify the package powershell] ******************************************* task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:148 Thursday 19 March 2026 18:02:39 -0400 (0:00:00.031) 0:03:21.579 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "__verify_mssql_powershell_is_installed is defined", "skip_reason": "Conditional result was False" } TASK [Get the value of the traceflag setting] ********************************** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:159 Thursday 19 March 2026 18:02:39 -0400 (0:00:00.029) 0:03:21.609 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "__verify_mssql_is_tuned_for_fua is defined", "skip_reason": "Conditional result was False" } TASK [Verify that the traceflag setting is set to 3979] ************************ task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:164 Thursday 19 March 2026 18:02:39 -0400 (0:00:00.086) 0:03:21.696 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "__verify_mssql_is_tuned_for_fua is defined", "skip_reason": "Conditional result was False" } TASK [Verify that the traceflag setting is not set to 3979] ******************** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:169 Thursday 19 March 2026 18:02:39 -0400 (0:00:00.030) 0:03:21.727 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "__verify_mssql_is_tuned_for_fua is defined", "skip_reason": "Conditional result was False" } TASK [Verify that the alternatewritethrough setting is false] ****************** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:175 Thursday 19 March 2026 18:02:39 -0400 (0:00:00.021) 0:03:21.748 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "__verify_mssql_is_tuned_for_fua is defined", "skip_reason": "Conditional result was False" } TASK [Verify the writethrough setting] ***************************************** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:181 Thursday 19 March 2026 18:02:39 -0400 (0:00:00.021) 0:03:21.769 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "__verify_mssql_is_tuned_for_fua is defined", "skip_reason": "Conditional result was False" } TASK [Verify the tlscert setting] ********************************************** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:191 Thursday 19 March 2026 18:02:39 -0400 (0:00:00.024) 0:03:21.793 ******** included: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml for managed-node3 TASK [Get the value of the setting tlscert] ************************************ task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml:7 Thursday 19 March 2026 18:02:39 -0400 (0:00:00.035) 0:03:21.829 ******** ok: [managed-node3] => { "changed": false, "cmd": "grep '^tlscert' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004403", "end": "2026-03-19 18:02:39.786290", "rc": 0, "start": "2026-03-19 18:02:39.781887" } TASK [Verify the setting when it is type str tlscert] ************************** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml:14 Thursday 19 March 2026 18:02:39 -0400 (0:00:00.359) 0:03:22.189 ******** ok: [managed-node3] => { "changed": false } MSG: All assertions passed TASK [Verify the setting when it is type bool tlscert] ************************* task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml:25 Thursday 19 March 2026 18:02:39 -0400 (0:00:00.040) 0:03:22.230 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "__mssql_conf_value | type_debug == 'bool'", "skip_reason": "Conditional result was False" } TASK [Verify that tcpport =] *************************************************** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml:40 Thursday 19 March 2026 18:02:39 -0400 (0:00:00.029) 0:03:22.259 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "__mssql_conf_setting == \"tcpport\"", "skip_reason": "Conditional result was False" } TASK [Verify the tlskey setting] *********************************************** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:202 Thursday 19 March 2026 18:02:39 -0400 (0:00:00.023) 0:03:22.282 ******** included: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml for managed-node3 TASK [Get the value of the setting tlskey] ************************************* task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml:7 Thursday 19 March 2026 18:02:39 -0400 (0:00:00.038) 0:03:22.321 ******** ok: [managed-node3] => { "changed": false, "cmd": "grep '^tlskey' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004111", "end": "2026-03-19 18:02:40.282194", "rc": 0, "start": "2026-03-19 18:02:40.278083" } TASK [Verify the setting when it is type str tlskey] *************************** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml:14 Thursday 19 March 2026 18:02:40 -0400 (0:00:00.353) 0:03:22.675 ******** ok: [managed-node3] => { "changed": false } MSG: All assertions passed TASK [Verify the setting when it is type bool tlskey] ************************** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml:25 Thursday 19 March 2026 18:02:40 -0400 (0:00:00.036) 0:03:22.712 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "__mssql_conf_value | type_debug == 'bool'", "skip_reason": "Conditional result was False" } TASK [Verify that tcpport =] *************************************************** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml:40 Thursday 19 March 2026 18:02:40 -0400 (0:00:00.031) 0:03:22.743 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "__mssql_conf_setting == \"tcpport\"", "skip_reason": "Conditional result was False" } TASK [Verify the tlsprotocols setting] ***************************************** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:214 Thursday 19 March 2026 18:02:40 -0400 (0:00:00.022) 0:03:22.766 ******** included: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml for managed-node3 TASK [Get the value of the setting tlsprotocols] ******************************* task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml:7 Thursday 19 March 2026 18:02:40 -0400 (0:00:00.039) 0:03:22.805 ******** ok: [managed-node3] => { "changed": false, "cmd": "grep '^tlsprotocols' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004550", "end": "2026-03-19 18:02:40.761998", "rc": 0, "start": "2026-03-19 18:02:40.757448" } TASK [Verify the setting when it is type str tlsprotocols] ********************* task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml:14 Thursday 19 March 2026 18:02:40 -0400 (0:00:00.358) 0:03:23.164 ******** ok: [managed-node3] => { "changed": false } MSG: All assertions passed TASK [Verify the setting when it is type bool tlsprotocols] ******************** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml:25 Thursday 19 March 2026 18:02:40 -0400 (0:00:00.049) 0:03:23.213 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "__mssql_conf_value | type_debug == 'bool'", "skip_reason": "Conditional result was False" } TASK [Verify that tcpport =] *************************************************** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml:40 Thursday 19 March 2026 18:02:40 -0400 (0:00:00.037) 0:03:23.250 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "__mssql_conf_setting == \"tcpport\"", "skip_reason": "Conditional result was False" } TASK [Verify the forceencryption setting] ************************************** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:222 Thursday 19 March 2026 18:02:40 -0400 (0:00:00.030) 0:03:23.280 ******** included: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml for managed-node3 TASK [Get the value of the setting forceencryption] **************************** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml:7 Thursday 19 March 2026 18:02:40 -0400 (0:00:00.058) 0:03:23.339 ******** ok: [managed-node3] => { "changed": false, "cmd": "grep '^forceencryption' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004031", "end": "2026-03-19 18:02:41.319743", "rc": 0, "start": "2026-03-19 18:02:41.315712" } TASK [Verify the setting when it is type str forceencryption] ****************** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml:14 Thursday 19 March 2026 18:02:41 -0400 (0:00:00.372) 0:03:23.712 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "__mssql_conf_value | type_debug != 'bool'", "skip_reason": "Conditional result was False" } TASK [Verify the setting when it is type bool forceencryption] ***************** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml:25 Thursday 19 March 2026 18:02:41 -0400 (0:00:00.025) 0:03:23.737 ******** ok: [managed-node3] => { "changed": false } MSG: All assertions passed TASK [Verify that tcpport = False] ********************************************* task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml:40 Thursday 19 March 2026 18:02:41 -0400 (0:00:00.030) 0:03:23.768 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "__mssql_conf_setting == \"tcpport\"", "skip_reason": "Conditional result was False" } TASK [Verify configuration for confined application] *************************** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:229 Thursday 19 March 2026 18:02:41 -0400 (0:00:00.024) 0:03:23.792 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "__verify_mssql_is_confined is defined", "skip_reason": "Conditional result was False" } TASK [Test with certs created by the certificate role] ************************* task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/tests_tls.yml:158 Thursday 19 March 2026 18:02:41 -0400 (0:00:00.018) 0:03:23.811 ******** included: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/run_role_with_clear_facts.yml for managed-node3 TASK [Clear facts] ************************************************************* task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/run_role_with_clear_facts.yml:8 Thursday 19 March 2026 18:02:41 -0400 (0:00:00.092) 0:03:23.903 ******** META: facts cleared TASK [Run the role] ************************************************************ task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/run_role_with_clear_facts.yml:22 Thursday 19 March 2026 18:02:41 -0400 (0:00:00.001) 0:03:23.904 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "__sr_failed_when is defined", "skip_reason": "Conditional result was False" } TASK [Run the role normally] *************************************************** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/run_role_with_clear_facts.yml:32 Thursday 19 March 2026 18:02:41 -0400 (0:00:00.015) 0:03:23.920 ******** TASK [fedora.linux_system_roles.mssql : Ensure ansible_facts and variables used by role] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:3 Thursday 19 March 2026 18:02:41 -0400 (0:00:00.255) 0:03:24.176 ******** included: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/set_vars.yml for managed-node3 TASK [fedora.linux_system_roles.mssql : Ensure ansible_facts used by role] ***** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/set_vars.yml:3 Thursday 19 March 2026 18:02:41 -0400 (0:00:00.030) 0:03:24.206 ******** ok: [managed-node3] TASK [fedora.linux_system_roles.mssql : Set platform/version specific variables] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/set_vars.yml:8 Thursday 19 March 2026 18:02:42 -0400 (0:00:00.613) 0:03:24.820 ******** ok: [managed-node3] => (item=RedHat.yml) => { "ansible_facts": { "__mssql_client_repository": "https://packages.microsoft.com/rhel/9/prod/", "__mssql_confined_supported": true, "__mssql_server_repository": "https://packages.microsoft.com/rhel/9/mssql-server-{{ mssql_version | int }}/", "__mssql_supported_versions": [ 2022 ], "__mssql_tuned_supported": true }, "ansible_included_var_files": [ "/tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/vars/RedHat.yml" ], "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml" } skipping: [managed-node3] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__mssql_vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [managed-node3] => (item=CentOS_8.yml) => { "ansible_facts": { "__mssql_client_repository": "https://packages.microsoft.com/rhel/8/prod/", "__mssql_confined_supported": false, "__mssql_server_repository": "https://packages.microsoft.com/rhel/8/mssql-server-{{ mssql_version | int }}/", "__mssql_supported_versions": [ 2017, 2019, 2022 ] }, "ansible_included_var_files": [ "/tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } ok: [managed-node3] => (item=CentOS_8.yml) => { "ansible_facts": { "__mssql_client_repository": "https://packages.microsoft.com/rhel/8/prod/", "__mssql_confined_supported": false, "__mssql_server_repository": "https://packages.microsoft.com/rhel/8/mssql-server-{{ mssql_version | int }}/", "__mssql_supported_versions": [ 2017, 2019, 2022 ] }, "ansible_included_var_files": [ "/tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } TASK [fedora.linux_system_roles.mssql : Run systemctl] ************************* task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/set_vars.yml:22 Thursday 19 March 2026 18:02:42 -0400 (0:00:00.041) 0:03:24.862 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "__mssql_is_booted is not defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Require installed systemd] ************* task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/set_vars.yml:29 Thursday 19 March 2026 18:02:42 -0400 (0:00:00.015) 0:03:24.878 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "__mssql_is_booted is not defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Set flag to indicate that systemd runtime operations are available] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/set_vars.yml:34 Thursday 19 March 2026 18:02:42 -0400 (0:00:00.015) 0:03:24.893 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "__mssql_is_booted is not defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Unset internal role facts] ************* task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:8 Thursday 19 March 2026 18:02:42 -0400 (0:00:00.015) 0:03:24.909 ******** ok: [managed-node3] => { "ansible_facts": { "__mssql_is_active": null, "__mssql_sqlcmd_login_cmd": null }, "changed": false } TASK [fedora.linux_system_roles.mssql : Print that the mssql_input_sql_file variable is deprecated] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:16 Thursday 19 March 2026 18:02:42 -0400 (0:00:00.014) 0:03:24.924 ******** skipping: [managed-node3] => { "false_condition": "mssql_input_sql_file is defined" } TASK [fedora.linux_system_roles.mssql : Link the deprecated mssql_input_sql_file fact] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:24 Thursday 19 March 2026 18:02:42 -0400 (0:00:00.014) 0:03:24.938 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "mssql_input_sql_file is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Print that the variable is deprecated] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:31 Thursday 19 March 2026 18:02:42 -0400 (0:00:00.014) 0:03:24.952 ******** skipping: [managed-node3] => { "false_condition": "mssql_ha_listener_port is defined" } TASK [fedora.linux_system_roles.mssql : Link the deprecated mssql_ha_listener_port fact] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:38 Thursday 19 March 2026 18:02:42 -0400 (0:00:00.013) 0:03:24.965 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "mssql_ha_listener_port is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Print that the mssql_ad_sql_user_name variable is deprecated] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:45 Thursday 19 March 2026 18:02:42 -0400 (0:00:00.012) 0:03:24.978 ******** skipping: [managed-node3] => { "false_condition": "mssql_ad_sql_user_name is defined" } TASK [fedora.linux_system_roles.mssql : Link the deprecated mssql_ad_sql_user_name fact] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:52 Thursday 19 March 2026 18:02:42 -0400 (0:00:00.013) 0:03:24.991 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "mssql_ad_sql_user_name is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Print that the mssql_ha_cluster_run_role variable is deprecated] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:59 Thursday 19 March 2026 18:02:42 -0400 (0:00:00.013) 0:03:25.005 ******** skipping: [managed-node3] => { "false_condition": "mssql_ha_cluster_run_role is defined" } TASK [fedora.linux_system_roles.mssql : Link the deprecated mssql_ha_cluster_run_role fact] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:66 Thursday 19 March 2026 18:02:42 -0400 (0:00:00.014) 0:03:25.019 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "mssql_ha_cluster_run_role is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Print that variable is deprecated] ***** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:75 Thursday 19 March 2026 18:02:42 -0400 (0:00:00.014) 0:03:25.033 ******** skipping: [managed-node3] => { "false_condition": "mssql_accept_microsoft_odbc_driver_17_for_sql_server_eula is defined" } TASK [fedora.linux_system_roles.mssql : Link the deprecated fact] ************** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:84 Thursday 19 March 2026 18:02:42 -0400 (0:00:00.013) 0:03:25.047 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "mssql_accept_microsoft_odbc_driver_17_for_sql_server_eula is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Fail on RHEL or CentOS 10 because it's not supported] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:88 Thursday 19 March 2026 18:02:42 -0400 (0:00:00.013) 0:03:25.060 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "ansible_facts[\"distribution_major_version\"] is version('10', '=')", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Verify that the user accepts EULA variables] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:95 Thursday 19 March 2026 18:02:42 -0400 (0:00:00.014) 0:03:25.075 ******** ok: [managed-node3] => { "changed": false } MSG: All assertions passed TASK [fedora.linux_system_roles.mssql : Verify that EL < 8 is not used with mssql_ha_configure=true] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:107 Thursday 19 March 2026 18:02:42 -0400 (0:00:00.019) 0:03:25.094 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "mssql_ha_configure | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Verify if the mssql_ha_replica_type variable is provided correctly] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:115 Thursday 19 March 2026 18:02:42 -0400 (0:00:00.014) 0:03:25.108 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "mssql_ha_configure | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Verify that 'mssql_ha_replica_type = primary' is provided once] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:124 Thursday 19 March 2026 18:02:42 -0400 (0:00:00.013) 0:03:25.122 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "mssql_ha_configure | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Verify that mssql_ha_prep_for_pacemaker is provided correctly] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:133 Thursday 19 March 2026 18:02:42 -0400 (0:00:00.013) 0:03:25.136 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "mssql_ha_ag_cluster_type | lower == 'none'", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Verify that selinux variables are used on supported platforms] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:143 Thursday 19 March 2026 18:02:42 -0400 (0:00:00.015) 0:03:25.151 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "(mssql_manage_selinux | bool) or (mssql_run_selinux_confined | bool)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Verify that mssql_manage_selinux is set properly] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:152 Thursday 19 March 2026 18:02:42 -0400 (0:00:00.032) 0:03:25.184 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "mssql_manage_selinux | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Verify that mssql_ha_ag_is_contained is not provided with version 2017] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:163 Thursday 19 March 2026 18:02:42 -0400 (0:00:00.016) 0:03:25.200 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "mssql_ha_ag_is_contained | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Verify fail reuse_system_db=true is not provided without ag_is_contained] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:174 Thursday 19 March 2026 18:02:42 -0400 (0:00:00.013) 0:03:25.214 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "mssql_ha_ag_reuse_system_db | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Gather package facts] ****************** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:185 Thursday 19 March 2026 18:02:42 -0400 (0:00:00.016) 0:03:25.230 ******** ok: [managed-node3] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.mssql : Set fact with the currently installed SQL Server version if any] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:189 Thursday 19 March 2026 18:02:44 -0400 (0:00:01.630) 0:03:26.860 ******** ok: [managed-node3] => (item={'key': 2017, 'value': 14}) => { "ansible_facts": { "__mssql_current_version": "2017" }, "ansible_loop_var": "item", "changed": false, "item": { "key": 2017, "value": 14 } } skipping: [managed-node3] => (item={'key': 2019, 'value': 15}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "ansible_facts.packages[\"mssql-server\"][0][\"version\"].split(\".\") | first | int == item.value", "item": { "key": 2019, "value": 15 }, "skip_reason": "Conditional result was False" } skipping: [managed-node3] => (item={'key': 2022, 'value': 16}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "ansible_facts.packages[\"mssql-server\"][0][\"version\"].split(\".\") | first | int == item.value", "item": { "key": 2022, "value": 16 }, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Verify if mssql_version is not bigger then the existing SQL Server version] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:197 Thursday 19 March 2026 18:02:44 -0400 (0:00:00.091) 0:03:26.952 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "mssql_version | int > __mssql_current_version | int", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Set mssql_version variable if user does not define it] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:210 Thursday 19 March 2026 18:02:44 -0400 (0:00:00.027) 0:03:26.979 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "mssql_version is none", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Verify if the mssql_version variable is provided correctly] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:217 Thursday 19 March 2026 18:02:44 -0400 (0:00:00.024) 0:03:27.003 ******** ok: [managed-node3] => { "changed": false } MSG: All assertions passed TASK [fedora.linux_system_roles.mssql : Verify if mssql_version is not smaller then the existing SQL Server version] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:224 Thursday 19 March 2026 18:02:44 -0400 (0:00:00.034) 0:03:27.037 ******** skipping: [managed-node3] => (item={'key': 2017, 'value': 14}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "ansible_facts.packages[\"mssql-server\"][0][\"version\"].split(\".\") | first | int > item.value", "item": { "key": 2017, "value": 14 }, "skip_reason": "Conditional result was False" } skipping: [managed-node3] => (item={'key': 2019, 'value': 15}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "mssql_version | int == item.key", "item": { "key": 2019, "value": 15 }, "skip_reason": "Conditional result was False" } skipping: [managed-node3] => (item={'key': 2022, 'value': 16}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "mssql_version | int == item.key", "item": { "key": 2022, "value": 16 }, "skip_reason": "Conditional result was False" } skipping: [managed-node3] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.mssql : Deploy the GPG key for Microsoft repositories] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:238 Thursday 19 March 2026 18:02:44 -0400 (0:00:00.045) 0:03:27.082 ******** ok: [managed-node3] => { "attempts": 1, "changed": false } TASK [fedora.linux_system_roles.mssql : Update all packages from SQL Server repo version 2017] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:252 Thursday 19 March 2026 18:02:45 -0400 (0:00:00.560) 0:03:27.643 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "mssql_upgrade | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Get yum repositories] ****************** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:262 Thursday 19 March 2026 18:02:45 -0400 (0:00:00.023) 0:03:27.666 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "mssql_upgrade | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Remove the current Microsoft SQL Server repository to upgrade to 2017] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:273 Thursday 19 March 2026 18:02:45 -0400 (0:00:00.021) 0:03:27.687 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "mssql_upgrade | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Update all packages from SQL Server repo version 2017] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:287 Thursday 19 March 2026 18:02:45 -0400 (0:00:00.020) 0:03:27.707 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "mssql_upgrade | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Get zypper repositories] *************** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:296 Thursday 19 March 2026 18:02:45 -0400 (0:00:00.019) 0:03:27.727 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "mssql_upgrade | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Remove the current Microsoft SQL Server repository to upgrade to 2017] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:308 Thursday 19 March 2026 18:02:45 -0400 (0:00:00.022) 0:03:27.750 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "mssql_upgrade | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Configure the Microsoft SQL Server repo version 2017] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:315 Thursday 19 March 2026 18:02:45 -0400 (0:00:00.021) 0:03:27.772 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "(__mssql_server_packages not in ansible_facts.packages) or (mssql_upgrade | bool)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Configure the Microsoft SQL Server repo version 2017] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:327 Thursday 19 March 2026 18:02:45 -0400 (0:00:00.026) 0:03:27.798 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "ansible_facts[\"pkg_mgr\"] == \"zypper\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Configure to run as a confined application with SELinux] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:340 Thursday 19 March 2026 18:02:45 -0400 (0:00:00.021) 0:03:27.820 ******** ok: [managed-node3] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [fedora.linux_system_roles.mssql : Ensure the package mssql-server] ******* task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:345 Thursday 19 March 2026 18:02:48 -0400 (0:00:02.584) 0:03:30.404 ******** ok: [managed-node3] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [fedora.linux_system_roles.mssql : Check if the errorlog file exists and its location] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:350 Thursday 19 March 2026 18:02:50 -0400 (0:00:02.530) 0:03:32.935 ******** ok: [managed-node3] => { "changed": false, "cmd": "set -euo pipefail\nerrorlog=\"$(grep '^errorlogfile = ' /var/opt/mssql/mssql.conf \\\n| sed 's/errorlogfile : //')\" || :\nif [ -s \"${errorlog}\" ]; then\n echo \"${errorlog}\"\nelif [ -s /var/opt/mssql/log/errorlog ]; then\n echo /var/opt/mssql/log/errorlog\nelse\n echo \"\"\nfi\n", "delta": "0:00:00.005381", "end": "2026-03-19 18:02:50.929656", "rc": 0, "start": "2026-03-19 18:02:50.924275" } STDOUT: /var/opt/mssql/log/errorlog TASK [fedora.linux_system_roles.mssql : Check if mssql-server.service is enabled] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:367 Thursday 19 March 2026 18:02:50 -0400 (0:00:00.383) 0:03:33.319 ******** ok: [managed-node3] => { "changed": false, "cmd": [ "systemctl", "is-enabled", "mssql-server.service" ], "delta": "0:00:00.008054", "end": "2026-03-19 18:02:51.282069", "failed_when_result": false, "rc": 0, "start": "2026-03-19 18:02:51.274015" } STDOUT: enabled TASK [fedora.linux_system_roles.mssql : Check if mssql-server.service is running] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:374 Thursday 19 March 2026 18:02:51 -0400 (0:00:00.352) 0:03:33.671 ******** ok: [managed-node3] => { "changed": false, "cmd": [ "systemctl", "is-active", "mssql-server.service" ], "delta": "0:00:00.007657", "end": "2026-03-19 18:02:51.626952", "failed_when_result": false, "rc": 0, "start": "2026-03-19 18:02:51.619295" } STDOUT: active TASK [fedora.linux_system_roles.mssql : Set the __mssql_is_setup variable] ***** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:381 Thursday 19 March 2026 18:02:51 -0400 (0:00:00.358) 0:03:34.030 ******** ok: [managed-node3] => { "ansible_facts": { "__mssql_is_setup": true }, "changed": false } TASK [fedora.linux_system_roles.mssql : Verify that the variables required for setting up MSSQL are defined] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:388 Thursday 19 March 2026 18:02:51 -0400 (0:00:00.035) 0:03:34.065 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "not __mssql_is_setup", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Set up MSSQL] ************************** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:404 Thursday 19 March 2026 18:02:51 -0400 (0:00:00.027) 0:03:34.093 ******** skipping: [managed-node3] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.mssql : Ensure the directory and permissions for datadir and logdir] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:430 Thursday 19 March 2026 18:02:51 -0400 (0:00:00.020) 0:03:34.113 ******** skipping: [managed-node3] => (item={'path': None, 'mode': '755', 'setting': 'defaultdatadir'}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "item.path is not none", "item": { "mode": "755", "path": null, "setting": "defaultdatadir" }, "skip_reason": "Conditional result was False" } skipping: [managed-node3] => (item={'path': None, 'mode': '755', 'setting': 'defaultlogdir'}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "item.path is not none", "item": { "mode": "755", "path": null, "setting": "defaultlogdir" }, "skip_reason": "Conditional result was False" } skipping: [managed-node3] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.mssql : Set selinux role facts for ports] ****** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:445 Thursday 19 March 2026 18:02:51 -0400 (0:00:00.032) 0:03:34.146 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "mssql_manage_selinux | bool", "skip_reason": "Conditional result was False" } TASK [Ensure correct SELinux context for storage paths and ports] ************** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:459 Thursday 19 March 2026 18:02:51 -0400 (0:00:00.023) 0:03:34.169 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "mssql_manage_selinux | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Ensure that the tuned-profiles-mssql package is installed] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:470 Thursday 19 March 2026 18:02:51 -0400 (0:00:00.018) 0:03:34.187 ******** ok: [managed-node3] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [fedora.linux_system_roles.mssql : Ensure that the tuned service is started and enabled] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:476 Thursday 19 March 2026 18:02:54 -0400 (0:00:02.594) 0:03:36.782 ******** ok: [managed-node3] => { "changed": false, "enabled": true, "name": "tuned", "state": "started", "status": { "ActiveEnterTimestamp": "Thu 2026-03-19 17:39:06 EDT", "ActiveEnterTimestampMonotonic": "9228051", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "network.target polkit.service basic.target systemd-journald.socket dbus.socket dbus.service sysinit.target systemd-sysctl.service system.slice", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Thu 2026-03-19 17:39:05 EDT", "AssertTimestampMonotonic": "8496621", "Before": "multi-user.target shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "BusName": "com.redhat.tuned", "CPUAccounting": "no", "CPUAffinity": "", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Thu 2026-03-19 17:39:05 EDT", "ConditionTimestampMonotonic": "8496620", "ConfigurationDirectoryMode": "0755", "Conflicts": "auto-cpufreq.service shutdown.target tlp.service cpupower.service power-profiles-daemon.service", "ControlGroup": "/system.slice/tuned.service", "ControlPID": "0", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "no", "Description": "Dynamic System Tuning Daemon", "DevicePolicy": "auto", "Documentation": "man:tuned(8) man:tuned.conf(5) man:tuned-adm(8)", "DynamicUser": "no", "EffectiveCPUs": "", "EffectiveMemoryNodes": "", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "699", "ExecMainStartTimestamp": "Thu 2026-03-19 17:39:05 EDT", "ExecMainStartTimestampMonotonic": "8498444", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/sbin/tuned ; argv[]=/usr/sbin/tuned -l -P ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/tuned.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "IOWeight": "[not set]", "IPAccounting": "no", "IPEgressBytes": "18446744073709551615", "IPEgressPackets": "18446744073709551615", "IPIngressBytes": "18446744073709551615", "IPIngressPackets": "18446744073709551615", "Id": "tuned.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestamp": "Thu 2026-03-19 17:39:05 EDT", "InactiveExitTimestampMonotonic": "8498484", "InvocationID": "7e160c69f94c475dbdf7d52905683c56", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "0", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "65536", "LimitMEMLOCKSoft": "65536", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "262144", "LimitNOFILESoft": "1024", "LimitNPROC": "28608", "LimitNPROCSoft": "28608", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "28608", "LimitSIGPENDINGSoft": "28608", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "699", "MemoryAccounting": "yes", "MemoryCurrent": "21151744", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "MountFlags": "", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAMask": "", "NUMAPolicy": "n/a", "Names": "tuned.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PIDFile": "/run/tuned/tuned.pid", "PermissionsStartOnly": "no", "Perpetual": "no", "PrivateDevices": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "system.slice sysinit.target dbus.service dbus.socket", "Restart": "no", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestamp": "Thu 2026-03-19 17:39:06 EDT", "StateChangeTimestampMonotonic": "9228051", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SuccessAction": "none", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "4", "TasksMax": "45773", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "dbus", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "UtmpMode": "init", "WantedBy": "multi-user.target", "WatchdogTimestamp": "Thu 2026-03-19 17:39:06 EDT", "WatchdogTimestampMonotonic": "9228048", "WatchdogUSec": "0" } } TASK [fedora.linux_system_roles.mssql : Get the active Tuned profiles] ********* task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:483 Thursday 19 March 2026 18:02:55 -0400 (0:00:01.079) 0:03:37.861 ******** ok: [managed-node3] => { "changed": false, "content": "dmlydHVhbC1ndWVzdCBtc3NxbAo=", "encoding": "base64", "source": "/etc/tuned/active_profile" } TASK [fedora.linux_system_roles.mssql : Decode the active Tuned profiles] ****** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:489 Thursday 19 March 2026 18:02:55 -0400 (0:00:00.394) 0:03:38.256 ******** ok: [managed-node3] => { "ansible_facts": { "__mssql_tuned_active_profiles": "virtual-guest mssql" }, "changed": false } TASK [fedora.linux_system_roles.mssql : Attempt to add mssql to the list of Tuned profiles] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:502 Thursday 19 March 2026 18:02:55 -0400 (0:00:00.036) 0:03:38.293 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "\"mssql\" not in __mssql_tuned_active_profiles", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Remove troublemaking include from the mssql profile] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:514 Thursday 19 March 2026 18:02:55 -0400 (0:00:00.033) 0:03:38.327 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "\"mssql\" not in __mssql_tuned_active_profiles", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Add the fixed mssql profile to the list of Tuned profiles] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:523 Thursday 19 March 2026 18:02:56 -0400 (0:00:00.029) 0:03:38.357 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "\"mssql\" not in __mssql_tuned_active_profiles", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Attempt to add mssql to the list of Tuned profiles] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:540 Thursday 19 March 2026 18:02:56 -0400 (0:00:00.020) 0:03:38.377 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "not __mssql_is_booted | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Configure the Microsoft SQL Server Tools repository] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:548 Thursday 19 March 2026 18:02:56 -0400 (0:00:00.023) 0:03:38.401 ******** ok: [managed-node3] => { "changed": false, "repo": "packages-microsoft-com-prod", "state": "present" } TASK [fedora.linux_system_roles.mssql : Configure the Microsoft SQL Server Tools repository] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:556 Thursday 19 March 2026 18:02:56 -0400 (0:00:00.374) 0:03:38.775 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "ansible_facts[\"pkg_mgr\"] == \"zypper\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Ensure that SQL Server client tools are installed] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:565 Thursday 19 March 2026 18:02:56 -0400 (0:00:00.025) 0:03:38.800 ******** ok: [managed-node3] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [fedora.linux_system_roles.mssql : Reset certificate_requests] ************ task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:582 Thursday 19 March 2026 18:02:59 -0400 (0:00:02.546) 0:03:41.346 ******** fatal: [managed-node3]: FAILED! => {} MSG: The conditional check 'mssql_tls_certificates | length > 0' failed. The error was: error while evaluating conditional (mssql_tls_certificates | length > 0): [{'name': 'mssql_2019_cert', 'common_name': "{{ ansible_facts['default_ipv4']['address'] }}", 'ca': 'self-sign'}]: 'dict object' has no attribute 'default_ipv4'. 'dict object' has no attribute 'default_ipv4'. [{'name': 'mssql_2019_cert', 'common_name': "{{ ansible_facts['default_ipv4']['address'] }}", 'ca': 'self-sign'}]: 'dict object' has no attribute 'default_ipv4'. 'dict object' has no attribute 'default_ipv4' The error appears to be in '/tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml': line 580, column 11, but may be elsewhere in the file depending on the exact syntax problem. The offending line appears to be: - mssql_tls_enable | bool - mssql_tls_certificates | length > 0 ^ here TASK [Clean up after the role invocation] ************************************** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/tests/mssql/tests_tls_2017.yml:27 Thursday 19 March 2026 18:02:59 -0400 (0:00:00.040) 0:03:41.387 ******** included: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/cleanup.yml for managed-node3 TASK [Gather package facts] **************************************************** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/cleanup.yml:3 Thursday 19 March 2026 18:02:59 -0400 (0:00:00.055) 0:03:41.442 ******** ok: [managed-node3] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [Set role variables needed for cleanup] *********************************** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/cleanup.yml:7 Thursday 19 March 2026 18:03:00 -0400 (0:00:01.561) 0:03:43.003 ******** TASK [fedora.linux_system_roles.mssql : Ensure ansible_facts used by role] ***** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/set_vars.yml:3 Thursday 19 March 2026 18:03:00 -0400 (0:00:00.041) 0:03:43.045 ******** ok: [managed-node3] TASK [fedora.linux_system_roles.mssql : Set platform/version specific variables] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/set_vars.yml:8 Thursday 19 March 2026 18:03:01 -0400 (0:00:00.488) 0:03:43.534 ******** ok: [managed-node3] => (item=RedHat.yml) => { "ansible_facts": { "__mssql_client_repository": "https://packages.microsoft.com/rhel/9/prod/", "__mssql_confined_supported": true, "__mssql_server_repository": "https://packages.microsoft.com/rhel/9/mssql-server-{{ mssql_version | int }}/", "__mssql_supported_versions": [ 2022 ], "__mssql_tuned_supported": true }, "ansible_included_var_files": [ "/tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/vars/RedHat.yml" ], "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml" } skipping: [managed-node3] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__mssql_vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [managed-node3] => (item=CentOS_8.yml) => { "ansible_facts": { "__mssql_client_repository": "https://packages.microsoft.com/rhel/8/prod/", "__mssql_confined_supported": false, "__mssql_server_repository": "https://packages.microsoft.com/rhel/8/mssql-server-{{ mssql_version | int }}/", "__mssql_supported_versions": [ 2017, 2019, 2022 ] }, "ansible_included_var_files": [ "/tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } ok: [managed-node3] => (item=CentOS_8.yml) => { "ansible_facts": { "__mssql_client_repository": "https://packages.microsoft.com/rhel/8/prod/", "__mssql_confined_supported": false, "__mssql_server_repository": "https://packages.microsoft.com/rhel/8/mssql-server-{{ mssql_version | int }}/", "__mssql_supported_versions": [ 2017, 2019, 2022 ] }, "ansible_included_var_files": [ "/tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } TASK [fedora.linux_system_roles.mssql : Run systemctl] ************************* task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/set_vars.yml:22 Thursday 19 March 2026 18:03:01 -0400 (0:00:00.089) 0:03:43.623 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "__mssql_is_booted is not defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Require installed systemd] ************* task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/set_vars.yml:29 Thursday 19 March 2026 18:03:01 -0400 (0:00:00.032) 0:03:43.655 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "__mssql_is_booted is not defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Set flag to indicate that systemd runtime operations are available] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/set_vars.yml:34 Thursday 19 March 2026 18:03:01 -0400 (0:00:00.034) 0:03:43.689 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "__mssql_is_booted is not defined", "skip_reason": "Conditional result was False" } TASK [Purge cluster configuration] ********************************************* task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/cleanup.yml:13 Thursday 19 March 2026 18:03:01 -0400 (0:00:00.030) 0:03:43.720 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "ansible_facts.packages.pcs is defined", "skip_reason": "Conditional result was False" } TASK [Debug ansible_facts['python_version']] *********************************** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/cleanup.yml:21 Thursday 19 March 2026 18:03:01 -0400 (0:00:00.034) 0:03:43.754 ******** ok: [managed-node3] => { "ansible_facts['python_version']": "VARIABLE IS NOT DEFINED!: 'dict object' has no attribute 'python_version'. 'dict object' has no attribute 'python_version'" } TASK [Purge firewall configuration] ******************************************** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/cleanup.yml:25 Thursday 19 March 2026 18:03:01 -0400 (0:00:00.034) 0:03:43.789 ******** TASK [fedora.linux_system_roles.firewall : Set platform/version specific variables] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:2 Thursday 19 March 2026 18:03:01 -0400 (0:00:00.077) 0:03:43.866 ******** included: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml for managed-node3 TASK [fedora.linux_system_roles.firewall : Ensure ansible_facts used by role] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml:2 Thursday 19 March 2026 18:03:01 -0400 (0:00:00.033) 0:03:43.900 ******** ok: [managed-node3] TASK [fedora.linux_system_roles.firewall : Check if system is ostree] ********** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml:10 Thursday 19 March 2026 18:03:02 -0400 (0:00:00.511) 0:03:44.411 ******** ok: [managed-node3] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.firewall : Set flag to indicate system is ostree] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml:15 Thursday 19 March 2026 18:03:02 -0400 (0:00:00.374) 0:03:44.785 ******** ok: [managed-node3] => { "ansible_facts": { "__firewall_is_ostree": false }, "changed": false } TASK [fedora.linux_system_roles.firewall : Check if transactional-update exists in /sbin] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml:22 Thursday 19 March 2026 18:03:02 -0400 (0:00:00.054) 0:03:44.840 ******** ok: [managed-node3] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.firewall : Set flag if transactional-update exists] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml:27 Thursday 19 March 2026 18:03:02 -0400 (0:00:00.348) 0:03:45.188 ******** ok: [managed-node3] => { "ansible_facts": { "__firewall_is_transactional": false }, "changed": false } TASK [fedora.linux_system_roles.firewall : Set platform/version specific variables] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml:31 Thursday 19 March 2026 18:03:02 -0400 (0:00:00.025) 0:03:45.214 ******** skipping: [managed-node3] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node3] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node3] => (item=CentOS_8.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS_8.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node3] => (item=CentOS_8.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS_8.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node3] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.firewall : Setup firewalld] ******************** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:5 Thursday 19 March 2026 18:03:02 -0400 (0:00:00.048) 0:03:45.262 ******** included: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml for managed-node3 TASK [fedora.linux_system_roles.firewall : Run systemctl] ********************** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:5 Thursday 19 March 2026 18:03:02 -0400 (0:00:00.038) 0:03:45.301 ******** ok: [managed-node3] => { "changed": false, "cmd": [ "systemctl", "is-system-running" ], "delta": "0:00:00.007473", "end": "2026-03-19 18:03:03.271802", "failed_when_result": false, "rc": 0, "start": "2026-03-19 18:03:03.264329" } STDOUT: running TASK [fedora.linux_system_roles.firewall : Require installed systemd] ********** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:12 Thursday 19 March 2026 18:03:03 -0400 (0:00:00.361) 0:03:45.662 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "\"No such file or directory\" in __is_system_running.msg | d(\"\")", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Set flag to indicate that systemd runtime operations are available] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:17 Thursday 19 March 2026 18:03:03 -0400 (0:00:00.024) 0:03:45.687 ******** ok: [managed-node3] => { "ansible_facts": { "__firewall_is_booted": true }, "changed": false } TASK [fedora.linux_system_roles.firewall : Install firewalld] ****************** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:22 Thursday 19 March 2026 18:03:03 -0400 (0:00:00.027) 0:03:45.714 ******** ok: [managed-node3] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [fedora.linux_system_roles.firewall : Notify user that reboot is needed to apply changes] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:34 Thursday 19 March 2026 18:03:05 -0400 (0:00:02.570) 0:03:48.284 ******** skipping: [managed-node3] => { "false_condition": "__firewall_is_transactional | d(false)" } TASK [fedora.linux_system_roles.firewall : Reboot transactional update systems] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:39 Thursday 19 March 2026 18:03:05 -0400 (0:00:00.033) 0:03:48.318 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "__firewall_is_transactional | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Fail if reboot is needed and not set] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:44 Thursday 19 March 2026 18:03:06 -0400 (0:00:00.046) 0:03:48.364 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "__firewall_is_transactional | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Check which conflicting services are enabled] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:8 Thursday 19 March 2026 18:03:06 -0400 (0:00:00.033) 0:03:48.398 ******** skipping: [managed-node3] => (item=nftables) => { "ansible_loop_var": "item", "changed": false, "false_condition": "firewall_disable_conflicting_services | bool", "item": "nftables", "skip_reason": "Conditional result was False" } skipping: [managed-node3] => (item=iptables) => { "ansible_loop_var": "item", "changed": false, "false_condition": "firewall_disable_conflicting_services | bool", "item": "iptables", "skip_reason": "Conditional result was False" } skipping: [managed-node3] => (item=ufw) => { "ansible_loop_var": "item", "changed": false, "false_condition": "firewall_disable_conflicting_services | bool", "item": "ufw", "skip_reason": "Conditional result was False" } skipping: [managed-node3] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.firewall : Attempt to stop and disable conflicting services] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:17 Thursday 19 March 2026 18:03:06 -0400 (0:00:00.051) 0:03:48.449 ******** skipping: [managed-node3] => (item={'changed': False, 'skipped': True, 'skip_reason': 'Conditional result was False', 'false_condition': 'firewall_disable_conflicting_services | bool', 'item': 'nftables', 'ansible_loop_var': 'item'}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "firewall_disable_conflicting_services | bool", "item": { "ansible_loop_var": "item", "changed": false, "false_condition": "firewall_disable_conflicting_services | bool", "item": "nftables", "skip_reason": "Conditional result was False", "skipped": true }, "skip_reason": "Conditional result was False" } skipping: [managed-node3] => (item={'changed': False, 'skipped': True, 'skip_reason': 'Conditional result was False', 'false_condition': 'firewall_disable_conflicting_services | bool', 'item': 'iptables', 'ansible_loop_var': 'item'}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "firewall_disable_conflicting_services | bool", "item": { "ansible_loop_var": "item", "changed": false, "false_condition": "firewall_disable_conflicting_services | bool", "item": "iptables", "skip_reason": "Conditional result was False", "skipped": true }, "skip_reason": "Conditional result was False" } skipping: [managed-node3] => (item={'changed': False, 'skipped': True, 'skip_reason': 'Conditional result was False', 'false_condition': 'firewall_disable_conflicting_services | bool', 'item': 'ufw', 'ansible_loop_var': 'item'}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "firewall_disable_conflicting_services | bool", "item": { "ansible_loop_var": "item", "changed": false, "false_condition": "firewall_disable_conflicting_services | bool", "item": "ufw", "skip_reason": "Conditional result was False", "skipped": true }, "skip_reason": "Conditional result was False" } skipping: [managed-node3] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.firewall : Unmask firewalld service] *********** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:27 Thursday 19 March 2026 18:03:06 -0400 (0:00:00.070) 0:03:48.519 ******** ok: [managed-node3] => { "changed": false, "name": "firewalld", "status": { "ActiveEnterTimestamp": "Thu 2026-03-19 17:43:42 EDT", "ActiveEnterTimestampMonotonic": "284494270", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "sysinit.target basic.target system.slice dbus.service polkit.service dbus.socket", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Thu 2026-03-19 17:43:42 EDT", "AssertTimestampMonotonic": "284189417", "Before": "network-pre.target shutdown.target multi-user.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "BusName": "org.fedoraproject.FirewallD1", "CPUAccounting": "no", "CPUAffinity": "", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "yes", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Thu 2026-03-19 17:43:42 EDT", "ConditionTimestampMonotonic": "284189416", "ConfigurationDirectoryMode": "0755", "Conflicts": "nftables.service ipset.service shutdown.target iptables.service ebtables.service ip6tables.service", "ControlGroup": "/system.slice/firewalld.service", "ControlPID": "0", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "no", "Description": "firewalld - dynamic firewall daemon", "DevicePolicy": "auto", "Documentation": "man:firewalld(1)", "DynamicUser": "no", "EffectiveCPUs": "", "EffectiveMemoryNodes": "", "EnvironmentFiles": "/etc/sysconfig/firewalld (ignore_errors=yes)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "10495", "ExecMainStartTimestamp": "Thu 2026-03-19 17:43:42 EDT", "ExecMainStartTimestampMonotonic": "284190895", "ExecMainStatus": "0", "ExecReload": "{ path=/bin/kill ; argv[]=/bin/kill -HUP $MAINPID ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStart": "{ path=/usr/sbin/firewalld ; argv[]=/usr/sbin/firewalld --nofork --nopid $FIREWALLD_ARGS ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/firewalld.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "IOWeight": "[not set]", "IPAccounting": "no", "IPEgressBytes": "18446744073709551615", "IPEgressPackets": "18446744073709551615", "IPIngressBytes": "18446744073709551615", "IPIngressPackets": "18446744073709551615", "Id": "firewalld.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestamp": "Thu 2026-03-19 17:43:42 EDT", "InactiveExitTimestampMonotonic": "284190936", "InvocationID": "75e26920f08f4e99bac2c9b954afff6e", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "mixed", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "0", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "65536", "LimitMEMLOCKSoft": "65536", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "262144", "LimitNOFILESoft": "1024", "LimitNPROC": "28608", "LimitNPROCSoft": "28608", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "28608", "LimitSIGPENDINGSoft": "28608", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "10495", "MemoryAccounting": "yes", "MemoryCurrent": "46026752", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "MountFlags": "", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAMask": "", "NUMAPolicy": "n/a", "Names": "firewalld.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "Perpetual": "no", "PrivateDevices": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "dbus.socket system.slice sysinit.target", "Restart": "no", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "null", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "null", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestamp": "Thu 2026-03-19 17:43:42 EDT", "StateChangeTimestampMonotonic": "284494270", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SuccessAction": "none", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "3", "TasksMax": "45773", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "dbus", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "UtmpMode": "init", "WantedBy": "multi-user.target", "Wants": "network-pre.target", "WatchdogTimestamp": "Thu 2026-03-19 17:43:42 EDT", "WatchdogTimestampMonotonic": "284494266", "WatchdogUSec": "0" } } TASK [fedora.linux_system_roles.firewall : Enable and start firewalld service] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:33 Thursday 19 March 2026 18:03:06 -0400 (0:00:00.665) 0:03:49.185 ******** ok: [managed-node3] => { "changed": false, "enabled": true, "name": "firewalld", "state": "started", "status": { "ActiveEnterTimestamp": "Thu 2026-03-19 17:43:42 EDT", "ActiveEnterTimestampMonotonic": "284494270", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "sysinit.target basic.target system.slice dbus.service polkit.service dbus.socket", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Thu 2026-03-19 17:43:42 EDT", "AssertTimestampMonotonic": "284189417", "Before": "network-pre.target shutdown.target multi-user.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "BusName": "org.fedoraproject.FirewallD1", "CPUAccounting": "no", "CPUAffinity": "", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "yes", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Thu 2026-03-19 17:43:42 EDT", "ConditionTimestampMonotonic": "284189416", "ConfigurationDirectoryMode": "0755", "Conflicts": "nftables.service ipset.service shutdown.target iptables.service ebtables.service ip6tables.service", "ControlGroup": "/system.slice/firewalld.service", "ControlPID": "0", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "no", "Description": "firewalld - dynamic firewall daemon", "DevicePolicy": "auto", "Documentation": "man:firewalld(1)", "DynamicUser": "no", "EffectiveCPUs": "", "EffectiveMemoryNodes": "", "EnvironmentFiles": "/etc/sysconfig/firewalld (ignore_errors=yes)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "10495", "ExecMainStartTimestamp": "Thu 2026-03-19 17:43:42 EDT", "ExecMainStartTimestampMonotonic": "284190895", "ExecMainStatus": "0", "ExecReload": "{ path=/bin/kill ; argv[]=/bin/kill -HUP $MAINPID ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStart": "{ path=/usr/sbin/firewalld ; argv[]=/usr/sbin/firewalld --nofork --nopid $FIREWALLD_ARGS ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/firewalld.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "IOWeight": "[not set]", "IPAccounting": "no", "IPEgressBytes": "18446744073709551615", "IPEgressPackets": "18446744073709551615", "IPIngressBytes": "18446744073709551615", "IPIngressPackets": "18446744073709551615", "Id": "firewalld.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestamp": "Thu 2026-03-19 17:43:42 EDT", "InactiveExitTimestampMonotonic": "284190936", "InvocationID": "75e26920f08f4e99bac2c9b954afff6e", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "mixed", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "0", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "65536", "LimitMEMLOCKSoft": "65536", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "262144", "LimitNOFILESoft": "1024", "LimitNPROC": "28608", "LimitNPROCSoft": "28608", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "28608", "LimitSIGPENDINGSoft": "28608", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "10495", "MemoryAccounting": "yes", "MemoryCurrent": "46026752", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "MountFlags": "", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAMask": "", "NUMAPolicy": "n/a", "Names": "firewalld.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "Perpetual": "no", "PrivateDevices": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "dbus.socket system.slice sysinit.target", "Restart": "no", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "null", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "null", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestamp": "Thu 2026-03-19 17:43:42 EDT", "StateChangeTimestampMonotonic": "284494270", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SuccessAction": "none", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "3", "TasksMax": "45773", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "dbus", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "UtmpMode": "init", "WantedBy": "multi-user.target", "Wants": "network-pre.target", "WatchdogTimestamp": "Thu 2026-03-19 17:43:42 EDT", "WatchdogTimestampMonotonic": "284494266", "WatchdogUSec": "0" } } TASK [fedora.linux_system_roles.firewall : Check if previous replaced is defined] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:39 Thursday 19 March 2026 18:03:07 -0400 (0:00:00.633) 0:03:49.818 ******** ok: [managed-node3] => { "ansible_facts": { "__firewall_previous_replaced": true, "__firewall_python_cmd": "/usr/libexec/platform-python", "__firewall_report_changed": true }, "changed": false } TASK [fedora.linux_system_roles.firewall : Get config files, checksums before and remove] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:48 Thursday 19 March 2026 18:03:07 -0400 (0:00:00.035) 0:03:49.854 ******** ok: [managed-node3] => { "changed": false, "rc": 0 } STDERR: Shared connection to 10.31.41.11 closed. TASK [fedora.linux_system_roles.firewall : Tell firewall module it is able to report changed] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:61 Thursday 19 March 2026 18:03:07 -0400 (0:00:00.283) 0:03:50.137 ******** ok: [managed-node3] => { "ansible_facts": { "__firewall_report_changed": true }, "changed": false } TASK [fedora.linux_system_roles.firewall : Configure firewall] ***************** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:77 Thursday 19 March 2026 18:03:07 -0400 (0:00:00.036) 0:03:50.174 ******** skipping: [managed-node3] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.firewall : Gather firewall config information] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:130 Thursday 19 March 2026 18:03:07 -0400 (0:00:00.107) 0:03:50.281 ******** skipping: [managed-node3] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.firewall : Update firewalld_config fact] ******* task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:141 Thursday 19 March 2026 18:03:07 -0400 (0:00:00.036) 0:03:50.318 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "'detailed' in fw[0]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Gather firewall config if no arguments] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:150 Thursday 19 March 2026 18:03:08 -0400 (0:00:00.038) 0:03:50.356 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "firewall == None or firewall | length == 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Update firewalld_config fact] ******* task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:156 Thursday 19 March 2026 18:03:08 -0400 (0:00:00.032) 0:03:50.388 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "firewall == None or firewall | length == 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Get config files, checksums after] *** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:165 Thursday 19 March 2026 18:03:08 -0400 (0:00:00.033) 0:03:50.422 ******** ok: [managed-node3] => { "changed": false, "rc": 0 } STDERR: Shared connection to 10.31.41.11 closed. TASK [fedora.linux_system_roles.firewall : Calculate what has changed] ********* task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:176 Thursday 19 March 2026 18:03:08 -0400 (0:00:00.276) 0:03:50.699 ******** ok: [managed-node3] => { "ansible_facts": { "firewall_lib_result": { "changed": false } }, "changed": false } TASK [fedora.linux_system_roles.firewall : Show diffs] ************************* task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:182 Thursday 19 March 2026 18:03:08 -0400 (0:00:00.029) 0:03:50.728 ******** skipping: [managed-node3] => { "false_condition": "__firewall_debug | d(false)" } TASK [Purge selinux configuration] ********************************************* task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/cleanup.yml:33 Thursday 19 March 2026 18:03:08 -0400 (0:00:00.028) 0:03:50.756 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "mssql_manage_selinux | d(false) | bool", "skip_reason": "Conditional result was False" } TASK [Leave realm] ************************************************************* task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/cleanup.yml:40 Thursday 19 March 2026 18:03:08 -0400 (0:00:00.019) 0:03:50.776 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "ansible_facts.packages.realmd is defined", "skip_reason": "Conditional result was False" } TASK [Destroy Kerberos tickets] ************************************************ task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/cleanup.yml:48 Thursday 19 March 2026 18:03:08 -0400 (0:00:00.022) 0:03:50.798 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "ansible_facts.packages[\"krb5-workstation\"] is defined", "skip_reason": "Conditional result was False" } TASK [Remove related packages] ************************************************* task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/cleanup.yml:52 Thursday 19 March 2026 18:03:08 -0400 (0:00:00.021) 0:03:50.820 ******** changed: [managed-node3] => { "changed": true, "rc": 0, "results": [ "Removed: guile-5:2.0.14-7.el8.x86_64", "Removed: bzip2-1.0.6-26.el8.x86_64", "Removed: libtool-ltdl-2.4.6-25.el8.x86_64", "Removed: unixODBC-2.3.11-1.rh.x86_64", "Removed: unixODBC-devel-2.3.11-1.rh.x86_64", "Removed: python2-2.7.18-17.module_el8+770+d35395c9.x86_64", "Removed: python2-libs-2.7.18-17.module_el8+770+d35395c9.x86_64", "Removed: python2-pip-9.0.3-19.module_el8+570+db61b4f9.noarch", "Removed: python2-pip-wheel-9.0.3-19.module_el8+570+db61b4f9.noarch", "Removed: python2-setuptools-39.0.1-14.module_el8+733+876ccfdb.noarch", "Removed: python2-setuptools-wheel-39.0.1-14.module_el8+733+876ccfdb.noarch", "Removed: cyrus-sasl-2.1.27-6.el8_5.x86_64", "Removed: cyrus-sasl-gssapi-2.1.27-6.el8_5.x86_64", "Removed: lsof-4.93.2-1.el8.x86_64", "Removed: msodbcsql18-18.6.1.1-1.x86_64", "Removed: mssql-server-14.0.3520.4-1.x86_64", "Removed: libatomic-8.5.0-22.el8.x86_64", "Removed: libatomic_ops-7.6.2-3.el8.x86_64", "Removed: mssql-tools18-18.6.1.1-1.x86_64", "Removed: libbabeltrace-1.5.4-4.el8.x86_64", "Removed: gc-7.6.4-3.el8.x86_64", "Removed: gcc-gdb-plugin-8.5.0-22.el8.x86_64", "Removed: gdb-8.2-20.el8.x86_64", "Removed: gdb-headless-8.2-20.el8.x86_64", "Removed: libipt-1.6.1-8.el8.x86_64" ] } TASK [Remove related files] **************************************************** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/cleanup.yml:65 Thursday 19 March 2026 18:03:13 -0400 (0:00:04.957) 0:03:55.777 ******** changed: [managed-node3] => { "changed": true, "cmd": "rm -rfv /var/opt/mssql* /opt/mssql* /var/log/pacemaker/pacemaker.log /etc/yum.repos.d/packages-microsoft-com-* /tmp/*.j2_* /tmp/mssql_data /tmp/mssql_log /etc/systemd/system/mssql-server.service.d /etc/systemd/system/multi-user.target.wants/mssql-server.service", "delta": "0:00:00.009279", "end": "2026-03-19 18:03:13.735314", "rc": 0, "start": "2026-03-19 18:03:13.726035" } STDOUT: removed '/var/opt/mssql/mssql.conf' removed directory '/var/opt/mssql/.system/system/Temp' removed '/var/opt/mssql/.system/system/security.hiv' removed '/var/opt/mssql/.system/system/lsasetup.log' removed '/var/opt/mssql/.system/system/debug/PASSWD.LOG' removed directory '/var/opt/mssql/.system/system/debug' removed '/var/opt/mssql/.system/system/system32/Microsoft/Protect/S-1-5-18/User/4a54d82b-c443-41d5-8ef9-35a348d2613b' removed '/var/opt/mssql/.system/system/system32/Microsoft/Protect/S-1-5-18/User/Preferred' removed directory '/var/opt/mssql/.system/system/system32/Microsoft/Protect/S-1-5-18/User' removed directory '/var/opt/mssql/.system/system/system32/Microsoft/Protect/S-1-5-18' removed directory '/var/opt/mssql/.system/system/system32/Microsoft/Protect' removed directory '/var/opt/mssql/.system/system/system32/Microsoft' removed directory '/var/opt/mssql/.system/system/system32/LogFiles/Scm' removed directory '/var/opt/mssql/.system/system/system32/LogFiles' removed directory '/var/opt/mssql/.system/system/system32' removed '/var/opt/mssql/.system/system/licensing.hiv' removed '/var/opt/mssql/.system/system/lsa.hiv' removed directory '/var/opt/mssql/.system/system' removed directory '/var/opt/mssql/.system/profiles/Client/Desktop' removed directory '/var/opt/mssql/.system/profiles/Client/Documents' removed directory '/var/opt/mssql/.system/profiles/Client/Temp' removed directory '/var/opt/mssql/.system/profiles/Client/AppData/Local/Microsoft/Windows/Temporary Internet Files' removed directory '/var/opt/mssql/.system/profiles/Client/AppData/Local/Microsoft/Windows' removed directory '/var/opt/mssql/.system/profiles/Client/AppData/Local/Microsoft' removed directory '/var/opt/mssql/.system/profiles/Client/AppData/Local' removed directory '/var/opt/mssql/.system/profiles/Client/AppData/Roaming/Microsoft/SystemCertificates/My/Certificates' removed directory '/var/opt/mssql/.system/profiles/Client/AppData/Roaming/Microsoft/SystemCertificates/My/CRLs' removed directory '/var/opt/mssql/.system/profiles/Client/AppData/Roaming/Microsoft/SystemCertificates/My/CTLs' removed '/var/opt/mssql/.system/profiles/Client/AppData/Roaming/Microsoft/SystemCertificates/My/AppContainerUserCertRead' removed directory '/var/opt/mssql/.system/profiles/Client/AppData/Roaming/Microsoft/SystemCertificates/My' removed directory '/var/opt/mssql/.system/profiles/Client/AppData/Roaming/Microsoft/SystemCertificates' removed '/var/opt/mssql/.system/profiles/Client/AppData/Roaming/Microsoft/Crypto/RSA/S-1-5-21-1769033797-3869606822-4278437255-500/42e7704ae40b0d75de00736cc66b813a_b693af74-76ed-44ec-abfa-fa4c65a2b07e' removed directory '/var/opt/mssql/.system/profiles/Client/AppData/Roaming/Microsoft/Crypto/RSA/S-1-5-21-1769033797-3869606822-4278437255-500' removed directory '/var/opt/mssql/.system/profiles/Client/AppData/Roaming/Microsoft/Crypto/RSA' removed directory '/var/opt/mssql/.system/profiles/Client/AppData/Roaming/Microsoft/Crypto' removed '/var/opt/mssql/.system/profiles/Client/AppData/Roaming/Microsoft/Protect/S-1-5-21-1769033797-3869606822-4278437255-500/7f305d8e-f8d7-48af-87d9-3a135c652825' removed '/var/opt/mssql/.system/profiles/Client/AppData/Roaming/Microsoft/Protect/S-1-5-21-1769033797-3869606822-4278437255-500/Preferred' removed directory '/var/opt/mssql/.system/profiles/Client/AppData/Roaming/Microsoft/Protect/S-1-5-21-1769033797-3869606822-4278437255-500' removed '/var/opt/mssql/.system/profiles/Client/AppData/Roaming/Microsoft/Protect/CREDHIST' removed directory '/var/opt/mssql/.system/profiles/Client/AppData/Roaming/Microsoft/Protect' removed directory '/var/opt/mssql/.system/profiles/Client/AppData/Roaming/Microsoft' removed directory '/var/opt/mssql/.system/profiles/Client/AppData/Roaming' removed directory '/var/opt/mssql/.system/profiles/Client/AppData/LocalLow' removed directory '/var/opt/mssql/.system/profiles/Client/AppData' removed directory '/var/opt/mssql/.system/profiles/Client' removed directory '/var/opt/mssql/.system/profiles' removed '/var/opt/mssql/.system/programdata/Microsoft/NetFramework/BreadcrumbStore/Microsoft.Diagnostics.Tracing.EventSource, Version=1.1.26.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' removed '/var/opt/mssql/.system/programdata/Microsoft/NetFramework/BreadcrumbStore/Microsoft.Diagnostics.Tracing.EventSource, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' removed directory '/var/opt/mssql/.system/programdata/Microsoft/NetFramework/BreadcrumbStore' removed directory '/var/opt/mssql/.system/programdata/Microsoft/NetFramework' removed directory '/var/opt/mssql/.system/programdata/Microsoft' removed directory '/var/opt/mssql/.system/programdata' removed '/var/opt/mssql/.system/instance_id' removed directory '/var/opt/mssql/.system' removed '/var/opt/mssql/data/master.mdf' removed '/var/opt/mssql/data/mastlog.ldf' removed '/var/opt/mssql/data/model.mdf' removed '/var/opt/mssql/data/modellog.ldf' removed '/var/opt/mssql/data/msdbdata.mdf' removed '/var/opt/mssql/data/msdblog.ldf' removed '/var/opt/mssql/data/tempdb.mdf' removed '/var/opt/mssql/data/templog.ldf' removed directory '/var/opt/mssql/data' removed '/var/opt/mssql/log/sqlagentstartup.log' removed '/var/opt/mssql/log/HkEngineEventFile_0_134184312186840000.xel' removed '/var/opt/mssql/log/system_health_0_134184312192500000.xel' removed '/var/opt/mssql/log/HkEngineEventFile_0_134184312222280000.xel' removed '/var/opt/mssql/log/system_health_0_134184312225630000.xel' removed '/var/opt/mssql/log/log_1.trc' removed '/var/opt/mssql/log/HkEngineEventFile_0_134184312427460000.xel' removed '/var/opt/mssql/log/system_health_0_134184312429640000.xel' removed '/var/opt/mssql/log/log_2.trc' removed '/var/opt/mssql/log/HkEngineEventFile_0_134184312856510000.xel' removed '/var/opt/mssql/log/system_health_0_134184312859080000.xel' removed '/var/opt/mssql/log/log_3.trc' removed '/var/opt/mssql/log/HkEngineEventFile_0_134184313224320000.xel' removed '/var/opt/mssql/log/system_health_0_134184313226580000.xel' removed '/var/opt/mssql/log/log_4.trc' removed '/var/opt/mssql/log/errorlog.6' removed '/var/opt/mssql/log/errorlog.5' removed '/var/opt/mssql/log/errorlog.4' removed '/var/opt/mssql/log/errorlog.3' removed '/var/opt/mssql/log/errorlog.2' removed '/var/opt/mssql/log/errorlog.1' removed '/var/opt/mssql/log/errorlog' removed '/var/opt/mssql/log/HkEngineEventFile_0_134184313571980000.xel' removed '/var/opt/mssql/log/system_health_0_134184313574570000.xel' removed '/var/opt/mssql/log/log_5.trc' removed directory '/var/opt/mssql/log' removed '/var/opt/mssql/secrets/machine-key' removed directory '/var/opt/mssql/secrets' removed directory '/var/opt/mssql' removed directory '/opt/mssql' removed directory '/opt/mssql-tools18' removed '/etc/yum.repos.d/packages-microsoft-com-mssql-server-2017.repo' removed '/etc/yum.repos.d/packages-microsoft-com-prod.repo' removed '/etc/systemd/system/mssql-server.service.d/startlimit.conf' removed directory '/etc/systemd/system/mssql-server.service.d' TASK [Stop the mssql-server service] ******************************************* task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/cleanup.yml:80 Thursday 19 March 2026 18:03:13 -0400 (0:00:00.368) 0:03:56.145 ******** ok: [managed-node3] => { "changed": false, "cmd": "systemctl stop mssql-server || true", "delta": "0:00:00.010204", "end": "2026-03-19 18:03:14.117839", "rc": 0, "start": "2026-03-19 18:03:14.107635" } STDERR: Failed to stop mssql-server.service: Unit mssql-server.service not loaded. TASK [Get SELinux policy modules] ********************************************** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/cleanup.yml:85 Thursday 19 March 2026 18:03:14 -0400 (0:00:00.374) 0:03:56.520 ******** ok: [managed-node3] => { "changed": false, "cmd": [ "semodule", "-l" ], "delta": "0:00:00.008366", "end": "2026-03-19 18:03:14.511533", "rc": 0, "start": "2026-03-19 18:03:14.503167" } STDOUT: abrt accountsd acct afs aiccu aide ajaxterm alsa amanda amtu anaconda antivirus apache apcupsd apm application arpwatch asterisk auditadm authconfig authlogin automount avahi awstats bacula base bcfg2 bind bitlbee blkmapd blueman bluetooth boinc boltd bootloader brctl brltty bugzilla bumblebee cachefilesd calamaris callweaver canna ccs cdrecord certmaster certmonger certwatch cfengine cgdcbxd cgroup chrome chronyd cinder cipe clock clogd cloudform cmirrord cobbler cockpit collectd colord comsat condor conman conntrackd consolekit couchdb courier cpucontrol cpufreqselector cpuplug cron ctdb cups cvs cyphesis cyrus daemontools dbadm dbskk dbus dcc ddclient denyhosts devicekit dhcp dictd dirsrv dirsrv-admin dmesg dmidecode dnsmasq dnssec dovecot drbd dspam entropyd exim fail2ban fcoe fetchmail finger firewalld firewallgui firstboot fprintd freeipmi freqset fstools ftp fwupd games gdomap geoclue getty git gitosis glance gnome gpg gpm gpsd gssproxy guest hddtemp hostapd hostname hsqldb hwloc hypervkvp ibacm icecast inetd init inn insights_client iodine iotop ipmievd ipsec iptables irc irqbalance iscsi isns jabber jetty jockey journalctl kdbus kdump kdumpgui keepalived kerberos keyboardd keystone kismet kmscon kpatch ksmtuned ktalk l2tp ldap libraries likewise linuxptp lircd livecd lldpad loadkeys locallogin lockdev logadm logging logrotate logwatch lpd lsm lttng-tools lvm mailman mailscanner man2html mandb mcelog mediawiki memcached milter minidlna minissdpd mip6d mirrormanager miscfiles mock modemmanager modutils mojomojo mon_statd mongodb motion mount mozilla mpd mplayer mrtg mta munin mysql mythtv naemon nagios namespace ncftool netlabel netutils networkmanager ninfod nis nova nscd nsd nslcd ntop ntp numad nut nx obex oddjob opafm openct opendnssec openfortivpn openhpid openshift openshift-origin opensm openvpn openvswitch openwsman oracleasm osad pads passenger pcmcia pcp pcscd pdns pegasus permissivedomains pesign pingd piranha pkcs pkcs11proxyd pki plymouthd podsleuth policykit polipo portmap portreserve postfix postgresql postgrey ppp prelink prelude privoxy procmail prosody psad ptchown publicfile pulseaudio puppet pwauth qmail qpid quantum quota rabbitmq radius radvd raid rasdaemon rdisc readahead realmd redis remotelogin restraint rhcs rhev rhgb rhnsd rhsmcertd rhts ricci rkhunter rkt rlogin rngd rolekit roundup rpc rpcbind rpm rrdcached rshd rssh rsync rtas rtkit rwho samba sambagui sandboxX sanlock sasl sbd sblim screen secadm sectoolm selinuxutil sendmail sensord setrans setroubleshoot seunshare sge shorewall slocate slpd smartmon smokeping smoltclient smsd snapper snmp snort sosreport soundserver spamassassin speech-dispatcher squid ssh sslh sssd staff stapserver stratisd stunnel su sudo svnserve swift sysadm sysadm_secadm sysnetwork sysstat systemd tangd targetd tcpd tcsd telepathy telnet tftp tgtd thin thumb timedatex tlp tmpreaper tomcat tor tuned tvtime udev ulogd uml unconfined unconfineduser unlabelednet unprivuser updfstab usbmodules usbmuxd userdomain userhelper usermanage usernetctl uucp uuidd varnishd vdagent vhostmd virt vlock vmtools vmware vnstatd vpn w3c watchdog wdmd webadm webalizer wine wireshark xen xguest xserver zabbix zarafa zebra zoneminder zosremote TASK [Ensure that semanage command is available] ******************************* task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/cleanup.yml:91 Thursday 19 March 2026 18:03:14 -0400 (0:00:00.385) 0:03:56.906 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "'mssql' in __mssql_policy_loaded.stdout_lines", "skip_reason": "Conditional result was False" } TASK [Hack around broken mssql SELinux profile and actually remove it] ********* task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/cleanup.yml:99 Thursday 19 March 2026 18:03:14 -0400 (0:00:00.018) 0:03:56.925 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "'mssql' in __mssql_policy_loaded.stdout_lines", "skip_reason": "Conditional result was False" } TASK [Check for leftover mssql processes] ************************************** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/cleanup.yml:108 Thursday 19 March 2026 18:03:14 -0400 (0:00:00.020) 0:03:56.945 ******** ok: [managed-node3] => { "changed": false, "cmd": [ "pgrep", "-au", "mssql" ], "delta": "0:00:00.006078", "end": "2026-03-19 18:03:14.929497", "failed_when_result": false, "rc": 1, "start": "2026-03-19 18:03:14.923419" } MSG: non-zero return code TASK [Kill leftover mssql processes] ******************************************* task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/cleanup.yml:115 Thursday 19 March 2026 18:03:14 -0400 (0:00:00.375) 0:03:57.320 ******** skipping: [managed-node3] => { "changed": false, "false_condition": "__mssql_processes.rc == 0", "skip_reason": "Conditional result was False" } TASK [Remove system user] ****************************************************** task path: /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/cleanup.yml:120 Thursday 19 March 2026 18:03:15 -0400 (0:00:00.020) 0:03:57.340 ******** changed: [managed-node3] => { "changed": true, "force": false, "name": "mssql", "remove": true, "state": "absent" } STDERR: userdel: mssql mail spool (/var/spool/mail/mssql) not found userdel: mssql home directory (/var/opt/mssql) not found PLAY RECAP ********************************************************************* managed-node3 : ok=328 changed=43 unreachable=0 failed=1 skipped=703 rescued=0 ignored=0 SYSTEM ROLES ERRORS BEGIN v1 [ { "ansible_version": "2.16.17", "end_time": "2026-03-19T22:02:59.038588+00:00Z", "host": "managed-node3", "message": "The conditional check 'mssql_tls_certificates | length > 0' failed. The error was: error while evaluating conditional (mssql_tls_certificates | length > 0): [{'name': 'mssql_2019_cert', 'common_name': \"{{ ansible_facts['default_ipv4']['address'] }}\", 'ca': 'self-sign'}]: 'dict object' has no attribute 'default_ipv4'. 'dict object' has no attribute 'default_ipv4'. [{'name': 'mssql_2019_cert', 'common_name': \"{{ ansible_facts['default_ipv4']['address'] }}\", 'ca': 'self-sign'}]: 'dict object' has no attribute 'default_ipv4'. 'dict object' has no attribute 'default_ipv4'\n\nThe error appears to be in '/tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml': line 580, column 11, but may\nbe elsewhere in the file depending on the exact syntax problem.\n\nThe offending line appears to be:\n\n - mssql_tls_enable | bool\n - mssql_tls_certificates | length > 0\n ^ here\n", "start_time": "2026-03-19T22:02:59.009274+00:00Z", "task_name": "Reset certificate_requests", "task_path": "/tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:582" } ] SYSTEM ROLES ERRORS END v1 TASKS RECAP ******************************************************************** Thursday 19 March 2026 18:03:15 -0400 (0:00:00.657) 0:03:57.998 ******** =============================================================================== fedora.linux_system_roles.mssql : Ensure the package mssql-server ------ 41.51s /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:345 Remove related packages ------------------------------------------------- 4.96s /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/cleanup.yml:52 fedora.linux_system_roles.mssql : Set up MSSQL -------------------------- 4.55s /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:404 fedora.linux_system_roles.mssql : Ensure that SQL Server client tools are installed --- 3.70s /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:565 fedora.linux_system_roles.mssql : Ensure that the tuned-profiles-mssql package is installed --- 3.03s /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:470 fedora.linux_system_roles.mssql : Configure to run as a confined application with SELinux --- 2.68s /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:340 fedora.linux_system_roles.mssql : Configure to run as a confined application with SELinux --- 2.66s /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:340 fedora.linux_system_roles.mssql : Ensure that SQL Server client tools are installed --- 2.65s /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:565 Ensure the openssl package ---------------------------------------------- 2.63s /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/tests_tls.yml:5 fedora.linux_system_roles.mssql : Ensure the package mssql-server ------- 2.60s /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:345 fedora.linux_system_roles.mssql : Ensure that the tuned-profiles-mssql package is installed --- 2.59s /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:470 fedora.linux_system_roles.mssql : Configure to run as a confined application with SELinux --- 2.59s /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:340 fedora.linux_system_roles.mssql : Configure to run as a confined application with SELinux --- 2.58s /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:340 fedora.linux_system_roles.mssql : Ensure that the tuned-profiles-mssql package is installed --- 2.58s /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:470 fedora.linux_system_roles.mssql : Configure to run as a confined application with SELinux --- 2.58s /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:340 fedora.linux_system_roles.firewall : Install firewalld ------------------ 2.57s /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:22 fedora.linux_system_roles.mssql : Ensure the package mssql-server ------- 2.57s /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:345 fedora.linux_system_roles.mssql : Ensure that SQL Server client tools are installed --- 2.56s /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:565 fedora.linux_system_roles.mssql : Ensure that SQL Server client tools are installed --- 2.55s /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:565 fedora.linux_system_roles.mssql : Ensure that the tuned-profiles-mssql package is installed --- 2.55s /tmp/collections-Vfr/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:470 -- Logs begin at Thu 2026-03-19 17:38:57 EDT, end at Thu 2026-03-19 18:03:16 EDT. -- Mar 19 17:59:17 managed-node3 systemd-logind[615]: New session 13 of user root. -- Subject: A new session 13 has been created for user root -- Defined-By: systemd -- Support: https://access.redhat.com/support -- Documentation: https://www.freedesktop.org/wiki/Software/systemd/multiseat -- -- A new session with the ID 13 has been created for the user root. -- -- The leading process of the session is 104466. Mar 19 17:59:17 managed-node3 systemd[1]: Started Session 13 of user root. -- Subject: Unit session-13.scope has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit session-13.scope has finished starting up. -- -- The start-up result is done. Mar 19 17:59:17 managed-node3 sshd[104466]: pam_unix(sshd:session): session opened for user root by (uid=0) Mar 19 17:59:17 managed-node3 sshd[104469]: Received disconnect from 10.31.43.194 port 51064:11: disconnected by user Mar 19 17:59:17 managed-node3 sshd[104469]: Disconnected from user root 10.31.43.194 port 51064 Mar 19 17:59:17 managed-node3 sshd[104466]: pam_unix(sshd:session): session closed for user root Mar 19 17:59:17 managed-node3 systemd-logind[615]: Session 13 logged out. Waiting for processes to exit. Mar 19 17:59:17 managed-node3 systemd[1]: session-13.scope: Succeeded. -- Subject: Unit succeeded -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- The unit session-13.scope has successfully entered the 'dead' state. Mar 19 17:59:17 managed-node3 systemd-logind[615]: Removed session 13. -- Subject: Session 13 has been terminated -- Defined-By: systemd -- Support: https://access.redhat.com/support -- Documentation: https://www.freedesktop.org/wiki/Software/systemd/multiseat -- -- A session with the ID 13 has been terminated. Mar 19 17:59:17 managed-node3 sshd[104492]: Accepted publickey for root from 10.31.43.194 port 51068 ssh2: RSA SHA256:9j1blwt3wcrRiGYZQ7ZGu9axm3cDklH6/z4c+Ee8CzE Mar 19 17:59:17 managed-node3 systemd-logind[615]: New session 14 of user root. -- Subject: A new session 14 has been created for user root -- Defined-By: systemd -- Support: https://access.redhat.com/support -- Documentation: https://www.freedesktop.org/wiki/Software/systemd/multiseat -- -- A new session with the ID 14 has been created for the user root. -- -- The leading process of the session is 104492. Mar 19 17:59:17 managed-node3 systemd[1]: Started Session 14 of user root. -- Subject: Unit session-14.scope has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit session-14.scope has finished starting up. -- -- The start-up result is done. Mar 19 17:59:17 managed-node3 sshd[104492]: pam_unix(sshd:session): session opened for user root by (uid=0) Mar 19 17:59:17 managed-node3 sshd[104495]: Received disconnect from 10.31.43.194 port 51068:11: disconnected by user Mar 19 17:59:17 managed-node3 sshd[104495]: Disconnected from user root 10.31.43.194 port 51068 Mar 19 17:59:17 managed-node3 sshd[104492]: pam_unix(sshd:session): session closed for user root Mar 19 17:59:17 managed-node3 systemd-logind[615]: Session 14 logged out. Waiting for processes to exit. Mar 19 17:59:17 managed-node3 systemd[1]: session-14.scope: Succeeded. -- Subject: Unit succeeded -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- The unit session-14.scope has successfully entered the 'dead' state. Mar 19 17:59:17 managed-node3 systemd-logind[615]: Removed session 14. -- Subject: Session 14 has been terminated -- Defined-By: systemd -- Support: https://access.redhat.com/support -- Documentation: https://www.freedesktop.org/wiki/Software/systemd/multiseat -- -- A session with the ID 14 has been terminated. Mar 19 17:59:18 managed-node3 platform-python[104657]: ansible-ansible.legacy.setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Mar 19 17:59:19 managed-node3 platform-python[104811]: ansible-setup Invoked with gather_subset=['min'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Mar 19 17:59:20 managed-node3 platform-python[104940]: ansible-ansible.legacy.dnf Invoked with name=['openssl'] state=present allow_downgrade=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 allowerasing=False nobest=False use_backend=auto conf_file=None disable_excludes=None download_dir=None list=None releasever=None Mar 19 17:59:22 managed-node3 platform-python[105064]: ansible-tempfile Invoked with state=file prefix=ansible. suffix= path=None Mar 19 17:59:22 managed-node3 platform-python[105187]: ansible-tempfile Invoked with state=file prefix=ansible. suffix= path=None Mar 19 17:59:23 managed-node3 platform-python[105434]: ansible-ansible.legacy.command Invoked with _raw_params=openssl req -x509 -nodes -newkey rsa:2048 -subj "/CN=10.31.41.11" -out /tmp/ansible.0tjtul87 -keyout /tmp/ansible.jipttvo0 -days 365 _uses_shell=False expand_argument_vars=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Mar 19 17:59:24 managed-node3 platform-python[105558]: ansible-ansible.legacy.stat Invoked with path=/tmp/ansible.0tjtul87 follow=True get_checksum=True checksum_algorithm=sha1 get_mime=True get_attributes=True Mar 19 17:59:24 managed-node3 platform-python[105701]: ansible-ansible.legacy.stat Invoked with path=/tmp/ansible.jipttvo0 follow=True get_checksum=True checksum_algorithm=sha1 get_mime=True get_attributes=True Mar 19 17:59:26 managed-node3 platform-python[105883]: ansible-setup Invoked with gather_subset=['!all', '!min', 'os_family', 'pkg_mgr', 'distribution_version', 'distribution', 'distribution_major_version'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Mar 19 17:59:26 managed-node3 platform-python[106010]: ansible-ansible.legacy.command Invoked with _raw_params=systemctl is-system-running _uses_shell=False expand_argument_vars=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Mar 19 17:59:29 managed-node3 platform-python[106259]: ansible-rpm_key Invoked with key=https://packages.microsoft.com/keys/microsoft.asc state=present validate_certs=True fingerprint=None Mar 19 17:59:30 managed-node3 platform-python[106389]: ansible-yum_repository Invoked with name=packages-microsoft-com-mssql-server-2017 description=Microsoft SQL Server 2017 baseurl=['https://packages.microsoft.com/rhel/8/mssql-server-2017/'] gpgcheck=True reposdir=/etc/yum.repos.d state=present unsafe_writes=False bandwidth=None cost=None deltarpm_metadata_percentage=None deltarpm_percentage=None enabled=None enablegroups=None exclude=None failovermethod=None file=None gpgcakey=None gpgkey=None module_hotfixes=None http_caching=None include=None includepkgs=None ip_resolve=None keepalive=None keepcache=None metadata_expire=None metadata_expire_filter=None metalink=None mirrorlist=None mirrorlist_expire=None password=NOT_LOGGING_PARAMETER priority=None protect=None proxy=None proxy_password=NOT_LOGGING_PARAMETER proxy_username=None repo_gpgcheck=None retries=None s3_enabled=None skip_if_unavailable=None sslcacert=None ssl_check_cert_permissions=None sslclientcert=None sslclientkey=None sslverify=None throttle=None timeout=None ui_repoid_vars=None username=None async=None mode=None owner=None group=None seuser=None serole=None selevel=None setype=None attributes=None Mar 19 17:59:30 managed-node3 platform-python[106512]: ansible-ansible.legacy.dnf Invoked with name=['mssql-server-selinux'] state=absent allow_downgrade=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 allowerasing=False nobest=False use_backend=auto conf_file=None disable_excludes=None download_dir=None list=None releasever=None Mar 19 17:59:33 managed-node3 platform-python[106637]: ansible-ansible.legacy.dnf Invoked with name=['mssql-server'] state=present allow_downgrade=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 allowerasing=False nobest=False use_backend=auto conf_file=None disable_excludes=None download_dir=None list=None releasever=None Mar 19 17:59:50 managed-node3 systemd[1]: Reloading. Mar 19 18:00:13 managed-node3 systemd[1]: Reloading. Mar 19 18:00:13 managed-node3 systemd[1]: Started /usr/bin/systemctl start man-db-cache-update. -- Subject: Unit run-r7f0f0ec1af7d4ed3acef21a7868731d0.service has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit run-r7f0f0ec1af7d4ed3acef21a7868731d0.service has finished starting up. -- -- The start-up result is done. Mar 19 18:00:13 managed-node3 systemd[1]: Starting man-db-cache-update.service... -- Subject: Unit man-db-cache-update.service has begun start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit man-db-cache-update.service has begun starting up. Mar 19 18:00:13 managed-node3 systemd[1]: Reloading. Mar 19 18:00:14 managed-node3 systemd[1]: man-db-cache-update.service: Succeeded. -- Subject: Unit succeeded -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- The unit man-db-cache-update.service has successfully entered the 'dead' state. Mar 19 18:00:14 managed-node3 systemd[1]: Started man-db-cache-update.service. -- Subject: Unit man-db-cache-update.service has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit man-db-cache-update.service has finished starting up. -- -- The start-up result is done. Mar 19 18:00:14 managed-node3 systemd[1]: run-r7f0f0ec1af7d4ed3acef21a7868731d0.service: Succeeded. -- Subject: Unit succeeded -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- The unit run-r7f0f0ec1af7d4ed3acef21a7868731d0.service has successfully entered the 'dead' state. Mar 19 18:00:14 managed-node3 platform-python[107314]: ansible-ansible.legacy.command Invoked with _raw_params=set -euo pipefail errorlog="$(grep '^errorlogfile = ' /var/opt/mssql/mssql.conf \ | sed 's/errorlogfile : //')" || : if [ -s "${errorlog}" ]; then echo "${errorlog}" elif [ -s /var/opt/mssql/log/errorlog ]; then echo /var/opt/mssql/log/errorlog else echo "" fi _uses_shell=True expand_argument_vars=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Mar 19 18:00:15 managed-node3 platform-python[107441]: ansible-ansible.legacy.command Invoked with _raw_params=systemctl is-enabled mssql-server.service _uses_shell=False expand_argument_vars=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Mar 19 18:00:15 managed-node3 platform-python[107565]: ansible-ansible.legacy.command Invoked with _raw_params=systemctl is-active mssql-server.service _uses_shell=False expand_argument_vars=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Mar 19 18:00:16 managed-node3 groupadd[107696]: group added to /etc/group: name=mssql, GID=989 Mar 19 18:00:16 managed-node3 groupadd[107696]: group added to /etc/gshadow: name=mssql Mar 19 18:00:16 managed-node3 groupadd[107696]: new group: name=mssql, GID=989 Mar 19 18:00:16 managed-node3 useradd[107704]: new user: name=mssql, UID=993, GID=989, home=/var/opt/mssql, shell=/bin/bash Mar 19 18:00:16 managed-node3 su[107723]: (to mssql) root on pts/0 Mar 19 18:00:16 managed-node3 su[107723]: pam_unix(su:session): session opened for user mssql by root(uid=0) Mar 19 18:00:20 managed-node3 su[107723]: pam_unix(su:session): session closed for user mssql Mar 19 18:00:20 managed-node3 systemd[1]: Started Microsoft SQL Server Database Engine. -- Subject: Unit mssql-server.service has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit mssql-server.service has finished starting up. -- -- The start-up result is done. Mar 19 18:00:20 managed-node3 systemd[1]: Reloading. Mar 19 18:00:20 managed-node3 platform-python[108049]: ansible-ansible.legacy.dnf Invoked with name=['tuned-profiles-mssql'] state=present allow_downgrade=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 allowerasing=False nobest=False use_backend=auto conf_file=None disable_excludes=None download_dir=None list=None releasever=None Mar 19 18:00:21 managed-node3 sqlservr[107928]: 2026-03-19 18:00:21.95 Server Microsoft SQL Server 2017 (RTM-CU31-GDR) (KB5077471) - 14.0.3520.4 (X64) Mar 19 18:00:21 managed-node3 sqlservr[107928]: [29B blob data] Mar 19 18:00:21 managed-node3 sqlservr[107928]: [49B blob data] Mar 19 18:00:21 managed-node3 sqlservr[107928]: [74B blob data] Mar 19 18:00:21 managed-node3 sqlservr[107928]: [57B blob data] Mar 19 18:00:21 managed-node3 sqlservr[107928]: [62B blob data] Mar 19 18:00:21 managed-node3 sqlservr[107928]: [56B blob data] Mar 19 18:00:21 managed-node3 sqlservr[107928]: [61B blob data] Mar 19 18:00:21 managed-node3 sqlservr[107928]: [102B blob data] Mar 19 18:00:21 managed-node3 sqlservr[107928]: [64B blob data] Mar 19 18:00:21 managed-node3 sqlservr[107928]: [43B blob data] Mar 19 18:00:21 managed-node3 sqlservr[107928]: [44B blob data] Mar 19 18:00:21 managed-node3 sqlservr[107928]: [40B blob data] Mar 19 18:00:21 managed-node3 sqlservr[107928]: [274B blob data] Mar 19 18:00:21 managed-node3 sqlservr[107928]: [155B blob data] Mar 19 18:00:21 managed-node3 sqlservr[107928]: [122B blob data] Mar 19 18:00:21 managed-node3 sqlservr[107928]: [84B blob data] Mar 19 18:00:21 managed-node3 sqlservr[107928]: [69B blob data] Mar 19 18:00:22 managed-node3 sqlservr[107928]: [102B blob data] Mar 19 18:00:22 managed-node3 sqlservr[107928]: [115B blob data] Mar 19 18:00:22 managed-node3 sqlservr[107928]: [130B blob data] Mar 19 18:00:22 managed-node3 sqlservr[107928]: [557B blob data] Mar 19 18:00:22 managed-node3 sqlservr[107928]: [86B blob data] Mar 19 18:00:22 managed-node3 sqlservr[107928]: [118B blob data] Mar 19 18:00:22 managed-node3 sqlservr[107928]: [281B blob data] Mar 19 18:00:22 managed-node3 sqlservr[107928]: [212B blob data] Mar 19 18:00:22 managed-node3 sqlservr[107928]: [81B blob data] Mar 19 18:00:22 managed-node3 sqlservr[107928]: [274B blob data] Mar 19 18:00:22 managed-node3 sqlservr[107928]: [41B blob data] Mar 19 18:00:22 managed-node3 sqlservr[107928]: [71B blob data] Mar 19 18:00:22 managed-node3 sqlservr[107928]: [66B blob data] Mar 19 18:00:22 managed-node3 sqlservr[107928]: [50B blob data] Mar 19 18:00:22 managed-node3 sqlservr[107928]: [161B blob data] Mar 19 18:00:22 managed-node3 sqlservr[107928]: [157B blob data] Mar 19 18:00:22 managed-node3 sqlservr[107928]: [161B blob data] Mar 19 18:00:22 managed-node3 sqlservr[107928]: [80B blob data] Mar 19 18:00:22 managed-node3 sqlservr[107928]: [138B blob data] Mar 19 18:00:22 managed-node3 sqlservr[107928]: [138B blob data] Mar 19 18:00:22 managed-node3 sqlservr[107928]: [77B blob data] Mar 19 18:00:22 managed-node3 sqlservr[107928]: [134B blob data] Mar 19 18:00:22 managed-node3 sqlservr[107928]: [159B blob data] Mar 19 18:00:22 managed-node3 sqlservr[107928]: [79B blob data] Mar 19 18:00:22 managed-node3 sqlservr[107928]: [64B blob data] Mar 19 18:00:22 managed-node3 sqlservr[107928]: [153B blob data] Mar 19 18:00:22 managed-node3 sqlservr[107928]: [217B blob data] Mar 19 18:00:22 managed-node3 sqlservr[107928]: [65B blob data] Mar 19 18:00:22 managed-node3 sqlservr[107928]: [158B blob data] Mar 19 18:00:22 managed-node3 sqlservr[107928]: [155B blob data] Mar 19 18:00:22 managed-node3 sqlservr[107928]: [62B blob data] Mar 19 18:00:22 managed-node3 sqlservr[107928]: [61B blob data] Mar 19 18:00:22 managed-node3 sqlservr[107928]: [104B blob data] Mar 19 18:00:22 managed-node3 sqlservr[107928]: [80B blob data] Mar 19 18:00:22 managed-node3 sqlservr[107928]: [80B blob data] Mar 19 18:00:22 managed-node3 sqlservr[107928]: [78B blob data] Mar 19 18:00:22 managed-node3 sqlservr[107928]: [84B blob data] Mar 19 18:00:22 managed-node3 sqlservr[107928]: [122B blob data] Mar 19 18:00:22 managed-node3 sqlservr[107928]: [145B blob data] Mar 19 18:00:22 managed-node3 sqlservr[107928]: [66B blob data] Mar 19 18:00:23 managed-node3 sqlservr[107928]: [75B blob data] Mar 19 18:00:23 managed-node3 sqlservr[107928]: [96B blob data] Mar 19 18:00:23 managed-node3 sqlservr[107928]: [100B blob data] Mar 19 18:00:23 managed-node3 sqlservr[107928]: [71B blob data] Mar 19 18:00:23 managed-node3 sqlservr[107928]: [124B blob data] Mar 19 18:00:23 managed-node3 platform-python[108309]: ansible-ansible.legacy.setup Invoked with gather_subset=['!all'] filter=['ansible_service_mgr'] gather_timeout=10 fact_path=/etc/ansible/facts.d Mar 19 18:00:24 managed-node3 platform-python[108377]: ansible-ansible.legacy.systemd Invoked with name=tuned state=started enabled=True daemon_reload=False daemon_reexec=False scope=system no_block=False force=None masked=None Mar 19 18:00:25 managed-node3 platform-python[108504]: ansible-slurp Invoked with path=/etc/tuned/active_profile src=/etc/tuned/active_profile Mar 19 18:00:25 managed-node3 platform-python[108627]: ansible-yum_repository Invoked with name=packages-microsoft-com-prod description=Microsoft SQL Server Tools baseurl=['https://packages.microsoft.com/rhel/8/prod/'] gpgcheck=True reposdir=/etc/yum.repos.d state=present unsafe_writes=False bandwidth=None cost=None deltarpm_metadata_percentage=None deltarpm_percentage=None enabled=None enablegroups=None exclude=None failovermethod=None file=None gpgcakey=None gpgkey=None module_hotfixes=None http_caching=None include=None includepkgs=None ip_resolve=None keepalive=None keepcache=None metadata_expire=None metadata_expire_filter=None metalink=None mirrorlist=None mirrorlist_expire=None password=NOT_LOGGING_PARAMETER priority=None protect=None proxy=None proxy_password=NOT_LOGGING_PARAMETER proxy_username=None repo_gpgcheck=None retries=None s3_enabled=None skip_if_unavailable=None sslcacert=None ssl_check_cert_permissions=None sslclientcert=None sslclientkey=None sslverify=None throttle=None timeout=None ui_repoid_vars=None username=None async=None mode=None owner=None group=None seuser=None serole=None selevel=None setype=None attributes=None Mar 19 18:00:26 managed-node3 platform-python[108750]: ansible-ansible.legacy.dnf Invoked with name=['mssql-tools18', 'unixODBC-devel'] state=present allow_downgrade=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 allowerasing=False nobest=False use_backend=auto conf_file=None disable_excludes=None download_dir=None list=None releasever=None Mar 19 18:00:29 managed-node3 systemd[1]: Started /usr/bin/systemctl start man-db-cache-update. -- Subject: Unit run-rd0074dd5ac65489da9ff1faeca81e026.service has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit run-rd0074dd5ac65489da9ff1faeca81e026.service has finished starting up. -- -- The start-up result is done. Mar 19 18:00:29 managed-node3 systemd[1]: Starting man-db-cache-update.service... -- Subject: Unit man-db-cache-update.service has begun start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit man-db-cache-update.service has begun starting up. Mar 19 18:00:29 managed-node3 systemd[1]: man-db-cache-update.service: Succeeded. -- Subject: Unit succeeded -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- The unit man-db-cache-update.service has successfully entered the 'dead' state. Mar 19 18:00:29 managed-node3 systemd[1]: Started man-db-cache-update.service. -- Subject: Unit man-db-cache-update.service has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit man-db-cache-update.service has finished starting up. -- -- The start-up result is done. Mar 19 18:00:29 managed-node3 systemd[1]: run-rd0074dd5ac65489da9ff1faeca81e026.service: Succeeded. -- Subject: Unit succeeded -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- The unit run-rd0074dd5ac65489da9ff1faeca81e026.service has successfully entered the 'dead' state. Mar 19 18:00:30 managed-node3 platform-python[109254]: ansible-ansible.legacy.stat Invoked with path=/etc/pki/tls/certs/ansible.0tjtul87 follow=False get_checksum=False checksum_algorithm=sha1 get_mime=True get_attributes=True Mar 19 18:00:30 managed-node3 platform-python[109353]: ansible-ansible.legacy.copy Invoked with src=/root/.ansible/tmp/ansible-tmp-1773957629.8285103-60350-73323324484344/source remote_src=False dest=/etc/pki/tls/certs/ansible.0tjtul87 owner=mssql group=mssql mode=0600 force=False _original_basename=ansible.0tjtul87 follow=False checksum=9d74abc285346608a5e71b650ba1dd3828b2bb00 backup=False unsafe_writes=False content=NOT_LOGGING_PARAMETER validate=None directory_mode=None local_follow=None seuser=None serole=None selevel=None setype=None attributes=None Mar 19 18:00:30 managed-node3 platform-python[109478]: ansible-ansible.legacy.stat Invoked with path=/etc/pki/tls/private/ansible.jipttvo0 follow=False get_checksum=False checksum_algorithm=sha1 get_mime=True get_attributes=True Mar 19 18:00:31 managed-node3 platform-python[109577]: ansible-ansible.legacy.copy Invoked with src=/root/.ansible/tmp/ansible-tmp-1773957630.5424783-60350-142896109018634/source remote_src=False dest=/etc/pki/tls/private/ansible.jipttvo0 owner=mssql group=mssql mode=0600 force=False _original_basename=ansible.jipttvo0 follow=False checksum=a69ab5e86270abeff61ddb6a2c73a31107df5173 backup=False unsafe_writes=False content=NOT_LOGGING_PARAMETER validate=None directory_mode=None local_follow=None seuser=None serole=None selevel=None setype=None attributes=None Mar 19 18:00:31 managed-node3 platform-python[109702]: ansible-ansible.legacy.command Invoked with _raw_params=grep '^tlscert = ' /var/opt/mssql/mssql.conf _uses_shell=False expand_argument_vars=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Mar 19 18:00:32 managed-node3 platform-python[109826]: ansible-ansible.legacy.command Invoked with _raw_params=/opt/mssql/bin/mssql-conf set network.tlscert /etc/pki/tls/certs/ansible.0tjtul87 _uses_shell=False expand_argument_vars=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Mar 19 18:00:32 managed-node3 platform-python[109952]: ansible-ansible.legacy.command Invoked with _raw_params=grep '^tlskey = ' /var/opt/mssql/mssql.conf _uses_shell=False expand_argument_vars=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Mar 19 18:00:33 managed-node3 platform-python[110076]: ansible-ansible.legacy.command Invoked with _raw_params=/opt/mssql/bin/mssql-conf set network.tlskey /etc/pki/tls/private/ansible.jipttvo0 _uses_shell=False expand_argument_vars=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Mar 19 18:00:33 managed-node3 platform-python[110202]: ansible-ansible.legacy.command Invoked with _raw_params=grep '^tlsprotocols = ' /var/opt/mssql/mssql.conf _uses_shell=False expand_argument_vars=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Mar 19 18:00:34 managed-node3 platform-python[110326]: ansible-ansible.legacy.command Invoked with _raw_params=/opt/mssql/bin/mssql-conf set network.tlsprotocols 1.2 _uses_shell=False expand_argument_vars=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Mar 19 18:00:34 managed-node3 platform-python[110452]: ansible-ansible.legacy.command Invoked with _raw_params=grep '^forceencryption = ' /var/opt/mssql/mssql.conf _uses_shell=False expand_argument_vars=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Mar 19 18:00:35 managed-node3 platform-python[110576]: ansible-ansible.legacy.command Invoked with _raw_params=/opt/mssql/bin/mssql-conf set network.forceencryption 1 _uses_shell=False expand_argument_vars=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Mar 19 18:00:35 managed-node3 platform-python[110702]: ansible-ansible.legacy.command Invoked with _raw_params=set -euo pipefail; grep '^forceencryption' /var/opt/mssql/mssql.conf | sed 's/forceencryption = //g' _uses_shell=True expand_argument_vars=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Mar 19 18:00:36 managed-node3 platform-python[110828]: ansible-ansible.legacy.command Invoked with _raw_params=grep '^tcpport = ' /var/opt/mssql/mssql.conf _uses_shell=False expand_argument_vars=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Mar 19 18:00:36 managed-node3 platform-python[110952]: ansible-ansible.legacy.command Invoked with _raw_params=/opt/mssql/bin/mssql-conf set network.tcpport 1433 _uses_shell=False expand_argument_vars=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Mar 19 18:00:39 managed-node3 platform-python[111078]: ansible-blockinfile Invoked with path=/var/opt/mssql/mssql.conf block=# # Ansible managed # # system_role:mssql insertbefore=BOF state=present marker=# {mark} ANSIBLE MANAGED BLOCK create=False backup=False marker_begin=BEGIN marker_end=END append_newline=False prepend_newline=False unsafe_writes=False insertafter=None validate=None mode=None owner=None group=None seuser=None serole=None selevel=None setype=None attributes=None Mar 19 18:00:39 managed-node3 platform-python[111201]: ansible-ansible.legacy.setup Invoked with gather_subset=['!all'] filter=['ansible_service_mgr'] gather_timeout=10 fact_path=/etc/ansible/facts.d Mar 19 18:00:40 managed-node3 platform-python[111269]: ansible-ansible.legacy.systemd Invoked with name=mssql-server state=restarted daemon_reload=False daemon_reexec=False scope=system no_block=False enabled=None force=None masked=None Mar 19 18:00:40 managed-node3 systemd[1]: Stopping Microsoft SQL Server Database Engine... -- Subject: Unit mssql-server.service has begun shutting down -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit mssql-server.service has begun shutting down. Mar 19 18:00:40 managed-node3 sqlservr[107928]: [200B blob data] Mar 19 18:00:40 managed-node3 sqlservr[107928]: [190B blob data] Mar 19 18:00:40 managed-node3 sqlservr[107928]: [73B blob data] Mar 19 18:00:40 managed-node3 sqlservr[107928]: [164B blob data] Mar 19 18:00:40 managed-node3 sqlservr[107928]: [1B blob data] Mar 19 18:00:40 managed-node3 systemd[1]: mssql-server.service: Succeeded. -- Subject: Unit succeeded -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- The unit mssql-server.service has successfully entered the 'dead' state. Mar 19 18:00:40 managed-node3 systemd[1]: Stopped Microsoft SQL Server Database Engine. -- Subject: Unit mssql-server.service has finished shutting down -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit mssql-server.service has finished shutting down. Mar 19 18:00:40 managed-node3 systemd[1]: Started Microsoft SQL Server Database Engine. -- Subject: Unit mssql-server.service has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit mssql-server.service has finished starting up. -- -- The start-up result is done. Mar 19 18:00:41 managed-node3 platform-python[111448]: ansible-file Invoked with path=/etc/systemd/system/mssql-server.service.d state=directory owner=root group=root mode=0755 recurse=False force=False follow=True modification_time_format=%Y%m%d%H%M.%S access_time_format=%Y%m%d%H%M.%S unsafe_writes=False _original_basename=None _diff_peek=None src=None modification_time=None access_time=None seuser=None serole=None selevel=None setype=None attributes=None Mar 19 18:00:41 managed-node3 platform-python[111613]: ansible-ansible.legacy.stat Invoked with path=/etc/systemd/system/mssql-server.service.d/startlimit.conf follow=False get_checksum=True checksum_algorithm=sha1 get_mime=True get_attributes=True Mar 19 18:00:42 managed-node3 platform-python[111721]: ansible-ansible.legacy.copy Invoked with dest=/etc/systemd/system/mssql-server.service.d/startlimit.conf owner=root group=root mode=0644 src=/root/.ansible/tmp/ansible-tmp-1773957641.6046467-61218-246118767209560/source _original_basename=tmpwov42cmf follow=False checksum=c2c05a3dc1d516acdec3ead86f9dbbc1adaa39d7 backup=False force=True unsafe_writes=False content=NOT_LOGGING_PARAMETER validate=None directory_mode=None remote_src=None local_follow=None seuser=None serole=None selevel=None setype=None attributes=None Mar 19 18:00:42 managed-node3 sqlservr[111299]: 2026-03-19 18:00:42.46 Server Microsoft SQL Server 2017 (RTM-CU31-GDR) (KB5077471) - 14.0.3520.4 (X64) Mar 19 18:00:42 managed-node3 sqlservr[111299]: [29B blob data] Mar 19 18:00:42 managed-node3 sqlservr[111299]: [49B blob data] Mar 19 18:00:42 managed-node3 sqlservr[111299]: [74B blob data] Mar 19 18:00:42 managed-node3 sqlservr[111299]: [57B blob data] Mar 19 18:00:42 managed-node3 sqlservr[111299]: [62B blob data] Mar 19 18:00:42 managed-node3 sqlservr[111299]: [56B blob data] Mar 19 18:00:42 managed-node3 sqlservr[111299]: [61B blob data] Mar 19 18:00:42 managed-node3 sqlservr[111299]: [102B blob data] Mar 19 18:00:42 managed-node3 sqlservr[111299]: [64B blob data] Mar 19 18:00:42 managed-node3 sqlservr[111299]: [43B blob data] Mar 19 18:00:42 managed-node3 sqlservr[111299]: [44B blob data] Mar 19 18:00:42 managed-node3 sqlservr[111299]: [40B blob data] Mar 19 18:00:42 managed-node3 sqlservr[111299]: [274B blob data] Mar 19 18:00:42 managed-node3 sqlservr[111299]: [155B blob data] Mar 19 18:00:42 managed-node3 sqlservr[111299]: [122B blob data] Mar 19 18:00:42 managed-node3 sqlservr[111299]: [84B blob data] Mar 19 18:00:42 managed-node3 sqlservr[111299]: [69B blob data] Mar 19 18:00:42 managed-node3 sqlservr[111299]: [102B blob data] Mar 19 18:00:42 managed-node3 sqlservr[111299]: [115B blob data] Mar 19 18:00:42 managed-node3 sqlservr[111299]: [130B blob data] Mar 19 18:00:42 managed-node3 sqlservr[111299]: [549B blob data] Mar 19 18:00:42 managed-node3 sqlservr[111299]: [86B blob data] Mar 19 18:00:42 managed-node3 sqlservr[111299]: [118B blob data] Mar 19 18:00:42 managed-node3 sqlservr[111299]: [281B blob data] Mar 19 18:00:42 managed-node3 sqlservr[111299]: [212B blob data] Mar 19 18:00:42 managed-node3 sqlservr[111299]: [81B blob data] Mar 19 18:00:42 managed-node3 sqlservr[111299]: [274B blob data] Mar 19 18:00:42 managed-node3 sqlservr[111299]: [41B blob data] Mar 19 18:00:42 managed-node3 sqlservr[111299]: [71B blob data] Mar 19 18:00:42 managed-node3 sqlservr[111299]: [66B blob data] Mar 19 18:00:42 managed-node3 sqlservr[111299]: [50B blob data] Mar 19 18:00:42 managed-node3 platform-python[111868]: ansible-systemd Invoked with daemon_reload=True daemon_reexec=False scope=system no_block=False name=None state=None enabled=None force=None masked=None Mar 19 18:00:42 managed-node3 systemd[1]: Reloading. Mar 19 18:00:42 managed-node3 sqlservr[111299]: [80B blob data] Mar 19 18:00:42 managed-node3 sqlservr[111299]: [138B blob data] Mar 19 18:00:42 managed-node3 sqlservr[111299]: [138B blob data] Mar 19 18:00:42 managed-node3 sqlservr[111299]: [77B blob data] Mar 19 18:00:43 managed-node3 sqlservr[111299]: [134B blob data] Mar 19 18:00:43 managed-node3 sqlservr[111299]: [79B blob data] Mar 19 18:00:43 managed-node3 sqlservr[111299]: [153B blob data] Mar 19 18:00:43 managed-node3 sqlservr[111299]: [64B blob data] Mar 19 18:00:43 managed-node3 sqlservr[111299]: [159B blob data] Mar 19 18:00:43 managed-node3 sqlservr[111299]: [217B blob data] Mar 19 18:00:43 managed-node3 sqlservr[111299]: [65B blob data] Mar 19 18:00:43 managed-node3 sqlservr[111299]: [62B blob data] Mar 19 18:00:43 managed-node3 sqlservr[111299]: [61B blob data] Mar 19 18:00:43 managed-node3 sqlservr[111299]: [206B blob data] Mar 19 18:00:43 managed-node3 sqlservr[111299]: [80B blob data] Mar 19 18:00:43 managed-node3 sqlservr[111299]: [80B blob data] Mar 19 18:00:43 managed-node3 sqlservr[111299]: [78B blob data] Mar 19 18:00:43 managed-node3 sqlservr[111299]: [84B blob data] Mar 19 18:00:43 managed-node3 sqlservr[111299]: [122B blob data] Mar 19 18:00:43 managed-node3 sqlservr[111299]: [145B blob data] Mar 19 18:00:43 managed-node3 sqlservr[111299]: [66B blob data] Mar 19 18:00:43 managed-node3 sqlservr[111299]: [75B blob data] Mar 19 18:00:43 managed-node3 sqlservr[111299]: [96B blob data] Mar 19 18:00:43 managed-node3 sqlservr[111299]: [100B blob data] Mar 19 18:00:43 managed-node3 sqlservr[111299]: [71B blob data] Mar 19 18:00:43 managed-node3 sqlservr[111299]: [124B blob data] Mar 19 18:00:43 managed-node3 platform-python[112049]: ansible-ansible.legacy.setup Invoked with gather_subset=['!all'] filter=['ansible_service_mgr'] gather_timeout=10 fact_path=/etc/ansible/facts.d Mar 19 18:00:44 managed-node3 platform-python[112117]: ansible-ansible.legacy.systemd Invoked with name=mssql-server state=started daemon_reload=False daemon_reexec=False scope=system no_block=False enabled=None force=None masked=None Mar 19 18:00:44 managed-node3 platform-python[112243]: ansible-ansible.legacy.command Invoked with _raw_params=grep '^tcpport = ' /var/opt/mssql/mssql.conf _uses_shell=False expand_argument_vars=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Mar 19 18:00:45 managed-node3 platform-python[112367]: ansible-ansible.legacy.command Invoked with _raw_params=grep '^ipaddress = ' /var/opt/mssql/mssql.conf _uses_shell=False expand_argument_vars=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Mar 19 18:00:45 managed-node3 platform-python[112491]: ansible-wait_for Invoked with path=/var/opt/mssql/log/errorlog search_regex=SQL Server is now ready for client connections delay=1 host=127.0.0.1 timeout=300 connect_timeout=5 active_connection_states=['ESTABLISHED', 'FIN_WAIT1', 'FIN_WAIT2', 'SYN_RECV', 'SYN_SENT', 'TIME_WAIT'] state=started sleep=1 port=None exclude_hosts=None msg=None Mar 19 18:00:46 managed-node3 platform-python[112614]: ansible-ansible.legacy.command Invoked with _raw_params=/opt/mssql-tools18/bin/sqlcmd -C -U sa -P p@55w0rD -Q 'SELECT @@VERSION' _uses_shell=False expand_argument_vars=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Mar 19 18:00:47 managed-node3 platform-python[112742]: ansible-ansible.legacy.command Invoked with _raw_params=grep '^tlscert' /var/opt/mssql/mssql.conf || true _uses_shell=True expand_argument_vars=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Mar 19 18:00:48 managed-node3 platform-python[112867]: ansible-ansible.legacy.command Invoked with _raw_params=grep '^tlskey' /var/opt/mssql/mssql.conf || true _uses_shell=True expand_argument_vars=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Mar 19 18:00:48 managed-node3 platform-python[112994]: ansible-ansible.legacy.command Invoked with _raw_params=grep '^tlsprotocols' /var/opt/mssql/mssql.conf || true _uses_shell=True expand_argument_vars=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Mar 19 18:00:49 managed-node3 platform-python[113119]: ansible-ansible.legacy.command Invoked with _raw_params=grep '^forceencryption' /var/opt/mssql/mssql.conf || true _uses_shell=True expand_argument_vars=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Mar 19 18:00:50 managed-node3 platform-python[113283]: ansible-setup Invoked with gather_subset=['!all', '!min', 'os_family', 'pkg_mgr', 'distribution_version', 'distribution', 'distribution_major_version'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Mar 19 18:00:53 managed-node3 platform-python[113535]: ansible-rpm_key Invoked with key=https://packages.microsoft.com/keys/microsoft.asc state=present validate_certs=True fingerprint=None Mar 19 18:00:54 managed-node3 platform-python[113665]: ansible-ansible.legacy.dnf Invoked with name=['mssql-server-selinux'] state=absent allow_downgrade=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 allowerasing=False nobest=False use_backend=auto conf_file=None disable_excludes=None download_dir=None list=None releasever=None Mar 19 18:00:57 managed-node3 platform-python[113789]: ansible-ansible.legacy.dnf Invoked with name=['mssql-server'] state=present allow_downgrade=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 allowerasing=False nobest=False use_backend=auto conf_file=None disable_excludes=None download_dir=None list=None releasever=None Mar 19 18:00:59 managed-node3 platform-python[113913]: ansible-ansible.legacy.command Invoked with _raw_params=set -euo pipefail errorlog="$(grep '^errorlogfile = ' /var/opt/mssql/mssql.conf \ | sed 's/errorlogfile : //')" || : if [ -s "${errorlog}" ]; then echo "${errorlog}" elif [ -s /var/opt/mssql/log/errorlog ]; then echo /var/opt/mssql/log/errorlog else echo "" fi _uses_shell=True expand_argument_vars=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Mar 19 18:01:00 managed-node3 platform-python[114040]: ansible-ansible.legacy.command Invoked with _raw_params=systemctl is-enabled mssql-server.service _uses_shell=False expand_argument_vars=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Mar 19 18:01:01 managed-node3 platform-python[114164]: ansible-ansible.legacy.command Invoked with _raw_params=systemctl is-active mssql-server.service _uses_shell=False expand_argument_vars=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Mar 19 18:01:01 managed-node3 CROND[114229]: (root) CMD (run-parts /etc/cron.hourly) Mar 19 18:01:01 managed-node3 run-parts[114232]: (/etc/cron.hourly) starting 0anacron Mar 19 18:01:01 managed-node3 anacron[114238]: Anacron started on 2026-03-19 Mar 19 18:01:01 managed-node3 anacron[114238]: Will run job `cron.daily' in 39 min. Mar 19 18:01:01 managed-node3 anacron[114238]: Will run job `cron.weekly' in 59 min. Mar 19 18:01:01 managed-node3 anacron[114238]: Will run job `cron.monthly' in 79 min. Mar 19 18:01:01 managed-node3 anacron[114238]: Jobs will be executed sequentially Mar 19 18:01:01 managed-node3 run-parts[114240]: (/etc/cron.hourly) finished 0anacron Mar 19 18:01:02 managed-node3 platform-python[114301]: ansible-ansible.legacy.dnf Invoked with name=['tuned-profiles-mssql'] state=present allow_downgrade=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 allowerasing=False nobest=False use_backend=auto conf_file=None disable_excludes=None download_dir=None list=None releasever=None Mar 19 18:01:04 managed-node3 platform-python[114425]: ansible-ansible.legacy.setup Invoked with gather_subset=['!all'] filter=['ansible_service_mgr'] gather_timeout=10 fact_path=/etc/ansible/facts.d Mar 19 18:01:05 managed-node3 platform-python[114493]: ansible-ansible.legacy.systemd Invoked with name=tuned state=started enabled=True daemon_reload=False daemon_reexec=False scope=system no_block=False force=None masked=None Mar 19 18:01:05 managed-node3 platform-python[114620]: ansible-slurp Invoked with path=/etc/tuned/active_profile src=/etc/tuned/active_profile Mar 19 18:01:06 managed-node3 platform-python[114743]: ansible-yum_repository Invoked with name=packages-microsoft-com-prod description=Microsoft SQL Server Tools baseurl=['https://packages.microsoft.com/rhel/8/prod/'] gpgcheck=True reposdir=/etc/yum.repos.d state=present unsafe_writes=False bandwidth=None cost=None deltarpm_metadata_percentage=None deltarpm_percentage=None enabled=None enablegroups=None exclude=None failovermethod=None file=None gpgcakey=None gpgkey=None module_hotfixes=None http_caching=None include=None includepkgs=None ip_resolve=None keepalive=None keepcache=None metadata_expire=None metadata_expire_filter=None metalink=None mirrorlist=None mirrorlist_expire=None password=NOT_LOGGING_PARAMETER priority=None protect=None proxy=None proxy_password=NOT_LOGGING_PARAMETER proxy_username=None repo_gpgcheck=None retries=None s3_enabled=None skip_if_unavailable=None sslcacert=None ssl_check_cert_permissions=None sslclientcert=None sslclientkey=None sslverify=None throttle=None timeout=None ui_repoid_vars=None username=None async=None mode=None owner=None group=None seuser=None serole=None selevel=None setype=None attributes=None Mar 19 18:01:06 managed-node3 platform-python[114866]: ansible-ansible.legacy.dnf Invoked with name=['mssql-tools18', 'unixODBC-devel'] state=present allow_downgrade=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 allowerasing=False nobest=False use_backend=auto conf_file=None disable_excludes=None download_dir=None list=None releasever=None Mar 19 18:01:09 managed-node3 platform-python[114990]: ansible-ansible.legacy.command Invoked with _raw_params=grep '^tlscert = ' /var/opt/mssql/mssql.conf _uses_shell=False expand_argument_vars=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Mar 19 18:01:10 managed-node3 platform-python[115114]: ansible-ansible.legacy.command Invoked with _raw_params=/opt/mssql/bin/mssql-conf unset network.tlscert _uses_shell=False expand_argument_vars=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Mar 19 18:01:11 managed-node3 platform-python[115241]: ansible-ansible.legacy.command Invoked with _raw_params=grep '^tlskey = ' /var/opt/mssql/mssql.conf _uses_shell=False expand_argument_vars=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Mar 19 18:01:12 managed-node3 platform-python[115365]: ansible-ansible.legacy.command Invoked with _raw_params=/opt/mssql/bin/mssql-conf unset network.tlskey _uses_shell=False expand_argument_vars=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Mar 19 18:01:12 managed-node3 platform-python[115494]: ansible-ansible.legacy.command Invoked with _raw_params=grep '^tlsprotocols = ' /var/opt/mssql/mssql.conf _uses_shell=False expand_argument_vars=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Mar 19 18:01:13 managed-node3 platform-python[115618]: ansible-ansible.legacy.command Invoked with _raw_params=/opt/mssql/bin/mssql-conf unset network.tlsprotocols _uses_shell=False expand_argument_vars=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Mar 19 18:01:14 managed-node3 platform-python[115744]: ansible-ansible.legacy.command Invoked with _raw_params=grep '^forceencryption = ' /var/opt/mssql/mssql.conf _uses_shell=False expand_argument_vars=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Mar 19 18:01:15 managed-node3 platform-python[115868]: ansible-ansible.legacy.command Invoked with _raw_params=/opt/mssql/bin/mssql-conf unset network.forceencryption _uses_shell=False expand_argument_vars=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Mar 19 18:01:16 managed-node3 platform-python[115994]: ansible-ansible.legacy.command Invoked with _raw_params=set -euo pipefail; grep '^forceencryption' /var/opt/mssql/mssql.conf | sed 's/forceencryption = //g' _uses_shell=True expand_argument_vars=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Mar 19 18:01:16 managed-node3 platform-python[116120]: ansible-ansible.legacy.command Invoked with _raw_params=errorlog_edition="$(grep -oi 'Evaluation edition' \ /var/opt/mssql/log/errorlog)" if [ -z "${errorlog_edition}" ]; then edition_matches=false else edition_matches=true fi echo "${edition_matches}" _uses_shell=True expand_argument_vars=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Mar 19 18:01:19 managed-node3 platform-python[116371]: ansible-ansible.legacy.command Invoked with _raw_params=grep '^tcpport = ' /var/opt/mssql/mssql.conf _uses_shell=False expand_argument_vars=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Mar 19 18:01:19 managed-node3 platform-python[116495]: ansible-ansible.legacy.command Invoked with _raw_params=/opt/mssql/bin/mssql-conf set network.tcpport 1433 _uses_shell=False expand_argument_vars=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Mar 19 18:01:22 managed-node3 platform-python[116621]: ansible-blockinfile Invoked with path=/var/opt/mssql/mssql.conf block=# # Ansible managed # # system_role:mssql insertbefore=BOF state=present marker=# {mark} ANSIBLE MANAGED BLOCK create=False backup=False marker_begin=BEGIN marker_end=END append_newline=False prepend_newline=False unsafe_writes=False insertafter=None validate=None mode=None owner=None group=None seuser=None serole=None selevel=None setype=None attributes=None Mar 19 18:01:22 managed-node3 platform-python[116744]: ansible-ansible.legacy.setup Invoked with gather_subset=['!all'] filter=['ansible_service_mgr'] gather_timeout=10 fact_path=/etc/ansible/facts.d Mar 19 18:01:23 managed-node3 platform-python[116812]: ansible-ansible.legacy.systemd Invoked with name=mssql-server state=restarted daemon_reload=False daemon_reexec=False scope=system no_block=False enabled=None force=None masked=None Mar 19 18:01:23 managed-node3 systemd[1]: Stopping Microsoft SQL Server Database Engine... -- Subject: Unit mssql-server.service has begun shutting down -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit mssql-server.service has begun shutting down. Mar 19 18:01:23 managed-node3 sqlservr[111299]: [200B blob data] Mar 19 18:01:23 managed-node3 sqlservr[111299]: [190B blob data] Mar 19 18:01:23 managed-node3 sqlservr[111299]: [73B blob data] Mar 19 18:01:23 managed-node3 sqlservr[111299]: [164B blob data] Mar 19 18:01:23 managed-node3 sqlservr[111299]: [1B blob data] Mar 19 18:01:23 managed-node3 systemd[1]: mssql-server.service: Succeeded. -- Subject: Unit succeeded -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- The unit mssql-server.service has successfully entered the 'dead' state. Mar 19 18:01:23 managed-node3 systemd[1]: Stopped Microsoft SQL Server Database Engine. -- Subject: Unit mssql-server.service has finished shutting down -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit mssql-server.service has finished shutting down. Mar 19 18:01:23 managed-node3 systemd[1]: Started Microsoft SQL Server Database Engine. -- Subject: Unit mssql-server.service has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit mssql-server.service has finished starting up. -- -- The start-up result is done. Mar 19 18:01:24 managed-node3 platform-python[116985]: ansible-ansible.legacy.setup Invoked with gather_subset=['!all'] filter=['ansible_service_mgr'] gather_timeout=10 fact_path=/etc/ansible/facts.d Mar 19 18:01:24 managed-node3 platform-python[117099]: ansible-ansible.legacy.systemd Invoked with name=mssql-server state=started daemon_reload=False daemon_reexec=False scope=system no_block=False enabled=None force=None masked=None Mar 19 18:01:25 managed-node3 platform-python[117242]: ansible-ansible.legacy.command Invoked with _raw_params=grep '^tcpport = ' /var/opt/mssql/mssql.conf _uses_shell=False expand_argument_vars=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Mar 19 18:01:25 managed-node3 sqlservr[116843]: 2026-03-19 18:01:25.36 Server Microsoft SQL Server 2017 (RTM-CU31-GDR) (KB5077471) - 14.0.3520.4 (X64) Mar 19 18:01:25 managed-node3 sqlservr[116843]: [29B blob data] Mar 19 18:01:25 managed-node3 sqlservr[116843]: [49B blob data] Mar 19 18:01:25 managed-node3 sqlservr[116843]: [74B blob data] Mar 19 18:01:25 managed-node3 sqlservr[116843]: [57B blob data] Mar 19 18:01:25 managed-node3 sqlservr[116843]: [62B blob data] Mar 19 18:01:25 managed-node3 sqlservr[116843]: [56B blob data] Mar 19 18:01:25 managed-node3 sqlservr[116843]: [61B blob data] Mar 19 18:01:25 managed-node3 sqlservr[116843]: [102B blob data] Mar 19 18:01:25 managed-node3 sqlservr[116843]: [64B blob data] Mar 19 18:01:25 managed-node3 sqlservr[116843]: [43B blob data] Mar 19 18:01:25 managed-node3 sqlservr[116843]: [44B blob data] Mar 19 18:01:25 managed-node3 sqlservr[116843]: [40B blob data] Mar 19 18:01:25 managed-node3 sqlservr[116843]: [274B blob data] Mar 19 18:01:25 managed-node3 sqlservr[116843]: [155B blob data] Mar 19 18:01:25 managed-node3 sqlservr[116843]: [122B blob data] Mar 19 18:01:25 managed-node3 sqlservr[116843]: [84B blob data] Mar 19 18:01:25 managed-node3 sqlservr[116843]: [69B blob data] Mar 19 18:01:25 managed-node3 sqlservr[116843]: [102B blob data] Mar 19 18:01:25 managed-node3 sqlservr[116843]: [115B blob data] Mar 19 18:01:25 managed-node3 sqlservr[116843]: [130B blob data] Mar 19 18:01:25 managed-node3 sqlservr[116843]: [557B blob data] Mar 19 18:01:25 managed-node3 sqlservr[116843]: [86B blob data] Mar 19 18:01:25 managed-node3 sqlservr[116843]: [118B blob data] Mar 19 18:01:25 managed-node3 sqlservr[116843]: [281B blob data] Mar 19 18:01:25 managed-node3 sqlservr[116843]: [212B blob data] Mar 19 18:01:25 managed-node3 sqlservr[116843]: [81B blob data] Mar 19 18:01:25 managed-node3 sqlservr[116843]: [274B blob data] Mar 19 18:01:25 managed-node3 sqlservr[116843]: [41B blob data] Mar 19 18:01:25 managed-node3 sqlservr[116843]: [71B blob data] Mar 19 18:01:25 managed-node3 platform-python[117384]: ansible-ansible.legacy.command Invoked with _raw_params=grep '^ipaddress = ' /var/opt/mssql/mssql.conf _uses_shell=False expand_argument_vars=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Mar 19 18:01:25 managed-node3 sqlservr[116843]: [66B blob data] Mar 19 18:01:25 managed-node3 sqlservr[116843]: [50B blob data] Mar 19 18:01:25 managed-node3 sqlservr[116843]: [80B blob data] Mar 19 18:01:25 managed-node3 sqlservr[116843]: [138B blob data] Mar 19 18:01:25 managed-node3 sqlservr[116843]: [138B blob data] Mar 19 18:01:25 managed-node3 sqlservr[116843]: [77B blob data] Mar 19 18:01:25 managed-node3 sqlservr[116843]: [134B blob data] Mar 19 18:01:25 managed-node3 sqlservr[116843]: [159B blob data] Mar 19 18:01:25 managed-node3 sqlservr[116843]: [79B blob data] Mar 19 18:01:25 managed-node3 sqlservr[116843]: [64B blob data] Mar 19 18:01:25 managed-node3 sqlservr[116843]: [217B blob data] Mar 19 18:01:25 managed-node3 sqlservr[116843]: [153B blob data] Mar 19 18:01:25 managed-node3 sqlservr[116843]: [65B blob data] Mar 19 18:01:26 managed-node3 sqlservr[116843]: [62B blob data] Mar 19 18:01:26 managed-node3 sqlservr[116843]: [61B blob data] Mar 19 18:01:26 managed-node3 sqlservr[116843]: [104B blob data] Mar 19 18:01:26 managed-node3 sqlservr[116843]: [80B blob data] Mar 19 18:01:26 managed-node3 sqlservr[116843]: [80B blob data] Mar 19 18:01:26 managed-node3 sqlservr[116843]: [78B blob data] Mar 19 18:01:26 managed-node3 sqlservr[116843]: [84B blob data] Mar 19 18:01:26 managed-node3 sqlservr[116843]: [122B blob data] Mar 19 18:01:26 managed-node3 sqlservr[116843]: [145B blob data] Mar 19 18:01:26 managed-node3 platform-python[117530]: ansible-wait_for Invoked with path=/var/opt/mssql/log/errorlog search_regex=SQL Server is now ready for client connections delay=1 host=127.0.0.1 timeout=300 connect_timeout=5 active_connection_states=['ESTABLISHED', 'FIN_WAIT1', 'FIN_WAIT2', 'SYN_RECV', 'SYN_SENT', 'TIME_WAIT'] state=started sleep=1 port=None exclude_hosts=None msg=None Mar 19 18:01:26 managed-node3 sqlservr[116843]: [66B blob data] Mar 19 18:01:26 managed-node3 sqlservr[116843]: [75B blob data] Mar 19 18:01:26 managed-node3 sqlservr[116843]: [96B blob data] Mar 19 18:01:26 managed-node3 sqlservr[116843]: [100B blob data] Mar 19 18:01:26 managed-node3 sqlservr[116843]: [71B blob data] Mar 19 18:01:26 managed-node3 sqlservr[116843]: [124B blob data] Mar 19 18:01:27 managed-node3 platform-python[117664]: ansible-ansible.legacy.command Invoked with _raw_params=/opt/mssql-tools18/bin/sqlcmd -C -No -U sa -P p@55w0rD -Q 'SELECT @@VERSION' _uses_shell=False expand_argument_vars=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Mar 19 18:01:28 managed-node3 platform-python[117792]: ansible-ansible.legacy.command Invoked with _raw_params=grep '^tlscert' /var/opt/mssql/mssql.conf || true _uses_shell=True expand_argument_vars=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Mar 19 18:01:28 managed-node3 platform-python[117917]: ansible-ansible.legacy.command Invoked with _raw_params=grep '^tlskey' /var/opt/mssql/mssql.conf || true _uses_shell=True expand_argument_vars=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Mar 19 18:01:29 managed-node3 platform-python[118042]: ansible-ansible.legacy.command Invoked with _raw_params=grep '^tlsprotocols' /var/opt/mssql/mssql.conf || true _uses_shell=True expand_argument_vars=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Mar 19 18:01:29 managed-node3 platform-python[118167]: ansible-ansible.legacy.command Invoked with _raw_params=grep '^forceencryption' /var/opt/mssql/mssql.conf || true _uses_shell=True expand_argument_vars=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Mar 19 18:01:30 managed-node3 platform-python[118292]: ansible-file Invoked with path=/etc/pki/tls/certs/ansible.0tjtul87 state=absent recurse=False force=False follow=True modification_time_format=%Y%m%d%H%M.%S access_time_format=%Y%m%d%H%M.%S unsafe_writes=False _original_basename=None _diff_peek=None src=None modification_time=None access_time=None mode=None owner=None group=None seuser=None serole=None selevel=None setype=None attributes=None Mar 19 18:01:30 managed-node3 platform-python[118415]: ansible-file Invoked with path=/etc/pki/tls/private/ansible.jipttvo0 state=absent recurse=False force=False follow=True modification_time_format=%Y%m%d%H%M.%S access_time_format=%Y%m%d%H%M.%S unsafe_writes=False _original_basename=None _diff_peek=None src=None modification_time=None access_time=None mode=None owner=None group=None seuser=None serole=None selevel=None setype=None attributes=None Mar 19 18:01:30 managed-node3 platform-python[118538]: ansible-ansible.legacy.stat Invoked with path=/tmp/ansible.0tjtul87 follow=False get_checksum=True checksum_algorithm=sha1 get_mime=True get_attributes=True Mar 19 18:01:31 managed-node3 platform-python[118602]: ansible-ansible.legacy.file Invoked with mode=0600 dest=/tmp/ansible.0tjtul87 _original_basename=ansible.0tjtul87 recurse=False state=file path=/tmp/ansible.0tjtul87 force=False follow=True modification_time_format=%Y%m%d%H%M.%S access_time_format=%Y%m%d%H%M.%S unsafe_writes=False _diff_peek=None src=None modification_time=None access_time=None owner=None group=None seuser=None serole=None selevel=None setype=None attributes=None Mar 19 18:01:31 managed-node3 platform-python[118725]: ansible-ansible.legacy.stat Invoked with path=/tmp/ansible.jipttvo0 follow=False get_checksum=True checksum_algorithm=sha1 get_mime=True get_attributes=True Mar 19 18:01:31 managed-node3 platform-python[118790]: ansible-ansible.legacy.file Invoked with mode=0600 dest=/tmp/ansible.jipttvo0 _original_basename=ansible.jipttvo0 recurse=False state=file path=/tmp/ansible.jipttvo0 force=False follow=True modification_time_format=%Y%m%d%H%M.%S access_time_format=%Y%m%d%H%M.%S unsafe_writes=False _diff_peek=None src=None modification_time=None access_time=None owner=None group=None seuser=None serole=None selevel=None setype=None attributes=None Mar 19 18:01:32 managed-node3 platform-python[118952]: ansible-setup Invoked with gather_subset=['!all', '!min', 'os_family', 'pkg_mgr', 'distribution_version', 'distribution', 'distribution_major_version'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Mar 19 18:01:35 managed-node3 platform-python[119204]: ansible-rpm_key Invoked with key=https://packages.microsoft.com/keys/microsoft.asc state=present validate_certs=True fingerprint=None Mar 19 18:01:36 managed-node3 platform-python[119334]: ansible-ansible.legacy.dnf Invoked with name=['mssql-server-selinux'] state=absent allow_downgrade=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 allowerasing=False nobest=False use_backend=auto conf_file=None disable_excludes=None download_dir=None list=None releasever=None Mar 19 18:01:38 managed-node3 platform-python[119458]: ansible-ansible.legacy.dnf Invoked with name=['mssql-server'] state=present allow_downgrade=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 allowerasing=False nobest=False use_backend=auto conf_file=None disable_excludes=None download_dir=None list=None releasever=None Mar 19 18:01:41 managed-node3 platform-python[119582]: ansible-ansible.legacy.command Invoked with _raw_params=set -euo pipefail errorlog="$(grep '^errorlogfile = ' /var/opt/mssql/mssql.conf \ | sed 's/errorlogfile : //')" || : if [ -s "${errorlog}" ]; then echo "${errorlog}" elif [ -s /var/opt/mssql/log/errorlog ]; then echo /var/opt/mssql/log/errorlog else echo "" fi _uses_shell=True expand_argument_vars=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Mar 19 18:01:41 managed-node3 platform-python[119709]: ansible-ansible.legacy.command Invoked with _raw_params=systemctl is-enabled mssql-server.service _uses_shell=False expand_argument_vars=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Mar 19 18:01:41 managed-node3 platform-python[119833]: ansible-ansible.legacy.command Invoked with _raw_params=systemctl is-active mssql-server.service _uses_shell=False expand_argument_vars=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Mar 19 18:01:42 managed-node3 platform-python[119957]: ansible-ansible.legacy.dnf Invoked with name=['tuned-profiles-mssql'] state=present allow_downgrade=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 allowerasing=False nobest=False use_backend=auto conf_file=None disable_excludes=None download_dir=None list=None releasever=None Mar 19 18:01:45 managed-node3 platform-python[120081]: ansible-ansible.legacy.setup Invoked with gather_subset=['!all'] filter=['ansible_service_mgr'] gather_timeout=10 fact_path=/etc/ansible/facts.d Mar 19 18:01:45 managed-node3 platform-python[120149]: ansible-ansible.legacy.systemd Invoked with name=tuned state=started enabled=True daemon_reload=False daemon_reexec=False scope=system no_block=False force=None masked=None Mar 19 18:01:45 managed-node3 platform-python[120276]: ansible-slurp Invoked with path=/etc/tuned/active_profile src=/etc/tuned/active_profile Mar 19 18:01:46 managed-node3 platform-python[120399]: ansible-yum_repository Invoked with name=packages-microsoft-com-prod description=Microsoft SQL Server Tools baseurl=['https://packages.microsoft.com/rhel/8/prod/'] gpgcheck=True reposdir=/etc/yum.repos.d state=present unsafe_writes=False bandwidth=None cost=None deltarpm_metadata_percentage=None deltarpm_percentage=None enabled=None enablegroups=None exclude=None failovermethod=None file=None gpgcakey=None gpgkey=None module_hotfixes=None http_caching=None include=None includepkgs=None ip_resolve=None keepalive=None keepcache=None metadata_expire=None metadata_expire_filter=None metalink=None mirrorlist=None mirrorlist_expire=None password=NOT_LOGGING_PARAMETER priority=None protect=None proxy=None proxy_password=NOT_LOGGING_PARAMETER proxy_username=None repo_gpgcheck=None retries=None s3_enabled=None skip_if_unavailable=None sslcacert=None ssl_check_cert_permissions=None sslclientcert=None sslclientkey=None sslverify=None throttle=None timeout=None ui_repoid_vars=None username=None async=None mode=None owner=None group=None seuser=None serole=None selevel=None setype=None attributes=None Mar 19 18:01:46 managed-node3 platform-python[120522]: ansible-ansible.legacy.dnf Invoked with name=['mssql-tools18', 'unixODBC-devel'] state=present allow_downgrade=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 allowerasing=False nobest=False use_backend=auto conf_file=None disable_excludes=None download_dir=None list=None releasever=None Mar 19 18:01:49 managed-node3 platform-python[120646]: ansible-ansible.legacy.copy Invoked with src=/tmp/ansible.0tjtul87 remote_src=True dest=/etc/pki/tls/certs/ansible.0tjtul87 owner=mssql group=mssql mode=0600 force=False backup=False follow=False unsafe_writes=False _original_basename=None content=NOT_LOGGING_PARAMETER validate=None directory_mode=None local_follow=None checksum=None seuser=None serole=None selevel=None setype=None attributes=None Mar 19 18:01:49 managed-node3 platform-python[120771]: ansible-ansible.legacy.copy Invoked with src=/tmp/ansible.jipttvo0 remote_src=True dest=/etc/pki/tls/private/ansible.jipttvo0 owner=mssql group=mssql mode=0600 force=False backup=False follow=False unsafe_writes=False _original_basename=None content=NOT_LOGGING_PARAMETER validate=None directory_mode=None local_follow=None checksum=None seuser=None serole=None selevel=None setype=None attributes=None Mar 19 18:01:50 managed-node3 platform-python[120896]: ansible-ansible.legacy.command Invoked with _raw_params=grep '^tlscert = ' /var/opt/mssql/mssql.conf _uses_shell=False expand_argument_vars=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Mar 19 18:01:50 managed-node3 platform-python[121020]: ansible-ansible.legacy.command Invoked with _raw_params=/opt/mssql/bin/mssql-conf set network.tlscert /etc/pki/tls/certs/ansible.0tjtul87 _uses_shell=False expand_argument_vars=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Mar 19 18:01:51 managed-node3 platform-python[121146]: ansible-ansible.legacy.command Invoked with _raw_params=grep '^tlskey = ' /var/opt/mssql/mssql.conf _uses_shell=False expand_argument_vars=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Mar 19 18:01:51 managed-node3 platform-python[121270]: ansible-ansible.legacy.command Invoked with _raw_params=/opt/mssql/bin/mssql-conf set network.tlskey /etc/pki/tls/private/ansible.jipttvo0 _uses_shell=False expand_argument_vars=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Mar 19 18:01:51 managed-node3 platform-python[121396]: ansible-ansible.legacy.command Invoked with _raw_params=grep '^tlsprotocols = ' /var/opt/mssql/mssql.conf _uses_shell=False expand_argument_vars=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Mar 19 18:01:52 managed-node3 platform-python[121520]: ansible-ansible.legacy.command Invoked with _raw_params=/opt/mssql/bin/mssql-conf set network.tlsprotocols 1.2 _uses_shell=False expand_argument_vars=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Mar 19 18:01:52 managed-node3 platform-python[121646]: ansible-ansible.legacy.command Invoked with _raw_params=grep '^forceencryption = ' /var/opt/mssql/mssql.conf _uses_shell=False expand_argument_vars=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Mar 19 18:01:53 managed-node3 platform-python[121770]: ansible-ansible.legacy.command Invoked with _raw_params=/opt/mssql/bin/mssql-conf set network.forceencryption 1 _uses_shell=False expand_argument_vars=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Mar 19 18:01:53 managed-node3 platform-python[121896]: ansible-ansible.legacy.command Invoked with _raw_params=set -euo pipefail; grep '^forceencryption' /var/opt/mssql/mssql.conf | sed 's/forceencryption = //g' _uses_shell=True expand_argument_vars=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Mar 19 18:01:54 managed-node3 platform-python[122022]: ansible-ansible.legacy.command Invoked with _raw_params=errorlog_edition="$(grep -oi 'Evaluation edition' \ /var/opt/mssql/log/errorlog)" if [ -z "${errorlog_edition}" ]; then edition_matches=false else edition_matches=true fi echo "${edition_matches}" _uses_shell=True expand_argument_vars=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Mar 19 18:01:56 managed-node3 platform-python[122277]: ansible-ansible.legacy.command Invoked with _raw_params=grep '^tcpport = ' /var/opt/mssql/mssql.conf _uses_shell=False expand_argument_vars=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Mar 19 18:01:56 managed-node3 platform-python[122401]: ansible-ansible.legacy.command Invoked with _raw_params=/opt/mssql/bin/mssql-conf set network.tcpport 1433 _uses_shell=False expand_argument_vars=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Mar 19 18:01:58 managed-node3 platform-python[122527]: ansible-blockinfile Invoked with path=/var/opt/mssql/mssql.conf block=# # Ansible managed # # system_role:mssql insertbefore=BOF state=present marker=# {mark} ANSIBLE MANAGED BLOCK create=False backup=False marker_begin=BEGIN marker_end=END append_newline=False prepend_newline=False unsafe_writes=False insertafter=None validate=None mode=None owner=None group=None seuser=None serole=None selevel=None setype=None attributes=None Mar 19 18:01:58 managed-node3 platform-python[122650]: ansible-ansible.legacy.setup Invoked with gather_subset=['!all'] filter=['ansible_service_mgr'] gather_timeout=10 fact_path=/etc/ansible/facts.d Mar 19 18:01:59 managed-node3 platform-python[122718]: ansible-ansible.legacy.systemd Invoked with name=mssql-server state=restarted daemon_reload=False daemon_reexec=False scope=system no_block=False enabled=None force=None masked=None Mar 19 18:01:59 managed-node3 systemd[1]: Stopping Microsoft SQL Server Database Engine... -- Subject: Unit mssql-server.service has begun shutting down -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit mssql-server.service has begun shutting down. Mar 19 18:01:59 managed-node3 sqlservr[116843]: [200B blob data] Mar 19 18:01:59 managed-node3 sqlservr[116843]: [190B blob data] Mar 19 18:02:00 managed-node3 sqlservr[116843]: [73B blob data] Mar 19 18:02:00 managed-node3 sqlservr[116843]: [164B blob data] Mar 19 18:02:00 managed-node3 sqlservr[116843]: [1B blob data] Mar 19 18:02:00 managed-node3 systemd[1]: mssql-server.service: Succeeded. -- Subject: Unit succeeded -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- The unit mssql-server.service has successfully entered the 'dead' state. Mar 19 18:02:00 managed-node3 systemd[1]: Stopped Microsoft SQL Server Database Engine. -- Subject: Unit mssql-server.service has finished shutting down -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit mssql-server.service has finished shutting down. Mar 19 18:02:00 managed-node3 systemd[1]: Started Microsoft SQL Server Database Engine. -- Subject: Unit mssql-server.service has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit mssql-server.service has finished starting up. -- -- The start-up result is done. Mar 19 18:02:01 managed-node3 platform-python[122886]: ansible-ansible.legacy.setup Invoked with gather_subset=['!all'] filter=['ansible_service_mgr'] gather_timeout=10 fact_path=/etc/ansible/facts.d Mar 19 18:02:01 managed-node3 platform-python[123004]: ansible-ansible.legacy.systemd Invoked with name=mssql-server state=started daemon_reload=False daemon_reexec=False scope=system no_block=False enabled=None force=None masked=None Mar 19 18:02:01 managed-node3 platform-python[123144]: ansible-ansible.legacy.command Invoked with _raw_params=grep '^tcpport = ' /var/opt/mssql/mssql.conf _uses_shell=False expand_argument_vars=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Mar 19 18:02:02 managed-node3 sqlservr[122748]: 2026-03-19 18:02:02.13 Server Microsoft SQL Server 2017 (RTM-CU31-GDR) (KB5077471) - 14.0.3520.4 (X64) Mar 19 18:02:02 managed-node3 sqlservr[122748]: [29B blob data] Mar 19 18:02:02 managed-node3 sqlservr[122748]: [49B blob data] Mar 19 18:02:02 managed-node3 sqlservr[122748]: [74B blob data] Mar 19 18:02:02 managed-node3 sqlservr[122748]: [57B blob data] Mar 19 18:02:02 managed-node3 sqlservr[122748]: [62B blob data] Mar 19 18:02:02 managed-node3 sqlservr[122748]: [56B blob data] Mar 19 18:02:02 managed-node3 sqlservr[122748]: [61B blob data] Mar 19 18:02:02 managed-node3 sqlservr[122748]: [102B blob data] Mar 19 18:02:02 managed-node3 sqlservr[122748]: [64B blob data] Mar 19 18:02:02 managed-node3 sqlservr[122748]: [43B blob data] Mar 19 18:02:02 managed-node3 sqlservr[122748]: [44B blob data] Mar 19 18:02:02 managed-node3 sqlservr[122748]: [40B blob data] Mar 19 18:02:02 managed-node3 sqlservr[122748]: [274B blob data] Mar 19 18:02:02 managed-node3 sqlservr[122748]: [155B blob data] Mar 19 18:02:02 managed-node3 sqlservr[122748]: [122B blob data] Mar 19 18:02:02 managed-node3 sqlservr[122748]: [84B blob data] Mar 19 18:02:02 managed-node3 sqlservr[122748]: [69B blob data] Mar 19 18:02:02 managed-node3 sqlservr[122748]: [102B blob data] Mar 19 18:02:02 managed-node3 sqlservr[122748]: [115B blob data] Mar 19 18:02:02 managed-node3 sqlservr[122748]: [130B blob data] Mar 19 18:02:02 managed-node3 sqlservr[122748]: [549B blob data] Mar 19 18:02:02 managed-node3 sqlservr[122748]: [86B blob data] Mar 19 18:02:02 managed-node3 sqlservr[122748]: [118B blob data] Mar 19 18:02:02 managed-node3 sqlservr[122748]: [281B blob data] Mar 19 18:02:02 managed-node3 sqlservr[122748]: [212B blob data] Mar 19 18:02:02 managed-node3 sqlservr[122748]: [81B blob data] Mar 19 18:02:02 managed-node3 platform-python[123294]: ansible-ansible.legacy.command Invoked with _raw_params=grep '^ipaddress = ' /var/opt/mssql/mssql.conf _uses_shell=False expand_argument_vars=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Mar 19 18:02:02 managed-node3 sqlservr[122748]: [274B blob data] Mar 19 18:02:02 managed-node3 sqlservr[122748]: [41B blob data] Mar 19 18:02:02 managed-node3 sqlservr[122748]: [71B blob data] Mar 19 18:02:02 managed-node3 sqlservr[122748]: [66B blob data] Mar 19 18:02:02 managed-node3 sqlservr[122748]: [50B blob data] Mar 19 18:02:02 managed-node3 sqlservr[122748]: [80B blob data] Mar 19 18:02:02 managed-node3 sqlservr[122748]: [138B blob data] Mar 19 18:02:02 managed-node3 sqlservr[122748]: [138B blob data] Mar 19 18:02:02 managed-node3 sqlservr[122748]: [77B blob data] Mar 19 18:02:02 managed-node3 sqlservr[122748]: [134B blob data] Mar 19 18:02:02 managed-node3 sqlservr[122748]: [159B blob data] Mar 19 18:02:02 managed-node3 sqlservr[122748]: [217B blob data] Mar 19 18:02:02 managed-node3 sqlservr[122748]: [64B blob data] Mar 19 18:02:02 managed-node3 sqlservr[122748]: [79B blob data] Mar 19 18:02:02 managed-node3 sqlservr[122748]: [153B blob data] Mar 19 18:02:02 managed-node3 sqlservr[122748]: [65B blob data] Mar 19 18:02:02 managed-node3 sqlservr[122748]: [62B blob data] Mar 19 18:02:02 managed-node3 sqlservr[122748]: [61B blob data] Mar 19 18:02:03 managed-node3 sqlservr[122748]: [66B blob data] Mar 19 18:02:03 managed-node3 sqlservr[122748]: [206B blob data] Mar 19 18:02:03 managed-node3 sqlservr[122748]: [80B blob data] Mar 19 18:02:03 managed-node3 sqlservr[122748]: [80B blob data] Mar 19 18:02:03 managed-node3 platform-python[123446]: ansible-wait_for Invoked with path=/var/opt/mssql/log/errorlog search_regex=SQL Server is now ready for client connections delay=1 host=127.0.0.1 timeout=300 connect_timeout=5 active_connection_states=['ESTABLISHED', 'FIN_WAIT1', 'FIN_WAIT2', 'SYN_RECV', 'SYN_SENT', 'TIME_WAIT'] state=started sleep=1 port=None exclude_hosts=None msg=None Mar 19 18:02:03 managed-node3 sqlservr[122748]: [78B blob data] Mar 19 18:02:03 managed-node3 sqlservr[122748]: [84B blob data] Mar 19 18:02:03 managed-node3 sqlservr[122748]: [122B blob data] Mar 19 18:02:03 managed-node3 sqlservr[122748]: [145B blob data] Mar 19 18:02:03 managed-node3 sqlservr[122748]: [75B blob data] Mar 19 18:02:03 managed-node3 sqlservr[122748]: [96B blob data] Mar 19 18:02:03 managed-node3 sqlservr[122748]: [100B blob data] Mar 19 18:02:03 managed-node3 sqlservr[122748]: [71B blob data] Mar 19 18:02:03 managed-node3 sqlservr[122748]: [124B blob data] Mar 19 18:02:04 managed-node3 platform-python[123597]: ansible-ansible.legacy.command Invoked with _raw_params=/opt/mssql-tools18/bin/sqlcmd -C -No -U sa -P p@55w0rD -Q 'SELECT @@VERSION' _uses_shell=False expand_argument_vars=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Mar 19 18:02:04 managed-node3 platform-python[123725]: ansible-ansible.legacy.command Invoked with _raw_params=grep '^tlscert' /var/opt/mssql/mssql.conf || true _uses_shell=True expand_argument_vars=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Mar 19 18:02:05 managed-node3 platform-python[123850]: ansible-ansible.legacy.command Invoked with _raw_params=grep '^tlskey' /var/opt/mssql/mssql.conf || true _uses_shell=True expand_argument_vars=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Mar 19 18:02:05 managed-node3 platform-python[123975]: ansible-ansible.legacy.command Invoked with _raw_params=grep '^tlsprotocols' /var/opt/mssql/mssql.conf || true _uses_shell=True expand_argument_vars=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Mar 19 18:02:06 managed-node3 platform-python[124100]: ansible-ansible.legacy.command Invoked with _raw_params=grep '^forceencryption' /var/opt/mssql/mssql.conf || true _uses_shell=True expand_argument_vars=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Mar 19 18:02:06 managed-node3 platform-python[124225]: ansible-ansible.legacy.command Invoked with _raw_params=grep 'Ansible managed ' /var/opt/mssql/mssql.conf _uses_shell=False expand_argument_vars=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Mar 19 18:02:07 managed-node3 platform-python[124388]: ansible-setup Invoked with gather_subset=['!all', '!min', 'os_family', 'pkg_mgr', 'distribution_version', 'distribution', 'distribution_major_version'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Mar 19 18:02:10 managed-node3 platform-python[124642]: ansible-rpm_key Invoked with key=https://packages.microsoft.com/keys/microsoft.asc state=present validate_certs=True fingerprint=None Mar 19 18:02:11 managed-node3 platform-python[124772]: ansible-ansible.legacy.dnf Invoked with name=['mssql-server-selinux'] state=absent allow_downgrade=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 allowerasing=False nobest=False use_backend=auto conf_file=None disable_excludes=None download_dir=None list=None releasever=None Mar 19 18:02:13 managed-node3 platform-python[124896]: ansible-ansible.legacy.dnf Invoked with name=['mssql-server'] state=present allow_downgrade=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 allowerasing=False nobest=False use_backend=auto conf_file=None disable_excludes=None download_dir=None list=None releasever=None Mar 19 18:02:16 managed-node3 platform-python[125020]: ansible-ansible.legacy.command Invoked with _raw_params=set -euo pipefail errorlog="$(grep '^errorlogfile = ' /var/opt/mssql/mssql.conf \ | sed 's/errorlogfile : //')" || : if [ -s "${errorlog}" ]; then echo "${errorlog}" elif [ -s /var/opt/mssql/log/errorlog ]; then echo /var/opt/mssql/log/errorlog else echo "" fi _uses_shell=True expand_argument_vars=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Mar 19 18:02:16 managed-node3 platform-python[125147]: ansible-ansible.legacy.command Invoked with _raw_params=systemctl is-enabled mssql-server.service _uses_shell=False expand_argument_vars=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Mar 19 18:02:16 managed-node3 platform-python[125271]: ansible-ansible.legacy.command Invoked with _raw_params=systemctl is-active mssql-server.service _uses_shell=False expand_argument_vars=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Mar 19 18:02:18 managed-node3 platform-python[125395]: ansible-ansible.legacy.dnf Invoked with name=['tuned-profiles-mssql'] state=present allow_downgrade=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 allowerasing=False nobest=False use_backend=auto conf_file=None disable_excludes=None download_dir=None list=None releasever=None Mar 19 18:02:20 managed-node3 platform-python[125519]: ansible-ansible.legacy.setup Invoked with gather_subset=['!all'] filter=['ansible_service_mgr'] gather_timeout=10 fact_path=/etc/ansible/facts.d Mar 19 18:02:21 managed-node3 platform-python[125587]: ansible-ansible.legacy.systemd Invoked with name=tuned state=started enabled=True daemon_reload=False daemon_reexec=False scope=system no_block=False force=None masked=None Mar 19 18:02:21 managed-node3 platform-python[125714]: ansible-slurp Invoked with path=/etc/tuned/active_profile src=/etc/tuned/active_profile Mar 19 18:02:22 managed-node3 platform-python[125837]: ansible-yum_repository Invoked with name=packages-microsoft-com-prod description=Microsoft SQL Server Tools baseurl=['https://packages.microsoft.com/rhel/8/prod/'] gpgcheck=True reposdir=/etc/yum.repos.d state=present unsafe_writes=False bandwidth=None cost=None deltarpm_metadata_percentage=None deltarpm_percentage=None enabled=None enablegroups=None exclude=None failovermethod=None file=None gpgcakey=None gpgkey=None module_hotfixes=None http_caching=None include=None includepkgs=None ip_resolve=None keepalive=None keepcache=None metadata_expire=None metadata_expire_filter=None metalink=None mirrorlist=None mirrorlist_expire=None password=NOT_LOGGING_PARAMETER priority=None protect=None proxy=None proxy_password=NOT_LOGGING_PARAMETER proxy_username=None repo_gpgcheck=None retries=None s3_enabled=None skip_if_unavailable=None sslcacert=None ssl_check_cert_permissions=None sslclientcert=None sslclientkey=None sslverify=None throttle=None timeout=None ui_repoid_vars=None username=None async=None mode=None owner=None group=None seuser=None serole=None selevel=None setype=None attributes=None Mar 19 18:02:22 managed-node3 platform-python[125960]: ansible-ansible.legacy.dnf Invoked with name=['mssql-tools18', 'unixODBC-devel'] state=present allow_downgrade=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 allowerasing=False nobest=False use_backend=auto conf_file=None disable_excludes=None download_dir=None list=None releasever=None Mar 19 18:02:25 managed-node3 platform-python[126084]: ansible-ansible.legacy.command Invoked with _raw_params=grep '^tlscert = ' /var/opt/mssql/mssql.conf _uses_shell=False expand_argument_vars=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Mar 19 18:02:25 managed-node3 platform-python[126208]: ansible-ansible.legacy.command Invoked with _raw_params=/opt/mssql/bin/mssql-conf unset network.tlscert _uses_shell=False expand_argument_vars=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Mar 19 18:02:26 managed-node3 platform-python[126334]: ansible-ansible.legacy.command Invoked with _raw_params=grep '^tlskey = ' /var/opt/mssql/mssql.conf _uses_shell=False expand_argument_vars=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Mar 19 18:02:26 managed-node3 platform-python[126458]: ansible-ansible.legacy.command Invoked with _raw_params=/opt/mssql/bin/mssql-conf unset network.tlskey _uses_shell=False expand_argument_vars=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Mar 19 18:02:26 managed-node3 platform-python[126584]: ansible-ansible.legacy.command Invoked with _raw_params=grep '^tlsprotocols = ' /var/opt/mssql/mssql.conf _uses_shell=False expand_argument_vars=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Mar 19 18:02:27 managed-node3 platform-python[126708]: ansible-ansible.legacy.command Invoked with _raw_params=/opt/mssql/bin/mssql-conf unset network.tlsprotocols _uses_shell=False expand_argument_vars=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Mar 19 18:02:27 managed-node3 platform-python[126834]: ansible-ansible.legacy.command Invoked with _raw_params=grep '^forceencryption = ' /var/opt/mssql/mssql.conf _uses_shell=False expand_argument_vars=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Mar 19 18:02:28 managed-node3 platform-python[126958]: ansible-ansible.legacy.command Invoked with _raw_params=/opt/mssql/bin/mssql-conf unset network.forceencryption _uses_shell=False expand_argument_vars=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Mar 19 18:02:28 managed-node3 platform-python[127084]: ansible-ansible.legacy.command Invoked with _raw_params=set -euo pipefail; grep '^forceencryption' /var/opt/mssql/mssql.conf | sed 's/forceencryption = //g' _uses_shell=True expand_argument_vars=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Mar 19 18:02:29 managed-node3 platform-python[127210]: ansible-ansible.legacy.command Invoked with _raw_params=errorlog_edition="$(grep -oi 'Evaluation edition' \ /var/opt/mssql/log/errorlog)" if [ -z "${errorlog_edition}" ]; then edition_matches=false else edition_matches=true fi echo "${edition_matches}" _uses_shell=True expand_argument_vars=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Mar 19 18:02:31 managed-node3 platform-python[127462]: ansible-ansible.legacy.command Invoked with _raw_params=grep '^tcpport = ' /var/opt/mssql/mssql.conf _uses_shell=False expand_argument_vars=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Mar 19 18:02:31 managed-node3 platform-python[127588]: ansible-ansible.legacy.command Invoked with _raw_params=/opt/mssql/bin/mssql-conf set network.tcpport 1433 _uses_shell=False expand_argument_vars=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Mar 19 18:02:33 managed-node3 platform-python[127715]: ansible-blockinfile Invoked with path=/var/opt/mssql/mssql.conf block=# # Ansible managed # # system_role:mssql insertbefore=BOF state=present marker=# {mark} ANSIBLE MANAGED BLOCK create=False backup=False marker_begin=BEGIN marker_end=END append_newline=False prepend_newline=False unsafe_writes=False insertafter=None validate=None mode=None owner=None group=None seuser=None serole=None selevel=None setype=None attributes=None Mar 19 18:02:34 managed-node3 platform-python[127838]: ansible-ansible.legacy.setup Invoked with gather_subset=['!all'] filter=['ansible_service_mgr'] gather_timeout=10 fact_path=/etc/ansible/facts.d Mar 19 18:02:34 managed-node3 platform-python[127906]: ansible-ansible.legacy.systemd Invoked with name=mssql-server state=restarted daemon_reload=False daemon_reexec=False scope=system no_block=False enabled=None force=None masked=None Mar 19 18:02:34 managed-node3 systemd[1]: Stopping Microsoft SQL Server Database Engine... -- Subject: Unit mssql-server.service has begun shutting down -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit mssql-server.service has begun shutting down. Mar 19 18:02:34 managed-node3 sqlservr[122748]: [200B blob data] Mar 19 18:02:34 managed-node3 sqlservr[122748]: [190B blob data] Mar 19 18:02:34 managed-node3 sqlservr[122748]: [73B blob data] Mar 19 18:02:35 managed-node3 sqlservr[122748]: [164B blob data] Mar 19 18:02:35 managed-node3 sqlservr[122748]: [1B blob data] Mar 19 18:02:35 managed-node3 systemd[1]: mssql-server.service: Succeeded. -- Subject: Unit succeeded -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- The unit mssql-server.service has successfully entered the 'dead' state. Mar 19 18:02:35 managed-node3 systemd[1]: Stopped Microsoft SQL Server Database Engine. -- Subject: Unit mssql-server.service has finished shutting down -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit mssql-server.service has finished shutting down. Mar 19 18:02:35 managed-node3 systemd[1]: Started Microsoft SQL Server Database Engine. -- Subject: Unit mssql-server.service has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit mssql-server.service has finished starting up. -- -- The start-up result is done. Mar 19 18:02:35 managed-node3 platform-python[128071]: ansible-ansible.legacy.setup Invoked with gather_subset=['!all'] filter=['ansible_service_mgr'] gather_timeout=10 fact_path=/etc/ansible/facts.d Mar 19 18:02:36 managed-node3 platform-python[128192]: ansible-ansible.legacy.systemd Invoked with name=mssql-server state=started daemon_reload=False daemon_reexec=False scope=system no_block=False enabled=None force=None masked=None Mar 19 18:02:36 managed-node3 platform-python[128335]: ansible-ansible.legacy.command Invoked with _raw_params=grep '^tcpport = ' /var/opt/mssql/mssql.conf _uses_shell=False expand_argument_vars=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Mar 19 18:02:36 managed-node3 sqlservr[127937]: 2026-03-19 18:02:36.92 Server Microsoft SQL Server 2017 (RTM-CU31-GDR) (KB5077471) - 14.0.3520.4 (X64) Mar 19 18:02:36 managed-node3 sqlservr[127937]: [29B blob data] Mar 19 18:02:36 managed-node3 sqlservr[127937]: [49B blob data] Mar 19 18:02:36 managed-node3 sqlservr[127937]: [74B blob data] Mar 19 18:02:36 managed-node3 sqlservr[127937]: [57B blob data] Mar 19 18:02:36 managed-node3 sqlservr[127937]: [62B blob data] Mar 19 18:02:36 managed-node3 sqlservr[127937]: [56B blob data] Mar 19 18:02:36 managed-node3 sqlservr[127937]: [61B blob data] Mar 19 18:02:36 managed-node3 sqlservr[127937]: [102B blob data] Mar 19 18:02:36 managed-node3 sqlservr[127937]: [64B blob data] Mar 19 18:02:36 managed-node3 sqlservr[127937]: [43B blob data] Mar 19 18:02:36 managed-node3 sqlservr[127937]: [44B blob data] Mar 19 18:02:36 managed-node3 sqlservr[127937]: [40B blob data] Mar 19 18:02:36 managed-node3 sqlservr[127937]: [274B blob data] Mar 19 18:02:36 managed-node3 sqlservr[127937]: [155B blob data] Mar 19 18:02:36 managed-node3 sqlservr[127937]: [122B blob data] Mar 19 18:02:36 managed-node3 sqlservr[127937]: [84B blob data] Mar 19 18:02:36 managed-node3 sqlservr[127937]: [69B blob data] Mar 19 18:02:37 managed-node3 sqlservr[127937]: [102B blob data] Mar 19 18:02:37 managed-node3 sqlservr[127937]: [115B blob data] Mar 19 18:02:37 managed-node3 sqlservr[127937]: [130B blob data] Mar 19 18:02:37 managed-node3 sqlservr[127937]: [557B blob data] Mar 19 18:02:37 managed-node3 sqlservr[127937]: [86B blob data] Mar 19 18:02:37 managed-node3 sqlservr[127937]: [118B blob data] Mar 19 18:02:37 managed-node3 sqlservr[127937]: [281B blob data] Mar 19 18:02:37 managed-node3 sqlservr[127937]: [212B blob data] Mar 19 18:02:37 managed-node3 sqlservr[127937]: [81B blob data] Mar 19 18:02:37 managed-node3 sqlservr[127937]: [274B blob data] Mar 19 18:02:37 managed-node3 sqlservr[127937]: [41B blob data] Mar 19 18:02:37 managed-node3 sqlservr[127937]: [71B blob data] Mar 19 18:02:37 managed-node3 platform-python[128478]: ansible-ansible.legacy.command Invoked with _raw_params=grep '^ipaddress = ' /var/opt/mssql/mssql.conf _uses_shell=False expand_argument_vars=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Mar 19 18:02:37 managed-node3 sqlservr[127937]: [66B blob data] Mar 19 18:02:37 managed-node3 sqlservr[127937]: [50B blob data] Mar 19 18:02:37 managed-node3 sqlservr[127937]: [80B blob data] Mar 19 18:02:37 managed-node3 sqlservr[127937]: [138B blob data] Mar 19 18:02:37 managed-node3 sqlservr[127937]: [138B blob data] Mar 19 18:02:37 managed-node3 sqlservr[127937]: [77B blob data] Mar 19 18:02:37 managed-node3 sqlservr[127937]: [134B blob data] Mar 19 18:02:37 managed-node3 sqlservr[127937]: [79B blob data] Mar 19 18:02:37 managed-node3 sqlservr[127937]: [153B blob data] Mar 19 18:02:37 managed-node3 sqlservr[127937]: [159B blob data] Mar 19 18:02:37 managed-node3 sqlservr[127937]: [217B blob data] Mar 19 18:02:37 managed-node3 sqlservr[127937]: [64B blob data] Mar 19 18:02:37 managed-node3 sqlservr[127937]: [65B blob data] Mar 19 18:02:37 managed-node3 sqlservr[127937]: [104B blob data] Mar 19 18:02:37 managed-node3 sqlservr[127937]: [80B blob data] Mar 19 18:02:37 managed-node3 sqlservr[127937]: [80B blob data] Mar 19 18:02:37 managed-node3 sqlservr[127937]: [78B blob data] Mar 19 18:02:37 managed-node3 sqlservr[127937]: [84B blob data] Mar 19 18:02:37 managed-node3 sqlservr[127937]: [122B blob data] Mar 19 18:02:37 managed-node3 sqlservr[127937]: [145B blob data] Mar 19 18:02:37 managed-node3 sqlservr[127937]: [62B blob data] Mar 19 18:02:37 managed-node3 sqlservr[127937]: [61B blob data] Mar 19 18:02:37 managed-node3 platform-python[128623]: ansible-wait_for Invoked with path=/var/opt/mssql/log/errorlog search_regex=SQL Server is now ready for client connections delay=1 host=127.0.0.1 timeout=300 connect_timeout=5 active_connection_states=['ESTABLISHED', 'FIN_WAIT1', 'FIN_WAIT2', 'SYN_RECV', 'SYN_SENT', 'TIME_WAIT'] state=started sleep=1 port=None exclude_hosts=None msg=None Mar 19 18:02:37 managed-node3 sqlservr[127937]: [66B blob data] Mar 19 18:02:37 managed-node3 sqlservr[127937]: [75B blob data] Mar 19 18:02:37 managed-node3 sqlservr[127937]: [96B blob data] Mar 19 18:02:37 managed-node3 sqlservr[127937]: [100B blob data] Mar 19 18:02:37 managed-node3 sqlservr[127937]: [71B blob data] Mar 19 18:02:37 managed-node3 sqlservr[127937]: [124B blob data] Mar 19 18:02:39 managed-node3 platform-python[128758]: ansible-ansible.legacy.command Invoked with _raw_params=/opt/mssql-tools18/bin/sqlcmd -C -No -U sa -P p@55w0rD -Q 'SELECT @@VERSION' _uses_shell=False expand_argument_vars=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Mar 19 18:02:39 managed-node3 platform-python[128886]: ansible-ansible.legacy.command Invoked with _raw_params=grep '^tlscert' /var/opt/mssql/mssql.conf || true _uses_shell=True expand_argument_vars=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Mar 19 18:02:40 managed-node3 platform-python[129011]: ansible-ansible.legacy.command Invoked with _raw_params=grep '^tlskey' /var/opt/mssql/mssql.conf || true _uses_shell=True expand_argument_vars=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Mar 19 18:02:40 managed-node3 platform-python[129136]: ansible-ansible.legacy.command Invoked with _raw_params=grep '^tlsprotocols' /var/opt/mssql/mssql.conf || true _uses_shell=True expand_argument_vars=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Mar 19 18:02:41 managed-node3 platform-python[129261]: ansible-ansible.legacy.command Invoked with _raw_params=grep '^forceencryption' /var/opt/mssql/mssql.conf || true _uses_shell=True expand_argument_vars=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Mar 19 18:02:42 managed-node3 platform-python[129425]: ansible-setup Invoked with gather_subset=['!all', '!min', 'os_family', 'pkg_mgr', 'distribution_version', 'distribution', 'distribution_major_version'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Mar 19 18:02:45 managed-node3 platform-python[129678]: ansible-rpm_key Invoked with key=https://packages.microsoft.com/keys/microsoft.asc state=present validate_certs=True fingerprint=None Mar 19 18:02:45 managed-node3 platform-python[129808]: ansible-ansible.legacy.dnf Invoked with name=['mssql-server-selinux'] state=absent allow_downgrade=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 allowerasing=False nobest=False use_backend=auto conf_file=None disable_excludes=None download_dir=None list=None releasever=None Mar 19 18:02:48 managed-node3 platform-python[129932]: ansible-ansible.legacy.dnf Invoked with name=['mssql-server'] state=present allow_downgrade=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 allowerasing=False nobest=False use_backend=auto conf_file=None disable_excludes=None download_dir=None list=None releasever=None Mar 19 18:02:50 managed-node3 platform-python[130056]: ansible-ansible.legacy.command Invoked with _raw_params=set -euo pipefail errorlog="$(grep '^errorlogfile = ' /var/opt/mssql/mssql.conf \ | sed 's/errorlogfile : //')" || : if [ -s "${errorlog}" ]; then echo "${errorlog}" elif [ -s /var/opt/mssql/log/errorlog ]; then echo /var/opt/mssql/log/errorlog else echo "" fi _uses_shell=True expand_argument_vars=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Mar 19 18:02:51 managed-node3 platform-python[130183]: ansible-ansible.legacy.command Invoked with _raw_params=systemctl is-enabled mssql-server.service _uses_shell=False expand_argument_vars=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Mar 19 18:02:51 managed-node3 platform-python[130307]: ansible-ansible.legacy.command Invoked with _raw_params=systemctl is-active mssql-server.service _uses_shell=False expand_argument_vars=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Mar 19 18:02:52 managed-node3 platform-python[130431]: ansible-ansible.legacy.dnf Invoked with name=['tuned-profiles-mssql'] state=present allow_downgrade=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 allowerasing=False nobest=False use_backend=auto conf_file=None disable_excludes=None download_dir=None list=None releasever=None Mar 19 18:02:54 managed-node3 platform-python[130555]: ansible-ansible.legacy.setup Invoked with gather_subset=['!all'] filter=['ansible_service_mgr'] gather_timeout=10 fact_path=/etc/ansible/facts.d Mar 19 18:02:55 managed-node3 platform-python[130623]: ansible-ansible.legacy.systemd Invoked with name=tuned state=started enabled=True daemon_reload=False daemon_reexec=False scope=system no_block=False force=None masked=None Mar 19 18:02:55 managed-node3 platform-python[130750]: ansible-slurp Invoked with path=/etc/tuned/active_profile src=/etc/tuned/active_profile Mar 19 18:02:56 managed-node3 platform-python[130873]: ansible-yum_repository Invoked with name=packages-microsoft-com-prod description=Microsoft SQL Server Tools baseurl=['https://packages.microsoft.com/rhel/8/prod/'] gpgcheck=True reposdir=/etc/yum.repos.d state=present unsafe_writes=False bandwidth=None cost=None deltarpm_metadata_percentage=None deltarpm_percentage=None enabled=None enablegroups=None exclude=None failovermethod=None file=None gpgcakey=None gpgkey=None module_hotfixes=None http_caching=None include=None includepkgs=None ip_resolve=None keepalive=None keepcache=None metadata_expire=None metadata_expire_filter=None metalink=None mirrorlist=None mirrorlist_expire=None password=NOT_LOGGING_PARAMETER priority=None protect=None proxy=None proxy_password=NOT_LOGGING_PARAMETER proxy_username=None repo_gpgcheck=None retries=None s3_enabled=None skip_if_unavailable=None sslcacert=None ssl_check_cert_permissions=None sslclientcert=None sslclientkey=None sslverify=None throttle=None timeout=None ui_repoid_vars=None username=None async=None mode=None owner=None group=None seuser=None serole=None selevel=None setype=None attributes=None Mar 19 18:02:56 managed-node3 platform-python[130996]: ansible-ansible.legacy.dnf Invoked with name=['mssql-tools18', 'unixODBC-devel'] state=present allow_downgrade=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 allowerasing=False nobest=False use_backend=auto conf_file=None disable_excludes=None download_dir=None list=None releasever=None Mar 19 18:03:01 managed-node3 platform-python[131245]: ansible-setup Invoked with gather_subset=['!all', '!min', 'os_family', 'pkg_mgr', 'distribution_version', 'distribution', 'distribution_major_version'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Mar 19 18:03:02 managed-node3 platform-python[131372]: ansible-setup Invoked with gather_subset=['!all', '!min', 'service_mgr', 'python_version', 'distribution_major_version', 'distribution'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Mar 19 18:03:02 managed-node3 platform-python[131500]: ansible-stat Invoked with path=/run/ostree-booted follow=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Mar 19 18:03:02 managed-node3 platform-python[131623]: ansible-stat Invoked with path=/sbin/transactional-update follow=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Mar 19 18:03:03 managed-node3 platform-python[131746]: ansible-ansible.legacy.command Invoked with _raw_params=systemctl is-system-running _uses_shell=False expand_argument_vars=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Mar 19 18:03:03 managed-node3 platform-python[131870]: ansible-ansible.legacy.dnf Invoked with name=['firewalld'] state=present allow_downgrade=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 allowerasing=False nobest=False use_backend=auto conf_file=None disable_excludes=None download_dir=None list=None releasever=None Mar 19 18:03:06 managed-node3 platform-python[131997]: ansible-systemd Invoked with name=firewalld masked=False daemon_reload=False daemon_reexec=False scope=system no_block=False state=None enabled=None force=None Mar 19 18:03:07 managed-node3 platform-python[132125]: ansible-ansible.legacy.systemd Invoked with name=firewalld enabled=True state=started daemon_reload=False daemon_reexec=False scope=system no_block=False force=None masked=None Mar 19 18:03:08 managed-node3 platform-python[132513]: ansible-ansible.legacy.dnf Invoked with name=['adutil', 'mssql-server*', 'mssql-tools*', 'unixODBC-devel', 'mssql-server-fts', 'mssql-server-ha', 'powershell'] state=absent autoremove=True allow_downgrade=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 allowerasing=False nobest=False use_backend=auto conf_file=None disable_excludes=None download_dir=None list=None releasever=None Mar 19 18:03:11 managed-node3 systemd[1]: Reloading. Mar 19 18:03:11 managed-node3 systemd[1]: mssql-server.service: Current command vanished from the unit file, execution of the command list won't be resumed. Mar 19 18:03:11 managed-node3 systemd[1]: Stopping mssql-server.service... -- Subject: Unit mssql-server.service has begun shutting down -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit mssql-server.service has begun shutting down. Mar 19 18:03:11 managed-node3 sqlservr[127937]: [200B blob data] Mar 19 18:03:11 managed-node3 sqlservr[127937]: [190B blob data] Mar 19 18:03:11 managed-node3 sqlservr[127937]: [73B blob data] Mar 19 18:03:11 managed-node3 sqlservr[127937]: [164B blob data] Mar 19 18:03:11 managed-node3 sqlservr[127937]: [1B blob data] Mar 19 18:03:11 managed-node3 systemd[1]: mssql-server.service: Succeeded. -- Subject: Unit succeeded -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- The unit mssql-server.service has successfully entered the 'dead' state. Mar 19 18:03:11 managed-node3 systemd[1]: Stopped mssql-server.service. -- Subject: Unit mssql-server.service has finished shutting down -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit mssql-server.service has finished shutting down. Mar 19 18:03:11 managed-node3 systemd[1]: Reloading. Mar 19 18:03:11 managed-node3 systemd[1]: Reloading. Mar 19 18:03:12 managed-node3 systemd[1]: Started /usr/bin/systemctl start man-db-cache-update. -- Subject: Unit run-rc696be3f40b547828a61ccf31470ee3f.service has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit run-rc696be3f40b547828a61ccf31470ee3f.service has finished starting up. -- -- The start-up result is done. Mar 19 18:03:12 managed-node3 systemd[1]: Starting man-db-cache-update.service... -- Subject: Unit man-db-cache-update.service has begun start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit man-db-cache-update.service has begun starting up. Mar 19 18:03:13 managed-node3 systemd[1]: man-db-cache-update.service: Succeeded. -- Subject: Unit succeeded -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- The unit man-db-cache-update.service has successfully entered the 'dead' state. Mar 19 18:03:13 managed-node3 systemd[1]: Started man-db-cache-update.service. -- Subject: Unit man-db-cache-update.service has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit man-db-cache-update.service has finished starting up. -- -- The start-up result is done. Mar 19 18:03:13 managed-node3 systemd[1]: run-rc696be3f40b547828a61ccf31470ee3f.service: Succeeded. -- Subject: Unit succeeded -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- The unit run-rc696be3f40b547828a61ccf31470ee3f.service has successfully entered the 'dead' state. Mar 19 18:03:13 managed-node3 platform-python[133092]: ansible-ansible.legacy.command Invoked with _raw_params=rm -rfv /var/opt/mssql* /opt/mssql* /var/log/pacemaker/pacemaker.log /etc/yum.repos.d/packages-microsoft-com-* /tmp/*.j2_* /tmp/mssql_data /tmp/mssql_log /etc/systemd/system/mssql-server.service.d /etc/systemd/system/multi-user.target.wants/mssql-server.service _uses_shell=True expand_argument_vars=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Mar 19 18:03:14 managed-node3 platform-python[133216]: ansible-ansible.legacy.command Invoked with _raw_params=systemctl stop mssql-server || true _uses_shell=True expand_argument_vars=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Mar 19 18:03:14 managed-node3 platform-python[133342]: ansible-ansible.legacy.command Invoked with _raw_params=semodule -l _uses_shell=False expand_argument_vars=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Mar 19 18:03:14 managed-node3 platform-python[133466]: ansible-ansible.legacy.command Invoked with _raw_params=pgrep -au mssql _uses_shell=False expand_argument_vars=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Mar 19 18:03:15 managed-node3 platform-python[133590]: ansible-user Invoked with name=mssql state=absent remove=True non_unique=False force=False create_home=True system=False move_home=False append=False ssh_key_bits=0 ssh_key_type=rsa ssh_key_comment=ansible-generated on managed-node3 update_password=always uid=None group=None groups=None comment=None home=None shell=None password=NOT_LOGGING_PARAMETER login_class=None password_expire_max=None password_expire_min=None password_expire_warn=None hidden=None seuser=None skeleton=None generate_ssh_key=None ssh_key_file=None ssh_key_passphrase=NOT_LOGGING_PARAMETER expires=None password_lock=None local=None profile=None authorization=None role=None umask=None Mar 19 18:03:15 managed-node3 userdel[133595]: delete user 'mssql' Mar 19 18:03:15 managed-node3 userdel[133595]: removed group 'mssql' owned by 'mssql' Mar 19 18:03:15 managed-node3 userdel[133595]: removed shadow group 'mssql' owned by 'mssql' Mar 19 18:03:15 managed-node3 sshd[133621]: Accepted publickey for root from 10.31.43.194 port 38068 ssh2: RSA SHA256:9j1blwt3wcrRiGYZQ7ZGu9axm3cDklH6/z4c+Ee8CzE Mar 19 18:03:16 managed-node3 systemd-logind[615]: New session 15 of user root. -- Subject: A new session 15 has been created for user root -- Defined-By: systemd -- Support: https://access.redhat.com/support -- Documentation: https://www.freedesktop.org/wiki/Software/systemd/multiseat -- -- A new session with the ID 15 has been created for the user root. -- -- The leading process of the session is 133621. Mar 19 18:03:16 managed-node3 systemd[1]: Started Session 15 of user root. -- Subject: Unit session-15.scope has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit session-15.scope has finished starting up. -- -- The start-up result is done. Mar 19 18:03:16 managed-node3 sshd[133621]: pam_unix(sshd:session): session opened for user root by (uid=0) Mar 19 18:03:16 managed-node3 sshd[133624]: Received disconnect from 10.31.43.194 port 38068:11: disconnected by user Mar 19 18:03:16 managed-node3 sshd[133624]: Disconnected from user root 10.31.43.194 port 38068 Mar 19 18:03:16 managed-node3 sshd[133621]: pam_unix(sshd:session): session closed for user root Mar 19 18:03:16 managed-node3 systemd-logind[615]: Session 15 logged out. Waiting for processes to exit. Mar 19 18:03:16 managed-node3 systemd[1]: session-15.scope: Succeeded. -- Subject: Unit succeeded -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- The unit session-15.scope has successfully entered the 'dead' state. Mar 19 18:03:16 managed-node3 systemd-logind[615]: Removed session 15. -- Subject: Session 15 has been terminated -- Defined-By: systemd -- Support: https://access.redhat.com/support -- Documentation: https://www.freedesktop.org/wiki/Software/systemd/multiseat -- -- A session with the ID 15 has been terminated. Mar 19 18:03:16 managed-node3 sshd[133645]: Accepted publickey for root from 10.31.43.194 port 38076 ssh2: RSA SHA256:9j1blwt3wcrRiGYZQ7ZGu9axm3cDklH6/z4c+Ee8CzE Mar 19 18:03:16 managed-node3 systemd-logind[615]: New session 16 of user root. -- Subject: A new session 16 has been created for user root -- Defined-By: systemd -- Support: https://access.redhat.com/support -- Documentation: https://www.freedesktop.org/wiki/Software/systemd/multiseat -- -- A new session with the ID 16 has been created for the user root. -- -- The leading process of the session is 133645. Mar 19 18:03:16 managed-node3 systemd[1]: Started Session 16 of user root. -- Subject: Unit session-16.scope has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit session-16.scope has finished starting up. -- -- The start-up result is done. Mar 19 18:03:16 managed-node3 sshd[133645]: pam_unix(sshd:session): session opened for user root by (uid=0)