ansible-playbook 2.9.27 config file = None configured module search path = ['/root/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules'] ansible python module location = /usr/local/lib/python3.9/site-packages/ansible executable location = /usr/local/bin/ansible-playbook python version = 3.9.19 (main, May 16 2024, 11:40:09) [GCC 8.5.0 20210514 (Red Hat 8.5.0-22)] No config file found; using defaults [WARNING]: running playbook inside collection fedora.linux_system_roles Skipping callback 'actionable', as we already have a stdout callback. Skipping callback 'counter_enabled', as we already have a stdout callback. Skipping callback 'debug', as we already have a stdout callback. Skipping callback 'dense', as we already have a stdout callback. Skipping callback 'dense', as we already have a stdout callback. Skipping callback 'full_skip', as we already have a stdout callback. Skipping callback 'json', as we already have a stdout callback. Skipping callback 'minimal', as we already have a stdout callback. Skipping callback 'null', as we already have a stdout callback. Skipping callback 'oneline', as we already have a stdout callback. Skipping callback 'selective', as we already have a stdout callback. Skipping callback 'skippy', as we already have a stdout callback. Skipping callback 'stderr', as we already have a stdout callback. Skipping callback 'unixy', as we already have a stdout callback. Skipping callback 'yaml', as we already have a stdout callback. PLAYBOOK: tests_idempotency_2017.yml ******************************************* 1 plays in /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/tests/mssql/tests_idempotency_2017.yml PLAY [Ensure that the role is idempotent] ************************************** META: ran handlers TASK [Run tests_idempotency with SQL Server 2017] ****************************** task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/tests/mssql/tests_idempotency_2017.yml:15 Wednesday 14 May 2025 12:44:30 -0400 (0:00:00.060) 0:00:00.060 ********* included: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/tests_idempotency.yml for managed-node2 TASK [Assert fail on EL 7 with version = 2022 and EL 9 with version != 2022] *** task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/tests_idempotency.yml:2 Wednesday 14 May 2025 12:44:30 -0400 (0:00:00.031) 0:00:00.092 ********* included: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/assert_fail_on_unsupported_ver.yml for managed-node2 TASK [Ensure ansible_facts to get ansible_distribution] ************************ task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/assert_fail_on_unsupported_ver.yml:2 Wednesday 14 May 2025 12:44:30 -0400 (0:00:00.048) 0:00:00.140 ********* ok: [managed-node2] TASK [Run the role] ************************************************************ task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/assert_fail_on_unsupported_ver.yml:17 Wednesday 14 May 2025 12:44:31 -0400 (0:00:00.849) 0:00:00.989 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Unreachable task] ******************************************************** task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/assert_fail_on_unsupported_ver.yml:24 Wednesday 14 May 2025 12:44:31 -0400 (0:00:00.026) 0:00:01.016 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Run on a fresh host and set all parameters] ****************************** task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/tests_idempotency.yml:5 Wednesday 14 May 2025 12:44:31 -0400 (0:00:00.026) 0:00:01.043 ********* TASK [fedora.linux_system_roles.mssql : Ensure ansible_facts and variables used by role] *** task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:3 Wednesday 14 May 2025 12:44:31 -0400 (0:00:00.294) 0:00:01.338 ********* included: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/set_vars.yml for managed-node2 TASK [fedora.linux_system_roles.mssql : Ensure ansible_facts used by role] ***** task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/set_vars.yml:3 Wednesday 14 May 2025 12:44:31 -0400 (0:00:00.023) 0:00:01.361 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Set platform/version specific variables] *** task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/set_vars.yml:8 Wednesday 14 May 2025 12:44:31 -0400 (0:00:00.022) 0:00:01.383 ********* ok: [managed-node2] => (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-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/vars/RedHat.yml" ], "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml" } skipping: [managed-node2] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [managed-node2] => (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-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } ok: [managed-node2] => (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-9gc/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-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/set_vars.yml:22 Wednesday 14 May 2025 12:44:31 -0400 (0:00:00.050) 0:00:01.434 ********* ok: [managed-node2] => { "changed": false, "cmd": [ "systemctl", "is-system-running" ], "delta": "0:00:00.007749", "end": "2025-05-14 12:44:32.192663", "failed_when_result": false, "rc": 0, "start": "2025-05-14 12:44:32.184914" } STDOUT: running TASK [fedora.linux_system_roles.mssql : Require installed systemd] ************* task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/set_vars.yml:29 Wednesday 14 May 2025 12:44:32 -0400 (0:00:00.460) 0:00:01.894 ********* skipping: [managed-node2] => { "changed": false, "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-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/set_vars.yml:34 Wednesday 14 May 2025 12:44:32 -0400 (0:00:00.028) 0:00:01.922 ********* ok: [managed-node2] => { "ansible_facts": { "__mssql_is_booted": true }, "changed": false } TASK [fedora.linux_system_roles.mssql : Unset the __mssql_sqlcmd_login_cmd fact] *** task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:8 Wednesday 14 May 2025 12:44:32 -0400 (0:00:00.032) 0:00:01.955 ********* ok: [managed-node2] => { "ansible_facts": { "__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-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:15 Wednesday 14 May 2025 12:44:32 -0400 (0:00:00.033) 0:00:01.988 ********* skipping: [managed-node2] => {} TASK [fedora.linux_system_roles.mssql : Link the deprecated mssql_input_sql_file fact] *** task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:23 Wednesday 14 May 2025 12:44:32 -0400 (0:00:00.031) 0:00:02.020 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Print that the variable is deprecated] *** task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:30 Wednesday 14 May 2025 12:44:32 -0400 (0:00:00.038) 0:00:02.058 ********* skipping: [managed-node2] => {} TASK [fedora.linux_system_roles.mssql : Link the deprecated mssql_ha_listener_port fact] *** task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:37 Wednesday 14 May 2025 12:44:32 -0400 (0:00:00.033) 0:00:02.091 ********* skipping: [managed-node2] => { "changed": false, "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-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:44 Wednesday 14 May 2025 12:44:32 -0400 (0:00:00.018) 0:00:02.110 ********* skipping: [managed-node2] => {} TASK [fedora.linux_system_roles.mssql : Link the deprecated mssql_ad_sql_user_name fact] *** task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:51 Wednesday 14 May 2025 12:44:32 -0400 (0:00:00.022) 0:00:02.132 ********* skipping: [managed-node2] => { "changed": false, "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-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:58 Wednesday 14 May 2025 12:44:32 -0400 (0:00:00.019) 0:00:02.152 ********* skipping: [managed-node2] => {} TASK [fedora.linux_system_roles.mssql : Link the deprecated mssql_ha_cluster_run_role fact] *** task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:65 Wednesday 14 May 2025 12:44:32 -0400 (0:00:00.020) 0:00:02.173 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Print that variable is deprecated] ***** task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:74 Wednesday 14 May 2025 12:44:32 -0400 (0:00:00.017) 0:00:02.190 ********* skipping: [managed-node2] => {} TASK [fedora.linux_system_roles.mssql : Link the deprecated fact] ************** task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:83 Wednesday 14 May 2025 12:44:32 -0400 (0:00:00.024) 0:00:02.214 ********* skipping: [managed-node2] => { "changed": false, "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-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:87 Wednesday 14 May 2025 12:44:32 -0400 (0:00:00.018) 0:00:02.232 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Verify that the user accepts EULA variables] *** task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:94 Wednesday 14 May 2025 12:44:32 -0400 (0:00:00.023) 0:00:02.256 ********* ok: [managed-node2] => { "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-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:106 Wednesday 14 May 2025 12:44:32 -0400 (0:00:00.024) 0:00:02.280 ********* skipping: [managed-node2] => { "changed": false, "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-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:114 Wednesday 14 May 2025 12:44:32 -0400 (0:00:00.016) 0:00:02.297 ********* skipping: [managed-node2] => { "changed": false, "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-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:123 Wednesday 14 May 2025 12:44:32 -0400 (0:00:00.017) 0:00:02.314 ********* skipping: [managed-node2] => { "changed": false, "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-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:132 Wednesday 14 May 2025 12:44:32 -0400 (0:00:00.016) 0:00:02.331 ********* skipping: [managed-node2] => { "changed": false, "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-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:142 Wednesday 14 May 2025 12:44:32 -0400 (0:00:00.016) 0:00:02.347 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Verify that mssql_manage_selinux is set properly] *** task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:151 Wednesday 14 May 2025 12:44:32 -0400 (0:00:00.019) 0:00:02.366 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Gather package facts] ****************** task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:162 Wednesday 14 May 2025 12:44:32 -0400 (0:00:00.017) 0:00:02.384 ********* ok: [managed-node2] => { "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-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:166 Wednesday 14 May 2025 12:44:34 -0400 (0:00:01.785) 0:00:04.169 ********* skipping: [managed-node2] => (item={'key': 2017, 'value': 14}) => { "ansible_loop_var": "item", "changed": false, "item": { "key": 2017, "value": 14 }, "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item={'key': 2019, 'value': 15}) => { "ansible_loop_var": "item", "changed": false, "item": { "key": 2019, "value": 15 }, "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item={'key': 2022, 'value': 16}) => { "ansible_loop_var": "item", "changed": false, "item": { "key": 2022, "value": 16 }, "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-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:174 Wednesday 14 May 2025 12:44:34 -0400 (0:00:00.111) 0:00:04.280 ********* skipping: [managed-node2] => { "changed": false, "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-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:181 Wednesday 14 May 2025 12:44:34 -0400 (0:00:00.067) 0:00:04.347 ********* ok: [managed-node2] => { "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-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:188 Wednesday 14 May 2025 12:44:34 -0400 (0:00:00.041) 0:00:04.389 ********* skipping: [managed-node2] => (item={'key': 2017, 'value': 14}) => { "ansible_loop_var": "item", "changed": false, "item": { "key": 2017, "value": 14 }, "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item={'key': 2019, 'value': 15}) => { "ansible_loop_var": "item", "changed": false, "item": { "key": 2019, "value": 15 }, "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item={'key': 2022, 'value': 16}) => { "ansible_loop_var": "item", "changed": false, "item": { "key": 2022, "value": 16 }, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Deploy the GPG key for Microsoft repositories] *** task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:202 Wednesday 14 May 2025 12:44:34 -0400 (0:00:00.060) 0:00:04.450 ********* ok: [managed-node2] => { "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-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:216 Wednesday 14 May 2025 12:44:35 -0400 (0:00:00.673) 0:00:05.123 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Get yum repositories] ****************** task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:226 Wednesday 14 May 2025 12:44:35 -0400 (0:00:00.034) 0:00:05.157 ********* skipping: [managed-node2] => { "changed": false, "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-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:237 Wednesday 14 May 2025 12:44:35 -0400 (0:00:00.037) 0:00:05.195 ********* skipping: [managed-node2] => { "changed": false, "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-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:251 Wednesday 14 May 2025 12:44:35 -0400 (0:00:00.050) 0:00:05.245 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Get zypper repositories] *************** task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:260 Wednesday 14 May 2025 12:44:35 -0400 (0:00:00.036) 0:00:05.281 ********* skipping: [managed-node2] => { "changed": false, "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-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:272 Wednesday 14 May 2025 12:44:35 -0400 (0:00:00.041) 0:00:05.323 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Configure the Microsoft SQL Server repo version 2017] *** task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:279 Wednesday 14 May 2025 12:44:35 -0400 (0:00:00.053) 0:00:05.376 ********* changed: [managed-node2] => { "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-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:291 Wednesday 14 May 2025 12:44:36 -0400 (0:00:00.668) 0:00:06.044 ********* skipping: [managed-node2] => { "changed": false, "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-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:304 Wednesday 14 May 2025 12:44:36 -0400 (0:00:00.059) 0:00:06.103 ********* ok: [managed-node2] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [fedora.linux_system_roles.mssql : Ensure the package mssql-server] ******* task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:309 Wednesday 14 May 2025 12:44:40 -0400 (0:00:03.559) 0:00:09.663 ********* changed: [managed-node2] => { "changed": true, "rc": 0, "results": [ "Installed: gcc-gdb-plugin-8.5.0-22.el8.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: mssql-server-14.0.3490.10-4.x86_64", "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-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:314 Wednesday 14 May 2025 12:45:19 -0400 (0:00:39.458) 0:00:49.122 ********* ok: [managed-node2] => { "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.004943", "end": "2025-05-14 12:45:19.790665", "rc": 0, "start": "2025-05-14 12:45:19.785722" } TASK [fedora.linux_system_roles.mssql : Check if mssql-server.service is enabled] *** task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:331 Wednesday 14 May 2025 12:45:19 -0400 (0:00:00.395) 0:00:49.517 ********* ok: [managed-node2] => { "changed": false, "cmd": [ "systemctl", "is-enabled", "mssql-server.service" ], "delta": "0:00:00.010039", "end": "2025-05-14 12:45:20.206434", "failed_when_result": false, "rc": 1, "start": "2025-05-14 12:45:20.196395" } STDOUT: disabled MSG: non-zero return code TASK [fedora.linux_system_roles.mssql : Check if mssql-server.service is running] *** task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:338 Wednesday 14 May 2025 12:45:20 -0400 (0:00:00.394) 0:00:49.911 ********* ok: [managed-node2] => { "changed": false, "cmd": [ "systemctl", "is-active", "mssql-server.service" ], "delta": "0:00:00.008778", "end": "2025-05-14 12:45:20.580514", "failed_when_result": false, "rc": 3, "start": "2025-05-14 12:45:20.571736" } STDOUT: inactive MSG: non-zero return code TASK [fedora.linux_system_roles.mssql : Set the __mssql_is_setup variable] ***** task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:345 Wednesday 14 May 2025 12:45:20 -0400 (0:00:00.375) 0:00:50.287 ********* ok: [managed-node2] => { "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-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:352 Wednesday 14 May 2025 12:45:20 -0400 (0:00:00.039) 0:00:50.327 ********* ok: [managed-node2] => { "changed": false } MSG: All assertions passed TASK [fedora.linux_system_roles.mssql : Set up MSSQL] ************************** task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:368 Wednesday 14 May 2025 12:45:20 -0400 (0:00:00.072) 0:00:50.400 ********* changed: [managed-node2] => { "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-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:398 Wednesday 14 May 2025 12:45:25 -0400 (0:00:04.407) 0:00:54.808 ********* included: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/configure_storage_paths.yml for managed-node2 included: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/configure_storage_paths.yml for managed-node2 TASK [fedora.linux_system_roles.mssql : Ensure the directory and permissions /tmp/mssql_data] *** task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/configure_storage_paths.yml:3 Wednesday 14 May 2025 12:45:25 -0400 (0:00:00.083) 0:00:54.892 ********* changed: [managed-node2] => { "changed": true, "gid": 991, "group": "mssql", "mode": "0755", "owner": "mssql", "path": "/tmp/mssql_data", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 6, "state": "directory", "uid": 993 } TASK [fedora.linux_system_roles.mssql : Append facts for the selinux role] ***** task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/configure_storage_paths.yml:12 Wednesday 14 May 2025 12:45:25 -0400 (0:00:00.637) 0:00:55.529 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Configure the setting defaultdatadir] *** task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/configure_storage_paths.yml:28 Wednesday 14 May 2025 12:45:25 -0400 (0:00:00.045) 0:00:55.574 ********* included: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml for managed-node2 TASK [fedora.linux_system_roles.mssql : Get the setting filelocation defaultdatadir] *** task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:3 Wednesday 14 May 2025 12:45:26 -0400 (0:00:00.107) 0:00:55.682 ********* ok: [managed-node2] => { "changed": false, "cmd": [ "grep", "^defaultdatadir = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003405", "end": "2025-05-14 12:45:26.446238", "failed_when_result": false, "rc": 1, "start": "2025-05-14 12:45:26.442833" } MSG: non-zero return code TASK [fedora.linux_system_roles.mssql : Configure the setting filelocation defaultdatadir] *** task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:12 Wednesday 14 May 2025 12:45:26 -0400 (0:00:00.513) 0:00:56.196 ********* NOTIFIED HANDLER fedora.linux_system_roles.mssql : Restart the mssql-server service for managed-node2 changed: [managed-node2] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "set", "filelocation.defaultdatadir", "/tmp/mssql_data" ], "delta": "0:00:00.044044", "end": "2025-05-14 12:45:26.944222", "failed_when_result": false, "rc": 0, "start": "2025-05-14 12:45:26.900178" } 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 filelocation defaultdatadir] *** task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:42 Wednesday 14 May 2025 12:45:27 -0400 (0:00:00.471) 0:00:56.668 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Ensure the directory and permissions /tmp/mssql_log] *** task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/configure_storage_paths.yml:3 Wednesday 14 May 2025 12:45:27 -0400 (0:00:00.038) 0:00:56.706 ********* changed: [managed-node2] => { "changed": true, "gid": 991, "group": "mssql", "mode": "0755", "owner": "mssql", "path": "/tmp/mssql_log", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 6, "state": "directory", "uid": 993 } TASK [fedora.linux_system_roles.mssql : Append facts for the selinux role] ***** task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/configure_storage_paths.yml:12 Wednesday 14 May 2025 12:45:27 -0400 (0:00:00.543) 0:00:57.250 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Configure the setting defaultlogdir] *** task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/configure_storage_paths.yml:28 Wednesday 14 May 2025 12:45:27 -0400 (0:00:00.069) 0:00:57.320 ********* included: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml for managed-node2 TASK [fedora.linux_system_roles.mssql : Get the setting filelocation defaultlogdir] *** task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:3 Wednesday 14 May 2025 12:45:27 -0400 (0:00:00.143) 0:00:57.463 ********* ok: [managed-node2] => { "changed": false, "cmd": [ "grep", "^defaultlogdir = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.002478", "end": "2025-05-14 12:45:28.157398", "failed_when_result": false, "rc": 1, "start": "2025-05-14 12:45:28.154920" } MSG: non-zero return code TASK [fedora.linux_system_roles.mssql : Configure the setting filelocation defaultlogdir] *** task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:12 Wednesday 14 May 2025 12:45:28 -0400 (0:00:00.421) 0:00:57.885 ********* changed: [managed-node2] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "set", "filelocation.defaultlogdir", "/tmp/mssql_log" ], "delta": "0:00:00.043479", "end": "2025-05-14 12:45:28.630924", "failed_when_result": false, "rc": 0, "start": "2025-05-14 12:45:28.587445" } 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 filelocation defaultlogdir] *** task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:42 Wednesday 14 May 2025 12:45:28 -0400 (0:00:00.474) 0:00:58.360 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Set selinux role facts for ports] ****** task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:413 Wednesday 14 May 2025 12:45:28 -0400 (0:00:00.042) 0:00:58.402 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure correct SELinux context for storage paths and ports] ************** task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:427 Wednesday 14 May 2025 12:45:28 -0400 (0:00:00.034) 0:00:58.437 ********* skipping: [managed-node2] => { "changed": false, "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-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:438 Wednesday 14 May 2025 12:45:28 -0400 (0:00:00.035) 0:00:58.472 ********* ok: [managed-node2] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [fedora.linux_system_roles.mssql : Ensure that the tuned service is enabled] *** task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:444 Wednesday 14 May 2025 12:45:31 -0400 (0:00:02.875) 0:01:01.347 ********* ok: [managed-node2] => { "changed": false, "enabled": true, "name": "tuned", "status": { "ActiveEnterTimestamp": "Wed 2025-05-14 12:34:57 EDT", "ActiveEnterTimestampMonotonic": "11874103", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "basic.target network.target systemd-sysctl.service dbus.service polkit.service system.slice systemd-journald.socket dbus.socket sysinit.target", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Wed 2025-05-14 12:34:57 EDT", "AssertTimestampMonotonic": "11245801", "Before": "shutdown.target multi-user.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": "Wed 2025-05-14 12:34:57 EDT", "ConditionTimestampMonotonic": "11245800", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target cpupower.service power-profiles-daemon.service tlp.service auto-cpufreq.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": "694", "ExecMainStartTimestamp": "Wed 2025-05-14 12:34:57 EDT", "ExecMainStartTimestampMonotonic": "11246618", "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": "Wed 2025-05-14 12:34:57 EDT", "InactiveExitTimestampMonotonic": "11246651", "InvocationID": "a263e8aec41f4de09c5c747413d511a9", "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": "694", "MemoryAccounting": "yes", "MemoryCurrent": "19304448", "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.service dbus.socket sysinit.target system.slice", "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": "Wed 2025-05-14 12:34:57 EDT", "StateChangeTimestampMonotonic": "11874103", "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": "Wed 2025-05-14 12:34:57 EDT", "WatchdogTimestampMonotonic": "11874100", "WatchdogUSec": "0" } } TASK [fedora.linux_system_roles.mssql : Ensure that the tuned service is started] *** task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:450 Wednesday 14 May 2025 12:45:32 -0400 (0:00:00.871) 0:01:02.219 ********* ok: [managed-node2] => { "changed": false, "name": "tuned", "state": "started", "status": { "ActiveEnterTimestamp": "Wed 2025-05-14 12:34:57 EDT", "ActiveEnterTimestampMonotonic": "11874103", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "basic.target network.target systemd-sysctl.service dbus.service polkit.service system.slice systemd-journald.socket dbus.socket sysinit.target", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Wed 2025-05-14 12:34:57 EDT", "AssertTimestampMonotonic": "11245801", "Before": "shutdown.target multi-user.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": "Wed 2025-05-14 12:34:57 EDT", "ConditionTimestampMonotonic": "11245800", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target cpupower.service power-profiles-daemon.service tlp.service auto-cpufreq.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": "694", "ExecMainStartTimestamp": "Wed 2025-05-14 12:34:57 EDT", "ExecMainStartTimestampMonotonic": "11246618", "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": "Wed 2025-05-14 12:34:57 EDT", "InactiveExitTimestampMonotonic": "11246651", "InvocationID": "a263e8aec41f4de09c5c747413d511a9", "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": "694", "MemoryAccounting": "yes", "MemoryCurrent": "19304448", "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.service dbus.socket sysinit.target system.slice", "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": "Wed 2025-05-14 12:34:57 EDT", "StateChangeTimestampMonotonic": "11874103", "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": "Wed 2025-05-14 12:34:57 EDT", "WatchdogTimestampMonotonic": "11874100", "WatchdogUSec": "0" } } TASK [fedora.linux_system_roles.mssql : Get the active Tuned profiles] ********* task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:458 Wednesday 14 May 2025 12:45:33 -0400 (0:00:00.513) 0:01:02.733 ********* ok: [managed-node2] => { "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-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:464 Wednesday 14 May 2025 12:45:33 -0400 (0:00:00.494) 0:01:03.228 ********* ok: [managed-node2] => { "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-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:477 Wednesday 14 May 2025 12:45:33 -0400 (0:00:00.038) 0:01:03.267 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Remove troublemaking include from the mssql profile] *** task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:489 Wednesday 14 May 2025 12:45:33 -0400 (0:00:00.036) 0:01:03.303 ********* skipping: [managed-node2] => { "changed": false, "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-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:498 Wednesday 14 May 2025 12:45:33 -0400 (0:00:00.066) 0:01:03.370 ********* skipping: [managed-node2] => { "changed": false, "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-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:515 Wednesday 14 May 2025 12:45:33 -0400 (0:00:00.037) 0:01:03.407 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Configure the Microsoft SQL Server Tools repository] *** task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:523 Wednesday 14 May 2025 12:45:33 -0400 (0:00:00.034) 0:01:03.442 ********* changed: [managed-node2] => { "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-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:531 Wednesday 14 May 2025 12:45:34 -0400 (0:00:00.568) 0:01:04.011 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Ensure that SQL Server client tools are installed] *** task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:540 Wednesday 14 May 2025 12:45:34 -0400 (0:00:00.055) 0:01:04.066 ********* changed: [managed-node2] => { "changed": true, "rc": 0, "results": [ "Installed: unixODBC-2.3.11-1.rh.x86_64", "Installed: mssql-tools18-18.4.1.1-1.x86_64", "Installed: msodbcsql18-18.5.1.1-1.x86_64", "Installed: unixODBC-devel-2.3.11-1.rh.x86_64" ] } TASK [Create certificates using the certificate role] ************************** task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:557 Wednesday 14 May 2025 12:45:38 -0400 (0:00:03.865) 0:01:07.932 ********* skipping: [managed-node2] => { "changed": false, "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-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:571 Wednesday 14 May 2025 12:45:38 -0400 (0:00:00.034) 0:01:07.967 ********* skipping: [managed-node2] => { "changed": false, "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-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:576 Wednesday 14 May 2025 12:45:38 -0400 (0:00:00.034) 0:01:08.002 ********* skipping: [managed-node2] => (item=None) => { "ansible_loop_var": "item", "changed": false, "item": null, "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item=None) => { "ansible_loop_var": "item", "changed": false, "item": null, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Configure the tlscert setting] ********* task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:594 Wednesday 14 May 2025 12:45:38 -0400 (0:00:00.040) 0:01:08.043 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Configure the tlskey setting] ********** task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:603 Wednesday 14 May 2025 12:45:38 -0400 (0:00:00.073) 0:01:08.116 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Configure the tlsprotocols setting] **** task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:612 Wednesday 14 May 2025 12:45:38 -0400 (0:00:00.041) 0:01:08.158 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Configure the forceencryption setting] *** task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:619 Wednesday 14 May 2025 12:45:38 -0400 (0:00:00.057) 0:01:08.215 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Get the setting forceencryption] ******* task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:628 Wednesday 14 May 2025 12:45:38 -0400 (0:00:00.055) 0:01:08.270 ********* ok: [managed-node2] => { "changed": false, "cmd": "set -euo pipefail; grep '^forceencryption' /var/opt/mssql/mssql.conf | sed 's/forceencryption = //g'", "delta": "0:00:00.004352", "end": "2025-05-14 12:45:38.975045", "failed_when_result": false, "rc": 1, "start": "2025-05-14 12:45:38.970693" } MSG: non-zero return code TASK [fedora.linux_system_roles.mssql : Append -No to sqlcmd when TLS is not configured] *** task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:637 Wednesday 14 May 2025 12:45:39 -0400 (0:00:00.418) 0:01:08.689 ********* ok: [managed-node2] => { "ansible_facts": { "__sqlcmd_cli": "/opt/mssql-tools18/bin/sqlcmd -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-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:644 Wednesday 14 May 2025 12:45:39 -0400 (0:00:00.068) 0:01:08.758 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Prepare MSSQL and facts for logging in] *** task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:657 Wednesday 14 May 2025 12:45:39 -0400 (0:00:00.072) 0:01:08.830 ********* skipping: [managed-node2] => { "changed": false, "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-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:661 Wednesday 14 May 2025 12:45:39 -0400 (0:00:00.050) 0:01:08.881 ********* skipping: [managed-node2] => { "changed": false, "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-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:667 Wednesday 14 May 2025 12:45:39 -0400 (0:00:00.037) 0:01:08.918 ********* skipping: [managed-node2] => { "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-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:683 Wednesday 14 May 2025 12:45:39 -0400 (0:00:00.046) 0:01:08.965 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Gather package facts] ****************** task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:692 Wednesday 14 May 2025 12:45:39 -0400 (0:00:00.046) 0:01:09.012 ********* skipping: [managed-node2] => { "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-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:700 Wednesday 14 May 2025 12:45:39 -0400 (0:00:00.041) 0:01:09.054 ********* skipping: [managed-node2] => { "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-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:721 Wednesday 14 May 2025 12:45:39 -0400 (0:00:00.034) 0:01:09.089 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Pre-input SQL script contents to SQL Server] *** task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:730 Wednesday 14 May 2025 12:45:39 -0400 (0:00:00.044) 0:01:09.133 ********* skipping: [managed-node2] => { "changed": false, "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-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:743 Wednesday 14 May 2025 12:45:39 -0400 (0:00:00.038) 0:01:09.172 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Ensure that the mssql-server service is stopped] *** task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:758 Wednesday 14 May 2025 12:45:39 -0400 (0:00:00.042) 0:01:09.214 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Gather package facts] ****************** task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:767 Wednesday 14 May 2025 12:45:39 -0400 (0:00:00.042) 0:01:09.256 ********* skipping: [managed-node2] => { "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-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:773 Wednesday 14 May 2025 12:45:39 -0400 (0:00:00.052) 0:01:09.309 ********* skipping: [managed-node2] => { "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-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:792 Wednesday 14 May 2025 12:45:39 -0400 (0:00:00.049) 0:01:09.359 ********* included: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml for managed-node2 TASK [fedora.linux_system_roles.mssql : Get the setting network ipaddress] ***** task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:3 Wednesday 14 May 2025 12:45:39 -0400 (0:00:00.108) 0:01:09.467 ********* ok: [managed-node2] => { "changed": false, "cmd": [ "grep", "^ipaddress = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.002468", "end": "2025-05-14 12:45:40.146267", "failed_when_result": false, "rc": 1, "start": "2025-05-14 12:45:40.143799" } MSG: non-zero return code TASK [fedora.linux_system_roles.mssql : Configure the setting network ipaddress] *** task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:12 Wednesday 14 May 2025 12:45:40 -0400 (0:00:00.387) 0:01:09.854 ********* changed: [managed-node2] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "set", "network.ipaddress", "0.0.0.0" ], "delta": "0:00:00.043963", "end": "2025-05-14 12:45:40.571151", "failed_when_result": false, "rc": 0, "start": "2025-05-14 12:45:40.527188" } 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 ipaddress] *** task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:42 Wednesday 14 May 2025 12:45:40 -0400 (0:00:00.445) 0:01:10.300 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Register the previous tcpport setting] *** task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:799 Wednesday 14 May 2025 12:45:40 -0400 (0:00:00.048) 0:01:10.349 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Open the TCP port 1433] ************************************************** task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:806 Wednesday 14 May 2025 12:45:40 -0400 (0:00:00.058) 0:01:10.407 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Configure the TCP port setting to 1433] *** task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:818 Wednesday 14 May 2025 12:45:40 -0400 (0:00:00.060) 0:01:10.468 ********* included: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml for managed-node2 TASK [fedora.linux_system_roles.mssql : Get the setting network tcpport] ******* task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:3 Wednesday 14 May 2025 12:45:40 -0400 (0:00:00.108) 0:01:10.576 ********* ok: [managed-node2] => { "changed": false, "cmd": [ "grep", "^tcpport = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.002619", "end": "2025-05-14 12:45:41.274468", "failed_when_result": false, "rc": 1, "start": "2025-05-14 12:45:41.271849" } MSG: non-zero return code TASK [fedora.linux_system_roles.mssql : Configure the setting network tcpport] *** task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:12 Wednesday 14 May 2025 12:45:41 -0400 (0:00:00.405) 0:01:10.981 ********* ok: [managed-node2] => { "changed": false, "cmd": [ "/opt/mssql/bin/mssql-conf", "set", "network.tcpport", "1433" ], "delta": "0:00:00.045560", "end": "2025-05-14 12:45:41.709602", "failed_when_result": false, "rc": 0, "start": "2025-05-14 12:45:41.664042" } 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-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:42 Wednesday 14 May 2025 12:45:41 -0400 (0:00:00.444) 0:01:11.426 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Close the previously set SQL Server TCP port if it changed] ************** task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:824 Wednesday 14 May 2025 12:45:41 -0400 (0:00:00.034) 0:01:11.460 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Configure the sqlagent setting] ******** task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:844 Wednesday 14 May 2025 12:45:41 -0400 (0:00:00.034) 0:01:11.495 ********* included: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml for managed-node2 TASK [fedora.linux_system_roles.mssql : Get the setting sqlagent enabled] ****** task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:3 Wednesday 14 May 2025 12:45:41 -0400 (0:00:00.083) 0:01:11.579 ********* ok: [managed-node2] => { "changed": false, "cmd": [ "grep", "^enabled = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:01.003700", "end": "2025-05-14 12:45:43.277325", "failed_when_result": false, "rc": 0, "start": "2025-05-14 12:45:42.273625" } STDOUT: enabled = false TASK [fedora.linux_system_roles.mssql : Configure the setting sqlagent enabled] *** task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:12 Wednesday 14 May 2025 12:45:43 -0400 (0:00:01.431) 0:01:13.010 ********* changed: [managed-node2] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "set", "sqlagent.enabled", "True" ], "delta": "0:00:00.043168", "end": "2025-05-14 12:45:43.743132", "failed_when_result": false, "rc": 0, "start": "2025-05-14 12:45:43.699964" } 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 sqlagent enabled] **** task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:42 Wednesday 14 May 2025 12:45:43 -0400 (0:00:00.474) 0:01:13.484 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Ensure the package mssql-server-fts] *** task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:851 Wednesday 14 May 2025 12:45:43 -0400 (0:00:00.059) 0:01:13.544 ********* changed: [managed-node2] => { "changed": true, "rc": 0, "results": [ "Installed: mssql-server-fts-14.0.3490.10-4.x86_64" ] } TASK [fedora.linux_system_roles.mssql : Ensure the package powershell] ********* task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:858 Wednesday 14 May 2025 12:46:09 -0400 (0:00:25.703) 0:01:39.248 ********* changed: [managed-node2] => { "changed": true, "rc": 0, "results": [ "Installed: powershell-7.5.1-1.rh.x86_64", "Installed: libicu-60.3-2.el8_1.x86_64" ] } TASK [fedora.linux_system_roles.mssql : Check if the 3979 trace flag is enabled] *** task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:867 Wednesday 14 May 2025 12:46:19 -0400 (0:00:09.853) 0:01:49.101 ********* ok: [managed-node2] => { "changed": false, "cmd": [ "grep", "^traceflag[0-9] = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.002572", "end": "2025-05-14 12:46:19.769363", "failed_when_result": false, "rc": 1, "start": "2025-05-14 12:46:19.766791" } MSG: non-zero return code TASK [fedora.linux_system_roles.mssql : Set the 3979 traceflag] **************** task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:873 Wednesday 14 May 2025 12:46:19 -0400 (0:00:00.374) 0:01:49.475 ********* changed: [managed-node2] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "traceflag", "3979", "on" ], "delta": "0:00:00.043620", "end": "2025-05-14 12:46:20.192771", "rc": 0, "start": "2025-05-14 12:46:20.149151" } 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 3979 traceflag] ************** task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:880 Wednesday 14 May 2025 12:46:20 -0400 (0:00:00.481) 0:01:49.956 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Configure the alternatewritethrough setting] *** task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:888 Wednesday 14 May 2025 12:46:20 -0400 (0:00:00.060) 0:01:50.017 ********* included: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml for managed-node2 TASK [fedora.linux_system_roles.mssql : Get the setting control alternatewritethrough] *** task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:3 Wednesday 14 May 2025 12:46:20 -0400 (0:00:00.109) 0:01:50.126 ********* ok: [managed-node2] => { "changed": false, "cmd": [ "grep", "^alternatewritethrough = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.002600", "end": "2025-05-14 12:46:20.833648", "failed_when_result": false, "rc": 1, "start": "2025-05-14 12:46:20.831048" } MSG: non-zero return code TASK [fedora.linux_system_roles.mssql : Configure the setting control alternatewritethrough] *** task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:12 Wednesday 14 May 2025 12:46:20 -0400 (0:00:00.425) 0:01:50.552 ********* changed: [managed-node2] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "set", "control.alternatewritethrough", "0" ], "delta": "0:00:00.044265", "end": "2025-05-14 12:46:21.279398", "failed_when_result": false, "rc": 0, "start": "2025-05-14 12:46:21.235133" } 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 control alternatewritethrough] *** task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:42 Wednesday 14 May 2025 12:46:21 -0400 (0:00:00.443) 0:01:50.996 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Configure the writethrough setting] **** task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:894 Wednesday 14 May 2025 12:46:21 -0400 (0:00:00.061) 0:01:51.058 ********* included: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml for managed-node2 TASK [fedora.linux_system_roles.mssql : Get the setting control writethrough] *** task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:3 Wednesday 14 May 2025 12:46:21 -0400 (0:00:00.073) 0:01:51.131 ********* ok: [managed-node2] => { "changed": false, "cmd": [ "grep", "^writethrough = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.002595", "end": "2025-05-14 12:46:21.818481", "failed_when_result": false, "rc": 1, "start": "2025-05-14 12:46:21.815886" } MSG: non-zero return code TASK [fedora.linux_system_roles.mssql : Configure the setting control writethrough] *** task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:12 Wednesday 14 May 2025 12:46:21 -0400 (0:00:00.394) 0:01:51.526 ********* changed: [managed-node2] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "set", "control.writethrough", "1" ], "delta": "0:00:00.042643", "end": "2025-05-14 12:46:22.242404", "failed_when_result": false, "rc": 0, "start": "2025-05-14 12:46:22.199761" } 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 control writethrough] *** task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:42 Wednesday 14 May 2025 12:46:22 -0400 (0:00:00.430) 0:01:51.956 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Verify that ad_integration_realm variable is provided] *** task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:904 Wednesday 14 May 2025 12:46:22 -0400 (0:00:00.037) 0:01:51.994 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Join to realm {{ ad_integration_realm }}] ******************************** task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:912 Wednesday 14 May 2025 12:46:22 -0400 (0:00:00.035) 0:01:52.029 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Ensure adutil and krb5-workstation] **** task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:920 Wednesday 14 May 2025 12:46:22 -0400 (0:00:00.032) 0:01:52.062 ********* skipping: [managed-node2] => { "changed": false, "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-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:927 Wednesday 14 May 2025 12:46:22 -0400 (0:00:00.069) 0:01:52.132 ********* skipping: [managed-node2] => { "changed": false, "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-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:934 Wednesday 14 May 2025 12:46:22 -0400 (0:00:00.038) 0:01:52.170 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Obtain Kerberos ticket for {{ __mssql_ad_kinit_user }}] *** task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:943 Wednesday 14 May 2025 12:46:22 -0400 (0:00:00.039) 0:01:52.209 ********* skipping: [managed-node2] => { "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-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:956 Wednesday 14 May 2025 12:46:22 -0400 (0:00:00.035) 0:01:52.245 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : In AD server create user] ************** task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:965 Wednesday 14 May 2025 12:46:22 -0400 (0:00:00.051) 0:01:52.296 ********* skipping: [managed-node2] => { "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-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:979 Wednesday 14 May 2025 12:46:22 -0400 (0:00:00.036) 0:01:52.333 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Get SPNs for the principal] ************ task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:989 Wednesday 14 May 2025 12:46:22 -0400 (0:00:00.037) 0:01:52.370 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Register SPNs to the principal] ******** task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:994 Wednesday 14 May 2025 12:46:22 -0400 (0:00:00.040) 0:01:52.411 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Get kvno of the SPN host] ************** task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1011 Wednesday 14 May 2025 12:46:22 -0400 (0:00:00.044) 0:01:52.456 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Get stats of the keytab file] ********** task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1016 Wednesday 14 May 2025 12:46:22 -0400 (0:00:00.059) 0:01:52.515 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Get keytab properties] ***************** task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1021 Wednesday 14 May 2025 12:46:22 -0400 (0:00:00.055) 0:01:52.571 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Create keytab] ************************* task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1027 Wednesday 14 May 2025 12:46:22 -0400 (0:00:00.058) 0:01:52.629 ********* skipping: [managed-node2] => { "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-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1053 Wednesday 14 May 2025 12:46:23 -0400 (0:00:00.057) 0:01:52.686 ********* skipping: [managed-node2] => { "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-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1074 Wednesday 14 May 2025 12:46:23 -0400 (0:00:00.041) 0:01:52.728 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Fetch keytab file to host] ************* task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1082 Wednesday 14 May 2025 12:46:23 -0400 (0:00:00.038) 0:01:52.767 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Configure the network.kerberoskeytabfile setting] *** task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1092 Wednesday 14 May 2025 12:46:23 -0400 (0:00:00.042) 0:01:52.809 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Configure the network.kerberoskeytabfile setting] *** task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1098 Wednesday 14 May 2025 12:46:23 -0400 (0:00:00.043) 0:01:52.853 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Verify that hosts with mssql_ha_replica_type=primary is available] *** task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1116 Wednesday 14 May 2025 12:46:23 -0400 (0:00:00.041) 0:01:52.895 ********* skipping: [managed-node2] => { "changed": false, "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-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1127 Wednesday 14 May 2025 12:46:23 -0400 (0:00:00.036) 0:01:52.931 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Set host variables] ******************** task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1147 Wednesday 14 May 2025 12:46:23 -0400 (0:00:00.035) 0:01:52.966 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Ensure the package mssql-server-ha] **** task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1200 Wednesday 14 May 2025 12:46:23 -0400 (0:00:00.036) 0:01:53.003 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Enable the hadrenabled setting] ******** task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1207 Wednesday 14 May 2025 12:46:23 -0400 (0:00:00.040) 0:01:53.043 ********* skipping: [managed-node2] => { "changed": false, "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-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1214 Wednesday 14 May 2025 12:46:23 -0400 (0:00:00.090) 0:01:53.133 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Remove certificate from SQL Server] **** task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1226 Wednesday 14 May 2025 12:46:23 -0400 (0:00:00.053) 0:01:53.187 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Remove certificate and private key files] *** task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1232 Wednesday 14 May 2025 12:46:23 -0400 (0:00:00.061) 0:01:53.249 ********* skipping: [managed-node2] => (item=/var/opt/mssql/data/.cer) => { "ansible_loop_var": "item", "changed": false, "item": "/var/opt/mssql/data/.cer", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item=/var/opt/mssql/data/.pvk) => { "ansible_loop_var": "item", "changed": false, "item": "/var/opt/mssql/data/.pvk", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Configure SQL entities on the primary replica] *** task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1240 Wednesday 14 May 2025 12:46:23 -0400 (0:00:00.069) 0:01:53.319 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Create login for HA on in SQL Server] *** task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1249 Wednesday 14 May 2025 12:46:23 -0400 (0:00:00.062) 0:01:53.381 ********* skipping: [managed-node2] => { "changed": false, "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-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1257 Wednesday 14 May 2025 12:46:23 -0400 (0:00:00.040) 0:01:53.422 ********* skipping: [managed-node2] => (item={'key': 'cert', 'value': '/var/opt/mssql/data/.cer'}) => { "ansible_loop_var": "item", "changed": false, "item": { "key": "cert", "value": "/var/opt/mssql/data/.cer" }, "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item={'key': 'key', 'value': '/var/opt/mssql/data/.pvk'}) => { "ansible_loop_var": "item", "changed": false, "item": { "key": "key", "value": "/var/opt/mssql/data/.pvk" }, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Get the current primary replica in SQL] *** task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1271 Wednesday 14 May 2025 12:46:23 -0400 (0:00:00.059) 0:01:53.482 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Set fact with the current primary replica] *** task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1277 Wednesday 14 May 2025 12:46:23 -0400 (0:00:00.043) 0:01:53.526 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Verify that primary instance hosts is available] *** task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1299 Wednesday 14 May 2025 12:46:23 -0400 (0:00:00.040) 0:01:53.566 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Configure ag] ************************** task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1309 Wednesday 14 May 2025 12:46:23 -0400 (0:00:00.033) 0:01:53.600 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Grant permissions to HA login] ********* task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1318 Wednesday 14 May 2025 12:46:23 -0400 (0:00:00.035) 0:01:53.636 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Replicate DBs] ************************* task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1327 Wednesday 14 May 2025 12:46:24 -0400 (0:00:00.033) 0:01:53.669 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Grant permissions to HA login] ********* task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1338 Wednesday 14 May 2025 12:46:24 -0400 (0:00:00.034) 0:01:53.704 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Verify that hosts with replica_type=primary is available] *** task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1351 Wednesday 14 May 2025 12:46:24 -0400 (0:00:00.045) 0:01:53.750 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Ensure the package mssql-server-ha] **** task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1360 Wednesday 14 May 2025 12:46:24 -0400 (0:00:00.043) 0:01:53.793 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Enable the hadrenabled setting] ******** task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1367 Wednesday 14 May 2025 12:46:24 -0400 (0:00:00.041) 0:01:53.835 ********* skipping: [managed-node2] => { "changed": false, "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-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1374 Wednesday 14 May 2025 12:46:24 -0400 (0:00:00.045) 0:01:53.881 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Remove certificate from SQL Server] **** task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1383 Wednesday 14 May 2025 12:46:24 -0400 (0:00:00.040) 0:01:53.921 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Distribute certificate and private key to managed nodes] *** task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1390 Wednesday 14 May 2025 12:46:24 -0400 (0:00:00.035) 0:01:53.956 ********* skipping: [managed-node2] => (item={'key': 'cert', 'value': '/var/opt/mssql/data/.cer'}) => { "ansible_loop_var": "item", "changed": false, "item": { "key": "cert", "value": "/var/opt/mssql/data/.cer" }, "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item={'key': 'key', 'value': '/var/opt/mssql/data/.pvk'}) => { "ansible_loop_var": "item", "changed": false, "item": { "key": "key", "value": "/var/opt/mssql/data/.pvk" }, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Configure SQL entities on not primary replicas] *** task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1402 Wednesday 14 May 2025 12:46:24 -0400 (0:00:00.047) 0:01:54.004 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Create HA login] *********************** task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1411 Wednesday 14 May 2025 12:46:24 -0400 (0:00:00.035) 0:01:54.040 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Join to availability group] ************ task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1418 Wednesday 14 May 2025 12:46:24 -0400 (0:00:00.041) 0:01:54.082 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Grant permissions to HA login] ********* task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1424 Wednesday 14 May 2025 12:46:24 -0400 (0:00:00.091) 0:01:54.173 ********* skipping: [managed-node2] => { "changed": false, "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-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1432 Wednesday 14 May 2025 12:46:24 -0400 (0:00:00.042) 0:01:54.216 ********* skipping: [managed-node2] => (item=cert) => { "ansible_loop_var": "item", "changed": false, "item": "cert", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item=key) => { "ansible_loop_var": "item", "changed": false, "item": "key", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Save credentials for the SQL Server login] *** task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1445 Wednesday 14 May 2025 12:46:24 -0400 (0:00:00.049) 0:01:54.265 ********* skipping: [managed-node2] => { "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-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1457 Wednesday 14 May 2025 12:46:24 -0400 (0:00:00.042) 0:01:54.308 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Wait for the cluster to finish configuration] *** task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1462 Wednesday 14 May 2025 12:46:24 -0400 (0:00:00.047) 0:01:54.355 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Configure listener for the availability group] *** task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1470 Wednesday 14 May 2025 12:46:24 -0400 (0:00:00.056) 0:01:54.412 ********* skipping: [managed-node2] => { "changed": false, "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-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1479 Wednesday 14 May 2025 12:46:24 -0400 (0:00:00.037) 0:01:54.449 ********* changed: [managed-node2] => { "changed": true } MSG: Block inserted RUNNING HANDLER [fedora.linux_system_roles.mssql : Restart the mssql-server service] *** task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/handlers/main.yml:3 Wednesday 14 May 2025 12:46:25 -0400 (0:00:00.614) 0:01:55.063 ********* changed: [managed-node2] => { "changed": true, "name": "mssql-server", "state": "started", "status": { "ActiveEnterTimestamp": "Wed 2025-05-14 12:45:24 EDT", "ActiveEnterTimestampMonotonic": "638962682", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "network.target systemd-journald.socket sysinit.target system.slice -.mount basic.target auditd.service", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Wed 2025-05-14 12:45:24 EDT", "AssertTimestampMonotonic": "638955501", "Before": "shutdown.target multi-user.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": "Wed 2025-05-14 12:45:24 EDT", "ConditionTimestampMonotonic": "638955500", "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": "23920", "ExecMainStartTimestamp": "Wed 2025-05-14 12:45:24 EDT", "ExecMainStartTimestampMonotonic": "638962645", "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": "991", "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": "Wed 2025-05-14 12:45:24 EDT", "InactiveExitTimestampMonotonic": "638962682", "InvocationID": "482dcc18979543aeacbaa21c360903b6", "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": "23920", "MemoryAccounting": "yes", "MemoryCurrent": "642547712", "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": "sysinit.target -.mount 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": "Wed 2025-05-14 12:45:24 EDT", "StateChangeTimestampMonotonic": "638962682", "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": "140", "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": "Wed 2025-05-14 12:45:24 EDT", "WatchdogTimestampMonotonic": "638962679", "WatchdogUSec": "0", "WorkingDirectory": "/var/opt/mssql" } } META: ran handlers TASK [fedora.linux_system_roles.mssql : Post-input SQL scripts to SQL Server] *** task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1492 Wednesday 14 May 2025 12:46:26 -0400 (0:00:00.921) 0:01:55.984 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Post-input SQL scripts to SQL Server] *** task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1499 Wednesday 14 May 2025 12:46:26 -0400 (0:00:00.035) 0:01:56.020 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Configure the mssql-server service start limit interval and burst] ******* task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/tests_idempotency.yml:20 Wednesday 14 May 2025 12:46:26 -0400 (0:00:00.039) 0:01:56.059 ********* included: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql-sever-increase-start-limit.yml for managed-node2 TASK [Create service drop-in directory] **************************************** task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql-sever-increase-start-limit.yml:3 Wednesday 14 May 2025 12:46:26 -0400 (0:00:00.178) 0:01:56.238 ********* changed: [managed-node2] => { "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-9gc/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql-sever-increase-start-limit.yml:11 Wednesday 14 May 2025 12:46:27 -0400 (0:00:00.409) 0:01:56.647 ********* changed: [managed-node2] => { "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-1747241187.0607376-20346-100779551409141/source", "state": "file", "uid": 0 } TASK [Reload service daemon] *************************************************** task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql-sever-increase-start-limit.yml:23 Wednesday 14 May 2025 12:46:28 -0400 (0:00:01.148) 0:01:57.795 ********* ok: [managed-node2] => { "changed": false, "name": null, "status": {} } TASK [Run again with the same settings - should report not changed] ************ task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/tests_idempotency.yml:23 Wednesday 14 May 2025 12:46:28 -0400 (0:00:00.784) 0:01:58.580 ********* TASK [fedora.linux_system_roles.mssql : Ensure ansible_facts and variables used by role] *** task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:3 Wednesday 14 May 2025 12:46:29 -0400 (0:00:00.421) 0:01:59.001 ********* included: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/set_vars.yml for managed-node2 TASK [fedora.linux_system_roles.mssql : Ensure ansible_facts used by role] ***** task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/set_vars.yml:3 Wednesday 14 May 2025 12:46:29 -0400 (0:00:00.101) 0:01:59.103 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Set platform/version specific variables] *** task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/set_vars.yml:8 Wednesday 14 May 2025 12:46:29 -0400 (0:00:00.077) 0:01:59.180 ********* ok: [managed-node2] => (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-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/vars/RedHat.yml" ], "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml" } skipping: [managed-node2] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [managed-node2] => (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-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } ok: [managed-node2] => (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-9gc/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-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/set_vars.yml:22 Wednesday 14 May 2025 12:46:29 -0400 (0:00:00.123) 0:01:59.304 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Require installed systemd] ************* task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/set_vars.yml:29 Wednesday 14 May 2025 12:46:29 -0400 (0:00:00.175) 0:01:59.479 ********* skipping: [managed-node2] => { "changed": false, "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-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/set_vars.yml:34 Wednesday 14 May 2025 12:46:29 -0400 (0:00:00.099) 0:01:59.578 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Unset the __mssql_sqlcmd_login_cmd fact] *** task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:8 Wednesday 14 May 2025 12:46:30 -0400 (0:00:00.124) 0:01:59.703 ********* ok: [managed-node2] => { "ansible_facts": { "__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-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:15 Wednesday 14 May 2025 12:46:30 -0400 (0:00:00.106) 0:01:59.809 ********* skipping: [managed-node2] => {} TASK [fedora.linux_system_roles.mssql : Link the deprecated mssql_input_sql_file fact] *** task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:23 Wednesday 14 May 2025 12:46:30 -0400 (0:00:00.134) 0:01:59.944 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Print that the variable is deprecated] *** task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:30 Wednesday 14 May 2025 12:46:30 -0400 (0:00:00.116) 0:02:00.061 ********* skipping: [managed-node2] => {} TASK [fedora.linux_system_roles.mssql : Link the deprecated mssql_ha_listener_port fact] *** task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:37 Wednesday 14 May 2025 12:46:30 -0400 (0:00:00.113) 0:02:00.174 ********* skipping: [managed-node2] => { "changed": false, "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-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:44 Wednesday 14 May 2025 12:46:30 -0400 (0:00:00.056) 0:02:00.231 ********* skipping: [managed-node2] => {} TASK [fedora.linux_system_roles.mssql : Link the deprecated mssql_ad_sql_user_name fact] *** task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:51 Wednesday 14 May 2025 12:46:30 -0400 (0:00:00.064) 0:02:00.295 ********* skipping: [managed-node2] => { "changed": false, "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-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:58 Wednesday 14 May 2025 12:46:30 -0400 (0:00:00.083) 0:02:00.379 ********* skipping: [managed-node2] => {} TASK [fedora.linux_system_roles.mssql : Link the deprecated mssql_ha_cluster_run_role fact] *** task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:65 Wednesday 14 May 2025 12:46:30 -0400 (0:00:00.062) 0:02:00.441 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Print that variable is deprecated] ***** task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:74 Wednesday 14 May 2025 12:46:30 -0400 (0:00:00.057) 0:02:00.498 ********* skipping: [managed-node2] => {} TASK [fedora.linux_system_roles.mssql : Link the deprecated fact] ************** task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:83 Wednesday 14 May 2025 12:46:30 -0400 (0:00:00.058) 0:02:00.557 ********* skipping: [managed-node2] => { "changed": false, "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-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:87 Wednesday 14 May 2025 12:46:30 -0400 (0:00:00.056) 0:02:00.613 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Verify that the user accepts EULA variables] *** task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:94 Wednesday 14 May 2025 12:46:31 -0400 (0:00:00.060) 0:02:00.674 ********* ok: [managed-node2] => { "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-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:106 Wednesday 14 May 2025 12:46:31 -0400 (0:00:00.084) 0:02:00.758 ********* skipping: [managed-node2] => { "changed": false, "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-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:114 Wednesday 14 May 2025 12:46:31 -0400 (0:00:00.056) 0:02:00.814 ********* skipping: [managed-node2] => { "changed": false, "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-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:123 Wednesday 14 May 2025 12:46:31 -0400 (0:00:00.117) 0:02:00.932 ********* skipping: [managed-node2] => { "changed": false, "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-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:132 Wednesday 14 May 2025 12:46:31 -0400 (0:00:00.057) 0:02:00.990 ********* skipping: [managed-node2] => { "changed": false, "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-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:142 Wednesday 14 May 2025 12:46:31 -0400 (0:00:00.077) 0:02:01.068 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Verify that mssql_manage_selinux is set properly] *** task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:151 Wednesday 14 May 2025 12:46:31 -0400 (0:00:00.066) 0:02:01.134 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Gather package facts] ****************** task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:162 Wednesday 14 May 2025 12:46:31 -0400 (0:00:00.078) 0:02:01.213 ********* ok: [managed-node2] => { "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-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:166 Wednesday 14 May 2025 12:46:33 -0400 (0:00:01.686) 0:02:02.899 ********* ok: [managed-node2] => (item={'key': 2017, 'value': 14}) => { "ansible_facts": { "__mssql_current_version": "2017" }, "ansible_loop_var": "item", "changed": false, "item": { "key": 2017, "value": 14 } } skipping: [managed-node2] => (item={'key': 2019, 'value': 15}) => { "ansible_loop_var": "item", "changed": false, "item": { "key": 2019, "value": 15 }, "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item={'key': 2022, 'value': 16}) => { "ansible_loop_var": "item", "changed": false, "item": { "key": 2022, "value": 16 }, "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-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:174 Wednesday 14 May 2025 12:46:33 -0400 (0:00:00.170) 0:02:03.069 ********* skipping: [managed-node2] => { "changed": false, "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-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:181 Wednesday 14 May 2025 12:46:33 -0400 (0:00:00.074) 0:02:03.144 ********* ok: [managed-node2] => { "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-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:188 Wednesday 14 May 2025 12:46:33 -0400 (0:00:00.050) 0:02:03.194 ********* skipping: [managed-node2] => (item={'key': 2017, 'value': 14}) => { "ansible_loop_var": "item", "changed": false, "item": { "key": 2017, "value": 14 }, "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item={'key': 2019, 'value': 15}) => { "ansible_loop_var": "item", "changed": false, "item": { "key": 2019, "value": 15 }, "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item={'key': 2022, 'value': 16}) => { "ansible_loop_var": "item", "changed": false, "item": { "key": 2022, "value": 16 }, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Deploy the GPG key for Microsoft repositories] *** task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:202 Wednesday 14 May 2025 12:46:33 -0400 (0:00:00.083) 0:02:03.278 ********* ok: [managed-node2] => { "attempts": 1, "changed": false } TASK [fedora.linux_system_roles.mssql : Update all packages from SQL Server repo version 2017] *** task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:216 Wednesday 14 May 2025 12:46:34 -0400 (0:00:00.586) 0:02:03.864 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Get yum repositories] ****************** task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:226 Wednesday 14 May 2025 12:46:34 -0400 (0:00:00.055) 0:02:03.920 ********* skipping: [managed-node2] => { "changed": false, "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-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:237 Wednesday 14 May 2025 12:46:34 -0400 (0:00:00.066) 0:02:03.986 ********* skipping: [managed-node2] => { "changed": false, "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-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:251 Wednesday 14 May 2025 12:46:34 -0400 (0:00:00.038) 0:02:04.025 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Get zypper repositories] *************** task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:260 Wednesday 14 May 2025 12:46:34 -0400 (0:00:00.038) 0:02:04.063 ********* skipping: [managed-node2] => { "changed": false, "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-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:272 Wednesday 14 May 2025 12:46:34 -0400 (0:00:00.038) 0:02:04.101 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Configure the Microsoft SQL Server repo version 2017] *** task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:279 Wednesday 14 May 2025 12:46:34 -0400 (0:00:00.081) 0:02:04.182 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Configure the Microsoft SQL Server repo version 2017] *** task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:291 Wednesday 14 May 2025 12:46:34 -0400 (0:00:00.090) 0:02:04.273 ********* skipping: [managed-node2] => { "changed": false, "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-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:304 Wednesday 14 May 2025 12:46:34 -0400 (0:00:00.082) 0:02:04.356 ********* ok: [managed-node2] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [fedora.linux_system_roles.mssql : Ensure the package mssql-server] ******* task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:309 Wednesday 14 May 2025 12:46:37 -0400 (0:00:03.028) 0:02:07.384 ********* ok: [managed-node2] => { "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-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:314 Wednesday 14 May 2025 12:46:40 -0400 (0:00:03.007) 0:02:10.392 ********* ok: [managed-node2] => { "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.005235", "end": "2025-05-14 12:46:41.207175", "rc": 0, "start": "2025-05-14 12:46:41.201940" } STDOUT: /var/opt/mssql/log/errorlog TASK [fedora.linux_system_roles.mssql : Check if mssql-server.service is enabled] *** task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:331 Wednesday 14 May 2025 12:46:41 -0400 (0:00:00.547) 0:02:10.939 ********* ok: [managed-node2] => { "changed": false, "cmd": [ "systemctl", "is-enabled", "mssql-server.service" ], "delta": "0:00:00.008567", "end": "2025-05-14 12:46:41.684456", "failed_when_result": false, "rc": 0, "start": "2025-05-14 12:46:41.675889" } STDOUT: enabled TASK [fedora.linux_system_roles.mssql : Check if mssql-server.service is running] *** task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:338 Wednesday 14 May 2025 12:46:41 -0400 (0:00:00.529) 0:02:11.468 ********* ok: [managed-node2] => { "changed": false, "cmd": [ "systemctl", "is-active", "mssql-server.service" ], "delta": "0:00:00.007523", "end": "2025-05-14 12:46:42.348799", "failed_when_result": false, "rc": 0, "start": "2025-05-14 12:46:42.341276" } STDOUT: active TASK [fedora.linux_system_roles.mssql : Set the __mssql_is_setup variable] ***** task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:345 Wednesday 14 May 2025 12:46:42 -0400 (0:00:00.623) 0:02:12.092 ********* ok: [managed-node2] => { "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-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:352 Wednesday 14 May 2025 12:46:42 -0400 (0:00:00.078) 0:02:12.171 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Set up MSSQL] ************************** task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:368 Wednesday 14 May 2025 12:46:42 -0400 (0:00:00.057) 0:02:12.228 ********* skipping: [managed-node2] => { "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-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:398 Wednesday 14 May 2025 12:46:42 -0400 (0:00:00.059) 0:02:12.287 ********* included: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/configure_storage_paths.yml for managed-node2 included: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/configure_storage_paths.yml for managed-node2 TASK [fedora.linux_system_roles.mssql : Ensure the directory and permissions /tmp/mssql_data] *** task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/configure_storage_paths.yml:3 Wednesday 14 May 2025 12:46:42 -0400 (0:00:00.155) 0:02:12.443 ********* ok: [managed-node2] => { "changed": false, "gid": 991, "group": "mssql", "mode": "0755", "owner": "mssql", "path": "/tmp/mssql_data", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 6, "state": "directory", "uid": 993 } TASK [fedora.linux_system_roles.mssql : Append facts for the selinux role] ***** task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/configure_storage_paths.yml:12 Wednesday 14 May 2025 12:46:43 -0400 (0:00:00.457) 0:02:12.900 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Configure the setting defaultdatadir] *** task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/configure_storage_paths.yml:28 Wednesday 14 May 2025 12:46:43 -0400 (0:00:00.076) 0:02:12.977 ********* included: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml for managed-node2 TASK [fedora.linux_system_roles.mssql : Get the setting filelocation defaultdatadir] *** task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:3 Wednesday 14 May 2025 12:46:43 -0400 (0:00:00.103) 0:02:13.081 ********* ok: [managed-node2] => { "changed": false, "cmd": [ "grep", "^defaultdatadir = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.002582", "end": "2025-05-14 12:46:43.798629", "failed_when_result": false, "rc": 0, "start": "2025-05-14 12:46:43.796047" } STDOUT: defaultdatadir = /tmp/mssql_data TASK [fedora.linux_system_roles.mssql : Configure the setting filelocation defaultdatadir] *** task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:12 Wednesday 14 May 2025 12:46:43 -0400 (0:00:00.429) 0:02:13.510 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Unset the setting filelocation defaultdatadir] *** task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:42 Wednesday 14 May 2025 12:46:43 -0400 (0:00:00.048) 0:02:13.559 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Ensure the directory and permissions /tmp/mssql_log] *** task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/configure_storage_paths.yml:3 Wednesday 14 May 2025 12:46:43 -0400 (0:00:00.048) 0:02:13.608 ********* ok: [managed-node2] => { "changed": false, "gid": 991, "group": "mssql", "mode": "0755", "owner": "mssql", "path": "/tmp/mssql_log", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 6, "state": "directory", "uid": 993 } TASK [fedora.linux_system_roles.mssql : Append facts for the selinux role] ***** task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/configure_storage_paths.yml:12 Wednesday 14 May 2025 12:46:44 -0400 (0:00:00.425) 0:02:14.034 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Configure the setting defaultlogdir] *** task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/configure_storage_paths.yml:28 Wednesday 14 May 2025 12:46:44 -0400 (0:00:00.044) 0:02:14.078 ********* included: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml for managed-node2 TASK [fedora.linux_system_roles.mssql : Get the setting filelocation defaultlogdir] *** task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:3 Wednesday 14 May 2025 12:46:44 -0400 (0:00:00.129) 0:02:14.208 ********* ok: [managed-node2] => { "changed": false, "cmd": [ "grep", "^defaultlogdir = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:01.003717", "end": "2025-05-14 12:46:45.879768", "failed_when_result": false, "rc": 0, "start": "2025-05-14 12:46:44.876051" } STDOUT: defaultlogdir = /tmp/mssql_log TASK [fedora.linux_system_roles.mssql : Configure the setting filelocation defaultlogdir] *** task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:12 Wednesday 14 May 2025 12:46:45 -0400 (0:00:01.390) 0:02:15.598 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Unset the setting filelocation defaultlogdir] *** task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:42 Wednesday 14 May 2025 12:46:46 -0400 (0:00:00.056) 0:02:15.655 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Set selinux role facts for ports] ****** task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:413 Wednesday 14 May 2025 12:46:46 -0400 (0:00:00.046) 0:02:15.702 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure correct SELinux context for storage paths and ports] ************** task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:427 Wednesday 14 May 2025 12:46:46 -0400 (0:00:00.036) 0:02:15.738 ********* skipping: [managed-node2] => { "changed": false, "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-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:438 Wednesday 14 May 2025 12:46:46 -0400 (0:00:00.036) 0:02:15.774 ********* ok: [managed-node2] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [fedora.linux_system_roles.mssql : Ensure that the tuned service is enabled] *** task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:444 Wednesday 14 May 2025 12:46:48 -0400 (0:00:02.852) 0:02:18.627 ********* ok: [managed-node2] => { "changed": false, "enabled": true, "name": "tuned", "status": { "ActiveEnterTimestamp": "Wed 2025-05-14 12:34:57 EDT", "ActiveEnterTimestampMonotonic": "11874103", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "sysinit.target network.target dbus.socket systemd-sysctl.service basic.target dbus.service system.slice systemd-journald.socket polkit.service", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Wed 2025-05-14 12:34:57 EDT", "AssertTimestampMonotonic": "11245801", "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": "Wed 2025-05-14 12:34:57 EDT", "ConditionTimestampMonotonic": "11245800", "ConfigurationDirectoryMode": "0755", "Conflicts": "power-profiles-daemon.service tlp.service shutdown.target cpupower.service auto-cpufreq.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": "694", "ExecMainStartTimestamp": "Wed 2025-05-14 12:34:57 EDT", "ExecMainStartTimestampMonotonic": "11246618", "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": "Wed 2025-05-14 12:34:57 EDT", "InactiveExitTimestampMonotonic": "11246651", "InvocationID": "a263e8aec41f4de09c5c747413d511a9", "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": "694", "MemoryAccounting": "yes", "MemoryCurrent": "19304448", "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": "Wed 2025-05-14 12:34:57 EDT", "StateChangeTimestampMonotonic": "11874103", "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": "Wed 2025-05-14 12:34:57 EDT", "WatchdogTimestampMonotonic": "11874100", "WatchdogUSec": "0" } } TASK [fedora.linux_system_roles.mssql : Ensure that the tuned service is started] *** task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:450 Wednesday 14 May 2025 12:46:49 -0400 (0:00:00.698) 0:02:19.325 ********* ok: [managed-node2] => { "changed": false, "name": "tuned", "state": "started", "status": { "ActiveEnterTimestamp": "Wed 2025-05-14 12:34:57 EDT", "ActiveEnterTimestampMonotonic": "11874103", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "sysinit.target network.target dbus.socket systemd-sysctl.service basic.target dbus.service system.slice systemd-journald.socket polkit.service", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Wed 2025-05-14 12:34:57 EDT", "AssertTimestampMonotonic": "11245801", "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": "Wed 2025-05-14 12:34:57 EDT", "ConditionTimestampMonotonic": "11245800", "ConfigurationDirectoryMode": "0755", "Conflicts": "power-profiles-daemon.service tlp.service shutdown.target cpupower.service auto-cpufreq.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": "694", "ExecMainStartTimestamp": "Wed 2025-05-14 12:34:57 EDT", "ExecMainStartTimestampMonotonic": "11246618", "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": "Wed 2025-05-14 12:34:57 EDT", "InactiveExitTimestampMonotonic": "11246651", "InvocationID": "a263e8aec41f4de09c5c747413d511a9", "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": "694", "MemoryAccounting": "yes", "MemoryCurrent": "19304448", "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": "Wed 2025-05-14 12:34:57 EDT", "StateChangeTimestampMonotonic": "11874103", "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": "Wed 2025-05-14 12:34:57 EDT", "WatchdogTimestampMonotonic": "11874100", "WatchdogUSec": "0" } } TASK [fedora.linux_system_roles.mssql : Get the active Tuned profiles] ********* task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:458 Wednesday 14 May 2025 12:46:50 -0400 (0:00:00.594) 0:02:19.919 ********* ok: [managed-node2] => { "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-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:464 Wednesday 14 May 2025 12:46:50 -0400 (0:00:00.404) 0:02:20.324 ********* ok: [managed-node2] => { "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-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:477 Wednesday 14 May 2025 12:46:50 -0400 (0:00:00.042) 0:02:20.367 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Remove troublemaking include from the mssql profile] *** task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:489 Wednesday 14 May 2025 12:46:50 -0400 (0:00:00.045) 0:02:20.412 ********* skipping: [managed-node2] => { "changed": false, "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-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:498 Wednesday 14 May 2025 12:46:50 -0400 (0:00:00.067) 0:02:20.480 ********* skipping: [managed-node2] => { "changed": false, "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-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:515 Wednesday 14 May 2025 12:46:50 -0400 (0:00:00.058) 0:02:20.539 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Configure the Microsoft SQL Server Tools repository] *** task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:523 Wednesday 14 May 2025 12:46:50 -0400 (0:00:00.059) 0:02:20.599 ********* ok: [managed-node2] => { "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-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:531 Wednesday 14 May 2025 12:46:51 -0400 (0:00:00.425) 0:02:21.025 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Ensure that SQL Server client tools are installed] *** task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:540 Wednesday 14 May 2025 12:46:51 -0400 (0:00:00.060) 0:02:21.085 ********* ok: [managed-node2] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create certificates using the certificate role] ************************** task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:557 Wednesday 14 May 2025 12:46:54 -0400 (0:00:03.006) 0:02:24.091 ********* skipping: [managed-node2] => { "changed": false, "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-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:571 Wednesday 14 May 2025 12:46:54 -0400 (0:00:00.070) 0:02:24.162 ********* skipping: [managed-node2] => { "changed": false, "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-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:576 Wednesday 14 May 2025 12:46:54 -0400 (0:00:00.066) 0:02:24.228 ********* skipping: [managed-node2] => (item=None) => { "ansible_loop_var": "item", "changed": false, "item": null, "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item=None) => { "ansible_loop_var": "item", "changed": false, "item": null, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Configure the tlscert setting] ********* task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:594 Wednesday 14 May 2025 12:46:54 -0400 (0:00:00.060) 0:02:24.288 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Configure the tlskey setting] ********** task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:603 Wednesday 14 May 2025 12:46:54 -0400 (0:00:00.045) 0:02:24.334 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Configure the tlsprotocols setting] **** task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:612 Wednesday 14 May 2025 12:46:54 -0400 (0:00:00.039) 0:02:24.373 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Configure the forceencryption setting] *** task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:619 Wednesday 14 May 2025 12:46:54 -0400 (0:00:00.035) 0:02:24.409 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Get the setting forceencryption] ******* task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:628 Wednesday 14 May 2025 12:46:54 -0400 (0:00:00.035) 0:02:24.445 ********* ok: [managed-node2] => { "changed": false, "cmd": "set -euo pipefail; grep '^forceencryption' /var/opt/mssql/mssql.conf | sed 's/forceencryption = //g'", "delta": "0:00:00.004173", "end": "2025-05-14 12:46:55.115901", "failed_when_result": false, "rc": 1, "start": "2025-05-14 12:46:55.111728" } MSG: non-zero return code TASK [fedora.linux_system_roles.mssql : Append -No to sqlcmd when TLS is not configured] *** task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:637 Wednesday 14 May 2025 12:46:55 -0400 (0:00:00.410) 0:02:24.856 ********* skipping: [managed-node2] => { "changed": false, "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-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:644 Wednesday 14 May 2025 12:46:55 -0400 (0:00:00.084) 0:02:24.941 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Prepare MSSQL and facts for logging in] *** task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:657 Wednesday 14 May 2025 12:46:55 -0400 (0:00:00.073) 0:02:25.014 ********* included: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/verify_password.yml for managed-node2 TASK [fedora.linux_system_roles.mssql : Ensure that the mssql-server service is started] *** task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/verify_password.yml:3 Wednesday 14 May 2025 12:46:55 -0400 (0:00:00.094) 0:02:25.109 ********* ok: [managed-node2] => { "changed": false, "name": "mssql-server", "state": "started", "status": { "ActiveEnterTimestamp": "Wed 2025-05-14 12:46:26 EDT", "ActiveEnterTimestampMonotonic": "700275347", "ActiveExitTimestamp": "Wed 2025-05-14 12:46:25 EDT", "ActiveExitTimestampMonotonic": "699910071", "ActiveState": "active", "After": "sysinit.target basic.target system.slice -.mount network.target systemd-journald.socket auditd.service", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Wed 2025-05-14 12:46:26 EDT", "AssertTimestampMonotonic": "700274420", "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": "Wed 2025-05-14 12:46:26 EDT", "ConditionTimestampMonotonic": "700274418", "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": "28146", "ExecMainStartTimestamp": "Wed 2025-05-14 12:46:26 EDT", "ExecMainStartTimestampMonotonic": "700275293", "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": "991", "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": "Wed 2025-05-14 12:46:26 EDT", "InactiveEnterTimestampMonotonic": "700273658", "InactiveExitTimestamp": "Wed 2025-05-14 12:46:26 EDT", "InactiveExitTimestampMonotonic": "700275347", "InvocationID": "80df297ae30641be9e6fb6823d41f663", "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": "28146", "MemoryAccounting": "yes", "MemoryCurrent": "903102464", "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": "Wed 2025-05-14 12:46:26 EDT", "StateChangeTimestampMonotonic": "700275347", "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": "165", "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": "Wed 2025-05-14 12:46:26 EDT", "WatchdogTimestampMonotonic": "700275345", "WatchdogUSec": "0", "WorkingDirectory": "/var/opt/mssql" } } TASK [fedora.linux_system_roles.mssql : Check if a custom tcpport setting exist] *** task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/verify_password.yml:9 Wednesday 14 May 2025 12:46:56 -0400 (0:00:00.540) 0:02:25.649 ********* ok: [managed-node2] => { "changed": false, "cmd": [ "grep", "^tcpport = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.002940", "end": "2025-05-14 12:46:56.393836", "failed_when_result": false, "rc": 1, "start": "2025-05-14 12:46:56.390896" } MSG: non-zero return code TASK [fedora.linux_system_roles.mssql : Check if a custom ipaddress setting exist] *** task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/verify_password.yml:15 Wednesday 14 May 2025 12:46:56 -0400 (0:00:00.516) 0:02:26.166 ********* ok: [managed-node2] => { "changed": false, "cmd": [ "grep", "^ipaddress = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.002569", "end": "2025-05-14 12:46:56.899137", "failed_when_result": false, "rc": 0, "start": "2025-05-14 12:46:56.896568" } STDOUT: ipaddress = 0.0.0.0 TASK [fedora.linux_system_roles.mssql : Set a fact with a login command] ******* task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/verify_password.yml:21 Wednesday 14 May 2025 12:46:57 -0400 (0:00:00.479) 0:02:26.645 ********* ok: [managed-node2] => { "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 : Wait for mssql-server to prepare for client connections] *** task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:661 Wednesday 14 May 2025 12:46:57 -0400 (0:00:00.082) 0:02:26.727 ********* ok: [managed-node2] => { "changed": false, "elapsed": 1, "gid": 991, "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": 7448, "state": "file", "uid": 993 } TASK [fedora.linux_system_roles.mssql : Check if the set password matches the existing password] *** task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:667 Wednesday 14 May 2025 12:46:58 -0400 (0:00:01.593) 0:02:28.321 ********* ok: [managed-node2] => { "attempts": 1, "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-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:683 Wednesday 14 May 2025 12:46:59 -0400 (0:00:00.444) 0:02:28.766 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Gather package facts] ****************** task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:692 Wednesday 14 May 2025 12:46:59 -0400 (0:00:00.041) 0:02:28.807 ********* ok: [managed-node2] => { "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-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:700 Wednesday 14 May 2025 12:47:00 -0400 (0:00:01.628) 0:02:30.435 ********* skipping: [managed-node2] => { "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-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:721 Wednesday 14 May 2025 12:47:00 -0400 (0:00:00.076) 0:02:30.512 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Pre-input SQL script contents to SQL Server] *** task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:730 Wednesday 14 May 2025 12:47:00 -0400 (0:00:00.056) 0:02:30.569 ********* skipping: [managed-node2] => { "changed": false, "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-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:743 Wednesday 14 May 2025 12:47:01 -0400 (0:00:00.072) 0:02:30.641 ********* ok: [managed-node2] => { "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.004419", "end": "2025-05-14 12:47:01.370131", "rc": 0, "start": "2025-05-14 12:47:01.365712" } STDOUT: true TASK [fedora.linux_system_roles.mssql : Ensure that the mssql-server service is stopped] *** task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:758 Wednesday 14 May 2025 12:47:01 -0400 (0:00:00.484) 0:02:31.126 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Gather package facts] ****************** task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:767 Wednesday 14 May 2025 12:47:01 -0400 (0:00:00.110) 0:02:31.236 ********* ok: [managed-node2] => { "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-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:773 Wednesday 14 May 2025 12:47:03 -0400 (0:00:01.683) 0:02:32.920 ********* skipping: [managed-node2] => { "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-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:792 Wednesday 14 May 2025 12:47:03 -0400 (0:00:00.040) 0:02:32.961 ********* included: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml for managed-node2 TASK [fedora.linux_system_roles.mssql : Get the setting network ipaddress] ***** task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:3 Wednesday 14 May 2025 12:47:03 -0400 (0:00:00.066) 0:02:33.028 ********* ok: [managed-node2] => { "changed": false, "cmd": [ "grep", "^ipaddress = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.002645", "end": "2025-05-14 12:47:03.692079", "failed_when_result": false, "rc": 0, "start": "2025-05-14 12:47:03.689434" } STDOUT: ipaddress = 0.0.0.0 TASK [fedora.linux_system_roles.mssql : Configure the setting network ipaddress] *** task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:12 Wednesday 14 May 2025 12:47:03 -0400 (0:00:00.374) 0:02:33.402 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Unset the setting network ipaddress] *** task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:42 Wednesday 14 May 2025 12:47:03 -0400 (0:00:00.045) 0:02:33.447 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Register the previous tcpport setting] *** task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:799 Wednesday 14 May 2025 12:47:03 -0400 (0:00:00.038) 0:02:33.485 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Open the TCP port 1433] ************************************************** task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:806 Wednesday 14 May 2025 12:47:03 -0400 (0:00:00.036) 0:02:33.522 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Configure the TCP port setting to 1433] *** task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:818 Wednesday 14 May 2025 12:47:03 -0400 (0:00:00.038) 0:02:33.560 ********* included: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml for managed-node2 TASK [fedora.linux_system_roles.mssql : Get the setting network tcpport] ******* task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:3 Wednesday 14 May 2025 12:47:03 -0400 (0:00:00.063) 0:02:33.624 ********* ok: [managed-node2] => { "changed": false, "cmd": [ "grep", "^tcpport = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.002537", "end": "2025-05-14 12:47:04.316125", "failed_when_result": false, "rc": 1, "start": "2025-05-14 12:47:04.313588" } MSG: non-zero return code TASK [fedora.linux_system_roles.mssql : Configure the setting network tcpport] *** task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:12 Wednesday 14 May 2025 12:47:04 -0400 (0:00:00.424) 0:02:34.049 ********* ok: [managed-node2] => { "changed": false, "cmd": [ "/opt/mssql/bin/mssql-conf", "set", "network.tcpport", "1433" ], "delta": "0:00:00.043892", "end": "2025-05-14 12:47:04.862663", "failed_when_result": false, "rc": 0, "start": "2025-05-14 12:47:04.818771" } 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-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:42 Wednesday 14 May 2025 12:47:04 -0400 (0:00:00.543) 0:02:34.592 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Close the previously set SQL Server TCP port if it changed] ************** task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:824 Wednesday 14 May 2025 12:47:05 -0400 (0:00:00.110) 0:02:34.702 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Configure the sqlagent setting] ******** task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:844 Wednesday 14 May 2025 12:47:05 -0400 (0:00:00.058) 0:02:34.761 ********* included: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml for managed-node2 TASK [fedora.linux_system_roles.mssql : Get the setting sqlagent enabled] ****** task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:3 Wednesday 14 May 2025 12:47:05 -0400 (0:00:00.112) 0:02:34.874 ********* ok: [managed-node2] => { "changed": false, "cmd": [ "grep", "^enabled = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.002625", "end": "2025-05-14 12:47:05.596070", "failed_when_result": false, "rc": 0, "start": "2025-05-14 12:47:05.593445" } STDOUT: enabled = True TASK [fedora.linux_system_roles.mssql : Configure the setting sqlagent enabled] *** task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:12 Wednesday 14 May 2025 12:47:05 -0400 (0:00:00.459) 0:02:35.333 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Unset the setting sqlagent enabled] **** task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:42 Wednesday 14 May 2025 12:47:05 -0400 (0:00:00.087) 0:02:35.421 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Ensure the package mssql-server-fts] *** task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:851 Wednesday 14 May 2025 12:47:05 -0400 (0:00:00.061) 0:02:35.483 ********* ok: [managed-node2] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [fedora.linux_system_roles.mssql : Ensure the package powershell] ********* task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:858 Wednesday 14 May 2025 12:47:08 -0400 (0:00:02.955) 0:02:38.438 ********* ok: [managed-node2] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [fedora.linux_system_roles.mssql : Check if the 3979 trace flag is enabled] *** task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:867 Wednesday 14 May 2025 12:47:11 -0400 (0:00:03.048) 0:02:41.487 ********* ok: [managed-node2] => { "changed": false, "cmd": [ "grep", "^traceflag[0-9] = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:01.004125", "end": "2025-05-14 12:47:13.180868", "failed_when_result": false, "rc": 0, "start": "2025-05-14 12:47:12.176743" } STDOUT: traceflag0 = 3979 TASK [fedora.linux_system_roles.mssql : Set the 3979 traceflag] **************** task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:873 Wednesday 14 May 2025 12:47:13 -0400 (0:00:01.403) 0:02:42.890 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Unset the 3979 traceflag] ************** task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:880 Wednesday 14 May 2025 12:47:13 -0400 (0:00:00.046) 0:02:42.937 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Configure the alternatewritethrough setting] *** task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:888 Wednesday 14 May 2025 12:47:13 -0400 (0:00:00.054) 0:02:42.992 ********* included: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml for managed-node2 TASK [fedora.linux_system_roles.mssql : Get the setting control alternatewritethrough] *** task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:3 Wednesday 14 May 2025 12:47:13 -0400 (0:00:00.109) 0:02:43.101 ********* ok: [managed-node2] => { "changed": false, "cmd": [ "grep", "^alternatewritethrough = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.002589", "end": "2025-05-14 12:47:13.794559", "failed_when_result": false, "rc": 0, "start": "2025-05-14 12:47:13.791970" } STDOUT: alternatewritethrough = 0 TASK [fedora.linux_system_roles.mssql : Configure the setting control alternatewritethrough] *** task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:12 Wednesday 14 May 2025 12:47:13 -0400 (0:00:00.403) 0:02:43.505 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Unset the setting control alternatewritethrough] *** task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:42 Wednesday 14 May 2025 12:47:13 -0400 (0:00:00.045) 0:02:43.551 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Configure the writethrough setting] **** task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:894 Wednesday 14 May 2025 12:47:13 -0400 (0:00:00.070) 0:02:43.621 ********* included: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml for managed-node2 TASK [fedora.linux_system_roles.mssql : Get the setting control writethrough] *** task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:3 Wednesday 14 May 2025 12:47:14 -0400 (0:00:00.067) 0:02:43.688 ********* ok: [managed-node2] => { "changed": false, "cmd": [ "grep", "^writethrough = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.002568", "end": "2025-05-14 12:47:14.377427", "failed_when_result": false, "rc": 0, "start": "2025-05-14 12:47:14.374859" } STDOUT: writethrough = 1 TASK [fedora.linux_system_roles.mssql : Configure the setting control writethrough] *** task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:12 Wednesday 14 May 2025 12:47:14 -0400 (0:00:00.432) 0:02:44.121 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Unset the setting control writethrough] *** task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:42 Wednesday 14 May 2025 12:47:14 -0400 (0:00:00.073) 0:02:44.195 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Verify that ad_integration_realm variable is provided] *** task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:904 Wednesday 14 May 2025 12:47:14 -0400 (0:00:00.061) 0:02:44.256 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Join to realm {{ ad_integration_realm }}] ******************************** task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:912 Wednesday 14 May 2025 12:47:14 -0400 (0:00:00.062) 0:02:44.319 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Ensure adutil and krb5-workstation] **** task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:920 Wednesday 14 May 2025 12:47:14 -0400 (0:00:00.061) 0:02:44.381 ********* skipping: [managed-node2] => { "changed": false, "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-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:927 Wednesday 14 May 2025 12:47:14 -0400 (0:00:00.043) 0:02:44.425 ********* skipping: [managed-node2] => { "changed": false, "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-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:934 Wednesday 14 May 2025 12:47:14 -0400 (0:00:00.048) 0:02:44.473 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Obtain Kerberos ticket for {{ __mssql_ad_kinit_user }}] *** task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:943 Wednesday 14 May 2025 12:47:14 -0400 (0:00:00.050) 0:02:44.524 ********* skipping: [managed-node2] => { "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-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:956 Wednesday 14 May 2025 12:47:14 -0400 (0:00:00.046) 0:02:44.571 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : In AD server create user] ************** task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:965 Wednesday 14 May 2025 12:47:14 -0400 (0:00:00.042) 0:02:44.614 ********* skipping: [managed-node2] => { "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-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:979 Wednesday 14 May 2025 12:47:15 -0400 (0:00:00.038) 0:02:44.652 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Get SPNs for the principal] ************ task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:989 Wednesday 14 May 2025 12:47:15 -0400 (0:00:00.038) 0:02:44.691 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Register SPNs to the principal] ******** task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:994 Wednesday 14 May 2025 12:47:15 -0400 (0:00:00.037) 0:02:44.728 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Get kvno of the SPN host] ************** task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1011 Wednesday 14 May 2025 12:47:15 -0400 (0:00:00.049) 0:02:44.777 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Get stats of the keytab file] ********** task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1016 Wednesday 14 May 2025 12:47:15 -0400 (0:00:00.036) 0:02:44.814 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Get keytab properties] ***************** task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1021 Wednesday 14 May 2025 12:47:15 -0400 (0:00:00.091) 0:02:44.905 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Create keytab] ************************* task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1027 Wednesday 14 May 2025 12:47:15 -0400 (0:00:00.058) 0:02:44.964 ********* skipping: [managed-node2] => { "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-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1053 Wednesday 14 May 2025 12:47:15 -0400 (0:00:00.052) 0:02:45.016 ********* skipping: [managed-node2] => { "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-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1074 Wednesday 14 May 2025 12:47:15 -0400 (0:00:00.042) 0:02:45.059 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Fetch keytab file to host] ************* task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1082 Wednesday 14 May 2025 12:47:15 -0400 (0:00:00.041) 0:02:45.101 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Configure the network.kerberoskeytabfile setting] *** task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1092 Wednesday 14 May 2025 12:47:15 -0400 (0:00:00.048) 0:02:45.150 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Configure the network.kerberoskeytabfile setting] *** task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1098 Wednesday 14 May 2025 12:47:15 -0400 (0:00:00.044) 0:02:45.194 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Verify that hosts with mssql_ha_replica_type=primary is available] *** task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1116 Wednesday 14 May 2025 12:47:15 -0400 (0:00:00.037) 0:02:45.232 ********* skipping: [managed-node2] => { "changed": false, "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-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1127 Wednesday 14 May 2025 12:47:15 -0400 (0:00:00.037) 0:02:45.270 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Set host variables] ******************** task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1147 Wednesday 14 May 2025 12:47:15 -0400 (0:00:00.035) 0:02:45.305 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Ensure the package mssql-server-ha] **** task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1200 Wednesday 14 May 2025 12:47:15 -0400 (0:00:00.039) 0:02:45.345 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Enable the hadrenabled setting] ******** task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1207 Wednesday 14 May 2025 12:47:15 -0400 (0:00:00.036) 0:02:45.381 ********* skipping: [managed-node2] => { "changed": false, "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-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1214 Wednesday 14 May 2025 12:47:15 -0400 (0:00:00.037) 0:02:45.418 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Remove certificate from SQL Server] **** task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1226 Wednesday 14 May 2025 12:47:15 -0400 (0:00:00.039) 0:02:45.457 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Remove certificate and private key files] *** task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1232 Wednesday 14 May 2025 12:47:15 -0400 (0:00:00.041) 0:02:45.499 ********* skipping: [managed-node2] => (item=/var/opt/mssql/data/.cer) => { "ansible_loop_var": "item", "changed": false, "item": "/var/opt/mssql/data/.cer", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item=/var/opt/mssql/data/.pvk) => { "ansible_loop_var": "item", "changed": false, "item": "/var/opt/mssql/data/.pvk", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Configure SQL entities on the primary replica] *** task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1240 Wednesday 14 May 2025 12:47:15 -0400 (0:00:00.076) 0:02:45.576 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Create login for HA on in SQL Server] *** task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1249 Wednesday 14 May 2025 12:47:15 -0400 (0:00:00.061) 0:02:45.637 ********* skipping: [managed-node2] => { "changed": false, "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-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1257 Wednesday 14 May 2025 12:47:16 -0400 (0:00:00.048) 0:02:45.686 ********* skipping: [managed-node2] => (item={'key': 'cert', 'value': '/var/opt/mssql/data/.cer'}) => { "ansible_loop_var": "item", "changed": false, "item": { "key": "cert", "value": "/var/opt/mssql/data/.cer" }, "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item={'key': 'key', 'value': '/var/opt/mssql/data/.pvk'}) => { "ansible_loop_var": "item", "changed": false, "item": { "key": "key", "value": "/var/opt/mssql/data/.pvk" }, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Get the current primary replica in SQL] *** task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1271 Wednesday 14 May 2025 12:47:16 -0400 (0:00:00.060) 0:02:45.747 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Set fact with the current primary replica] *** task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1277 Wednesday 14 May 2025 12:47:16 -0400 (0:00:00.058) 0:02:45.805 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Verify that primary instance hosts is available] *** task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1299 Wednesday 14 May 2025 12:47:16 -0400 (0:00:00.045) 0:02:45.851 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Configure ag] ************************** task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1309 Wednesday 14 May 2025 12:47:16 -0400 (0:00:00.087) 0:02:45.939 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Grant permissions to HA login] ********* task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1318 Wednesday 14 May 2025 12:47:16 -0400 (0:00:00.056) 0:02:45.996 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Replicate DBs] ************************* task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1327 Wednesday 14 May 2025 12:47:16 -0400 (0:00:00.044) 0:02:46.041 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Grant permissions to HA login] ********* task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1338 Wednesday 14 May 2025 12:47:16 -0400 (0:00:00.037) 0:02:46.078 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Verify that hosts with replica_type=primary is available] *** task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1351 Wednesday 14 May 2025 12:47:16 -0400 (0:00:00.044) 0:02:46.123 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Ensure the package mssql-server-ha] **** task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1360 Wednesday 14 May 2025 12:47:16 -0400 (0:00:00.048) 0:02:46.171 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Enable the hadrenabled setting] ******** task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1367 Wednesday 14 May 2025 12:47:16 -0400 (0:00:00.041) 0:02:46.213 ********* skipping: [managed-node2] => { "changed": false, "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-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1374 Wednesday 14 May 2025 12:47:16 -0400 (0:00:00.037) 0:02:46.250 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Remove certificate from SQL Server] **** task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1383 Wednesday 14 May 2025 12:47:16 -0400 (0:00:00.036) 0:02:46.286 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Distribute certificate and private key to managed nodes] *** task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1390 Wednesday 14 May 2025 12:47:16 -0400 (0:00:00.037) 0:02:46.324 ********* skipping: [managed-node2] => (item={'key': 'cert', 'value': '/var/opt/mssql/data/.cer'}) => { "ansible_loop_var": "item", "changed": false, "item": { "key": "cert", "value": "/var/opt/mssql/data/.cer" }, "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item={'key': 'key', 'value': '/var/opt/mssql/data/.pvk'}) => { "ansible_loop_var": "item", "changed": false, "item": { "key": "key", "value": "/var/opt/mssql/data/.pvk" }, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Configure SQL entities on not primary replicas] *** task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1402 Wednesday 14 May 2025 12:47:16 -0400 (0:00:00.050) 0:02:46.374 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Create HA login] *********************** task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1411 Wednesday 14 May 2025 12:47:16 -0400 (0:00:00.036) 0:02:46.411 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Join to availability group] ************ task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1418 Wednesday 14 May 2025 12:47:16 -0400 (0:00:00.035) 0:02:46.447 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Grant permissions to HA login] ********* task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1424 Wednesday 14 May 2025 12:47:16 -0400 (0:00:00.036) 0:02:46.483 ********* skipping: [managed-node2] => { "changed": false, "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-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1432 Wednesday 14 May 2025 12:47:16 -0400 (0:00:00.037) 0:02:46.520 ********* skipping: [managed-node2] => (item=cert) => { "ansible_loop_var": "item", "changed": false, "item": "cert", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item=key) => { "ansible_loop_var": "item", "changed": false, "item": "key", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Save credentials for the SQL Server login] *** task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1445 Wednesday 14 May 2025 12:47:16 -0400 (0:00:00.044) 0:02:46.565 ********* skipping: [managed-node2] => { "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-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1457 Wednesday 14 May 2025 12:47:16 -0400 (0:00:00.041) 0:02:46.607 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Wait for the cluster to finish configuration] *** task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1462 Wednesday 14 May 2025 12:47:17 -0400 (0:00:00.051) 0:02:46.658 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Configure listener for the availability group] *** task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1470 Wednesday 14 May 2025 12:47:17 -0400 (0:00:00.068) 0:02:46.727 ********* skipping: [managed-node2] => { "changed": false, "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-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1479 Wednesday 14 May 2025 12:47:17 -0400 (0:00:00.057) 0:02:46.784 ********* ok: [managed-node2] => { "changed": false } META: ran handlers TASK [fedora.linux_system_roles.mssql : Post-input SQL scripts to SQL Server] *** task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1492 Wednesday 14 May 2025 12:47:17 -0400 (0:00:00.620) 0:02:47.405 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Post-input SQL scripts to SQL Server] *** task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1499 Wednesday 14 May 2025 12:47:17 -0400 (0:00:00.057) 0:02:47.462 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify settings] ********************************************************* task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/tests_idempotency.yml:38 Wednesday 14 May 2025 12:47:17 -0400 (0:00:00.058) 0:02:47.521 ********* included: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml for managed-node2 TASK [Get server version on non-booted systems] ******************************** task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:10 Wednesday 14 May 2025 12:47:18 -0400 (0:00:00.400) 0:02:47.921 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get server edition on booted systems] ************************************ task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:19 Wednesday 14 May 2025 12:47:18 -0400 (0:00:00.049) 0:02:47.971 ********* ok: [managed-node2] => { "changed": false, "cmd": "set -euo pipefail\nerrorlog=\"$(grep '^errorlogfile' /var/opt/mssql/mssql.conf \\\n2>&1 | sed 's\\errorlogfile : \\\\')\" || :\nif [ -f \"${errorlog}\" ]; then\n cat \"${errorlog}\"\nelse\n cat /var/opt/mssql/log/errorlog\nfi\n", "delta": "0:00:00.005403", "end": "2025-05-14 12:47:18.655784", "rc": 0, "start": "2025-05-14 12:47:18.650381" } STDOUT: 2025-05-14 12:46:28.20 Server Microsoft SQL Server 2017 (RTM-CU31-OD) (KB5050533) - 14.0.3490.10 (X64) Feb 19 2025 12:19:28 Copyright (C) 2017 Microsoft Corporation Enterprise Evaluation Edition (64-bit) on Linux (CentOS Stream 8) 2025-05-14 12:46:28.20 Server UTC adjustment: -4:00 2025-05-14 12:46:28.20 Server (c) Microsoft Corporation. 2025-05-14 12:46:28.20 Server All rights reserved. 2025-05-14 12:46:28.21 Server Server process ID is 396. 2025-05-14 12:46:28.21 Server Logging SQL Server messages in file '/var/opt/mssql/log/errorlog'. 2025-05-14 12:46:28.21 Server Registry startup parameters: -d /var/opt/mssql/data/master.mdf -l /var/opt/mssql/data/mastlog.ldf -e /var/opt/mssql/log/errorlog -T 3979 2025-05-14 12:46:28.21 Server SQL Server detected 1 sockets with 2 cores per socket and 4 logical processors per socket, 4 total logical processors; using 4 logical processors based on SQL Server licensing. This is an informational message; no user action is required. 2025-05-14 12:46:28.22 Server SQL Server is starting at normal priority base (=7). This is an informational message only. No user action is required. 2025-05-14 12:46:28.22 Server Detected 5752 MB of RAM. This is an informational message; no user action is required. 2025-05-14 12:46:28.22 Server Using conventional memory in the memory manager. 2025-05-14 12:46:28.22 Server Page exclusion bitmap is enabled. 2025-05-14 12:46:28.30 Server Buffer pool extension is already disabled. No action is necessary. 2025-05-14 12:46:28.40 Server InitializeExternalUserGroupSid failed. Implied authentication will be disabled. 2025-05-14 12:46:28.40 Server Implied authentication manager initialization failed. Implied authentication will be disabled. 2025-05-14 12:46:28.41 Server Successfully initialized the TLS configuration. Allowed TLS protocol versions are ['1.0 1.1 1.2']. Allowed TLS ciphers are ['ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-RSA-AES128-GCM-SHA256:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-AES128-SHA256:ECDHE-ECDSA-AES256-SHA384:ECDHE-ECDSA-AES256-SHA:ECDHE-ECDSA-AES128-SHA:AES256-GCM-SHA384:AES128-GCM-SHA256:AES256-SHA256:AES128-SHA256:AES256-SHA:AES128-SHA:!DHE-RSA-AES256-GCM-SHA384:!DHE-RSA-AES128-GCM-SHA256:!DHE-RSA-AES256-SHA:!DHE-RSA-AES128-SHA']. 2025-05-14 12:46:28.43 Server Query Store settings initialized with enabled = 1, 2025-05-14 12:46:28.44 Server The maximum number of dedicated administrator connections for this instance is '1' 2025-05-14 12:46:28.44 Server Node configuration: node 0: CPU mask: 0x000000000000000f:0 Active CPU mask: 0x000000000000000f:0. This message provides a description of the NUMA configuration for this computer. This is an informational message only. No user action is required. 2025-05-14 12:46:28.45 Server Using dynamic lock allocation. Initial allocation of 2500 Lock blocks and 5000 Lock Owner blocks per node. This is an informational message only. No user action is required. 2025-05-14 12:46:28.46 Server In-Memory OLTP initialized on lowend machine. 2025-05-14 12:46:28.49 Server Database Instant File Initialization: enabled. For security and performance considerations see the topic 'Database Instant File Initialization' in SQL Server Books Online. This is an informational message only. No user action is required. 2025-05-14 12:46:28.51 Server Software Usage Metrics is disabled. 2025-05-14 12:46:28.51 spid6s Starting up database 'master'. 2025-05-14 12:46:28.74 spid6s Resource governor reconfiguration succeeded. 2025-05-14 12:46:28.74 spid6s SQL Server Audit is starting the audits. This is an informational message. No user action is required. 2025-05-14 12:46:28.74 spid6s SQL Server Audit has started the audits. This is an informational message. No user action is required. 2025-05-14 12:46:28.78 spid6s SQL Trace ID 1 was started by login "sa". 2025-05-14 12:46:28.79 spid6s Server name is 'managed-node2'. This is an informational message only. No user action is required. 2025-05-14 12:46:28.92 spid18s A self-generated certificate was successfully loaded for encryption. 2025-05-14 12:46:28.93 spid18s Server is listening on [ 0.0.0.0 1433]. 2025-05-14 12:46:28.93 Server Server is listening on [ ::1 1434]. 2025-05-14 12:46:28.93 Server Server is listening on [ 127.0.0.1 1434]. 2025-05-14 12:46:28.94 Server Dedicated admin connection support was established for listening locally on port 1434. 2025-05-14 12:46:28.94 spid18s SQL Server is now ready for client connections. This is an informational message; no user action is required. 2025-05-14 12:46:30.32 spid20s A new instance of the full-text filter daemon host process has been successfully started. 2025-05-14 12:46:30.37 spid24s Always On: The availability replica manager is starting. This is an informational message only. No user action is required. 2025-05-14 12:46:30.37 spid6s Starting up database 'msdb'. 2025-05-14 12:46:30.37 spid8s Starting up database 'mssqlsystemresource'. 2025-05-14 12:46:30.37 spid24s Always On: The availability replica manager is waiting for the instance of SQL Server to allow client connections. This is an informational message only. No user action is required. 2025-05-14 12:46:30.38 spid8s The resource database build version is 14.00.3490. This is an informational message only. No user action is required. 2025-05-14 12:46:30.39 spid8s Starting up database 'model'. 2025-05-14 12:46:30.46 spid8s Polybase feature disabled. 2025-05-14 12:46:30.46 spid8s Clearing tempdb database. 2025-05-14 12:46:30.59 spid8s Starting up database 'tempdb'. 2025-05-14 12:46:30.73 spid8s The tempdb database has 1 data file(s). 2025-05-14 12:46:30.73 spid24s The Service Broker endpoint is in disabled or stopped state. 2025-05-14 12:46:30.73 spid24s The Database Mirroring endpoint is in disabled or stopped state. 2025-05-14 12:46:30.74 spid24s Service Broker manager has started. 2025-05-14 12:46:30.76 spid6s Recovery is complete. This is an informational message only. No user action is required. 2025-05-14 12:46:31.12 spid51 Configuration option 'show advanced options' changed from 0 to 1. Run the RECONFIGURE statement to install. 2025-05-14 12:46:31.15 spid51 Configuration option 'Agent XPs' changed from 0 to 1. Run the RECONFIGURE statement to install. 2025-05-14 12:46:31.16 spid51 Configuration option 'show advanced options' changed from 1 to 0. Run the RECONFIGURE statement to install. 2025-05-14 12:46:31.30 spid51 Attempting to load library 'xpsqlbot.dll' into memory. This is an informational message only. No user action is required. 2025-05-14 12:46:31.30 spid51 Using 'xpsqlbot.dll' version '2017.140.3490' to execute extended stored procedure 'xp_qv'. This is an informational message only; no user action is required. 2025-05-14 12:46:31.34 spid51 Attempting to load library 'xpstar.dll' into memory. This is an informational message only. No user action is required. 2025-05-14 12:46:31.36 spid51 Using 'xpstar.dll' version '2017.140.3490' to execute extended stored procedure 'xp_sqlagent_notify'. This is an informational message only; no user action is required. TASK [Verify that the edition matches] ***************************************** task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:33 Wednesday 14 May 2025 12:47:18 -0400 (0:00:00.391) 0:02:48.363 ********* ok: [managed-node2] => { "changed": false } MSG: All assertions passed TASK [Verify the setting {{ item.key }}] *************************************** task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:39 Wednesday 14 May 2025 12:47:18 -0400 (0:00:00.046) 0:02:48.409 ********* included: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml for managed-node2 included: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml for managed-node2 included: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml for managed-node2 included: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml for managed-node2 included: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml for managed-node2 TASK [Get the value of the setting ipaddress] ********************************** task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml:7 Wednesday 14 May 2025 12:47:18 -0400 (0:00:00.110) 0:02:48.520 ********* ok: [managed-node2] => { "changed": false, "cmd": "grep '^ipaddress' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004012", "end": "2025-05-14 12:47:19.187410", "rc": 0, "start": "2025-05-14 12:47:19.183398" } STDOUT: ipaddress = 0.0.0.0 TASK [Verify the setting when it is type str ipaddress] ************************ task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml:14 Wednesday 14 May 2025 12:47:19 -0400 (0:00:00.388) 0:02:48.908 ********* ok: [managed-node2] => { "changed": false } MSG: All assertions passed TASK [Verify the setting when it is type bool ipaddress] *********************** task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml:25 Wednesday 14 May 2025 12:47:19 -0400 (0:00:00.127) 0:02:49.035 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that tcpport = 0.0.0.0] ******************************************* task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml:40 Wednesday 14 May 2025 12:47:19 -0400 (0:00:00.039) 0:02:49.075 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the value of the setting tcpport] ************************************ task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml:7 Wednesday 14 May 2025 12:47:19 -0400 (0:00:00.040) 0:02:49.115 ********* ok: [managed-node2] => { "changed": false, "cmd": "grep '^tcpport' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004369", "end": "2025-05-14 12:47:19.832310", "rc": 0, "start": "2025-05-14 12:47:19.827941" } TASK [Verify the setting when it is type str tcpport] ************************** task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml:14 Wednesday 14 May 2025 12:47:19 -0400 (0:00:00.431) 0:02:49.547 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the setting when it is type bool tcpport] ************************* task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml:25 Wednesday 14 May 2025 12:47:19 -0400 (0:00:00.045) 0:02:49.593 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that tcpport = 1433] ********************************************** task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml:40 Wednesday 14 May 2025 12:47:19 -0400 (0:00:00.039) 0:02:49.633 ********* ok: [managed-node2] => { "changed": false } MSG: All assertions passed TASK [Get the value of the setting defaultdatadir] ***************************** task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml:7 Wednesday 14 May 2025 12:47:20 -0400 (0:00:00.049) 0:02:49.682 ********* ok: [managed-node2] => { "changed": false, "cmd": "grep '^defaultdatadir' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004469", "end": "2025-05-14 12:47:20.384908", "rc": 0, "start": "2025-05-14 12:47:20.380439" } STDOUT: defaultdatadir = /tmp/mssql_data TASK [Verify the setting when it is type str defaultdatadir] ******************* task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml:14 Wednesday 14 May 2025 12:47:20 -0400 (0:00:00.421) 0:02:50.104 ********* ok: [managed-node2] => { "changed": false } MSG: All assertions passed TASK [Verify the setting when it is type bool defaultdatadir] ****************** task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml:25 Wednesday 14 May 2025 12:47:20 -0400 (0:00:00.063) 0:02:50.167 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that tcpport = /tmp/mssql_data] *********************************** task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml:40 Wednesday 14 May 2025 12:47:20 -0400 (0:00:00.048) 0:02:50.215 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the value of the setting defaultlogdir] ****************************** task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml:7 Wednesday 14 May 2025 12:47:20 -0400 (0:00:00.039) 0:02:50.255 ********* ok: [managed-node2] => { "changed": false, "cmd": "grep '^defaultlogdir' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.003790", "end": "2025-05-14 12:47:20.931279", "rc": 0, "start": "2025-05-14 12:47:20.927489" } STDOUT: defaultlogdir = /tmp/mssql_log TASK [Verify the setting when it is type str defaultlogdir] ******************** task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml:14 Wednesday 14 May 2025 12:47:21 -0400 (0:00:00.408) 0:02:50.664 ********* ok: [managed-node2] => { "changed": false } MSG: All assertions passed TASK [Verify the setting when it is type bool defaultlogdir] ******************* task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml:25 Wednesday 14 May 2025 12:47:21 -0400 (0:00:00.079) 0:02:50.743 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that tcpport = /tmp/mssql_log] ************************************ task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml:40 Wednesday 14 May 2025 12:47:21 -0400 (0:00:00.061) 0:02:50.805 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the value of the setting enabled] ************************************ task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml:7 Wednesday 14 May 2025 12:47:21 -0400 (0:00:00.064) 0:02:50.870 ********* ok: [managed-node2] => { "changed": false, "cmd": "grep '^enabled' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.003835", "end": "2025-05-14 12:47:21.607395", "rc": 0, "start": "2025-05-14 12:47:21.603560" } STDOUT: enabled = True TASK [Verify the setting when it is type str enabled] ************************** task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml:14 Wednesday 14 May 2025 12:47:21 -0400 (0:00:00.498) 0:02:51.368 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the setting when it is type bool enabled] ************************* task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml:25 Wednesday 14 May 2025 12:47:21 -0400 (0:00:00.063) 0:02:51.432 ********* ok: [managed-node2] => { "changed": false } MSG: All assertions passed TASK [Verify that tcpport = True] ********************************************** task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml:40 Wednesday 14 May 2025 12:47:21 -0400 (0:00:00.075) 0:02:51.508 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get stat of mssql_datadir] *********************************************** task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:55 Wednesday 14 May 2025 12:47:21 -0400 (0:00:00.064) 0:02:51.572 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Assert that mssql_datadir has proper permissions and ownership] ********** task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:60 Wednesday 14 May 2025 12:47:21 -0400 (0:00:00.058) 0:02:51.630 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get stat of mssql_logdir] ************************************************ task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:70 Wednesday 14 May 2025 12:47:22 -0400 (0:00:00.066) 0:02:51.697 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Assert that mssql_logdir has proper permissions and ownership] *********** task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:75 Wednesday 14 May 2025 12:47:22 -0400 (0:00:00.063) 0:02:51.760 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Prepare MSSQL and facts for logging in] ********************************** task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:85 Wednesday 14 May 2025 12:47:22 -0400 (0:00:00.058) 0:02:51.819 ********* TASK [fedora.linux_system_roles.mssql : Ensure that the mssql-server service is started] *** task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/verify_password.yml:3 Wednesday 14 May 2025 12:47:22 -0400 (0:00:00.121) 0:02:51.941 ********* ok: [managed-node2] => { "changed": false, "name": "mssql-server", "state": "started", "status": { "ActiveEnterTimestamp": "Wed 2025-05-14 12:46:26 EDT", "ActiveEnterTimestampMonotonic": "700275347", "ActiveExitTimestamp": "Wed 2025-05-14 12:46:25 EDT", "ActiveExitTimestampMonotonic": "699910071", "ActiveState": "active", "After": "sysinit.target basic.target system.slice -.mount network.target systemd-journald.socket auditd.service", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Wed 2025-05-14 12:46:26 EDT", "AssertTimestampMonotonic": "700274420", "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": "Wed 2025-05-14 12:46:26 EDT", "ConditionTimestampMonotonic": "700274418", "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": "28146", "ExecMainStartTimestamp": "Wed 2025-05-14 12:46:26 EDT", "ExecMainStartTimestampMonotonic": "700275293", "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": "991", "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": "Wed 2025-05-14 12:46:26 EDT", "InactiveEnterTimestampMonotonic": "700273658", "InactiveExitTimestamp": "Wed 2025-05-14 12:46:26 EDT", "InactiveExitTimestampMonotonic": "700275347", "InvocationID": "80df297ae30641be9e6fb6823d41f663", "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": "28146", "MemoryAccounting": "yes", "MemoryCurrent": "903233536", "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": "Wed 2025-05-14 12:46:26 EDT", "StateChangeTimestampMonotonic": "700275347", "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": "168", "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": "Wed 2025-05-14 12:46:26 EDT", "WatchdogTimestampMonotonic": "700275345", "WatchdogUSec": "0", "WorkingDirectory": "/var/opt/mssql" } } TASK [fedora.linux_system_roles.mssql : Check if a custom tcpport setting exist] *** task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/verify_password.yml:9 Wednesday 14 May 2025 12:47:22 -0400 (0:00:00.587) 0:02:52.528 ********* ok: [managed-node2] => { "changed": false, "cmd": [ "grep", "^tcpport = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.002485", "end": "2025-05-14 12:47:23.238907", "failed_when_result": false, "rc": 1, "start": "2025-05-14 12:47:23.236422" } MSG: non-zero return code TASK [fedora.linux_system_roles.mssql : Check if a custom ipaddress setting exist] *** task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/verify_password.yml:15 Wednesday 14 May 2025 12:47:23 -0400 (0:00:00.435) 0:02:52.964 ********* ok: [managed-node2] => { "changed": false, "cmd": [ "grep", "^ipaddress = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:01.003708", "end": "2025-05-14 12:47:24.756642", "failed_when_result": false, "rc": 0, "start": "2025-05-14 12:47:23.752934" } STDOUT: ipaddress = 0.0.0.0 TASK [fedora.linux_system_roles.mssql : Set a fact with a login command] ******* task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/verify_password.yml:21 Wednesday 14 May 2025 12:47:24 -0400 (0:00:01.562) 0:02:54.526 ********* ok: [managed-node2] => { "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-9gc/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:96 Wednesday 14 May 2025 12:47:24 -0400 (0:00:00.073) 0:02:54.600 ********* ok: [managed-node2] => { "changed": false, "elapsed": 1, "gid": 991, "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": 7448, "state": "file", "uid": 993 } TASK [Check if the set password matches the existing password] ***************** task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:117 Wednesday 14 May 2025 12:47:26 -0400 (0:00:01.611) 0:02:56.211 ********* ok: [managed-node2] => { "attempts": 1, "changed": false, "cmd": [ "/opt/mssql-tools18/bin/sqlcmd", "-No", "-S", "0.0.0.0", "-U", "sa", "-P", "p@55w0rD", "-Q", "SELECT @@VERSION" ], "delta": "0:00:00.020523", "end": "2025-05-14 12:47:26.956334", "rc": 0, "start": "2025-05-14 12:47:26.935811" } STDOUT: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ Microsoft SQL Server 2017 (RTM-CU31-OD) (KB5050533) - 14.0.3490.10 (X64) Feb 19 2025 12:19:28 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-9gc/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:137 Wednesday 14 May 2025 12:47:27 -0400 (0:00:00.485) 0:02:56.696 ********* ok: [managed-node2] => { "ansible_facts": { "mssql_password": null }, "changed": false } TASK [Verify the package mssql-server-fts] ************************************* task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:141 Wednesday 14 May 2025 12:47:27 -0400 (0:00:00.067) 0:02:56.764 ********* included: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_package.yml for managed-node2 TASK [Gather package facts] **************************************************** task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_package.yml:7 Wednesday 14 May 2025 12:47:27 -0400 (0:00:00.101) 0:02:56.866 ********* ok: [managed-node2] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [Verify if the package is installed mssql-server-fts] ********************* task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_package.yml:12 Wednesday 14 May 2025 12:47:28 -0400 (0:00:01.625) 0:02:58.491 ********* ok: [managed-node2] => { "changed": false } MSG: All assertions passed TASK [Verify if the package is not installed mssql-server-fts] ***************** task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_package.yml:17 Wednesday 14 May 2025 12:47:29 -0400 (0:00:00.168) 0:02:58.659 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the package powershell] ******************************************* task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:148 Wednesday 14 May 2025 12:47:29 -0400 (0:00:00.108) 0:02:58.768 ********* included: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_package.yml for managed-node2 TASK [Gather package facts] **************************************************** task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_package.yml:7 Wednesday 14 May 2025 12:47:29 -0400 (0:00:00.157) 0:02:58.926 ********* ok: [managed-node2] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [Verify if the package is installed powershell] *************************** task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_package.yml:12 Wednesday 14 May 2025 12:47:30 -0400 (0:00:01.563) 0:03:00.489 ********* ok: [managed-node2] => { "changed": false } MSG: All assertions passed TASK [Verify if the package is not installed powershell] *********************** task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_package.yml:17 Wednesday 14 May 2025 12:47:30 -0400 (0:00:00.102) 0:03:00.592 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the value of the traceflag setting] ********************************** task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:159 Wednesday 14 May 2025 12:47:31 -0400 (0:00:00.060) 0:03:00.652 ********* ok: [managed-node2] => { "changed": false, "cmd": "grep '^traceflag' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.003828", "end": "2025-05-14 12:47:31.361418", "rc": 0, "start": "2025-05-14 12:47:31.357590" } STDOUT: traceflag0 = 3979 TASK [Verify that the traceflag setting is set to 3979] ************************ task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:164 Wednesday 14 May 2025 12:47:31 -0400 (0:00:00.443) 0:03:01.095 ********* ok: [managed-node2] => { "changed": false } MSG: All assertions passed TASK [Verify that the traceflag setting is not set to 3979] ******************** task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:169 Wednesday 14 May 2025 12:47:31 -0400 (0:00:00.077) 0:03:01.173 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that the alternatewritethrough setting is false] ****************** task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:175 Wednesday 14 May 2025 12:47:31 -0400 (0:00:00.060) 0:03:01.233 ********* included: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml for managed-node2 TASK [Get the value of the setting alternatewritethrough] ********************** task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml:7 Wednesday 14 May 2025 12:47:31 -0400 (0:00:00.082) 0:03:01.316 ********* ok: [managed-node2] => { "changed": false, "cmd": "grep '^alternatewritethrough' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.003853", "end": "2025-05-14 12:47:32.003240", "rc": 0, "start": "2025-05-14 12:47:31.999387" } STDOUT: alternatewritethrough = 0 TASK [Verify the setting when it is type str alternatewritethrough] ************ task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml:14 Wednesday 14 May 2025 12:47:32 -0400 (0:00:00.429) 0:03:01.745 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the setting when it is type bool alternatewritethrough] *********** task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml:25 Wednesday 14 May 2025 12:47:32 -0400 (0:00:00.051) 0:03:01.797 ********* ok: [managed-node2] => { "changed": false } MSG: All assertions passed TASK [Verify that tcpport = False] ********************************************* task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml:40 Wednesday 14 May 2025 12:47:32 -0400 (0:00:00.060) 0:03:01.858 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the writethrough setting] ***************************************** task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:181 Wednesday 14 May 2025 12:47:32 -0400 (0:00:00.048) 0:03:01.907 ********* included: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml for managed-node2 TASK [Get the value of the setting writethrough] ******************************* task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml:7 Wednesday 14 May 2025 12:47:32 -0400 (0:00:00.072) 0:03:01.979 ********* ok: [managed-node2] => { "changed": false, "cmd": "grep '^writethrough' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.003924", "end": "2025-05-14 12:47:32.646972", "rc": 0, "start": "2025-05-14 12:47:32.643048" } STDOUT: writethrough = 1 TASK [Verify the setting when it is type str writethrough] ********************* task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml:14 Wednesday 14 May 2025 12:47:32 -0400 (0:00:00.380) 0:03:02.360 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the setting when it is type bool writethrough] ******************** task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml:25 Wednesday 14 May 2025 12:47:32 -0400 (0:00:00.054) 0:03:02.414 ********* ok: [managed-node2] => { "changed": false } MSG: All assertions passed TASK [Verify that tcpport = True] ********************************************** task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml:40 Wednesday 14 May 2025 12:47:32 -0400 (0:00:00.067) 0:03:02.481 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the tlscert setting] ********************************************** task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:191 Wednesday 14 May 2025 12:47:32 -0400 (0:00:00.047) 0:03:02.529 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the tlskey setting] *********************************************** task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:202 Wednesday 14 May 2025 12:47:32 -0400 (0:00:00.057) 0:03:02.586 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the tlsprotocols setting] ***************************************** task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:214 Wednesday 14 May 2025 12:47:33 -0400 (0:00:00.059) 0:03:02.646 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the forceencryption setting] ************************************** task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:222 Wednesday 14 May 2025 12:47:33 -0400 (0:00:00.056) 0:03:02.702 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify configuration for confined application] *************************** task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:229 Wednesday 14 May 2025 12:47:33 -0400 (0:00:00.062) 0:03:02.765 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Run to edit settings] **************************************************** task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/tests_idempotency.yml:52 Wednesday 14 May 2025 12:47:33 -0400 (0:00:00.059) 0:03:02.825 ********* TASK [fedora.linux_system_roles.mssql : Ensure ansible_facts and variables used by role] *** task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:3 Wednesday 14 May 2025 12:47:34 -0400 (0:00:00.943) 0:03:03.769 ********* included: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/set_vars.yml for managed-node2 TASK [fedora.linux_system_roles.mssql : Ensure ansible_facts used by role] ***** task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/set_vars.yml:3 Wednesday 14 May 2025 12:47:34 -0400 (0:00:00.107) 0:03:03.876 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Set platform/version specific variables] *** task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/set_vars.yml:8 Wednesday 14 May 2025 12:47:34 -0400 (0:00:00.070) 0:03:03.947 ********* ok: [managed-node2] => (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-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/vars/RedHat.yml" ], "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml" } skipping: [managed-node2] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [managed-node2] => (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-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } ok: [managed-node2] => (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-9gc/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-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/set_vars.yml:22 Wednesday 14 May 2025 12:47:34 -0400 (0:00:00.149) 0:03:04.096 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Require installed systemd] ************* task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/set_vars.yml:29 Wednesday 14 May 2025 12:47:34 -0400 (0:00:00.078) 0:03:04.175 ********* skipping: [managed-node2] => { "changed": false, "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-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/set_vars.yml:34 Wednesday 14 May 2025 12:47:34 -0400 (0:00:00.088) 0:03:04.263 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Unset the __mssql_sqlcmd_login_cmd fact] *** task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:8 Wednesday 14 May 2025 12:47:34 -0400 (0:00:00.059) 0:03:04.323 ********* ok: [managed-node2] => { "ansible_facts": { "__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-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:15 Wednesday 14 May 2025 12:47:34 -0400 (0:00:00.059) 0:03:04.382 ********* skipping: [managed-node2] => {} TASK [fedora.linux_system_roles.mssql : Link the deprecated mssql_input_sql_file fact] *** task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:23 Wednesday 14 May 2025 12:47:34 -0400 (0:00:00.065) 0:03:04.448 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Print that the variable is deprecated] *** task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:30 Wednesday 14 May 2025 12:47:34 -0400 (0:00:00.056) 0:03:04.504 ********* skipping: [managed-node2] => {} TASK [fedora.linux_system_roles.mssql : Link the deprecated mssql_ha_listener_port fact] *** task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:37 Wednesday 14 May 2025 12:47:34 -0400 (0:00:00.048) 0:03:04.553 ********* skipping: [managed-node2] => { "changed": false, "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-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:44 Wednesday 14 May 2025 12:47:35 -0400 (0:00:00.135) 0:03:04.688 ********* skipping: [managed-node2] => {} TASK [fedora.linux_system_roles.mssql : Link the deprecated mssql_ad_sql_user_name fact] *** task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:51 Wednesday 14 May 2025 12:47:35 -0400 (0:00:00.061) 0:03:04.750 ********* skipping: [managed-node2] => { "changed": false, "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-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:58 Wednesday 14 May 2025 12:47:35 -0400 (0:00:00.048) 0:03:04.798 ********* skipping: [managed-node2] => {} TASK [fedora.linux_system_roles.mssql : Link the deprecated mssql_ha_cluster_run_role fact] *** task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:65 Wednesday 14 May 2025 12:47:35 -0400 (0:00:00.042) 0:03:04.840 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Print that variable is deprecated] ***** task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:74 Wednesday 14 May 2025 12:47:35 -0400 (0:00:00.036) 0:03:04.877 ********* skipping: [managed-node2] => {} TASK [fedora.linux_system_roles.mssql : Link the deprecated fact] ************** task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:83 Wednesday 14 May 2025 12:47:35 -0400 (0:00:00.038) 0:03:04.915 ********* skipping: [managed-node2] => { "changed": false, "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-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:87 Wednesday 14 May 2025 12:47:35 -0400 (0:00:00.036) 0:03:04.951 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Verify that the user accepts EULA variables] *** task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:94 Wednesday 14 May 2025 12:47:35 -0400 (0:00:00.039) 0:03:04.991 ********* ok: [managed-node2] => { "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-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:106 Wednesday 14 May 2025 12:47:35 -0400 (0:00:00.048) 0:03:05.040 ********* skipping: [managed-node2] => { "changed": false, "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-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:114 Wednesday 14 May 2025 12:47:35 -0400 (0:00:00.059) 0:03:05.099 ********* skipping: [managed-node2] => { "changed": false, "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-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:123 Wednesday 14 May 2025 12:47:35 -0400 (0:00:00.057) 0:03:05.157 ********* skipping: [managed-node2] => { "changed": false, "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-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:132 Wednesday 14 May 2025 12:47:35 -0400 (0:00:00.049) 0:03:05.207 ********* skipping: [managed-node2] => { "changed": false, "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-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:142 Wednesday 14 May 2025 12:47:35 -0400 (0:00:00.044) 0:03:05.251 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Verify that mssql_manage_selinux is set properly] *** task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:151 Wednesday 14 May 2025 12:47:35 -0400 (0:00:00.067) 0:03:05.318 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Gather package facts] ****************** task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:162 Wednesday 14 May 2025 12:47:35 -0400 (0:00:00.101) 0:03:05.420 ********* ok: [managed-node2] => { "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-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:166 Wednesday 14 May 2025 12:47:37 -0400 (0:00:01.673) 0:03:07.094 ********* ok: [managed-node2] => (item={'key': 2017, 'value': 14}) => { "ansible_facts": { "__mssql_current_version": "2017" }, "ansible_loop_var": "item", "changed": false, "item": { "key": 2017, "value": 14 } } skipping: [managed-node2] => (item={'key': 2019, 'value': 15}) => { "ansible_loop_var": "item", "changed": false, "item": { "key": 2019, "value": 15 }, "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item={'key': 2022, 'value': 16}) => { "ansible_loop_var": "item", "changed": false, "item": { "key": 2022, "value": 16 }, "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-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:174 Wednesday 14 May 2025 12:47:37 -0400 (0:00:00.166) 0:03:07.260 ********* skipping: [managed-node2] => { "changed": false, "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-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:181 Wednesday 14 May 2025 12:47:37 -0400 (0:00:00.046) 0:03:07.306 ********* ok: [managed-node2] => { "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-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:188 Wednesday 14 May 2025 12:47:37 -0400 (0:00:00.051) 0:03:07.358 ********* skipping: [managed-node2] => (item={'key': 2017, 'value': 14}) => { "ansible_loop_var": "item", "changed": false, "item": { "key": 2017, "value": 14 }, "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item={'key': 2019, 'value': 15}) => { "ansible_loop_var": "item", "changed": false, "item": { "key": 2019, "value": 15 }, "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item={'key': 2022, 'value': 16}) => { "ansible_loop_var": "item", "changed": false, "item": { "key": 2022, "value": 16 }, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Deploy the GPG key for Microsoft repositories] *** task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:202 Wednesday 14 May 2025 12:47:37 -0400 (0:00:00.085) 0:03:07.443 ********* ok: [managed-node2] => { "attempts": 1, "changed": false } TASK [fedora.linux_system_roles.mssql : Update all packages from SQL Server repo version 2017] *** task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:216 Wednesday 14 May 2025 12:47:38 -0400 (0:00:00.538) 0:03:07.982 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Get yum repositories] ****************** task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:226 Wednesday 14 May 2025 12:47:38 -0400 (0:00:00.069) 0:03:08.052 ********* skipping: [managed-node2] => { "changed": false, "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-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:237 Wednesday 14 May 2025 12:47:38 -0400 (0:00:00.066) 0:03:08.119 ********* skipping: [managed-node2] => { "changed": false, "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-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:251 Wednesday 14 May 2025 12:47:38 -0400 (0:00:00.062) 0:03:08.182 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Get zypper repositories] *************** task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:260 Wednesday 14 May 2025 12:47:38 -0400 (0:00:00.074) 0:03:08.256 ********* skipping: [managed-node2] => { "changed": false, "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-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:272 Wednesday 14 May 2025 12:47:38 -0400 (0:00:00.066) 0:03:08.322 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Configure the Microsoft SQL Server repo version 2017] *** task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:279 Wednesday 14 May 2025 12:47:38 -0400 (0:00:00.111) 0:03:08.433 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Configure the Microsoft SQL Server repo version 2017] *** task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:291 Wednesday 14 May 2025 12:47:38 -0400 (0:00:00.085) 0:03:08.519 ********* skipping: [managed-node2] => { "changed": false, "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-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:304 Wednesday 14 May 2025 12:47:38 -0400 (0:00:00.067) 0:03:08.586 ********* ok: [managed-node2] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [fedora.linux_system_roles.mssql : Ensure the package mssql-server] ******* task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:309 Wednesday 14 May 2025 12:47:41 -0400 (0:00:02.930) 0:03:11.517 ********* ok: [managed-node2] => { "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-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:314 Wednesday 14 May 2025 12:47:44 -0400 (0:00:02.904) 0:03:14.421 ********* ok: [managed-node2] => { "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.005279", "end": "2025-05-14 12:47:45.090981", "rc": 0, "start": "2025-05-14 12:47:45.085702" } STDOUT: /var/opt/mssql/log/errorlog TASK [fedora.linux_system_roles.mssql : Check if mssql-server.service is enabled] *** task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:331 Wednesday 14 May 2025 12:47:45 -0400 (0:00:00.377) 0:03:14.799 ********* ok: [managed-node2] => { "changed": false, "cmd": [ "systemctl", "is-enabled", "mssql-server.service" ], "delta": "0:00:00.007732", "end": "2025-05-14 12:47:45.469011", "failed_when_result": false, "rc": 0, "start": "2025-05-14 12:47:45.461279" } STDOUT: enabled TASK [fedora.linux_system_roles.mssql : Check if mssql-server.service is running] *** task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:338 Wednesday 14 May 2025 12:47:45 -0400 (0:00:00.378) 0:03:15.178 ********* ok: [managed-node2] => { "changed": false, "cmd": [ "systemctl", "is-active", "mssql-server.service" ], "delta": "0:00:00.007323", "end": "2025-05-14 12:47:45.843697", "failed_when_result": false, "rc": 0, "start": "2025-05-14 12:47:45.836374" } STDOUT: active TASK [fedora.linux_system_roles.mssql : Set the __mssql_is_setup variable] ***** task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:345 Wednesday 14 May 2025 12:47:45 -0400 (0:00:00.373) 0:03:15.551 ********* ok: [managed-node2] => { "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-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:352 Wednesday 14 May 2025 12:47:45 -0400 (0:00:00.040) 0:03:15.592 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Set up MSSQL] ************************** task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:368 Wednesday 14 May 2025 12:47:45 -0400 (0:00:00.037) 0:03:15.630 ********* skipping: [managed-node2] => { "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-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:398 Wednesday 14 May 2025 12:47:46 -0400 (0:00:00.042) 0:03:15.672 ********* included: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/configure_storage_paths.yml for managed-node2 included: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/configure_storage_paths.yml for managed-node2 TASK [fedora.linux_system_roles.mssql : Ensure the directory and permissions /var/opt/mssql/data] *** task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/configure_storage_paths.yml:3 Wednesday 14 May 2025 12:47:46 -0400 (0:00:00.124) 0:03:15.797 ********* ok: [managed-node2] => { "changed": false, "gid": 991, "group": "mssql", "mode": "0755", "owner": "mssql", "path": "/var/opt/mssql/data", "secontext": "unconfined_u:object_r:var_t:s0", "size": 156, "state": "directory", "uid": 993 } TASK [fedora.linux_system_roles.mssql : Append facts for the selinux role] ***** task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/configure_storage_paths.yml:12 Wednesday 14 May 2025 12:47:46 -0400 (0:00:00.424) 0:03:16.221 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Configure the setting defaultdatadir] *** task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/configure_storage_paths.yml:28 Wednesday 14 May 2025 12:47:46 -0400 (0:00:00.039) 0:03:16.261 ********* included: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml for managed-node2 TASK [fedora.linux_system_roles.mssql : Get the setting filelocation defaultdatadir] *** task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:3 Wednesday 14 May 2025 12:47:46 -0400 (0:00:00.062) 0:03:16.323 ********* ok: [managed-node2] => { "changed": false, "cmd": [ "grep", "^defaultdatadir = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.002589", "end": "2025-05-14 12:47:46.986364", "failed_when_result": false, "rc": 0, "start": "2025-05-14 12:47:46.983775" } STDOUT: defaultdatadir = /tmp/mssql_data TASK [fedora.linux_system_roles.mssql : Configure the setting filelocation defaultdatadir] *** task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:12 Wednesday 14 May 2025 12:47:47 -0400 (0:00:00.373) 0:03:16.697 ********* NOTIFIED HANDLER fedora.linux_system_roles.mssql : Restart the mssql-server service for managed-node2 changed: [managed-node2] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "set", "filelocation.defaultdatadir", "/var/opt/mssql/data" ], "delta": "0:00:00.043656", "end": "2025-05-14 12:47:47.416832", "failed_when_result": false, "rc": 0, "start": "2025-05-14 12:47:47.373176" } 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 filelocation defaultdatadir] *** task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:42 Wednesday 14 May 2025 12:47:47 -0400 (0:00:00.441) 0:03:17.138 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Ensure the directory and permissions /var/opt/mssql/log] *** task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/configure_storage_paths.yml:3 Wednesday 14 May 2025 12:47:47 -0400 (0:00:00.042) 0:03:17.181 ********* ok: [managed-node2] => { "changed": false, "gid": 991, "group": "mssql", "mode": "0755", "owner": "mssql", "path": "/var/opt/mssql/log", "secontext": "unconfined_u:object_r:var_t:s0", "size": 4096, "state": "directory", "uid": 993 } TASK [fedora.linux_system_roles.mssql : Append facts for the selinux role] ***** task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/configure_storage_paths.yml:12 Wednesday 14 May 2025 12:47:47 -0400 (0:00:00.384) 0:03:17.566 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Configure the setting defaultlogdir] *** task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/configure_storage_paths.yml:28 Wednesday 14 May 2025 12:47:47 -0400 (0:00:00.040) 0:03:17.606 ********* included: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml for managed-node2 TASK [fedora.linux_system_roles.mssql : Get the setting filelocation defaultlogdir] *** task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:3 Wednesday 14 May 2025 12:47:48 -0400 (0:00:00.062) 0:03:17.668 ********* ok: [managed-node2] => { "changed": false, "cmd": [ "grep", "^defaultlogdir = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.002522", "end": "2025-05-14 12:47:48.339389", "failed_when_result": false, "rc": 0, "start": "2025-05-14 12:47:48.336867" } STDOUT: defaultlogdir = /tmp/mssql_log TASK [fedora.linux_system_roles.mssql : Configure the setting filelocation defaultlogdir] *** task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:12 Wednesday 14 May 2025 12:47:48 -0400 (0:00:00.382) 0:03:18.051 ********* changed: [managed-node2] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "set", "filelocation.defaultlogdir", "/var/opt/mssql/log" ], "delta": "0:00:00.044441", "end": "2025-05-14 12:47:48.875110", "failed_when_result": false, "rc": 0, "start": "2025-05-14 12:47:48.830669" } 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 filelocation defaultlogdir] *** task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:42 Wednesday 14 May 2025 12:47:48 -0400 (0:00:00.563) 0:03:18.614 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Set selinux role facts for ports] ****** task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:413 Wednesday 14 May 2025 12:47:49 -0400 (0:00:00.046) 0:03:18.661 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure correct SELinux context for storage paths and ports] ************** task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:427 Wednesday 14 May 2025 12:47:49 -0400 (0:00:00.044) 0:03:18.705 ********* skipping: [managed-node2] => { "changed": false, "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-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:438 Wednesday 14 May 2025 12:47:49 -0400 (0:00:00.046) 0:03:18.751 ********* ok: [managed-node2] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [fedora.linux_system_roles.mssql : Ensure that the tuned service is enabled] *** task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:444 Wednesday 14 May 2025 12:47:51 -0400 (0:00:02.830) 0:03:21.581 ********* ok: [managed-node2] => { "changed": false, "enabled": true, "name": "tuned", "status": { "ActiveEnterTimestamp": "Wed 2025-05-14 12:34:57 EDT", "ActiveEnterTimestampMonotonic": "11874103", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "sysinit.target network.target dbus.socket systemd-sysctl.service basic.target dbus.service system.slice systemd-journald.socket polkit.service", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Wed 2025-05-14 12:34:57 EDT", "AssertTimestampMonotonic": "11245801", "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": "Wed 2025-05-14 12:34:57 EDT", "ConditionTimestampMonotonic": "11245800", "ConfigurationDirectoryMode": "0755", "Conflicts": "power-profiles-daemon.service tlp.service shutdown.target cpupower.service auto-cpufreq.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": "694", "ExecMainStartTimestamp": "Wed 2025-05-14 12:34:57 EDT", "ExecMainStartTimestampMonotonic": "11246618", "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": "Wed 2025-05-14 12:34:57 EDT", "InactiveExitTimestampMonotonic": "11246651", "InvocationID": "a263e8aec41f4de09c5c747413d511a9", "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": "694", "MemoryAccounting": "yes", "MemoryCurrent": "19300352", "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": "Wed 2025-05-14 12:34:57 EDT", "StateChangeTimestampMonotonic": "11874103", "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": "Wed 2025-05-14 12:34:57 EDT", "WatchdogTimestampMonotonic": "11874100", "WatchdogUSec": "0" } } TASK [fedora.linux_system_roles.mssql : Ensure that the tuned service is started] *** task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:450 Wednesday 14 May 2025 12:47:52 -0400 (0:00:00.522) 0:03:22.104 ********* ok: [managed-node2] => { "changed": false, "name": "tuned", "state": "started", "status": { "ActiveEnterTimestamp": "Wed 2025-05-14 12:34:57 EDT", "ActiveEnterTimestampMonotonic": "11874103", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "sysinit.target network.target dbus.socket systemd-sysctl.service basic.target dbus.service system.slice systemd-journald.socket polkit.service", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Wed 2025-05-14 12:34:57 EDT", "AssertTimestampMonotonic": "11245801", "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": "Wed 2025-05-14 12:34:57 EDT", "ConditionTimestampMonotonic": "11245800", "ConfigurationDirectoryMode": "0755", "Conflicts": "power-profiles-daemon.service tlp.service shutdown.target cpupower.service auto-cpufreq.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": "694", "ExecMainStartTimestamp": "Wed 2025-05-14 12:34:57 EDT", "ExecMainStartTimestampMonotonic": "11246618", "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": "Wed 2025-05-14 12:34:57 EDT", "InactiveExitTimestampMonotonic": "11246651", "InvocationID": "a263e8aec41f4de09c5c747413d511a9", "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": "694", "MemoryAccounting": "yes", "MemoryCurrent": "19300352", "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": "Wed 2025-05-14 12:34:57 EDT", "StateChangeTimestampMonotonic": "11874103", "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": "Wed 2025-05-14 12:34:57 EDT", "WatchdogTimestampMonotonic": "11874100", "WatchdogUSec": "0" } } TASK [fedora.linux_system_roles.mssql : Get the active Tuned profiles] ********* task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:458 Wednesday 14 May 2025 12:47:53 -0400 (0:00:00.549) 0:03:22.653 ********* ok: [managed-node2] => { "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-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:464 Wednesday 14 May 2025 12:47:53 -0400 (0:00:00.405) 0:03:23.058 ********* ok: [managed-node2] => { "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-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:477 Wednesday 14 May 2025 12:47:53 -0400 (0:00:00.042) 0:03:23.100 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Remove troublemaking include from the mssql profile] *** task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:489 Wednesday 14 May 2025 12:47:53 -0400 (0:00:00.039) 0:03:23.140 ********* skipping: [managed-node2] => { "changed": false, "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-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:498 Wednesday 14 May 2025 12:47:53 -0400 (0:00:00.040) 0:03:23.180 ********* skipping: [managed-node2] => { "changed": false, "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-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:515 Wednesday 14 May 2025 12:47:53 -0400 (0:00:00.093) 0:03:23.274 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Configure the Microsoft SQL Server Tools repository] *** task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:523 Wednesday 14 May 2025 12:47:53 -0400 (0:00:00.052) 0:03:23.326 ********* ok: [managed-node2] => { "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-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:531 Wednesday 14 May 2025 12:47:54 -0400 (0:00:00.378) 0:03:23.705 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Ensure that SQL Server client tools are installed] *** task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:540 Wednesday 14 May 2025 12:47:54 -0400 (0:00:00.036) 0:03:23.742 ********* ok: [managed-node2] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create certificates using the certificate role] ************************** task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:557 Wednesday 14 May 2025 12:47:56 -0400 (0:00:02.841) 0:03:26.583 ********* skipping: [managed-node2] => { "changed": false, "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-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:571 Wednesday 14 May 2025 12:47:56 -0400 (0:00:00.037) 0:03:26.621 ********* skipping: [managed-node2] => { "changed": false, "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-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:576 Wednesday 14 May 2025 12:47:57 -0400 (0:00:00.044) 0:03:26.665 ********* skipping: [managed-node2] => (item=None) => { "ansible_loop_var": "item", "changed": false, "item": null, "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item=None) => { "ansible_loop_var": "item", "changed": false, "item": null, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Configure the tlscert setting] ********* task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:594 Wednesday 14 May 2025 12:47:57 -0400 (0:00:00.071) 0:03:26.736 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Configure the tlskey setting] ********** task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:603 Wednesday 14 May 2025 12:47:57 -0400 (0:00:00.048) 0:03:26.785 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Configure the tlsprotocols setting] **** task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:612 Wednesday 14 May 2025 12:47:57 -0400 (0:00:00.042) 0:03:26.827 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Configure the forceencryption setting] *** task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:619 Wednesday 14 May 2025 12:47:57 -0400 (0:00:00.110) 0:03:26.937 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Get the setting forceencryption] ******* task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:628 Wednesday 14 May 2025 12:47:57 -0400 (0:00:00.036) 0:03:26.973 ********* ok: [managed-node2] => { "changed": false, "cmd": "set -euo pipefail; grep '^forceencryption' /var/opt/mssql/mssql.conf | sed 's/forceencryption = //g'", "delta": "0:00:00.004120", "end": "2025-05-14 12:47:57.652262", "failed_when_result": false, "rc": 1, "start": "2025-05-14 12:47:57.648142" } MSG: non-zero return code TASK [fedora.linux_system_roles.mssql : Append -No to sqlcmd when TLS is not configured] *** task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:637 Wednesday 14 May 2025 12:47:57 -0400 (0:00:00.416) 0:03:27.390 ********* skipping: [managed-node2] => { "changed": false, "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-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:644 Wednesday 14 May 2025 12:47:57 -0400 (0:00:00.066) 0:03:27.457 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Prepare MSSQL and facts for logging in] *** task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:657 Wednesday 14 May 2025 12:47:57 -0400 (0:00:00.059) 0:03:27.517 ********* included: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/verify_password.yml for managed-node2 TASK [fedora.linux_system_roles.mssql : Ensure that the mssql-server service is started] *** task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/verify_password.yml:3 Wednesday 14 May 2025 12:47:57 -0400 (0:00:00.079) 0:03:27.596 ********* ok: [managed-node2] => { "changed": false, "name": "mssql-server", "state": "started", "status": { "ActiveEnterTimestamp": "Wed 2025-05-14 12:46:26 EDT", "ActiveEnterTimestampMonotonic": "700275347", "ActiveExitTimestamp": "Wed 2025-05-14 12:46:25 EDT", "ActiveExitTimestampMonotonic": "699910071", "ActiveState": "active", "After": "sysinit.target basic.target system.slice -.mount network.target systemd-journald.socket auditd.service", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Wed 2025-05-14 12:46:26 EDT", "AssertTimestampMonotonic": "700274420", "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": "Wed 2025-05-14 12:46:26 EDT", "ConditionTimestampMonotonic": "700274418", "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": "28146", "ExecMainStartTimestamp": "Wed 2025-05-14 12:46:26 EDT", "ExecMainStartTimestampMonotonic": "700275293", "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": "991", "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": "Wed 2025-05-14 12:46:26 EDT", "InactiveEnterTimestampMonotonic": "700273658", "InactiveExitTimestamp": "Wed 2025-05-14 12:46:26 EDT", "InactiveExitTimestampMonotonic": "700275347", "InvocationID": "80df297ae30641be9e6fb6823d41f663", "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": "28146", "MemoryAccounting": "yes", "MemoryCurrent": "905822208", "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": "Wed 2025-05-14 12:46:26 EDT", "StateChangeTimestampMonotonic": "700275347", "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": "169", "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": "Wed 2025-05-14 12:46:26 EDT", "WatchdogTimestampMonotonic": "700275345", "WatchdogUSec": "0", "WorkingDirectory": "/var/opt/mssql" } } TASK [fedora.linux_system_roles.mssql : Check if a custom tcpport setting exist] *** task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/verify_password.yml:9 Wednesday 14 May 2025 12:47:58 -0400 (0:00:00.517) 0:03:28.113 ********* ok: [managed-node2] => { "changed": false, "cmd": [ "grep", "^tcpport = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.002534", "end": "2025-05-14 12:47:58.778060", "failed_when_result": false, "rc": 1, "start": "2025-05-14 12:47:58.775526" } MSG: non-zero return code TASK [fedora.linux_system_roles.mssql : Check if a custom ipaddress setting exist] *** task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/verify_password.yml:15 Wednesday 14 May 2025 12:47:58 -0400 (0:00:00.371) 0:03:28.485 ********* ok: [managed-node2] => { "changed": false, "cmd": [ "grep", "^ipaddress = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.002649", "end": "2025-05-14 12:47:59.163591", "failed_when_result": false, "rc": 0, "start": "2025-05-14 12:47:59.160942" } STDOUT: ipaddress = 0.0.0.0 TASK [fedora.linux_system_roles.mssql : Set a fact with a login command] ******* task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/verify_password.yml:21 Wednesday 14 May 2025 12:47:59 -0400 (0:00:00.386) 0:03:28.872 ********* ok: [managed-node2] => { "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 : Wait for mssql-server to prepare for client connections] *** task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:661 Wednesday 14 May 2025 12:47:59 -0400 (0:00:00.052) 0:03:28.925 ********* ok: [managed-node2] => { "changed": false, "elapsed": 1, "gid": 991, "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": 7448, "state": "file", "uid": 993 } TASK [fedora.linux_system_roles.mssql : Check if the set password matches the existing password] *** task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:667 Wednesday 14 May 2025 12:48:00 -0400 (0:00:01.444) 0:03:30.369 ********* fatal: [managed-node2]: FAILED! => { "attempts": 1, "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } ...ignoring TASK [fedora.linux_system_roles.mssql : Ensure that the mssql-server service is stopped] *** task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:683 Wednesday 14 May 2025 12:48:01 -0400 (0:00:00.440) 0:03:30.810 ********* changed: [managed-node2] => { "changed": true, "name": "mssql-server", "state": "stopped", "status": { "ActiveEnterTimestamp": "Wed 2025-05-14 12:46:26 EDT", "ActiveEnterTimestampMonotonic": "700275347", "ActiveExitTimestamp": "Wed 2025-05-14 12:46:25 EDT", "ActiveExitTimestampMonotonic": "699910071", "ActiveState": "active", "After": "sysinit.target basic.target system.slice -.mount network.target systemd-journald.socket auditd.service", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Wed 2025-05-14 12:46:26 EDT", "AssertTimestampMonotonic": "700274420", "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": "Wed 2025-05-14 12:46:26 EDT", "ConditionTimestampMonotonic": "700274418", "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": "28146", "ExecMainStartTimestamp": "Wed 2025-05-14 12:46:26 EDT", "ExecMainStartTimestampMonotonic": "700275293", "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": "991", "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": "Wed 2025-05-14 12:46:26 EDT", "InactiveEnterTimestampMonotonic": "700273658", "InactiveExitTimestamp": "Wed 2025-05-14 12:46:26 EDT", "InactiveExitTimestampMonotonic": "700275347", "InvocationID": "80df297ae30641be9e6fb6823d41f663", "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": "28146", "MemoryAccounting": "yes", "MemoryCurrent": "909008896", "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": "Wed 2025-05-14 12:46:26 EDT", "StateChangeTimestampMonotonic": "700275347", "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": "169", "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": "Wed 2025-05-14 12:46:26 EDT", "WatchdogTimestampMonotonic": "700275345", "WatchdogUSec": "0", "WorkingDirectory": "/var/opt/mssql" } } TASK [fedora.linux_system_roles.mssql : Gather package facts] ****************** task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:692 Wednesday 14 May 2025 12:48:02 -0400 (0:00:00.928) 0:03:31.738 ********* ok: [managed-node2] => { "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-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:700 Wednesday 14 May 2025 12:48:03 -0400 (0:00:01.496) 0:03:33.234 ********* changed: [managed-node2] => { "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 : Pre-input SQL script files to SQL Server] *** task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:721 Wednesday 14 May 2025 12:48:08 -0400 (0:00:04.729) 0:03:37.964 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Pre-input SQL script contents to SQL Server] *** task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:730 Wednesday 14 May 2025 12:48:08 -0400 (0:00:00.041) 0:03:38.005 ********* skipping: [managed-node2] => { "changed": false, "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-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:743 Wednesday 14 May 2025 12:48:08 -0400 (0:00:00.043) 0:03:38.049 ********* ok: [managed-node2] => { "changed": false, "cmd": "errorlog_edition=\"$(grep -oi 'Standard 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.004954", "end": "2025-05-14 12:48:08.732226", "rc": 0, "start": "2025-05-14 12:48:08.727272" } STDOUT: false TASK [fedora.linux_system_roles.mssql : Ensure that the mssql-server service is stopped] *** task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:758 Wednesday 14 May 2025 12:48:08 -0400 (0:00:00.391) 0:03:38.440 ********* ok: [managed-node2] => { "changed": false, "name": "mssql-server", "state": "stopped", "status": { "ActiveEnterTimestamp": "Wed 2025-05-14 12:46:26 EDT", "ActiveEnterTimestampMonotonic": "700275347", "ActiveExitTimestamp": "Wed 2025-05-14 12:48:01 EDT", "ActiveExitTimestampMonotonic": "795669283", "ActiveState": "inactive", "After": "sysinit.target basic.target system.slice -.mount network.target systemd-journald.socket auditd.service", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Wed 2025-05-14 12:46:26 EDT", "AssertTimestampMonotonic": "700274420", "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": "Wed 2025-05-14 12:46:26 EDT", "ConditionTimestampMonotonic": "700274418", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "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": "1", "ExecMainExitTimestamp": "Wed 2025-05-14 12:48:01 EDT", "ExecMainExitTimestampMonotonic": "795991445", "ExecMainPID": "28146", "ExecMainStartTimestamp": "Wed 2025-05-14 12:46:26 EDT", "ExecMainStartTimestampMonotonic": "700275293", "ExecMainStatus": "0", "ExecStart": "{ path=/opt/mssql/bin/sqlservr ; argv[]=/opt/mssql/bin/sqlservr ; ignore_errors=no ; start_time=[Wed 2025-05-14 12:46:26 EDT] ; stop_time=[Wed 2025-05-14 12:48:01 EDT] ; pid=28146 ; code=exited ; status=0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/mssql-server.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": "mssql-server.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestamp": "Wed 2025-05-14 12:48:01 EDT", "InactiveEnterTimestampMonotonic": "795991526", "InactiveExitTimestamp": "Wed 2025-05-14 12:46:26 EDT", "InactiveExitTimestampMonotonic": "700275347", "InvocationID": "80df297ae30641be9e6fb6823d41f663", "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": "0", "MemoryAccounting": "yes", "MemoryCurrent": "[not set]", "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": "Wed 2025-05-14 12:48:01 EDT", "StateChangeTimestampMonotonic": "795991526", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "dead", "SuccessAction": "none", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "[not set]", "TasksMax": "infinity", "TimeoutStartUSec": "30min", "TimeoutStopUSec": "30min", "TimerSlackNSec": "50000", "Transient": "no", "Type": "simple", "UID": "[not set]", "UMask": "0007", "UnitFilePreset": "disabled", "UnitFileState": "enabled", "User": "mssql", "UtmpMode": "init", "WantedBy": "multi-user.target", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0", "WorkingDirectory": "/var/opt/mssql" } } TASK [fedora.linux_system_roles.mssql : Gather package facts] ****************** task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:767 Wednesday 14 May 2025 12:48:09 -0400 (0:00:00.501) 0:03:38.941 ********* ok: [managed-node2] => { "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-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:773 Wednesday 14 May 2025 12:48:10 -0400 (0:00:01.466) 0:03:40.408 ********* changed: [managed-node2] => { "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 : Configure the IP address setting] ****** task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:792 Wednesday 14 May 2025 12:48:15 -0400 (0:00:04.739) 0:03:45.148 ********* included: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml for managed-node2 TASK [fedora.linux_system_roles.mssql : Get the setting network ipaddress] ***** task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:3 Wednesday 14 May 2025 12:48:15 -0400 (0:00:00.067) 0:03:45.215 ********* ok: [managed-node2] => { "changed": false, "cmd": [ "grep", "^ipaddress = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.002736", "end": "2025-05-14 12:48:15.880811", "failed_when_result": false, "rc": 0, "start": "2025-05-14 12:48:15.878075" } STDOUT: ipaddress = 0.0.0.0 TASK [fedora.linux_system_roles.mssql : Configure the setting network ipaddress] *** task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:12 Wednesday 14 May 2025 12:48:15 -0400 (0:00:00.384) 0:03:45.600 ********* changed: [managed-node2] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "set", "network.ipaddress", "127.0.0.1" ], "delta": "0:00:00.043375", "end": "2025-05-14 12:48:16.344161", "failed_when_result": false, "rc": 0, "start": "2025-05-14 12:48:16.300786" } 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 ipaddress] *** task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:42 Wednesday 14 May 2025 12:48:16 -0400 (0:00:00.515) 0:03:46.115 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Register the previous tcpport setting] *** task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:799 Wednesday 14 May 2025 12:48:16 -0400 (0:00:00.038) 0:03:46.154 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Open the TCP port 1435] ************************************************** task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:806 Wednesday 14 May 2025 12:48:16 -0400 (0:00:00.037) 0:03:46.192 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Configure the TCP port setting to 1435] *** task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:818 Wednesday 14 May 2025 12:48:16 -0400 (0:00:00.038) 0:03:46.231 ********* included: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml for managed-node2 TASK [fedora.linux_system_roles.mssql : Get the setting network tcpport] ******* task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:3 Wednesday 14 May 2025 12:48:16 -0400 (0:00:00.064) 0:03:46.295 ********* ok: [managed-node2] => { "changed": false, "cmd": [ "grep", "^tcpport = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.002614", "end": "2025-05-14 12:48:16.959645", "failed_when_result": false, "rc": 1, "start": "2025-05-14 12:48:16.957031" } MSG: non-zero return code TASK [fedora.linux_system_roles.mssql : Configure the setting network tcpport] *** task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:12 Wednesday 14 May 2025 12:48:17 -0400 (0:00:00.373) 0:03:46.669 ********* changed: [managed-node2] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "set", "network.tcpport", "1435" ], "delta": "0:00:00.043886", "end": "2025-05-14 12:48:17.385775", "failed_when_result": false, "rc": 0, "start": "2025-05-14 12:48:17.341889" } 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 tcpport] ***** task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:42 Wednesday 14 May 2025 12:48:17 -0400 (0:00:00.432) 0:03:47.102 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Close the previously set SQL Server TCP port if it changed] ************** task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:824 Wednesday 14 May 2025 12:48:17 -0400 (0:00:00.036) 0:03:47.139 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Configure the sqlagent setting] ******** task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:844 Wednesday 14 May 2025 12:48:17 -0400 (0:00:00.036) 0:03:47.176 ********* included: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml for managed-node2 TASK [fedora.linux_system_roles.mssql : Get the setting sqlagent enabled] ****** task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:3 Wednesday 14 May 2025 12:48:17 -0400 (0:00:00.071) 0:03:47.247 ********* ok: [managed-node2] => { "changed": false, "cmd": [ "grep", "^enabled = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.002769", "end": "2025-05-14 12:48:17.933007", "failed_when_result": false, "rc": 0, "start": "2025-05-14 12:48:17.930238" } STDOUT: enabled = True TASK [fedora.linux_system_roles.mssql : Configure the setting sqlagent enabled] *** task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:12 Wednesday 14 May 2025 12:48:18 -0400 (0:00:00.395) 0:03:47.642 ********* changed: [managed-node2] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "set", "sqlagent.enabled", "False" ], "delta": "0:00:00.043610", "end": "2025-05-14 12:48:18.367979", "failed_when_result": false, "rc": 0, "start": "2025-05-14 12:48:18.324369" } 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 sqlagent enabled] **** task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:42 Wednesday 14 May 2025 12:48:18 -0400 (0:00:00.495) 0:03:48.137 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Ensure the package mssql-server-fts] *** task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:851 Wednesday 14 May 2025 12:48:18 -0400 (0:00:00.053) 0:03:48.191 ********* changed: [managed-node2] => { "changed": true, "rc": 0, "results": [ "Removed: mssql-server-fts-14.0.3490.10-4.x86_64" ] } TASK [fedora.linux_system_roles.mssql : Ensure the package powershell] ********* task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:858 Wednesday 14 May 2025 12:48:21 -0400 (0:00:03.330) 0:03:51.521 ********* changed: [managed-node2] => { "changed": true, "rc": 0, "results": [ "Removed: powershell-7.5.1-1.rh.x86_64" ] } TASK [fedora.linux_system_roles.mssql : Check if the 3979 trace flag is enabled] *** task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:867 Wednesday 14 May 2025 12:48:25 -0400 (0:00:03.397) 0:03:54.919 ********* ok: [managed-node2] => { "changed": false, "cmd": [ "grep", "^traceflag[0-9] = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:01.003883", "end": "2025-05-14 12:48:26.586015", "failed_when_result": false, "rc": 0, "start": "2025-05-14 12:48:25.582132" } STDOUT: traceflag0 = 3979 TASK [fedora.linux_system_roles.mssql : Set the 3979 traceflag] **************** task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:873 Wednesday 14 May 2025 12:48:26 -0400 (0:00:01.401) 0:03:56.320 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Unset the 3979 traceflag] ************** task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:880 Wednesday 14 May 2025 12:48:26 -0400 (0:00:00.063) 0:03:56.383 ********* changed: [managed-node2] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "traceflag", "3979", "off" ], "delta": "0:00:00.044023", "end": "2025-05-14 12:48:27.106727", "rc": 0, "start": "2025-05-14 12:48:27.062704" } 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 alternatewritethrough setting] *** task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:888 Wednesday 14 May 2025 12:48:27 -0400 (0:00:00.468) 0:03:56.852 ********* included: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml for managed-node2 TASK [fedora.linux_system_roles.mssql : Get the setting control alternatewritethrough] *** task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:3 Wednesday 14 May 2025 12:48:27 -0400 (0:00:00.099) 0:03:56.951 ********* ok: [managed-node2] => { "changed": false, "cmd": [ "grep", "^alternatewritethrough = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.002647", "end": "2025-05-14 12:48:27.640564", "failed_when_result": false, "rc": 0, "start": "2025-05-14 12:48:27.637917" } STDOUT: alternatewritethrough = 0 TASK [fedora.linux_system_roles.mssql : Configure the setting control alternatewritethrough] *** task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:12 Wednesday 14 May 2025 12:48:27 -0400 (0:00:00.474) 0:03:57.425 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Unset the setting control alternatewritethrough] *** task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:42 Wednesday 14 May 2025 12:48:27 -0400 (0:00:00.050) 0:03:57.475 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Configure the writethrough setting] **** task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:894 Wednesday 14 May 2025 12:48:27 -0400 (0:00:00.049) 0:03:57.525 ********* included: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml for managed-node2 TASK [fedora.linux_system_roles.mssql : Get the setting control writethrough] *** task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:3 Wednesday 14 May 2025 12:48:27 -0400 (0:00:00.081) 0:03:57.606 ********* ok: [managed-node2] => { "changed": false, "cmd": [ "grep", "^writethrough = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.002637", "end": "2025-05-14 12:48:28.273336", "failed_when_result": false, "rc": 0, "start": "2025-05-14 12:48:28.270699" } STDOUT: writethrough = 1 TASK [fedora.linux_system_roles.mssql : Configure the setting control writethrough] *** task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:12 Wednesday 14 May 2025 12:48:28 -0400 (0:00:00.415) 0:03:58.022 ********* changed: [managed-node2] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "set", "control.writethrough", "0" ], "delta": "0:00:00.044297", "end": "2025-05-14 12:48:28.772037", "failed_when_result": false, "rc": 0, "start": "2025-05-14 12:48:28.727740" } 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 control writethrough] *** task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:42 Wednesday 14 May 2025 12:48:28 -0400 (0:00:00.514) 0:03:58.536 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Verify that ad_integration_realm variable is provided] *** task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:904 Wednesday 14 May 2025 12:48:28 -0400 (0:00:00.087) 0:03:58.623 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Join to realm {{ ad_integration_realm }}] ******************************** task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:912 Wednesday 14 May 2025 12:48:29 -0400 (0:00:00.055) 0:03:58.678 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Ensure adutil and krb5-workstation] **** task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:920 Wednesday 14 May 2025 12:48:29 -0400 (0:00:00.048) 0:03:58.727 ********* skipping: [managed-node2] => { "changed": false, "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-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:927 Wednesday 14 May 2025 12:48:29 -0400 (0:00:00.044) 0:03:58.772 ********* skipping: [managed-node2] => { "changed": false, "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-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:934 Wednesday 14 May 2025 12:48:29 -0400 (0:00:00.056) 0:03:58.828 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Obtain Kerberos ticket for {{ __mssql_ad_kinit_user }}] *** task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:943 Wednesday 14 May 2025 12:48:29 -0400 (0:00:00.053) 0:03:58.882 ********* skipping: [managed-node2] => { "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-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:956 Wednesday 14 May 2025 12:48:29 -0400 (0:00:00.044) 0:03:58.926 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : In AD server create user] ************** task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:965 Wednesday 14 May 2025 12:48:29 -0400 (0:00:00.038) 0:03:58.965 ********* skipping: [managed-node2] => { "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-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:979 Wednesday 14 May 2025 12:48:29 -0400 (0:00:00.094) 0:03:59.059 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Get SPNs for the principal] ************ task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:989 Wednesday 14 May 2025 12:48:29 -0400 (0:00:00.037) 0:03:59.096 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Register SPNs to the principal] ******** task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:994 Wednesday 14 May 2025 12:48:29 -0400 (0:00:00.038) 0:03:59.134 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Get kvno of the SPN host] ************** task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1011 Wednesday 14 May 2025 12:48:29 -0400 (0:00:00.037) 0:03:59.172 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Get stats of the keytab file] ********** task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1016 Wednesday 14 May 2025 12:48:29 -0400 (0:00:00.048) 0:03:59.220 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Get keytab properties] ***************** task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1021 Wednesday 14 May 2025 12:48:29 -0400 (0:00:00.070) 0:03:59.291 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Create keytab] ************************* task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1027 Wednesday 14 May 2025 12:48:29 -0400 (0:00:00.049) 0:03:59.340 ********* skipping: [managed-node2] => { "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-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1053 Wednesday 14 May 2025 12:48:29 -0400 (0:00:00.042) 0:03:59.382 ********* skipping: [managed-node2] => { "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-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1074 Wednesday 14 May 2025 12:48:29 -0400 (0:00:00.044) 0:03:59.426 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Fetch keytab file to host] ************* task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1082 Wednesday 14 May 2025 12:48:29 -0400 (0:00:00.037) 0:03:59.464 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Configure the network.kerberoskeytabfile setting] *** task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1092 Wednesday 14 May 2025 12:48:29 -0400 (0:00:00.046) 0:03:59.510 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Configure the network.kerberoskeytabfile setting] *** task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1098 Wednesday 14 May 2025 12:48:29 -0400 (0:00:00.043) 0:03:59.554 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Verify that hosts with mssql_ha_replica_type=primary is available] *** task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1116 Wednesday 14 May 2025 12:48:29 -0400 (0:00:00.036) 0:03:59.590 ********* skipping: [managed-node2] => { "changed": false, "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-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1127 Wednesday 14 May 2025 12:48:29 -0400 (0:00:00.038) 0:03:59.629 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Set host variables] ******************** task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1147 Wednesday 14 May 2025 12:48:30 -0400 (0:00:00.037) 0:03:59.667 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Ensure the package mssql-server-ha] **** task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1200 Wednesday 14 May 2025 12:48:30 -0400 (0:00:00.037) 0:03:59.705 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Enable the hadrenabled setting] ******** task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1207 Wednesday 14 May 2025 12:48:30 -0400 (0:00:00.037) 0:03:59.742 ********* skipping: [managed-node2] => { "changed": false, "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-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1214 Wednesday 14 May 2025 12:48:30 -0400 (0:00:00.035) 0:03:59.777 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Remove certificate from SQL Server] **** task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1226 Wednesday 14 May 2025 12:48:30 -0400 (0:00:00.037) 0:03:59.815 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Remove certificate and private key files] *** task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1232 Wednesday 14 May 2025 12:48:30 -0400 (0:00:00.042) 0:03:59.857 ********* skipping: [managed-node2] => (item=/var/opt/mssql/data/.cer) => { "ansible_loop_var": "item", "changed": false, "item": "/var/opt/mssql/data/.cer", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item=/var/opt/mssql/data/.pvk) => { "ansible_loop_var": "item", "changed": false, "item": "/var/opt/mssql/data/.pvk", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Configure SQL entities on the primary replica] *** task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1240 Wednesday 14 May 2025 12:48:30 -0400 (0:00:00.148) 0:04:00.006 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Create login for HA on in SQL Server] *** task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1249 Wednesday 14 May 2025 12:48:30 -0400 (0:00:00.058) 0:04:00.064 ********* skipping: [managed-node2] => { "changed": false, "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-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1257 Wednesday 14 May 2025 12:48:30 -0400 (0:00:00.063) 0:04:00.128 ********* skipping: [managed-node2] => (item={'key': 'cert', 'value': '/var/opt/mssql/data/.cer'}) => { "ansible_loop_var": "item", "changed": false, "item": { "key": "cert", "value": "/var/opt/mssql/data/.cer" }, "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item={'key': 'key', 'value': '/var/opt/mssql/data/.pvk'}) => { "ansible_loop_var": "item", "changed": false, "item": { "key": "key", "value": "/var/opt/mssql/data/.pvk" }, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Get the current primary replica in SQL] *** task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1271 Wednesday 14 May 2025 12:48:30 -0400 (0:00:00.073) 0:04:00.201 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Set fact with the current primary replica] *** task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1277 Wednesday 14 May 2025 12:48:30 -0400 (0:00:00.046) 0:04:00.247 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Verify that primary instance hosts is available] *** task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1299 Wednesday 14 May 2025 12:48:30 -0400 (0:00:00.062) 0:04:00.310 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Configure ag] ************************** task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1309 Wednesday 14 May 2025 12:48:30 -0400 (0:00:00.047) 0:04:00.358 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Grant permissions to HA login] ********* task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1318 Wednesday 14 May 2025 12:48:30 -0400 (0:00:00.045) 0:04:00.403 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Replicate DBs] ************************* task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1327 Wednesday 14 May 2025 12:48:30 -0400 (0:00:00.037) 0:04:00.441 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Grant permissions to HA login] ********* task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1338 Wednesday 14 May 2025 12:48:30 -0400 (0:00:00.038) 0:04:00.479 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Verify that hosts with replica_type=primary is available] *** task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1351 Wednesday 14 May 2025 12:48:30 -0400 (0:00:00.036) 0:04:00.515 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Ensure the package mssql-server-ha] **** task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1360 Wednesday 14 May 2025 12:48:30 -0400 (0:00:00.038) 0:04:00.554 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Enable the hadrenabled setting] ******** task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1367 Wednesday 14 May 2025 12:48:30 -0400 (0:00:00.035) 0:04:00.590 ********* skipping: [managed-node2] => { "changed": false, "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-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1374 Wednesday 14 May 2025 12:48:30 -0400 (0:00:00.036) 0:04:00.627 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Remove certificate from SQL Server] **** task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1383 Wednesday 14 May 2025 12:48:31 -0400 (0:00:00.037) 0:04:00.664 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Distribute certificate and private key to managed nodes] *** task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1390 Wednesday 14 May 2025 12:48:31 -0400 (0:00:00.035) 0:04:00.699 ********* skipping: [managed-node2] => (item={'key': 'cert', 'value': '/var/opt/mssql/data/.cer'}) => { "ansible_loop_var": "item", "changed": false, "item": { "key": "cert", "value": "/var/opt/mssql/data/.cer" }, "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item={'key': 'key', 'value': '/var/opt/mssql/data/.pvk'}) => { "ansible_loop_var": "item", "changed": false, "item": { "key": "key", "value": "/var/opt/mssql/data/.pvk" }, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Configure SQL entities on not primary replicas] *** task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1402 Wednesday 14 May 2025 12:48:31 -0400 (0:00:00.051) 0:04:00.750 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Create HA login] *********************** task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1411 Wednesday 14 May 2025 12:48:31 -0400 (0:00:00.035) 0:04:00.786 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Join to availability group] ************ task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1418 Wednesday 14 May 2025 12:48:31 -0400 (0:00:00.036) 0:04:00.823 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Grant permissions to HA login] ********* task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1424 Wednesday 14 May 2025 12:48:31 -0400 (0:00:00.036) 0:04:00.859 ********* skipping: [managed-node2] => { "changed": false, "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-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1432 Wednesday 14 May 2025 12:48:31 -0400 (0:00:00.099) 0:04:00.959 ********* skipping: [managed-node2] => (item=cert) => { "ansible_loop_var": "item", "changed": false, "item": "cert", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item=key) => { "ansible_loop_var": "item", "changed": false, "item": "key", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Save credentials for the SQL Server login] *** task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1445 Wednesday 14 May 2025 12:48:31 -0400 (0:00:00.045) 0:04:01.004 ********* skipping: [managed-node2] => { "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-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1457 Wednesday 14 May 2025 12:48:31 -0400 (0:00:00.037) 0:04:01.042 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Wait for the cluster to finish configuration] *** task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1462 Wednesday 14 May 2025 12:48:31 -0400 (0:00:00.037) 0:04:01.079 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Configure listener for the availability group] *** task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1470 Wednesday 14 May 2025 12:48:31 -0400 (0:00:00.040) 0:04:01.120 ********* skipping: [managed-node2] => { "changed": false, "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-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1479 Wednesday 14 May 2025 12:48:31 -0400 (0:00:00.039) 0:04:01.160 ********* changed: [managed-node2] => { "changed": true } MSG: Block inserted RUNNING HANDLER [fedora.linux_system_roles.mssql : Restart the mssql-server service] *** task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/handlers/main.yml:3 Wednesday 14 May 2025 12:48:31 -0400 (0:00:00.421) 0:04:01.582 ********* changed: [managed-node2] => { "changed": true, "name": "mssql-server", "state": "started", "status": { "ActiveEnterTimestamp": "Wed 2025-05-14 12:46:26 EDT", "ActiveEnterTimestampMonotonic": "700275347", "ActiveExitTimestamp": "Wed 2025-05-14 12:48:01 EDT", "ActiveExitTimestampMonotonic": "795669283", "ActiveState": "inactive", "After": "sysinit.target basic.target system.slice -.mount network.target systemd-journald.socket auditd.service", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Wed 2025-05-14 12:46:26 EDT", "AssertTimestampMonotonic": "700274420", "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": "Wed 2025-05-14 12:46:26 EDT", "ConditionTimestampMonotonic": "700274418", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "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": "1", "ExecMainExitTimestamp": "Wed 2025-05-14 12:48:01 EDT", "ExecMainExitTimestampMonotonic": "795991445", "ExecMainPID": "28146", "ExecMainStartTimestamp": "Wed 2025-05-14 12:46:26 EDT", "ExecMainStartTimestampMonotonic": "700275293", "ExecMainStatus": "0", "ExecStart": "{ path=/opt/mssql/bin/sqlservr ; argv[]=/opt/mssql/bin/sqlservr ; ignore_errors=no ; start_time=[Wed 2025-05-14 12:46:26 EDT] ; stop_time=[Wed 2025-05-14 12:48:01 EDT] ; pid=28146 ; code=exited ; status=0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/mssql-server.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": "mssql-server.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestamp": "Wed 2025-05-14 12:48:01 EDT", "InactiveEnterTimestampMonotonic": "795991526", "InactiveExitTimestamp": "Wed 2025-05-14 12:46:26 EDT", "InactiveExitTimestampMonotonic": "700275347", "InvocationID": "80df297ae30641be9e6fb6823d41f663", "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": "0", "MemoryAccounting": "yes", "MemoryCurrent": "[not set]", "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": "Wed 2025-05-14 12:48:01 EDT", "StateChangeTimestampMonotonic": "795991526", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "dead", "SuccessAction": "none", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "[not set]", "TasksMax": "infinity", "TimeoutStartUSec": "30min", "TimeoutStopUSec": "30min", "TimerSlackNSec": "50000", "Transient": "no", "Type": "simple", "UID": "[not set]", "UMask": "0007", "UnitFilePreset": "disabled", "UnitFileState": "enabled", "User": "mssql", "UtmpMode": "init", "WantedBy": "multi-user.target", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0", "WorkingDirectory": "/var/opt/mssql" } } META: ran handlers TASK [fedora.linux_system_roles.mssql : Post-input SQL scripts to SQL Server] *** task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1492 Wednesday 14 May 2025 12:48:32 -0400 (0:00:00.547) 0:04:02.130 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Post-input SQL scripts to SQL Server] *** task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1499 Wednesday 14 May 2025 12:48:32 -0400 (0:00:00.042) 0:04:02.172 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Run with the edited settings again - should report not changed] ********** task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/tests_idempotency.yml:69 Wednesday 14 May 2025 12:48:32 -0400 (0:00:00.035) 0:04:02.208 ********* TASK [fedora.linux_system_roles.mssql : Ensure ansible_facts and variables used by role] *** task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:3 Wednesday 14 May 2025 12:48:33 -0400 (0:00:01.160) 0:04:03.368 ********* included: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/set_vars.yml for managed-node2 TASK [fedora.linux_system_roles.mssql : Ensure ansible_facts used by role] ***** task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/set_vars.yml:3 Wednesday 14 May 2025 12:48:33 -0400 (0:00:00.121) 0:04:03.490 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Set platform/version specific variables] *** task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/set_vars.yml:8 Wednesday 14 May 2025 12:48:33 -0400 (0:00:00.090) 0:04:03.580 ********* ok: [managed-node2] => (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-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/vars/RedHat.yml" ], "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml" } skipping: [managed-node2] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [managed-node2] => (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-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } ok: [managed-node2] => (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-9gc/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-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/set_vars.yml:22 Wednesday 14 May 2025 12:48:34 -0400 (0:00:00.115) 0:04:03.696 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Require installed systemd] ************* task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/set_vars.yml:29 Wednesday 14 May 2025 12:48:34 -0400 (0:00:00.047) 0:04:03.744 ********* skipping: [managed-node2] => { "changed": false, "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-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/set_vars.yml:34 Wednesday 14 May 2025 12:48:34 -0400 (0:00:00.041) 0:04:03.785 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Unset the __mssql_sqlcmd_login_cmd fact] *** task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:8 Wednesday 14 May 2025 12:48:34 -0400 (0:00:00.039) 0:04:03.825 ********* ok: [managed-node2] => { "ansible_facts": { "__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-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:15 Wednesday 14 May 2025 12:48:34 -0400 (0:00:00.033) 0:04:03.858 ********* skipping: [managed-node2] => {} TASK [fedora.linux_system_roles.mssql : Link the deprecated mssql_input_sql_file fact] *** task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:23 Wednesday 14 May 2025 12:48:34 -0400 (0:00:00.035) 0:04:03.893 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Print that the variable is deprecated] *** task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:30 Wednesday 14 May 2025 12:48:34 -0400 (0:00:00.035) 0:04:03.929 ********* skipping: [managed-node2] => {} TASK [fedora.linux_system_roles.mssql : Link the deprecated mssql_ha_listener_port fact] *** task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:37 Wednesday 14 May 2025 12:48:34 -0400 (0:00:00.113) 0:04:04.042 ********* skipping: [managed-node2] => { "changed": false, "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-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:44 Wednesday 14 May 2025 12:48:34 -0400 (0:00:00.043) 0:04:04.086 ********* skipping: [managed-node2] => {} TASK [fedora.linux_system_roles.mssql : Link the deprecated mssql_ad_sql_user_name fact] *** task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:51 Wednesday 14 May 2025 12:48:34 -0400 (0:00:00.052) 0:04:04.139 ********* skipping: [managed-node2] => { "changed": false, "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-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:58 Wednesday 14 May 2025 12:48:34 -0400 (0:00:00.060) 0:04:04.200 ********* skipping: [managed-node2] => {} TASK [fedora.linux_system_roles.mssql : Link the deprecated mssql_ha_cluster_run_role fact] *** task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:65 Wednesday 14 May 2025 12:48:34 -0400 (0:00:00.042) 0:04:04.243 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Print that variable is deprecated] ***** task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:74 Wednesday 14 May 2025 12:48:34 -0400 (0:00:00.047) 0:04:04.290 ********* skipping: [managed-node2] => {} TASK [fedora.linux_system_roles.mssql : Link the deprecated fact] ************** task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:83 Wednesday 14 May 2025 12:48:34 -0400 (0:00:00.049) 0:04:04.340 ********* skipping: [managed-node2] => { "changed": false, "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-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:87 Wednesday 14 May 2025 12:48:34 -0400 (0:00:00.043) 0:04:04.384 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Verify that the user accepts EULA variables] *** task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:94 Wednesday 14 May 2025 12:48:34 -0400 (0:00:00.038) 0:04:04.422 ********* ok: [managed-node2] => { "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-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:106 Wednesday 14 May 2025 12:48:34 -0400 (0:00:00.044) 0:04:04.466 ********* skipping: [managed-node2] => { "changed": false, "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-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:114 Wednesday 14 May 2025 12:48:34 -0400 (0:00:00.035) 0:04:04.502 ********* skipping: [managed-node2] => { "changed": false, "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-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:123 Wednesday 14 May 2025 12:48:34 -0400 (0:00:00.045) 0:04:04.547 ********* skipping: [managed-node2] => { "changed": false, "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-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:132 Wednesday 14 May 2025 12:48:34 -0400 (0:00:00.040) 0:04:04.588 ********* skipping: [managed-node2] => { "changed": false, "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-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:142 Wednesday 14 May 2025 12:48:34 -0400 (0:00:00.040) 0:04:04.629 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Verify that mssql_manage_selinux is set properly] *** task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:151 Wednesday 14 May 2025 12:48:35 -0400 (0:00:00.048) 0:04:04.677 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Gather package facts] ****************** task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:162 Wednesday 14 May 2025 12:48:35 -0400 (0:00:00.058) 0:04:04.736 ********* ok: [managed-node2] => { "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-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:166 Wednesday 14 May 2025 12:48:36 -0400 (0:00:01.749) 0:04:06.486 ********* ok: [managed-node2] => (item={'key': 2017, 'value': 14}) => { "ansible_facts": { "__mssql_current_version": "2017" }, "ansible_loop_var": "item", "changed": false, "item": { "key": 2017, "value": 14 } } skipping: [managed-node2] => (item={'key': 2019, 'value': 15}) => { "ansible_loop_var": "item", "changed": false, "item": { "key": 2019, "value": 15 }, "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item={'key': 2022, 'value': 16}) => { "ansible_loop_var": "item", "changed": false, "item": { "key": 2022, "value": 16 }, "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-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:174 Wednesday 14 May 2025 12:48:37 -0400 (0:00:00.170) 0:04:06.656 ********* skipping: [managed-node2] => { "changed": false, "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-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:181 Wednesday 14 May 2025 12:48:37 -0400 (0:00:00.066) 0:04:06.723 ********* ok: [managed-node2] => { "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-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:188 Wednesday 14 May 2025 12:48:37 -0400 (0:00:00.077) 0:04:06.800 ********* skipping: [managed-node2] => (item={'key': 2017, 'value': 14}) => { "ansible_loop_var": "item", "changed": false, "item": { "key": 2017, "value": 14 }, "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item={'key': 2019, 'value': 15}) => { "ansible_loop_var": "item", "changed": false, "item": { "key": 2019, "value": 15 }, "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item={'key': 2022, 'value': 16}) => { "ansible_loop_var": "item", "changed": false, "item": { "key": 2022, "value": 16 }, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Deploy the GPG key for Microsoft repositories] *** task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:202 Wednesday 14 May 2025 12:48:37 -0400 (0:00:00.121) 0:04:06.921 ********* ok: [managed-node2] => { "attempts": 1, "changed": false } TASK [fedora.linux_system_roles.mssql : Update all packages from SQL Server repo version 2017] *** task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:216 Wednesday 14 May 2025 12:48:37 -0400 (0:00:00.643) 0:04:07.565 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Get yum repositories] ****************** task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:226 Wednesday 14 May 2025 12:48:37 -0400 (0:00:00.068) 0:04:07.633 ********* skipping: [managed-node2] => { "changed": false, "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-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:237 Wednesday 14 May 2025 12:48:38 -0400 (0:00:00.071) 0:04:07.704 ********* skipping: [managed-node2] => { "changed": false, "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-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:251 Wednesday 14 May 2025 12:48:38 -0400 (0:00:00.091) 0:04:07.795 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Get zypper repositories] *************** task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:260 Wednesday 14 May 2025 12:48:38 -0400 (0:00:00.061) 0:04:07.857 ********* skipping: [managed-node2] => { "changed": false, "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-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:272 Wednesday 14 May 2025 12:48:38 -0400 (0:00:00.066) 0:04:07.923 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Configure the Microsoft SQL Server repo version 2017] *** task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:279 Wednesday 14 May 2025 12:48:38 -0400 (0:00:00.064) 0:04:07.988 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Configure the Microsoft SQL Server repo version 2017] *** task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:291 Wednesday 14 May 2025 12:48:38 -0400 (0:00:00.080) 0:04:08.068 ********* skipping: [managed-node2] => { "changed": false, "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-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:304 Wednesday 14 May 2025 12:48:38 -0400 (0:00:00.055) 0:04:08.123 ********* ok: [managed-node2] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [fedora.linux_system_roles.mssql : Ensure the package mssql-server] ******* task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:309 Wednesday 14 May 2025 12:48:41 -0400 (0:00:02.962) 0:04:11.086 ********* ok: [managed-node2] => { "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-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:314 Wednesday 14 May 2025 12:48:44 -0400 (0:00:03.156) 0:04:14.242 ********* ok: [managed-node2] => { "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.005036", "end": "2025-05-14 12:48:44.985316", "rc": 0, "start": "2025-05-14 12:48:44.980280" } STDOUT: /var/opt/mssql/log/errorlog TASK [fedora.linux_system_roles.mssql : Check if mssql-server.service is enabled] *** task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:331 Wednesday 14 May 2025 12:48:45 -0400 (0:00:00.488) 0:04:14.731 ********* ok: [managed-node2] => { "changed": false, "cmd": [ "systemctl", "is-enabled", "mssql-server.service" ], "delta": "0:00:00.007222", "end": "2025-05-14 12:48:45.463834", "failed_when_result": false, "rc": 0, "start": "2025-05-14 12:48:45.456612" } STDOUT: enabled TASK [fedora.linux_system_roles.mssql : Check if mssql-server.service is running] *** task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:338 Wednesday 14 May 2025 12:48:45 -0400 (0:00:00.473) 0:04:15.205 ********* ok: [managed-node2] => { "changed": false, "cmd": [ "systemctl", "is-active", "mssql-server.service" ], "delta": "0:00:00.006757", "end": "2025-05-14 12:48:45.921405", "failed_when_result": false, "rc": 0, "start": "2025-05-14 12:48:45.914648" } STDOUT: active TASK [fedora.linux_system_roles.mssql : Set the __mssql_is_setup variable] ***** task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:345 Wednesday 14 May 2025 12:48:46 -0400 (0:00:00.451) 0:04:15.656 ********* ok: [managed-node2] => { "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-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:352 Wednesday 14 May 2025 12:48:46 -0400 (0:00:00.069) 0:04:15.725 ********* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Set up MSSQL] ************************** task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:368 Wednesday 14 May 2025 12:48:46 -0400 (0:00:00.062) 0:04:15.788 ********* skipping: [managed-node2] => { "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-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:398 Wednesday 14 May 2025 12:48:46 -0400 (0:00:00.064) 0:04:15.853 ********* included: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/configure_storage_paths.yml for managed-node2 included: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/configure_storage_paths.yml for managed-node2 TASK [fedora.linux_system_roles.mssql : Ensure the directory and permissions /var/opt/mssql/data] *** task path: /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/configure_storage_paths.yml:3 Wednesday 14 May 2025 12:48:46 -0400 (0:00:00.122) 0:04:15.975 ********* fatal: [managed-node2]: UNREACHABLE! => { "changed": false, "unreachable": true } MSG: Failed to connect to the host via ssh: ssh: connect to host 10.31.46.88 port 22: Connection refused PLAY RECAP ********************************************************************* managed-node2 : ok=241 changed=34 unreachable=1 failed=0 skipped=436 rescued=0 ignored=1 Wednesday 14 May 2025 12:48:46 -0400 (0:00:00.035) 0:04:16.011 ********* =============================================================================== fedora.linux_system_roles.mssql : Change the edition of MSSQL ----------- 4.74s /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:773 fedora.linux_system_roles.mssql : Change the password of sa user -------- 4.73s /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:700 fedora.linux_system_roles.mssql : Ensure the package powershell --------- 3.40s /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:858 fedora.linux_system_roles.mssql : Ensure the package mssql-server-fts --- 3.33s /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:851 fedora.linux_system_roles.mssql : Ensure the package mssql-server ------- 3.16s /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:309 fedora.linux_system_roles.mssql : Ensure the package powershell --------- 3.05s /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:858 fedora.linux_system_roles.mssql : Configure to run as a confined application with SELinux --- 3.03s /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:304 fedora.linux_system_roles.mssql : Ensure the package mssql-server ------- 3.01s /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:309 fedora.linux_system_roles.mssql : Ensure that SQL Server client tools are installed --- 3.01s /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:540 fedora.linux_system_roles.mssql : Configure to run as a confined application with SELinux --- 2.96s /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:304 fedora.linux_system_roles.mssql : Ensure the package mssql-server-fts --- 2.96s /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:851 fedora.linux_system_roles.mssql : Configure to run as a confined application with SELinux --- 2.93s /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:304 fedora.linux_system_roles.mssql : Ensure the package mssql-server ------- 2.90s /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:309 fedora.linux_system_roles.mssql : Ensure that the tuned-profiles-mssql package is installed --- 2.85s /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:438 fedora.linux_system_roles.mssql : Ensure that SQL Server client tools are installed --- 2.84s /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:540 fedora.linux_system_roles.mssql : Ensure that the tuned-profiles-mssql package is installed --- 2.83s /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:438 fedora.linux_system_roles.mssql : Gather package facts ------------------ 1.75s /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:162 fedora.linux_system_roles.mssql : Gather package facts ------------------ 1.69s /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:162 fedora.linux_system_roles.mssql : Gather package facts ------------------ 1.68s /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:767 fedora.linux_system_roles.mssql : Gather package facts ------------------ 1.67s /tmp/collections-9gc/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:162