ansible-playbook 2.9.27 config file = /etc/ansible/ansible.cfg configured module search path = [u'/root/.ansible/plugins/modules', u'/usr/share/ansible/plugins/modules'] ansible python module location = /usr/lib/python2.7/site-packages/ansible executable location = /usr/bin/ansible-playbook python version = 2.7.5 (default, Nov 14 2023, 16:14:06) [GCC 4.8.5 20150623 (Red Hat 4.8.5-44)] Using /etc/ansible/ansible.cfg as config file [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 'jsonl', 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_2019.yml ******************************************* 1 plays in /tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/tests/mssql/tests_idempotency_2019.yml PLAY [Ensure that the role is idempotent] ************************************** META: ran handlers TASK [Run tests_idempotency with SQL Server 2019] ****************************** task path: /tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/tests/mssql/tests_idempotency_2019.yml:15 Friday 11 July 2025 22:23:47 -0400 (0:00:00.047) 0:00:00.047 *********** included: /tmp/collections-EQ4/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-EQ4/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/tests_idempotency.yml:2 Friday 11 July 2025 22:23:47 -0400 (0:00:00.025) 0:00:00.073 *********** included: /tmp/collections-EQ4/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-EQ4/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/assert_fail_on_unsupported_ver.yml:2 Friday 11 July 2025 22:23:47 -0400 (0:00:00.084) 0:00:00.157 *********** ok: [managed-node2] TASK [Run the role] ************************************************************ task path: /tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/assert_fail_on_unsupported_ver.yml:16 Friday 11 July 2025 22:23:48 -0400 (0:00:00.681) 0:00:00.839 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Unreachable task] ******************************************************** task path: /tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/assert_fail_on_unsupported_ver.yml:23 Friday 11 July 2025 22:23:48 -0400 (0:00:00.022) 0:00:00.861 *********** 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-EQ4/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/tests_idempotency.yml:5 Friday 11 July 2025 22:23:48 -0400 (0:00:00.021) 0:00:00.883 *********** TASK [fedora.linux_system_roles.mssql : Ensure ansible_facts and variables used by role] *** task path: /tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:3 Friday 11 July 2025 22:23:48 -0400 (0:00:00.380) 0:00:01.263 *********** included: /tmp/collections-EQ4/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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/set_vars.yml:3 Friday 11 July 2025 22:23:48 -0400 (0:00:00.027) 0:00:01.291 *********** 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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/set_vars.yml:8 Friday 11 July 2025 22:23:48 -0400 (0:00:00.022) 0:00:01.313 *********** 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-EQ4/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_7.yml) => { "ansible_facts": { "__mssql_client_repository": "https://packages.microsoft.com/rhel/7/prod/", "__mssql_confined_supported": false, "__mssql_server_repository": "https://packages.microsoft.com/rhel/7/mssql-server-{{ mssql_version | int }}/", "__mssql_supported_versions": [ 2017, 2019 ] }, "ansible_included_var_files": [ "/tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/vars/CentOS_7.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_7.yml" } skipping: [managed-node2] => (item=CentOS_7.9.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS_7.9.yml", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Run systemctl] ************************* task path: /tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/set_vars.yml:22 Friday 11 July 2025 22:23:48 -0400 (0:00:00.056) 0:00:01.369 *********** ok: [managed-node2] => { "changed": false, "cmd": [ "systemctl", "is-system-running" ], "delta": "0:00:00.005074", "end": "2025-07-11 22:23:49.015678", "failed_when_result": false, "rc": 0, "start": "2025-07-11 22:23:49.010604" } STDOUT: running TASK [fedora.linux_system_roles.mssql : Require installed systemd] ************* task path: /tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/set_vars.yml:29 Friday 11 July 2025 22:23:49 -0400 (0:00:00.393) 0:00:01.762 *********** 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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/set_vars.yml:34 Friday 11 July 2025 22:23:49 -0400 (0:00:00.023) 0:00:01.785 *********** ok: [managed-node2] => { "ansible_facts": { "__mssql_is_booted": true }, "changed": false } TASK [fedora.linux_system_roles.mssql : Unset internal role facts] ************* task path: /tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:8 Friday 11 July 2025 22:23:49 -0400 (0:00:00.024) 0:00:01.810 *********** ok: [managed-node2] => { "ansible_facts": { "__mssql_is_active": null, "__mssql_sqlcmd_login_cmd": null }, "changed": false } TASK [fedora.linux_system_roles.mssql : Print that the mssql_input_sql_file variable is deprecated] *** task path: /tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:16 Friday 11 July 2025 22:23:49 -0400 (0:00:00.018) 0:00:01.829 *********** skipping: [managed-node2] => {} TASK [fedora.linux_system_roles.mssql : Link the deprecated mssql_input_sql_file fact] *** task path: /tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:24 Friday 11 July 2025 22:23:49 -0400 (0:00:00.018) 0:00:01.847 *********** 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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:31 Friday 11 July 2025 22:23:49 -0400 (0:00:00.019) 0:00:01.867 *********** skipping: [managed-node2] => {} TASK [fedora.linux_system_roles.mssql : Link the deprecated mssql_ha_listener_port fact] *** task path: /tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:38 Friday 11 July 2025 22:23:49 -0400 (0:00:00.018) 0:00:01.885 *********** 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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:45 Friday 11 July 2025 22:23:49 -0400 (0:00:00.017) 0:00:01.902 *********** skipping: [managed-node2] => {} TASK [fedora.linux_system_roles.mssql : Link the deprecated mssql_ad_sql_user_name fact] *** task path: /tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:52 Friday 11 July 2025 22:23:49 -0400 (0:00:00.017) 0:00:01.920 *********** 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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:59 Friday 11 July 2025 22:23:49 -0400 (0:00:00.019) 0:00:01.939 *********** skipping: [managed-node2] => {} TASK [fedora.linux_system_roles.mssql : Link the deprecated mssql_ha_cluster_run_role fact] *** task path: /tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:66 Friday 11 July 2025 22:23:49 -0400 (0:00:00.018) 0:00:01.957 *********** 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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:75 Friday 11 July 2025 22:23:49 -0400 (0:00:00.020) 0:00:01.977 *********** skipping: [managed-node2] => {} TASK [fedora.linux_system_roles.mssql : Link the deprecated fact] ************** task path: /tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:84 Friday 11 July 2025 22:23:49 -0400 (0:00:00.018) 0:00:01.995 *********** 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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:88 Friday 11 July 2025 22:23:49 -0400 (0:00:00.018) 0:00:02.014 *********** 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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:95 Friday 11 July 2025 22:23:49 -0400 (0:00:00.020) 0:00:02.035 *********** 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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:107 Friday 11 July 2025 22:23:49 -0400 (0:00:00.028) 0:00:02.063 *********** 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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:115 Friday 11 July 2025 22:23:49 -0400 (0:00:00.019) 0:00:02.083 *********** 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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:124 Friday 11 July 2025 22:23:49 -0400 (0:00:00.018) 0:00:02.101 *********** 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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:133 Friday 11 July 2025 22:23:49 -0400 (0:00:00.018) 0:00:02.119 *********** 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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:143 Friday 11 July 2025 22:23:49 -0400 (0:00:00.018) 0:00:02.138 *********** 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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:152 Friday 11 July 2025 22:23:49 -0400 (0:00:00.020) 0:00:02.159 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Verify that mssql_ha_ag_is_contained is not provided with version 2017] *** task path: /tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:163 Friday 11 July 2025 22:23:49 -0400 (0:00:00.017) 0:00:02.177 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Verify fail reuse_system_db=true is not provided without ag_is_contained] *** task path: /tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:174 Friday 11 July 2025 22:23:49 -0400 (0:00:00.019) 0:00:02.196 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Gather package facts] ****************** task path: /tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:185 Friday 11 July 2025 22:23:49 -0400 (0:00:00.020) 0:00:02.217 *********** 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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:189 Friday 11 July 2025 22:23:50 -0400 (0:00:01.430) 0:00:03.647 *********** skipping: [managed-node2] => (item={u'value': 14, u'key': 2017}) => { "ansible_loop_var": "item", "changed": false, "item": { "key": 2017, "value": 14 }, "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item={u'value': 15, u'key': 2019}) => { "ansible_loop_var": "item", "changed": false, "item": { "key": 2019, "value": 15 }, "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item={u'value': 16, u'key': 2022}) => { "ansible_loop_var": "item", "changed": false, "item": { "key": 2022, "value": 16 }, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Verify if mssql_version is not bigger then the existing SQL Server version] *** task path: /tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:197 Friday 11 July 2025 22:23:51 -0400 (0:00:00.151) 0:00:03.798 *********** skipping: [managed-node2] => { "changed": false, "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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:210 Friday 11 July 2025 22:23:51 -0400 (0:00:00.079) 0:00:03.878 *********** 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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:217 Friday 11 July 2025 22:23:51 -0400 (0:00:00.060) 0:00:03.938 *********** 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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:224 Friday 11 July 2025 22:23:51 -0400 (0:00:00.098) 0:00:04.036 *********** skipping: [managed-node2] => (item={u'value': 14, u'key': 2017}) => { "ansible_loop_var": "item", "changed": false, "item": { "key": 2017, "value": 14 }, "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item={u'value': 15, u'key': 2019}) => { "ansible_loop_var": "item", "changed": false, "item": { "key": 2019, "value": 15 }, "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item={u'value': 16, u'key': 2022}) => { "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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:238 Friday 11 July 2025 22:23:51 -0400 (0:00:00.124) 0:00:04.160 *********** 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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:252 Friday 11 July 2025 22:23:52 -0400 (0:00:00.692) 0:00:04.853 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Get yum repositories] ****************** task path: /tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:262 Friday 11 July 2025 22:23:52 -0400 (0:00:00.087) 0:00:04.940 *********** 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 2019] *** task path: /tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:273 Friday 11 July 2025 22:23:52 -0400 (0:00:00.091) 0:00:05.032 *********** 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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:287 Friday 11 July 2025 22:23:52 -0400 (0:00:00.086) 0:00:05.118 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Get zypper repositories] *************** task path: /tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:296 Friday 11 July 2025 22:23:52 -0400 (0:00:00.083) 0:00:05.202 *********** 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 2019] *** task path: /tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:308 Friday 11 July 2025 22:23:52 -0400 (0:00:00.074) 0:00:05.277 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Configure the Microsoft SQL Server repo version 2019] *** task path: /tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:315 Friday 11 July 2025 22:23:52 -0400 (0:00:00.073) 0:00:05.350 *********** changed: [managed-node2] => { "changed": true, "repo": "packages-microsoft-com-mssql-server-2019", "state": "present" } TASK [fedora.linux_system_roles.mssql : Configure the Microsoft SQL Server repo version 2019] *** task path: /tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:327 Friday 11 July 2025 22:23:53 -0400 (0:00:00.547) 0:00:05.898 *********** 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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:340 Friday 11 July 2025 22:23:53 -0400 (0:00:00.071) 0:00:05.969 *********** ok: [managed-node2] => { "changed": false, "rc": 0, "results": [ "mssql-server-selinux is not installed" ] } TASK [fedora.linux_system_roles.mssql : Ensure the package mssql-server] ******* task path: /tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:345 Friday 11 July 2025 22:23:54 -0400 (0:00:00.811) 0:00:06.781 *********** changed: [managed-node2] => { "changed": true, "changes": { "installed": [ "mssql-server" ] }, "rc": 0, "results": [ "Loaded plugins: fastestmirror\nLoading mirror speeds from cached hostfile\n * epel: d2lzkl7pfhq30w.cloudfront.net\n * epel-debuginfo: d2lzkl7pfhq30w.cloudfront.net\n * epel-source: d2lzkl7pfhq30w.cloudfront.net\nResolving Dependencies\n--> Running transaction check\n---> Package mssql-server.x86_64 0:15.0.4375.4-1 will be installed\n--> Processing Dependency: libatomic for package: mssql-server-15.0.4375.4-1.x86_64\n--> Processing Dependency: bzip2 for package: mssql-server-15.0.4375.4-1.x86_64\n--> Processing Dependency: gdb for package: mssql-server-15.0.4375.4-1.x86_64\n--> Processing Dependency: python3 for package: mssql-server-15.0.4375.4-1.x86_64\n--> Processing Dependency: libsss_nss_idmap for package: mssql-server-15.0.4375.4-1.x86_64\n--> Processing Dependency: cyrus-sasl for package: mssql-server-15.0.4375.4-1.x86_64\n--> Processing Dependency: cyrus-sasl-gssapi for package: mssql-server-15.0.4375.4-1.x86_64\n--> Processing Dependency: lsof for package: mssql-server-15.0.4375.4-1.x86_64\n--> Running transaction check\n---> Package bzip2.x86_64 0:1.0.6-13.el7 will be installed\n---> Package cyrus-sasl.x86_64 0:2.1.26-24.el7_9 will be installed\n---> Package cyrus-sasl-gssapi.x86_64 0:2.1.26-24.el7_9 will be installed\n---> Package gdb.x86_64 0:7.6.1-120.el7 will be installed\n---> Package libatomic.x86_64 0:4.8.5-44.el7 will be installed\n---> Package libsss_nss_idmap.x86_64 0:1.16.5-10.el7_9.16 will be installed\n---> Package lsof.x86_64 0:4.87-6.el7 will be installed\n---> Package python3.x86_64 0:3.6.8-21.el7_9 will be installed\n--> Processing Dependency: python3-libs(x86-64) = 3.6.8-21.el7_9 for package: python3-3.6.8-21.el7_9.x86_64\n--> Processing Dependency: python3-setuptools for package: python3-3.6.8-21.el7_9.x86_64\n--> Processing Dependency: python3-pip for package: python3-3.6.8-21.el7_9.x86_64\n--> Processing Dependency: libpython3.6m.so.1.0()(64bit) for package: python3-3.6.8-21.el7_9.x86_64\n--> Running transaction check\n---> Package python3-libs.x86_64 0:3.6.8-21.el7_9 will be installed\n---> Package python3-pip.noarch 0:9.0.3-8.el7 will be installed\n---> Package python3-setuptools.noarch 0:39.2.0-10.el7 will be installed\n--> Finished Dependency Resolution\n\nDependencies Resolved\n\n================================================================================\n Package Arch Version Repository Size\n================================================================================\nInstalling:\n mssql-server x86_64 15.0.4375.4-1 packages-microsoft-com-mssql-server-2019\n 229 M\nInstalling for dependencies:\n bzip2 x86_64 1.0.6-13.el7 base 52 k\n cyrus-sasl x86_64 2.1.26-24.el7_9 updates 88 k\n cyrus-sasl-gssapi x86_64 2.1.26-24.el7_9 updates 41 k\n gdb x86_64 7.6.1-120.el7 base 2.4 M\n libatomic x86_64 4.8.5-44.el7 base 51 k\n libsss_nss_idmap x86_64 1.16.5-10.el7_9.16 updates 170 k\n lsof x86_64 4.87-6.el7 base 331 k\n python3 x86_64 3.6.8-21.el7_9 updates 71 k\n python3-libs x86_64 3.6.8-21.el7_9 updates 7.0 M\n python3-pip noarch 9.0.3-8.el7 base 1.6 M\n python3-setuptools noarch 39.2.0-10.el7 base 629 k\n\nTransaction Summary\n================================================================================\nInstall 1 Package (+11 Dependent packages)\n\nTotal download size: 241 M\nInstalled size: 1.2 G\nDownloading packages:\n--------------------------------------------------------------------------------\nTotal 67 MB/s | 241 MB 00:03 \nRunning transaction check\nRunning transaction test\nTransaction test succeeded\nRunning transaction\n Installing : python3-libs-3.6.8-21.el7_9.x86_64 1/12 \n Installing : python3-setuptools-39.2.0-10.el7.noarch 2/12 \n Installing : python3-pip-9.0.3-8.el7.noarch 3/12 \n Installing : python3-3.6.8-21.el7_9.x86_64 4/12 \n Installing : libatomic-4.8.5-44.el7.x86_64 5/12 \n Installing : cyrus-sasl-2.1.26-24.el7_9.x86_64 6/12 \n Installing : gdb-7.6.1-120.el7.x86_64 7/12 \n Installing : cyrus-sasl-gssapi-2.1.26-24.el7_9.x86_64 8/12 \n Installing : lsof-4.87-6.el7.x86_64 9/12 \n Installing : bzip2-1.0.6-13.el7.x86_64 10/12 \n Installing : libsss_nss_idmap-1.16.5-10.el7_9.16.x86_64 11/12 \n Installing : mssql-server-15.0.4375.4-1.x86_64 12/12 \n\n+--------------------------------------------------------------+\nPlease run 'sudo /opt/mssql/bin/mssql-conf setup'\nto complete the setup of Microsoft SQL Server\n+--------------------------------------------------------------+\n\n Verifying : python3-3.6.8-21.el7_9.x86_64 1/12 \n Verifying : mssql-server-15.0.4375.4-1.x86_64 2/12 \n Verifying : libsss_nss_idmap-1.16.5-10.el7_9.16.x86_64 3/12 \n Verifying : bzip2-1.0.6-13.el7.x86_64 4/12 \n Verifying : lsof-4.87-6.el7.x86_64 5/12 \n Verifying : cyrus-sasl-gssapi-2.1.26-24.el7_9.x86_64 6/12 \n Verifying : gdb-7.6.1-120.el7.x86_64 7/12 \n Verifying : python3-libs-3.6.8-21.el7_9.x86_64 8/12 \n Verifying : python3-setuptools-39.2.0-10.el7.noarch 9/12 \n Verifying : python3-pip-9.0.3-8.el7.noarch 10/12 \n Verifying : cyrus-sasl-2.1.26-24.el7_9.x86_64 11/12 \n Verifying : libatomic-4.8.5-44.el7.x86_64 12/12 \n\nInstalled:\n mssql-server.x86_64 0:15.0.4375.4-1 \n\nDependency Installed:\n bzip2.x86_64 0:1.0.6-13.el7 \n cyrus-sasl.x86_64 0:2.1.26-24.el7_9 \n cyrus-sasl-gssapi.x86_64 0:2.1.26-24.el7_9 \n gdb.x86_64 0:7.6.1-120.el7 \n libatomic.x86_64 0:4.8.5-44.el7 \n libsss_nss_idmap.x86_64 0:1.16.5-10.el7_9.16 \n lsof.x86_64 0:4.87-6.el7 \n python3.x86_64 0:3.6.8-21.el7_9 \n python3-libs.x86_64 0:3.6.8-21.el7_9 \n python3-pip.noarch 0:9.0.3-8.el7 \n python3-setuptools.noarch 0:39.2.0-10.el7 \n\nComplete!\n" ] } lsrpackages: mssql-server TASK [fedora.linux_system_roles.mssql : Check if the errorlog file exists and its location] *** task path: /tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:350 Friday 11 July 2025 22:24:34 -0400 (0:00:40.251) 0:00:47.032 *********** 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.005515", "end": "2025-07-11 22:24:34.611913", "rc": 0, "start": "2025-07-11 22:24:34.606398" } TASK [fedora.linux_system_roles.mssql : Check if mssql-server.service is enabled] *** task path: /tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:367 Friday 11 July 2025 22:24:34 -0400 (0:00:00.373) 0:00:47.405 *********** ok: [managed-node2] => { "changed": false, "cmd": [ "systemctl", "is-enabled", "mssql-server.service" ], "delta": "0:00:00.007133", "end": "2025-07-11 22:24:34.947205", "failed_when_result": false, "rc": 1, "start": "2025-07-11 22:24:34.940072" } STDOUT: disabled MSG: non-zero return code TASK [fedora.linux_system_roles.mssql : Check if mssql-server.service is running] *** task path: /tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:374 Friday 11 July 2025 22:24:35 -0400 (0:00:00.334) 0:00:47.740 *********** ok: [managed-node2] => { "changed": false, "cmd": [ "systemctl", "is-active", "mssql-server.service" ], "delta": "0:00:00.005048", "end": "2025-07-11 22:24:35.318207", "failed_when_result": false, "rc": 3, "start": "2025-07-11 22:24:35.313159" } STDOUT: unknown MSG: non-zero return code TASK [fedora.linux_system_roles.mssql : Set the __mssql_is_setup variable] ***** task path: /tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:381 Friday 11 July 2025 22:24:35 -0400 (0:00:00.360) 0:00:48.100 *********** 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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:388 Friday 11 July 2025 22:24:35 -0400 (0:00:00.061) 0:00:48.161 *********** ok: [managed-node2] => { "changed": false } MSG: All assertions passed TASK [fedora.linux_system_roles.mssql : Set up MSSQL] ************************** task path: /tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:404 Friday 11 July 2025 22:24:35 -0400 (0:00:00.065) 0:00:48.227 *********** 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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:430 Friday 11 July 2025 22:24:41 -0400 (0:00:05.645) 0:00:53.872 *********** included: /tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/configure_storage_paths.yml for managed-node2 included: /tmp/collections-EQ4/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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/configure_storage_paths.yml:3 Friday 11 July 2025 22:24:41 -0400 (0:00:00.212) 0:00:54.085 *********** changed: [managed-node2] => { "changed": true, "gid": 994, "group": "mssql", "mode": "0755", "owner": "mssql", "path": "/tmp/mssql_data", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 4096, "state": "directory", "uid": 996 } TASK [fedora.linux_system_roles.mssql : Append facts for the selinux role] ***** task path: /tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/configure_storage_paths.yml:12 Friday 11 July 2025 22:24:41 -0400 (0:00:00.607) 0:00:54.692 *********** 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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/configure_storage_paths.yml:28 Friday 11 July 2025 22:24:42 -0400 (0:00:00.127) 0:00:54.820 *********** included: /tmp/collections-EQ4/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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:3 Friday 11 July 2025 22:24:42 -0400 (0:00:00.156) 0:00:54.977 *********** ok: [managed-node2] => { "changed": false, "cmd": [ "grep", "^defaultdatadir = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003806", "end": "2025-07-11 22:24:42.583490", "failed_when_result": false, "rc": 1, "start": "2025-07-11 22:24:42.579684" } MSG: non-zero return code TASK [fedora.linux_system_roles.mssql : Configure the setting filelocation defaultdatadir] *** task path: /tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:12 Friday 11 July 2025 22:24:42 -0400 (0:00:00.419) 0:00:55.396 *********** 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.118324", "end": "2025-07-11 22:24:43.094901", "failed_when_result": false, "rc": 0, "start": "2025-07-11 22:24:42.976577" } 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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:42 Friday 11 July 2025 22:24:43 -0400 (0:00:00.561) 0:00:55.957 *********** 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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/configure_storage_paths.yml:3 Friday 11 July 2025 22:24:43 -0400 (0:00:00.101) 0:00:56.058 *********** changed: [managed-node2] => { "changed": true, "gid": 994, "group": "mssql", "mode": "0755", "owner": "mssql", "path": "/tmp/mssql_log", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 4096, "state": "directory", "uid": 996 } TASK [fedora.linux_system_roles.mssql : Append facts for the selinux role] ***** task path: /tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/configure_storage_paths.yml:12 Friday 11 July 2025 22:24:43 -0400 (0:00:00.490) 0:00:56.549 *********** 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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/configure_storage_paths.yml:28 Friday 11 July 2025 22:24:43 -0400 (0:00:00.141) 0:00:56.690 *********** included: /tmp/collections-EQ4/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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:3 Friday 11 July 2025 22:24:44 -0400 (0:00:00.123) 0:00:56.814 *********** ok: [managed-node2] => { "changed": false, "cmd": [ "grep", "^defaultlogdir = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:01.004753", "end": "2025-07-11 22:24:45.361888", "failed_when_result": false, "rc": 1, "start": "2025-07-11 22:24:44.357135" } MSG: non-zero return code TASK [fedora.linux_system_roles.mssql : Configure the setting filelocation defaultlogdir] *** task path: /tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:12 Friday 11 July 2025 22:24:45 -0400 (0:00:01.365) 0:00:58.179 *********** changed: [managed-node2] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "set", "filelocation.defaultlogdir", "/tmp/mssql_log" ], "delta": "0:00:00.204369", "end": "2025-07-11 22:24:45.996758", "failed_when_result": false, "rc": 0, "start": "2025-07-11 22:24:45.792389" } 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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:42 Friday 11 July 2025 22:24:46 -0400 (0:00:00.610) 0:00:58.790 *********** 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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:445 Friday 11 July 2025 22:24:46 -0400 (0:00:00.088) 0:00:58.878 *********** 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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:459 Friday 11 July 2025 22:24:46 -0400 (0:00:00.085) 0:00:58.964 *********** 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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:470 Friday 11 July 2025 22:24:46 -0400 (0:00:00.076) 0:00:59.041 *********** ok: [managed-node2] => { "changed": false, "rc": 0, "results": [ "tuned-profiles-mssql-2.11.0-12.el7_9.noarch providing tuned-profiles-mssql is already installed" ] } lsrpackages: tuned-profiles-mssql TASK [fedora.linux_system_roles.mssql : Ensure that the tuned service is started and enabled] *** task path: /tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:476 Friday 11 July 2025 22:24:46 -0400 (0:00:00.556) 0:00:59.597 *********** ok: [managed-node2] => { "changed": false, "enabled": true, "name": "tuned", "state": "started", "status": { "ActiveEnterTimestamp": "Fri 2025-07-11 22:17:25 EDT", "ActiveEnterTimestampMonotonic": "14336255", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "system.slice network.target dbus.service systemd-journald.socket systemd-sysctl.service basic.target", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Fri 2025-07-11 22:17:25 EDT", "AssertTimestampMonotonic": "13663989", "Before": "shutdown.target multi-user.target", "BlockIOAccounting": "no", "BlockIOWeight": "18446744073709551615", "BusName": "com.redhat.tuned", "CPUAccounting": "no", "CPUQuotaPerSecUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "18446744073709551615", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "18446744073709551615", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Fri 2025-07-11 22:17:25 EDT", "ConditionTimestampMonotonic": "13663988", "Conflicts": "cpupower.service shutdown.target", "ControlGroup": "/system.slice/tuned.service", "ControlPID": "0", "DefaultDependencies": "yes", "Delegate": "no", "Description": "Dynamic System Tuning Daemon", "DevicePolicy": "auto", "Documentation": "man:tuned(8) man:tuned.conf(5) man:tuned-adm(8)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "876", "ExecMainStartTimestamp": "Fri 2025-07-11 22:17:25 EDT", "ExecMainStartTimestampMonotonic": "13664619", "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", "GuessMainPID": "yes", "IOScheduling": "0", "Id": "tuned.service", "IgnoreOnIsolate": "no", "IgnoreOnSnapshot": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestamp": "Fri 2025-07-11 22:17:25 EDT", "InactiveExitTimestampMonotonic": "13664652", "JobTimeoutAction": "none", "JobTimeoutUSec": "0", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "18446744073709551615", "LimitCORE": "18446744073709551615", "LimitCPU": "18446744073709551615", "LimitDATA": "18446744073709551615", "LimitFSIZE": "18446744073709551615", "LimitLOCKS": "18446744073709551615", "LimitMEMLOCK": "65536", "LimitMSGQUEUE": "819200", "LimitNICE": "0", "LimitNOFILE": "4096", "LimitNPROC": "29173", "LimitRSS": "18446744073709551615", "LimitRTPRIO": "0", "LimitRTTIME": "18446744073709551615", "LimitSIGPENDING": "29173", "LimitSTACK": "18446744073709551615", "LoadState": "loaded", "MainPID": "876", "MemoryAccounting": "no", "MemoryCurrent": "18446744073709551615", "MemoryLimit": "18446744073709551615", "MountFlags": "0", "Names": "tuned.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PIDFile": "/run/tuned/tuned.pid", "PermissionsStartOnly": "no", "PrivateDevices": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "ProtectHome": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "Requires": "basic.target polkit.service system.slice dbus.service", "Restart": "no", "RestartUSec": "100ms", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitInterval": "10000000", "StartupBlockIOWeight": "18446744073709551615", "StartupCPUShares": "18446744073709551615", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "no", "TasksCurrent": "18446744073709551615", "TasksMax": "18446744073709551615", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "dbus", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "WantedBy": "multi-user.target", "WatchdogTimestamp": "Fri 2025-07-11 22:17:25 EDT", "WatchdogTimestampMonotonic": "14335937", "WatchdogUSec": "0" } } TASK [fedora.linux_system_roles.mssql : Get the active Tuned profiles] ********* task path: /tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:483 Friday 11 July 2025 22:24:47 -0400 (0:00:00.795) 0:01:00.393 *********** 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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:489 Friday 11 July 2025 22:24:48 -0400 (0:00:00.465) 0:01:00.858 *********** 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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:502 Friday 11 July 2025 22:24:48 -0400 (0:00:00.106) 0:01:00.964 *********** 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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:514 Friday 11 July 2025 22:24:48 -0400 (0:00:00.060) 0:01:01.025 *********** 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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:523 Friday 11 July 2025 22:24:48 -0400 (0:00:00.062) 0:01:01.087 *********** 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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:540 Friday 11 July 2025 22:24:48 -0400 (0:00:00.067) 0:01:01.154 *********** 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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:548 Friday 11 July 2025 22:24:48 -0400 (0:00:00.080) 0:01:01.235 *********** 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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:556 Friday 11 July 2025 22:24:48 -0400 (0:00:00.424) 0:01:01.659 *********** 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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:565 Friday 11 July 2025 22:24:49 -0400 (0:00:00.082) 0:01:01.742 *********** changed: [managed-node2] => { "changed": true, "changes": { "installed": [ "mssql-tools18", "unixODBC-devel" ] }, "rc": 0, "results": [ "Loaded plugins: fastestmirror\nLoading mirror speeds from cached hostfile\n * epel: d2lzkl7pfhq30w.cloudfront.net\n * epel-debuginfo: d2lzkl7pfhq30w.cloudfront.net\n * epel-source: d2lzkl7pfhq30w.cloudfront.net\nResolving Dependencies\n--> Running transaction check\n---> Package mssql-tools18.x86_64 0:18.4.1.1-1 will be installed\n--> Processing Dependency: msodbcsql18 >= 18.0.0.0 for package: mssql-tools18-18.4.1.1-1.x86_64\n---> Package unixODBC-devel.x86_64 0:2.3.11-1.rh will be installed\n--> Processing Dependency: unixODBC = 2.3.11 for package: unixODBC-devel-2.3.11-1.rh.x86_64\n--> Running transaction check\n---> Package msodbcsql18.x86_64 0:18.4.1.1-1 will be installed\n---> Package unixODBC.x86_64 0:2.3.11-1.rh will be installed\n--> Processing Dependency: libltdl.so.7()(64bit) for package: unixODBC-2.3.11-1.rh.x86_64\n--> Running transaction check\n---> Package libtool-ltdl.x86_64 0:2.4.2-22.el7_3 will be installed\n--> Finished Dependency Resolution\n\nDependencies Resolved\n\n================================================================================\n Package Arch Version Repository Size\n================================================================================\nInstalling:\n mssql-tools18 x86_64 18.4.1.1-1 packages-microsoft-com-prod 293 k\n unixODBC-devel x86_64 2.3.11-1.rh packages-microsoft-com-prod 53 k\nInstalling for dependencies:\n libtool-ltdl x86_64 2.4.2-22.el7_3 base 49 k\n msodbcsql18 x86_64 18.4.1.1-1 packages-microsoft-com-prod 923 k\n unixODBC x86_64 2.3.11-1.rh packages-microsoft-com-prod 274 k\n\nTransaction Summary\n================================================================================\nInstall 2 Packages (+3 Dependent packages)\n\nTotal download size: 1.6 M\nInstalled size: 3.9 M\nDownloading packages:\n--------------------------------------------------------------------------------\nTotal 5.1 MB/s | 1.6 MB 00:00 \nRunning transaction check\nRunning transaction test\nTransaction test succeeded\nRunning transaction\n Installing : libtool-ltdl-2.4.2-22.el7_3.x86_64 1/5 \n Installing : unixODBC-2.3.11-1.rh.x86_64 2/5 \n Installing : msodbcsql18-18.4.1.1-1.x86_64 3/5 \nodbcinst: Driver installed. Usage count increased to 1. \n Target directory is /etc\n Installing : mssql-tools18-18.4.1.1-1.x86_64 4/5 \n Installing : unixODBC-devel-2.3.11-1.rh.x86_64 5/5 \n Verifying : mssql-tools18-18.4.1.1-1.x86_64 1/5 \n Verifying : unixODBC-devel-2.3.11-1.rh.x86_64 2/5 \n Verifying : libtool-ltdl-2.4.2-22.el7_3.x86_64 3/5 \n Verifying : unixODBC-2.3.11-1.rh.x86_64 4/5 \n Verifying : msodbcsql18-18.4.1.1-1.x86_64 5/5 \n\nInstalled:\n mssql-tools18.x86_64 0:18.4.1.1-1 unixODBC-devel.x86_64 0:2.3.11-1.rh \n\nDependency Installed:\n libtool-ltdl.x86_64 0:2.4.2-22.el7_3 msodbcsql18.x86_64 0:18.4.1.1-1 \n unixODBC.x86_64 0:2.3.11-1.rh \n\nComplete!\n" ] } lsrpackages: mssql-tools18 unixODBC-devel TASK [Create certificates using the certificate role] ************************** task path: /tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:582 Friday 11 July 2025 22:24:53 -0400 (0:00:04.340) 0:01:06.083 *********** 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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:596 Friday 11 July 2025 22:24:53 -0400 (0:00:00.095) 0:01:06.179 *********** 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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:601 Friday 11 July 2025 22:24:53 -0400 (0:00:00.087) 0:01:06.266 *********** 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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:619 Friday 11 July 2025 22:24:53 -0400 (0:00:00.152) 0:01:06.419 *********** 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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:628 Friday 11 July 2025 22:24:53 -0400 (0:00:00.086) 0:01:06.505 *********** 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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:637 Friday 11 July 2025 22:24:53 -0400 (0:00:00.098) 0:01:06.604 *********** 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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:644 Friday 11 July 2025 22:24:53 -0400 (0:00:00.089) 0:01:06.693 *********** 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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:653 Friday 11 July 2025 22:24:54 -0400 (0:00:00.086) 0:01:06.780 *********** ok: [managed-node2] => { "changed": false, "cmd": "set -euo pipefail; grep '^forceencryption' /var/opt/mssql/mssql.conf | sed 's/forceencryption = //g'", "delta": "0:00:00.004841", "end": "2025-07-11 22:24:54.370970", "failed_when_result": false, "rc": 1, "start": "2025-07-11 22:24:54.366129" } MSG: non-zero return code TASK [fedora.linux_system_roles.mssql : Append -No to sqlcmd when TLS is not configured] *** task path: /tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:662 Friday 11 July 2025 22:24:54 -0400 (0:00:00.403) 0:01:07.183 *********** 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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:669 Friday 11 July 2025 22:24:54 -0400 (0:00:00.112) 0:01:07.295 *********** 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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:682 Friday 11 July 2025 22:24:54 -0400 (0:00:00.090) 0:01:07.386 *********** 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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:686 Friday 11 July 2025 22:24:54 -0400 (0:00:00.086) 0:01:07.473 *********** 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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:692 Friday 11 July 2025 22:24:54 -0400 (0:00:00.088) 0:01:07.562 *********** 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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:701 Friday 11 July 2025 22:24:54 -0400 (0:00:00.088) 0:01:07.650 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Gather package facts] ****************** task path: /tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:710 Friday 11 July 2025 22:24:55 -0400 (0:00:00.104) 0:01:07.755 *********** 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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:718 Friday 11 July 2025 22:24:55 -0400 (0:00:00.090) 0:01:07.845 *********** 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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:739 Friday 11 July 2025 22:24:55 -0400 (0:00:00.088) 0:01:07.934 *********** 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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:748 Friday 11 July 2025 22:24:55 -0400 (0:00:00.090) 0:01:08.024 *********** 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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:761 Friday 11 July 2025 22:24:55 -0400 (0:00:00.090) 0:01:08.115 *********** 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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:776 Friday 11 July 2025 22:24:55 -0400 (0:00:00.089) 0:01:08.204 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Gather package facts] ****************** task path: /tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:785 Friday 11 July 2025 22:24:55 -0400 (0:00:00.086) 0:01:08.290 *********** 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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:791 Friday 11 July 2025 22:24:55 -0400 (0:00:00.091) 0:01:08.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 : Configure the IP address setting] ****** task path: /tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:810 Friday 11 July 2025 22:24:55 -0400 (0:00:00.087) 0:01:08.469 *********** included: /tmp/collections-EQ4/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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:3 Friday 11 July 2025 22:24:55 -0400 (0:00:00.162) 0:01:08.632 *********** ok: [managed-node2] => { "changed": false, "cmd": [ "grep", "^ipaddress = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.002980", "end": "2025-07-11 22:24:56.235657", "failed_when_result": false, "rc": 1, "start": "2025-07-11 22:24:56.232677" } MSG: non-zero return code TASK [fedora.linux_system_roles.mssql : Configure the setting network ipaddress] *** task path: /tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:12 Friday 11 July 2025 22:24:56 -0400 (0:00:00.421) 0:01:09.053 *********** changed: [managed-node2] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "set", "network.ipaddress", "0.0.0.0" ], "delta": "0:00:00.116307", "end": "2025-07-11 22:24:56.758844", "failed_when_result": false, "rc": 0, "start": "2025-07-11 22:24:56.642537" } 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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:42 Friday 11 July 2025 22:24:56 -0400 (0:00:00.606) 0:01:09.660 *********** 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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:817 Friday 11 July 2025 22:24:57 -0400 (0:00:00.092) 0:01:09.752 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Open the TCP port 1433] ************************************************** task path: /tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:824 Friday 11 July 2025 22:24:57 -0400 (0:00:00.101) 0:01:09.854 *********** 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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:836 Friday 11 July 2025 22:24:57 -0400 (0:00:00.088) 0:01:09.942 *********** included: /tmp/collections-EQ4/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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:3 Friday 11 July 2025 22:24:57 -0400 (0:00:00.159) 0:01:10.102 *********** ok: [managed-node2] => { "changed": false, "cmd": [ "grep", "^tcpport = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003455", "end": "2025-07-11 22:24:57.691919", "failed_when_result": false, "rc": 1, "start": "2025-07-11 22:24:57.688464" } MSG: non-zero return code TASK [fedora.linux_system_roles.mssql : Configure the setting network tcpport] *** task path: /tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:12 Friday 11 July 2025 22:24:57 -0400 (0:00:00.409) 0:01:10.511 *********** ok: [managed-node2] => { "changed": false, "cmd": [ "/opt/mssql/bin/mssql-conf", "set", "network.tcpport", "1433" ], "delta": "0:00:00.115833", "end": "2025-07-11 22:24:58.221734", "failed_when_result": false, "rc": 0, "start": "2025-07-11 22:24:58.105901" } 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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:42 Friday 11 July 2025 22:24:58 -0400 (0:00:00.535) 0:01:11.046 *********** 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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:842 Friday 11 July 2025 22:24:58 -0400 (0:00:00.067) 0:01:11.114 *********** 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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:862 Friday 11 July 2025 22:24:58 -0400 (0:00:00.063) 0:01:11.177 *********** included: /tmp/collections-EQ4/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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:3 Friday 11 July 2025 22:24:58 -0400 (0:00:00.136) 0:01:11.314 *********** ok: [managed-node2] => { "changed": false, "cmd": [ "grep", "^enabled = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003557", "end": "2025-07-11 22:24:58.907458", "failed_when_result": false, "rc": 0, "start": "2025-07-11 22:24:58.903901" } STDOUT: enabled = false TASK [fedora.linux_system_roles.mssql : Configure the setting sqlagent enabled] *** task path: /tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:12 Friday 11 July 2025 22:24:59 -0400 (0:00:00.412) 0:01:11.726 *********** changed: [managed-node2] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "set", "sqlagent.enabled", "True" ], "delta": "0:00:00.116460", "end": "2025-07-11 22:24:59.439668", "failed_when_result": false, "rc": 0, "start": "2025-07-11 22:24:59.323208" } 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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:42 Friday 11 July 2025 22:24:59 -0400 (0:00:00.543) 0:01:12.269 *********** 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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:869 Friday 11 July 2025 22:24:59 -0400 (0:00:00.100) 0:01:12.370 *********** changed: [managed-node2] => { "changed": true, "changes": { "installed": [ "mssql-server-fts" ] }, "rc": 0, "results": [ "Loaded plugins: fastestmirror\nLoading mirror speeds from cached hostfile\n * epel: d2lzkl7pfhq30w.cloudfront.net\n * epel-debuginfo: d2lzkl7pfhq30w.cloudfront.net\n * epel-source: d2lzkl7pfhq30w.cloudfront.net\nResolving Dependencies\n--> Running transaction check\n---> Package mssql-server-fts.x86_64 0:15.0.4375.4-1 will be installed\n--> Finished Dependency Resolution\n\nDependencies Resolved\n\n================================================================================\n Package Arch Version Repository Size\n================================================================================\nInstalling:\n mssql-server-fts\n x86_64 15.0.4375.4-1 packages-microsoft-com-mssql-server-2019 225 M\n\nTransaction Summary\n================================================================================\nInstall 1 Package\n\nTotal download size: 225 M\nInstalled size: 554 M\nDownloading packages:\nRunning transaction check\nRunning transaction test\nTransaction test succeeded\nRunning transaction\n Installing : mssql-server-fts-15.0.4375.4-1.x86_64 1/1 \n\n+-------------------------------------------------------------------------------------+\nPlease restart mssql-server to enable Microsoft SQL Server Full Text Search.\n+-------------------------------------------------------------------------------------+\n\n Verifying : mssql-server-fts-15.0.4375.4-1.x86_64 1/1 \n\nInstalled:\n mssql-server-fts.x86_64 0:15.0.4375.4-1 \n\nComplete!\n" ] } lsrpackages: mssql-server-fts TASK [fedora.linux_system_roles.mssql : Ensure the package powershell] ********* task path: /tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:876 Friday 11 July 2025 22:25:26 -0400 (0:00:26.628) 0:01:38.998 *********** changed: [managed-node2] => { "changed": true, "changes": { "installed": [ "powershell" ] }, "rc": 0, "results": [ "Loaded plugins: fastestmirror\nLoading mirror speeds from cached hostfile\n * epel: d2lzkl7pfhq30w.cloudfront.net\n * epel-debuginfo: d2lzkl7pfhq30w.cloudfront.net\n * epel-source: d2lzkl7pfhq30w.cloudfront.net\nResolving Dependencies\n--> Running transaction check\n---> Package powershell.x86_64 0:7.3.12-1.rh will be installed\n--> Processing Dependency: libicu for package: powershell-7.3.12-1.rh.x86_64\n--> Running transaction check\n---> Package libicu.x86_64 0:50.2-4.el7_7 will be installed\n--> Finished Dependency Resolution\n\nDependencies Resolved\n\n================================================================================\n Package Arch Version Repository Size\n================================================================================\nInstalling:\n powershell x86_64 7.3.12-1.rh packages-microsoft-com-prod 66 M\nInstalling for dependencies:\n libicu x86_64 50.2-4.el7_7 base 6.9 M\n\nTransaction Summary\n================================================================================\nInstall 1 Package (+1 Dependent package)\n\nTotal download size: 72 M\nInstalled size: 192 M\nDownloading packages:\n--------------------------------------------------------------------------------\nTotal 62 MB/s | 72 MB 00:01 \nRunning transaction check\nRunning transaction test\nTransaction test succeeded\nRunning transaction\n Installing : libicu-50.2-4.el7_7.x86_64 1/2 \n Installing : powershell-7.3.12-1.rh.x86_64 2/2 \n Verifying : powershell-7.3.12-1.rh.x86_64 1/2 \n Verifying : libicu-50.2-4.el7_7.x86_64 2/2 \n\nInstalled:\n powershell.x86_64 0:7.3.12-1.rh \n\nDependency Installed:\n libicu.x86_64 0:50.2-4.el7_7 \n\nComplete!\n" ] } lsrpackages: powershell TASK [fedora.linux_system_roles.mssql : Check if the 3979 trace flag is enabled] *** task path: /tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:885 Friday 11 July 2025 22:25:39 -0400 (0:00:13.074) 0:01:52.073 *********** ok: [managed-node2] => { "changed": false, "cmd": [ "grep", "^traceflag[0-9] = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:01.004110", "end": "2025-07-11 22:25:40.653741", "failed_when_result": false, "rc": 1, "start": "2025-07-11 22:25:39.649631" } MSG: non-zero return code TASK [fedora.linux_system_roles.mssql : Set the 3979 traceflag] **************** task path: /tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:891 Friday 11 July 2025 22:25:40 -0400 (0:00:01.426) 0:01:53.499 *********** changed: [managed-node2] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "traceflag", "3979", "on" ], "delta": "0:00:00.117679", "end": "2025-07-11 22:25:41.209295", "rc": 0, "start": "2025-07-11 22:25:41.091616" } 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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:898 Friday 11 July 2025 22:25:41 -0400 (0:00:00.512) 0:01:54.011 *********** 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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:906 Friday 11 July 2025 22:25:41 -0400 (0:00:00.081) 0:01:54.093 *********** included: /tmp/collections-EQ4/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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:3 Friday 11 July 2025 22:25:41 -0400 (0:00:00.104) 0:01:54.197 *********** ok: [managed-node2] => { "changed": false, "cmd": [ "grep", "^alternatewritethrough = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.002887", "end": "2025-07-11 22:25:41.760098", "failed_when_result": false, "rc": 1, "start": "2025-07-11 22:25:41.757211" } MSG: non-zero return code TASK [fedora.linux_system_roles.mssql : Configure the setting control alternatewritethrough] *** task path: /tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:12 Friday 11 July 2025 22:25:41 -0400 (0:00:00.382) 0:01:54.580 *********** changed: [managed-node2] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "set", "control.alternatewritethrough", "0" ], "delta": "0:00:00.115835", "end": "2025-07-11 22:25:42.292082", "failed_when_result": false, "rc": 0, "start": "2025-07-11 22:25:42.176247" } 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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:42 Friday 11 July 2025 22:25:42 -0400 (0:00:00.538) 0:01:55.118 *********** 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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:912 Friday 11 July 2025 22:25:42 -0400 (0:00:00.096) 0:01:55.215 *********** included: /tmp/collections-EQ4/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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:3 Friday 11 July 2025 22:25:42 -0400 (0:00:00.202) 0:01:55.417 *********** ok: [managed-node2] => { "changed": false, "cmd": [ "grep", "^writethrough = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003424", "end": "2025-07-11 22:25:43.059995", "failed_when_result": false, "rc": 1, "start": "2025-07-11 22:25:43.056571" } MSG: non-zero return code TASK [fedora.linux_system_roles.mssql : Configure the setting control writethrough] *** task path: /tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:12 Friday 11 July 2025 22:25:43 -0400 (0:00:00.440) 0:01:55.857 *********** changed: [managed-node2] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "set", "control.writethrough", "1" ], "delta": "0:00:00.118570", "end": "2025-07-11 22:25:43.634568", "failed_when_result": false, "rc": 0, "start": "2025-07-11 22:25:43.515998" } 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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:42 Friday 11 July 2025 22:25:43 -0400 (0:00:00.599) 0:01:56.456 *********** 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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:922 Friday 11 July 2025 22:25:43 -0400 (0:00:00.113) 0:01:56.570 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Join to realm {{ ad_integration_realm }}] ******************************** task path: /tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:930 Friday 11 July 2025 22:25:43 -0400 (0:00:00.092) 0:01:56.662 *********** 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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:938 Friday 11 July 2025 22:25:44 -0400 (0:00:00.076) 0:01:56.739 *********** 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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:945 Friday 11 July 2025 22:25:44 -0400 (0:00:00.087) 0:01:56.827 *********** 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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:952 Friday 11 July 2025 22:25:44 -0400 (0:00:00.093) 0:01:56.920 *********** 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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:961 Friday 11 July 2025 22:25:44 -0400 (0:00:00.110) 0:01:57.031 *********** 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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:974 Friday 11 July 2025 22:25:44 -0400 (0:00:00.100) 0:01:57.131 *********** 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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:983 Friday 11 July 2025 22:25:44 -0400 (0:00:00.070) 0:01:57.202 *********** 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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:997 Friday 11 July 2025 22:25:44 -0400 (0:00:00.081) 0:01:57.283 *********** 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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1007 Friday 11 July 2025 22:25:44 -0400 (0:00:00.062) 0:01:57.345 *********** 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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1012 Friday 11 July 2025 22:25:44 -0400 (0:00:00.058) 0:01:57.403 *********** 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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1029 Friday 11 July 2025 22:25:44 -0400 (0:00:00.074) 0:01:57.478 *********** 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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1034 Friday 11 July 2025 22:25:44 -0400 (0:00:00.079) 0:01:57.557 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Get keytab properties] ***************** task path: /tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1039 Friday 11 July 2025 22:25:44 -0400 (0:00:00.101) 0:01:57.659 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Create keytab] ************************* task path: /tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1045 Friday 11 July 2025 22:25:45 -0400 (0:00:00.180) 0:01:57.839 *********** 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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1071 Friday 11 July 2025 22:25:45 -0400 (0:00:00.097) 0:01:57.936 *********** 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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1092 Friday 11 July 2025 22:25:45 -0400 (0:00:00.110) 0:01:58.047 *********** 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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1100 Friday 11 July 2025 22:25:45 -0400 (0:00:00.091) 0:01:58.139 *********** 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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1110 Friday 11 July 2025 22:25:45 -0400 (0:00:00.159) 0:01:58.299 *********** 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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1116 Friday 11 July 2025 22:25:45 -0400 (0:00:00.149) 0:01:58.449 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Mark active hosts] ********************* task path: /tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1133 Friday 11 July 2025 22:25:45 -0400 (0:00:00.169) 0:01:58.618 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Fail if any hosts are no longer active] *** task path: /tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1137 Friday 11 July 2025 22:25:46 -0400 (0:00:00.190) 0:01:58.809 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Unset __mssql_is_active] *************** task path: /tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1152 Friday 11 July 2025 22:25:46 -0400 (0:00:00.086) 0:01:58.896 *********** 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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1158 Friday 11 July 2025 22:25:46 -0400 (0:00:00.114) 0:01:59.010 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Set host variables] ******************** task path: /tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1178 Friday 11 July 2025 22:25:46 -0400 (0:00:00.092) 0:01:59.102 *********** 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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1231 Friday 11 July 2025 22:25:46 -0400 (0:00:00.095) 0:01:59.197 *********** 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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1238 Friday 11 July 2025 22:25:46 -0400 (0:00:00.142) 0:01:59.340 *********** 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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1245 Friday 11 July 2025 22:25:46 -0400 (0:00:00.121) 0:01:59.462 *********** 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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1257 Friday 11 July 2025 22:25:46 -0400 (0:00:00.127) 0:01:59.589 *********** 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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1263 Friday 11 July 2025 22:25:46 -0400 (0:00:00.089) 0:01:59.679 *********** 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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1271 Friday 11 July 2025 22:25:47 -0400 (0:00:00.129) 0:01:59.809 *********** 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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1280 Friday 11 July 2025 22:25:47 -0400 (0:00:00.067) 0:01:59.877 *********** 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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1288 Friday 11 July 2025 22:25:47 -0400 (0:00:00.068) 0:01:59.946 *********** skipping: [managed-node2] => (item={u'key': u'cert', u'value': u'/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={u'key': u'key', u'value': u'/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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1302 Friday 11 July 2025 22:25:47 -0400 (0:00:00.074) 0:02:00.020 *********** 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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1308 Friday 11 July 2025 22:25:47 -0400 (0:00:00.073) 0:02:00.093 *********** 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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1330 Friday 11 July 2025 22:25:47 -0400 (0:00:00.143) 0:02:00.237 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Configure ag] ************************** task path: /tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1340 Friday 11 July 2025 22:25:47 -0400 (0:00:00.088) 0:02:00.326 *********** 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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1347 Friday 11 July 2025 22:25:47 -0400 (0:00:00.143) 0:02:00.470 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Replicate DBs] ************************* task path: /tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1356 Friday 11 July 2025 22:25:47 -0400 (0:00:00.120) 0:02:00.590 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Mark active hosts] ********************* task path: /tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1363 Friday 11 July 2025 22:25:47 -0400 (0:00:00.100) 0:02:00.691 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Fail if any hosts are no longer active] *** task path: /tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1367 Friday 11 July 2025 22:25:48 -0400 (0:00:00.185) 0:02:00.876 *********** 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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1384 Friday 11 July 2025 22:25:48 -0400 (0:00:00.092) 0:02:00.968 *********** 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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1397 Friday 11 July 2025 22:25:48 -0400 (0:00:00.111) 0:02:01.080 *********** 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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1404 Friday 11 July 2025 22:25:48 -0400 (0:00:00.084) 0:02:01.165 *********** 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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1411 Friday 11 July 2025 22:25:48 -0400 (0:00:00.090) 0:02:01.255 *********** 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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1420 Friday 11 July 2025 22:25:48 -0400 (0:00:00.120) 0:02:01.376 *********** 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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1427 Friday 11 July 2025 22:25:48 -0400 (0:00:00.089) 0:02:01.465 *********** skipping: [managed-node2] => (item={u'key': u'cert', u'value': u'/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={u'key': u'key', u'value': u'/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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1439 Friday 11 July 2025 22:25:48 -0400 (0:00:00.131) 0:02:01.598 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Create HA login] *********************** task path: /tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1448 Friday 11 July 2025 22:25:49 -0400 (0:00:00.107) 0:02:01.705 *********** 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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1455 Friday 11 July 2025 22:25:49 -0400 (0:00:00.104) 0:02:01.810 *********** 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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1461 Friday 11 July 2025 22:25:49 -0400 (0:00:00.122) 0:02:01.932 *********** 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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1469 Friday 11 July 2025 22:25:49 -0400 (0:00:00.101) 0:02:02.034 *********** 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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1482 Friday 11 July 2025 22:25:49 -0400 (0:00:00.105) 0:02:02.139 *********** 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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1494 Friday 11 July 2025 22:25:49 -0400 (0:00:00.098) 0:02:02.237 *********** 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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1499 Friday 11 July 2025 22:25:49 -0400 (0:00:00.138) 0:02:02.375 *********** 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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1507 Friday 11 July 2025 22:25:49 -0400 (0:00:00.163) 0:02:02.539 *********** 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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1516 Friday 11 July 2025 22:25:49 -0400 (0:00:00.152) 0:02:02.691 *********** changed: [managed-node2] => { "changed": true } MSG: Block inserted RUNNING HANDLER [fedora.linux_system_roles.mssql : Restart the mssql-server service] *** task path: /tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/handlers/main.yml:3 Friday 11 July 2025 22:25:50 -0400 (0:00:00.852) 0:02:03.544 *********** changed: [managed-node2] => { "changed": true, "name": "mssql-server", "state": "started", "status": { "ActiveEnterTimestamp": "Fri 2025-07-11 22:24:40 EDT", "ActiveEnterTimestampMonotonic": "449310383", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "system.slice network.target auditd.service -.mount systemd-journald.socket basic.target", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Fri 2025-07-11 22:24:40 EDT", "AssertTimestampMonotonic": "449308918", "Before": "shutdown.target multi-user.target", "BlockIOAccounting": "no", "BlockIOWeight": "18446744073709551615", "CPUAccounting": "no", "CPUQuotaPerSecUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "18446744073709551615", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "18446744073709551615", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Fri 2025-07-11 22:24:40 EDT", "ConditionTimestampMonotonic": "449308917", "Conflicts": "shutdown.target", "ControlGroup": "/system.slice/mssql-server.service", "ControlPID": "0", "DefaultDependencies": "yes", "Delegate": "no", "Description": "Microsoft SQL Server Database Engine", "DevicePolicy": "auto", "Documentation": "https://docs.microsoft.com/en-us/sql/linux", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "14281", "ExecMainStartTimestamp": "Fri 2025-07-11 22:24:40 EDT", "ExecMainStartTimestampMonotonic": "449310326", "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", "GuessMainPID": "yes", "IOScheduling": "0", "Id": "mssql-server.service", "IgnoreOnIsolate": "no", "IgnoreOnSnapshot": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestamp": "Fri 2025-07-11 22:24:40 EDT", "InactiveExitTimestampMonotonic": "449310383", "JobTimeoutAction": "none", "JobTimeoutUSec": "0", "KillMode": "process", "KillSignal": "15", "LimitAS": "18446744073709551615", "LimitCORE": "18446744073709551615", "LimitCPU": "18446744073709551615", "LimitDATA": "18446744073709551615", "LimitFSIZE": "18446744073709551615", "LimitLOCKS": "18446744073709551615", "LimitMEMLOCK": "65536", "LimitMSGQUEUE": "819200", "LimitNICE": "0", "LimitNOFILE": "18446744073709551615", "LimitNPROC": "18446744073709551615", "LimitRSS": "18446744073709551615", "LimitRTPRIO": "0", "LimitRTTIME": "18446744073709551615", "LimitSIGPENDING": "29173", "LimitSTACK": "18446744073709551615", "LoadState": "loaded", "MainPID": "14281", "MemoryAccounting": "no", "MemoryCurrent": "18446744073709551615", "MemoryLimit": "18446744073709551615", "MountFlags": "0", "Names": "mssql-server.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "PrivateDevices": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "ProtectHome": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "Requires": "system.slice -.mount basic.target", "RequiresMountsFor": "/var/opt/mssql", "Restart": "on-failure", "RestartUSec": "100ms", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "3", "StartLimitInterval": "120000000", "StartupBlockIOWeight": "18446744073709551615", "StartupCPUShares": "18446744073709551615", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "no", "TasksCurrent": "18446744073709551615", "TasksMax": "18446744073709551615", "TimeoutStartUSec": "30min", "TimeoutStopUSec": "30min", "TimerSlackNSec": "50000", "Transient": "no", "Type": "simple", "UMask": "0007", "UnitFilePreset": "disabled", "UnitFileState": "enabled", "User": "mssql", "WantedBy": "multi-user.target", "WatchdogTimestamp": "Fri 2025-07-11 22:24:40 EDT", "WatchdogTimestampMonotonic": "449310366", "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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1529 Friday 11 July 2025 22:25:52 -0400 (0:00:01.298) 0:02:04.843 *********** 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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1536 Friday 11 July 2025 22:25:52 -0400 (0:00:00.101) 0:02:04.944 *********** 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-EQ4/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/tests_idempotency.yml:20 Friday 11 July 2025 22:25:52 -0400 (0:00:00.100) 0:02:05.045 *********** included: /tmp/collections-EQ4/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-EQ4/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql-sever-increase-start-limit.yml:3 Friday 11 July 2025 22:25:52 -0400 (0:00:00.416) 0:02:05.462 *********** 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": 4096, "state": "directory", "uid": 0 } TASK [Modify the mssql-server service start limit interval and burst] ********** task path: /tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql-sever-increase-start-limit.yml:11 Friday 11 July 2025 22:25:53 -0400 (0:00:00.504) 0:02:05.966 *********** 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-1752287153.34-20512-261179255915324/source", "state": "file", "uid": 0 } TASK [Reload service daemon] *************************************************** task path: /tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql-sever-increase-start-limit.yml:23 Friday 11 July 2025 22:25:54 -0400 (0:00:01.526) 0:02:07.492 *********** ok: [managed-node2] => { "changed": false, "name": null, "status": {} } TASK [Run again with the same settings - should report not changed] ************ task path: /tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/tests_idempotency.yml:23 Friday 11 July 2025 22:25:55 -0400 (0:00:00.656) 0:02:08.149 *********** TASK [fedora.linux_system_roles.mssql : Ensure ansible_facts and variables used by role] *** task path: /tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:3 Friday 11 July 2025 22:25:56 -0400 (0:00:00.848) 0:02:08.998 *********** included: /tmp/collections-EQ4/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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/set_vars.yml:3 Friday 11 July 2025 22:25:56 -0400 (0:00:00.162) 0:02:09.161 *********** 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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/set_vars.yml:8 Friday 11 July 2025 22:25:56 -0400 (0:00:00.198) 0:02:09.359 *********** 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-EQ4/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_7.yml) => { "ansible_facts": { "__mssql_client_repository": "https://packages.microsoft.com/rhel/7/prod/", "__mssql_confined_supported": false, "__mssql_server_repository": "https://packages.microsoft.com/rhel/7/mssql-server-{{ mssql_version | int }}/", "__mssql_supported_versions": [ 2017, 2019 ] }, "ansible_included_var_files": [ "/tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/vars/CentOS_7.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_7.yml" } skipping: [managed-node2] => (item=CentOS_7.9.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS_7.9.yml", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Run systemctl] ************************* task path: /tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/set_vars.yml:22 Friday 11 July 2025 22:25:56 -0400 (0:00:00.135) 0:02:09.494 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Require installed systemd] ************* task path: /tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/set_vars.yml:29 Friday 11 July 2025 22:25:56 -0400 (0:00:00.096) 0:02:09.590 *********** 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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/set_vars.yml:34 Friday 11 July 2025 22:25:56 -0400 (0:00:00.088) 0:02:09.678 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Unset internal role facts] ************* task path: /tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:8 Friday 11 July 2025 22:25:57 -0400 (0:00:00.169) 0:02:09.848 *********** ok: [managed-node2] => { "ansible_facts": { "__mssql_is_active": null, "__mssql_sqlcmd_login_cmd": null }, "changed": false } TASK [fedora.linux_system_roles.mssql : Print that the mssql_input_sql_file variable is deprecated] *** task path: /tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:16 Friday 11 July 2025 22:25:57 -0400 (0:00:00.090) 0:02:09.939 *********** skipping: [managed-node2] => {} TASK [fedora.linux_system_roles.mssql : Link the deprecated mssql_input_sql_file fact] *** task path: /tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:24 Friday 11 July 2025 22:25:57 -0400 (0:00:00.085) 0:02:10.025 *********** 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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:31 Friday 11 July 2025 22:25:57 -0400 (0:00:00.095) 0:02:10.121 *********** skipping: [managed-node2] => {} TASK [fedora.linux_system_roles.mssql : Link the deprecated mssql_ha_listener_port fact] *** task path: /tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:38 Friday 11 July 2025 22:25:57 -0400 (0:00:00.090) 0:02:10.211 *********** 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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:45 Friday 11 July 2025 22:25:57 -0400 (0:00:00.119) 0:02:10.331 *********** skipping: [managed-node2] => {} TASK [fedora.linux_system_roles.mssql : Link the deprecated mssql_ad_sql_user_name fact] *** task path: /tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:52 Friday 11 July 2025 22:25:57 -0400 (0:00:00.131) 0:02:10.462 *********** 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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:59 Friday 11 July 2025 22:25:57 -0400 (0:00:00.093) 0:02:10.556 *********** skipping: [managed-node2] => {} TASK [fedora.linux_system_roles.mssql : Link the deprecated mssql_ha_cluster_run_role fact] *** task path: /tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:66 Friday 11 July 2025 22:25:57 -0400 (0:00:00.090) 0:02:10.646 *********** 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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:75 Friday 11 July 2025 22:25:58 -0400 (0:00:00.089) 0:02:10.735 *********** skipping: [managed-node2] => {} TASK [fedora.linux_system_roles.mssql : Link the deprecated fact] ************** task path: /tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:84 Friday 11 July 2025 22:25:58 -0400 (0:00:00.089) 0:02:10.825 *********** 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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:88 Friday 11 July 2025 22:25:58 -0400 (0:00:00.087) 0:02:10.913 *********** 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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:95 Friday 11 July 2025 22:25:58 -0400 (0:00:00.093) 0:02:11.007 *********** 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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:107 Friday 11 July 2025 22:25:58 -0400 (0:00:00.082) 0:02:11.089 *********** 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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:115 Friday 11 July 2025 22:25:58 -0400 (0:00:00.088) 0:02:11.178 *********** 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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:124 Friday 11 July 2025 22:25:58 -0400 (0:00:00.087) 0:02:11.265 *********** 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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:133 Friday 11 July 2025 22:25:58 -0400 (0:00:00.078) 0:02:11.343 *********** 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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:143 Friday 11 July 2025 22:25:58 -0400 (0:00:00.068) 0:02:11.412 *********** 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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:152 Friday 11 July 2025 22:25:58 -0400 (0:00:00.072) 0:02:11.484 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Verify that mssql_ha_ag_is_contained is not provided with version 2017] *** task path: /tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:163 Friday 11 July 2025 22:25:58 -0400 (0:00:00.082) 0:02:11.566 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Verify fail reuse_system_db=true is not provided without ag_is_contained] *** task path: /tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:174 Friday 11 July 2025 22:25:59 -0400 (0:00:00.167) 0:02:11.734 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Gather package facts] ****************** task path: /tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:185 Friday 11 July 2025 22:25:59 -0400 (0:00:00.112) 0:02:11.846 *********** 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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:189 Friday 11 July 2025 22:26:00 -0400 (0:00:01.411) 0:02:13.258 *********** skipping: [managed-node2] => (item={u'value': 14, u'key': 2017}) => { "ansible_loop_var": "item", "changed": false, "item": { "key": 2017, "value": 14 }, "skip_reason": "Conditional result was False" } ok: [managed-node2] => (item={u'value': 15, u'key': 2019}) => { "ansible_facts": { "__mssql_current_version": "2019" }, "ansible_loop_var": "item", "changed": false, "item": { "key": 2019, "value": 15 } } skipping: [managed-node2] => (item={u'value': 16, u'key': 2022}) => { "ansible_loop_var": "item", "changed": false, "item": { "key": 2022, "value": 16 }, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Verify if mssql_version is not bigger then the existing SQL Server version] *** task path: /tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:197 Friday 11 July 2025 22:26:00 -0400 (0:00:00.203) 0:02:13.461 *********** skipping: [managed-node2] => { "changed": false, "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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:210 Friday 11 July 2025 22:26:00 -0400 (0:00:00.118) 0:02:13.580 *********** 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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:217 Friday 11 July 2025 22:26:00 -0400 (0:00:00.100) 0:02:13.681 *********** 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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:224 Friday 11 July 2025 22:26:01 -0400 (0:00:00.119) 0:02:13.800 *********** skipping: [managed-node2] => (item={u'value': 14, u'key': 2017}) => { "ansible_loop_var": "item", "changed": false, "item": { "key": 2017, "value": 14 }, "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item={u'value': 15, u'key': 2019}) => { "ansible_loop_var": "item", "changed": false, "item": { "key": 2019, "value": 15 }, "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item={u'value': 16, u'key': 2022}) => { "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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:238 Friday 11 July 2025 22:26:01 -0400 (0:00:00.185) 0:02:13.985 *********** ok: [managed-node2] => { "attempts": 1, "changed": false } TASK [fedora.linux_system_roles.mssql : Update all packages from SQL Server repo version 2019] *** task path: /tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:252 Friday 11 July 2025 22:26:01 -0400 (0:00:00.550) 0:02:14.535 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Get yum repositories] ****************** task path: /tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:262 Friday 11 July 2025 22:26:01 -0400 (0:00:00.103) 0:02:14.639 *********** 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 2019] *** task path: /tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:273 Friday 11 July 2025 22:26:02 -0400 (0:00:00.076) 0:02:14.716 *********** 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 2019] *** task path: /tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:287 Friday 11 July 2025 22:26:02 -0400 (0:00:00.069) 0:02:14.785 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Get zypper repositories] *************** task path: /tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:296 Friday 11 July 2025 22:26:02 -0400 (0:00:00.093) 0:02:14.879 *********** 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 2019] *** task path: /tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:308 Friday 11 July 2025 22:26:02 -0400 (0:00:00.065) 0:02:14.944 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Configure the Microsoft SQL Server repo version 2019] *** task path: /tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:315 Friday 11 July 2025 22:26:02 -0400 (0:00:00.067) 0:02:15.012 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Configure the Microsoft SQL Server repo version 2019] *** task path: /tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:327 Friday 11 July 2025 22:26:02 -0400 (0:00:00.081) 0:02:15.094 *********** 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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:340 Friday 11 July 2025 22:26:02 -0400 (0:00:00.062) 0:02:15.156 *********** ok: [managed-node2] => { "changed": false, "rc": 0, "results": [ "mssql-server-selinux is not installed" ] } TASK [fedora.linux_system_roles.mssql : Ensure the package mssql-server] ******* task path: /tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:345 Friday 11 July 2025 22:26:03 -0400 (0:00:00.632) 0:02:15.788 *********** ok: [managed-node2] => { "changed": false, "rc": 0, "results": [ "mssql-server-15.0.4375.4-1.x86_64 providing mssql-server is already installed" ] } lsrpackages: mssql-server TASK [fedora.linux_system_roles.mssql : Check if the errorlog file exists and its location] *** task path: /tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:350 Friday 11 July 2025 22:26:03 -0400 (0:00:00.604) 0:02:16.393 *********** 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.005138", "end": "2025-07-11 22:26:03.996557", "rc": 0, "start": "2025-07-11 22:26:03.991419" } STDOUT: /var/opt/mssql/log/errorlog TASK [fedora.linux_system_roles.mssql : Check if mssql-server.service is enabled] *** task path: /tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:367 Friday 11 July 2025 22:26:04 -0400 (0:00:00.428) 0:02:16.822 *********** ok: [managed-node2] => { "changed": false, "cmd": [ "systemctl", "is-enabled", "mssql-server.service" ], "delta": "0:00:00.005712", "end": "2025-07-11 22:26:04.406881", "failed_when_result": false, "rc": 0, "start": "2025-07-11 22:26:04.401169" } STDOUT: enabled TASK [fedora.linux_system_roles.mssql : Check if mssql-server.service is running] *** task path: /tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:374 Friday 11 July 2025 22:26:04 -0400 (0:00:00.376) 0:02:17.198 *********** ok: [managed-node2] => { "changed": false, "cmd": [ "systemctl", "is-active", "mssql-server.service" ], "delta": "0:00:00.005202", "end": "2025-07-11 22:26:04.777945", "failed_when_result": false, "rc": 0, "start": "2025-07-11 22:26:04.772743" } STDOUT: active TASK [fedora.linux_system_roles.mssql : Set the __mssql_is_setup variable] ***** task path: /tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:381 Friday 11 July 2025 22:26:04 -0400 (0:00:00.366) 0:02:17.564 *********** 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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:388 Friday 11 July 2025 22:26:04 -0400 (0:00:00.085) 0:02:17.650 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Set up MSSQL] ************************** task path: /tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:404 Friday 11 July 2025 22:26:05 -0400 (0:00:00.107) 0:02:17.757 *********** 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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:430 Friday 11 July 2025 22:26:05 -0400 (0:00:00.093) 0:02:17.851 *********** included: /tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/configure_storage_paths.yml for managed-node2 included: /tmp/collections-EQ4/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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/configure_storage_paths.yml:3 Friday 11 July 2025 22:26:05 -0400 (0:00:00.205) 0:02:18.057 *********** ok: [managed-node2] => { "changed": false, "gid": 994, "group": "mssql", "mode": "0755", "owner": "mssql", "path": "/tmp/mssql_data", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 4096, "state": "directory", "uid": 996 } TASK [fedora.linux_system_roles.mssql : Append facts for the selinux role] ***** task path: /tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/configure_storage_paths.yml:12 Friday 11 July 2025 22:26:05 -0400 (0:00:00.402) 0:02:18.459 *********** 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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/configure_storage_paths.yml:28 Friday 11 July 2025 22:26:05 -0400 (0:00:00.091) 0:02:18.551 *********** included: /tmp/collections-EQ4/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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:3 Friday 11 July 2025 22:26:06 -0400 (0:00:00.158) 0:02:18.710 *********** ok: [managed-node2] => { "changed": false, "cmd": [ "grep", "^defaultdatadir = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.002955", "end": "2025-07-11 22:26:06.306366", "failed_when_result": false, "rc": 0, "start": "2025-07-11 22:26:06.303411" } STDOUT: defaultdatadir = /tmp/mssql_data TASK [fedora.linux_system_roles.mssql : Configure the setting filelocation defaultdatadir] *** task path: /tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:12 Friday 11 July 2025 22:26:06 -0400 (0:00:00.385) 0:02:19.095 *********** 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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:42 Friday 11 July 2025 22:26:06 -0400 (0:00:00.070) 0:02:19.166 *********** 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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/configure_storage_paths.yml:3 Friday 11 July 2025 22:26:06 -0400 (0:00:00.136) 0:02:19.303 *********** ok: [managed-node2] => { "changed": false, "gid": 994, "group": "mssql", "mode": "0755", "owner": "mssql", "path": "/tmp/mssql_log", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 4096, "state": "directory", "uid": 996 } TASK [fedora.linux_system_roles.mssql : Append facts for the selinux role] ***** task path: /tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/configure_storage_paths.yml:12 Friday 11 July 2025 22:26:06 -0400 (0:00:00.391) 0:02:19.694 *********** 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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/configure_storage_paths.yml:28 Friday 11 July 2025 22:26:07 -0400 (0:00:00.063) 0:02:19.758 *********** included: /tmp/collections-EQ4/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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:3 Friday 11 July 2025 22:26:07 -0400 (0:00:00.130) 0:02:19.889 *********** ok: [managed-node2] => { "changed": false, "cmd": [ "grep", "^defaultlogdir = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.002970", "end": "2025-07-11 22:26:07.472947", "failed_when_result": false, "rc": 0, "start": "2025-07-11 22:26:07.469977" } STDOUT: defaultlogdir = /tmp/mssql_log TASK [fedora.linux_system_roles.mssql : Configure the setting filelocation defaultlogdir] *** task path: /tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:12 Friday 11 July 2025 22:26:07 -0400 (0:00:00.391) 0:02:20.281 *********** 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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:42 Friday 11 July 2025 22:26:07 -0400 (0:00:00.104) 0:02:20.386 *********** 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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:445 Friday 11 July 2025 22:26:07 -0400 (0:00:00.092) 0:02:20.478 *********** 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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:459 Friday 11 July 2025 22:26:07 -0400 (0:00:00.096) 0:02:20.575 *********** 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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:470 Friday 11 July 2025 22:26:07 -0400 (0:00:00.091) 0:02:20.666 *********** ok: [managed-node2] => { "changed": false, "rc": 0, "results": [ "tuned-profiles-mssql-2.11.0-12.el7_9.noarch providing tuned-profiles-mssql is already installed" ] } lsrpackages: tuned-profiles-mssql TASK [fedora.linux_system_roles.mssql : Ensure that the tuned service is started and enabled] *** task path: /tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:476 Friday 11 July 2025 22:26:08 -0400 (0:00:00.605) 0:02:21.271 *********** ok: [managed-node2] => { "changed": false, "enabled": true, "name": "tuned", "state": "started", "status": { "ActiveEnterTimestamp": "Fri 2025-07-11 22:17:25 EDT", "ActiveEnterTimestampMonotonic": "14336255", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "systemd-journald.socket system.slice network.target dbus.service basic.target systemd-sysctl.service", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Fri 2025-07-11 22:17:25 EDT", "AssertTimestampMonotonic": "13663989", "Before": "shutdown.target multi-user.target", "BlockIOAccounting": "no", "BlockIOWeight": "18446744073709551615", "BusName": "com.redhat.tuned", "CPUAccounting": "no", "CPUQuotaPerSecUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "18446744073709551615", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "18446744073709551615", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Fri 2025-07-11 22:17:25 EDT", "ConditionTimestampMonotonic": "13663988", "Conflicts": "cpupower.service shutdown.target", "ControlGroup": "/system.slice/tuned.service", "ControlPID": "0", "DefaultDependencies": "yes", "Delegate": "no", "Description": "Dynamic System Tuning Daemon", "DevicePolicy": "auto", "Documentation": "man:tuned(8) man:tuned.conf(5) man:tuned-adm(8)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "876", "ExecMainStartTimestamp": "Fri 2025-07-11 22:17:25 EDT", "ExecMainStartTimestampMonotonic": "13664619", "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", "GuessMainPID": "yes", "IOScheduling": "0", "Id": "tuned.service", "IgnoreOnIsolate": "no", "IgnoreOnSnapshot": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestamp": "Fri 2025-07-11 22:17:25 EDT", "InactiveExitTimestampMonotonic": "13664652", "JobTimeoutAction": "none", "JobTimeoutUSec": "0", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "18446744073709551615", "LimitCORE": "18446744073709551615", "LimitCPU": "18446744073709551615", "LimitDATA": "18446744073709551615", "LimitFSIZE": "18446744073709551615", "LimitLOCKS": "18446744073709551615", "LimitMEMLOCK": "65536", "LimitMSGQUEUE": "819200", "LimitNICE": "0", "LimitNOFILE": "4096", "LimitNPROC": "29173", "LimitRSS": "18446744073709551615", "LimitRTPRIO": "0", "LimitRTTIME": "18446744073709551615", "LimitSIGPENDING": "29173", "LimitSTACK": "18446744073709551615", "LoadState": "loaded", "MainPID": "876", "MemoryAccounting": "no", "MemoryCurrent": "18446744073709551615", "MemoryLimit": "18446744073709551615", "MountFlags": "0", "Names": "tuned.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PIDFile": "/run/tuned/tuned.pid", "PermissionsStartOnly": "no", "PrivateDevices": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "ProtectHome": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "Requires": "polkit.service dbus.service basic.target system.slice", "Restart": "no", "RestartUSec": "100ms", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitInterval": "10000000", "StartupBlockIOWeight": "18446744073709551615", "StartupCPUShares": "18446744073709551615", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "no", "TasksCurrent": "18446744073709551615", "TasksMax": "18446744073709551615", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "dbus", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "WantedBy": "multi-user.target", "WatchdogTimestamp": "Fri 2025-07-11 22:17:25 EDT", "WatchdogTimestampMonotonic": "14335937", "WatchdogUSec": "0" } } TASK [fedora.linux_system_roles.mssql : Get the active Tuned profiles] ********* task path: /tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:483 Friday 11 July 2025 22:26:09 -0400 (0:00:00.514) 0:02:21.786 *********** 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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:489 Friday 11 July 2025 22:26:09 -0400 (0:00:00.411) 0:02:22.197 *********** 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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:502 Friday 11 July 2025 22:26:09 -0400 (0:00:00.103) 0:02:22.301 *********** 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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:514 Friday 11 July 2025 22:26:09 -0400 (0:00:00.097) 0:02:22.398 *********** 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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:523 Friday 11 July 2025 22:26:09 -0400 (0:00:00.101) 0:02:22.499 *********** 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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:540 Friday 11 July 2025 22:26:09 -0400 (0:00:00.097) 0:02:22.597 *********** 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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:548 Friday 11 July 2025 22:26:09 -0400 (0:00:00.098) 0:02:22.695 *********** 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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:556 Friday 11 July 2025 22:26:10 -0400 (0:00:00.498) 0:02:23.194 *********** 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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:565 Friday 11 July 2025 22:26:10 -0400 (0:00:00.093) 0:02:23.288 *********** ok: [managed-node2] => { "changed": false, "rc": 0, "results": [ "mssql-tools18-18.4.1.1-1.x86_64 providing mssql-tools18 is already installed", "unixODBC-devel-2.3.11-1.rh.x86_64 providing unixODBC-devel is already installed" ] } lsrpackages: mssql-tools18 unixODBC-devel TASK [Create certificates using the certificate role] ************************** task path: /tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:582 Friday 11 July 2025 22:26:11 -0400 (0:00:00.635) 0:02:23.923 *********** 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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:596 Friday 11 July 2025 22:26:11 -0400 (0:00:00.095) 0:02:24.018 *********** 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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:601 Friday 11 July 2025 22:26:11 -0400 (0:00:00.111) 0:02:24.130 *********** 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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:619 Friday 11 July 2025 22:26:11 -0400 (0:00:00.107) 0:02:24.237 *********** 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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:628 Friday 11 July 2025 22:26:11 -0400 (0:00:00.095) 0:02:24.333 *********** 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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:637 Friday 11 July 2025 22:26:11 -0400 (0:00:00.093) 0:02:24.427 *********** 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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:644 Friday 11 July 2025 22:26:11 -0400 (0:00:00.095) 0:02:24.523 *********** 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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:653 Friday 11 July 2025 22:26:11 -0400 (0:00:00.094) 0:02:24.617 *********** ok: [managed-node2] => { "changed": false, "cmd": "set -euo pipefail; grep '^forceencryption' /var/opt/mssql/mssql.conf | sed 's/forceencryption = //g'", "delta": "0:00:00.004523", "end": "2025-07-11 22:26:12.209348", "failed_when_result": false, "rc": 1, "start": "2025-07-11 22:26:12.204825" } MSG: non-zero return code TASK [fedora.linux_system_roles.mssql : Append -No to sqlcmd when TLS is not configured] *** task path: /tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:662 Friday 11 July 2025 22:26:12 -0400 (0:00:00.411) 0:02:25.029 *********** 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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:669 Friday 11 July 2025 22:26:12 -0400 (0:00:00.100) 0:02:25.130 *********** 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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:682 Friday 11 July 2025 22:26:12 -0400 (0:00:00.108) 0:02:25.238 *********** included: /tmp/collections-EQ4/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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/verify_password.yml:3 Friday 11 July 2025 22:26:12 -0400 (0:00:00.180) 0:02:25.419 *********** ok: [managed-node2] => { "changed": false, "name": "mssql-server", "state": "started", "status": { "ActiveEnterTimestamp": "Fri 2025-07-11 22:25:51 EDT", "ActiveEnterTimestampMonotonic": "520295447", "ActiveExitTimestamp": "Fri 2025-07-11 22:25:51 EDT", "ActiveExitTimestampMonotonic": "519778620", "ActiveState": "active", "After": "-.mount systemd-journald.socket system.slice network.target auditd.service basic.target", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Fri 2025-07-11 22:25:51 EDT", "AssertTimestampMonotonic": "520294803", "Before": "shutdown.target multi-user.target", "BlockIOAccounting": "no", "BlockIOWeight": "18446744073709551615", "CPUAccounting": "no", "CPUQuotaPerSecUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "18446744073709551615", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "18446744073709551615", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Fri 2025-07-11 22:25:51 EDT", "ConditionTimestampMonotonic": "520294802", "Conflicts": "shutdown.target", "ControlGroup": "/system.slice/mssql-server.service", "ControlPID": "0", "DefaultDependencies": "yes", "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", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "16116", "ExecMainStartTimestamp": "Fri 2025-07-11 22:25:51 EDT", "ExecMainStartTimestampMonotonic": "520295391", "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", "GuessMainPID": "yes", "IOScheduling": "0", "Id": "mssql-server.service", "IgnoreOnIsolate": "no", "IgnoreOnSnapshot": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestamp": "Fri 2025-07-11 22:25:51 EDT", "InactiveEnterTimestampMonotonic": "520294301", "InactiveExitTimestamp": "Fri 2025-07-11 22:25:51 EDT", "InactiveExitTimestampMonotonic": "520295447", "JobTimeoutAction": "none", "JobTimeoutUSec": "0", "KillMode": "process", "KillSignal": "15", "LimitAS": "18446744073709551615", "LimitCORE": "18446744073709551615", "LimitCPU": "18446744073709551615", "LimitDATA": "18446744073709551615", "LimitFSIZE": "18446744073709551615", "LimitLOCKS": "18446744073709551615", "LimitMEMLOCK": "65536", "LimitMSGQUEUE": "819200", "LimitNICE": "0", "LimitNOFILE": "18446744073709551615", "LimitNPROC": "18446744073709551615", "LimitRSS": "18446744073709551615", "LimitRTPRIO": "0", "LimitRTTIME": "18446744073709551615", "LimitSIGPENDING": "29173", "LimitSTACK": "18446744073709551615", "LoadState": "loaded", "MainPID": "16116", "MemoryAccounting": "no", "MemoryCurrent": "18446744073709551615", "MemoryLimit": "18446744073709551615", "MountFlags": "0", "Names": "mssql-server.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "PrivateDevices": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "ProtectHome": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "Requires": "-.mount basic.target system.slice", "RequiresMountsFor": "/var/opt/mssql", "Restart": "on-failure", "RestartUSec": "100ms", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "0", "StartLimitInterval": "0", "StartupBlockIOWeight": "18446744073709551615", "StartupCPUShares": "18446744073709551615", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "no", "TasksCurrent": "18446744073709551615", "TasksMax": "18446744073709551615", "TimeoutStartUSec": "30min", "TimeoutStopUSec": "30min", "TimerSlackNSec": "50000", "Transient": "no", "Type": "simple", "UMask": "0007", "UnitFilePreset": "disabled", "UnitFileState": "enabled", "User": "mssql", "WantedBy": "multi-user.target", "WatchdogTimestamp": "Fri 2025-07-11 22:25:51 EDT", "WatchdogTimestampMonotonic": "520295430", "WatchdogUSec": "0", "WorkingDirectory": "/var/opt/mssql" } } TASK [fedora.linux_system_roles.mssql : Check if a custom tcpport setting exist] *** task path: /tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/verify_password.yml:9 Friday 11 July 2025 22:26:13 -0400 (0:00:00.531) 0:02:25.951 *********** ok: [managed-node2] => { "changed": false, "cmd": [ "grep", "^tcpport = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.002877", "end": "2025-07-11 22:26:13.545380", "failed_when_result": false, "rc": 1, "start": "2025-07-11 22:26:13.542503" } MSG: non-zero return code TASK [fedora.linux_system_roles.mssql : Check if a custom ipaddress setting exist] *** task path: /tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/verify_password.yml:15 Friday 11 July 2025 22:26:13 -0400 (0:00:00.410) 0:02:26.361 *********** ok: [managed-node2] => { "changed": false, "cmd": [ "grep", "^ipaddress = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003679", "end": "2025-07-11 22:26:13.956238", "failed_when_result": false, "rc": 0, "start": "2025-07-11 22:26:13.952559" } STDOUT: ipaddress = 0.0.0.0 TASK [fedora.linux_system_roles.mssql : Set a fact with a login command] ******* task path: /tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/verify_password.yml:21 Friday 11 July 2025 22:26:14 -0400 (0:00:00.417) 0:02:26.778 *********** 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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:686 Friday 11 July 2025 22:26:14 -0400 (0:00:00.205) 0:02:26.984 *********** ok: [managed-node2] => { "changed": false, "elapsed": 1, "gid": 994, "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": 11207, "state": "file", "uid": 996 } TASK [fedora.linux_system_roles.mssql : Check if the set password matches the existing password] *** task path: /tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:692 Friday 11 July 2025 22:26:15 -0400 (0:00:01.536) 0:02:28.521 *********** 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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:701 Friday 11 July 2025 22:26:16 -0400 (0:00:00.403) 0:02:28.925 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Gather package facts] ****************** task path: /tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:710 Friday 11 July 2025 22:26:16 -0400 (0:00:00.095) 0:02:29.020 *********** 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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:718 Friday 11 July 2025 22:26:17 -0400 (0:00:01.309) 0:02:30.329 *********** 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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:739 Friday 11 July 2025 22:26:17 -0400 (0:00:00.116) 0:02:30.445 *********** 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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:748 Friday 11 July 2025 22:26:17 -0400 (0:00:00.099) 0:02:30.544 *********** 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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:761 Friday 11 July 2025 22:26:17 -0400 (0:00:00.085) 0:02:30.630 *********** 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.004688", "end": "2025-07-11 22:26:18.204782", "rc": 0, "start": "2025-07-11 22:26:18.200094" } STDOUT: true TASK [fedora.linux_system_roles.mssql : Ensure that the mssql-server service is stopped] *** task path: /tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:776 Friday 11 July 2025 22:26:18 -0400 (0:00:00.459) 0:02:31.089 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Gather package facts] ****************** task path: /tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:785 Friday 11 July 2025 22:26:18 -0400 (0:00:00.103) 0:02:31.193 *********** 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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:791 Friday 11 July 2025 22:26:19 -0400 (0:00:01.299) 0:02:32.492 *********** 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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:810 Friday 11 July 2025 22:26:19 -0400 (0:00:00.073) 0:02:32.565 *********** included: /tmp/collections-EQ4/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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:3 Friday 11 July 2025 22:26:19 -0400 (0:00:00.130) 0:02:32.696 *********** ok: [managed-node2] => { "changed": false, "cmd": [ "grep", "^ipaddress = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003795", "end": "2025-07-11 22:26:20.285950", "failed_when_result": false, "rc": 0, "start": "2025-07-11 22:26:20.282155" } STDOUT: ipaddress = 0.0.0.0 TASK [fedora.linux_system_roles.mssql : Configure the setting network ipaddress] *** task path: /tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:12 Friday 11 July 2025 22:26:20 -0400 (0:00:00.399) 0:02:33.095 *********** 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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:42 Friday 11 July 2025 22:26:20 -0400 (0:00:00.094) 0:02:33.189 *********** 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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:817 Friday 11 July 2025 22:26:20 -0400 (0:00:00.080) 0:02:33.270 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Open the TCP port 1433] ************************************************** task path: /tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:824 Friday 11 July 2025 22:26:20 -0400 (0:00:00.075) 0:02:33.345 *********** 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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:836 Friday 11 July 2025 22:26:20 -0400 (0:00:00.064) 0:02:33.409 *********** included: /tmp/collections-EQ4/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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:3 Friday 11 July 2025 22:26:20 -0400 (0:00:00.164) 0:02:33.574 *********** ok: [managed-node2] => { "changed": false, "cmd": [ "grep", "^tcpport = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:01.003999", "end": "2025-07-11 22:26:22.185456", "failed_when_result": false, "rc": 1, "start": "2025-07-11 22:26:21.181457" } MSG: non-zero return code TASK [fedora.linux_system_roles.mssql : Configure the setting network tcpport] *** task path: /tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:12 Friday 11 July 2025 22:26:22 -0400 (0:00:01.400) 0:02:34.974 *********** ok: [managed-node2] => { "changed": false, "cmd": [ "/opt/mssql/bin/mssql-conf", "set", "network.tcpport", "1433" ], "delta": "0:00:00.117722", "end": "2025-07-11 22:26:22.731509", "failed_when_result": false, "rc": 0, "start": "2025-07-11 22:26:22.613787" } 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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:42 Friday 11 July 2025 22:26:22 -0400 (0:00:00.601) 0:02:35.576 *********** 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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:842 Friday 11 July 2025 22:26:22 -0400 (0:00:00.109) 0:02:35.685 *********** 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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:862 Friday 11 July 2025 22:26:23 -0400 (0:00:00.105) 0:02:35.791 *********** included: /tmp/collections-EQ4/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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:3 Friday 11 July 2025 22:26:23 -0400 (0:00:00.169) 0:02:35.960 *********** ok: [managed-node2] => { "changed": false, "cmd": [ "grep", "^enabled = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003094", "end": "2025-07-11 22:26:23.523426", "failed_when_result": false, "rc": 0, "start": "2025-07-11 22:26:23.520332" } STDOUT: enabled = True TASK [fedora.linux_system_roles.mssql : Configure the setting sqlagent enabled] *** task path: /tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:12 Friday 11 July 2025 22:26:23 -0400 (0:00:00.350) 0:02:36.311 *********** 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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:42 Friday 11 July 2025 22:26:23 -0400 (0:00:00.070) 0:02:36.381 *********** 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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:869 Friday 11 July 2025 22:26:23 -0400 (0:00:00.062) 0:02:36.443 *********** ok: [managed-node2] => { "changed": false, "rc": 0, "results": [ "mssql-server-fts-15.0.4375.4-1.x86_64 providing mssql-server-fts is already installed" ] } lsrpackages: mssql-server-fts TASK [fedora.linux_system_roles.mssql : Ensure the package powershell] ********* task path: /tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:876 Friday 11 July 2025 22:26:24 -0400 (0:00:00.589) 0:02:37.033 *********** ok: [managed-node2] => { "changed": false, "rc": 0, "results": [ "powershell-7.3.12-1.rh.x86_64 providing powershell is already installed" ] } lsrpackages: powershell TASK [fedora.linux_system_roles.mssql : Check if the 3979 trace flag is enabled] *** task path: /tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:885 Friday 11 July 2025 22:26:24 -0400 (0:00:00.605) 0:02:37.638 *********** ok: [managed-node2] => { "changed": false, "cmd": [ "grep", "^traceflag[0-9] = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003363", "end": "2025-07-11 22:26:25.189528", "failed_when_result": false, "rc": 0, "start": "2025-07-11 22:26:25.186165" } STDOUT: traceflag0 = 3979 TASK [fedora.linux_system_roles.mssql : Set the 3979 traceflag] **************** task path: /tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:891 Friday 11 July 2025 22:26:25 -0400 (0:00:00.346) 0:02:37.984 *********** 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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:898 Friday 11 July 2025 22:26:25 -0400 (0:00:00.067) 0:02:38.051 *********** 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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:906 Friday 11 July 2025 22:26:25 -0400 (0:00:00.062) 0:02:38.114 *********** included: /tmp/collections-EQ4/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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:3 Friday 11 July 2025 22:26:25 -0400 (0:00:00.112) 0:02:38.226 *********** ok: [managed-node2] => { "changed": false, "cmd": [ "grep", "^alternatewritethrough = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003548", "end": "2025-07-11 22:26:25.785084", "failed_when_result": false, "rc": 0, "start": "2025-07-11 22:26:25.781536" } STDOUT: alternatewritethrough = 0 TASK [fedora.linux_system_roles.mssql : Configure the setting control alternatewritethrough] *** task path: /tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:12 Friday 11 July 2025 22:26:25 -0400 (0:00:00.384) 0:02:38.611 *********** 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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:42 Friday 11 July 2025 22:26:26 -0400 (0:00:00.107) 0:02:38.719 *********** 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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:912 Friday 11 July 2025 22:26:26 -0400 (0:00:00.096) 0:02:38.815 *********** included: /tmp/collections-EQ4/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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:3 Friday 11 July 2025 22:26:26 -0400 (0:00:00.180) 0:02:38.996 *********** ok: [managed-node2] => { "changed": false, "cmd": [ "grep", "^writethrough = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003025", "end": "2025-07-11 22:26:26.588906", "failed_when_result": false, "rc": 0, "start": "2025-07-11 22:26:26.585881" } STDOUT: writethrough = 1 TASK [fedora.linux_system_roles.mssql : Configure the setting control writethrough] *** task path: /tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:12 Friday 11 July 2025 22:26:26 -0400 (0:00:00.380) 0:02:39.377 *********** 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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:42 Friday 11 July 2025 22:26:26 -0400 (0:00:00.090) 0:02:39.467 *********** 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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:922 Friday 11 July 2025 22:26:26 -0400 (0:00:00.097) 0:02:39.564 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Join to realm {{ ad_integration_realm }}] ******************************** task path: /tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:930 Friday 11 July 2025 22:26:26 -0400 (0:00:00.092) 0:02:39.656 *********** 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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:938 Friday 11 July 2025 22:26:27 -0400 (0:00:00.094) 0:02:39.750 *********** 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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:945 Friday 11 July 2025 22:26:27 -0400 (0:00:00.095) 0:02:39.846 *********** 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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:952 Friday 11 July 2025 22:26:27 -0400 (0:00:00.099) 0:02:39.945 *********** 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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:961 Friday 11 July 2025 22:26:27 -0400 (0:00:00.084) 0:02:40.029 *********** 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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:974 Friday 11 July 2025 22:26:27 -0400 (0:00:00.087) 0:02:40.116 *********** 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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:983 Friday 11 July 2025 22:26:27 -0400 (0:00:00.070) 0:02:40.187 *********** 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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:997 Friday 11 July 2025 22:26:27 -0400 (0:00:00.152) 0:02:40.340 *********** 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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1007 Friday 11 July 2025 22:26:27 -0400 (0:00:00.096) 0:02:40.436 *********** 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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1012 Friday 11 July 2025 22:26:27 -0400 (0:00:00.100) 0:02:40.537 *********** 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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1029 Friday 11 July 2025 22:26:27 -0400 (0:00:00.090) 0:02:40.628 *********** 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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1034 Friday 11 July 2025 22:26:28 -0400 (0:00:00.093) 0:02:40.721 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Get keytab properties] ***************** task path: /tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1039 Friday 11 July 2025 22:26:28 -0400 (0:00:00.098) 0:02:40.820 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Create keytab] ************************* task path: /tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1045 Friday 11 July 2025 22:26:28 -0400 (0:00:00.084) 0:02:40.904 *********** 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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1071 Friday 11 July 2025 22:26:28 -0400 (0:00:00.081) 0:02:40.986 *********** 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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1092 Friday 11 July 2025 22:26:28 -0400 (0:00:00.073) 0:02:41.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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1100 Friday 11 July 2025 22:26:28 -0400 (0:00:00.073) 0:02:41.133 *********** 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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1110 Friday 11 July 2025 22:26:28 -0400 (0:00:00.060) 0:02:41.193 *********** 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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1116 Friday 11 July 2025 22:26:28 -0400 (0:00:00.080) 0:02:41.274 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Mark active hosts] ********************* task path: /tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1133 Friday 11 July 2025 22:26:28 -0400 (0:00:00.092) 0:02:41.366 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Fail if any hosts are no longer active] *** task path: /tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1137 Friday 11 July 2025 22:26:28 -0400 (0:00:00.091) 0:02:41.458 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Unset __mssql_is_active] *************** task path: /tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1152 Friday 11 July 2025 22:26:28 -0400 (0:00:00.098) 0:02:41.557 *********** 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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1158 Friday 11 July 2025 22:26:28 -0400 (0:00:00.096) 0:02:41.653 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Set host variables] ******************** task path: /tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1178 Friday 11 July 2025 22:26:29 -0400 (0:00:00.099) 0:02:41.753 *********** 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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1231 Friday 11 July 2025 22:26:29 -0400 (0:00:00.095) 0:02:41.848 *********** 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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1238 Friday 11 July 2025 22:26:29 -0400 (0:00:00.098) 0:02:41.946 *********** 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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1245 Friday 11 July 2025 22:26:29 -0400 (0:00:00.130) 0:02:42.076 *********** 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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1257 Friday 11 July 2025 22:26:29 -0400 (0:00:00.094) 0:02:42.171 *********** 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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1263 Friday 11 July 2025 22:26:29 -0400 (0:00:00.097) 0:02:42.268 *********** 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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1271 Friday 11 July 2025 22:26:29 -0400 (0:00:00.117) 0:02:42.385 *********** 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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1280 Friday 11 July 2025 22:26:29 -0400 (0:00:00.096) 0:02:42.482 *********** 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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1288 Friday 11 July 2025 22:26:29 -0400 (0:00:00.095) 0:02:42.577 *********** skipping: [managed-node2] => (item={u'key': u'cert', u'value': u'/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={u'key': u'key', u'value': u'/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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1302 Friday 11 July 2025 22:26:30 -0400 (0:00:00.209) 0:02:42.786 *********** 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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1308 Friday 11 July 2025 22:26:30 -0400 (0:00:00.096) 0:02:42.883 *********** 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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1330 Friday 11 July 2025 22:26:30 -0400 (0:00:00.097) 0:02:42.980 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Configure ag] ************************** task path: /tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1340 Friday 11 July 2025 22:26:30 -0400 (0:00:00.110) 0:02:43.091 *********** 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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1347 Friday 11 July 2025 22:26:30 -0400 (0:00:00.100) 0:02:43.191 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Replicate DBs] ************************* task path: /tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1356 Friday 11 July 2025 22:26:30 -0400 (0:00:00.102) 0:02:43.293 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Mark active hosts] ********************* task path: /tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1363 Friday 11 July 2025 22:26:30 -0400 (0:00:00.098) 0:02:43.392 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Fail if any hosts are no longer active] *** task path: /tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1367 Friday 11 July 2025 22:26:30 -0400 (0:00:00.094) 0:02:43.486 *********** 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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1384 Friday 11 July 2025 22:26:30 -0400 (0:00:00.101) 0:02:43.587 *********** 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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1397 Friday 11 July 2025 22:26:30 -0400 (0:00:00.098) 0:02:43.686 *********** 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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1404 Friday 11 July 2025 22:26:31 -0400 (0:00:00.099) 0:02:43.785 *********** 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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1411 Friday 11 July 2025 22:26:31 -0400 (0:00:00.097) 0:02:43.883 *********** 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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1420 Friday 11 July 2025 22:26:31 -0400 (0:00:00.097) 0:02:43.980 *********** 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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1427 Friday 11 July 2025 22:26:31 -0400 (0:00:00.090) 0:02:44.071 *********** skipping: [managed-node2] => (item={u'key': u'cert', u'value': u'/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={u'key': u'key', u'value': u'/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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1439 Friday 11 July 2025 22:26:31 -0400 (0:00:00.114) 0:02:44.185 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Create HA login] *********************** task path: /tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1448 Friday 11 July 2025 22:26:31 -0400 (0:00:00.115) 0:02:44.301 *********** 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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1455 Friday 11 July 2025 22:26:31 -0400 (0:00:00.093) 0:02:44.395 *********** 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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1461 Friday 11 July 2025 22:26:31 -0400 (0:00:00.092) 0:02:44.487 *********** 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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1469 Friday 11 July 2025 22:26:31 -0400 (0:00:00.094) 0:02:44.581 *********** 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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1482 Friday 11 July 2025 22:26:31 -0400 (0:00:00.104) 0:02:44.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 [Run ha_cluster to configure pacemaker] *********************************** task path: /tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1494 Friday 11 July 2025 22:26:32 -0400 (0:00:00.088) 0:02:44.775 *********** 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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1499 Friday 11 July 2025 22:26:32 -0400 (0:00:00.093) 0:02:44.868 *********** 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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1507 Friday 11 July 2025 22:26:32 -0400 (0:00:00.092) 0:02:44.961 *********** 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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1516 Friday 11 July 2025 22:26:32 -0400 (0:00:00.093) 0:02:45.054 *********** 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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1529 Friday 11 July 2025 22:26:33 -0400 (0:00:00.694) 0:02:45.749 *********** 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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1536 Friday 11 July 2025 22:26:33 -0400 (0:00:00.175) 0:02:45.925 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify settings] ********************************************************* task path: /tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/tests_idempotency.yml:38 Friday 11 July 2025 22:26:33 -0400 (0:00:00.093) 0:02:46.018 *********** included: /tmp/collections-EQ4/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-EQ4/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:10 Friday 11 July 2025 22:26:33 -0400 (0:00:00.591) 0:02:46.609 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get server edition on booted systems] ************************************ task path: /tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:19 Friday 11 July 2025 22:26:33 -0400 (0:00:00.087) 0:02:46.697 *********** 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.006152", "end": "2025-07-11 22:26:34.302657", "rc": 0, "start": "2025-07-11 22:26:34.296505" } STDOUT: 2025-07-11 22:25:53.95 Server Microsoft SQL Server 2019 (RTM-CU27) (KB5037331) - 15.0.4375.4 (X64) Jun 10 2024 18:00:07 Copyright (C) 2019 Microsoft Corporation Enterprise Evaluation Edition (64-bit) on Linux (CentOS Linux 7 (Core)) 2025-07-11 22:25:53.95 Server UTC adjustment: -4:00 2025-07-11 22:25:53.95 Server (c) Microsoft Corporation. 2025-07-11 22:25:53.95 Server All rights reserved. 2025-07-11 22:25:53.95 Server Server process ID is 400. 2025-07-11 22:25:53.96 Server Logging SQL Server messages in file '/var/opt/mssql/log/errorlog'. 2025-07-11 22:25:53.96 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-07-11 22:25:53.96 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-07-11 22:25:53.96 Server SQL Server is starting at normal priority base (=7). This is an informational message only. No user action is required. 2025-07-11 22:25:53.96 Server Detected 5852 MB of RAM. This is an informational message; no user action is required. 2025-07-11 22:25:53.96 Server Using conventional memory in the memory manager. 2025-07-11 22:25:53.97 Server Page exclusion bitmap is enabled. 2025-07-11 22:25:53.99 Server Buffer pool extension is not supported on Linux platform. 2025-07-11 22:25:53.99 Server Buffer Pool: Allocating 1048576 bytes for 858736 hashPages. 2025-07-11 22:25:54.09 Server Buffer pool extension is already disabled. No action is necessary. 2025-07-11 22:25:54.29 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-07-11 22:25:54.30 Server Query Store settings initialized with enabled = 1, 2025-07-11 22:25:54.31 Server The maximum number of dedicated administrator connections for this instance is '1' 2025-07-11 22:25:54.32 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-07-11 22:25:54.33 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-07-11 22:25:54.34 Server In-Memory OLTP initialized on lowend machine. 2025-07-11 22:25:54.36 Server [INFO] Created Extended Events session 'hkenginexesession' 2025-07-11 22:25:54.36 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-07-11 22:25:54.36 Server Total Log Writer threads: 2. This is an informational message; no user action is required. 2025-07-11 22:25:54.37 Server clflush is selected for pmem flush operation. 2025-07-11 22:25:54.37 Server Software Usage Metrics is disabled. 2025-07-11 22:25:54.39 spid9s [1]. Feature Status: PVS: 0. CTR: 0. ConcurrentPFSUpdate: 1. 2025-07-11 22:25:54.39 spid9s Starting up database 'master'. 2025-07-11 22:25:54.47 Server CLR version v4.0.30319 loaded. 2025-07-11 22:25:54.79 spid9s Resource governor reconfiguration succeeded. 2025-07-11 22:25:54.79 spid9s SQL Server Audit is starting the audits. This is an informational message. No user action is required. 2025-07-11 22:25:54.80 spid9s SQL Server Audit has started the audits. This is an informational message. No user action is required. 2025-07-11 22:25:54.84 Server Common language runtime (CLR) functionality initialized. 2025-07-11 22:25:54.85 spid9s SQL Trace ID 1 was started by login "sa". 2025-07-11 22:25:54.85 spid9s Server name is 'managed-node2'. This is an informational message only. No user action is required. 2025-07-11 22:25:54.93 spid23s A self-generated certificate was successfully loaded for encryption. 2025-07-11 22:25:54.93 spid23s Server is listening on [ 0.0.0.0 1433]. 2025-07-11 22:25:54.94 Server Server is listening on [ ::1 1434]. 2025-07-11 22:25:54.94 Server Server is listening on [ 127.0.0.1 1434]. 2025-07-11 22:25:54.94 Server Dedicated admin connection support was established for listening locally on port 1434. 2025-07-11 22:25:54.95 spid23s Server is listening on [ ::1 1431]. 2025-07-11 22:25:54.95 spid23s Server is listening on [ 127.0.0.1 1431]. 2025-07-11 22:25:54.95 spid23s SQL Server is now ready for client connections. This is an informational message; no user action is required. 2025-07-11 22:25:57.50 spid24s A new instance of the full-text filter daemon host process has been successfully started. 2025-07-11 22:25:57.56 spid28s Always On: The availability replica manager is starting. This is an informational message only. No user action is required. 2025-07-11 22:25:57.57 spid28s 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-07-11 22:25:57.57 spid9s [4]. Feature Status: PVS: 0. CTR: 0. ConcurrentPFSUpdate: 1. 2025-07-11 22:25:57.57 spid12s [32767]. Feature Status: PVS: 0. CTR: 0. ConcurrentPFSUpdate: 1. 2025-07-11 22:25:57.57 spid9s Starting up database 'msdb'. 2025-07-11 22:25:57.57 spid12s Starting up database 'mssqlsystemresource'. 2025-07-11 22:25:57.58 spid12s The resource database build version is 15.00.4375. This is an informational message only. No user action is required. 2025-07-11 22:25:57.60 spid12s [3]. Feature Status: PVS: 0. CTR: 0. ConcurrentPFSUpdate: 1. 2025-07-11 22:25:57.61 spid12s Starting up database 'model'. 2025-07-11 22:25:57.69 spid12s Clearing tempdb database. 2025-07-11 22:25:57.82 spid12s [2]. Feature Status: PVS: 0. CTR: 0. ConcurrentPFSUpdate: 1. 2025-07-11 22:25:57.82 spid12s Starting up database 'tempdb'. 2025-07-11 22:25:58.07 spid12s The tempdb database has 4 data file(s). 2025-07-11 22:25:58.08 spid26s The Service Broker endpoint is in disabled or stopped state. 2025-07-11 22:25:58.08 spid26s The Database Mirroring endpoint is in disabled or stopped state. 2025-07-11 22:25:58.09 spid26s Service Broker manager has started. 2025-07-11 22:25:58.10 spid9s Recovery is complete. This is an informational message only. No user action is required. 2025-07-11 22:25:58.32 Logon Error: 18456, Severity: 14, State: 5. 2025-07-11 22:25:58.32 Logon Login failed for user 'NT AUTHORITY\ANONYMOUS LOGON'. Reason: Could not find a login matching the name provided. [CLIENT: 127.0.0.1] 2025-07-11 22:25:59.36 Logon Error: 18456, Severity: 14, State: 5. 2025-07-11 22:25:59.36 Logon Login failed for user 'NT AUTHORITY\ANONYMOUS LOGON'. Reason: Could not find a login matching the name provided. [CLIENT: 127.0.0.1] 2025-07-11 22:26:00.38 Logon Error: 18456, Severity: 14, State: 5. 2025-07-11 22:26:00.38 Logon Login failed for user 'NT AUTHORITY\ANONYMOUS LOGON'. Reason: Could not find a login matching the name provided. [CLIENT: 127.0.0.1] 2025-07-11 22:26:01.42 Logon Error: 18456, Severity: 14, State: 5. 2025-07-11 22:26:01.42 Logon Login failed for user 'NT AUTHORITY\ANONYMOUS LOGON'. Reason: Could not find a login matching the name provided. [CLIENT: 127.0.0.1] 2025-07-11 22:26:02.45 Logon Error: 18456, Severity: 14, State: 5. 2025-07-11 22:26:02.45 Logon Login failed for user 'NT AUTHORITY\ANONYMOUS LOGON'. Reason: Could not find a login matching the name provided. [CLIENT: 127.0.0.1] 2025-07-11 22:26:03.48 Logon Error: 18456, Severity: 14, State: 5. 2025-07-11 22:26:03.48 Logon Login failed for user 'NT AUTHORITY\ANONYMOUS LOGON'. Reason: Could not find a login matching the name provided. [CLIENT: 127.0.0.1] 2025-07-11 22:26:04.51 Logon Error: 18456, Severity: 14, State: 5. 2025-07-11 22:26:04.51 Logon Login failed for user 'NT AUTHORITY\ANONYMOUS LOGON'. Reason: Could not find a login matching the name provided. [CLIENT: 127.0.0.1] 2025-07-11 22:26:05.54 Logon Error: 18456, Severity: 14, State: 5. 2025-07-11 22:26:05.54 Logon Login failed for user 'NT AUTHORITY\ANONYMOUS LOGON'. Reason: Could not find a login matching the name provided. [CLIENT: 127.0.0.1] 2025-07-11 22:26:06.57 Logon Error: 18456, Severity: 14, State: 5. 2025-07-11 22:26:06.57 Logon Login failed for user 'NT AUTHORITY\ANONYMOUS LOGON'. Reason: Could not find a login matching the name provided. [CLIENT: 127.0.0.1] 2025-07-11 22:26:07.60 Logon Error: 18456, Severity: 14, State: 5. 2025-07-11 22:26:07.60 Logon Login failed for user 'NT AUTHORITY\ANONYMOUS LOGON'. Reason: Could not find a login matching the name provided. [CLIENT: 127.0.0.1] 2025-07-11 22:26:08.63 Logon Error: 18456, Severity: 14, State: 5. 2025-07-11 22:26:08.63 Logon Login failed for user 'NT AUTHORITY\ANONYMOUS LOGON'. Reason: Could not find a login matching the name provided. [CLIENT: 127.0.0.1] 2025-07-11 22:26:09.66 Logon Error: 18456, Severity: 14, State: 5. 2025-07-11 22:26:09.66 Logon Login failed for user 'NT AUTHORITY\ANONYMOUS LOGON'. Reason: Could not find a login matching the name provided. [CLIENT: 127.0.0.1] 2025-07-11 22:26:10.70 Logon Error: 18456, Severity: 14, State: 5. 2025-07-11 22:26:10.70 Logon Login failed for user 'NT AUTHORITY\ANONYMOUS LOGON'. Reason: Could not find a login matching the name provided. [CLIENT: 127.0.0.1] 2025-07-11 22:26:11.73 Logon Error: 18456, Severity: 14, State: 5. 2025-07-11 22:26:11.73 Logon Login failed for user 'NT AUTHORITY\ANONYMOUS LOGON'. Reason: Could not find a login matching the name provided. [CLIENT: 127.0.0.1] 2025-07-11 22:26:12.76 Logon Error: 18456, Severity: 14, State: 5. 2025-07-11 22:26:12.76 Logon Login failed for user 'NT AUTHORITY\ANONYMOUS LOGON'. Reason: Could not find a login matching the name provided. [CLIENT: 127.0.0.1] 2025-07-11 22:26:12.79 Logon Error: 18456, Severity: 14, State: 5. 2025-07-11 22:26:12.79 Logon Login failed for user 'NT AUTHORITY\ANONYMOUS LOGON'. Reason: Could not find a login matching the name provided. [CLIENT: 127.0.0.1] TASK [Verify that the edition matches] ***************************************** task path: /tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:33 Friday 11 July 2025 22:26:34 -0400 (0:00:00.398) 0:02:47.096 *********** ok: [managed-node2] => { "changed": false } MSG: All assertions passed TASK [Verify the setting {{ item.key }}] *************************************** task path: /tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:39 Friday 11 July 2025 22:26:34 -0400 (0:00:00.073) 0:02:47.170 *********** included: /tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml for managed-node2 included: /tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml for managed-node2 included: /tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml for managed-node2 included: /tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml for managed-node2 included: /tmp/collections-EQ4/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-EQ4/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml:7 Friday 11 July 2025 22:26:34 -0400 (0:00:00.167) 0:02:47.337 *********** ok: [managed-node2] => { "changed": false, "cmd": "grep '^ipaddress' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004589", "end": "2025-07-11 22:26:34.895184", "rc": 0, "start": "2025-07-11 22:26:34.890595" } STDOUT: ipaddress = 0.0.0.0 TASK [Verify the setting when it is type str ipaddress] ************************ task path: /tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml:14 Friday 11 July 2025 22:26:35 -0400 (0:00:00.376) 0:02:47.713 *********** ok: [managed-node2] => { "changed": false } MSG: All assertions passed TASK [Verify the setting when it is type bool ipaddress] *********************** task path: /tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml:25 Friday 11 July 2025 22:26:35 -0400 (0:00:00.125) 0:02:47.839 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that tcpport = 0.0.0.0] ******************************************* task path: /tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml:40 Friday 11 July 2025 22:26:35 -0400 (0:00:00.095) 0:02:47.934 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the value of the setting defaultdatadir] ***************************** task path: /tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml:7 Friday 11 July 2025 22:26:35 -0400 (0:00:00.128) 0:02:48.063 *********** ok: [managed-node2] => { "changed": false, "cmd": "grep '^defaultdatadir' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004695", "end": "2025-07-11 22:26:35.706420", "rc": 0, "start": "2025-07-11 22:26:35.701725" } STDOUT: defaultdatadir = /tmp/mssql_data TASK [Verify the setting when it is type str defaultdatadir] ******************* task path: /tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml:14 Friday 11 July 2025 22:26:35 -0400 (0:00:00.542) 0:02:48.606 *********** ok: [managed-node2] => { "changed": false } MSG: All assertions passed TASK [Verify the setting when it is type bool defaultdatadir] ****************** task path: /tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml:25 Friday 11 July 2025 22:26:36 -0400 (0:00:00.153) 0:02:48.759 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that tcpport = /tmp/mssql_data] *********************************** task path: /tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml:40 Friday 11 July 2025 22:26:36 -0400 (0:00:00.115) 0:02:48.874 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the value of the setting enabled] ************************************ task path: /tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml:7 Friday 11 July 2025 22:26:36 -0400 (0:00:00.194) 0:02:49.069 *********** ok: [managed-node2] => { "changed": false, "cmd": "grep '^enabled' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004053", "end": "2025-07-11 22:26:36.682526", "rc": 0, "start": "2025-07-11 22:26:36.678473" } STDOUT: enabled = True TASK [Verify the setting when it is type str enabled] ************************** task path: /tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml:14 Friday 11 July 2025 22:26:36 -0400 (0:00:00.432) 0:02:49.502 *********** 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-EQ4/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml:25 Friday 11 July 2025 22:26:37 -0400 (0:00:00.203) 0:02:49.705 *********** ok: [managed-node2] => { "changed": false } MSG: All assertions passed TASK [Verify that tcpport = True] ********************************************** task path: /tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml:40 Friday 11 July 2025 22:26:37 -0400 (0:00:00.255) 0:02:49.961 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the value of the setting defaultlogdir] ****************************** task path: /tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml:7 Friday 11 July 2025 22:26:37 -0400 (0:00:00.121) 0:02:50.083 *********** ok: [managed-node2] => { "changed": false, "cmd": "grep '^defaultlogdir' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004171", "end": "2025-07-11 22:26:37.704219", "rc": 0, "start": "2025-07-11 22:26:37.700048" } STDOUT: defaultlogdir = /tmp/mssql_log TASK [Verify the setting when it is type str defaultlogdir] ******************** task path: /tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml:14 Friday 11 July 2025 22:26:37 -0400 (0:00:00.452) 0:02:50.536 *********** ok: [managed-node2] => { "changed": false } MSG: All assertions passed TASK [Verify the setting when it is type bool defaultlogdir] ******************* task path: /tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml:25 Friday 11 July 2025 22:26:37 -0400 (0:00:00.119) 0:02:50.656 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that tcpport = /tmp/mssql_log] ************************************ task path: /tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml:40 Friday 11 July 2025 22:26:38 -0400 (0:00:00.081) 0:02:50.737 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the value of the setting tcpport] ************************************ task path: /tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml:7 Friday 11 July 2025 22:26:38 -0400 (0:00:00.086) 0:02:50.824 *********** ok: [managed-node2] => { "changed": false, "cmd": "grep '^tcpport' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004099", "end": "2025-07-11 22:26:38.375527", "rc": 0, "start": "2025-07-11 22:26:38.371428" } TASK [Verify the setting when it is type str tcpport] ************************** task path: /tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml:14 Friday 11 July 2025 22:26:38 -0400 (0:00:00.347) 0:02:51.171 *********** 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-EQ4/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml:25 Friday 11 July 2025 22:26:38 -0400 (0:00:00.103) 0:02:51.275 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that tcpport = 1433] ********************************************** task path: /tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml:40 Friday 11 July 2025 22:26:38 -0400 (0:00:00.085) 0:02:51.361 *********** ok: [managed-node2] => { "changed": false } MSG: All assertions passed TASK [Get stat of mssql_datadir] *********************************************** task path: /tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:55 Friday 11 July 2025 22:26:38 -0400 (0:00:00.091) 0:02:51.452 *********** 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-EQ4/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:60 Friday 11 July 2025 22:26:38 -0400 (0:00:00.083) 0:02:51.536 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get stat of mssql_logdir] ************************************************ task path: /tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:70 Friday 11 July 2025 22:26:38 -0400 (0:00:00.060) 0:02:51.597 *********** 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-EQ4/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:75 Friday 11 July 2025 22:26:38 -0400 (0:00:00.064) 0:02:51.661 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Prepare MSSQL and facts for logging in] ********************************** task path: /tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:85 Friday 11 July 2025 22:26:39 -0400 (0:00:00.060) 0:02:51.722 *********** TASK [fedora.linux_system_roles.mssql : Ensure that the mssql-server service is started] *** task path: /tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/verify_password.yml:3 Friday 11 July 2025 22:26:39 -0400 (0:00:00.148) 0:02:51.871 *********** ok: [managed-node2] => { "changed": false, "name": "mssql-server", "state": "started", "status": { "ActiveEnterTimestamp": "Fri 2025-07-11 22:25:51 EDT", "ActiveEnterTimestampMonotonic": "520295447", "ActiveExitTimestamp": "Fri 2025-07-11 22:25:51 EDT", "ActiveExitTimestampMonotonic": "519778620", "ActiveState": "active", "After": "-.mount systemd-journald.socket system.slice network.target auditd.service basic.target", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Fri 2025-07-11 22:25:51 EDT", "AssertTimestampMonotonic": "520294803", "Before": "shutdown.target multi-user.target", "BlockIOAccounting": "no", "BlockIOWeight": "18446744073709551615", "CPUAccounting": "no", "CPUQuotaPerSecUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "18446744073709551615", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "18446744073709551615", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Fri 2025-07-11 22:25:51 EDT", "ConditionTimestampMonotonic": "520294802", "Conflicts": "shutdown.target", "ControlGroup": "/system.slice/mssql-server.service", "ControlPID": "0", "DefaultDependencies": "yes", "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", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "16116", "ExecMainStartTimestamp": "Fri 2025-07-11 22:25:51 EDT", "ExecMainStartTimestampMonotonic": "520295391", "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", "GuessMainPID": "yes", "IOScheduling": "0", "Id": "mssql-server.service", "IgnoreOnIsolate": "no", "IgnoreOnSnapshot": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestamp": "Fri 2025-07-11 22:25:51 EDT", "InactiveEnterTimestampMonotonic": "520294301", "InactiveExitTimestamp": "Fri 2025-07-11 22:25:51 EDT", "InactiveExitTimestampMonotonic": "520295447", "JobTimeoutAction": "none", "JobTimeoutUSec": "0", "KillMode": "process", "KillSignal": "15", "LimitAS": "18446744073709551615", "LimitCORE": "18446744073709551615", "LimitCPU": "18446744073709551615", "LimitDATA": "18446744073709551615", "LimitFSIZE": "18446744073709551615", "LimitLOCKS": "18446744073709551615", "LimitMEMLOCK": "65536", "LimitMSGQUEUE": "819200", "LimitNICE": "0", "LimitNOFILE": "18446744073709551615", "LimitNPROC": "18446744073709551615", "LimitRSS": "18446744073709551615", "LimitRTPRIO": "0", "LimitRTTIME": "18446744073709551615", "LimitSIGPENDING": "29173", "LimitSTACK": "18446744073709551615", "LoadState": "loaded", "MainPID": "16116", "MemoryAccounting": "no", "MemoryCurrent": "18446744073709551615", "MemoryLimit": "18446744073709551615", "MountFlags": "0", "Names": "mssql-server.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "PrivateDevices": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "ProtectHome": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "Requires": "-.mount basic.target system.slice", "RequiresMountsFor": "/var/opt/mssql", "Restart": "on-failure", "RestartUSec": "100ms", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "0", "StartLimitInterval": "0", "StartupBlockIOWeight": "18446744073709551615", "StartupCPUShares": "18446744073709551615", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "no", "TasksCurrent": "18446744073709551615", "TasksMax": "18446744073709551615", "TimeoutStartUSec": "30min", "TimeoutStopUSec": "30min", "TimerSlackNSec": "50000", "Transient": "no", "Type": "simple", "UMask": "0007", "UnitFilePreset": "disabled", "UnitFileState": "enabled", "User": "mssql", "WantedBy": "multi-user.target", "WatchdogTimestamp": "Fri 2025-07-11 22:25:51 EDT", "WatchdogTimestampMonotonic": "520295430", "WatchdogUSec": "0", "WorkingDirectory": "/var/opt/mssql" } } TASK [fedora.linux_system_roles.mssql : Check if a custom tcpport setting exist] *** task path: /tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/verify_password.yml:9 Friday 11 July 2025 22:26:39 -0400 (0:00:00.494) 0:02:52.365 *********** ok: [managed-node2] => { "changed": false, "cmd": [ "grep", "^tcpport = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.002962", "end": "2025-07-11 22:26:39.934376", "failed_when_result": false, "rc": 1, "start": "2025-07-11 22:26:39.931414" } MSG: non-zero return code TASK [fedora.linux_system_roles.mssql : Check if a custom ipaddress setting exist] *** task path: /tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/verify_password.yml:15 Friday 11 July 2025 22:26:40 -0400 (0:00:00.389) 0:02:52.754 *********** ok: [managed-node2] => { "changed": false, "cmd": [ "grep", "^ipaddress = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003089", "end": "2025-07-11 22:26:40.321033", "failed_when_result": false, "rc": 0, "start": "2025-07-11 22:26:40.317944" } STDOUT: ipaddress = 0.0.0.0 TASK [fedora.linux_system_roles.mssql : Set a fact with a login command] ******* task path: /tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/verify_password.yml:21 Friday 11 July 2025 22:26:40 -0400 (0:00:00.395) 0:02:53.150 *********** 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-EQ4/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:96 Friday 11 July 2025 22:26:40 -0400 (0:00:00.117) 0:02:53.267 *********** ok: [managed-node2] => { "changed": false, "elapsed": 1, "gid": 994, "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": 11207, "state": "file", "uid": 996 } TASK [Check if the set password matches the existing password] ***************** task path: /tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:117 Friday 11 July 2025 22:26:42 -0400 (0:00:01.464) 0:02:54.731 *********** 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.020016", "end": "2025-07-11 22:26:42.415656", "rc": 0, "start": "2025-07-11 22:26:42.395640" } STDOUT: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ Microsoft SQL Server 2019 (RTM-CU27) (KB5037331) - 15.0.4375.4 (X64) Jun 10 2024 18:00:07 Copyright (C) 2019 Microsoft Corporation Enterprise Evaluation Edition (64-bit) on Linux (CentOS Linux 7 (Core)) (1 rows affected) TASK [Set the mssql_password variable to default null] ************************* task path: /tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:137 Friday 11 July 2025 22:26:42 -0400 (0:00:00.524) 0:02:55.256 *********** ok: [managed-node2] => { "ansible_facts": { "mssql_password": null }, "changed": false } TASK [Verify the package mssql-server-fts] ************************************* task path: /tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:141 Friday 11 July 2025 22:26:42 -0400 (0:00:00.146) 0:02:55.403 *********** included: /tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_package.yml for managed-node2 TASK [Gather package facts] **************************************************** task path: /tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_package.yml:7 Friday 11 July 2025 22:26:42 -0400 (0:00:00.201) 0:02:55.605 *********** 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-EQ4/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_package.yml:12 Friday 11 July 2025 22:26:44 -0400 (0:00:01.632) 0:02:57.238 *********** ok: [managed-node2] => { "changed": false } MSG: All assertions passed TASK [Verify if the package is not installed mssql-server-fts] ***************** task path: /tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_package.yml:17 Friday 11 July 2025 22:26:44 -0400 (0:00:00.123) 0:02:57.362 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the package powershell] ******************************************* task path: /tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:148 Friday 11 July 2025 22:26:44 -0400 (0:00:00.080) 0:02:57.442 *********** included: /tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_package.yml for managed-node2 TASK [Gather package facts] **************************************************** task path: /tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_package.yml:7 Friday 11 July 2025 22:26:44 -0400 (0:00:00.141) 0:02:57.583 *********** 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-EQ4/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_package.yml:12 Friday 11 July 2025 22:26:46 -0400 (0:00:01.510) 0:02:59.094 *********** ok: [managed-node2] => { "changed": false } MSG: All assertions passed TASK [Verify if the package is not installed powershell] *********************** task path: /tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_package.yml:17 Friday 11 July 2025 22:26:46 -0400 (0:00:00.133) 0:02:59.227 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the value of the traceflag setting] ********************************** task path: /tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:159 Friday 11 July 2025 22:26:46 -0400 (0:00:00.078) 0:02:59.306 *********** ok: [managed-node2] => { "changed": false, "cmd": "grep '^traceflag' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004693", "end": "2025-07-11 22:26:46.871217", "rc": 0, "start": "2025-07-11 22:26:46.866524" } STDOUT: traceflag0 = 3979 TASK [Verify that the traceflag setting is set to 3979] ************************ task path: /tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:164 Friday 11 July 2025 22:26:46 -0400 (0:00:00.388) 0:02:59.694 *********** ok: [managed-node2] => { "changed": false } MSG: All assertions passed TASK [Verify that the traceflag setting is not set to 3979] ******************** task path: /tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:169 Friday 11 July 2025 22:26:47 -0400 (0:00:00.093) 0:02:59.788 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that the alternatewritethrough setting is false] ****************** task path: /tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:175 Friday 11 July 2025 22:26:47 -0400 (0:00:00.092) 0:02:59.880 *********** included: /tmp/collections-EQ4/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-EQ4/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml:7 Friday 11 July 2025 22:26:47 -0400 (0:00:00.204) 0:03:00.085 *********** ok: [managed-node2] => { "changed": false, "cmd": "grep '^alternatewritethrough' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004155", "end": "2025-07-11 22:26:47.645900", "rc": 0, "start": "2025-07-11 22:26:47.641745" } STDOUT: alternatewritethrough = 0 TASK [Verify the setting when it is type str alternatewritethrough] ************ task path: /tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml:14 Friday 11 July 2025 22:26:47 -0400 (0:00:00.386) 0:03:00.471 *********** 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-EQ4/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml:25 Friday 11 July 2025 22:26:47 -0400 (0:00:00.101) 0:03:00.572 *********** ok: [managed-node2] => { "changed": false } MSG: All assertions passed TASK [Verify that tcpport = False] ********************************************* task path: /tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml:40 Friday 11 July 2025 22:26:47 -0400 (0:00:00.115) 0:03:00.688 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the writethrough setting] ***************************************** task path: /tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:181 Friday 11 July 2025 22:26:48 -0400 (0:00:00.093) 0:03:00.781 *********** included: /tmp/collections-EQ4/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-EQ4/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml:7 Friday 11 July 2025 22:26:48 -0400 (0:00:00.179) 0:03:00.961 *********** ok: [managed-node2] => { "changed": false, "cmd": "grep '^writethrough' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004028", "end": "2025-07-11 22:26:48.523514", "rc": 0, "start": "2025-07-11 22:26:48.519486" } STDOUT: writethrough = 1 TASK [Verify the setting when it is type str writethrough] ********************* task path: /tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml:14 Friday 11 July 2025 22:26:48 -0400 (0:00:00.403) 0:03:01.364 *********** 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-EQ4/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml:25 Friday 11 July 2025 22:26:48 -0400 (0:00:00.103) 0:03:01.467 *********** ok: [managed-node2] => { "changed": false } MSG: All assertions passed TASK [Verify that tcpport = True] ********************************************** task path: /tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml:40 Friday 11 July 2025 22:26:48 -0400 (0:00:00.120) 0:03:01.588 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the tlscert setting] ********************************************** task path: /tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:191 Friday 11 July 2025 22:26:48 -0400 (0:00:00.099) 0:03:01.687 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the tlskey setting] *********************************************** task path: /tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:202 Friday 11 July 2025 22:26:49 -0400 (0:00:00.091) 0:03:01.778 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the tlsprotocols setting] ***************************************** task path: /tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:214 Friday 11 July 2025 22:26:49 -0400 (0:00:00.074) 0:03:01.853 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the forceencryption setting] ************************************** task path: /tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:222 Friday 11 July 2025 22:26:49 -0400 (0:00:00.083) 0:03:01.936 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify configuration for confined application] *************************** task path: /tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:229 Friday 11 July 2025 22:26:49 -0400 (0:00:00.081) 0:03:02.017 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Run to edit settings] **************************************************** task path: /tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/tests_idempotency.yml:52 Friday 11 July 2025 22:26:49 -0400 (0:00:00.062) 0:03:02.079 *********** TASK [fedora.linux_system_roles.mssql : Ensure ansible_facts and variables used by role] *** task path: /tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:3 Friday 11 July 2025 22:26:50 -0400 (0:00:01.298) 0:03:03.378 *********** included: /tmp/collections-EQ4/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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/set_vars.yml:3 Friday 11 July 2025 22:26:50 -0400 (0:00:00.133) 0:03:03.512 *********** 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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/set_vars.yml:8 Friday 11 July 2025 22:26:50 -0400 (0:00:00.080) 0:03:03.592 *********** 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-EQ4/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_7.yml) => { "ansible_facts": { "__mssql_client_repository": "https://packages.microsoft.com/rhel/7/prod/", "__mssql_confined_supported": false, "__mssql_server_repository": "https://packages.microsoft.com/rhel/7/mssql-server-{{ mssql_version | int }}/", "__mssql_supported_versions": [ 2017, 2019 ] }, "ansible_included_var_files": [ "/tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/vars/CentOS_7.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_7.yml" } skipping: [managed-node2] => (item=CentOS_7.9.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS_7.9.yml", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Run systemctl] ************************* task path: /tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/set_vars.yml:22 Friday 11 July 2025 22:26:50 -0400 (0:00:00.104) 0:03:03.697 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Require installed systemd] ************* task path: /tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/set_vars.yml:29 Friday 11 July 2025 22:26:51 -0400 (0:00:00.061) 0:03:03.758 *********** 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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/set_vars.yml:34 Friday 11 July 2025 22:26:51 -0400 (0:00:00.063) 0:03:03.821 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Unset internal role facts] ************* task path: /tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:8 Friday 11 July 2025 22:26:51 -0400 (0:00:00.061) 0:03:03.883 *********** ok: [managed-node2] => { "ansible_facts": { "__mssql_is_active": null, "__mssql_sqlcmd_login_cmd": null }, "changed": false } TASK [fedora.linux_system_roles.mssql : Print that the mssql_input_sql_file variable is deprecated] *** task path: /tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:16 Friday 11 July 2025 22:26:51 -0400 (0:00:00.062) 0:03:03.945 *********** skipping: [managed-node2] => {} TASK [fedora.linux_system_roles.mssql : Link the deprecated mssql_input_sql_file fact] *** task path: /tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:24 Friday 11 July 2025 22:26:51 -0400 (0:00:00.060) 0:03:04.006 *********** 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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:31 Friday 11 July 2025 22:26:51 -0400 (0:00:00.062) 0:03:04.069 *********** skipping: [managed-node2] => {} TASK [fedora.linux_system_roles.mssql : Link the deprecated mssql_ha_listener_port fact] *** task path: /tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:38 Friday 11 July 2025 22:26:51 -0400 (0:00:00.074) 0:03:04.143 *********** 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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:45 Friday 11 July 2025 22:26:51 -0400 (0:00:00.063) 0:03:04.207 *********** skipping: [managed-node2] => {} TASK [fedora.linux_system_roles.mssql : Link the deprecated mssql_ad_sql_user_name fact] *** task path: /tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:52 Friday 11 July 2025 22:26:51 -0400 (0:00:00.062) 0:03:04.269 *********** 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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:59 Friday 11 July 2025 22:26:51 -0400 (0:00:00.156) 0:03:04.425 *********** skipping: [managed-node2] => {} TASK [fedora.linux_system_roles.mssql : Link the deprecated mssql_ha_cluster_run_role fact] *** task path: /tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:66 Friday 11 July 2025 22:26:51 -0400 (0:00:00.063) 0:03:04.488 *********** 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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:75 Friday 11 July 2025 22:26:51 -0400 (0:00:00.065) 0:03:04.554 *********** skipping: [managed-node2] => {} TASK [fedora.linux_system_roles.mssql : Link the deprecated fact] ************** task path: /tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:84 Friday 11 July 2025 22:26:51 -0400 (0:00:00.070) 0:03:04.624 *********** 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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:88 Friday 11 July 2025 22:26:52 -0400 (0:00:00.093) 0:03:04.718 *********** 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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:95 Friday 11 July 2025 22:26:52 -0400 (0:00:00.089) 0:03:04.807 *********** 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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:107 Friday 11 July 2025 22:26:52 -0400 (0:00:00.098) 0:03:04.906 *********** 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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:115 Friday 11 July 2025 22:26:52 -0400 (0:00:00.106) 0:03:05.012 *********** 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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:124 Friday 11 July 2025 22:26:52 -0400 (0:00:00.115) 0:03:05.128 *********** 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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:133 Friday 11 July 2025 22:26:52 -0400 (0:00:00.117) 0:03:05.246 *********** 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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:143 Friday 11 July 2025 22:26:52 -0400 (0:00:00.095) 0:03:05.341 *********** 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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:152 Friday 11 July 2025 22:26:52 -0400 (0:00:00.097) 0:03:05.439 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Verify that mssql_ha_ag_is_contained is not provided with version 2017] *** task path: /tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:163 Friday 11 July 2025 22:26:52 -0400 (0:00:00.099) 0:03:05.539 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Verify fail reuse_system_db=true is not provided without ag_is_contained] *** task path: /tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:174 Friday 11 July 2025 22:26:52 -0400 (0:00:00.096) 0:03:05.635 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Gather package facts] ****************** task path: /tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:185 Friday 11 July 2025 22:26:53 -0400 (0:00:00.096) 0:03:05.731 *********** 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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:189 Friday 11 July 2025 22:26:54 -0400 (0:00:01.318) 0:03:07.049 *********** skipping: [managed-node2] => (item={u'value': 14, u'key': 2017}) => { "ansible_loop_var": "item", "changed": false, "item": { "key": 2017, "value": 14 }, "skip_reason": "Conditional result was False" } ok: [managed-node2] => (item={u'value': 15, u'key': 2019}) => { "ansible_facts": { "__mssql_current_version": "2019" }, "ansible_loop_var": "item", "changed": false, "item": { "key": 2019, "value": 15 } } skipping: [managed-node2] => (item={u'value': 16, u'key': 2022}) => { "ansible_loop_var": "item", "changed": false, "item": { "key": 2022, "value": 16 }, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Verify if mssql_version is not bigger then the existing SQL Server version] *** task path: /tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:197 Friday 11 July 2025 22:26:54 -0400 (0:00:00.543) 0:03:07.593 *********** skipping: [managed-node2] => { "changed": false, "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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:210 Friday 11 July 2025 22:26:54 -0400 (0:00:00.089) 0:03:07.683 *********** 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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:217 Friday 11 July 2025 22:26:55 -0400 (0:00:00.079) 0:03:07.763 *********** 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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:224 Friday 11 July 2025 22:26:55 -0400 (0:00:00.070) 0:03:07.833 *********** skipping: [managed-node2] => (item={u'value': 14, u'key': 2017}) => { "ansible_loop_var": "item", "changed": false, "item": { "key": 2017, "value": 14 }, "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item={u'value': 15, u'key': 2019}) => { "ansible_loop_var": "item", "changed": false, "item": { "key": 2019, "value": 15 }, "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item={u'value': 16, u'key': 2022}) => { "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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:238 Friday 11 July 2025 22:26:55 -0400 (0:00:00.152) 0:03:07.985 *********** ok: [managed-node2] => { "attempts": 1, "changed": false } TASK [fedora.linux_system_roles.mssql : Update all packages from SQL Server repo version 2019] *** task path: /tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:252 Friday 11 July 2025 22:26:56 -0400 (0:00:00.847) 0:03:08.833 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Get yum repositories] ****************** task path: /tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:262 Friday 11 July 2025 22:26:56 -0400 (0:00:00.101) 0:03:08.934 *********** 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 2019] *** task path: /tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:273 Friday 11 July 2025 22:26:56 -0400 (0:00:00.105) 0:03:09.040 *********** 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 2019] *** task path: /tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:287 Friday 11 July 2025 22:26:56 -0400 (0:00:00.104) 0:03:09.144 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Get zypper repositories] *************** task path: /tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:296 Friday 11 July 2025 22:26:56 -0400 (0:00:00.103) 0:03:09.247 *********** 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 2019] *** task path: /tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:308 Friday 11 July 2025 22:26:56 -0400 (0:00:00.103) 0:03:09.351 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Configure the Microsoft SQL Server repo version 2019] *** task path: /tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:315 Friday 11 July 2025 22:26:56 -0400 (0:00:00.121) 0:03:09.473 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Configure the Microsoft SQL Server repo version 2019] *** task path: /tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:327 Friday 11 July 2025 22:26:56 -0400 (0:00:00.126) 0:03:09.599 *********** 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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:340 Friday 11 July 2025 22:26:56 -0400 (0:00:00.094) 0:03:09.694 *********** ok: [managed-node2] => { "changed": false, "rc": 0, "results": [ "mssql-server-selinux is not installed" ] } TASK [fedora.linux_system_roles.mssql : Ensure the package mssql-server] ******* task path: /tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:345 Friday 11 July 2025 22:26:57 -0400 (0:00:00.682) 0:03:10.377 *********** ok: [managed-node2] => { "changed": false, "rc": 0, "results": [ "mssql-server-15.0.4375.4-1.x86_64 providing mssql-server is already installed" ] } lsrpackages: mssql-server TASK [fedora.linux_system_roles.mssql : Check if the errorlog file exists and its location] *** task path: /tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:350 Friday 11 July 2025 22:26:58 -0400 (0:00:00.653) 0:03:11.031 *********** 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.004894", "end": "2025-07-11 22:26:58.612024", "rc": 0, "start": "2025-07-11 22:26:58.607130" } STDOUT: /var/opt/mssql/log/errorlog TASK [fedora.linux_system_roles.mssql : Check if mssql-server.service is enabled] *** task path: /tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:367 Friday 11 July 2025 22:26:58 -0400 (0:00:00.404) 0:03:11.435 *********** ok: [managed-node2] => { "changed": false, "cmd": [ "systemctl", "is-enabled", "mssql-server.service" ], "delta": "0:00:00.004742", "end": "2025-07-11 22:26:59.023834", "failed_when_result": false, "rc": 0, "start": "2025-07-11 22:26:59.019092" } STDOUT: enabled TASK [fedora.linux_system_roles.mssql : Check if mssql-server.service is running] *** task path: /tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:374 Friday 11 July 2025 22:26:59 -0400 (0:00:00.431) 0:03:11.867 *********** ok: [managed-node2] => { "changed": false, "cmd": [ "systemctl", "is-active", "mssql-server.service" ], "delta": "0:00:00.005143", "end": "2025-07-11 22:26:59.448139", "failed_when_result": false, "rc": 0, "start": "2025-07-11 22:26:59.442996" } STDOUT: active TASK [fedora.linux_system_roles.mssql : Set the __mssql_is_setup variable] ***** task path: /tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:381 Friday 11 July 2025 22:26:59 -0400 (0:00:00.408) 0:03:12.275 *********** 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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:388 Friday 11 July 2025 22:26:59 -0400 (0:00:00.101) 0:03:12.376 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Set up MSSQL] ************************** task path: /tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:404 Friday 11 July 2025 22:26:59 -0400 (0:00:00.098) 0:03:12.475 *********** 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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:430 Friday 11 July 2025 22:26:59 -0400 (0:00:00.113) 0:03:12.589 *********** included: /tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/configure_storage_paths.yml for managed-node2 included: /tmp/collections-EQ4/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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/configure_storage_paths.yml:3 Friday 11 July 2025 22:27:00 -0400 (0:00:00.208) 0:03:12.797 *********** ok: [managed-node2] => { "changed": false, "gid": 994, "group": "mssql", "mode": "0755", "owner": "mssql", "path": "/var/opt/mssql/data", "secontext": "unconfined_u:object_r:var_t:s0", "size": 4096, "state": "directory", "uid": 996 } TASK [fedora.linux_system_roles.mssql : Append facts for the selinux role] ***** task path: /tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/configure_storage_paths.yml:12 Friday 11 July 2025 22:27:00 -0400 (0:00:00.432) 0:03:13.230 *********** 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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/configure_storage_paths.yml:28 Friday 11 July 2025 22:27:00 -0400 (0:00:00.097) 0:03:13.327 *********** included: /tmp/collections-EQ4/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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:3 Friday 11 July 2025 22:27:00 -0400 (0:00:00.174) 0:03:13.502 *********** ok: [managed-node2] => { "changed": false, "cmd": [ "grep", "^defaultdatadir = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003039", "end": "2025-07-11 22:27:01.114639", "failed_when_result": false, "rc": 0, "start": "2025-07-11 22:27:01.111600" } STDOUT: defaultdatadir = /tmp/mssql_data TASK [fedora.linux_system_roles.mssql : Configure the setting filelocation defaultdatadir] *** task path: /tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:12 Friday 11 July 2025 22:27:01 -0400 (0:00:00.444) 0:03:13.947 *********** 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.118623", "end": "2025-07-11 22:27:01.702385", "failed_when_result": false, "rc": 0, "start": "2025-07-11 22:27:01.583762" } 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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:42 Friday 11 July 2025 22:27:01 -0400 (0:00:00.582) 0:03:14.529 *********** 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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/configure_storage_paths.yml:3 Friday 11 July 2025 22:27:01 -0400 (0:00:00.069) 0:03:14.598 *********** ok: [managed-node2] => { "changed": false, "gid": 994, "group": "mssql", "mode": "0755", "owner": "mssql", "path": "/var/opt/mssql/log", "secontext": "unconfined_u:object_r:var_t:s0", "size": 4096, "state": "directory", "uid": 996 } TASK [fedora.linux_system_roles.mssql : Append facts for the selinux role] ***** task path: /tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/configure_storage_paths.yml:12 Friday 11 July 2025 22:27:02 -0400 (0:00:00.460) 0:03:15.059 *********** 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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/configure_storage_paths.yml:28 Friday 11 July 2025 22:27:02 -0400 (0:00:00.104) 0:03:15.163 *********** included: /tmp/collections-EQ4/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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:3 Friday 11 July 2025 22:27:02 -0400 (0:00:00.182) 0:03:15.346 *********** ok: [managed-node2] => { "changed": false, "cmd": [ "grep", "^defaultlogdir = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003029", "end": "2025-07-11 22:27:02.967138", "failed_when_result": false, "rc": 0, "start": "2025-07-11 22:27:02.964109" } STDOUT: defaultlogdir = /tmp/mssql_log TASK [fedora.linux_system_roles.mssql : Configure the setting filelocation defaultlogdir] *** task path: /tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:12 Friday 11 July 2025 22:27:03 -0400 (0:00:00.586) 0:03:15.932 *********** changed: [managed-node2] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "set", "filelocation.defaultlogdir", "/var/opt/mssql/log" ], "delta": "0:00:00.116392", "end": "2025-07-11 22:27:03.683391", "failed_when_result": false, "rc": 0, "start": "2025-07-11 22:27:03.566999" } 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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:42 Friday 11 July 2025 22:27:03 -0400 (0:00:00.588) 0:03:16.521 *********** 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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:445 Friday 11 July 2025 22:27:03 -0400 (0:00:00.101) 0:03:16.622 *********** 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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:459 Friday 11 July 2025 22:27:04 -0400 (0:00:00.092) 0:03:16.715 *********** 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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:470 Friday 11 July 2025 22:27:04 -0400 (0:00:00.104) 0:03:16.819 *********** ok: [managed-node2] => { "changed": false, "rc": 0, "results": [ "tuned-profiles-mssql-2.11.0-12.el7_9.noarch providing tuned-profiles-mssql is already installed" ] } lsrpackages: tuned-profiles-mssql TASK [fedora.linux_system_roles.mssql : Ensure that the tuned service is started and enabled] *** task path: /tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:476 Friday 11 July 2025 22:27:04 -0400 (0:00:00.610) 0:03:17.430 *********** ok: [managed-node2] => { "changed": false, "enabled": true, "name": "tuned", "state": "started", "status": { "ActiveEnterTimestamp": "Fri 2025-07-11 22:17:25 EDT", "ActiveEnterTimestampMonotonic": "14336255", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "systemd-journald.socket system.slice network.target dbus.service basic.target systemd-sysctl.service", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Fri 2025-07-11 22:17:25 EDT", "AssertTimestampMonotonic": "13663989", "Before": "shutdown.target multi-user.target", "BlockIOAccounting": "no", "BlockIOWeight": "18446744073709551615", "BusName": "com.redhat.tuned", "CPUAccounting": "no", "CPUQuotaPerSecUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "18446744073709551615", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "18446744073709551615", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Fri 2025-07-11 22:17:25 EDT", "ConditionTimestampMonotonic": "13663988", "Conflicts": "cpupower.service shutdown.target", "ControlGroup": "/system.slice/tuned.service", "ControlPID": "0", "DefaultDependencies": "yes", "Delegate": "no", "Description": "Dynamic System Tuning Daemon", "DevicePolicy": "auto", "Documentation": "man:tuned(8) man:tuned.conf(5) man:tuned-adm(8)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "876", "ExecMainStartTimestamp": "Fri 2025-07-11 22:17:25 EDT", "ExecMainStartTimestampMonotonic": "13664619", "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", "GuessMainPID": "yes", "IOScheduling": "0", "Id": "tuned.service", "IgnoreOnIsolate": "no", "IgnoreOnSnapshot": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestamp": "Fri 2025-07-11 22:17:25 EDT", "InactiveExitTimestampMonotonic": "13664652", "JobTimeoutAction": "none", "JobTimeoutUSec": "0", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "18446744073709551615", "LimitCORE": "18446744073709551615", "LimitCPU": "18446744073709551615", "LimitDATA": "18446744073709551615", "LimitFSIZE": "18446744073709551615", "LimitLOCKS": "18446744073709551615", "LimitMEMLOCK": "65536", "LimitMSGQUEUE": "819200", "LimitNICE": "0", "LimitNOFILE": "4096", "LimitNPROC": "29173", "LimitRSS": "18446744073709551615", "LimitRTPRIO": "0", "LimitRTTIME": "18446744073709551615", "LimitSIGPENDING": "29173", "LimitSTACK": "18446744073709551615", "LoadState": "loaded", "MainPID": "876", "MemoryAccounting": "no", "MemoryCurrent": "18446744073709551615", "MemoryLimit": "18446744073709551615", "MountFlags": "0", "Names": "tuned.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PIDFile": "/run/tuned/tuned.pid", "PermissionsStartOnly": "no", "PrivateDevices": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "ProtectHome": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "Requires": "polkit.service dbus.service basic.target system.slice", "Restart": "no", "RestartUSec": "100ms", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitInterval": "10000000", "StartupBlockIOWeight": "18446744073709551615", "StartupCPUShares": "18446744073709551615", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "no", "TasksCurrent": "18446744073709551615", "TasksMax": "18446744073709551615", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "dbus", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "WantedBy": "multi-user.target", "WatchdogTimestamp": "Fri 2025-07-11 22:17:25 EDT", "WatchdogTimestampMonotonic": "14335937", "WatchdogUSec": "0" } } TASK [fedora.linux_system_roles.mssql : Get the active Tuned profiles] ********* task path: /tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:483 Friday 11 July 2025 22:27:05 -0400 (0:00:00.455) 0:03:17.885 *********** 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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:489 Friday 11 July 2025 22:27:05 -0400 (0:00:00.381) 0:03:18.267 *********** 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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:502 Friday 11 July 2025 22:27:05 -0400 (0:00:00.100) 0:03:18.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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:514 Friday 11 July 2025 22:27:05 -0400 (0:00:00.101) 0:03:18.468 *********** 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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:523 Friday 11 July 2025 22:27:05 -0400 (0:00:00.101) 0:03:18.570 *********** 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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:540 Friday 11 July 2025 22:27:05 -0400 (0:00:00.107) 0:03:18.678 *********** 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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:548 Friday 11 July 2025 22:27:06 -0400 (0:00:00.102) 0:03:18.780 *********** 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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:556 Friday 11 July 2025 22:27:06 -0400 (0:00:00.426) 0:03:19.207 *********** 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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:565 Friday 11 July 2025 22:27:06 -0400 (0:00:00.098) 0:03:19.306 *********** ok: [managed-node2] => { "changed": false, "rc": 0, "results": [ "mssql-tools18-18.4.1.1-1.x86_64 providing mssql-tools18 is already installed", "unixODBC-devel-2.3.11-1.rh.x86_64 providing unixODBC-devel is already installed" ] } lsrpackages: mssql-tools18 unixODBC-devel TASK [Create certificates using the certificate role] ************************** task path: /tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:582 Friday 11 July 2025 22:27:07 -0400 (0:00:00.737) 0:03:20.043 *********** 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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:596 Friday 11 July 2025 22:27:07 -0400 (0:00:00.084) 0:03:20.127 *********** 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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:601 Friday 11 July 2025 22:27:07 -0400 (0:00:00.081) 0:03:20.208 *********** 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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:619 Friday 11 July 2025 22:27:07 -0400 (0:00:00.080) 0:03:20.289 *********** 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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:628 Friday 11 July 2025 22:27:07 -0400 (0:00:00.072) 0:03:20.361 *********** 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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:637 Friday 11 July 2025 22:27:07 -0400 (0:00:00.098) 0:03:20.459 *********** 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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:644 Friday 11 July 2025 22:27:07 -0400 (0:00:00.096) 0:03:20.556 *********** 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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:653 Friday 11 July 2025 22:27:07 -0400 (0:00:00.082) 0:03:20.639 *********** ok: [managed-node2] => { "changed": false, "cmd": "set -euo pipefail; grep '^forceencryption' /var/opt/mssql/mssql.conf | sed 's/forceencryption = //g'", "delta": "0:00:00.004983", "end": "2025-07-11 22:27:08.204728", "failed_when_result": false, "rc": 1, "start": "2025-07-11 22:27:08.199745" } MSG: non-zero return code TASK [fedora.linux_system_roles.mssql : Append -No to sqlcmd when TLS is not configured] *** task path: /tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:662 Friday 11 July 2025 22:27:08 -0400 (0:00:00.391) 0:03:21.030 *********** 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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:669 Friday 11 July 2025 22:27:08 -0400 (0:00:00.153) 0:03:21.184 *********** 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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:682 Friday 11 July 2025 22:27:08 -0400 (0:00:00.095) 0:03:21.279 *********** included: /tmp/collections-EQ4/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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/verify_password.yml:3 Friday 11 July 2025 22:27:08 -0400 (0:00:00.133) 0:03:21.413 *********** ok: [managed-node2] => { "changed": false, "name": "mssql-server", "state": "started", "status": { "ActiveEnterTimestamp": "Fri 2025-07-11 22:25:51 EDT", "ActiveEnterTimestampMonotonic": "520295447", "ActiveExitTimestamp": "Fri 2025-07-11 22:25:51 EDT", "ActiveExitTimestampMonotonic": "519778620", "ActiveState": "active", "After": "-.mount systemd-journald.socket system.slice network.target auditd.service basic.target", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Fri 2025-07-11 22:25:51 EDT", "AssertTimestampMonotonic": "520294803", "Before": "shutdown.target multi-user.target", "BlockIOAccounting": "no", "BlockIOWeight": "18446744073709551615", "CPUAccounting": "no", "CPUQuotaPerSecUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "18446744073709551615", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "18446744073709551615", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Fri 2025-07-11 22:25:51 EDT", "ConditionTimestampMonotonic": "520294802", "Conflicts": "shutdown.target", "ControlGroup": "/system.slice/mssql-server.service", "ControlPID": "0", "DefaultDependencies": "yes", "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", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "16116", "ExecMainStartTimestamp": "Fri 2025-07-11 22:25:51 EDT", "ExecMainStartTimestampMonotonic": "520295391", "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", "GuessMainPID": "yes", "IOScheduling": "0", "Id": "mssql-server.service", "IgnoreOnIsolate": "no", "IgnoreOnSnapshot": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestamp": "Fri 2025-07-11 22:25:51 EDT", "InactiveEnterTimestampMonotonic": "520294301", "InactiveExitTimestamp": "Fri 2025-07-11 22:25:51 EDT", "InactiveExitTimestampMonotonic": "520295447", "JobTimeoutAction": "none", "JobTimeoutUSec": "0", "KillMode": "process", "KillSignal": "15", "LimitAS": "18446744073709551615", "LimitCORE": "18446744073709551615", "LimitCPU": "18446744073709551615", "LimitDATA": "18446744073709551615", "LimitFSIZE": "18446744073709551615", "LimitLOCKS": "18446744073709551615", "LimitMEMLOCK": "65536", "LimitMSGQUEUE": "819200", "LimitNICE": "0", "LimitNOFILE": "18446744073709551615", "LimitNPROC": "18446744073709551615", "LimitRSS": "18446744073709551615", "LimitRTPRIO": "0", "LimitRTTIME": "18446744073709551615", "LimitSIGPENDING": "29173", "LimitSTACK": "18446744073709551615", "LoadState": "loaded", "MainPID": "16116", "MemoryAccounting": "no", "MemoryCurrent": "18446744073709551615", "MemoryLimit": "18446744073709551615", "MountFlags": "0", "Names": "mssql-server.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "PrivateDevices": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "ProtectHome": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "Requires": "-.mount basic.target system.slice", "RequiresMountsFor": "/var/opt/mssql", "Restart": "on-failure", "RestartUSec": "100ms", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "0", "StartLimitInterval": "0", "StartupBlockIOWeight": "18446744073709551615", "StartupCPUShares": "18446744073709551615", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "no", "TasksCurrent": "18446744073709551615", "TasksMax": "18446744073709551615", "TimeoutStartUSec": "30min", "TimeoutStopUSec": "30min", "TimerSlackNSec": "50000", "Transient": "no", "Type": "simple", "UMask": "0007", "UnitFilePreset": "disabled", "UnitFileState": "enabled", "User": "mssql", "WantedBy": "multi-user.target", "WatchdogTimestamp": "Fri 2025-07-11 22:25:51 EDT", "WatchdogTimestampMonotonic": "520295430", "WatchdogUSec": "0", "WorkingDirectory": "/var/opt/mssql" } } TASK [fedora.linux_system_roles.mssql : Check if a custom tcpport setting exist] *** task path: /tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/verify_password.yml:9 Friday 11 July 2025 22:27:09 -0400 (0:00:00.544) 0:03:21.957 *********** ok: [managed-node2] => { "changed": false, "cmd": [ "grep", "^tcpport = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.002946", "end": "2025-07-11 22:27:09.646161", "failed_when_result": false, "rc": 1, "start": "2025-07-11 22:27:09.643215" } MSG: non-zero return code TASK [fedora.linux_system_roles.mssql : Check if a custom ipaddress setting exist] *** task path: /tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/verify_password.yml:15 Friday 11 July 2025 22:27:09 -0400 (0:00:00.519) 0:03:22.477 *********** ok: [managed-node2] => { "changed": false, "cmd": [ "grep", "^ipaddress = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003589", "end": "2025-07-11 22:27:10.057272", "failed_when_result": false, "rc": 0, "start": "2025-07-11 22:27:10.053683" } STDOUT: ipaddress = 0.0.0.0 TASK [fedora.linux_system_roles.mssql : Set a fact with a login command] ******* task path: /tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/verify_password.yml:21 Friday 11 July 2025 22:27:10 -0400 (0:00:00.400) 0:03:22.877 *********** 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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:686 Friday 11 July 2025 22:27:10 -0400 (0:00:00.119) 0:03:22.997 *********** ok: [managed-node2] => { "changed": false, "elapsed": 1, "gid": 994, "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": 11207, "state": "file", "uid": 996 } TASK [fedora.linux_system_roles.mssql : Check if the set password matches the existing password] *** task path: /tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:692 Friday 11 July 2025 22:27:11 -0400 (0:00:01.490) 0:03:24.487 *********** FAILED - RETRYING: Check if the set password matches the existing password (3 retries left). FAILED - RETRYING: Check if the set password matches the existing password (2 retries left). FAILED - RETRYING: Check if the set password matches the existing password (1 retries left). fatal: [managed-node2]: FAILED! => { "attempts": 3, "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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:701 Friday 11 July 2025 22:27:28 -0400 (0:00:16.467) 0:03:40.955 *********** changed: [managed-node2] => { "changed": true, "name": "mssql-server", "state": "stopped", "status": { "ActiveEnterTimestamp": "Fri 2025-07-11 22:25:51 EDT", "ActiveEnterTimestampMonotonic": "520295447", "ActiveExitTimestamp": "Fri 2025-07-11 22:25:51 EDT", "ActiveExitTimestampMonotonic": "519778620", "ActiveState": "active", "After": "-.mount systemd-journald.socket system.slice network.target auditd.service basic.target", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Fri 2025-07-11 22:25:51 EDT", "AssertTimestampMonotonic": "520294803", "Before": "shutdown.target multi-user.target", "BlockIOAccounting": "no", "BlockIOWeight": "18446744073709551615", "CPUAccounting": "no", "CPUQuotaPerSecUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "18446744073709551615", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "18446744073709551615", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Fri 2025-07-11 22:25:51 EDT", "ConditionTimestampMonotonic": "520294802", "Conflicts": "shutdown.target", "ControlGroup": "/system.slice/mssql-server.service", "ControlPID": "0", "DefaultDependencies": "yes", "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", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "16116", "ExecMainStartTimestamp": "Fri 2025-07-11 22:25:51 EDT", "ExecMainStartTimestampMonotonic": "520295391", "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", "GuessMainPID": "yes", "IOScheduling": "0", "Id": "mssql-server.service", "IgnoreOnIsolate": "no", "IgnoreOnSnapshot": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestamp": "Fri 2025-07-11 22:25:51 EDT", "InactiveEnterTimestampMonotonic": "520294301", "InactiveExitTimestamp": "Fri 2025-07-11 22:25:51 EDT", "InactiveExitTimestampMonotonic": "520295447", "JobTimeoutAction": "none", "JobTimeoutUSec": "0", "KillMode": "process", "KillSignal": "15", "LimitAS": "18446744073709551615", "LimitCORE": "18446744073709551615", "LimitCPU": "18446744073709551615", "LimitDATA": "18446744073709551615", "LimitFSIZE": "18446744073709551615", "LimitLOCKS": "18446744073709551615", "LimitMEMLOCK": "65536", "LimitMSGQUEUE": "819200", "LimitNICE": "0", "LimitNOFILE": "18446744073709551615", "LimitNPROC": "18446744073709551615", "LimitRSS": "18446744073709551615", "LimitRTPRIO": "0", "LimitRTTIME": "18446744073709551615", "LimitSIGPENDING": "29173", "LimitSTACK": "18446744073709551615", "LoadState": "loaded", "MainPID": "16116", "MemoryAccounting": "no", "MemoryCurrent": "18446744073709551615", "MemoryLimit": "18446744073709551615", "MountFlags": "0", "Names": "mssql-server.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "PrivateDevices": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "ProtectHome": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "Requires": "-.mount basic.target system.slice", "RequiresMountsFor": "/var/opt/mssql", "Restart": "on-failure", "RestartUSec": "100ms", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "0", "StartLimitInterval": "0", "StartupBlockIOWeight": "18446744073709551615", "StartupCPUShares": "18446744073709551615", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "no", "TasksCurrent": "18446744073709551615", "TasksMax": "18446744073709551615", "TimeoutStartUSec": "30min", "TimeoutStopUSec": "30min", "TimerSlackNSec": "50000", "Transient": "no", "Type": "simple", "UMask": "0007", "UnitFilePreset": "disabled", "UnitFileState": "enabled", "User": "mssql", "WantedBy": "multi-user.target", "WatchdogTimestamp": "Fri 2025-07-11 22:25:51 EDT", "WatchdogTimestampMonotonic": "520295430", "WatchdogUSec": "0", "WorkingDirectory": "/var/opt/mssql" } } TASK [fedora.linux_system_roles.mssql : Gather package facts] ****************** task path: /tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:710 Friday 11 July 2025 22:27:29 -0400 (0:00:01.179) 0:03:42.134 *********** 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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:718 Friday 11 July 2025 22:27:30 -0400 (0:00:01.212) 0:03:43.346 *********** 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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:739 Friday 11 July 2025 22:27:36 -0400 (0:00:05.492) 0:03:48.839 *********** 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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:748 Friday 11 July 2025 22:27:36 -0400 (0:00:00.099) 0:03:48.938 *********** 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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:761 Friday 11 July 2025 22:27:36 -0400 (0:00:00.109) 0:03:49.048 *********** 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.004680", "end": "2025-07-11 22:27:36.677040", "rc": 0, "start": "2025-07-11 22:27:36.672360" } STDOUT: false TASK [fedora.linux_system_roles.mssql : Ensure that the mssql-server service is stopped] *** task path: /tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:776 Friday 11 July 2025 22:27:36 -0400 (0:00:00.452) 0:03:49.501 *********** ok: [managed-node2] => { "changed": false, "name": "mssql-server", "state": "stopped", "status": { "ActiveEnterTimestamp": "Fri 2025-07-11 22:25:51 EDT", "ActiveEnterTimestampMonotonic": "520295447", "ActiveExitTimestamp": "Fri 2025-07-11 22:27:28 EDT", "ActiveExitTimestampMonotonic": "617071737", "ActiveState": "inactive", "After": "-.mount systemd-journald.socket system.slice network.target auditd.service basic.target", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Fri 2025-07-11 22:25:51 EDT", "AssertTimestampMonotonic": "520294803", "Before": "shutdown.target multi-user.target", "BlockIOAccounting": "no", "BlockIOWeight": "18446744073709551615", "CPUAccounting": "no", "CPUQuotaPerSecUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "18446744073709551615", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "18446744073709551615", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Fri 2025-07-11 22:25:51 EDT", "ConditionTimestampMonotonic": "520294802", "Conflicts": "shutdown.target", "ControlPID": "0", "DefaultDependencies": "yes", "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", "ExecMainCode": "1", "ExecMainExitTimestamp": "Fri 2025-07-11 22:27:29 EDT", "ExecMainExitTimestampMonotonic": "617692703", "ExecMainPID": "16116", "ExecMainStartTimestamp": "Fri 2025-07-11 22:25:51 EDT", "ExecMainStartTimestampMonotonic": "520295391", "ExecMainStatus": "0", "ExecStart": "{ path=/opt/mssql/bin/sqlservr ; argv[]=/opt/mssql/bin/sqlservr ; ignore_errors=no ; start_time=[Fri 2025-07-11 22:25:51 EDT] ; stop_time=[Fri 2025-07-11 22:27:29 EDT] ; pid=16116 ; code=exited ; status=0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/mssql-server.service", "GuessMainPID": "yes", "IOScheduling": "0", "Id": "mssql-server.service", "IgnoreOnIsolate": "no", "IgnoreOnSnapshot": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestamp": "Fri 2025-07-11 22:27:29 EDT", "InactiveEnterTimestampMonotonic": "617692789", "InactiveExitTimestamp": "Fri 2025-07-11 22:25:51 EDT", "InactiveExitTimestampMonotonic": "520295447", "JobTimeoutAction": "none", "JobTimeoutUSec": "0", "KillMode": "process", "KillSignal": "15", "LimitAS": "18446744073709551615", "LimitCORE": "18446744073709551615", "LimitCPU": "18446744073709551615", "LimitDATA": "18446744073709551615", "LimitFSIZE": "18446744073709551615", "LimitLOCKS": "18446744073709551615", "LimitMEMLOCK": "65536", "LimitMSGQUEUE": "819200", "LimitNICE": "0", "LimitNOFILE": "18446744073709551615", "LimitNPROC": "18446744073709551615", "LimitRSS": "18446744073709551615", "LimitRTPRIO": "0", "LimitRTTIME": "18446744073709551615", "LimitSIGPENDING": "29173", "LimitSTACK": "18446744073709551615", "LoadState": "loaded", "MainPID": "0", "MemoryAccounting": "no", "MemoryCurrent": "18446744073709551615", "MemoryLimit": "18446744073709551615", "MountFlags": "0", "Names": "mssql-server.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "PrivateDevices": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "ProtectHome": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "Requires": "-.mount basic.target system.slice", "RequiresMountsFor": "/var/opt/mssql", "Restart": "on-failure", "RestartUSec": "100ms", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "0", "StartLimitInterval": "0", "StartupBlockIOWeight": "18446744073709551615", "StartupCPUShares": "18446744073709551615", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "dead", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "no", "TasksCurrent": "18446744073709551615", "TasksMax": "18446744073709551615", "TimeoutStartUSec": "30min", "TimeoutStopUSec": "30min", "TimerSlackNSec": "50000", "Transient": "no", "Type": "simple", "UMask": "0007", "UnitFilePreset": "disabled", "UnitFileState": "enabled", "User": "mssql", "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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:785 Friday 11 July 2025 22:27:37 -0400 (0:00:00.543) 0:03:50.044 *********** 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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:791 Friday 11 July 2025 22:27:38 -0400 (0:00:01.612) 0:03:51.657 *********** 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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:810 Friday 11 July 2025 22:27:44 -0400 (0:00:05.500) 0:03:57.157 *********** included: /tmp/collections-EQ4/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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:3 Friday 11 July 2025 22:27:44 -0400 (0:00:00.171) 0:03:57.328 *********** ok: [managed-node2] => { "changed": false, "cmd": [ "grep", "^ipaddress = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.002982", "end": "2025-07-11 22:27:44.925888", "failed_when_result": false, "rc": 0, "start": "2025-07-11 22:27:44.922906" } STDOUT: ipaddress = 0.0.0.0 TASK [fedora.linux_system_roles.mssql : Configure the setting network ipaddress] *** task path: /tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:12 Friday 11 July 2025 22:27:45 -0400 (0:00:00.424) 0:03:57.753 *********** changed: [managed-node2] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "set", "network.ipaddress", "127.0.0.1" ], "delta": "0:00:00.116960", "end": "2025-07-11 22:27:45.466394", "failed_when_result": false, "rc": 0, "start": "2025-07-11 22:27:45.349434" } 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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:42 Friday 11 July 2025 22:27:45 -0400 (0:00:00.533) 0:03:58.286 *********** 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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:817 Friday 11 July 2025 22:27:45 -0400 (0:00:00.097) 0:03:58.383 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Open the TCP port 1435] ************************************************** task path: /tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:824 Friday 11 July 2025 22:27:45 -0400 (0:00:00.085) 0:03:58.469 *********** 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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:836 Friday 11 July 2025 22:27:45 -0400 (0:00:00.097) 0:03:58.567 *********** included: /tmp/collections-EQ4/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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:3 Friday 11 July 2025 22:27:46 -0400 (0:00:00.238) 0:03:58.805 *********** ok: [managed-node2] => { "changed": false, "cmd": [ "grep", "^tcpport = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.002988", "end": "2025-07-11 22:27:46.353291", "failed_when_result": false, "rc": 1, "start": "2025-07-11 22:27:46.350303" } MSG: non-zero return code TASK [fedora.linux_system_roles.mssql : Configure the setting network tcpport] *** task path: /tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:12 Friday 11 July 2025 22:27:46 -0400 (0:00:00.375) 0:03:59.181 *********** changed: [managed-node2] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "set", "network.tcpport", "1435" ], "delta": "0:00:00.117121", "end": "2025-07-11 22:27:46.875544", "failed_when_result": false, "rc": 0, "start": "2025-07-11 22:27:46.758423" } 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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:42 Friday 11 July 2025 22:27:46 -0400 (0:00:00.508) 0:03:59.689 *********** 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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:842 Friday 11 July 2025 22:27:47 -0400 (0:00:00.067) 0:03:59.757 *********** 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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:862 Friday 11 July 2025 22:27:47 -0400 (0:00:00.070) 0:03:59.828 *********** included: /tmp/collections-EQ4/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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:3 Friday 11 July 2025 22:27:47 -0400 (0:00:00.174) 0:04:00.002 *********** ok: [managed-node2] => { "changed": false, "cmd": [ "grep", "^enabled = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003110", "end": "2025-07-11 22:27:47.572916", "failed_when_result": false, "rc": 0, "start": "2025-07-11 22:27:47.569806" } STDOUT: enabled = True TASK [fedora.linux_system_roles.mssql : Configure the setting sqlagent enabled] *** task path: /tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:12 Friday 11 July 2025 22:27:47 -0400 (0:00:00.400) 0:04:00.403 *********** changed: [managed-node2] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "set", "sqlagent.enabled", "False" ], "delta": "0:00:00.116480", "end": "2025-07-11 22:27:48.154162", "failed_when_result": false, "rc": 0, "start": "2025-07-11 22:27:48.037682" } 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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:42 Friday 11 July 2025 22:27:48 -0400 (0:00:00.548) 0:04:00.951 *********** 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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:869 Friday 11 July 2025 22:27:48 -0400 (0:00:00.070) 0:04:01.022 *********** changed: [managed-node2] => { "changed": true, "changes": { "removed": [ "mssql-server-fts" ] }, "rc": 0, "results": [ "Loaded plugins: fastestmirror\nResolving Dependencies\n--> Running transaction check\n---> Package mssql-server-fts.x86_64 0:15.0.4375.4-1 will be erased\n--> Finished Dependency Resolution\n\nDependencies Resolved\n\n================================================================================\n Package Arch Version Repository Size\n================================================================================\nRemoving:\n mssql-server-fts\n x86_64 15.0.4375.4-1 @packages-microsoft-com-mssql-server-2019 554 M\n\nTransaction Summary\n================================================================================\nRemove 1 Package\n\nInstalled size: 554 M\nDownloading packages:\nRunning transaction check\nRunning transaction test\nTransaction test succeeded\nRunning transaction\n Erasing : mssql-server-fts-15.0.4375.4-1.x86_64 1/1 \n Verifying : mssql-server-fts-15.0.4375.4-1.x86_64 1/1 \n\nRemoved:\n mssql-server-fts.x86_64 0:15.0.4375.4-1 \n\nComplete!\n" ] } TASK [fedora.linux_system_roles.mssql : Ensure the package powershell] ********* task path: /tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:876 Friday 11 July 2025 22:27:49 -0400 (0:00:01.518) 0:04:02.540 *********** changed: [managed-node2] => { "changed": true, "changes": { "removed": [ "powershell" ] }, "rc": 0, "results": [ "Loaded plugins: fastestmirror\nResolving Dependencies\n--> Running transaction check\n---> Package powershell.x86_64 0:7.3.12-1.rh will be erased\n--> Finished Dependency Resolution\n\nDependencies Resolved\n\n================================================================================\n Package Arch Version Repository Size\n================================================================================\nRemoving:\n powershell x86_64 7.3.12-1.rh @packages-microsoft-com-prod 168 M\n\nTransaction Summary\n================================================================================\nRemove 1 Package\n\nInstalled size: 168 M\nDownloading packages:\nRunning transaction check\nRunning transaction test\nTransaction test succeeded\nRunning transaction\n Erasing : powershell-7.3.12-1.rh.x86_64 1/1 \n Verifying : powershell-7.3.12-1.rh.x86_64 1/1 \n\nRemoved:\n powershell.x86_64 0:7.3.12-1.rh \n\nComplete!\n" ] } TASK [fedora.linux_system_roles.mssql : Check if the 3979 trace flag is enabled] *** task path: /tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:885 Friday 11 July 2025 22:27:51 -0400 (0:00:01.440) 0:04:03.981 *********** ok: [managed-node2] => { "changed": false, "cmd": [ "grep", "^traceflag[0-9] = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003428", "end": "2025-07-11 22:27:51.576770", "failed_when_result": false, "rc": 0, "start": "2025-07-11 22:27:51.573342" } STDOUT: traceflag0 = 3979 TASK [fedora.linux_system_roles.mssql : Set the 3979 traceflag] **************** task path: /tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:891 Friday 11 July 2025 22:27:51 -0400 (0:00:00.394) 0:04:04.376 *********** 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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:898 Friday 11 July 2025 22:27:51 -0400 (0:00:00.096) 0:04:04.472 *********** changed: [managed-node2] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "traceflag", "3979", "off" ], "delta": "0:00:00.119728", "end": "2025-07-11 22:27:52.251120", "rc": 0, "start": "2025-07-11 22:27:52.131392" } 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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:906 Friday 11 July 2025 22:27:52 -0400 (0:00:00.607) 0:04:05.080 *********** included: /tmp/collections-EQ4/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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:3 Friday 11 July 2025 22:27:52 -0400 (0:00:00.156) 0:04:05.236 *********** ok: [managed-node2] => { "changed": false, "cmd": [ "grep", "^alternatewritethrough = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003266", "end": "2025-07-11 22:27:52.804566", "failed_when_result": false, "rc": 0, "start": "2025-07-11 22:27:52.801300" } STDOUT: alternatewritethrough = 0 TASK [fedora.linux_system_roles.mssql : Configure the setting control alternatewritethrough] *** task path: /tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:12 Friday 11 July 2025 22:27:52 -0400 (0:00:00.390) 0:04:05.627 *********** 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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:42 Friday 11 July 2025 22:27:53 -0400 (0:00:00.096) 0:04:05.723 *********** 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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:912 Friday 11 July 2025 22:27:53 -0400 (0:00:00.087) 0:04:05.811 *********** included: /tmp/collections-EQ4/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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:3 Friday 11 July 2025 22:27:53 -0400 (0:00:00.117) 0:04:05.929 *********** ok: [managed-node2] => { "changed": false, "cmd": [ "grep", "^writethrough = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003090", "end": "2025-07-11 22:27:53.493952", "failed_when_result": false, "rc": 0, "start": "2025-07-11 22:27:53.490862" } STDOUT: writethrough = 1 TASK [fedora.linux_system_roles.mssql : Configure the setting control writethrough] *** task path: /tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:12 Friday 11 July 2025 22:27:53 -0400 (0:00:00.398) 0:04:06.327 *********** changed: [managed-node2] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "set", "control.writethrough", "0" ], "delta": "0:00:00.114987", "end": "2025-07-11 22:27:54.064791", "failed_when_result": false, "rc": 0, "start": "2025-07-11 22:27:53.949804" } 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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:42 Friday 11 July 2025 22:27:54 -0400 (0:00:00.556) 0:04:06.883 *********** 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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:922 Friday 11 July 2025 22:27:54 -0400 (0:00:00.074) 0:04:06.958 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Join to realm {{ ad_integration_realm }}] ******************************** task path: /tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:930 Friday 11 July 2025 22:27:54 -0400 (0:00:00.095) 0:04:07.053 *********** 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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:938 Friday 11 July 2025 22:27:54 -0400 (0:00:00.103) 0:04:07.157 *********** 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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:945 Friday 11 July 2025 22:27:54 -0400 (0:00:00.097) 0:04:07.255 *********** 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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:952 Friday 11 July 2025 22:27:54 -0400 (0:00:00.105) 0:04:07.360 *********** 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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:961 Friday 11 July 2025 22:27:54 -0400 (0:00:00.102) 0:04:07.463 *********** 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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:974 Friday 11 July 2025 22:27:54 -0400 (0:00:00.094) 0:04:07.557 *********** 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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:983 Friday 11 July 2025 22:27:54 -0400 (0:00:00.088) 0:04:07.646 *********** 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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:997 Friday 11 July 2025 22:27:55 -0400 (0:00:00.171) 0:04:07.818 *********** 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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1007 Friday 11 July 2025 22:27:55 -0400 (0:00:00.086) 0:04:07.904 *********** 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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1012 Friday 11 July 2025 22:27:55 -0400 (0:00:00.108) 0:04:08.013 *********** 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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1029 Friday 11 July 2025 22:27:55 -0400 (0:00:00.079) 0:04:08.093 *********** 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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1034 Friday 11 July 2025 22:27:55 -0400 (0:00:00.086) 0:04:08.180 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Get keytab properties] ***************** task path: /tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1039 Friday 11 July 2025 22:27:55 -0400 (0:00:00.065) 0:04:08.246 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Create keytab] ************************* task path: /tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1045 Friday 11 July 2025 22:27:55 -0400 (0:00:00.072) 0:04:08.318 *********** 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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1071 Friday 11 July 2025 22:27:55 -0400 (0:00:00.097) 0:04:08.416 *********** 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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1092 Friday 11 July 2025 22:27:55 -0400 (0:00:00.090) 0:04:08.506 *********** 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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1100 Friday 11 July 2025 22:27:55 -0400 (0:00:00.104) 0:04:08.610 *********** 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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1110 Friday 11 July 2025 22:27:55 -0400 (0:00:00.079) 0:04:08.690 *********** 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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1116 Friday 11 July 2025 22:27:56 -0400 (0:00:00.078) 0:04:08.769 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Mark active hosts] ********************* task path: /tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1133 Friday 11 July 2025 22:27:56 -0400 (0:00:00.066) 0:04:08.835 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Fail if any hosts are no longer active] *** task path: /tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1137 Friday 11 July 2025 22:27:56 -0400 (0:00:00.084) 0:04:08.920 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Unset __mssql_is_active] *************** task path: /tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1152 Friday 11 July 2025 22:27:56 -0400 (0:00:00.090) 0:04:09.011 *********** 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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1158 Friday 11 July 2025 22:27:56 -0400 (0:00:00.104) 0:04:09.115 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Set host variables] ******************** task path: /tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1178 Friday 11 July 2025 22:27:56 -0400 (0:00:00.087) 0:04:09.202 *********** 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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1231 Friday 11 July 2025 22:27:56 -0400 (0:00:00.079) 0:04:09.282 *********** 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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1238 Friday 11 July 2025 22:27:56 -0400 (0:00:00.080) 0:04:09.362 *********** 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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1245 Friday 11 July 2025 22:27:56 -0400 (0:00:00.061) 0:04:09.424 *********** 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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1257 Friday 11 July 2025 22:27:56 -0400 (0:00:00.063) 0:04:09.487 *********** 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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1263 Friday 11 July 2025 22:27:56 -0400 (0:00:00.062) 0:04:09.550 *********** 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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1271 Friday 11 July 2025 22:27:56 -0400 (0:00:00.082) 0:04:09.632 *********** 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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1280 Friday 11 July 2025 22:27:56 -0400 (0:00:00.062) 0:04:09.695 *********** 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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1288 Friday 11 July 2025 22:27:57 -0400 (0:00:00.147) 0:04:09.842 *********** skipping: [managed-node2] => (item={u'key': u'cert', u'value': u'/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={u'key': u'key', u'value': u'/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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1302 Friday 11 July 2025 22:27:57 -0400 (0:00:00.091) 0:04:09.934 *********** 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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1308 Friday 11 July 2025 22:27:57 -0400 (0:00:00.067) 0:04:10.002 *********** 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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1330 Friday 11 July 2025 22:27:57 -0400 (0:00:00.062) 0:04:10.064 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Configure ag] ************************** task path: /tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1340 Friday 11 July 2025 22:27:57 -0400 (0:00:00.066) 0:04:10.130 *********** 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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1347 Friday 11 July 2025 22:27:57 -0400 (0:00:00.063) 0:04:10.193 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Replicate DBs] ************************* task path: /tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1356 Friday 11 July 2025 22:27:57 -0400 (0:00:00.066) 0:04:10.260 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Mark active hosts] ********************* task path: /tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1363 Friday 11 July 2025 22:27:57 -0400 (0:00:00.062) 0:04:10.323 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Fail if any hosts are no longer active] *** task path: /tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1367 Friday 11 July 2025 22:27:57 -0400 (0:00:00.066) 0:04:10.389 *********** 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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1384 Friday 11 July 2025 22:27:57 -0400 (0:00:00.064) 0:04:10.454 *********** 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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1397 Friday 11 July 2025 22:27:57 -0400 (0:00:00.092) 0:04:10.546 *********** 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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1404 Friday 11 July 2025 22:27:57 -0400 (0:00:00.085) 0:04:10.632 *********** 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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1411 Friday 11 July 2025 22:27:58 -0400 (0:00:00.075) 0:04:10.708 *********** 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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1420 Friday 11 July 2025 22:27:58 -0400 (0:00:00.072) 0:04:10.780 *********** 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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1427 Friday 11 July 2025 22:27:58 -0400 (0:00:00.059) 0:04:10.839 *********** skipping: [managed-node2] => (item={u'key': u'cert', u'value': u'/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={u'key': u'key', u'value': u'/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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1439 Friday 11 July 2025 22:27:58 -0400 (0:00:00.094) 0:04:10.934 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Create HA login] *********************** task path: /tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1448 Friday 11 July 2025 22:27:58 -0400 (0:00:00.116) 0:04:11.050 *********** 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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1455 Friday 11 July 2025 22:27:58 -0400 (0:00:00.093) 0:04:11.144 *********** 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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1461 Friday 11 July 2025 22:27:58 -0400 (0:00:00.085) 0:04:11.230 *********** 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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1469 Friday 11 July 2025 22:27:58 -0400 (0:00:00.087) 0:04:11.317 *********** 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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1482 Friday 11 July 2025 22:27:58 -0400 (0:00:00.082) 0:04:11.400 *********** 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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1494 Friday 11 July 2025 22:27:58 -0400 (0:00:00.065) 0:04:11.465 *********** 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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1499 Friday 11 July 2025 22:27:58 -0400 (0:00:00.062) 0:04:11.527 *********** 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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1507 Friday 11 July 2025 22:27:58 -0400 (0:00:00.154) 0:04:11.682 *********** 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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1516 Friday 11 July 2025 22:27:59 -0400 (0:00:00.067) 0:04:11.749 *********** changed: [managed-node2] => { "changed": true } MSG: Block inserted RUNNING HANDLER [fedora.linux_system_roles.mssql : Restart the mssql-server service] *** task path: /tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/handlers/main.yml:3 Friday 11 July 2025 22:27:59 -0400 (0:00:00.440) 0:04:12.190 *********** changed: [managed-node2] => { "changed": true, "name": "mssql-server", "state": "started", "status": { "ActiveEnterTimestamp": "Fri 2025-07-11 22:25:51 EDT", "ActiveEnterTimestampMonotonic": "520295447", "ActiveExitTimestamp": "Fri 2025-07-11 22:27:28 EDT", "ActiveExitTimestampMonotonic": "617071737", "ActiveState": "inactive", "After": "-.mount systemd-journald.socket system.slice network.target auditd.service basic.target", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Fri 2025-07-11 22:25:51 EDT", "AssertTimestampMonotonic": "520294803", "Before": "shutdown.target multi-user.target", "BlockIOAccounting": "no", "BlockIOWeight": "18446744073709551615", "CPUAccounting": "no", "CPUQuotaPerSecUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "18446744073709551615", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "18446744073709551615", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Fri 2025-07-11 22:25:51 EDT", "ConditionTimestampMonotonic": "520294802", "Conflicts": "shutdown.target", "ControlPID": "0", "DefaultDependencies": "yes", "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", "ExecMainCode": "1", "ExecMainExitTimestamp": "Fri 2025-07-11 22:27:29 EDT", "ExecMainExitTimestampMonotonic": "617692703", "ExecMainPID": "16116", "ExecMainStartTimestamp": "Fri 2025-07-11 22:25:51 EDT", "ExecMainStartTimestampMonotonic": "520295391", "ExecMainStatus": "0", "ExecStart": "{ path=/opt/mssql/bin/sqlservr ; argv[]=/opt/mssql/bin/sqlservr ; ignore_errors=no ; start_time=[Fri 2025-07-11 22:25:51 EDT] ; stop_time=[Fri 2025-07-11 22:27:29 EDT] ; pid=16116 ; code=exited ; status=0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/mssql-server.service", "GuessMainPID": "yes", "IOScheduling": "0", "Id": "mssql-server.service", "IgnoreOnIsolate": "no", "IgnoreOnSnapshot": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestamp": "Fri 2025-07-11 22:27:29 EDT", "InactiveEnterTimestampMonotonic": "617692789", "InactiveExitTimestamp": "Fri 2025-07-11 22:25:51 EDT", "InactiveExitTimestampMonotonic": "520295447", "JobTimeoutAction": "none", "JobTimeoutUSec": "0", "KillMode": "process", "KillSignal": "15", "LimitAS": "18446744073709551615", "LimitCORE": "18446744073709551615", "LimitCPU": "18446744073709551615", "LimitDATA": "18446744073709551615", "LimitFSIZE": "18446744073709551615", "LimitLOCKS": "18446744073709551615", "LimitMEMLOCK": "65536", "LimitMSGQUEUE": "819200", "LimitNICE": "0", "LimitNOFILE": "18446744073709551615", "LimitNPROC": "18446744073709551615", "LimitRSS": "18446744073709551615", "LimitRTPRIO": "0", "LimitRTTIME": "18446744073709551615", "LimitSIGPENDING": "29173", "LimitSTACK": "18446744073709551615", "LoadState": "loaded", "MainPID": "0", "MemoryAccounting": "no", "MemoryCurrent": "18446744073709551615", "MemoryLimit": "18446744073709551615", "MountFlags": "0", "Names": "mssql-server.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "PrivateDevices": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "ProtectHome": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "Requires": "-.mount basic.target system.slice", "RequiresMountsFor": "/var/opt/mssql", "Restart": "on-failure", "RestartUSec": "100ms", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "0", "StartLimitInterval": "0", "StartupBlockIOWeight": "18446744073709551615", "StartupCPUShares": "18446744073709551615", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "dead", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "no", "TasksCurrent": "18446744073709551615", "TasksMax": "18446744073709551615", "TimeoutStartUSec": "30min", "TimeoutStopUSec": "30min", "TimerSlackNSec": "50000", "Transient": "no", "Type": "simple", "UMask": "0007", "UnitFilePreset": "disabled", "UnitFileState": "enabled", "User": "mssql", "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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1529 Friday 11 July 2025 22:28:00 -0400 (0:00:00.591) 0:04:12.781 *********** 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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1536 Friday 11 July 2025 22:28:00 -0400 (0:00:00.078) 0:04:12.860 *********** 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-EQ4/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/tests_idempotency.yml:69 Friday 11 July 2025 22:28:00 -0400 (0:00:00.068) 0:04:12.928 *********** TASK [fedora.linux_system_roles.mssql : Ensure ansible_facts and variables used by role] *** task path: /tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:3 Friday 11 July 2025 22:28:01 -0400 (0:00:01.394) 0:04:14.323 *********** included: /tmp/collections-EQ4/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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/set_vars.yml:3 Friday 11 July 2025 22:28:01 -0400 (0:00:00.165) 0:04:14.489 *********** 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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/set_vars.yml:8 Friday 11 July 2025 22:28:01 -0400 (0:00:00.128) 0:04:14.618 *********** 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-EQ4/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_7.yml) => { "ansible_facts": { "__mssql_client_repository": "https://packages.microsoft.com/rhel/7/prod/", "__mssql_confined_supported": false, "__mssql_server_repository": "https://packages.microsoft.com/rhel/7/mssql-server-{{ mssql_version | int }}/", "__mssql_supported_versions": [ 2017, 2019 ] }, "ansible_included_var_files": [ "/tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/vars/CentOS_7.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_7.yml" } skipping: [managed-node2] => (item=CentOS_7.9.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS_7.9.yml", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Run systemctl] ************************* task path: /tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/set_vars.yml:22 Friday 11 July 2025 22:28:02 -0400 (0:00:00.157) 0:04:14.775 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Require installed systemd] ************* task path: /tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/set_vars.yml:29 Friday 11 July 2025 22:28:02 -0400 (0:00:00.096) 0:04:14.872 *********** 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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/set_vars.yml:34 Friday 11 July 2025 22:28:02 -0400 (0:00:00.108) 0:04:14.980 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Unset internal role facts] ************* task path: /tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:8 Friday 11 July 2025 22:28:02 -0400 (0:00:00.099) 0:04:15.080 *********** ok: [managed-node2] => { "ansible_facts": { "__mssql_is_active": null, "__mssql_sqlcmd_login_cmd": null }, "changed": false } TASK [fedora.linux_system_roles.mssql : Print that the mssql_input_sql_file variable is deprecated] *** task path: /tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:16 Friday 11 July 2025 22:28:02 -0400 (0:00:00.099) 0:04:15.179 *********** skipping: [managed-node2] => {} TASK [fedora.linux_system_roles.mssql : Link the deprecated mssql_input_sql_file fact] *** task path: /tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:24 Friday 11 July 2025 22:28:02 -0400 (0:00:00.111) 0:04:15.290 *********** 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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:31 Friday 11 July 2025 22:28:02 -0400 (0:00:00.080) 0:04:15.371 *********** skipping: [managed-node2] => {} TASK [fedora.linux_system_roles.mssql : Link the deprecated mssql_ha_listener_port fact] *** task path: /tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:38 Friday 11 July 2025 22:28:02 -0400 (0:00:00.081) 0:04:15.453 *********** 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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:45 Friday 11 July 2025 22:28:02 -0400 (0:00:00.068) 0:04:15.522 *********** skipping: [managed-node2] => {} TASK [fedora.linux_system_roles.mssql : Link the deprecated mssql_ad_sql_user_name fact] *** task path: /tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:52 Friday 11 July 2025 22:28:02 -0400 (0:00:00.065) 0:04:15.588 *********** 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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:59 Friday 11 July 2025 22:28:02 -0400 (0:00:00.065) 0:04:15.653 *********** skipping: [managed-node2] => {} TASK [fedora.linux_system_roles.mssql : Link the deprecated mssql_ha_cluster_run_role fact] *** task path: /tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:66 Friday 11 July 2025 22:28:03 -0400 (0:00:00.068) 0:04:15.722 *********** 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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:75 Friday 11 July 2025 22:28:03 -0400 (0:00:00.063) 0:04:15.785 *********** skipping: [managed-node2] => {} TASK [fedora.linux_system_roles.mssql : Link the deprecated fact] ************** task path: /tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:84 Friday 11 July 2025 22:28:03 -0400 (0:00:00.065) 0:04:15.851 *********** 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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:88 Friday 11 July 2025 22:28:03 -0400 (0:00:00.062) 0:04:15.913 *********** 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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:95 Friday 11 July 2025 22:28:03 -0400 (0:00:00.068) 0:04:15.982 *********** 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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:107 Friday 11 July 2025 22:28:03 -0400 (0:00:00.071) 0:04:16.054 *********** 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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:115 Friday 11 July 2025 22:28:03 -0400 (0:00:00.192) 0:04:16.246 *********** 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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:124 Friday 11 July 2025 22:28:03 -0400 (0:00:00.070) 0:04:16.317 *********** 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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:133 Friday 11 July 2025 22:28:03 -0400 (0:00:00.068) 0:04:16.386 *********** 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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:143 Friday 11 July 2025 22:28:03 -0400 (0:00:00.065) 0:04:16.451 *********** 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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:152 Friday 11 July 2025 22:28:03 -0400 (0:00:00.071) 0:04:16.522 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Verify that mssql_ha_ag_is_contained is not provided with version 2017] *** task path: /tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:163 Friday 11 July 2025 22:28:03 -0400 (0:00:00.070) 0:04:16.593 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Verify fail reuse_system_db=true is not provided without ag_is_contained] *** task path: /tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:174 Friday 11 July 2025 22:28:03 -0400 (0:00:00.098) 0:04:16.692 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Gather package facts] ****************** task path: /tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:185 Friday 11 July 2025 22:28:04 -0400 (0:00:00.107) 0:04:16.799 *********** 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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:189 Friday 11 July 2025 22:28:05 -0400 (0:00:01.331) 0:04:18.130 *********** skipping: [managed-node2] => (item={u'value': 14, u'key': 2017}) => { "ansible_loop_var": "item", "changed": false, "item": { "key": 2017, "value": 14 }, "skip_reason": "Conditional result was False" } ok: [managed-node2] => (item={u'value': 15, u'key': 2019}) => { "ansible_facts": { "__mssql_current_version": "2019" }, "ansible_loop_var": "item", "changed": false, "item": { "key": 2019, "value": 15 } } skipping: [managed-node2] => (item={u'value': 16, u'key': 2022}) => { "ansible_loop_var": "item", "changed": false, "item": { "key": 2022, "value": 16 }, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Verify if mssql_version is not bigger then the existing SQL Server version] *** task path: /tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:197 Friday 11 July 2025 22:28:05 -0400 (0:00:00.217) 0:04:18.348 *********** skipping: [managed-node2] => { "changed": false, "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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:210 Friday 11 July 2025 22:28:05 -0400 (0:00:00.105) 0:04:18.454 *********** 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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:217 Friday 11 July 2025 22:28:05 -0400 (0:00:00.094) 0:04:18.549 *********** 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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:224 Friday 11 July 2025 22:28:05 -0400 (0:00:00.104) 0:04:18.653 *********** skipping: [managed-node2] => (item={u'value': 14, u'key': 2017}) => { "ansible_loop_var": "item", "changed": false, "item": { "key": 2017, "value": 14 }, "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item={u'value': 15, u'key': 2019}) => { "ansible_loop_var": "item", "changed": false, "item": { "key": 2019, "value": 15 }, "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item={u'value': 16, u'key': 2022}) => { "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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:238 Friday 11 July 2025 22:28:06 -0400 (0:00:00.155) 0:04:18.809 *********** ok: [managed-node2] => { "attempts": 1, "changed": false } TASK [fedora.linux_system_roles.mssql : Update all packages from SQL Server repo version 2019] *** task path: /tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:252 Friday 11 July 2025 22:28:07 -0400 (0:00:00.928) 0:04:19.738 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Get yum repositories] ****************** task path: /tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:262 Friday 11 July 2025 22:28:07 -0400 (0:00:00.100) 0:04:19.839 *********** 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 2019] *** task path: /tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:273 Friday 11 July 2025 22:28:07 -0400 (0:00:00.088) 0:04:19.927 *********** 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 2019] *** task path: /tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:287 Friday 11 July 2025 22:28:07 -0400 (0:00:00.081) 0:04:20.008 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Get zypper repositories] *************** task path: /tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:296 Friday 11 July 2025 22:28:07 -0400 (0:00:00.068) 0:04:20.077 *********** 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 2019] *** task path: /tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:308 Friday 11 July 2025 22:28:07 -0400 (0:00:00.070) 0:04:20.147 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Configure the Microsoft SQL Server repo version 2019] *** task path: /tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:315 Friday 11 July 2025 22:28:07 -0400 (0:00:00.068) 0:04:20.215 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Configure the Microsoft SQL Server repo version 2019] *** task path: /tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:327 Friday 11 July 2025 22:28:07 -0400 (0:00:00.094) 0:04:20.310 *********** 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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:340 Friday 11 July 2025 22:28:07 -0400 (0:00:00.064) 0:04:20.374 *********** ok: [managed-node2] => { "changed": false, "rc": 0, "results": [ "mssql-server-selinux is not installed" ] } TASK [fedora.linux_system_roles.mssql : Ensure the package mssql-server] ******* task path: /tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:345 Friday 11 July 2025 22:28:08 -0400 (0:00:00.609) 0:04:20.983 *********** ok: [managed-node2] => { "changed": false, "rc": 0, "results": [ "mssql-server-15.0.4375.4-1.x86_64 providing mssql-server is already installed" ] } lsrpackages: mssql-server TASK [fedora.linux_system_roles.mssql : Check if the errorlog file exists and its location] *** task path: /tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:350 Friday 11 July 2025 22:28:08 -0400 (0:00:00.588) 0:04:21.572 *********** 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.005286", "end": "2025-07-11 22:28:09.143194", "rc": 0, "start": "2025-07-11 22:28:09.137908" } STDOUT: /var/opt/mssql/log/errorlog TASK [fedora.linux_system_roles.mssql : Check if mssql-server.service is enabled] *** task path: /tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:367 Friday 11 July 2025 22:28:09 -0400 (0:00:00.398) 0:04:21.970 *********** ok: [managed-node2] => { "changed": false, "cmd": [ "systemctl", "is-enabled", "mssql-server.service" ], "delta": "0:00:00.005425", "end": "2025-07-11 22:28:09.563406", "failed_when_result": false, "rc": 0, "start": "2025-07-11 22:28:09.557981" } STDOUT: enabled TASK [fedora.linux_system_roles.mssql : Check if mssql-server.service is running] *** task path: /tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:374 Friday 11 July 2025 22:28:09 -0400 (0:00:00.395) 0:04:22.365 *********** ok: [managed-node2] => { "changed": false, "cmd": [ "systemctl", "is-active", "mssql-server.service" ], "delta": "0:00:00.004905", "end": "2025-07-11 22:28:09.946134", "failed_when_result": false, "rc": 0, "start": "2025-07-11 22:28:09.941229" } STDOUT: active TASK [fedora.linux_system_roles.mssql : Set the __mssql_is_setup variable] ***** task path: /tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:381 Friday 11 July 2025 22:28:10 -0400 (0:00:00.404) 0:04:22.770 *********** 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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:388 Friday 11 July 2025 22:28:10 -0400 (0:00:00.108) 0:04:22.878 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Set up MSSQL] ************************** task path: /tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:404 Friday 11 July 2025 22:28:10 -0400 (0:00:00.096) 0:04:22.974 *********** 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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:430 Friday 11 July 2025 22:28:10 -0400 (0:00:00.096) 0:04:23.071 *********** included: /tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/configure_storage_paths.yml for managed-node2 included: /tmp/collections-EQ4/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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/configure_storage_paths.yml:3 Friday 11 July 2025 22:28:10 -0400 (0:00:00.221) 0:04:23.293 *********** ok: [managed-node2] => { "changed": false, "gid": 994, "group": "mssql", "mode": "0755", "owner": "mssql", "path": "/var/opt/mssql/data", "secontext": "unconfined_u:object_r:var_t:s0", "size": 4096, "state": "directory", "uid": 996 } TASK [fedora.linux_system_roles.mssql : Append facts for the selinux role] ***** task path: /tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/configure_storage_paths.yml:12 Friday 11 July 2025 22:28:11 -0400 (0:00:00.458) 0:04:23.751 *********** 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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/configure_storage_paths.yml:28 Friday 11 July 2025 22:28:11 -0400 (0:00:00.251) 0:04:24.002 *********** included: /tmp/collections-EQ4/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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:3 Friday 11 July 2025 22:28:11 -0400 (0:00:00.170) 0:04:24.173 *********** ok: [managed-node2] => { "changed": false, "cmd": [ "grep", "^defaultdatadir = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.002947", "end": "2025-07-11 22:28:11.784583", "failed_when_result": false, "rc": 0, "start": "2025-07-11 22:28:11.781636" } STDOUT: defaultdatadir = /var/opt/mssql/data TASK [fedora.linux_system_roles.mssql : Configure the setting filelocation defaultdatadir] *** task path: /tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:12 Friday 11 July 2025 22:28:11 -0400 (0:00:00.454) 0:04:24.628 *********** 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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:42 Friday 11 July 2025 22:28:12 -0400 (0:00:00.112) 0:04:24.740 *********** 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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/configure_storage_paths.yml:3 Friday 11 July 2025 22:28:12 -0400 (0:00:00.105) 0:04:24.845 *********** ok: [managed-node2] => { "changed": false, "gid": 994, "group": "mssql", "mode": "0755", "owner": "mssql", "path": "/var/opt/mssql/log", "secontext": "unconfined_u:object_r:var_t:s0", "size": 4096, "state": "directory", "uid": 996 } TASK [fedora.linux_system_roles.mssql : Append facts for the selinux role] ***** task path: /tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/configure_storage_paths.yml:12 Friday 11 July 2025 22:28:12 -0400 (0:00:00.442) 0:04:25.287 *********** 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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/configure_storage_paths.yml:28 Friday 11 July 2025 22:28:12 -0400 (0:00:00.099) 0:04:25.387 *********** included: /tmp/collections-EQ4/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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:3 Friday 11 July 2025 22:28:12 -0400 (0:00:00.172) 0:04:25.559 *********** ok: [managed-node2] => { "changed": false, "cmd": [ "grep", "^defaultlogdir = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.002951", "end": "2025-07-11 22:28:13.196792", "failed_when_result": false, "rc": 0, "start": "2025-07-11 22:28:13.193841" } STDOUT: defaultlogdir = /var/opt/mssql/log TASK [fedora.linux_system_roles.mssql : Configure the setting filelocation defaultlogdir] *** task path: /tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:12 Friday 11 July 2025 22:28:13 -0400 (0:00:00.474) 0:04:26.034 *********** 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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:42 Friday 11 July 2025 22:28:13 -0400 (0:00:00.121) 0:04:26.156 *********** 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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:445 Friday 11 July 2025 22:28:13 -0400 (0:00:00.108) 0:04:26.264 *********** 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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:459 Friday 11 July 2025 22:28:13 -0400 (0:00:00.098) 0:04:26.362 *********** 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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:470 Friday 11 July 2025 22:28:13 -0400 (0:00:00.100) 0:04:26.463 *********** ok: [managed-node2] => { "changed": false, "rc": 0, "results": [ "tuned-profiles-mssql-2.11.0-12.el7_9.noarch providing tuned-profiles-mssql is already installed" ] } lsrpackages: tuned-profiles-mssql TASK [fedora.linux_system_roles.mssql : Ensure that the tuned service is started and enabled] *** task path: /tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:476 Friday 11 July 2025 22:28:14 -0400 (0:00:00.664) 0:04:27.128 *********** ok: [managed-node2] => { "changed": false, "enabled": true, "name": "tuned", "state": "started", "status": { "ActiveEnterTimestamp": "Fri 2025-07-11 22:17:25 EDT", "ActiveEnterTimestampMonotonic": "14336255", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "systemd-journald.socket system.slice network.target dbus.service basic.target systemd-sysctl.service", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Fri 2025-07-11 22:17:25 EDT", "AssertTimestampMonotonic": "13663989", "Before": "shutdown.target multi-user.target", "BlockIOAccounting": "no", "BlockIOWeight": "18446744073709551615", "BusName": "com.redhat.tuned", "CPUAccounting": "no", "CPUQuotaPerSecUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "18446744073709551615", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "18446744073709551615", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Fri 2025-07-11 22:17:25 EDT", "ConditionTimestampMonotonic": "13663988", "Conflicts": "cpupower.service shutdown.target", "ControlGroup": "/system.slice/tuned.service", "ControlPID": "0", "DefaultDependencies": "yes", "Delegate": "no", "Description": "Dynamic System Tuning Daemon", "DevicePolicy": "auto", "Documentation": "man:tuned(8) man:tuned.conf(5) man:tuned-adm(8)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "876", "ExecMainStartTimestamp": "Fri 2025-07-11 22:17:25 EDT", "ExecMainStartTimestampMonotonic": "13664619", "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", "GuessMainPID": "yes", "IOScheduling": "0", "Id": "tuned.service", "IgnoreOnIsolate": "no", "IgnoreOnSnapshot": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestamp": "Fri 2025-07-11 22:17:25 EDT", "InactiveExitTimestampMonotonic": "13664652", "JobTimeoutAction": "none", "JobTimeoutUSec": "0", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "18446744073709551615", "LimitCORE": "18446744073709551615", "LimitCPU": "18446744073709551615", "LimitDATA": "18446744073709551615", "LimitFSIZE": "18446744073709551615", "LimitLOCKS": "18446744073709551615", "LimitMEMLOCK": "65536", "LimitMSGQUEUE": "819200", "LimitNICE": "0", "LimitNOFILE": "4096", "LimitNPROC": "29173", "LimitRSS": "18446744073709551615", "LimitRTPRIO": "0", "LimitRTTIME": "18446744073709551615", "LimitSIGPENDING": "29173", "LimitSTACK": "18446744073709551615", "LoadState": "loaded", "MainPID": "876", "MemoryAccounting": "no", "MemoryCurrent": "18446744073709551615", "MemoryLimit": "18446744073709551615", "MountFlags": "0", "Names": "tuned.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PIDFile": "/run/tuned/tuned.pid", "PermissionsStartOnly": "no", "PrivateDevices": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "ProtectHome": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "Requires": "polkit.service dbus.service basic.target system.slice", "Restart": "no", "RestartUSec": "100ms", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitInterval": "10000000", "StartupBlockIOWeight": "18446744073709551615", "StartupCPUShares": "18446744073709551615", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "no", "TasksCurrent": "18446744073709551615", "TasksMax": "18446744073709551615", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "dbus", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "WantedBy": "multi-user.target", "WatchdogTimestamp": "Fri 2025-07-11 22:17:25 EDT", "WatchdogTimestampMonotonic": "14335937", "WatchdogUSec": "0" } } TASK [fedora.linux_system_roles.mssql : Get the active Tuned profiles] ********* task path: /tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:483 Friday 11 July 2025 22:28:14 -0400 (0:00:00.546) 0:04:27.675 *********** 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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:489 Friday 11 July 2025 22:28:15 -0400 (0:00:00.599) 0:04:28.274 *********** 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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:502 Friday 11 July 2025 22:28:15 -0400 (0:00:00.096) 0:04:28.371 *********** 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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:514 Friday 11 July 2025 22:28:15 -0400 (0:00:00.100) 0:04:28.471 *********** 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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:523 Friday 11 July 2025 22:28:15 -0400 (0:00:00.074) 0:04:28.545 *********** 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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:540 Friday 11 July 2025 22:28:15 -0400 (0:00:00.083) 0:04:28.629 *********** 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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:548 Friday 11 July 2025 22:28:16 -0400 (0:00:00.095) 0:04:28.724 *********** 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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:556 Friday 11 July 2025 22:28:16 -0400 (0:00:00.463) 0:04:29.188 *********** 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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:565 Friday 11 July 2025 22:28:16 -0400 (0:00:00.100) 0:04:29.288 *********** ok: [managed-node2] => { "changed": false, "rc": 0, "results": [ "mssql-tools18-18.4.1.1-1.x86_64 providing mssql-tools18 is already installed", "unixODBC-devel-2.3.11-1.rh.x86_64 providing unixODBC-devel is already installed" ] } lsrpackages: mssql-tools18 unixODBC-devel TASK [Create certificates using the certificate role] ************************** task path: /tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:582 Friday 11 July 2025 22:28:17 -0400 (0:00:00.618) 0:04:29.907 *********** 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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:596 Friday 11 July 2025 22:28:17 -0400 (0:00:00.082) 0:04:29.990 *********** 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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:601 Friday 11 July 2025 22:28:17 -0400 (0:00:00.067) 0:04:30.057 *********** 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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:619 Friday 11 July 2025 22:28:17 -0400 (0:00:00.094) 0:04:30.152 *********** 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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:628 Friday 11 July 2025 22:28:17 -0400 (0:00:00.093) 0:04:30.246 *********** 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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:637 Friday 11 July 2025 22:28:17 -0400 (0:00:00.099) 0:04:30.345 *********** 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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:644 Friday 11 July 2025 22:28:17 -0400 (0:00:00.094) 0:04:30.439 *********** 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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:653 Friday 11 July 2025 22:28:17 -0400 (0:00:00.102) 0:04:30.541 *********** ok: [managed-node2] => { "changed": false, "cmd": "set -euo pipefail; grep '^forceencryption' /var/opt/mssql/mssql.conf | sed 's/forceencryption = //g'", "delta": "0:00:00.004258", "end": "2025-07-11 22:28:18.140196", "failed_when_result": false, "rc": 1, "start": "2025-07-11 22:28:18.135938" } MSG: non-zero return code TASK [fedora.linux_system_roles.mssql : Append -No to sqlcmd when TLS is not configured] *** task path: /tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:662 Friday 11 July 2025 22:28:18 -0400 (0:00:00.403) 0:04:30.945 *********** 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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:669 Friday 11 July 2025 22:28:18 -0400 (0:00:00.070) 0:04:31.016 *********** 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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:682 Friday 11 July 2025 22:28:18 -0400 (0:00:00.102) 0:04:31.118 *********** included: /tmp/collections-EQ4/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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/verify_password.yml:3 Friday 11 July 2025 22:28:18 -0400 (0:00:00.176) 0:04:31.294 *********** ok: [managed-node2] => { "changed": false, "name": "mssql-server", "state": "started", "status": { "ActiveEnterTimestamp": "Fri 2025-07-11 22:27:59 EDT", "ActiveEnterTimestampMonotonic": "648306439", "ActiveExitTimestamp": "Fri 2025-07-11 22:27:28 EDT", "ActiveExitTimestampMonotonic": "617071737", "ActiveState": "active", "After": "-.mount systemd-journald.socket system.slice network.target auditd.service basic.target", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Fri 2025-07-11 22:27:59 EDT", "AssertTimestampMonotonic": "648305880", "Before": "shutdown.target multi-user.target", "BlockIOAccounting": "no", "BlockIOWeight": "18446744073709551615", "CPUAccounting": "no", "CPUQuotaPerSecUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "18446744073709551615", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "18446744073709551615", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Fri 2025-07-11 22:27:59 EDT", "ConditionTimestampMonotonic": "648305879", "Conflicts": "shutdown.target", "ControlGroup": "/system.slice/mssql-server.service", "ControlPID": "0", "DefaultDependencies": "yes", "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", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "22083", "ExecMainStartTimestamp": "Fri 2025-07-11 22:27:59 EDT", "ExecMainStartTimestampMonotonic": "648306397", "ExecMainStatus": "0", "ExecStart": "{ path=/opt/mssql/bin/sqlservr ; argv[]=/opt/mssql/bin/sqlservr ; ignore_errors=no ; start_time=[Fri 2025-07-11 22:27:59 EDT] ; stop_time=[n/a] ; pid=22083 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/mssql-server.service", "GuessMainPID": "yes", "IOScheduling": "0", "Id": "mssql-server.service", "IgnoreOnIsolate": "no", "IgnoreOnSnapshot": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestamp": "Fri 2025-07-11 22:27:29 EDT", "InactiveEnterTimestampMonotonic": "617692789", "InactiveExitTimestamp": "Fri 2025-07-11 22:27:59 EDT", "InactiveExitTimestampMonotonic": "648306439", "JobTimeoutAction": "none", "JobTimeoutUSec": "0", "KillMode": "process", "KillSignal": "15", "LimitAS": "18446744073709551615", "LimitCORE": "18446744073709551615", "LimitCPU": "18446744073709551615", "LimitDATA": "18446744073709551615", "LimitFSIZE": "18446744073709551615", "LimitLOCKS": "18446744073709551615", "LimitMEMLOCK": "65536", "LimitMSGQUEUE": "819200", "LimitNICE": "0", "LimitNOFILE": "18446744073709551615", "LimitNPROC": "18446744073709551615", "LimitRSS": "18446744073709551615", "LimitRTPRIO": "0", "LimitRTTIME": "18446744073709551615", "LimitSIGPENDING": "29173", "LimitSTACK": "18446744073709551615", "LoadState": "loaded", "MainPID": "22083", "MemoryAccounting": "no", "MemoryCurrent": "18446744073709551615", "MemoryLimit": "18446744073709551615", "MountFlags": "0", "Names": "mssql-server.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "PrivateDevices": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "ProtectHome": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "Requires": "-.mount basic.target system.slice", "RequiresMountsFor": "/var/opt/mssql", "Restart": "on-failure", "RestartUSec": "100ms", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "0", "StartLimitInterval": "0", "StartupBlockIOWeight": "18446744073709551615", "StartupCPUShares": "18446744073709551615", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "no", "TasksCurrent": "18446744073709551615", "TasksMax": "18446744073709551615", "TimeoutStartUSec": "30min", "TimeoutStopUSec": "30min", "TimerSlackNSec": "50000", "Transient": "no", "Type": "simple", "UMask": "0007", "UnitFilePreset": "disabled", "UnitFileState": "enabled", "User": "mssql", "WantedBy": "multi-user.target", "WatchdogTimestamp": "Fri 2025-07-11 22:27:59 EDT", "WatchdogTimestampMonotonic": "648306423", "WatchdogUSec": "0", "WorkingDirectory": "/var/opt/mssql" } } TASK [fedora.linux_system_roles.mssql : Check if a custom tcpport setting exist] *** task path: /tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/verify_password.yml:9 Friday 11 July 2025 22:28:19 -0400 (0:00:00.747) 0:04:32.042 *********** ok: [managed-node2] => { "changed": false, "cmd": [ "grep", "^tcpport = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003015", "end": "2025-07-11 22:28:19.645916", "failed_when_result": false, "rc": 0, "start": "2025-07-11 22:28:19.642901" } STDOUT: tcpport = 1435 TASK [fedora.linux_system_roles.mssql : Check if a custom ipaddress setting exist] *** task path: /tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/verify_password.yml:15 Friday 11 July 2025 22:28:19 -0400 (0:00:00.399) 0:04:32.441 *********** ok: [managed-node2] => { "changed": false, "cmd": [ "grep", "^ipaddress = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.002832", "end": "2025-07-11 22:28:20.048450", "failed_when_result": false, "rc": 0, "start": "2025-07-11 22:28:20.045618" } STDOUT: ipaddress = 127.0.0.1 TASK [fedora.linux_system_roles.mssql : Set a fact with a login command] ******* task path: /tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/verify_password.yml:21 Friday 11 July 2025 22:28:20 -0400 (0:00:00.435) 0:04:32.877 *********** 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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:686 Friday 11 July 2025 22:28:20 -0400 (0:00:00.125) 0:04:33.003 *********** ok: [managed-node2] => { "changed": false, "elapsed": 1, "gid": 994, "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": 7886, "state": "file", "uid": 996 } TASK [fedora.linux_system_roles.mssql : Check if the set password matches the existing password] *** task path: /tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:692 Friday 11 July 2025 22:28:21 -0400 (0:00:01.362) 0:04:34.366 *********** 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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:701 Friday 11 July 2025 22:28:22 -0400 (0:00:00.427) 0:04:34.793 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Gather package facts] ****************** task path: /tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:710 Friday 11 July 2025 22:28:22 -0400 (0:00:00.074) 0:04:34.867 *********** 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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:718 Friday 11 July 2025 22:28:23 -0400 (0:00:01.557) 0:04:36.425 *********** 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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:739 Friday 11 July 2025 22:28:23 -0400 (0:00:00.099) 0:04:36.524 *********** 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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:748 Friday 11 July 2025 22:28:23 -0400 (0:00:00.124) 0:04:36.648 *********** 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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:761 Friday 11 July 2025 22:28:24 -0400 (0:00:00.106) 0:04:36.755 *********** 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.004592", "end": "2025-07-11 22:28:24.414389", "rc": 0, "start": "2025-07-11 22:28:24.409797" } STDOUT: true TASK [fedora.linux_system_roles.mssql : Ensure that the mssql-server service is stopped] *** task path: /tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:776 Friday 11 July 2025 22:28:24 -0400 (0:00:00.478) 0:04:37.233 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Gather package facts] ****************** task path: /tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:785 Friday 11 July 2025 22:28:24 -0400 (0:00:00.229) 0:04:37.462 *********** 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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:791 Friday 11 July 2025 22:28:26 -0400 (0:00:01.350) 0:04:38.813 *********** 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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:810 Friday 11 July 2025 22:28:26 -0400 (0:00:00.093) 0:04:38.907 *********** included: /tmp/collections-EQ4/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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:3 Friday 11 July 2025 22:28:26 -0400 (0:00:00.148) 0:04:39.056 *********** ok: [managed-node2] => { "changed": false, "cmd": [ "grep", "^ipaddress = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.002919", "end": "2025-07-11 22:28:26.620431", "failed_when_result": false, "rc": 0, "start": "2025-07-11 22:28:26.617512" } STDOUT: ipaddress = 127.0.0.1 TASK [fedora.linux_system_roles.mssql : Configure the setting network ipaddress] *** task path: /tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:12 Friday 11 July 2025 22:28:26 -0400 (0:00:00.355) 0:04:39.412 *********** 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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:42 Friday 11 July 2025 22:28:26 -0400 (0:00:00.072) 0:04:39.485 *********** 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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:817 Friday 11 July 2025 22:28:26 -0400 (0:00:00.062) 0:04:39.548 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Open the TCP port 1435] ************************************************** task path: /tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:824 Friday 11 July 2025 22:28:26 -0400 (0:00:00.065) 0:04:39.613 *********** 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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:836 Friday 11 July 2025 22:28:26 -0400 (0:00:00.062) 0:04:39.676 *********** included: /tmp/collections-EQ4/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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:3 Friday 11 July 2025 22:28:27 -0400 (0:00:00.111) 0:04:39.788 *********** ok: [managed-node2] => { "changed": false, "cmd": [ "grep", "^tcpport = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.002859", "end": "2025-07-11 22:28:27.381300", "failed_when_result": false, "rc": 0, "start": "2025-07-11 22:28:27.378441" } STDOUT: tcpport = 1435 TASK [fedora.linux_system_roles.mssql : Configure the setting network tcpport] *** task path: /tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:12 Friday 11 July 2025 22:28:27 -0400 (0:00:00.427) 0:04:40.215 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Unset the setting network tcpport] ***** task path: /tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:42 Friday 11 July 2025 22:28:27 -0400 (0:00:00.135) 0:04:40.351 *********** 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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:842 Friday 11 July 2025 22:28:27 -0400 (0:00:00.102) 0:04:40.453 *********** 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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:862 Friday 11 July 2025 22:28:27 -0400 (0:00:00.092) 0:04:40.546 *********** included: /tmp/collections-EQ4/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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:3 Friday 11 July 2025 22:28:28 -0400 (0:00:00.198) 0:04:40.744 *********** ok: [managed-node2] => { "changed": false, "cmd": [ "grep", "^enabled = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.002891", "end": "2025-07-11 22:28:28.332884", "failed_when_result": false, "rc": 0, "start": "2025-07-11 22:28:28.329993" } STDOUT: enabled = False TASK [fedora.linux_system_roles.mssql : Configure the setting sqlagent enabled] *** task path: /tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:12 Friday 11 July 2025 22:28:28 -0400 (0:00:00.504) 0:04:41.249 *********** 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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:42 Friday 11 July 2025 22:28:28 -0400 (0:00:00.087) 0:04:41.336 *********** 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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:869 Friday 11 July 2025 22:28:28 -0400 (0:00:00.073) 0:04:41.409 *********** ok: [managed-node2] => { "changed": false, "rc": 0, "results": [ "mssql-server-fts is not installed" ] } TASK [fedora.linux_system_roles.mssql : Ensure the package powershell] ********* task path: /tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:876 Friday 11 July 2025 22:28:29 -0400 (0:00:00.641) 0:04:42.051 *********** ok: [managed-node2] => { "changed": false, "rc": 0, "results": [ "powershell is not installed" ] } TASK [fedora.linux_system_roles.mssql : Check if the 3979 trace flag is enabled] *** task path: /tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:885 Friday 11 July 2025 22:28:29 -0400 (0:00:00.629) 0:04:42.680 *********** ok: [managed-node2] => { "changed": false, "cmd": [ "grep", "^traceflag[0-9] = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.002874", "end": "2025-07-11 22:28:30.418490", "failed_when_result": false, "rc": 1, "start": "2025-07-11 22:28:30.415616" } MSG: non-zero return code TASK [fedora.linux_system_roles.mssql : Set the 3979 traceflag] **************** task path: /tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:891 Friday 11 July 2025 22:28:30 -0400 (0:00:00.574) 0:04:43.255 *********** 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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:898 Friday 11 July 2025 22:28:30 -0400 (0:00:00.086) 0:04:43.341 *********** 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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:906 Friday 11 July 2025 22:28:30 -0400 (0:00:00.099) 0:04:43.441 *********** included: /tmp/collections-EQ4/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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:3 Friday 11 July 2025 22:28:30 -0400 (0:00:00.167) 0:04:43.608 *********** ok: [managed-node2] => { "changed": false, "cmd": [ "grep", "^alternatewritethrough = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.002952", "end": "2025-07-11 22:28:31.313365", "failed_when_result": false, "rc": 0, "start": "2025-07-11 22:28:31.310413" } STDOUT: alternatewritethrough = 0 TASK [fedora.linux_system_roles.mssql : Configure the setting control alternatewritethrough] *** task path: /tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:12 Friday 11 July 2025 22:28:31 -0400 (0:00:00.680) 0:04:44.288 *********** 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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:42 Friday 11 July 2025 22:28:31 -0400 (0:00:00.156) 0:04:44.445 *********** 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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:912 Friday 11 July 2025 22:28:31 -0400 (0:00:00.108) 0:04:44.554 *********** included: /tmp/collections-EQ4/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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:3 Friday 11 July 2025 22:28:32 -0400 (0:00:00.157) 0:04:44.712 *********** ok: [managed-node2] => { "changed": false, "cmd": [ "grep", "^writethrough = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.002992", "end": "2025-07-11 22:28:32.293932", "failed_when_result": false, "rc": 0, "start": "2025-07-11 22:28:32.290940" } STDOUT: writethrough = 0 TASK [fedora.linux_system_roles.mssql : Configure the setting control writethrough] *** task path: /tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:12 Friday 11 July 2025 22:28:32 -0400 (0:00:00.435) 0:04:45.147 *********** 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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:42 Friday 11 July 2025 22:28:32 -0400 (0:00:00.201) 0:04:45.348 *********** 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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:922 Friday 11 July 2025 22:28:32 -0400 (0:00:00.127) 0:04:45.475 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Join to realm {{ ad_integration_realm }}] ******************************** task path: /tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:930 Friday 11 July 2025 22:28:33 -0400 (0:00:00.306) 0:04:45.782 *********** 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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:938 Friday 11 July 2025 22:28:33 -0400 (0:00:00.176) 0:04:45.958 *********** 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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:945 Friday 11 July 2025 22:28:33 -0400 (0:00:00.222) 0:04:46.181 *********** 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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:952 Friday 11 July 2025 22:28:33 -0400 (0:00:00.147) 0:04:46.328 *********** 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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:961 Friday 11 July 2025 22:28:33 -0400 (0:00:00.220) 0:04:46.549 *********** 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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:974 Friday 11 July 2025 22:28:34 -0400 (0:00:00.196) 0:04:46.746 *********** 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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:983 Friday 11 July 2025 22:28:34 -0400 (0:00:00.119) 0:04:46.865 *********** 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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:997 Friday 11 July 2025 22:28:34 -0400 (0:00:00.111) 0:04:46.976 *********** 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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1007 Friday 11 July 2025 22:28:34 -0400 (0:00:00.134) 0:04:47.111 *********** 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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1012 Friday 11 July 2025 22:28:34 -0400 (0:00:00.118) 0:04:47.229 *********** 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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1029 Friday 11 July 2025 22:28:34 -0400 (0:00:00.109) 0:04:47.339 *********** 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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1034 Friday 11 July 2025 22:28:34 -0400 (0:00:00.113) 0:04:47.452 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Get keytab properties] ***************** task path: /tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1039 Friday 11 July 2025 22:28:34 -0400 (0:00:00.116) 0:04:47.568 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Create keytab] ************************* task path: /tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1045 Friday 11 July 2025 22:28:35 -0400 (0:00:00.168) 0:04:47.737 *********** 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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1071 Friday 11 July 2025 22:28:35 -0400 (0:00:00.139) 0:04:47.876 *********** 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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1092 Friday 11 July 2025 22:28:35 -0400 (0:00:00.102) 0:04:47.979 *********** 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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1100 Friday 11 July 2025 22:28:35 -0400 (0:00:00.075) 0:04:48.054 *********** 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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1110 Friday 11 July 2025 22:28:35 -0400 (0:00:00.068) 0:04:48.123 *********** 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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1116 Friday 11 July 2025 22:28:35 -0400 (0:00:00.071) 0:04:48.194 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Mark active hosts] ********************* task path: /tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1133 Friday 11 July 2025 22:28:35 -0400 (0:00:00.098) 0:04:48.293 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Fail if any hosts are no longer active] *** task path: /tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1137 Friday 11 July 2025 22:28:35 -0400 (0:00:00.097) 0:04:48.390 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Unset __mssql_is_active] *************** task path: /tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1152 Friday 11 July 2025 22:28:35 -0400 (0:00:00.098) 0:04:48.489 *********** 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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1158 Friday 11 July 2025 22:28:35 -0400 (0:00:00.083) 0:04:48.572 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Set host variables] ******************** task path: /tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1178 Friday 11 July 2025 22:28:35 -0400 (0:00:00.093) 0:04:48.666 *********** 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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1231 Friday 11 July 2025 22:28:36 -0400 (0:00:00.198) 0:04:48.864 *********** 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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1238 Friday 11 July 2025 22:28:36 -0400 (0:00:00.072) 0:04:48.936 *********** 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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1245 Friday 11 July 2025 22:28:36 -0400 (0:00:00.070) 0:04:49.006 *********** 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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1257 Friday 11 July 2025 22:28:36 -0400 (0:00:00.067) 0:04:49.074 *********** 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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1263 Friday 11 July 2025 22:28:36 -0400 (0:00:00.070) 0:04:49.144 *********** 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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1271 Friday 11 July 2025 22:28:36 -0400 (0:00:00.081) 0:04:49.225 *********** 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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1280 Friday 11 July 2025 22:28:36 -0400 (0:00:00.068) 0:04:49.294 *********** 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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1288 Friday 11 July 2025 22:28:36 -0400 (0:00:00.066) 0:04:49.361 *********** skipping: [managed-node2] => (item={u'key': u'cert', u'value': u'/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={u'key': u'key', u'value': u'/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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1302 Friday 11 July 2025 22:28:36 -0400 (0:00:00.087) 0:04:49.448 *********** 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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1308 Friday 11 July 2025 22:28:36 -0400 (0:00:00.089) 0:04:49.538 *********** 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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1330 Friday 11 July 2025 22:28:36 -0400 (0:00:00.097) 0:04:49.636 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Configure ag] ************************** task path: /tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1340 Friday 11 July 2025 22:28:37 -0400 (0:00:00.102) 0:04:49.738 *********** 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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1347 Friday 11 July 2025 22:28:37 -0400 (0:00:00.098) 0:04:49.837 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Replicate DBs] ************************* task path: /tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1356 Friday 11 July 2025 22:28:37 -0400 (0:00:00.110) 0:04:49.947 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Mark active hosts] ********************* task path: /tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1363 Friday 11 July 2025 22:28:37 -0400 (0:00:00.115) 0:04:50.063 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Fail if any hosts are no longer active] *** task path: /tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1367 Friday 11 July 2025 22:28:37 -0400 (0:00:00.101) 0:04:50.164 *********** 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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1384 Friday 11 July 2025 22:28:37 -0400 (0:00:00.097) 0:04:50.262 *********** 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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1397 Friday 11 July 2025 22:28:37 -0400 (0:00:00.098) 0:04:50.360 *********** 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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1404 Friday 11 July 2025 22:28:37 -0400 (0:00:00.102) 0:04:50.462 *********** 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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1411 Friday 11 July 2025 22:28:37 -0400 (0:00:00.098) 0:04:50.560 *********** 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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1420 Friday 11 July 2025 22:28:37 -0400 (0:00:00.103) 0:04:50.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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1427 Friday 11 July 2025 22:28:38 -0400 (0:00:00.098) 0:04:50.763 *********** skipping: [managed-node2] => (item={u'key': u'cert', u'value': u'/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={u'key': u'key', u'value': u'/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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1439 Friday 11 July 2025 22:28:38 -0400 (0:00:00.129) 0:04:50.892 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Create HA login] *********************** task path: /tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1448 Friday 11 July 2025 22:28:38 -0400 (0:00:00.101) 0:04:50.994 *********** 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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1455 Friday 11 July 2025 22:28:38 -0400 (0:00:00.136) 0:04:51.131 *********** 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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1461 Friday 11 July 2025 22:28:38 -0400 (0:00:00.250) 0:04:51.382 *********** 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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1469 Friday 11 July 2025 22:28:38 -0400 (0:00:00.104) 0:04:51.486 *********** 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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1482 Friday 11 July 2025 22:28:38 -0400 (0:00:00.122) 0:04:51.608 *********** 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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1494 Friday 11 July 2025 22:28:39 -0400 (0:00:00.099) 0:04:51.708 *********** 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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1499 Friday 11 July 2025 22:28:39 -0400 (0:00:00.087) 0:04:51.796 *********** 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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1507 Friday 11 July 2025 22:28:39 -0400 (0:00:00.082) 0:04:51.879 *********** 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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1516 Friday 11 July 2025 22:28:39 -0400 (0:00:00.074) 0:04:51.953 *********** 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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1529 Friday 11 July 2025 22:28:39 -0400 (0:00:00.585) 0:04:52.539 *********** 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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1536 Friday 11 July 2025 22:28:39 -0400 (0:00:00.096) 0:04:52.636 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify disabled settings] ************************************************ task path: /tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/tests_idempotency.yml:84 Friday 11 July 2025 22:28:40 -0400 (0:00:00.100) 0:04:52.736 *********** included: /tmp/collections-EQ4/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-EQ4/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:10 Friday 11 July 2025 22:28:40 -0400 (0:00:00.902) 0:04:53.639 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get server edition on booted systems] ************************************ task path: /tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:19 Friday 11 July 2025 22:28:41 -0400 (0:00:00.075) 0:04:53.714 *********** 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.006112", "end": "2025-07-11 22:28:41.278796", "rc": 0, "start": "2025-07-11 22:28:41.272684" } STDOUT: 2025-07-11 22:28:01.86 Server Microsoft SQL Server 2019 (RTM-CU27) (KB5037331) - 15.0.4375.4 (X64) Jun 10 2024 18:00:07 Copyright (C) 2019 Microsoft Corporation Standard Edition (64-bit) on Linux (CentOS Linux 7 (Core)) 2025-07-11 22:28:01.86 Server UTC adjustment: -4:00 2025-07-11 22:28:01.86 Server (c) Microsoft Corporation. 2025-07-11 22:28:01.86 Server All rights reserved. 2025-07-11 22:28:01.86 Server Server process ID is 388. 2025-07-11 22:28:01.86 Server Logging SQL Server messages in file '/var/opt/mssql/log/errorlog'. 2025-07-11 22:28:01.86 Server Registry startup parameters: -d /var/opt/mssql/data/master.mdf -l /var/opt/mssql/data/mastlog.ldf -e /var/opt/mssql/log/errorlog 2025-07-11 22:28:01.87 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-07-11 22:28:01.87 Server SQL Server is starting at normal priority base (=7). This is an informational message only. No user action is required. 2025-07-11 22:28:01.87 Server Detected 5852 MB of RAM. This is an informational message; no user action is required. 2025-07-11 22:28:01.88 Server Using conventional memory in the memory manager. 2025-07-11 22:28:01.88 Server Page exclusion bitmap is enabled. 2025-07-11 22:28:01.90 Server Buffer pool extension is not supported on Linux platform. 2025-07-11 22:28:01.90 Server Buffer Pool: Allocating 1048576 bytes for 867208 hashPages. 2025-07-11 22:28:01.99 Server Buffer pool extension is already disabled. No action is necessary. 2025-07-11 22:28:02.20 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-07-11 22:28:02.21 Server Query Store settings initialized with enabled = 1, 2025-07-11 22:28:02.22 Server The maximum number of dedicated administrator connections for this instance is '1' 2025-07-11 22:28:02.23 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-07-11 22:28:02.24 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-07-11 22:28:02.25 Server In-Memory OLTP initialized on lowend machine. 2025-07-11 22:28:02.28 Server [INFO] Created Extended Events session 'hkenginexesession' 2025-07-11 22:28:02.28 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-07-11 22:28:02.28 Server Total Log Writer threads: 2. This is an informational message; no user action is required. 2025-07-11 22:28:02.29 Server clflush is selected for pmem flush operation. 2025-07-11 22:28:02.30 Server Software Usage Metrics is disabled. 2025-07-11 22:28:02.31 spid9s [1]. Feature Status: PVS: 0. CTR: 0. ConcurrentPFSUpdate: 1. 2025-07-11 22:28:02.31 spid9s Starting up database 'master'. 2025-07-11 22:28:02.39 Server CLR version v4.0.30319 loaded. 2025-07-11 22:28:02.40 spid9s 6 transactions rolled forward in database 'master' (1:0). This is an informational message only. No user action is required. 2025-07-11 22:28:02.43 spid9s 0 transactions rolled back in database 'master' (1:0). This is an informational message only. No user action is required. 2025-07-11 22:28:02.43 spid9s Recovery is writing a checkpoint in database 'master' (1). This is an informational message only. No user action is required. 2025-07-11 22:28:02.67 spid9s SQL Server Audit is starting the audits. This is an informational message. No user action is required. 2025-07-11 22:28:02.67 spid9s SQL Server Audit has started the audits. This is an informational message. No user action is required. 2025-07-11 22:28:02.73 spid9s SQL Trace ID 1 was started by login "sa". 2025-07-11 22:28:02.74 Server Common language runtime (CLR) functionality initialized. 2025-07-11 22:28:02.75 spid9s Server name is 'managed-node2'. This is an informational message only. No user action is required. 2025-07-11 22:28:02.78 spid24s Always On: The availability replica manager is starting. This is an informational message only. No user action is required. 2025-07-11 22:28:02.79 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-07-11 22:28:02.79 spid12s [32767]. Feature Status: PVS: 0. CTR: 0. ConcurrentPFSUpdate: 1. 2025-07-11 22:28:02.79 spid12s Starting up database 'mssqlsystemresource'. 2025-07-11 22:28:02.79 spid9s [4]. Feature Status: PVS: 0. CTR: 0. ConcurrentPFSUpdate: 1. 2025-07-11 22:28:02.80 spid12s The resource database build version is 15.00.4375. This is an informational message only. No user action is required. 2025-07-11 22:28:02.80 spid9s Starting up database 'msdb'. 2025-07-11 22:28:02.80 spid23s A self-generated certificate was successfully loaded for encryption. 2025-07-11 22:28:02.81 spid23s Server is listening on [ 127.0.0.1 1435]. 2025-07-11 22:28:02.82 Server Server is listening on [ ::1 1434]. 2025-07-11 22:28:02.82 Server Server is listening on [ 127.0.0.1 1434]. 2025-07-11 22:28:02.83 Server Dedicated admin connection support was established for listening locally on port 1434. 2025-07-11 22:28:02.83 spid12s [3]. Feature Status: PVS: 0. CTR: 0. ConcurrentPFSUpdate: 1. 2025-07-11 22:28:02.83 spid23s Server is listening on [ ::1 1431]. 2025-07-11 22:28:02.84 spid12s Starting up database 'model'. 2025-07-11 22:28:02.84 spid23s Server is listening on [ 127.0.0.1 1431]. 2025-07-11 22:28:02.84 spid23s SQL Server is now ready for client connections. This is an informational message; no user action is required. 2025-07-11 22:28:02.88 spid9s 1 transactions rolled forward in database 'msdb' (4:0). This is an informational message only. No user action is required. 2025-07-11 22:28:02.91 spid9s 0 transactions rolled back in database 'msdb' (4:0). This is an informational message only. No user action is required. 2025-07-11 22:28:02.95 spid12s Clearing tempdb database. 2025-07-11 22:28:03.12 spid12s [2]. Feature Status: PVS: 0. CTR: 0. ConcurrentPFSUpdate: 1. 2025-07-11 22:28:03.12 spid12s Starting up database 'tempdb'. 2025-07-11 22:28:03.46 spid12s The tempdb database has 4 data file(s). 2025-07-11 22:28:03.47 spid24s The Service Broker endpoint is in disabled or stopped state. 2025-07-11 22:28:03.47 spid24s The Database Mirroring endpoint is in disabled or stopped state. 2025-07-11 22:28:03.49 spid24s Service Broker manager has started. 2025-07-11 22:28:03.50 spid9s Recovery is complete. This is an informational message only. No user action is required. TASK [Verify that the edition matches] ***************************************** task path: /tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:33 Friday 11 July 2025 22:28:41 -0400 (0:00:00.548) 0:04:54.263 *********** ok: [managed-node2] => { "changed": false } MSG: All assertions passed TASK [Verify the setting {{ item.key }}] *************************************** task path: /tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:39 Friday 11 July 2025 22:28:41 -0400 (0:00:00.132) 0:04:54.396 *********** included: /tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml for managed-node2 included: /tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml for managed-node2 included: /tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml for managed-node2 included: /tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml for managed-node2 included: /tmp/collections-EQ4/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-EQ4/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml:7 Friday 11 July 2025 22:28:42 -0400 (0:00:00.370) 0:04:54.766 *********** ok: [managed-node2] => { "changed": false, "cmd": "grep '^ipaddress' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004099", "end": "2025-07-11 22:28:42.400389", "rc": 0, "start": "2025-07-11 22:28:42.396290" } STDOUT: ipaddress = 127.0.0.1 TASK [Verify the setting when it is type str ipaddress] ************************ task path: /tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml:14 Friday 11 July 2025 22:28:42 -0400 (0:00:00.494) 0:04:55.260 *********** ok: [managed-node2] => { "changed": false } MSG: All assertions passed TASK [Verify the setting when it is type bool ipaddress] *********************** task path: /tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml:25 Friday 11 July 2025 22:28:42 -0400 (0:00:00.228) 0:04:55.489 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that tcpport = 127.0.0.1] ***************************************** task path: /tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml:40 Friday 11 July 2025 22:28:42 -0400 (0:00:00.116) 0:04:55.605 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the value of the setting defaultdatadir] ***************************** task path: /tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml:7 Friday 11 July 2025 22:28:43 -0400 (0:00:00.118) 0:04:55.724 *********** ok: [managed-node2] => { "changed": false, "cmd": "grep '^defaultdatadir' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004151", "end": "2025-07-11 22:28:43.357784", "rc": 0, "start": "2025-07-11 22:28:43.353633" } STDOUT: defaultdatadir = /var/opt/mssql/data TASK [Verify the setting when it is type str defaultdatadir] ******************* task path: /tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml:14 Friday 11 July 2025 22:28:43 -0400 (0:00:00.599) 0:04:56.323 *********** ok: [managed-node2] => { "changed": false } MSG: All assertions passed TASK [Verify the setting when it is type bool defaultdatadir] ****************** task path: /tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml:25 Friday 11 July 2025 22:28:43 -0400 (0:00:00.200) 0:04:56.524 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that tcpport = /var/opt/mssql/data] ******************************* task path: /tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml:40 Friday 11 July 2025 22:28:43 -0400 (0:00:00.115) 0:04:56.639 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the value of the setting enabled] ************************************ task path: /tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml:7 Friday 11 July 2025 22:28:44 -0400 (0:00:00.132) 0:04:56.772 *********** ok: [managed-node2] => { "changed": false, "cmd": "grep '^enabled' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004506", "end": "2025-07-11 22:28:44.403747", "rc": 0, "start": "2025-07-11 22:28:44.399241" } STDOUT: enabled = False TASK [Verify the setting when it is type str enabled] ************************** task path: /tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml:14 Friday 11 July 2025 22:28:44 -0400 (0:00:00.513) 0:04:57.285 *********** 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-EQ4/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml:25 Friday 11 July 2025 22:28:44 -0400 (0:00:00.123) 0:04:57.409 *********** ok: [managed-node2] => { "changed": false } MSG: All assertions passed TASK [Verify that tcpport = False] ********************************************* task path: /tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml:40 Friday 11 July 2025 22:28:44 -0400 (0:00:00.196) 0:04:57.605 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the value of the setting defaultlogdir] ****************************** task path: /tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml:7 Friday 11 July 2025 22:28:45 -0400 (0:00:00.105) 0:04:57.711 *********** ok: [managed-node2] => { "changed": false, "cmd": "grep '^defaultlogdir' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004754", "end": "2025-07-11 22:28:45.369138", "rc": 0, "start": "2025-07-11 22:28:45.364384" } STDOUT: defaultlogdir = /var/opt/mssql/log TASK [Verify the setting when it is type str defaultlogdir] ******************** task path: /tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml:14 Friday 11 July 2025 22:28:45 -0400 (0:00:00.503) 0:04:58.215 *********** ok: [managed-node2] => { "changed": false } MSG: All assertions passed TASK [Verify the setting when it is type bool defaultlogdir] ******************* task path: /tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml:25 Friday 11 July 2025 22:28:45 -0400 (0:00:00.135) 0:04:58.350 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that tcpport = /var/opt/mssql/log] ******************************** task path: /tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml:40 Friday 11 July 2025 22:28:45 -0400 (0:00:00.112) 0:04:58.463 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the value of the setting tcpport] ************************************ task path: /tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml:7 Friday 11 July 2025 22:28:45 -0400 (0:00:00.102) 0:04:58.566 *********** ok: [managed-node2] => { "changed": false, "cmd": "grep '^tcpport' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004078", "end": "2025-07-11 22:28:46.197411", "rc": 0, "start": "2025-07-11 22:28:46.193333" } STDOUT: tcpport = 1435 TASK [Verify the setting when it is type str tcpport] ************************** task path: /tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml:14 Friday 11 July 2025 22:28:46 -0400 (0:00:00.593) 0:04:59.160 *********** 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-EQ4/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml:25 Friday 11 July 2025 22:28:46 -0400 (0:00:00.076) 0:04:59.237 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that tcpport = 1435] ********************************************** task path: /tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml:40 Friday 11 July 2025 22:28:46 -0400 (0:00:00.071) 0:04:59.308 *********** ok: [managed-node2] => { "changed": false } MSG: All assertions passed TASK [Get stat of mssql_datadir] *********************************************** task path: /tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:55 Friday 11 July 2025 22:28:46 -0400 (0:00:00.080) 0:04:59.388 *********** ok: [managed-node2] => { "changed": false, "stat": { "atime": 1752287080.823, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "binary", "ctime": 1752287080.7929997, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 994, "gr_name": "mssql", "inode": 266672, "isblk": false, "ischr": false, "isdir": true, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/directory", "mode": "0755", "mtime": 1752287080.7929997, "nlink": 2, "path": "/var/opt/mssql/data", "pw_name": "mssql", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 4096, "uid": 996, "version": "1819086272", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [Assert that mssql_datadir has proper permissions and ownership] ********** task path: /tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:60 Friday 11 July 2025 22:28:47 -0400 (0:00:00.414) 0:04:59.803 *********** ok: [managed-node2] => { "changed": false } MSG: All assertions passed TASK [Get stat of mssql_logdir] ************************************************ task path: /tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:70 Friday 11 July 2025 22:28:47 -0400 (0:00:00.127) 0:04:59.931 *********** ok: [managed-node2] => { "changed": false, "stat": { "atime": 1752287282.718585, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "binary", "ctime": 1752287282.732585, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 994, "gr_name": "mssql", "inode": 266673, "isblk": false, "ischr": false, "isdir": true, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/directory", "mode": "0755", "mtime": 1752287282.732585, "nlink": 3, "path": "/var/opt/mssql/log", "pw_name": "mssql", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 4096, "uid": 996, "version": "1819086273", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [Assert that mssql_logdir has proper permissions and ownership] *********** task path: /tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:75 Friday 11 July 2025 22:28:47 -0400 (0:00:00.401) 0:05:00.333 *********** ok: [managed-node2] => { "changed": false } MSG: All assertions passed TASK [Prepare MSSQL and facts for logging in] ********************************** task path: /tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:85 Friday 11 July 2025 22:28:47 -0400 (0:00:00.108) 0:05:00.442 *********** TASK [fedora.linux_system_roles.mssql : Ensure that the mssql-server service is started] *** task path: /tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/verify_password.yml:3 Friday 11 July 2025 22:28:47 -0400 (0:00:00.143) 0:05:00.585 *********** ok: [managed-node2] => { "changed": false, "name": "mssql-server", "state": "started", "status": { "ActiveEnterTimestamp": "Fri 2025-07-11 22:27:59 EDT", "ActiveEnterTimestampMonotonic": "648306439", "ActiveExitTimestamp": "Fri 2025-07-11 22:27:28 EDT", "ActiveExitTimestampMonotonic": "617071737", "ActiveState": "active", "After": "-.mount systemd-journald.socket system.slice network.target auditd.service basic.target", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Fri 2025-07-11 22:27:59 EDT", "AssertTimestampMonotonic": "648305880", "Before": "shutdown.target multi-user.target", "BlockIOAccounting": "no", "BlockIOWeight": "18446744073709551615", "CPUAccounting": "no", "CPUQuotaPerSecUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "18446744073709551615", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "18446744073709551615", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Fri 2025-07-11 22:27:59 EDT", "ConditionTimestampMonotonic": "648305879", "Conflicts": "shutdown.target", "ControlGroup": "/system.slice/mssql-server.service", "ControlPID": "0", "DefaultDependencies": "yes", "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", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "22083", "ExecMainStartTimestamp": "Fri 2025-07-11 22:27:59 EDT", "ExecMainStartTimestampMonotonic": "648306397", "ExecMainStatus": "0", "ExecStart": "{ path=/opt/mssql/bin/sqlservr ; argv[]=/opt/mssql/bin/sqlservr ; ignore_errors=no ; start_time=[Fri 2025-07-11 22:27:59 EDT] ; stop_time=[n/a] ; pid=22083 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/mssql-server.service", "GuessMainPID": "yes", "IOScheduling": "0", "Id": "mssql-server.service", "IgnoreOnIsolate": "no", "IgnoreOnSnapshot": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestamp": "Fri 2025-07-11 22:27:29 EDT", "InactiveEnterTimestampMonotonic": "617692789", "InactiveExitTimestamp": "Fri 2025-07-11 22:27:59 EDT", "InactiveExitTimestampMonotonic": "648306439", "JobTimeoutAction": "none", "JobTimeoutUSec": "0", "KillMode": "process", "KillSignal": "15", "LimitAS": "18446744073709551615", "LimitCORE": "18446744073709551615", "LimitCPU": "18446744073709551615", "LimitDATA": "18446744073709551615", "LimitFSIZE": "18446744073709551615", "LimitLOCKS": "18446744073709551615", "LimitMEMLOCK": "65536", "LimitMSGQUEUE": "819200", "LimitNICE": "0", "LimitNOFILE": "18446744073709551615", "LimitNPROC": "18446744073709551615", "LimitRSS": "18446744073709551615", "LimitRTPRIO": "0", "LimitRTTIME": "18446744073709551615", "LimitSIGPENDING": "29173", "LimitSTACK": "18446744073709551615", "LoadState": "loaded", "MainPID": "22083", "MemoryAccounting": "no", "MemoryCurrent": "18446744073709551615", "MemoryLimit": "18446744073709551615", "MountFlags": "0", "Names": "mssql-server.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "PrivateDevices": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "ProtectHome": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "Requires": "-.mount basic.target system.slice", "RequiresMountsFor": "/var/opt/mssql", "Restart": "on-failure", "RestartUSec": "100ms", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "0", "StartLimitInterval": "0", "StartupBlockIOWeight": "18446744073709551615", "StartupCPUShares": "18446744073709551615", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "no", "TasksCurrent": "18446744073709551615", "TasksMax": "18446744073709551615", "TimeoutStartUSec": "30min", "TimeoutStopUSec": "30min", "TimerSlackNSec": "50000", "Transient": "no", "Type": "simple", "UMask": "0007", "UnitFilePreset": "disabled", "UnitFileState": "enabled", "User": "mssql", "WantedBy": "multi-user.target", "WatchdogTimestamp": "Fri 2025-07-11 22:27:59 EDT", "WatchdogTimestampMonotonic": "648306423", "WatchdogUSec": "0", "WorkingDirectory": "/var/opt/mssql" } } TASK [fedora.linux_system_roles.mssql : Check if a custom tcpport setting exist] *** task path: /tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/verify_password.yml:9 Friday 11 July 2025 22:28:48 -0400 (0:00:00.450) 0:05:01.036 *********** ok: [managed-node2] => { "changed": false, "cmd": [ "grep", "^tcpport = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003421", "end": "2025-07-11 22:28:48.593999", "failed_when_result": false, "rc": 0, "start": "2025-07-11 22:28:48.590578" } STDOUT: tcpport = 1435 TASK [fedora.linux_system_roles.mssql : Check if a custom ipaddress setting exist] *** task path: /tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/verify_password.yml:15 Friday 11 July 2025 22:28:48 -0400 (0:00:00.349) 0:05:01.385 *********** ok: [managed-node2] => { "changed": false, "cmd": [ "grep", "^ipaddress = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.002964", "end": "2025-07-11 22:28:48.948181", "failed_when_result": false, "rc": 0, "start": "2025-07-11 22:28:48.945217" } STDOUT: ipaddress = 127.0.0.1 TASK [fedora.linux_system_roles.mssql : Set a fact with a login command] ******* task path: /tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/verify_password.yml:21 Friday 11 July 2025 22:28:49 -0400 (0:00:00.395) 0:05:01.781 *********** 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-EQ4/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:96 Friday 11 July 2025 22:28:49 -0400 (0:00:00.101) 0:05:01.883 *********** ok: [managed-node2] => { "changed": false, "elapsed": 1, "gid": 994, "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": 7886, "state": "file", "uid": 996 } TASK [Check if the set password matches the existing password] ***************** task path: /tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:117 Friday 11 July 2025 22:28:50 -0400 (0:00:01.482) 0:05:03.365 *********** ok: [managed-node2] => { "attempts": 1, "changed": false, "cmd": [ "/opt/mssql-tools18/bin/sqlcmd", "-No", "-S", "127.0.0.1,1435", "-U", "sa", "-P", "p@55w0rD1", "-Q", "SELECT @@VERSION" ], "delta": "0:00:00.020149", "end": "2025-07-11 22:28:50.980103", "rc": 0, "start": "2025-07-11 22:28:50.959954" } STDOUT: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ Microsoft SQL Server 2019 (RTM-CU27) (KB5037331) - 15.0.4375.4 (X64) Jun 10 2024 18:00:07 Copyright (C) 2019 Microsoft Corporation Standard Edition (64-bit) on Linux (CentOS Linux 7 (Core)) (1 rows affected) TASK [Set the mssql_password variable to default null] ************************* task path: /tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:137 Friday 11 July 2025 22:28:51 -0400 (0:00:00.454) 0:05:03.820 *********** ok: [managed-node2] => { "ansible_facts": { "mssql_password": null }, "changed": false } TASK [Verify the package mssql-server-fts] ************************************* task path: /tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:141 Friday 11 July 2025 22:28:51 -0400 (0:00:00.245) 0:05:04.065 *********** included: /tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_package.yml for managed-node2 TASK [Gather package facts] **************************************************** task path: /tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_package.yml:7 Friday 11 July 2025 22:28:51 -0400 (0:00:00.151) 0:05:04.217 *********** 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-EQ4/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_package.yml:12 Friday 11 July 2025 22:28:52 -0400 (0:00:01.314) 0:05:05.531 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify if the package is not installed mssql-server-fts] ***************** task path: /tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_package.yml:17 Friday 11 July 2025 22:28:52 -0400 (0:00:00.088) 0:05:05.619 *********** ok: [managed-node2] => { "changed": false } MSG: All assertions passed TASK [Verify the package powershell] ******************************************* task path: /tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:148 Friday 11 July 2025 22:28:53 -0400 (0:00:00.099) 0:05:05.719 *********** included: /tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_package.yml for managed-node2 TASK [Gather package facts] **************************************************** task path: /tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_package.yml:7 Friday 11 July 2025 22:28:53 -0400 (0:00:00.141) 0:05:05.860 *********** 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-EQ4/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_package.yml:12 Friday 11 July 2025 22:28:54 -0400 (0:00:01.790) 0:05:07.651 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify if the package is not installed powershell] *********************** task path: /tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_package.yml:17 Friday 11 July 2025 22:28:55 -0400 (0:00:00.176) 0:05:07.827 *********** ok: [managed-node2] => { "changed": false } MSG: All assertions passed TASK [Get the value of the traceflag setting] ********************************** task path: /tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:159 Friday 11 July 2025 22:28:55 -0400 (0:00:00.173) 0:05:08.001 *********** ok: [managed-node2] => { "changed": false, "cmd": "grep '^traceflag' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004187", "end": "2025-07-11 22:28:55.771297", "rc": 0, "start": "2025-07-11 22:28:55.767110" } TASK [Verify that the traceflag setting is set to 3979] ************************ task path: /tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:164 Friday 11 July 2025 22:28:55 -0400 (0:00:00.610) 0:05:08.611 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that the traceflag setting is not set to 3979] ******************** task path: /tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:169 Friday 11 July 2025 22:28:56 -0400 (0:00:00.112) 0:05:08.724 *********** ok: [managed-node2] => { "changed": false } MSG: All assertions passed TASK [Verify that the alternatewritethrough setting is false] ****************** task path: /tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:175 Friday 11 July 2025 22:28:56 -0400 (0:00:00.286) 0:05:09.011 *********** included: /tmp/collections-EQ4/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-EQ4/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml:7 Friday 11 July 2025 22:28:56 -0400 (0:00:00.198) 0:05:09.210 *********** ok: [managed-node2] => { "changed": false, "cmd": "grep '^alternatewritethrough' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004176", "end": "2025-07-11 22:28:56.847219", "rc": 0, "start": "2025-07-11 22:28:56.843043" } STDOUT: alternatewritethrough = 0 TASK [Verify the setting when it is type str alternatewritethrough] ************ task path: /tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml:14 Friday 11 July 2025 22:28:56 -0400 (0:00:00.460) 0:05:09.671 *********** 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-EQ4/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml:25 Friday 11 July 2025 22:28:57 -0400 (0:00:00.088) 0:05:09.759 *********** ok: [managed-node2] => { "changed": false } MSG: All assertions passed TASK [Verify that tcpport = False] ********************************************* task path: /tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml:40 Friday 11 July 2025 22:28:57 -0400 (0:00:00.107) 0:05:09.866 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the writethrough setting] ***************************************** task path: /tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:181 Friday 11 July 2025 22:28:57 -0400 (0:00:00.094) 0:05:09.961 *********** included: /tmp/collections-EQ4/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-EQ4/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml:7 Friday 11 July 2025 22:28:57 -0400 (0:00:00.255) 0:05:10.216 *********** ok: [managed-node2] => { "changed": false, "cmd": "grep '^writethrough' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004468", "end": "2025-07-11 22:28:57.886978", "rc": 0, "start": "2025-07-11 22:28:57.882510" } STDOUT: writethrough = 0 TASK [Verify the setting when it is type str writethrough] ********************* task path: /tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml:14 Friday 11 July 2025 22:28:57 -0400 (0:00:00.483) 0:05:10.700 *********** 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-EQ4/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml:25 Friday 11 July 2025 22:28:58 -0400 (0:00:00.115) 0:05:10.816 *********** ok: [managed-node2] => { "changed": false } MSG: All assertions passed TASK [Verify that tcpport = False] ********************************************* task path: /tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml:40 Friday 11 July 2025 22:28:58 -0400 (0:00:00.126) 0:05:10.943 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the tlscert setting] ********************************************** task path: /tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:191 Friday 11 July 2025 22:28:58 -0400 (0:00:00.103) 0:05:11.046 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the tlskey setting] *********************************************** task path: /tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:202 Friday 11 July 2025 22:28:58 -0400 (0:00:00.108) 0:05:11.154 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the tlsprotocols setting] ***************************************** task path: /tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:214 Friday 11 July 2025 22:28:58 -0400 (0:00:00.106) 0:05:11.261 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the forceencryption setting] ************************************** task path: /tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:222 Friday 11 July 2025 22:28:58 -0400 (0:00:00.113) 0:05:11.375 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify configuration for confined application] *************************** task path: /tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:229 Friday 11 July 2025 22:28:58 -0400 (0:00:00.098) 0:05:11.473 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check the ansible_managed header in the configuration file] ************** task path: /tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/tests_idempotency.yml:103 Friday 11 July 2025 22:28:58 -0400 (0:00:00.101) 0:05:11.575 *********** included: /tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/check_header.yml for managed-node2 TASK [Grep the ansible_managed header in /var/opt/mssql/mssql.conf] ************ task path: /tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/check_header.yml:4 Friday 11 July 2025 22:29:00 -0400 (0:00:01.173) 0:05:12.748 *********** ok: [managed-node2] => { "changed": false, "cmd": [ "grep", "Ansible managed\n", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003045", "end": "2025-07-11 22:29:00.548889", "rc": 0, "start": "2025-07-11 22:29:00.545844" } STDOUT: # BEGIN ANSIBLE MANAGED BLOCK # # Ansible managed # # system_role:mssql # END ANSIBLE MANAGED BLOCK [sqlagent] enabled = False [EULA] accepteula = Y [filelocation] defaultdatadir = /var/opt/mssql/data defaultlogdir = /var/opt/mssql/log [network] ipaddress = 127.0.0.1 tcpport = 1435 [traceflag] [control] alternatewritethrough = 0 writethrough = 0 TASK [Clean up after the role invocation] ************************************** task path: /tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/tests/mssql/tests_idempotency_2019.yml:18 Friday 11 July 2025 22:29:00 -0400 (0:00:00.610) 0:05:13.359 *********** included: /tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/cleanup.yml for managed-node2 TASK [Gather package facts] **************************************************** task path: /tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/cleanup.yml:3 Friday 11 July 2025 22:29:00 -0400 (0:00:00.132) 0:05:13.492 *********** 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 [Set role variables needed for cleanup] *********************************** task path: /tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/cleanup.yml:7 Friday 11 July 2025 22:29:02 -0400 (0:00:01.327) 0:05:14.819 *********** TASK [fedora.linux_system_roles.mssql : Ensure ansible_facts used by role] ***** task path: /tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/set_vars.yml:3 Friday 11 July 2025 22:29:02 -0400 (0:00:00.204) 0:05:15.024 *********** 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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/set_vars.yml:8 Friday 11 July 2025 22:29:02 -0400 (0:00:00.110) 0:05:15.135 *********** 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-EQ4/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_7.yml) => { "ansible_facts": { "__mssql_client_repository": "https://packages.microsoft.com/rhel/7/prod/", "__mssql_confined_supported": false, "__mssql_server_repository": "https://packages.microsoft.com/rhel/7/mssql-server-{{ mssql_version | int }}/", "__mssql_supported_versions": [ 2017, 2019 ] }, "ansible_included_var_files": [ "/tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/vars/CentOS_7.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_7.yml" } skipping: [managed-node2] => (item=CentOS_7.9.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS_7.9.yml", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Run systemctl] ************************* task path: /tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/set_vars.yml:22 Friday 11 July 2025 22:29:02 -0400 (0:00:00.155) 0:05:15.290 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Require installed systemd] ************* task path: /tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/set_vars.yml:29 Friday 11 July 2025 22:29:02 -0400 (0:00:00.079) 0:05:15.370 *********** 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-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/set_vars.yml:34 Friday 11 July 2025 22:29:02 -0400 (0:00:00.065) 0:05:15.436 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Purge cluster configuration] ********************************************* task path: /tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/cleanup.yml:13 Friday 11 July 2025 22:29:02 -0400 (0:00:00.076) 0:05:15.512 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Debug ansible_python_version] ******************************************** task path: /tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/cleanup.yml:21 Friday 11 July 2025 22:29:03 -0400 (0:00:00.238) 0:05:15.751 *********** ok: [managed-node2] => { "ansible_python_version": "2.7.5" } TASK [Purge firewall configuration] ******************************************** task path: /tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/cleanup.yml:25 Friday 11 July 2025 22:29:03 -0400 (0:00:00.070) 0:05:15.821 *********** TASK [fedora.linux_system_roles.firewall : Setup firewalld] ******************** task path: /tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:2 Friday 11 July 2025 22:29:03 -0400 (0:00:00.217) 0:05:16.038 *********** included: /tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml for managed-node2 TASK [fedora.linux_system_roles.firewall : Ensure ansible_facts used by role] *** task path: /tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:2 Friday 11 July 2025 22:29:03 -0400 (0:00:00.193) 0:05:16.231 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Check if system is ostree] ********** task path: /tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:10 Friday 11 July 2025 22:29:03 -0400 (0:00:00.132) 0:05:16.364 *********** ok: [managed-node2] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.firewall : Set flag to indicate system is ostree] *** task path: /tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:15 Friday 11 July 2025 22:29:04 -0400 (0:00:00.478) 0:05:16.843 *********** ok: [managed-node2] => { "ansible_facts": { "__firewall_is_ostree": false }, "changed": false } TASK [fedora.linux_system_roles.firewall : Check if transactional-update exists in /sbin] *** task path: /tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:22 Friday 11 July 2025 22:29:04 -0400 (0:00:00.112) 0:05:16.955 *********** ok: [managed-node2] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.firewall : Set flag if transactional-update exists] *** task path: /tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:27 Friday 11 July 2025 22:29:04 -0400 (0:00:00.422) 0:05:17.377 *********** ok: [managed-node2] => { "ansible_facts": { "__firewall_is_transactional": false }, "changed": false } TASK [fedora.linux_system_roles.firewall : Run systemctl] ********************** task path: /tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:34 Friday 11 July 2025 22:29:04 -0400 (0:00:00.099) 0:05:17.477 *********** ok: [managed-node2] => { "changed": false, "cmd": [ "systemctl", "is-system-running" ], "delta": "0:00:00.004934", "end": "2025-07-11 22:29:05.122106", "failed_when_result": false, "rc": 0, "start": "2025-07-11 22:29:05.117172" } STDOUT: running TASK [fedora.linux_system_roles.firewall : Require installed systemd] ********** task path: /tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:41 Friday 11 July 2025 22:29:05 -0400 (0:00:00.433) 0:05:17.910 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Set flag to indicate that systemd runtime operations are available] *** task path: /tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:46 Friday 11 July 2025 22:29:05 -0400 (0:00:00.069) 0:05:17.980 *********** ok: [managed-node2] => { "ansible_facts": { "__firewall_is_booted": true }, "changed": false } TASK [fedora.linux_system_roles.firewall : Install firewalld] ****************** task path: /tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:51 Friday 11 July 2025 22:29:05 -0400 (0:00:00.069) 0:05:18.049 *********** ok: [managed-node2] => { "changed": false, "rc": 0, "results": [ "firewalld-0.6.3-13.el7_9.noarch providing firewalld is already installed" ] } lsrpackages: firewalld TASK [fedora.linux_system_roles.firewall : Notify user that reboot is needed to apply changes] *** task path: /tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:63 Friday 11 July 2025 22:29:05 -0400 (0:00:00.594) 0:05:18.644 *********** skipping: [managed-node2] => {} TASK [fedora.linux_system_roles.firewall : Reboot transactional update systems] *** task path: /tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:68 Friday 11 July 2025 22:29:06 -0400 (0:00:00.064) 0:05:18.708 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Fail if reboot is needed and not set] *** task path: /tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:73 Friday 11 July 2025 22:29:06 -0400 (0:00:00.064) 0:05:18.773 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Check which conflicting services are enabled] *** task path: /tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:5 Friday 11 July 2025 22:29:06 -0400 (0:00:00.180) 0:05:18.954 *********** skipping: [managed-node2] => (item=nftables) => { "ansible_loop_var": "item", "changed": false, "item": "nftables", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item=iptables) => { "ansible_loop_var": "item", "changed": false, "item": "iptables", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item=ufw) => { "ansible_loop_var": "item", "changed": false, "item": "ufw", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Attempt to stop and disable conflicting services] *** task path: /tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:14 Friday 11 July 2025 22:29:06 -0400 (0:00:00.083) 0:05:19.038 *********** skipping: [managed-node2] => (item={u'skip_reason': u'Conditional result was False', u'item': u'nftables', u'skipped': True, u'ansible_loop_var': u'item', u'changed': False}) => { "ansible_loop_var": "item", "changed": false, "item": { "ansible_loop_var": "item", "changed": false, "item": "nftables", "skip_reason": "Conditional result was False", "skipped": true }, "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item={u'skip_reason': u'Conditional result was False', u'item': u'iptables', u'skipped': True, u'ansible_loop_var': u'item', u'changed': False}) => { "ansible_loop_var": "item", "changed": false, "item": { "ansible_loop_var": "item", "changed": false, "item": "iptables", "skip_reason": "Conditional result was False", "skipped": true }, "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item={u'skip_reason': u'Conditional result was False', u'item': u'ufw', u'skipped': True, u'ansible_loop_var': u'item', u'changed': False}) => { "ansible_loop_var": "item", "changed": false, "item": { "ansible_loop_var": "item", "changed": false, "item": "ufw", "skip_reason": "Conditional result was False", "skipped": true }, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Unmask firewalld service] *********** task path: /tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:24 Friday 11 July 2025 22:29:06 -0400 (0:00:00.092) 0:05:19.131 *********** ok: [managed-node2] => { "changed": false, "name": "firewalld", "status": { "ActiveEnterTimestamp": "Fri 2025-07-11 22:23:15 EDT", "ActiveEnterTimestampMonotonic": "364133152", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "polkit.service dbus.service basic.target system.slice", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Fri 2025-07-11 22:23:15 EDT", "AssertTimestampMonotonic": "363877632", "Before": "shutdown.target network-pre.target multi-user.target", "BlockIOAccounting": "no", "BlockIOWeight": "18446744073709551615", "BusName": "org.fedoraproject.FirewallD1", "CPUAccounting": "no", "CPUQuotaPerSecUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "18446744073709551615", "CanIsolate": "no", "CanReload": "yes", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "18446744073709551615", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Fri 2025-07-11 22:23:15 EDT", "ConditionTimestampMonotonic": "363877631", "Conflicts": "ipset.service iptables.service ebtables.service shutdown.target ip6tables.service", "ControlGroup": "/system.slice/firewalld.service", "ControlPID": "0", "DefaultDependencies": "yes", "Delegate": "no", "Description": "firewalld - dynamic firewall daemon", "DevicePolicy": "auto", "Documentation": "man:firewalld(1)", "EnvironmentFile": "/etc/sysconfig/firewalld (ignore_errors=yes)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "11800", "ExecMainStartTimestamp": "Fri 2025-07-11 22:23:15 EDT", "ExecMainStartTimestampMonotonic": "363879580", "ExecMainStatus": "0", "ExecReload": "{ path=/bin/kill ; argv[]=/bin/kill -HUP $MAINPID ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStart": "{ path=/usr/sbin/firewalld ; argv[]=/usr/sbin/firewalld --nofork --nopid $FIREWALLD_ARGS ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/firewalld.service", "GuessMainPID": "yes", "IOScheduling": "0", "Id": "firewalld.service", "IgnoreOnIsolate": "no", "IgnoreOnSnapshot": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestamp": "Fri 2025-07-11 22:23:15 EDT", "InactiveExitTimestampMonotonic": "363879607", "JobTimeoutAction": "none", "JobTimeoutUSec": "0", "KillMode": "mixed", "KillSignal": "15", "LimitAS": "18446744073709551615", "LimitCORE": "18446744073709551615", "LimitCPU": "18446744073709551615", "LimitDATA": "18446744073709551615", "LimitFSIZE": "18446744073709551615", "LimitLOCKS": "18446744073709551615", "LimitMEMLOCK": "65536", "LimitMSGQUEUE": "819200", "LimitNICE": "0", "LimitNOFILE": "4096", "LimitNPROC": "29173", "LimitRSS": "18446744073709551615", "LimitRTPRIO": "0", "LimitRTTIME": "18446744073709551615", "LimitSIGPENDING": "29173", "LimitSTACK": "18446744073709551615", "LoadState": "loaded", "MainPID": "11800", "MemoryAccounting": "no", "MemoryCurrent": "18446744073709551615", "MemoryLimit": "18446744073709551615", "MountFlags": "0", "Names": "firewalld.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "PrivateDevices": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "ProtectHome": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "Requires": "basic.target system.slice", "Restart": "no", "RestartUSec": "100ms", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "null", "StandardInput": "null", "StandardOutput": "null", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitInterval": "10000000", "StartupBlockIOWeight": "18446744073709551615", "StartupCPUShares": "18446744073709551615", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "no", "TasksCurrent": "18446744073709551615", "TasksMax": "18446744073709551615", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "dbus", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "WantedBy": "multi-user.target", "Wants": "network-pre.target", "WatchdogTimestamp": "Fri 2025-07-11 22:23:15 EDT", "WatchdogTimestampMonotonic": "364133098", "WatchdogUSec": "0" } } TASK [fedora.linux_system_roles.firewall : Enable and start firewalld service] *** task path: /tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:30 Friday 11 July 2025 22:29:06 -0400 (0:00:00.462) 0:05:19.593 *********** ok: [managed-node2] => { "changed": false, "enabled": true, "name": "firewalld", "state": "started", "status": { "ActiveEnterTimestamp": "Fri 2025-07-11 22:23:15 EDT", "ActiveEnterTimestampMonotonic": "364133152", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "polkit.service dbus.service basic.target system.slice", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Fri 2025-07-11 22:23:15 EDT", "AssertTimestampMonotonic": "363877632", "Before": "shutdown.target network-pre.target multi-user.target", "BlockIOAccounting": "no", "BlockIOWeight": "18446744073709551615", "BusName": "org.fedoraproject.FirewallD1", "CPUAccounting": "no", "CPUQuotaPerSecUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "18446744073709551615", "CanIsolate": "no", "CanReload": "yes", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "18446744073709551615", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Fri 2025-07-11 22:23:15 EDT", "ConditionTimestampMonotonic": "363877631", "Conflicts": "ipset.service iptables.service ebtables.service shutdown.target ip6tables.service", "ControlGroup": "/system.slice/firewalld.service", "ControlPID": "0", "DefaultDependencies": "yes", "Delegate": "no", "Description": "firewalld - dynamic firewall daemon", "DevicePolicy": "auto", "Documentation": "man:firewalld(1)", "EnvironmentFile": "/etc/sysconfig/firewalld (ignore_errors=yes)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "11800", "ExecMainStartTimestamp": "Fri 2025-07-11 22:23:15 EDT", "ExecMainStartTimestampMonotonic": "363879580", "ExecMainStatus": "0", "ExecReload": "{ path=/bin/kill ; argv[]=/bin/kill -HUP $MAINPID ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStart": "{ path=/usr/sbin/firewalld ; argv[]=/usr/sbin/firewalld --nofork --nopid $FIREWALLD_ARGS ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/firewalld.service", "GuessMainPID": "yes", "IOScheduling": "0", "Id": "firewalld.service", "IgnoreOnIsolate": "no", "IgnoreOnSnapshot": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestamp": "Fri 2025-07-11 22:23:15 EDT", "InactiveExitTimestampMonotonic": "363879607", "JobTimeoutAction": "none", "JobTimeoutUSec": "0", "KillMode": "mixed", "KillSignal": "15", "LimitAS": "18446744073709551615", "LimitCORE": "18446744073709551615", "LimitCPU": "18446744073709551615", "LimitDATA": "18446744073709551615", "LimitFSIZE": "18446744073709551615", "LimitLOCKS": "18446744073709551615", "LimitMEMLOCK": "65536", "LimitMSGQUEUE": "819200", "LimitNICE": "0", "LimitNOFILE": "4096", "LimitNPROC": "29173", "LimitRSS": "18446744073709551615", "LimitRTPRIO": "0", "LimitRTTIME": "18446744073709551615", "LimitSIGPENDING": "29173", "LimitSTACK": "18446744073709551615", "LoadState": "loaded", "MainPID": "11800", "MemoryAccounting": "no", "MemoryCurrent": "18446744073709551615", "MemoryLimit": "18446744073709551615", "MountFlags": "0", "Names": "firewalld.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "PrivateDevices": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "ProtectHome": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "Requires": "basic.target system.slice", "Restart": "no", "RestartUSec": "100ms", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "null", "StandardInput": "null", "StandardOutput": "null", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitInterval": "10000000", "StartupBlockIOWeight": "18446744073709551615", "StartupCPUShares": "18446744073709551615", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "no", "TasksCurrent": "18446744073709551615", "TasksMax": "18446744073709551615", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "dbus", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "WantedBy": "multi-user.target", "Wants": "network-pre.target", "WatchdogTimestamp": "Fri 2025-07-11 22:23:15 EDT", "WatchdogTimestampMonotonic": "364133098", "WatchdogUSec": "0" } } TASK [fedora.linux_system_roles.firewall : Check if previous replaced is defined] *** task path: /tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:36 Friday 11 July 2025 22:29:07 -0400 (0:00:00.470) 0:05:20.064 *********** ok: [managed-node2] => { "ansible_facts": { "__firewall_previous_replaced": true, "__firewall_python_cmd": "/usr/bin/python", "__firewall_report_changed": true }, "changed": false } TASK [fedora.linux_system_roles.firewall : Get config files, checksums before and remove] *** task path: /tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:45 Friday 11 July 2025 22:29:07 -0400 (0:00:00.072) 0:05:20.137 *********** ok: [managed-node2] => { "changed": false, "rc": 0 } STDERR: Shared connection to 10.31.13.201 closed. TASK [fedora.linux_system_roles.firewall : Tell firewall module it is able to report changed] *** task path: /tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:58 Friday 11 July 2025 22:29:07 -0400 (0:00:00.345) 0:05:20.482 *********** ok: [managed-node2] => { "ansible_facts": { "__firewall_report_changed": true }, "changed": false } TASK [fedora.linux_system_roles.firewall : Configure firewall] ***************** task path: /tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:74 Friday 11 July 2025 22:29:07 -0400 (0:00:00.072) 0:05:20.555 *********** TASK [fedora.linux_system_roles.firewall : Gather firewall config information] *** task path: /tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:126 Friday 11 July 2025 22:29:07 -0400 (0:00:00.064) 0:05:20.619 *********** TASK [fedora.linux_system_roles.firewall : Update firewalld_config fact] ******* task path: /tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:137 Friday 11 July 2025 22:29:08 -0400 (0:00:00.084) 0:05:20.704 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Gather firewall config if no arguments] *** task path: /tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:146 Friday 11 July 2025 22:29:08 -0400 (0:00:00.071) 0:05:20.776 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Update firewalld_config fact] ******* task path: /tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:152 Friday 11 July 2025 22:29:08 -0400 (0:00:00.066) 0:05:20.843 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Get config files, checksums after] *** task path: /tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:161 Friday 11 July 2025 22:29:08 -0400 (0:00:00.064) 0:05:20.907 *********** ok: [managed-node2] => { "changed": false, "rc": 0 } STDERR: Shared connection to 10.31.13.201 closed. TASK [fedora.linux_system_roles.firewall : Calculate what has changed] ********* task path: /tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:172 Friday 11 July 2025 22:29:08 -0400 (0:00:00.348) 0:05:21.256 *********** ok: [managed-node2] => { "ansible_facts": { "firewall_lib_result": { "changed": false } }, "changed": false } TASK [fedora.linux_system_roles.firewall : Show diffs] ************************* task path: /tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:178 Friday 11 July 2025 22:29:08 -0400 (0:00:00.078) 0:05:21.334 *********** skipping: [managed-node2] => {} TASK [Purge selinux configuration] ********************************************* task path: /tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/cleanup.yml:33 Friday 11 July 2025 22:29:08 -0400 (0:00:00.068) 0:05:21.402 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Leave realm] ************************************************************* task path: /tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/cleanup.yml:40 Friday 11 July 2025 22:29:08 -0400 (0:00:00.184) 0:05:21.586 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Destroy Kerberos tickets] ************************************************ task path: /tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/cleanup.yml:48 Friday 11 July 2025 22:29:08 -0400 (0:00:00.084) 0:05:21.671 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Remove related packages] ************************************************* task path: /tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/cleanup.yml:52 Friday 11 July 2025 22:29:09 -0400 (0:00:00.105) 0:05:21.776 *********** changed: [managed-node2] => { "changed": true, "changes": { "removed": [ "mssql-server*", "mssql-tools*", "unixODBC-devel" ] }, "rc": 0, "results": [ "adutil is not installed", "mssql-server-fts is not installed", "mssql-server-ha is not installed", "powershell is not installed", "Loaded plugins: fastestmirror\nResolving Dependencies\n--> Running transaction check\n---> Package mssql-server.x86_64 0:15.0.4375.4-1 will be erased\n---> Package mssql-tools18.x86_64 0:18.4.1.1-1 will be erased\n---> Package unixODBC-devel.x86_64 0:2.3.11-1.rh will be erased\n--> Finished Dependency Resolution\n--> Finding unneeded leftover dependencies\n---> Marking msodbcsql18 to be removed - no longer needed by mssql-tools18\n---> Marking unixODBC to be removed - no longer needed by unixODBC-devel\n---> Marking python3 to be removed - no longer needed by mssql-server\n---> Marking cyrus-sasl to be removed - no longer needed by mssql-server\n---> Marking gdb to be removed - no longer needed by mssql-server\n---> Marking libatomic to be removed - no longer needed by mssql-server\n---> Marking libsss_nss_idmap to be removed - no longer needed by mssql-server\n---> Marking lsof to be removed - no longer needed by mssql-server\n---> Marking bzip2 to be removed - no longer needed by mssql-server\n---> Marking cyrus-sasl-gssapi to be removed - no longer needed by mssql-server\n---> Marking libtool-ltdl to be removed - no longer needed by unixODBC\n---> Marking python3-libs to be removed - no longer needed by python3\n---> Marking python3-setuptools to be removed - no longer needed by python3\n---> Marking python3-pip to be removed - no longer needed by python3\nFound and removing 14 unneeded dependencies\n--> Running transaction check\n---> Package bzip2.x86_64 0:1.0.6-13.el7 will be erased\n---> Package cyrus-sasl.x86_64 0:2.1.26-24.el7_9 will be erased\n---> Package cyrus-sasl-gssapi.x86_64 0:2.1.26-24.el7_9 will be erased\n---> Package gdb.x86_64 0:7.6.1-120.el7 will be erased\n---> Package libatomic.x86_64 0:4.8.5-44.el7 will be erased\n---> Package libsss_nss_idmap.x86_64 0:1.16.5-10.el7_9.16 will be erased\n---> Package libtool-ltdl.x86_64 0:2.4.2-22.el7_3 will be erased\n---> Package lsof.x86_64 0:4.87-6.el7 will be erased\n---> Package msodbcsql18.x86_64 0:18.4.1.1-1 will be erased\n---> Package python3.x86_64 0:3.6.8-21.el7_9 will be erased\n---> Package python3-libs.x86_64 0:3.6.8-21.el7_9 will be erased\n---> Package python3-pip.noarch 0:9.0.3-8.el7 will be erased\n---> Package python3-setuptools.noarch 0:39.2.0-10.el7 will be erased\n---> Package unixODBC.x86_64 0:2.3.11-1.rh will be erased\n--> Finished Dependency Resolution\n\nDependencies Resolved\n\n================================================================================\n Package Arch Version Repository Size\n================================================================================\nRemoving:\n mssql-server x86_64 15.0.4375.4-1 @packages-microsoft-com-mssql-server-2019\n 1.1 G\n mssql-tools18 x86_64 18.4.1.1-1 @packages-microsoft-com-prod 718 k\n unixODBC-devel x86_64 2.3.11-1.rh @packages-microsoft-com-prod 223 k\nRemoving for dependencies:\n bzip2 x86_64 1.0.6-13.el7 @base 82 k\n cyrus-sasl x86_64 2.1.26-24.el7_9 @updates 141 k\n cyrus-sasl-gssapi x86_64 2.1.26-24.el7_9 @updates 36 k\n gdb x86_64 7.6.1-120.el7 @base 7.0 M\n libatomic x86_64 4.8.5-44.el7 @base 26 k\n libsss_nss_idmap x86_64 1.16.5-10.el7_9.16 @updates 82 k\n libtool-ltdl x86_64 2.4.2-22.el7_3 @base 66 k\n lsof x86_64 4.87-6.el7 @base 927 k\n msodbcsql18 x86_64 18.4.1.1-1 @packages-microsoft-com-prod 2.3 M\n python3 x86_64 3.6.8-21.el7_9 @updates 39 k\n python3-libs x86_64 3.6.8-21.el7_9 @updates 35 M\n python3-pip noarch 9.0.3-8.el7 @base 9.1 M\n python3-setuptools\n noarch 39.2.0-10.el7 @base 3.6 M\n unixODBC x86_64 2.3.11-1.rh @packages-microsoft-com-prod 648 k\n\nTransaction Summary\n================================================================================\nRemove 3 Packages (+14 Dependent packages)\n\nInstalled size: 1.2 G\nDownloading packages:\nRunning transaction check\nRunning transaction test\nTransaction test succeeded\nRunning transaction\n Erasing : mssql-server-15.0.4375.4-1.x86_64 1/17 \n Erasing : mssql-tools18-18.4.1.1-1.x86_64 2/17 \n Erasing : msodbcsql18-18.4.1.1-1.x86_64 3/17 \nODBC Driver 18 for SQL Server has been deleted (if it existed at all) because its usage count became zero\n Erasing : unixODBC-devel-2.3.11-1.rh.x86_64 4/17 \n Erasing : python3-libs-3.6.8-21.el7_9.x86_64 5/17 \n Erasing : python3-pip-9.0.3-8.el7.noarch 6/17 \n Erasing : python3-setuptools-39.2.0-10.el7.noarch 7/17 \n Erasing : python3-3.6.8-21.el7_9.x86_64 8/17 \n Erasing : unixODBC-2.3.11-1.rh.x86_64 9/17 \nwarning: /etc/odbcinst.ini saved as /etc/odbcinst.ini.rpmsave\n Erasing : libtool-ltdl-2.4.2-22.el7_3.x86_64 10/17 \n Erasing : libatomic-4.8.5-44.el7.x86_64 11/17 \n Erasing : bzip2-1.0.6-13.el7.x86_64 12/17 \n Erasing : gdb-7.6.1-120.el7.x86_64 13/17 \n Erasing : libsss_nss_idmap-1.16.5-10.el7_9.16.x86_64 14/17 \n Erasing : cyrus-sasl-2.1.26-24.el7_9.x86_64 15/17 \n Erasing : cyrus-sasl-gssapi-2.1.26-24.el7_9.x86_64 16/17 \n Erasing : lsof-4.87-6.el7.x86_64 17/17 \n Verifying : msodbcsql18-18.4.1.1-1.x86_64 1/17 \n Verifying : python3-3.6.8-21.el7_9.x86_64 2/17 \n Verifying : mssql-server-15.0.4375.4-1.x86_64 3/17 \n Verifying : libsss_nss_idmap-1.16.5-10.el7_9.16.x86_64 4/17 \n Verifying : bzip2-1.0.6-13.el7.x86_64 5/17 \n Verifying : libtool-ltdl-2.4.2-22.el7_3.x86_64 6/17 \n Verifying : lsof-4.87-6.el7.x86_64 7/17 \n Verifying : unixODBC-devel-2.3.11-1.rh.x86_64 8/17 \n Verifying : cyrus-sasl-2.1.26-24.el7_9.x86_64 9/17 \n Verifying : gdb-7.6.1-120.el7.x86_64 10/17 \n Verifying : unixODBC-2.3.11-1.rh.x86_64 11/17 \n Verifying : python3-libs-3.6.8-21.el7_9.x86_64 12/17 \n Verifying : python3-setuptools-39.2.0-10.el7.noarch 13/17 \n Verifying : python3-pip-9.0.3-8.el7.noarch 14/17 \n Verifying : mssql-tools18-18.4.1.1-1.x86_64 15/17 \n Verifying : libatomic-4.8.5-44.el7.x86_64 16/17 \n Verifying : cyrus-sasl-gssapi-2.1.26-24.el7_9.x86_64 17/17 \n\nRemoved:\n mssql-server.x86_64 0:15.0.4375.4-1 mssql-tools18.x86_64 0:18.4.1.1-1 \n unixODBC-devel.x86_64 0:2.3.11-1.rh \n\nDependency Removed:\n bzip2.x86_64 0:1.0.6-13.el7 \n cyrus-sasl.x86_64 0:2.1.26-24.el7_9 \n cyrus-sasl-gssapi.x86_64 0:2.1.26-24.el7_9 \n gdb.x86_64 0:7.6.1-120.el7 \n libatomic.x86_64 0:4.8.5-44.el7 \n libsss_nss_idmap.x86_64 0:1.16.5-10.el7_9.16 \n libtool-ltdl.x86_64 0:2.4.2-22.el7_3 \n lsof.x86_64 0:4.87-6.el7 \n msodbcsql18.x86_64 0:18.4.1.1-1 \n python3.x86_64 0:3.6.8-21.el7_9 \n python3-libs.x86_64 0:3.6.8-21.el7_9 \n python3-pip.noarch 0:9.0.3-8.el7 \n python3-setuptools.noarch 0:39.2.0-10.el7 \n unixODBC.x86_64 0:2.3.11-1.rh \n\nComplete!\n" ] } TASK [Remove related files] **************************************************** task path: /tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/cleanup.yml:65 Friday 11 July 2025 22:29:13 -0400 (0:00:04.052) 0:05:25.829 *********** [WARNING]: Consider using the file module with state=absent rather than running 'rm'. If you need to use command because file is insufficient you can add 'warn: false' to this command task or set 'command_warnings=False' in ansible.cfg to get rid of this message. changed: [managed-node2] => { "changed": true, "cmd": "rm -rfv /var/opt/mssql* /opt/mssql* /var/log/pacemaker/pacemaker.log /etc/yum.repos.d/packages-microsoft-com-* /tmp/*.j2_* /tmp/mssql_data /tmp/mssql_log /etc/systemd/system/mssql-server.service.d /etc/systemd/system/multi-user.target.wants/mssql-server.service", "delta": "0:00:00.010286", "end": "2025-07-11 22:29:13.403370", "rc": 0, "start": "2025-07-11 22:29:13.393084" } STDOUT: removed ‘/var/opt/mssql/FTData/tsheb.xml’ removed ‘/var/opt/mssql/FTData/tsplk.xml’ removed ‘/var/opt/mssql/FTData/tsptg.xml’ removed ‘/var/opt/mssql/FTData/tsmal.xml’ removed ‘/var/opt/mssql/FTData/tsfra.xml’ removed directory: ‘/var/opt/mssql/FTData/FilterData’ removed ‘/var/opt/mssql/FTData/tsrus.xml’ removed ‘/var/opt/mssql/FTData/tsguj.xml’ removed ‘/var/opt/mssql/FTData/tsnor.xml’ removed ‘/var/opt/mssql/FTData/tsenu.xml’ removed ‘/var/opt/mssql/FTData/tstam.xml’ removed ‘/var/opt/mssql/FTData/tssky.xml’ removed ‘/var/opt/mssql/FTData/tseng.xml’ removed ‘/var/opt/mssql/FTData/tsita.xml’ removed ‘/var/opt/mssql/FTData/tsmar.xml’ removed ‘/var/opt/mssql/FTData/tskan.xml’ removed ‘/var/opt/mssql/FTData/tsglobal.xml’ removed ‘/var/opt/mssql/FTData/tsara.xml’ removed ‘/var/opt/mssql/FTData/tsben.xml’ removed ‘/var/opt/mssql/FTData/tsesn.xml’ removed ‘/var/opt/mssql/FTData/tsnld.xml’ removed ‘/var/opt/mssql/FTData/tsisl.xml’ removed ‘/var/opt/mssql/FTData/tskor.xml’ removed ‘/var/opt/mssql/FTData/tstel.xml’ removed ‘/var/opt/mssql/FTData/tsukr.xml’ removed ‘/var/opt/mssql/FTData/tstrk.xml’ removed ‘/var/opt/mssql/FTData/tshin.xml’ removed ‘/var/opt/mssql/FTData/tscht.xml’ removed ‘/var/opt/mssql/FTData/tstha.xml’ removed ‘/var/opt/mssql/FTData/tslvi.xml’ removed ‘/var/opt/mssql/FTData/tsdan.xml’ removed ‘/var/opt/mssql/FTData/tsvit.xml’ removed ‘/var/opt/mssql/FTData/tsrom.xml’ removed ‘/var/opt/mssql/FTData/tshrv.xml’ removed ‘/var/opt/mssql/FTData/tsmsl.xml’ removed ‘/var/opt/mssql/FTData/tsdeu.xml’ removed ‘/var/opt/mssql/FTData/tschs.xml’ removed ‘/var/opt/mssql/FTData/tsurd.xml’ removed ‘/var/opt/mssql/FTData/tsgrk.xml’ removed ‘/var/opt/mssql/FTData/tssve.xml’ removed ‘/var/opt/mssql/FTData/tsslv.xml’ removed ‘/var/opt/mssql/FTData/tsbgr.xml’ removed ‘/var/opt/mssql/FTData/tssrb.xml’ removed ‘/var/opt/mssql/FTData/tsptb.xml’ removed ‘/var/opt/mssql/FTData/tsjpn.xml’ removed ‘/var/opt/mssql/FTData/tsind.xml’ removed ‘/var/opt/mssql/FTData/tslth.xml’ removed ‘/var/opt/mssql/FTData/tssrl.xml’ removed ‘/var/opt/mssql/FTData/tspan.xml’ removed ‘/var/opt/mssql/FTData/tscat.xml’ removed ‘/var/opt/mssql/FTData/tscze.xml’ removed directory: ‘/var/opt/mssql/FTData’ removed ‘/var/opt/mssql/mssql.conf’ removed ‘/var/opt/mssql/data/model.mdf’ removed ‘/var/opt/mssql/data/templog.ldf’ removed ‘/var/opt/mssql/data/tempdb.mdf’ removed ‘/var/opt/mssql/data/msdbdata.mdf’ removed ‘/var/opt/mssql/data/Entropy.bin’ removed ‘/var/opt/mssql/data/model_replicatedmaster.ldf’ removed ‘/var/opt/mssql/data/model_replicatedmaster.mdf’ removed ‘/var/opt/mssql/data/tempdb4.ndf’ removed ‘/var/opt/mssql/data/modellog.ldf’ removed ‘/var/opt/mssql/data/tempdb2.ndf’ removed ‘/var/opt/mssql/data/msdblog.ldf’ removed ‘/var/opt/mssql/data/mastlog.ldf’ removed ‘/var/opt/mssql/data/master.mdf’ removed ‘/var/opt/mssql/data/model_msdbdata.mdf’ removed ‘/var/opt/mssql/data/tempdb3.ndf’ removed ‘/var/opt/mssql/data/model_msdblog.ldf’ removed directory: ‘/var/opt/mssql/data’ removed ‘/var/opt/mssql/secrets/machine-key’ removed directory: ‘/var/opt/mssql/secrets’ removed ‘/var/opt/mssql/.system/system/lsa.hiv’ removed directory: ‘/var/opt/mssql/.system/system/Temp’ removed ‘/var/opt/mssql/.system/system/licensing.hiv’ removed ‘/var/opt/mssql/.system/system/lsasetup.log’ removed ‘/var/opt/mssql/.system/system/system32/Microsoft/Protect/S-1-5-18/User/ef9cf8fa-38f5-479d-a020-cbf81f151a80’ removed ‘/var/opt/mssql/.system/system/system32/Microsoft/Protect/S-1-5-18/User/Preferred’ removed directory: ‘/var/opt/mssql/.system/system/system32/Microsoft/Protect/S-1-5-18/User’ removed directory: ‘/var/opt/mssql/.system/system/system32/Microsoft/Protect/S-1-5-18’ removed directory: ‘/var/opt/mssql/.system/system/system32/Microsoft/Protect’ removed directory: ‘/var/opt/mssql/.system/system/system32/Microsoft’ removed directory: ‘/var/opt/mssql/.system/system/system32/LogFiles/Scm’ removed directory: ‘/var/opt/mssql/.system/system/system32/LogFiles’ removed directory: ‘/var/opt/mssql/.system/system/system32’ removed ‘/var/opt/mssql/.system/system/security.hiv’ removed ‘/var/opt/mssql/.system/system/debug/PASSWD.LOG’ removed directory: ‘/var/opt/mssql/.system/system/debug’ removed directory: ‘/var/opt/mssql/.system/system’ removed directory: ‘/var/opt/mssql/.system/profiles/Client/Temp’ removed directory: ‘/var/opt/mssql/.system/profiles/Client/AppData/LocalLow’ removed directory: ‘/var/opt/mssql/.system/profiles/Client/AppData/Local/Microsoft/Windows/Temporary Internet Files’ removed directory: ‘/var/opt/mssql/.system/profiles/Client/AppData/Local/Microsoft/Windows’ removed directory: ‘/var/opt/mssql/.system/profiles/Client/AppData/Local/Microsoft’ removed directory: ‘/var/opt/mssql/.system/profiles/Client/AppData/Local’ removed directory: ‘/var/opt/mssql/.system/profiles/Client/AppData/Roaming/Microsoft/SystemCertificates/My/CRLs’ removed ‘/var/opt/mssql/.system/profiles/Client/AppData/Roaming/Microsoft/SystemCertificates/My/AppContainerUserCertRead’ removed directory: ‘/var/opt/mssql/.system/profiles/Client/AppData/Roaming/Microsoft/SystemCertificates/My/Certificates’ removed directory: ‘/var/opt/mssql/.system/profiles/Client/AppData/Roaming/Microsoft/SystemCertificates/My/CTLs’ removed directory: ‘/var/opt/mssql/.system/profiles/Client/AppData/Roaming/Microsoft/SystemCertificates/My’ removed directory: ‘/var/opt/mssql/.system/profiles/Client/AppData/Roaming/Microsoft/SystemCertificates’ removed directory: ‘/var/opt/mssql/.system/profiles/Client/AppData/Roaming/Microsoft’ removed directory: ‘/var/opt/mssql/.system/profiles/Client/AppData/Roaming’ removed directory: ‘/var/opt/mssql/.system/profiles/Client/AppData’ removed directory: ‘/var/opt/mssql/.system/profiles/Client/Desktop’ removed directory: ‘/var/opt/mssql/.system/profiles/Client/Documents’ removed directory: ‘/var/opt/mssql/.system/profiles/Client’ removed directory: ‘/var/opt/mssql/.system/profiles’ removed ‘/var/opt/mssql/.system/instance_id’ removed ‘/var/opt/mssql/.system/programdata/Microsoft/NetFramework/BreadcrumbStore/Microsoft.Diagnostics.Tracing.EventSource, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a’ removed ‘/var/opt/mssql/.system/programdata/Microsoft/NetFramework/BreadcrumbStore/Microsoft.Diagnostics.Tracing.EventSource, Version=1.1.26.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a’ removed directory: ‘/var/opt/mssql/.system/programdata/Microsoft/NetFramework/BreadcrumbStore’ removed directory: ‘/var/opt/mssql/.system/programdata/Microsoft/NetFramework’ removed directory: ‘/var/opt/mssql/.system/programdata/Microsoft’ removed directory: ‘/var/opt/mssql/.system/programdata’ removed directory: ‘/var/opt/mssql/.system’ removed ‘/var/opt/mssql/log/HkEngineEventFile_0_133967608533750000.xel’ removed ‘/var/opt/mssql/log/HkEngineEventFile_0_133967607543560000.xel’ removed ‘/var/opt/mssql/log/errorlog.6’ removed ‘/var/opt/mssql/log/HkEngineEventFile_0_133967608822680000.xel’ removed ‘/var/opt/mssql/log/system_health_0_133967606886080000.xel’ removed ‘/var/opt/mssql/log/log_4.trc’ removed ‘/var/opt/mssql/log/log_3.trc’ removed ‘/var/opt/mssql/log/errorlog’ removed ‘/var/opt/mssql/log/log_2.trc’ removed ‘/var/opt/mssql/log/errorlog.5’ removed ‘/var/opt/mssql/log/errorlog.3’ removed ‘/var/opt/mssql/log/system_health_0_133967606797380000.xel’ removed ‘/var/opt/mssql/log/HkEngineEventFile_0_133967608617710000.xel’ removed ‘/var/opt/mssql/log/system_health_0_133967608537260000.xel’ removed ‘/var/opt/mssql/log/sqlagent.1’ removed ‘/var/opt/mssql/log/sqlagentstartup.log’ removed ‘/var/opt/mssql/log/log_5.trc’ removed ‘/var/opt/mssql/log/sqlagent.2’ removed ‘/var/opt/mssql/log/errorlog.4’ removed ‘/var/opt/mssql/log/errorlog.2’ removed ‘/var/opt/mssql/log/system_health_0_133967607548340000.xel’ removed ‘/var/opt/mssql/log/FDLAUNCHERRORLOG’ removed ‘/var/opt/mssql/log/sqlagent.out’ removed ‘/var/opt/mssql/log/system_health_0_133967608621350000.xel’ removed ‘/var/opt/mssql/log/log_1.trc’ removed ‘/var/opt/mssql/log/HkEngineEventFile_0_133967606832550000.xel’ removed ‘/var/opt/mssql/log/system_health_0_133967608827050000.xel’ removed ‘/var/opt/mssql/log/HkEngineEventFile_0_133967606791210000.xel’ removed ‘/var/opt/mssql/log/errorlog.1’ removed ‘/var/opt/mssql/log/mssql-conf/mssql-conf.log’ removed directory: ‘/var/opt/mssql/log/mssql-conf’ removed directory: ‘/var/opt/mssql/log’ removed directory: ‘/var/opt/mssql’ removed directory: ‘/opt/mssql/misc’ removed directory: ‘/opt/mssql’ removed directory: ‘/opt/mssql-tools18’ removed ‘/etc/yum.repos.d/packages-microsoft-com-mssql-server-2019.repo’ removed ‘/etc/yum.repos.d/packages-microsoft-com-prod.repo’ removed directory: ‘/tmp/mssql_data’ removed directory: ‘/tmp/mssql_log’ removed ‘/etc/systemd/system/mssql-server.service.d/startlimit.conf’ removed directory: ‘/etc/systemd/system/mssql-server.service.d’ removed ‘/etc/systemd/system/multi-user.target.wants/mssql-server.service’ TASK [Stop the mssql-server service] ******************************************* task path: /tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/cleanup.yml:80 Friday 11 July 2025 22:29:13 -0400 (0:00:00.387) 0:05:26.216 *********** ok: [managed-node2] => { "changed": false, "cmd": "systemctl stop mssql-server || true", "delta": "0:00:00.551752", "end": "2025-07-11 22:29:14.338492", "rc": 0, "start": "2025-07-11 22:29:13.786740" } TASK [Get SELinux policy modules] ********************************************** task path: /tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/cleanup.yml:85 Friday 11 July 2025 22:29:14 -0400 (0:00:00.914) 0:05:27.130 *********** ok: [managed-node2] => { "changed": false, "cmd": [ "semodule", "-l" ], "delta": "0:00:02.162458", "end": "2025-07-11 22:29:16.852879", "rc": 0, "start": "2025-07-11 22:29:14.690421" } STDOUT: abrt 1.4.1 accountsd 1.1.0 acct 1.6.0 afs 1.9.0 aiccu 1.1.0 aide 1.7.1 ajaxterm 1.0.0 alsa 1.12.2 amanda 1.15.0 amtu 1.3.0 anaconda 1.7.0 antivirus 1.0.0 apache 2.7.2 apcupsd 1.9.0 apm 1.12.0 application 1.2.0 arpwatch 1.11.0 asterisk 1.12.1 auditadm 2.2.0 authconfig 1.0.0 authlogin 2.5.1 automount 1.14.1 avahi 1.14.1 awstats 1.5.0 bacula 1.2.0 base (null) bcfg2 1.1.0 bind 1.13.1 bitlbee 1.5.0 blkmapd 1.0.0 blueman 1.1.0 bluetooth 3.5.0 boinc 1.1.1 boltd 1.0.0 bootloader 1.14.0 brctl 1.7.0 brltty 1.0.0 bugzilla 1.1.0 bumblebee 1.0.0 cachefilesd 1.1.0 calamaris 1.8.0 callweaver 1.1.0 canna 1.12.0 ccs 1.6.0 cdrecord 2.6.0 certmaster 1.3.0 certmonger 1.2.0 certwatch 1.8.0 cfengine 1.1.0 cgdcbxd 1.0.0 cgroup 1.2.0 chrome 1.0.0 chronyd 1.2.0 cinder 1.0.0 cipe 1.6.0 clock 1.7.0 clogd 1.1.0 cloudform 1.0 cmirrord 1.1.0 cobbler 1.2.0 cockpit 1.0.0 collectd 1.0.0 colord 1.1.0 comsat 1.8.0 condor 1.0.1 conman 1.0.0 consolekit 1.9.0 container 1.0.0 couchdb 1.1.1 courier 1.14.0 cpucontrol 1.4.0 cpufreqselector 1.4.0 cpuplug 1.0.0 cron 2.6.3 ctdb 1.1.0 cups 1.16.2 cvs 1.10.2 cyphesis 1.3.0 cyrus 1.13.1 daemontools 1.3.0 dbadm 1.1.0 dbskk 1.6.0 dbus 1.19.0 dcc 1.12.0 ddclient 1.10.0 denyhosts 1.1.0 devicekit 1.3.1 dhcp 1.11.0 dictd 1.8.0 dirsrv 1.0.0 dirsrv-admin 1.0.0 dmesg 1.3.0 dmidecode 1.5.1 dnsmasq 1.10.0 dnssec 1.0.0 dovecot 1.16.1 drbd 1.1.0 dspam 1.1.0 entropyd 1.8.0 exim 1.6.1 fail2ban 1.5.0 fcoe 1.1.0 fetchmail 1.13.2 finger 1.10.0 firewalld 1.1.1 firewallgui 1.1.0 firstboot 1.13.0 fprintd 1.2.0 freeipmi 1.0.0 freqset 1.0.0 fstools 1.16.1 ftp 1.15.1 games 2.3.0 ganesha 1.0.0 gdomap 1.0.1 geoclue 1.0.0 getty 1.10.0 git 1.3.2 gitosis 1.4.0 glance 1.1.0 glusterd 1.1.2 gnome 2.3.0 gpg 2.8.0 gpm 1.9.0 gpsd 1.2.0 gssproxy 1.0.0 guest 1.3.0 hddtemp 1.2.0 hostname 1.8.1 hsqldb 1.0.0 hwloc 1.0.0 hypervkvp 1.0.0 icecast 1.2.0 inetd 1.13.0 init 1.20.1 inn 1.11.0 iodine 1.1.0 iotop 1.0.0 ipa 1.0.0 ipmievd 1.0.0 ipsec 1.14.0 iptables 1.14.0 irc 2.3.1 irqbalance 1.6.0 iscsi 1.9.0 isns 1.0.0 jabber 1.10.0 jetty 1.0.0 jockey 1.0.0 journalctl 1.0.0 kdump 1.3.0 kdumpgui 1.2.0 keepalived 1.0.0 kerberos 1.12.0 keyboardd 1.1.0 keystone 1.1.0 kismet 1.7.0 kmscon 1.0 kpatch 1.0.0 ksmtuned 1.1.1 ktalk 1.9.2 l2tp 1.1.0 ldap 1.11.1 libraries 2.10.0 likewise 1.3.0 linuxptp 1.0.0 lircd 1.2.0 livecd 1.3.0 lldpad 1.1.0 loadkeys 1.9.0 locallogin 1.12.0 lockdev 1.5.0 logadm 1.0.0 logging 1.20.1 logrotate 1.15.0 logwatch 1.12.2 lpd 1.14.0 lsm 1.0.0 lttng-tools 1.0.0 lvm 1.15.2 mailman 1.10.0 mailscanner 1.1.0 man2html 1.0.0 mandb 1.1.1 mcelog 1.2.0 mediawiki 1.0.0 memcached 1.3.1 milter 1.5.0 minidlna 0.1 minissdpd 1.0.0 mip6d 1.0.0 mirrormanager 1.0.0 miscfiles 1.11.0 mock 1.0.0 modemmanager 1.2.1 modutils 1.14.0 mojomojo 1.1.0 mon_statd 1.0.0 mongodb 1.1.0 motion 1.0.0 mount 1.16.1 mozilla 2.8.0 mpd 1.1.1 mplayer 2.5.0 mrtg 1.9.0 mta 2.7.3 munin 1.9.1 mysql 1.14.1 mythtv 1.0.0 nagios 1.13.0 namespace 1.0.0 ncftool 1.2.0 netlabel 1.3.0 netutils 1.12.1 networkmanager 1.15.2 ninfod 1.0.0 nis 1.12.0 nova 1.0.0 nscd 1.11.0 nsd 1.8.0 nslcd 1.4.1 ntop 1.10.0 ntp 1.11.0 numad 1.1.0 nut 1.3.0 nx 1.7.0 obex 1.0.0 oddjob 1.10.0 openct 1.6.1 opendnssec 1.0.0 openhpid 1.0.0 openshift 1.0.0 openshift-origin 1.0.0 opensm 1.0.0 openvpn 1.12.2 openvswitch 1.1.1 openwsman 1.0.0 oracleasm 1.0.0 osad 1.0.0 pads 1.1.0 passenger 1.1.1 pcmcia 1.7.0 pcp 1.0.0 pcscd 1.8.0 pegasus 1.9.0 permissivedomains (null) pesign 1.0.0 pingd 1.1.0 piranha 1.0.0 pkcs 1.0.1 pki 10.0.11 plymouthd 1.2.0 podsleuth 1.7.0 policykit 1.3.0 polipo 1.1.1 portmap 1.11.0 portreserve 1.4.0 postfix 1.15.1 postgresql 1.16.0 postgrey 1.9.0 ppp 1.14.0 prelink 1.11.0 prelude 1.4.0 privoxy 1.12.0 procmail 1.13.1 prosody 1.0.0 psad 1.1.0 ptchown 1.2.0 publicfile 1.2.0 pulseaudio 1.6.0 puppet 1.4.0 pwauth 1.0.0 qmail 1.6.1 qpid 1.1.0 quantum 1.1.0 quota 1.6.0 rabbitmq 1.0.2 radius 1.13.0 radvd 1.14.0 raid 1.13.1 rasdaemon 1.0.0 rdisc 1.8.0 readahead 1.13.0 realmd 1.1.0 redis 1.0.1 remotelogin 1.8.0 restraint 1.0 rhcs 1.2.1 rhev 1.0 rhgb 1.9.0 rhnsd 1.0.0 rhsmcertd 1.1.1 rhts 2.0.1 ricci 1.8.0 rkhunter 1.0 rlogin 1.11.3 rngd 1.1.0 roundup 1.8.0 rpc 1.15.1 rpcbind 1.6.1 rpm 1.16.0 rshd 1.8.1 rssh 2.3.0 rsync 1.13.0 rtas 1.0.0 rtkit 1.2.0 rwho 1.7.0 samba 1.16.3 sambagui 1.2.0 sandboxX 1.0.0 sanlock 1.1.0 sasl 1.15.1 sbd 1.0.0 sblim 1.1.0 screen 2.6.0 secadm 2.4.0 sectoolm 1.1.0 selinuxutil 1.17.2 sendmail 1.12.1 sensord 1.0.0 setrans 1.8.0 setroubleshoot 1.12.1 seunshare 1.1.0 sge 1.0.0 shorewall 1.4.0 slocate 1.12.2 slpd 1.1.0 smartmon 1.12.0 smokeping 1.2.0 smoltclient 1.2.0 smsd 1.0.0 snapper 1.0.0 snmp 1.14.0 snort 1.11.0 sosreport 1.3.1 soundserver 1.9.0 spamassassin 2.6.1 speech-dispatcher 1.0.0 squid 1.12.1 ssh 2.4.2 sssd 1.2.0 staff 2.4.0 stapserver 1.1.0 stunnel 1.11.0 su 1.12.0 sudo 1.10.0 svnserve 1.1.0 swift 1.0.0 sysadm 2.6.1 sysadm_secadm 1.0.0 sysnetwork 1.15.4 sysstat 1.8.0 systemd 1.0.0 tangd 1.0.0 targetd 1.0.0 tcpd 1.5.0 tcsd 1.1.1 telepathy 1.4.2 telnet 1.11.3 tftp 1.13.0 tgtd 1.3.1 thin 1.0 thumb 1.0.0 tlp 1.0.0 tmpreaper 1.7.1 tomcat 1.0.0 tor 1.9.0 tuned 1.2.0 tvtime 2.3.0 udev 1.16.2 ulogd 1.3.0 uml 2.3.0 unconfined 3.5.0 unconfineduser 1.0.0 unlabelednet 1.0.0 unprivuser 2.4.0 updfstab 1.6.0 usbmodules 1.3.0 usbmuxd 1.2.0 userdomain 4.9.1 userhelper 1.8.1 usermanage 1.19.0 usernetctl 1.7.0 uucp 1.13.0 uuidd 1.1.0 varnishd 1.2.0 vdagent 1.1.1 vhostmd 1.1.0 virt 1.5.0 vlock 1.2.0 vmtools 1.0.0 vmware 2.7.0 vnstatd 1.1.0 vpn 1.16.0 w3c 1.1.0 watchdog 1.8.0 wdmd 1.1.0 webadm 1.2.0 webalizer 1.13.0 wine 1.11.0 wireshark 2.4.0 xen 1.13.0 xguest 1.2.0 xserver 3.9.4 zabbix 1.6.0 zarafa 1.2.0 zebra 1.13.0 zoneminder 1.0.0 zosremote 1.2.0 TASK [Ensure that semanage command is available] ******************************* task path: /tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/cleanup.yml:91 Friday 11 July 2025 22:29:16 -0400 (0:00:02.533) 0:05:29.663 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Hack around broken mssql SELinux profile and actually remove it] ********* task path: /tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/cleanup.yml:99 Friday 11 July 2025 22:29:17 -0400 (0:00:00.066) 0:05:29.730 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check for leftover mssql processes] ************************************** task path: /tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/cleanup.yml:108 Friday 11 July 2025 22:29:17 -0400 (0:00:00.067) 0:05:29.798 *********** ok: [managed-node2] => { "changed": false, "cmd": [ "pgrep", "-au", "mssql" ], "delta": "0:00:00.009280", "end": "2025-07-11 22:29:17.363318", "failed_when_result": false, "rc": 1, "start": "2025-07-11 22:29:17.354038" } MSG: non-zero return code TASK [Kill leftover mssql processes] ******************************************* task path: /tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/cleanup.yml:115 Friday 11 July 2025 22:29:17 -0400 (0:00:00.360) 0:05:30.158 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Remove system user] ****************************************************** task path: /tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/cleanup.yml:120 Friday 11 July 2025 22:29:17 -0400 (0:00:00.061) 0:05:30.219 *********** changed: [managed-node2] => { "changed": true, "force": false, "name": "mssql", "remove": true, "state": "absent" } STDERR: userdel: mssql mail spool (/var/spool/mail/mssql) not found userdel: mssql home directory (/var/opt/mssql) not found META: ran handlers META: ran handlers PLAY RECAP ********************************************************************* managed-node2 : ok=345 changed=37 unreachable=0 failed=0 skipped=605 rescued=0 ignored=1 SYSTEM ROLES ERRORS BEGIN v1 [] SYSTEM ROLES ERRORS END v1 TASKS RECAP ******************************************************************** Friday 11 July 2025 22:29:18 -0400 (0:00:00.706) 0:05:30.926 *********** =============================================================================== fedora.linux_system_roles.mssql : Ensure the package mssql-server ------ 40.86s /tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:345 fedora.linux_system_roles.mssql : Ensure the package mssql-server-fts -- 27.22s /tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:869 fedora.linux_system_roles.mssql : Check if the set password matches the existing password -- 16.47s /tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:692 fedora.linux_system_roles.mssql : Ensure the package powershell -------- 13.68s /tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:876 fedora.linux_system_roles.mssql : Set up MSSQL -------------------------- 5.74s /tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:404 fedora.linux_system_roles.mssql : Change the edition of MSSQL ----------- 5.50s /tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:791 fedora.linux_system_roles.mssql : Change the password of sa user -------- 5.49s /tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:718 fedora.linux_system_roles.mssql : Ensure that SQL Server client tools are installed --- 4.98s /tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:565 Remove related packages ------------------------------------------------- 4.05s /tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/cleanup.yml:52 fedora.linux_system_roles.mssql : Gather package facts ------------------ 2.84s /tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:185 Get SELinux policy modules ---------------------------------------------- 2.53s /tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/cleanup.yml:85 Gather package facts ---------------------------------------------------- 1.79s /tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_package.yml:7 fedora.linux_system_roles.mssql : Check if the 3979 trace flag is enabled --- 1.77s /tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:885 Gather package facts ---------------------------------------------------- 1.63s /tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_package.yml:7 fedora.linux_system_roles.mssql : Wait for mssql-server to prepare for client connections --- 1.63s /tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:686 fedora.linux_system_roles.mssql : Gather package facts ------------------ 1.61s /tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:785 fedora.linux_system_roles.mssql : Gather package facts ------------------ 1.56s /tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:710 fedora.linux_system_roles.mssql : Ensure the ansible_managed header in /var/opt/mssql/mssql.conf --- 1.55s /tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1516 Modify the mssql-server service start limit interval and burst ---------- 1.53s /tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql-sever-increase-start-limit.yml:11 fedora.linux_system_roles.mssql : Ensure the package mssql-server-fts --- 1.52s /tmp/collections-EQ4/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:869