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_tls_2019.yml *************************************************** 2 plays in /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/tests/mssql/tests_tls_2019.yml PLAY [all] ********************************************************************* META: ran handlers TASK [Include vault variables] ************************************************* task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/tests/mssql/tests_tls_2019.yml:5 Monday 02 June 2025 07:37:03 -0400 (0:00:00.031) 0:00:00.031 *********** ok: [managed-node2] => { "ansible_facts": { "mssql_password": { "__ansible_vault": "$ANSIBLE_VAULT;1.1;AES256\n66336361663164656232326461653662643537386337346563613939356466313835383235313234\n3634333565616161316639666662613564353237653663610a616639306439653033386664303839\n30663030636161326137656235636230356162373234386461363632353863393161353035316162\n3664353366373231360a343334326337353861366233656330363634353164316434616561333161\n3234\n" } }, "ansible_included_var_files": [ "/tmp/mssql-FMr/tests/vars/vault-variables.yml" ], "changed": false } META: ran handlers META: ran handlers PLAY [Ensure that tls encryption configuration works] ************************** TASK [Gathering Facts] ********************************************************* task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/tests/mssql/tests_tls_2019.yml:9 Monday 02 June 2025 07:37:03 -0400 (0:00:00.021) 0:00:00.052 *********** ok: [managed-node2] META: ran handlers TASK [Run tests_tls with SQL Server 2019] ************************************** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/tests/mssql/tests_tls_2019.yml:24 Monday 02 June 2025 07:37:05 -0400 (0:00:01.516) 0:00:01.569 *********** included: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/tests_tls.yml for managed-node2 TASK [Assert fail on EL 7 with version = 2022 and EL 9 with version != 2022] *** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/tests_tls.yml:2 Monday 02 June 2025 07:37:05 -0400 (0:00:00.170) 0:00:01.739 *********** included: /tmp/collections-9ga/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-9ga/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/assert_fail_on_unsupported_ver.yml:2 Monday 02 June 2025 07:37:05 -0400 (0:00:00.054) 0:00:01.793 *********** ok: [managed-node2] TASK [Run the role] ************************************************************ task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/assert_fail_on_unsupported_ver.yml:17 Monday 02 June 2025 07:37:06 -0400 (0:00:00.548) 0:00:02.342 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Unreachable task] ******************************************************** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/assert_fail_on_unsupported_ver.yml:24 Monday 02 June 2025 07:37:06 -0400 (0:00:00.082) 0:00:02.424 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure the openssl package] ********************************************** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/tests_tls.yml:5 Monday 02 June 2025 07:37:06 -0400 (0:00:00.043) 0:00:02.468 *********** ok: [managed-node2] => { "changed": false, "rc": 0, "results": [ "1:openssl-1.0.2k-26.el7_9.x86_64 providing openssl is already installed" ] } TASK [Create a tempfile for a certificate on hosts] **************************** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/tests_tls.yml:11 Monday 02 June 2025 07:37:07 -0400 (0:00:01.054) 0:00:03.522 *********** changed: [managed-node2] => { "changed": true, "gid": 0, "group": "root", "mode": "0600", "owner": "root", "path": "/tmp/ansible.zR4pmi", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 0, "state": "file", "uid": 0 } TASK [Create a tempfile for a private key on hosts] **************************** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/tests_tls.yml:17 Monday 02 June 2025 07:37:07 -0400 (0:00:00.401) 0:00:03.924 *********** changed: [managed-node2] => { "changed": true, "gid": 0, "group": "root", "mode": "0600", "owner": "root", "path": "/tmp/ansible.gcg62z", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 0, "state": "file", "uid": 0 } TASK [Generate a self-signed certificate and public key] *********************** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/tests_tls.yml:23 Monday 02 June 2025 07:37:07 -0400 (0:00:00.274) 0:00:04.199 *********** changed: [managed-node2] => { "changed": true, "cmd": [ "openssl", "req", "-x509", "-nodes", "-newkey", "rsa:2048", "-subj", "/CN=10.31.47.64", "-out", "/tmp/ansible.zR4pmi", "-keyout", "/tmp/ansible.gcg62z", "-days", "365" ], "delta": "0:00:00.124873", "end": "2025-06-02 07:37:08.405882", "rc": 0, "start": "2025-06-02 07:37:08.281009" } STDERR: Generating a 2048 bit RSA private key ...................................................................................................+++ .......+++ writing new private key to '/tmp/ansible.gcg62z' ----- TASK [Copy certificate files to local tmp] ************************************* task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/tests_tls.yml:32 Monday 02 June 2025 07:37:08 -0400 (0:00:00.594) 0:00:04.793 *********** changed: [managed-node2] => (item=/tmp/ansible.zR4pmi) => { "ansible_loop_var": "item", "changed": true, "checksum": "367f166fb7b3849e095c56c51a00c59e71a2946c", "dest": "/tmp/ansible.zR4pmi", "item": "/tmp/ansible.zR4pmi", "md5sum": "1a9cf7d293cc5dcad513c902c76f5e84", "remote_checksum": "367f166fb7b3849e095c56c51a00c59e71a2946c", "remote_md5sum": null } changed: [managed-node2] => (item=/tmp/ansible.gcg62z) => { "ansible_loop_var": "item", "changed": true, "checksum": "181f703afd8d0a54cb912b04ba6871ef4bb0bb17", "dest": "/tmp/ansible.gcg62z", "item": "/tmp/ansible.gcg62z", "md5sum": "444c1f934f9f41d1da67f89da903e8c2", "remote_checksum": "181f703afd8d0a54cb912b04ba6871ef4bb0bb17", "remote_md5sum": null } TASK [Copy a private key to the playbook directory to test a relative path] **** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/tests_tls.yml:44 Monday 02 June 2025 07:37:09 -0400 (0:00:00.754) 0:00:05.548 *********** changed: [managed-node2 -> localhost] => { "changed": true, "checksum": "181f703afd8d0a54cb912b04ba6871ef4bb0bb17", "dest": "./ansible.gcg62z", "gid": 0, "group": "root", "md5sum": "444c1f934f9f41d1da67f89da903e8c2", "mode": "0600", "owner": "root", "secontext": "unconfined_u:object_r:admin_home_t:s0", "size": 1704, "src": "/root/.ansible/tmp/ansible-tmp-1748864229.24-19861-215890826663782/source", "state": "file", "uid": 0 } TASK [Set mssql_tls_cert and mssql_tls_private_key for the following test] ***** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/tests_tls.yml:52 Monday 02 June 2025 07:37:09 -0400 (0:00:00.516) 0:00:06.064 *********** ok: [managed-node2] => { "ansible_facts": { "mssql_tls_cert": "/tmp/ansible.zR4pmi", "mssql_tls_private_key": "ansible.gcg62z" }, "changed": false } TASK [Run role] **************************************************************** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/tests_tls.yml:59 Monday 02 June 2025 07:37:09 -0400 (0:00:00.039) 0:00:06.103 *********** TASK [fedora.linux_system_roles.mssql : Ensure ansible_facts and variables used by role] *** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:3 Monday 02 June 2025 07:37:10 -0400 (0:00:00.522) 0:00:06.626 *********** included: /tmp/collections-9ga/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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/set_vars.yml:3 Monday 02 June 2025 07:37:10 -0400 (0:00:00.037) 0:00:06.664 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/set_vars.yml:8 Monday 02 June 2025 07:37:10 -0400 (0:00:00.032) 0:00:06.696 *********** 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-9ga/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-9ga/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 : Unset internal role facts] ************* task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:8 Monday 02 June 2025 07:37:10 -0400 (0:00:00.058) 0:00:06.755 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:16 Monday 02 June 2025 07:37:10 -0400 (0:00:00.022) 0:00:06.777 *********** skipping: [managed-node2] => {} TASK [fedora.linux_system_roles.mssql : Link the deprecated mssql_input_sql_file fact] *** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:24 Monday 02 June 2025 07:37:10 -0400 (0:00:00.026) 0:00:06.804 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:31 Monday 02 June 2025 07:37:10 -0400 (0:00:00.025) 0:00:06.829 *********** skipping: [managed-node2] => {} TASK [fedora.linux_system_roles.mssql : Link the deprecated mssql_ha_listener_port fact] *** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:38 Monday 02 June 2025 07:37:10 -0400 (0:00:00.030) 0:00:06.860 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:45 Monday 02 June 2025 07:37:10 -0400 (0:00:00.031) 0:00:06.892 *********** skipping: [managed-node2] => {} TASK [fedora.linux_system_roles.mssql : Link the deprecated mssql_ad_sql_user_name fact] *** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:52 Monday 02 June 2025 07:37:10 -0400 (0:00:00.029) 0:00:06.921 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:59 Monday 02 June 2025 07:37:10 -0400 (0:00:00.031) 0:00:06.953 *********** skipping: [managed-node2] => {} TASK [fedora.linux_system_roles.mssql : Link the deprecated mssql_ha_cluster_run_role fact] *** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:66 Monday 02 June 2025 07:37:10 -0400 (0:00:00.041) 0:00:06.995 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:75 Monday 02 June 2025 07:37:10 -0400 (0:00:00.029) 0:00:07.025 *********** skipping: [managed-node2] => {} TASK [fedora.linux_system_roles.mssql : Link the deprecated fact] ************** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:84 Monday 02 June 2025 07:37:10 -0400 (0:00:00.033) 0:00:07.058 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:88 Monday 02 June 2025 07:37:10 -0400 (0:00:00.046) 0:00:07.105 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:95 Monday 02 June 2025 07:37:10 -0400 (0:00:00.037) 0:00:07.142 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:107 Monday 02 June 2025 07:37:10 -0400 (0:00:00.067) 0:00:07.209 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:115 Monday 02 June 2025 07:37:10 -0400 (0:00:00.032) 0:00:07.242 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:124 Monday 02 June 2025 07:37:10 -0400 (0:00:00.029) 0:00:07.272 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:133 Monday 02 June 2025 07:37:10 -0400 (0:00:00.042) 0:00:07.315 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:143 Monday 02 June 2025 07:37:11 -0400 (0:00:00.028) 0:00:07.344 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:152 Monday 02 June 2025 07:37:11 -0400 (0:00:00.029) 0:00:07.374 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:163 Monday 02 June 2025 07:37:11 -0400 (0:00:00.032) 0:00:07.406 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:174 Monday 02 June 2025 07:37:11 -0400 (0:00:00.023) 0:00:07.430 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Gather package facts] ****************** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:185 Monday 02 June 2025 07:37:11 -0400 (0:00:00.024) 0:00:07.455 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:189 Monday 02 June 2025 07:37:12 -0400 (0:00:01.676) 0:00:09.131 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:197 Monday 02 June 2025 07:37:12 -0400 (0:00:00.111) 0:00:09.242 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:210 Monday 02 June 2025 07:37:12 -0400 (0:00:00.063) 0:00:09.306 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:217 Monday 02 June 2025 07:37:13 -0400 (0:00:00.057) 0:00:09.363 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:224 Monday 02 June 2025 07:37:13 -0400 (0:00:00.063) 0:00:09.427 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:238 Monday 02 June 2025 07:37:13 -0400 (0:00:00.094) 0:00:09.521 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:252 Monday 02 June 2025 07:37:13 -0400 (0:00:00.663) 0:00:10.184 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Get yum repositories] ****************** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:262 Monday 02 June 2025 07:37:13 -0400 (0:00:00.057) 0:00:10.242 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:273 Monday 02 June 2025 07:37:13 -0400 (0:00:00.060) 0:00:10.303 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:287 Monday 02 June 2025 07:37:14 -0400 (0:00:00.058) 0:00:10.361 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Get zypper repositories] *************** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:296 Monday 02 June 2025 07:37:14 -0400 (0:00:00.058) 0:00:10.420 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:308 Monday 02 June 2025 07:37:14 -0400 (0:00:00.058) 0:00:10.479 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:315 Monday 02 June 2025 07:37:14 -0400 (0:00:00.059) 0:00:10.538 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:327 Monday 02 June 2025 07:37:14 -0400 (0:00:00.502) 0:00:11.041 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:340 Monday 02 June 2025 07:37:14 -0400 (0:00:00.097) 0:00:11.138 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:345 Monday 02 June 2025 07:37:15 -0400 (0:00:00.739) 0:00:11.878 *********** changed: [managed-node2] => { "changed": true, "changes": { "installed": [ "mssql-server" ] }, "rc": 0, "results": [ "Loaded plugins: fastestmirror\nLoading mirror speeds from cached hostfile\n * epel: dl.fedoraproject.org\n * epel-debuginfo: dl.fedoraproject.org\n * epel-source: dl.fedoraproject.org\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 55 MB/s | 241 MB 00:04 \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" ] } TASK [fedora.linux_system_roles.mssql : Check if the errorlog file exists and its location] *** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:350 Monday 02 June 2025 07:37:56 -0400 (0:00:41.347) 0:00:53.226 *********** 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.005134", "end": "2025-06-02 07:37:57.152828", "rc": 0, "start": "2025-06-02 07:37:57.147694" } TASK [fedora.linux_system_roles.mssql : Check if mssql-server.service is enabled] *** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:367 Monday 02 June 2025 07:37:57 -0400 (0:00:00.371) 0:00:53.597 *********** ok: [managed-node2] => { "changed": false, "cmd": [ "systemctl", "is-enabled", "mssql-server.service" ], "delta": "0:00:00.007216", "end": "2025-06-02 07:37:57.511581", "failed_when_result": false, "rc": 1, "start": "2025-06-02 07:37:57.504365" } STDOUT: disabled MSG: non-zero return code TASK [fedora.linux_system_roles.mssql : Check if mssql-server.service is running] *** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:374 Monday 02 June 2025 07:37:57 -0400 (0:00:00.322) 0:00:53.920 *********** ok: [managed-node2] => { "changed": false, "cmd": [ "systemctl", "is-active", "mssql-server.service" ], "delta": "0:00:00.004122", "end": "2025-06-02 07:37:57.908641", "failed_when_result": false, "rc": 3, "start": "2025-06-02 07:37:57.904519" } STDOUT: unknown MSG: non-zero return code TASK [fedora.linux_system_roles.mssql : Set the __mssql_is_setup variable] ***** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:381 Monday 02 June 2025 07:37:57 -0400 (0:00:00.400) 0:00:54.321 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:388 Monday 02 June 2025 07:37:58 -0400 (0:00:00.061) 0:00:54.382 *********** ok: [managed-node2] => { "changed": false } MSG: All assertions passed TASK [fedora.linux_system_roles.mssql : Set up MSSQL] ************************** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:404 Monday 02 June 2025 07:37:58 -0400 (0:00:00.063) 0:00:54.445 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:429 Monday 02 June 2025 07:38:03 -0400 (0:00:05.223) 0:00:59.669 *********** skipping: [managed-node2] => (item={u'path': None, u'setting': u'defaultdatadir', u'mode': u'755'}) => { "ansible_loop_var": "item", "changed": false, "item": { "mode": "755", "path": null, "setting": "defaultdatadir" }, "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item={u'path': None, u'setting': u'defaultlogdir', u'mode': u'755'}) => { "ansible_loop_var": "item", "changed": false, "item": { "mode": "755", "path": null, "setting": "defaultlogdir" }, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Set selinux role facts for ports] ****** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:444 Monday 02 June 2025 07:38:03 -0400 (0:00:00.081) 0:00:59.750 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:458 Monday 02 June 2025 07:38:03 -0400 (0:00:00.094) 0:00:59.845 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:469 Monday 02 June 2025 07:38:03 -0400 (0:00:00.091) 0:00:59.936 *********** 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" ] } TASK [fedora.linux_system_roles.mssql : Ensure that the tuned service is started and enabled] *** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:475 Monday 02 June 2025 07:38:04 -0400 (0:00:00.604) 0:01:00.541 *********** ok: [managed-node2] => { "changed": false, "enabled": true, "name": "tuned", "state": "started", "status": { "ActiveEnterTimestamp": "Mon 2025-06-02 07:16:08 EDT", "ActiveEnterTimestampMonotonic": "12957703", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "dbus.service network.target systemd-journald.socket systemd-sysctl.service system.slice basic.target", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Mon 2025-06-02 07:16:07 EDT", "AssertTimestampMonotonic": "12266513", "Before": "multi-user.target shutdown.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": "Mon 2025-06-02 07:16:07 EDT", "ConditionTimestampMonotonic": "12266512", "Conflicts": "shutdown.target cpupower.service", "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": "871", "ExecMainStartTimestamp": "Mon 2025-06-02 07:16:07 EDT", "ExecMainStartTimestampMonotonic": "12267613", "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": "Mon 2025-06-02 07:16:07 EDT", "InactiveExitTimestampMonotonic": "12267646", "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": "871", "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 system.slice basic.target 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": "Mon 2025-06-02 07:16:08 EDT", "WatchdogTimestampMonotonic": "12957464", "WatchdogUSec": "0" } } TASK [fedora.linux_system_roles.mssql : Get the active Tuned profiles] ********* task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:482 Monday 02 June 2025 07:38:05 -0400 (0:00:00.895) 0:01:01.437 *********** ok: [managed-node2] => { "changed": false, "cmd": [ "tuned-adm", "active" ], "delta": "0:00:00.083711", "end": "2025-06-02 07:38:05.429353", "rc": 0, "start": "2025-06-02 07:38:05.345642" } STDOUT: Current active profile: virtual-guest mssql TASK [fedora.linux_system_roles.mssql : Attempt to add mssql to the list of Tuned profiles] *** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:495 Monday 02 June 2025 07:38:05 -0400 (0:00:00.436) 0:01:01.873 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:508 Monday 02 June 2025 07:38:05 -0400 (0:00:00.093) 0:01:01.967 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:517 Monday 02 June 2025 07:38:05 -0400 (0:00:00.094) 0:01:02.061 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:527 Monday 02 June 2025 07:38:05 -0400 (0:00:00.078) 0:01:02.140 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:535 Monday 02 June 2025 07:38:06 -0400 (0:00:00.435) 0:01:02.576 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:544 Monday 02 June 2025 07:38:06 -0400 (0:00:00.063) 0:01:02.639 *********** 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" ] } TASK [Create certificates using the certificate role] ************************** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:561 Monday 02 June 2025 07:38:11 -0400 (0:00:05.235) 0:01:07.875 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:575 Monday 02 June 2025 07:38:11 -0400 (0:00:00.096) 0:01:07.971 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:580 Monday 02 June 2025 07:38:11 -0400 (0:00:00.099) 0:01:08.070 *********** changed: [managed-node2] => (item=/tmp/ansible.zR4pmi) => { "ansible_loop_var": "item", "changed": true, "checksum": "367f166fb7b3849e095c56c51a00c59e71a2946c", "dest": "/etc/pki/tls/certs/ansible.zR4pmi", "gid": 994, "group": "mssql", "item": "/tmp/ansible.zR4pmi", "md5sum": "1a9cf7d293cc5dcad513c902c76f5e84", "mode": "0600", "owner": "mssql", "secontext": "system_u:object_r:cert_t:s0", "size": 1099, "src": "/root/.ansible/tmp/ansible-tmp-1748864291.89-21358-55696072948605/source", "state": "file", "uid": 996 } changed: [managed-node2] => (item=ansible.gcg62z) => { "ansible_loop_var": "item", "changed": true, "checksum": "181f703afd8d0a54cb912b04ba6871ef4bb0bb17", "dest": "/etc/pki/tls/private/ansible.gcg62z", "gid": 994, "group": "mssql", "item": "ansible.gcg62z", "md5sum": "444c1f934f9f41d1da67f89da903e8c2", "mode": "0600", "owner": "mssql", "secontext": "system_u:object_r:cert_t:s0", "size": 1704, "src": "/root/.ansible/tmp/ansible-tmp-1748864292.51-21358-212295514753416/source", "state": "file", "uid": 996 } TASK [fedora.linux_system_roles.mssql : Configure the tlscert setting] ********* task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:598 Monday 02 June 2025 07:38:13 -0400 (0:00:01.363) 0:01:09.435 *********** included: /tmp/collections-9ga/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 tlscert] ******* task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:3 Monday 02 June 2025 07:38:13 -0400 (0:00:00.166) 0:01:09.602 *********** ok: [managed-node2] => { "changed": false, "cmd": [ "grep", "^tlscert = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.002537", "end": "2025-06-02 07:38:13.537162", "failed_when_result": false, "rc": 1, "start": "2025-06-02 07:38:13.534625" } MSG: non-zero return code TASK [fedora.linux_system_roles.mssql : Configure the setting network tlscert] *** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:12 Monday 02 June 2025 07:38:13 -0400 (0:00:00.376) 0:01:09.978 *********** 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", "network.tlscert", "/etc/pki/tls/certs/ansible.zR4pmi" ], "delta": "0:00:00.113320", "end": "2025-06-02 07:38:14.034996", "failed_when_result": false, "rc": 0, "start": "2025-06-02 07:38:13.921676" } STDOUT: SQL Server needs to be restarted in order to apply this setting. Please run 'systemctl restart mssql-server.service'. TASK [fedora.linux_system_roles.mssql : Unset the setting network tlscert] ***** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:42 Monday 02 June 2025 07:38:14 -0400 (0:00:00.510) 0:01:10.488 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:607 Monday 02 June 2025 07:38:14 -0400 (0:00:00.097) 0:01:10.586 *********** included: /tmp/collections-9ga/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 tlskey] ******** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:3 Monday 02 June 2025 07:38:14 -0400 (0:00:00.181) 0:01:10.767 *********** ok: [managed-node2] => { "changed": false, "cmd": [ "grep", "^tlskey = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.002592", "end": "2025-06-02 07:38:14.691751", "failed_when_result": false, "rc": 1, "start": "2025-06-02 07:38:14.689159" } MSG: non-zero return code TASK [fedora.linux_system_roles.mssql : Configure the setting network tlskey] *** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:12 Monday 02 June 2025 07:38:14 -0400 (0:00:00.349) 0:01:11.117 *********** changed: [managed-node2] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "set", "network.tlskey", "/etc/pki/tls/private/ansible.gcg62z" ], "delta": "0:00:00.113236", "end": "2025-06-02 07:38:15.152456", "failed_when_result": false, "rc": 0, "start": "2025-06-02 07:38:15.039220" } STDOUT: SQL Server needs to be restarted in order to apply this setting. Please run 'systemctl restart mssql-server.service'. TASK [fedora.linux_system_roles.mssql : Unset the setting network tlskey] ****** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:42 Monday 02 June 2025 07:38:15 -0400 (0:00:00.449) 0:01:11.567 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:616 Monday 02 June 2025 07:38:15 -0400 (0:00:00.061) 0:01:11.629 *********** included: /tmp/collections-9ga/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 tlsprotocols] *** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:3 Monday 02 June 2025 07:38:15 -0400 (0:00:00.110) 0:01:11.739 *********** ok: [managed-node2] => { "changed": false, "cmd": [ "grep", "^tlsprotocols = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.002614", "end": "2025-06-02 07:38:15.636093", "failed_when_result": false, "rc": 1, "start": "2025-06-02 07:38:15.633479" } MSG: non-zero return code TASK [fedora.linux_system_roles.mssql : Configure the setting network tlsprotocols] *** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:12 Monday 02 June 2025 07:38:15 -0400 (0:00:00.409) 0:01:12.149 *********** changed: [managed-node2] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "set", "network.tlsprotocols", "1.2" ], "delta": "0:00:00.111061", "end": "2025-06-02 07:38:16.207025", "failed_when_result": false, "rc": 0, "start": "2025-06-02 07:38:16.095964" } STDOUT: SQL Server needs to be restarted in order to apply this setting. Please run 'systemctl restart mssql-server.service'. TASK [fedora.linux_system_roles.mssql : Unset the setting network tlsprotocols] *** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:42 Monday 02 June 2025 07:38:16 -0400 (0:00:00.511) 0:01:12.660 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:623 Monday 02 June 2025 07:38:16 -0400 (0:00:00.097) 0:01:12.757 *********** included: /tmp/collections-9ga/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 forceencryption] *** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:3 Monday 02 June 2025 07:38:16 -0400 (0:00:00.161) 0:01:12.919 *********** ok: [managed-node2] => { "changed": false, "cmd": [ "grep", "^forceencryption = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.002705", "end": "2025-06-02 07:38:16.827943", "failed_when_result": false, "rc": 1, "start": "2025-06-02 07:38:16.825238" } MSG: non-zero return code TASK [fedora.linux_system_roles.mssql : Configure the setting network forceencryption] *** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:12 Monday 02 June 2025 07:38:16 -0400 (0:00:00.337) 0:01:13.256 *********** changed: [managed-node2] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "set", "network.forceencryption", "1" ], "delta": "0:00:00.163604", "end": "2025-06-02 07:38:17.342260", "failed_when_result": false, "rc": 0, "start": "2025-06-02 07:38:17.178656" } STDOUT: SQL Server needs to be restarted in order to apply this setting. Please run 'systemctl restart mssql-server.service'. TASK [fedora.linux_system_roles.mssql : Unset the setting network forceencryption] *** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:42 Monday 02 June 2025 07:38:17 -0400 (0:00:00.500) 0:01:13.757 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:632 Monday 02 June 2025 07:38:17 -0400 (0:00:00.077) 0:01:13.835 *********** ok: [managed-node2] => { "changed": false, "cmd": "set -euo pipefail; grep '^forceencryption' /var/opt/mssql/mssql.conf | sed 's/forceencryption = //g'", "delta": "0:00:00.004122", "end": "2025-06-02 07:38:17.784144", "failed_when_result": false, "rc": 0, "start": "2025-06-02 07:38:17.780022" } STDOUT: 1 TASK [fedora.linux_system_roles.mssql : Append -No to sqlcmd when TLS is not configured] *** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:641 Monday 02 June 2025 07:38:17 -0400 (0:00:00.357) 0:01:14.193 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:648 Monday 02 June 2025 07:38:17 -0400 (0:00:00.058) 0:01:14.251 *********** ok: [managed-node2] => { "ansible_facts": { "__sqlcmd_cli": "/opt/mssql-tools18/bin/sqlcmd -C" }, "changed": false } TASK [fedora.linux_system_roles.mssql : Prepare MSSQL and facts for logging in] *** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:661 Monday 02 June 2025 07:38:17 -0400 (0:00:00.072) 0:01:14.324 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:665 Monday 02 June 2025 07:38:18 -0400 (0:00:00.062) 0:01:14.386 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:671 Monday 02 June 2025 07:38:18 -0400 (0:00:00.097) 0:01:14.484 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:686 Monday 02 June 2025 07:38:18 -0400 (0:00:00.089) 0:01:14.573 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Gather package facts] ****************** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:693 Monday 02 June 2025 07:38:18 -0400 (0:00:00.092) 0:01:14.667 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:701 Monday 02 June 2025 07:38:18 -0400 (0:00:00.094) 0:01:14.761 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:722 Monday 02 June 2025 07:38:18 -0400 (0:00:00.093) 0:01:14.855 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:729 Monday 02 June 2025 07:38:18 -0400 (0:00:00.091) 0:01:14.947 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:740 Monday 02 June 2025 07:38:18 -0400 (0:00:00.092) 0:01:15.039 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:754 Monday 02 June 2025 07:38:18 -0400 (0:00:00.154) 0:01:15.194 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Gather package facts] ****************** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:761 Monday 02 June 2025 07:38:18 -0400 (0:00:00.088) 0:01:15.282 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:767 Monday 02 June 2025 07:38:19 -0400 (0:00:00.093) 0:01:15.376 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:786 Monday 02 June 2025 07:38:19 -0400 (0:00:00.091) 0:01:15.468 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:793 Monday 02 June 2025 07:38:19 -0400 (0:00:00.094) 0:01:15.562 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Open the TCP port 1433] ************************************************** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:800 Monday 02 June 2025 07:38:19 -0400 (0:00:00.092) 0:01:15.654 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:812 Monday 02 June 2025 07:38:19 -0400 (0:00:00.088) 0:01:15.743 *********** included: /tmp/collections-9ga/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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:3 Monday 02 June 2025 07:38:19 -0400 (0:00:00.136) 0:01:15.879 *********** ok: [managed-node2] => { "changed": false, "cmd": [ "grep", "^tcpport = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.002769", "end": "2025-06-02 07:38:19.780440", "failed_when_result": false, "rc": 1, "start": "2025-06-02 07:38:19.777671" } MSG: non-zero return code TASK [fedora.linux_system_roles.mssql : Configure the setting network tcpport] *** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:12 Monday 02 June 2025 07:38:19 -0400 (0:00:00.337) 0:01:16.217 *********** ok: [managed-node2] => { "changed": false, "cmd": [ "/opt/mssql/bin/mssql-conf", "set", "network.tcpport", "1433" ], "delta": "0:00:00.115035", "end": "2025-06-02 07:38:20.248719", "failed_when_result": false, "rc": 0, "start": "2025-06-02 07:38:20.133684" } 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:42 Monday 02 June 2025 07:38:20 -0400 (0:00:00.450) 0:01:16.667 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:818 Monday 02 June 2025 07:38:20 -0400 (0:00:00.073) 0:01:16.741 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:838 Monday 02 June 2025 07:38:20 -0400 (0:00:00.091) 0:01:16.833 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:845 Monday 02 June 2025 07:38:20 -0400 (0:00:00.098) 0:01:16.932 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Ensure the package powershell] ********* task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:852 Monday 02 June 2025 07:38:20 -0400 (0:00:00.080) 0:01:17.012 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Check if the 3979 trace flag is enabled] *** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:861 Monday 02 June 2025 07:38:20 -0400 (0:00:00.093) 0:01:17.106 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Set the 3979 traceflag] **************** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:867 Monday 02 June 2025 07:38:20 -0400 (0:00:00.082) 0:01:17.188 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:874 Monday 02 June 2025 07:38:20 -0400 (0:00:00.061) 0:01:17.250 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:882 Monday 02 June 2025 07:38:20 -0400 (0:00:00.057) 0:01:17.307 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:888 Monday 02 June 2025 07:38:21 -0400 (0:00:00.055) 0:01:17.363 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:898 Monday 02 June 2025 07:38:21 -0400 (0:00:00.108) 0:01:17.471 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Join to realm {{ ad_integration_realm }}] ******************************** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:906 Monday 02 June 2025 07:38:21 -0400 (0:00:00.062) 0:01:17.533 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:914 Monday 02 June 2025 07:38:21 -0400 (0:00:00.058) 0:01:17.592 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:921 Monday 02 June 2025 07:38:21 -0400 (0:00:00.055) 0:01:17.648 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:928 Monday 02 June 2025 07:38:21 -0400 (0:00:00.061) 0:01:17.710 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:937 Monday 02 June 2025 07:38:21 -0400 (0:00:00.058) 0:01:17.769 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:950 Monday 02 June 2025 07:38:21 -0400 (0:00:00.058) 0:01:17.828 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:959 Monday 02 June 2025 07:38:21 -0400 (0:00:00.056) 0:01:17.884 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:973 Monday 02 June 2025 07:38:21 -0400 (0:00:00.059) 0:01:17.944 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:983 Monday 02 June 2025 07:38:21 -0400 (0:00:00.056) 0:01:18.000 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:988 Monday 02 June 2025 07:38:21 -0400 (0:00:00.059) 0:01:18.059 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1005 Monday 02 June 2025 07:38:21 -0400 (0:00:00.055) 0:01:18.115 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1010 Monday 02 June 2025 07:38:21 -0400 (0:00:00.058) 0:01:18.174 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Get keytab properties] ***************** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1015 Monday 02 June 2025 07:38:21 -0400 (0:00:00.056) 0:01:18.230 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Create keytab] ************************* task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1021 Monday 02 June 2025 07:38:21 -0400 (0:00:00.057) 0:01:18.288 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1047 Monday 02 June 2025 07:38:22 -0400 (0:00:00.062) 0:01:18.350 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1068 Monday 02 June 2025 07:38:22 -0400 (0:00:00.087) 0:01:18.437 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1076 Monday 02 June 2025 07:38:22 -0400 (0:00:00.079) 0:01:18.517 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1086 Monday 02 June 2025 07:38:22 -0400 (0:00:00.073) 0:01:18.590 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1092 Monday 02 June 2025 07:38:22 -0400 (0:00:00.062) 0:01:18.653 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Mark active hosts] ********************* task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1110 Monday 02 June 2025 07:38:22 -0400 (0:00:00.056) 0:01:18.709 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1114 Monday 02 June 2025 07:38:22 -0400 (0:00:00.073) 0:01:18.783 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1130 Monday 02 June 2025 07:38:22 -0400 (0:00:00.088) 0:01:18.872 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1136 Monday 02 June 2025 07:38:22 -0400 (0:00:00.091) 0:01:18.963 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Set host variables] ******************** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1156 Monday 02 June 2025 07:38:22 -0400 (0:00:00.160) 0:01:19.123 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Ensure the package mssql-server-ha] **** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1209 Monday 02 June 2025 07:38:22 -0400 (0:00:00.093) 0:01:19.217 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1216 Monday 02 June 2025 07:38:22 -0400 (0:00:00.092) 0:01:19.310 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1223 Monday 02 June 2025 07:38:23 -0400 (0:00:00.090) 0:01:19.400 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1233 Monday 02 June 2025 07:38:23 -0400 (0:00:00.092) 0:01:19.493 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1239 Monday 02 June 2025 07:38:23 -0400 (0:00:00.101) 0:01:19.595 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1247 Monday 02 June 2025 07:38:23 -0400 (0:00:00.111) 0:01:19.706 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1256 Monday 02 June 2025 07:38:23 -0400 (0:00:00.091) 0:01:19.798 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1264 Monday 02 June 2025 07:38:23 -0400 (0:00:00.080) 0:01:19.879 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1278 Monday 02 June 2025 07:38:23 -0400 (0:00:00.094) 0:01:19.973 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1284 Monday 02 June 2025 07:38:23 -0400 (0:00:00.062) 0:01:20.035 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1306 Monday 02 June 2025 07:38:23 -0400 (0:00:00.059) 0:01:20.094 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Configure ag] ************************** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1316 Monday 02 June 2025 07:38:23 -0400 (0:00:00.079) 0:01:20.174 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1325 Monday 02 June 2025 07:38:23 -0400 (0:00:00.093) 0:01:20.268 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Replicate DBs] ************************* task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1334 Monday 02 June 2025 07:38:24 -0400 (0:00:00.089) 0:01:20.358 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Mark active hosts] ********************* task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1343 Monday 02 June 2025 07:38:24 -0400 (0:00:00.093) 0:01:20.452 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1347 Monday 02 June 2025 07:38:24 -0400 (0:00:00.093) 0:01:20.545 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1365 Monday 02 June 2025 07:38:24 -0400 (0:00:00.092) 0:01:20.638 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1378 Monday 02 June 2025 07:38:24 -0400 (0:00:00.094) 0:01:20.732 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1385 Monday 02 June 2025 07:38:24 -0400 (0:00:00.073) 0:01:20.806 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1392 Monday 02 June 2025 07:38:24 -0400 (0:00:00.074) 0:01:20.880 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1400 Monday 02 June 2025 07:38:24 -0400 (0:00:00.059) 0:01:20.940 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1407 Monday 02 June 2025 07:38:24 -0400 (0:00:00.062) 0:01:21.003 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1419 Monday 02 June 2025 07:38:24 -0400 (0:00:00.103) 0:01:21.106 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Create HA login] *********************** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1428 Monday 02 June 2025 07:38:24 -0400 (0:00:00.094) 0:01:21.201 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1435 Monday 02 June 2025 07:38:25 -0400 (0:00:00.152) 0:01:21.353 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1441 Monday 02 June 2025 07:38:25 -0400 (0:00:00.089) 0:01:21.443 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1449 Monday 02 June 2025 07:38:25 -0400 (0:00:00.093) 0:01:21.536 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1462 Monday 02 June 2025 07:38:25 -0400 (0:00:00.105) 0:01:21.642 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1474 Monday 02 June 2025 07:38:25 -0400 (0:00:00.074) 0:01:21.717 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1479 Monday 02 June 2025 07:38:25 -0400 (0:00:00.075) 0:01:21.792 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1487 Monday 02 June 2025 07:38:25 -0400 (0:00:00.059) 0:01:21.851 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1496 Monday 02 June 2025 07:38:25 -0400 (0:00:00.065) 0:01:21.917 *********** changed: [managed-node2] => { "changed": true } MSG: Block inserted RUNNING HANDLER [fedora.linux_system_roles.mssql : Restart the mssql-server service] *** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/handlers/main.yml:3 Monday 02 June 2025 07:38:26 -0400 (0:00:00.715) 0:01:22.632 *********** changed: [managed-node2] => { "changed": true, "name": "mssql-server", "state": "started", "status": { "ActiveEnterTimestamp": "Mon 2025-06-02 07:38:03 EDT", "ActiveEnterTimestampMonotonic": "1327501667", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "network.target systemd-journald.socket system.slice -.mount basic.target auditd.service", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Mon 2025-06-02 07:38:03 EDT", "AssertTimestampMonotonic": "1327501100", "Before": "multi-user.target shutdown.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": "Mon 2025-06-02 07:38:03 EDT", "ConditionTimestampMonotonic": "1327501099", "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": "13842", "ExecMainStartTimestamp": "Mon 2025-06-02 07:38:03 EDT", "ExecMainStartTimestampMonotonic": "1327501617", "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": "Mon 2025-06-02 07:38:03 EDT", "InactiveExitTimestampMonotonic": "1327501667", "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": "13842", "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 system.slice 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": "Mon 2025-06-02 07:38:03 EDT", "WatchdogTimestampMonotonic": "1327501652", "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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1509 Monday 02 June 2025 07:38:27 -0400 (0:00:00.740) 0:01:23.373 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1516 Monday 02 June 2025 07:38:27 -0400 (0:00:00.090) 0:01:23.464 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Remove a private key from the playbook directory] ************************ task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/tests_tls.yml:68 Monday 02 June 2025 07:38:27 -0400 (0:00:00.093) 0:01:23.558 *********** changed: [managed-node2 -> localhost] => { "changed": true, "path": "ansible.gcg62z", "state": "absent" } TASK [Configure the mssql-server service start limit interval and burst] ******* task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/tests_tls.yml:75 Monday 02 June 2025 07:38:27 -0400 (0:00:00.520) 0:01:24.079 *********** included: /tmp/collections-9ga/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-9ga/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql-sever-increase-start-limit.yml:3 Monday 02 June 2025 07:38:27 -0400 (0:00:00.163) 0:01:24.242 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql-sever-increase-start-limit.yml:11 Monday 02 June 2025 07:38:28 -0400 (0:00:00.403) 0:01:24.645 *********** 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-1748864308.38-22093-126592388035242/source", "state": "file", "uid": 0 } TASK [Reload service daemon] *************************************************** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql-sever-increase-start-limit.yml:23 Monday 02 June 2025 07:38:29 -0400 (0:00:00.816) 0:01:25.462 *********** ok: [managed-node2] => { "changed": false, "name": null, "status": {} } TASK [Verify connectivity and settings] **************************************** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/tests_tls.yml:78 Monday 02 June 2025 07:38:29 -0400 (0:00:00.587) 0:01:26.049 *********** included: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml for managed-node2 TASK [Check if the errorlog file exists and its location] ********************** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:8 Monday 02 June 2025 07:38:29 -0400 (0:00:00.133) 0:01:26.183 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if the set edition matches the existing edition] ******************* task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:23 Monday 02 June 2025 07:38:29 -0400 (0:00:00.058) 0:01:26.242 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify if the edition matches] ******************************************* task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:35 Monday 02 June 2025 07:38:29 -0400 (0:00:00.056) 0:01:26.298 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the setting {{ item.key }}] *************************************** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:39 Monday 02 June 2025 07:38:30 -0400 (0:00:00.058) 0:01:26.357 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get stat of mssql_datadir] *********************************************** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:55 Monday 02 June 2025 07:38:30 -0400 (0:00:00.057) 0:01:26.415 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:60 Monday 02 June 2025 07:38:30 -0400 (0:00:00.057) 0:01:26.472 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get stat of mssql_logdir] ************************************************ task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:70 Monday 02 June 2025 07:38:30 -0400 (0:00:00.055) 0:01:26.527 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:75 Monday 02 June 2025 07:38:30 -0400 (0:00:00.056) 0:01:26.583 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Prepare MSSQL and facts for logging in] ********************************** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:85 Monday 02 June 2025 07:38:30 -0400 (0:00:00.088) 0:01:26.671 *********** TASK [fedora.linux_system_roles.mssql : Ensure that the mssql-server service is started] *** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/verify_password.yml:3 Monday 02 June 2025 07:38:30 -0400 (0:00:00.192) 0:01:26.864 *********** ok: [managed-node2] => { "changed": false, "name": "mssql-server", "state": "started", "status": { "ActiveEnterTimestamp": "Mon 2025-06-02 07:38:26 EDT", "ActiveEnterTimestampMonotonic": "1351240836", "ActiveExitTimestamp": "Mon 2025-06-02 07:38:26 EDT", "ActiveExitTimestampMonotonic": "1351013831", "ActiveState": "active", "After": "basic.target -.mount systemd-journald.socket system.slice network.target auditd.service", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Mon 2025-06-02 07:38:26 EDT", "AssertTimestampMonotonic": "1351240247", "Before": "multi-user.target shutdown.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": "Mon 2025-06-02 07:38:26 EDT", "ConditionTimestampMonotonic": "1351240245", "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": "15227", "ExecMainStartTimestamp": "Mon 2025-06-02 07:38:26 EDT", "ExecMainStartTimestampMonotonic": "1351240779", "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": "Mon 2025-06-02 07:38:26 EDT", "InactiveEnterTimestampMonotonic": "1351239105", "InactiveExitTimestamp": "Mon 2025-06-02 07:38:26 EDT", "InactiveExitTimestampMonotonic": "1351240836", "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": "15227", "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": "Mon 2025-06-02 07:38:26 EDT", "WatchdogTimestampMonotonic": "1351240814", "WatchdogUSec": "0", "WorkingDirectory": "/var/opt/mssql" } } TASK [fedora.linux_system_roles.mssql : Check if a custom tcpport setting exist] *** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/verify_password.yml:8 Monday 02 June 2025 07:38:31 -0400 (0:00:00.491) 0:01:27.355 *********** ok: [managed-node2] => { "changed": false, "cmd": [ "grep", "^tcpport = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003356", "end": "2025-06-02 07:38:31.289286", "failed_when_result": false, "rc": 1, "start": "2025-06-02 07:38:31.285930" } MSG: non-zero return code TASK [fedora.linux_system_roles.mssql : Check if a custom ipaddress setting exist] *** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/verify_password.yml:14 Monday 02 June 2025 07:38:31 -0400 (0:00:00.356) 0:01:27.711 *********** ok: [managed-node2] => { "changed": false, "cmd": [ "grep", "^ipaddress = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:01.003692", "end": "2025-06-02 07:38:32.620611", "failed_when_result": false, "rc": 1, "start": "2025-06-02 07:38:31.616919" } MSG: non-zero return code TASK [fedora.linux_system_roles.mssql : Set a fact with a login command] ******* task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/verify_password.yml:20 Monday 02 June 2025 07:38:32 -0400 (0:00:01.314) 0:01:29.026 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:95 Monday 02 June 2025 07:38:32 -0400 (0:00:00.078) 0:01:29.105 *********** 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": 7351, "state": "file", "uid": 996 } TASK [Check if the set password matches the existing password] ***************** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:116 Monday 02 June 2025 07:38:34 -0400 (0:00:01.446) 0:01:30.552 *********** ok: [managed-node2] => { "attempts": 1, "changed": false, "cmd": [ "/opt/mssql-tools18/bin/sqlcmd", "-C", "-U", "sa", "-P", "p@55w0rD", "-Q", "SELECT @@VERSION" ], "delta": "0:00:00.021385", "end": "2025-06-02 07:38:34.500743", "rc": 0, "start": "2025-06-02 07:38:34.479358" } 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-9ga/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:135 Monday 02 June 2025 07:38:34 -0400 (0:00:00.399) 0:01:30.951 *********** ok: [managed-node2] => { "ansible_facts": { "mssql_password": null }, "changed": false } TASK [Verify the package mssql-server-fts] ************************************* task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:139 Monday 02 June 2025 07:38:34 -0400 (0:00:00.093) 0:01:31.044 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the package powershell] ******************************************* task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:146 Monday 02 June 2025 07:38:34 -0400 (0:00:00.090) 0:01:31.135 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the value of the traceflag setting] ********************************** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:157 Monday 02 June 2025 07:38:34 -0400 (0:00:00.088) 0:01:31.224 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that the traceflag setting is set to 3979] ************************ task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:162 Monday 02 June 2025 07:38:34 -0400 (0:00:00.073) 0:01:31.297 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:167 Monday 02 June 2025 07:38:35 -0400 (0:00:00.073) 0:01:31.371 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that the alternatewritethrough setting is false] ****************** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:173 Monday 02 June 2025 07:38:35 -0400 (0:00:00.063) 0:01:31.434 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the writethrough setting] ***************************************** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:179 Monday 02 June 2025 07:38:35 -0400 (0:00:00.056) 0:01:31.491 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the tlscert setting] ********************************************** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:189 Monday 02 June 2025 07:38:35 -0400 (0:00:00.059) 0:01:31.551 *********** included: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml for managed-node2 TASK [Get the value of the setting tlscert] ************************************ task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml:7 Monday 02 June 2025 07:38:35 -0400 (0:00:00.153) 0:01:31.704 *********** ok: [managed-node2] => { "changed": false, "cmd": "grep '^tlscert' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.003553", "end": "2025-06-02 07:38:35.636201", "rc": 0, "start": "2025-06-02 07:38:35.632648" } STDOUT: tlscert = /etc/pki/tls/certs/ansible.zR4pmi TASK [Verify the setting when it is type str tlscert] ************************** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml:14 Monday 02 June 2025 07:38:35 -0400 (0:00:00.341) 0:01:32.045 *********** ok: [managed-node2] => { "changed": false } MSG: All assertions passed TASK [Verify the setting when it is type bool tlscert] ************************* task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml:25 Monday 02 June 2025 07:38:35 -0400 (0:00:00.078) 0:01:32.124 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that tcpport = /etc/pki/tls/certs/ansible.zR4pmi] ***************** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml:40 Monday 02 June 2025 07:38:35 -0400 (0:00:00.099) 0:01:32.223 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the tlskey setting] *********************************************** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:200 Monday 02 June 2025 07:38:35 -0400 (0:00:00.088) 0:01:32.311 *********** included: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml for managed-node2 TASK [Get the value of the setting tlskey] ************************************* task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml:7 Monday 02 June 2025 07:38:36 -0400 (0:00:00.135) 0:01:32.446 *********** ok: [managed-node2] => { "changed": false, "cmd": "grep '^tlskey' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.003568", "end": "2025-06-02 07:38:36.346922", "rc": 0, "start": "2025-06-02 07:38:36.343354" } STDOUT: tlskey = /etc/pki/tls/private/ansible.gcg62z TASK [Verify the setting when it is type str tlskey] *************************** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml:14 Monday 02 June 2025 07:38:36 -0400 (0:00:00.346) 0:01:32.793 *********** ok: [managed-node2] => { "changed": false } MSG: All assertions passed TASK [Verify the setting when it is type bool tlskey] ************************** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml:25 Monday 02 June 2025 07:38:36 -0400 (0:00:00.125) 0:01:32.919 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that tcpport = /etc/pki/tls/private/ansible.gcg62z] *************** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml:40 Monday 02 June 2025 07:38:36 -0400 (0:00:00.097) 0:01:33.016 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the tlsprotocols setting] ***************************************** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:212 Monday 02 June 2025 07:38:36 -0400 (0:00:00.073) 0:01:33.090 *********** included: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml for managed-node2 TASK [Get the value of the setting tlsprotocols] ******************************* task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml:7 Monday 02 June 2025 07:38:36 -0400 (0:00:00.126) 0:01:33.216 *********** ok: [managed-node2] => { "changed": false, "cmd": "grep '^tlsprotocols' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004159", "end": "2025-06-02 07:38:37.137397", "rc": 0, "start": "2025-06-02 07:38:37.133238" } STDOUT: tlsprotocols = 1.2 TASK [Verify the setting when it is type str tlsprotocols] ********************* task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml:14 Monday 02 June 2025 07:38:37 -0400 (0:00:00.350) 0:01:33.567 *********** ok: [managed-node2] => { "changed": false } MSG: All assertions passed TASK [Verify the setting when it is type bool tlsprotocols] ******************** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml:25 Monday 02 June 2025 07:38:37 -0400 (0:00:00.096) 0:01:33.663 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that tcpport = 1.2] *********************************************** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml:40 Monday 02 June 2025 07:38:37 -0400 (0:00:00.068) 0:01:33.732 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the forceencryption setting] ************************************** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:220 Monday 02 June 2025 07:38:37 -0400 (0:00:00.059) 0:01:33.791 *********** included: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml for managed-node2 TASK [Get the value of the setting forceencryption] **************************** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml:7 Monday 02 June 2025 07:38:37 -0400 (0:00:00.117) 0:01:33.909 *********** ok: [managed-node2] => { "changed": false, "cmd": "grep '^forceencryption' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004183", "end": "2025-06-02 07:38:37.826464", "rc": 0, "start": "2025-06-02 07:38:37.822281" } STDOUT: forceencryption = 1 TASK [Verify the setting when it is type str forceencryption] ****************** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml:14 Monday 02 June 2025 07:38:38 -0400 (0:00:00.422) 0:01:34.332 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the setting when it is type bool forceencryption] ***************** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml:25 Monday 02 June 2025 07:38:38 -0400 (0:00:00.097) 0:01:34.430 *********** ok: [managed-node2] => { "changed": false } MSG: All assertions passed TASK [Verify that tcpport = True] ********************************************** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml:40 Monday 02 June 2025 07:38:38 -0400 (0:00:00.113) 0:01:34.543 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify configuration for confined application] *************************** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:227 Monday 02 June 2025 07:38:38 -0400 (0:00:00.072) 0:01:34.615 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Disable TLS encryption] ************************************************** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/tests_tls.yml:85 Monday 02 June 2025 07:38:38 -0400 (0:00:00.072) 0:01:34.688 *********** TASK [fedora.linux_system_roles.mssql : Ensure ansible_facts and variables used by role] *** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:3 Monday 02 June 2025 07:38:38 -0400 (0:00:00.451) 0:01:35.140 *********** included: /tmp/collections-9ga/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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/set_vars.yml:3 Monday 02 June 2025 07:38:38 -0400 (0:00:00.111) 0:01:35.252 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/set_vars.yml:8 Monday 02 June 2025 07:38:38 -0400 (0:00:00.073) 0:01:35.325 *********** 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-9ga/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-9ga/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 : Unset internal role facts] ************* task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:8 Monday 02 June 2025 07:38:39 -0400 (0:00:00.132) 0:01:35.457 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:16 Monday 02 June 2025 07:38:39 -0400 (0:00:00.091) 0:01:35.549 *********** skipping: [managed-node2] => {} TASK [fedora.linux_system_roles.mssql : Link the deprecated mssql_input_sql_file fact] *** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:24 Monday 02 June 2025 07:38:39 -0400 (0:00:00.089) 0:01:35.639 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:31 Monday 02 June 2025 07:38:39 -0400 (0:00:00.082) 0:01:35.722 *********** skipping: [managed-node2] => {} TASK [fedora.linux_system_roles.mssql : Link the deprecated mssql_ha_listener_port fact] *** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:38 Monday 02 June 2025 07:38:39 -0400 (0:00:00.070) 0:01:35.792 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:45 Monday 02 June 2025 07:38:39 -0400 (0:00:00.067) 0:01:35.860 *********** skipping: [managed-node2] => {} TASK [fedora.linux_system_roles.mssql : Link the deprecated mssql_ad_sql_user_name fact] *** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:52 Monday 02 June 2025 07:38:39 -0400 (0:00:00.060) 0:01:35.921 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:59 Monday 02 June 2025 07:38:39 -0400 (0:00:00.079) 0:01:36.001 *********** skipping: [managed-node2] => {} TASK [fedora.linux_system_roles.mssql : Link the deprecated mssql_ha_cluster_run_role fact] *** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:66 Monday 02 June 2025 07:38:39 -0400 (0:00:00.163) 0:01:36.164 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:75 Monday 02 June 2025 07:38:39 -0400 (0:00:00.079) 0:01:36.244 *********** skipping: [managed-node2] => {} TASK [fedora.linux_system_roles.mssql : Link the deprecated fact] ************** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:84 Monday 02 June 2025 07:38:39 -0400 (0:00:00.076) 0:01:36.320 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:88 Monday 02 June 2025 07:38:40 -0400 (0:00:00.063) 0:01:36.384 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Verify that the user accepts EULA variables] *** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:95 Monday 02 June 2025 07:38:40 -0400 (0:00:00.063) 0:01:36.448 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:107 Monday 02 June 2025 07:38:40 -0400 (0:00:00.074) 0:01:36.522 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:115 Monday 02 June 2025 07:38:40 -0400 (0:00:00.094) 0:01:36.616 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:124 Monday 02 June 2025 07:38:40 -0400 (0:00:00.092) 0:01:36.709 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:133 Monday 02 June 2025 07:38:40 -0400 (0:00:00.095) 0:01:36.804 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:143 Monday 02 June 2025 07:38:40 -0400 (0:00:00.094) 0:01:36.899 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:152 Monday 02 June 2025 07:38:40 -0400 (0:00:00.080) 0:01:36.979 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:163 Monday 02 June 2025 07:38:40 -0400 (0:00:00.076) 0:01:37.056 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:174 Monday 02 June 2025 07:38:40 -0400 (0:00:00.062) 0:01:37.119 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Gather package facts] ****************** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:185 Monday 02 June 2025 07:38:40 -0400 (0:00:00.065) 0:01:37.184 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:189 Monday 02 June 2025 07:38:42 -0400 (0:00:01.286) 0:01:38.471 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:197 Monday 02 June 2025 07:38:42 -0400 (0:00:00.300) 0:01:38.771 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:210 Monday 02 June 2025 07:38:42 -0400 (0:00:00.089) 0:01:38.861 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:217 Monday 02 June 2025 07:38:42 -0400 (0:00:00.077) 0:01:38.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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:224 Monday 02 June 2025 07:38:42 -0400 (0:00:00.073) 0:01:39.012 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:238 Monday 02 June 2025 07:38:42 -0400 (0:00:00.152) 0:01:39.164 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:252 Monday 02 June 2025 07:38:43 -0400 (0:00:00.745) 0:01:39.910 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Get yum repositories] ****************** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:262 Monday 02 June 2025 07:38:43 -0400 (0:00:00.091) 0:01:40.002 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:273 Monday 02 June 2025 07:38:43 -0400 (0:00:00.081) 0:01:40.083 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:287 Monday 02 June 2025 07:38:43 -0400 (0:00:00.072) 0:01:40.156 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Get zypper repositories] *************** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:296 Monday 02 June 2025 07:38:43 -0400 (0:00:00.061) 0:01:40.218 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:308 Monday 02 June 2025 07:38:43 -0400 (0:00:00.086) 0:01:40.304 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:315 Monday 02 June 2025 07:38:44 -0400 (0:00:00.099) 0:01:40.404 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:327 Monday 02 June 2025 07:38:44 -0400 (0:00:00.113) 0:01:40.518 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:340 Monday 02 June 2025 07:38:44 -0400 (0:00:00.081) 0:01:40.600 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:345 Monday 02 June 2025 07:38:44 -0400 (0:00:00.550) 0:01:41.150 *********** ok: [managed-node2] => { "changed": false, "rc": 0, "results": [ "mssql-server-15.0.4375.4-1.x86_64 providing mssql-server is already installed" ] } TASK [fedora.linux_system_roles.mssql : Check if the errorlog file exists and its location] *** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:350 Monday 02 June 2025 07:38:45 -0400 (0:00:00.619) 0:01:41.770 *********** 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.004736", "end": "2025-06-02 07:38:45.702572", "rc": 0, "start": "2025-06-02 07:38:45.697836" } STDOUT: /var/opt/mssql/log/errorlog TASK [fedora.linux_system_roles.mssql : Check if mssql-server.service is enabled] *** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:367 Monday 02 June 2025 07:38:45 -0400 (0:00:00.381) 0:01:42.151 *********** ok: [managed-node2] => { "changed": false, "cmd": [ "systemctl", "is-enabled", "mssql-server.service" ], "delta": "0:00:00.004299", "end": "2025-06-02 07:38:46.082275", "failed_when_result": false, "rc": 0, "start": "2025-06-02 07:38:46.077976" } STDOUT: enabled TASK [fedora.linux_system_roles.mssql : Check if mssql-server.service is running] *** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:374 Monday 02 June 2025 07:38:46 -0400 (0:00:00.366) 0:01:42.517 *********** ok: [managed-node2] => { "changed": false, "cmd": [ "systemctl", "is-active", "mssql-server.service" ], "delta": "0:00:00.004659", "end": "2025-06-02 07:38:46.458782", "failed_when_result": false, "rc": 0, "start": "2025-06-02 07:38:46.454123" } STDOUT: active TASK [fedora.linux_system_roles.mssql : Set the __mssql_is_setup variable] ***** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:381 Monday 02 June 2025 07:38:46 -0400 (0:00:00.349) 0:01:42.867 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:388 Monday 02 June 2025 07:38:46 -0400 (0:00:00.075) 0:01:42.943 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Set up MSSQL] ************************** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:404 Monday 02 June 2025 07:38:46 -0400 (0:00:00.097) 0:01:43.040 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:429 Monday 02 June 2025 07:38:46 -0400 (0:00:00.097) 0:01:43.138 *********** skipping: [managed-node2] => (item={u'path': None, u'setting': u'defaultdatadir', u'mode': u'755'}) => { "ansible_loop_var": "item", "changed": false, "item": { "mode": "755", "path": null, "setting": "defaultdatadir" }, "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item={u'path': None, u'setting': u'defaultlogdir', u'mode': u'755'}) => { "ansible_loop_var": "item", "changed": false, "item": { "mode": "755", "path": null, "setting": "defaultlogdir" }, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Set selinux role facts for ports] ****** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:444 Monday 02 June 2025 07:38:46 -0400 (0:00:00.115) 0:01:43.253 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:458 Monday 02 June 2025 07:38:47 -0400 (0:00:00.097) 0:01:43.351 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:469 Monday 02 June 2025 07:38:47 -0400 (0:00:00.095) 0:01:43.446 *********** 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" ] } TASK [fedora.linux_system_roles.mssql : Ensure that the tuned service is started and enabled] *** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:475 Monday 02 June 2025 07:38:47 -0400 (0:00:00.584) 0:01:44.030 *********** ok: [managed-node2] => { "changed": false, "enabled": true, "name": "tuned", "state": "started", "status": { "ActiveEnterTimestamp": "Mon 2025-06-02 07:16:08 EDT", "ActiveEnterTimestampMonotonic": "12957703", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "dbus.service basic.target systemd-sysctl.service systemd-journald.socket system.slice network.target", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Mon 2025-06-02 07:16:07 EDT", "AssertTimestampMonotonic": "12266513", "Before": "multi-user.target shutdown.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": "Mon 2025-06-02 07:16:07 EDT", "ConditionTimestampMonotonic": "12266512", "Conflicts": "shutdown.target cpupower.service", "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": "871", "ExecMainStartTimestamp": "Mon 2025-06-02 07:16:07 EDT", "ExecMainStartTimestampMonotonic": "12267613", "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": "Mon 2025-06-02 07:16:07 EDT", "InactiveExitTimestampMonotonic": "12267646", "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": "871", "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": "Mon 2025-06-02 07:16:08 EDT", "WatchdogTimestampMonotonic": "12957464", "WatchdogUSec": "0" } } TASK [fedora.linux_system_roles.mssql : Get the active Tuned profiles] ********* task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:482 Monday 02 June 2025 07:38:48 -0400 (0:00:00.504) 0:01:44.535 *********** ok: [managed-node2] => { "changed": false, "cmd": [ "tuned-adm", "active" ], "delta": "0:00:00.080773", "end": "2025-06-02 07:38:48.550799", "rc": 0, "start": "2025-06-02 07:38:48.470026" } STDOUT: Current active profile: virtual-guest mssql TASK [fedora.linux_system_roles.mssql : Attempt to add mssql to the list of Tuned profiles] *** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:495 Monday 02 June 2025 07:38:48 -0400 (0:00:00.462) 0:01:44.997 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:508 Monday 02 June 2025 07:38:48 -0400 (0:00:00.105) 0:01:45.103 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:517 Monday 02 June 2025 07:38:48 -0400 (0:00:00.097) 0:01:45.201 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:527 Monday 02 June 2025 07:38:48 -0400 (0:00:00.098) 0:01:45.299 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:535 Monday 02 June 2025 07:38:49 -0400 (0:00:00.479) 0:01:45.779 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:544 Monday 02 June 2025 07:38:49 -0400 (0:00:00.098) 0:01:45.877 *********** 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" ] } TASK [Create certificates using the certificate role] ************************** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:561 Monday 02 June 2025 07:38:50 -0400 (0:00:00.600) 0:01:46.478 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:575 Monday 02 June 2025 07:38:50 -0400 (0:00:00.096) 0:01:46.575 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:580 Monday 02 June 2025 07:38:50 -0400 (0:00:00.099) 0:01:46.674 *********** skipping: [managed-node2] => (item=/tmp/ansible.zR4pmi) => { "ansible_loop_var": "item", "changed": false, "item": "/tmp/ansible.zR4pmi", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item=ansible.gcg62z) => { "ansible_loop_var": "item", "changed": false, "item": "ansible.gcg62z", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Configure the tlscert setting] ********* task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:598 Monday 02 June 2025 07:38:50 -0400 (0:00:00.118) 0:01:46.793 *********** included: /tmp/collections-9ga/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 tlscert] ******* task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:3 Monday 02 June 2025 07:38:50 -0400 (0:00:00.177) 0:01:46.971 *********** ok: [managed-node2] => { "changed": false, "cmd": [ "grep", "^tlscert = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.002637", "end": "2025-06-02 07:38:50.920677", "failed_when_result": false, "rc": 0, "start": "2025-06-02 07:38:50.918040" } STDOUT: tlscert = /etc/pki/tls/certs/ansible.zR4pmi TASK [fedora.linux_system_roles.mssql : Configure the setting network tlscert] *** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:12 Monday 02 June 2025 07:38:51 -0400 (0:00:00.398) 0:01:47.369 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Unset the setting network tlscert] ***** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:42 Monday 02 June 2025 07:38:51 -0400 (0:00:00.108) 0:01:47.478 *********** 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", "unset", "network.tlscert" ], "delta": "0:00:00.117461", "end": "2025-06-02 07:38:51.551048", "failed_when_result": false, "rc": 0, "start": "2025-06-02 07:38:51.433587" } STDOUT: SQL Server needs to be restarted in order to apply this setting. Please run 'systemctl restart mssql-server.service'. TASK [fedora.linux_system_roles.mssql : Configure the tlskey setting] ********** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:607 Monday 02 June 2025 07:38:51 -0400 (0:00:00.536) 0:01:48.014 *********** included: /tmp/collections-9ga/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 tlskey] ******** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:3 Monday 02 June 2025 07:38:51 -0400 (0:00:00.193) 0:01:48.207 *********** ok: [managed-node2] => { "changed": false, "cmd": [ "grep", "^tlskey = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003140", "end": "2025-06-02 07:38:52.159634", "failed_when_result": false, "rc": 0, "start": "2025-06-02 07:38:52.156494" } STDOUT: tlskey = /etc/pki/tls/private/ansible.gcg62z TASK [fedora.linux_system_roles.mssql : Configure the setting network tlskey] *** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:12 Monday 02 June 2025 07:38:52 -0400 (0:00:00.400) 0:01:48.608 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Unset the setting network tlskey] ****** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:42 Monday 02 June 2025 07:38:52 -0400 (0:00:00.112) 0:01:48.721 *********** changed: [managed-node2] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "unset", "network.tlskey" ], "delta": "0:00:00.112758", "end": "2025-06-02 07:38:52.770504", "failed_when_result": false, "rc": 0, "start": "2025-06-02 07:38:52.657746" } STDOUT: SQL Server needs to be restarted in order to apply this setting. Please run 'systemctl restart mssql-server.service'. TASK [fedora.linux_system_roles.mssql : Configure the tlsprotocols setting] **** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:616 Monday 02 June 2025 07:38:52 -0400 (0:00:00.496) 0:01:49.217 *********** included: /tmp/collections-9ga/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 tlsprotocols] *** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:3 Monday 02 June 2025 07:38:53 -0400 (0:00:00.197) 0:01:49.414 *********** ok: [managed-node2] => { "changed": false, "cmd": [ "grep", "^tlsprotocols = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.002662", "end": "2025-06-02 07:38:53.320507", "failed_when_result": false, "rc": 0, "start": "2025-06-02 07:38:53.317845" } STDOUT: tlsprotocols = 1.2 TASK [fedora.linux_system_roles.mssql : Configure the setting network tlsprotocols] *** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:12 Monday 02 June 2025 07:38:53 -0400 (0:00:00.315) 0:01:49.730 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Unset the setting network tlsprotocols] *** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:42 Monday 02 June 2025 07:38:53 -0400 (0:00:00.079) 0:01:49.809 *********** changed: [managed-node2] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "unset", "network.tlsprotocols" ], "delta": "0:00:00.110472", "end": "2025-06-02 07:38:53.864052", "failed_when_result": false, "rc": 0, "start": "2025-06-02 07:38:53.753580" } STDOUT: SQL Server needs to be restarted in order to apply this setting. Please run 'systemctl restart mssql-server.service'. TASK [fedora.linux_system_roles.mssql : Configure the forceencryption setting] *** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:623 Monday 02 June 2025 07:38:53 -0400 (0:00:00.513) 0:01:50.323 *********** included: /tmp/collections-9ga/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 forceencryption] *** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:3 Monday 02 June 2025 07:38:54 -0400 (0:00:00.196) 0:01:50.519 *********** ok: [managed-node2] => { "changed": false, "cmd": [ "grep", "^forceencryption = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.002702", "end": "2025-06-02 07:38:54.457484", "failed_when_result": false, "rc": 0, "start": "2025-06-02 07:38:54.454782" } STDOUT: forceencryption = 1 TASK [fedora.linux_system_roles.mssql : Configure the setting network forceencryption] *** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:12 Monday 02 June 2025 07:38:54 -0400 (0:00:00.387) 0:01:50.907 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Unset the setting network forceencryption] *** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:42 Monday 02 June 2025 07:38:54 -0400 (0:00:00.109) 0:01:51.016 *********** changed: [managed-node2] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "unset", "network.forceencryption" ], "delta": "0:00:00.110198", "end": "2025-06-02 07:38:55.070510", "failed_when_result": false, "rc": 0, "start": "2025-06-02 07:38:54.960312" } STDOUT: SQL Server needs to be restarted in order to apply this setting. Please run 'systemctl restart mssql-server.service'. TASK [fedora.linux_system_roles.mssql : Get the setting forceencryption] ******* task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:632 Monday 02 June 2025 07:38:55 -0400 (0:00:00.471) 0:01:51.487 *********** ok: [managed-node2] => { "changed": false, "cmd": "set -euo pipefail; grep '^forceencryption' /var/opt/mssql/mssql.conf | sed 's/forceencryption = //g'", "delta": "0:00:00.003936", "end": "2025-06-02 07:38:55.393587", "failed_when_result": false, "rc": 1, "start": "2025-06-02 07:38:55.389651" } MSG: non-zero return code TASK [fedora.linux_system_roles.mssql : Append -No to sqlcmd when TLS is not configured] *** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:641 Monday 02 June 2025 07:38:55 -0400 (0:00:00.328) 0:01:51.816 *********** ok: [managed-node2] => { "ansible_facts": { "__sqlcmd_cli": "/opt/mssql-tools18/bin/sqlcmd -C -No" }, "changed": false } TASK [fedora.linux_system_roles.mssql : Append -C to sqlcmd when TLS is configured but certs are self-signed] *** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:648 Monday 02 June 2025 07:38:55 -0400 (0:00:00.080) 0:01:51.897 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:661 Monday 02 June 2025 07:38:55 -0400 (0:00:00.064) 0:01:51.961 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:665 Monday 02 June 2025 07:38:55 -0400 (0:00:00.068) 0:01:52.029 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:671 Monday 02 June 2025 07:38:55 -0400 (0:00:00.100) 0:01:52.129 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:686 Monday 02 June 2025 07:38:55 -0400 (0:00:00.081) 0:01:52.211 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Gather package facts] ****************** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:693 Monday 02 June 2025 07:38:56 -0400 (0:00:00.147) 0:01:52.358 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:701 Monday 02 June 2025 07:38:56 -0400 (0:00:00.066) 0:01:52.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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:722 Monday 02 June 2025 07:38:56 -0400 (0:00:00.075) 0:01:52.501 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:729 Monday 02 June 2025 07:38:56 -0400 (0:00:00.099) 0:01:52.601 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:740 Monday 02 June 2025 07:38:56 -0400 (0:00:00.103) 0:01:52.704 *********** 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.004248", "end": "2025-06-02 07:38:56.627726", "rc": 0, "start": "2025-06-02 07:38:56.623478" } STDOUT: true TASK [fedora.linux_system_roles.mssql : Ensure that the mssql-server service is stopped] *** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:754 Monday 02 June 2025 07:38:56 -0400 (0:00:00.333) 0:01:53.038 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Gather package facts] ****************** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:761 Monday 02 June 2025 07:38:56 -0400 (0:00:00.063) 0:01:53.102 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:767 Monday 02 June 2025 07:38:57 -0400 (0:00:01.214) 0:01:54.316 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:786 Monday 02 June 2025 07:38:58 -0400 (0:00:00.066) 0:01:54.382 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:793 Monday 02 June 2025 07:38:58 -0400 (0:00:00.092) 0:01:54.475 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Open the TCP port 1433] ************************************************** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:800 Monday 02 June 2025 07:38:58 -0400 (0:00:00.098) 0:01:54.573 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:812 Monday 02 June 2025 07:38:58 -0400 (0:00:00.102) 0:01:54.676 *********** included: /tmp/collections-9ga/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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:3 Monday 02 June 2025 07:38:58 -0400 (0:00:00.246) 0:01:54.922 *********** ok: [managed-node2] => { "changed": false, "cmd": [ "grep", "^tcpport = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.002616", "end": "2025-06-02 07:38:58.863311", "failed_when_result": false, "rc": 1, "start": "2025-06-02 07:38:58.860695" } MSG: non-zero return code TASK [fedora.linux_system_roles.mssql : Configure the setting network tcpport] *** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:12 Monday 02 June 2025 07:38:58 -0400 (0:00:00.395) 0:01:55.318 *********** ok: [managed-node2] => { "changed": false, "cmd": [ "/opt/mssql/bin/mssql-conf", "set", "network.tcpport", "1433" ], "delta": "0:00:00.114759", "end": "2025-06-02 07:38:59.369785", "failed_when_result": false, "rc": 0, "start": "2025-06-02 07:38:59.255026" } 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:42 Monday 02 June 2025 07:38:59 -0400 (0:00:00.513) 0:01:55.832 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:818 Monday 02 June 2025 07:38:59 -0400 (0:00:00.095) 0:01:55.927 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:838 Monday 02 June 2025 07:38:59 -0400 (0:00:00.096) 0:01:56.024 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:845 Monday 02 June 2025 07:38:59 -0400 (0:00:00.096) 0:01:56.120 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Ensure the package powershell] ********* task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:852 Monday 02 June 2025 07:38:59 -0400 (0:00:00.102) 0:01:56.222 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Check if the 3979 trace flag is enabled] *** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:861 Monday 02 June 2025 07:38:59 -0400 (0:00:00.095) 0:01:56.318 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Set the 3979 traceflag] **************** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:867 Monday 02 June 2025 07:39:00 -0400 (0:00:00.077) 0:01:56.395 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:874 Monday 02 June 2025 07:39:00 -0400 (0:00:00.073) 0:01:56.469 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:882 Monday 02 June 2025 07:39:00 -0400 (0:00:00.061) 0:01:56.530 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:888 Monday 02 June 2025 07:39:00 -0400 (0:00:00.077) 0:01:56.607 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:898 Monday 02 June 2025 07:39:00 -0400 (0:00:00.095) 0:01:56.703 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Join to realm {{ ad_integration_realm }}] ******************************** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:906 Monday 02 June 2025 07:39:00 -0400 (0:00:00.096) 0:01:56.800 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:914 Monday 02 June 2025 07:39:00 -0400 (0:00:00.095) 0:01:56.895 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:921 Monday 02 June 2025 07:39:00 -0400 (0:00:00.097) 0:01:56.993 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:928 Monday 02 June 2025 07:39:00 -0400 (0:00:00.107) 0:01:57.101 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:937 Monday 02 June 2025 07:39:00 -0400 (0:00:00.100) 0:01:57.201 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:950 Monday 02 June 2025 07:39:00 -0400 (0:00:00.085) 0:01:57.286 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:959 Monday 02 June 2025 07:39:01 -0400 (0:00:00.085) 0:01:57.372 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:973 Monday 02 June 2025 07:39:01 -0400 (0:00:00.122) 0:01:57.494 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:983 Monday 02 June 2025 07:39:01 -0400 (0:00:00.096) 0:01:57.590 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:988 Monday 02 June 2025 07:39:01 -0400 (0:00:00.108) 0:01:57.699 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1005 Monday 02 June 2025 07:39:01 -0400 (0:00:00.098) 0:01:57.797 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1010 Monday 02 June 2025 07:39:01 -0400 (0:00:00.099) 0:01:57.897 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Get keytab properties] ***************** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1015 Monday 02 June 2025 07:39:01 -0400 (0:00:00.098) 0:01:57.996 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Create keytab] ************************* task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1021 Monday 02 June 2025 07:39:01 -0400 (0:00:00.101) 0:01:58.097 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1047 Monday 02 June 2025 07:39:01 -0400 (0:00:00.098) 0:01:58.196 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1068 Monday 02 June 2025 07:39:01 -0400 (0:00:00.086) 0:01:58.282 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1076 Monday 02 June 2025 07:39:02 -0400 (0:00:00.083) 0:01:58.366 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1086 Monday 02 June 2025 07:39:02 -0400 (0:00:00.069) 0:01:58.435 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1092 Monday 02 June 2025 07:39:02 -0400 (0:00:00.067) 0:01:58.503 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Mark active hosts] ********************* task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1110 Monday 02 June 2025 07:39:02 -0400 (0:00:00.096) 0:01:58.599 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1114 Monday 02 June 2025 07:39:02 -0400 (0:00:00.098) 0:01:58.698 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1130 Monday 02 June 2025 07:39:02 -0400 (0:00:00.102) 0:01:58.800 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1136 Monday 02 June 2025 07:39:02 -0400 (0:00:00.098) 0:01:58.899 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Set host variables] ******************** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1156 Monday 02 June 2025 07:39:02 -0400 (0:00:00.101) 0:01:59.000 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1209 Monday 02 June 2025 07:39:02 -0400 (0:00:00.091) 0:01:59.092 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1216 Monday 02 June 2025 07:39:02 -0400 (0:00:00.079) 0:01:59.171 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1223 Monday 02 June 2025 07:39:02 -0400 (0:00:00.068) 0:01:59.239 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1233 Monday 02 June 2025 07:39:02 -0400 (0:00:00.066) 0:01:59.306 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1239 Monday 02 June 2025 07:39:03 -0400 (0:00:00.083) 0:01:59.389 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1247 Monday 02 June 2025 07:39:03 -0400 (0:00:00.095) 0:01:59.484 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1256 Monday 02 June 2025 07:39:03 -0400 (0:00:00.127) 0:01:59.611 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1264 Monday 02 June 2025 07:39:03 -0400 (0:00:00.079) 0:01:59.691 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1278 Monday 02 June 2025 07:39:03 -0400 (0:00:00.124) 0:01:59.815 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1284 Monday 02 June 2025 07:39:03 -0400 (0:00:00.079) 0:01:59.894 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1306 Monday 02 June 2025 07:39:03 -0400 (0:00:00.067) 0:01:59.961 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Configure ag] ************************** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1316 Monday 02 June 2025 07:39:03 -0400 (0:00:00.060) 0:02:00.021 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1325 Monday 02 June 2025 07:39:03 -0400 (0:00:00.082) 0:02:00.104 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Replicate DBs] ************************* task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1334 Monday 02 June 2025 07:39:03 -0400 (0:00:00.068) 0:02:00.172 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Mark active hosts] ********************* task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1343 Monday 02 June 2025 07:39:03 -0400 (0:00:00.063) 0:02:00.236 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1347 Monday 02 June 2025 07:39:03 -0400 (0:00:00.078) 0:02:00.314 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1365 Monday 02 June 2025 07:39:04 -0400 (0:00:00.086) 0:02:00.401 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1378 Monday 02 June 2025 07:39:04 -0400 (0:00:00.066) 0:02:00.468 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1385 Monday 02 June 2025 07:39:04 -0400 (0:00:00.061) 0:02:00.529 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1392 Monday 02 June 2025 07:39:04 -0400 (0:00:00.079) 0:02:00.609 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1400 Monday 02 June 2025 07:39:04 -0400 (0:00:00.066) 0:02:00.675 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1407 Monday 02 June 2025 07:39:04 -0400 (0:00:00.058) 0:02:00.734 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1419 Monday 02 June 2025 07:39:04 -0400 (0:00:00.111) 0:02:00.845 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Create HA login] *********************** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1428 Monday 02 June 2025 07:39:04 -0400 (0:00:00.095) 0:02:00.941 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1435 Monday 02 June 2025 07:39:04 -0400 (0:00:00.098) 0:02:01.040 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1441 Monday 02 June 2025 07:39:04 -0400 (0:00:00.098) 0:02:01.138 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1449 Monday 02 June 2025 07:39:04 -0400 (0:00:00.102) 0:02:01.241 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1462 Monday 02 June 2025 07:39:05 -0400 (0:00:00.112) 0:02:01.354 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1474 Monday 02 June 2025 07:39:05 -0400 (0:00:00.183) 0:02:01.538 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1479 Monday 02 June 2025 07:39:05 -0400 (0:00:00.098) 0:02:01.637 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1487 Monday 02 June 2025 07:39:05 -0400 (0:00:00.102) 0:02:01.739 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1496 Monday 02 June 2025 07:39:05 -0400 (0:00:00.100) 0:02:01.839 *********** changed: [managed-node2] => { "changed": true } MSG: Block inserted RUNNING HANDLER [fedora.linux_system_roles.mssql : Restart the mssql-server service] *** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/handlers/main.yml:3 Monday 02 June 2025 07:39:06 -0400 (0:00:00.514) 0:02:02.354 *********** changed: [managed-node2] => { "changed": true, "name": "mssql-server", "state": "started", "status": { "ActiveEnterTimestamp": "Mon 2025-06-02 07:38:26 EDT", "ActiveEnterTimestampMonotonic": "1351240836", "ActiveExitTimestamp": "Mon 2025-06-02 07:38:26 EDT", "ActiveExitTimestampMonotonic": "1351013831", "ActiveState": "active", "After": "basic.target -.mount systemd-journald.socket system.slice network.target auditd.service", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Mon 2025-06-02 07:38:26 EDT", "AssertTimestampMonotonic": "1351240247", "Before": "multi-user.target shutdown.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": "Mon 2025-06-02 07:38:26 EDT", "ConditionTimestampMonotonic": "1351240245", "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": "15227", "ExecMainStartTimestamp": "Mon 2025-06-02 07:38:26 EDT", "ExecMainStartTimestampMonotonic": "1351240779", "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": "Mon 2025-06-02 07:38:26 EDT", "InactiveEnterTimestampMonotonic": "1351239105", "InactiveExitTimestamp": "Mon 2025-06-02 07:38:26 EDT", "InactiveExitTimestampMonotonic": "1351240836", "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": "15227", "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": "Mon 2025-06-02 07:38:26 EDT", "WatchdogTimestampMonotonic": "1351240814", "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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1509 Monday 02 June 2025 07:39:06 -0400 (0:00:00.792) 0:02:03.147 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1516 Monday 02 June 2025 07:39:06 -0400 (0:00:00.093) 0:02:03.241 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify connectivity and settings] **************************************** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/tests_tls.yml:92 Monday 02 June 2025 07:39:07 -0400 (0:00:00.095) 0:02:03.336 *********** included: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml for managed-node2 TASK [Check if the errorlog file exists and its location] ********************** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:8 Monday 02 June 2025 07:39:07 -0400 (0:00:00.402) 0:02:03.739 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if the set edition matches the existing edition] ******************* task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:23 Monday 02 June 2025 07:39:07 -0400 (0:00:00.094) 0:02:03.834 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify if the edition matches] ******************************************* task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:35 Monday 02 June 2025 07:39:07 -0400 (0:00:00.095) 0:02:03.929 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the setting {{ item.key }}] *************************************** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:39 Monday 02 June 2025 07:39:07 -0400 (0:00:00.097) 0:02:04.026 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get stat of mssql_datadir] *********************************************** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:55 Monday 02 June 2025 07:39:07 -0400 (0:00:00.096) 0:02:04.123 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:60 Monday 02 June 2025 07:39:07 -0400 (0:00:00.095) 0:02:04.218 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get stat of mssql_logdir] ************************************************ task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:70 Monday 02 June 2025 07:39:07 -0400 (0:00:00.098) 0:02:04.316 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:75 Monday 02 June 2025 07:39:08 -0400 (0:00:00.083) 0:02:04.400 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Prepare MSSQL and facts for logging in] ********************************** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:85 Monday 02 June 2025 07:39:08 -0400 (0:00:00.149) 0:02:04.550 *********** TASK [fedora.linux_system_roles.mssql : Ensure that the mssql-server service is started] *** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/verify_password.yml:3 Monday 02 June 2025 07:39:08 -0400 (0:00:00.112) 0:02:04.663 *********** ok: [managed-node2] => { "changed": false, "name": "mssql-server", "state": "started", "status": { "ActiveEnterTimestamp": "Mon 2025-06-02 07:39:06 EDT", "ActiveEnterTimestampMonotonic": "1391007791", "ActiveExitTimestamp": "Mon 2025-06-02 07:39:06 EDT", "ActiveExitTimestampMonotonic": "1390792114", "ActiveState": "active", "After": "basic.target -.mount systemd-journald.socket system.slice network.target auditd.service", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Mon 2025-06-02 07:39:06 EDT", "AssertTimestampMonotonic": "1391007131", "Before": "multi-user.target shutdown.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": "Mon 2025-06-02 07:39:06 EDT", "ConditionTimestampMonotonic": "1391007130", "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": "17511", "ExecMainStartTimestamp": "Mon 2025-06-02 07:39:06 EDT", "ExecMainStartTimestampMonotonic": "1391007727", "ExecMainStatus": "0", "ExecStart": "{ path=/opt/mssql/bin/sqlservr ; argv[]=/opt/mssql/bin/sqlservr ; ignore_errors=no ; start_time=[Mon 2025-06-02 07:39:06 EDT] ; stop_time=[n/a] ; pid=17511 ; 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": "Mon 2025-06-02 07:39:06 EDT", "InactiveEnterTimestampMonotonic": "1391006678", "InactiveExitTimestamp": "Mon 2025-06-02 07:39:06 EDT", "InactiveExitTimestampMonotonic": "1391007791", "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": "17511", "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": "Mon 2025-06-02 07:39:06 EDT", "WatchdogTimestampMonotonic": "1391007766", "WatchdogUSec": "0", "WorkingDirectory": "/var/opt/mssql" } } TASK [fedora.linux_system_roles.mssql : Check if a custom tcpport setting exist] *** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/verify_password.yml:8 Monday 02 June 2025 07:39:08 -0400 (0:00:00.468) 0:02:05.132 *********** ok: [managed-node2] => { "changed": false, "cmd": [ "grep", "^tcpport = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.004247", "end": "2025-06-02 07:39:09.052058", "failed_when_result": false, "rc": 1, "start": "2025-06-02 07:39:09.047811" } MSG: non-zero return code TASK [fedora.linux_system_roles.mssql : Check if a custom ipaddress setting exist] *** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/verify_password.yml:14 Monday 02 June 2025 07:39:09 -0400 (0:00:00.378) 0:02:05.510 *********** ok: [managed-node2] => { "changed": false, "cmd": [ "grep", "^ipaddress = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003971", "end": "2025-06-02 07:39:09.617661", "failed_when_result": false, "rc": 1, "start": "2025-06-02 07:39:09.613690" } MSG: non-zero return code TASK [fedora.linux_system_roles.mssql : Set a fact with a login command] ******* task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/verify_password.yml:20 Monday 02 June 2025 07:39:09 -0400 (0:00:00.551) 0:02:06.061 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:95 Monday 02 June 2025 07:39:09 -0400 (0:00:00.120) 0:02:06.182 *********** 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": 7261, "state": "file", "uid": 996 } TASK [Check if the set password matches the existing password] ***************** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:116 Monday 02 June 2025 07:39:11 -0400 (0:00:01.397) 0:02:07.579 *********** ok: [managed-node2] => { "attempts": 1, "changed": false, "cmd": [ "/opt/mssql-tools18/bin/sqlcmd", "-C", "-No", "-U", "sa", "-P", "p@55w0rD", "-Q", "SELECT @@VERSION" ], "delta": "0:00:00.021191", "end": "2025-06-02 07:39:11.503224", "rc": 0, "start": "2025-06-02 07:39:11.482033" } 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-9ga/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:135 Monday 02 June 2025 07:39:11 -0400 (0:00:00.372) 0:02:07.952 *********** ok: [managed-node2] => { "ansible_facts": { "mssql_password": null }, "changed": false } TASK [Verify the package mssql-server-fts] ************************************* task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:139 Monday 02 June 2025 07:39:11 -0400 (0:00:00.098) 0:02:08.050 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the package powershell] ******************************************* task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:146 Monday 02 June 2025 07:39:11 -0400 (0:00:00.077) 0:02:08.128 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the value of the traceflag setting] ********************************** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:157 Monday 02 June 2025 07:39:11 -0400 (0:00:00.125) 0:02:08.254 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that the traceflag setting is set to 3979] ************************ task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:162 Monday 02 June 2025 07:39:11 -0400 (0:00:00.061) 0:02:08.315 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:167 Monday 02 June 2025 07:39:12 -0400 (0:00:00.061) 0:02:08.376 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that the alternatewritethrough setting is false] ****************** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:173 Monday 02 June 2025 07:39:12 -0400 (0:00:00.060) 0:02:08.437 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the writethrough setting] ***************************************** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:179 Monday 02 June 2025 07:39:12 -0400 (0:00:00.084) 0:02:08.521 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the tlscert setting] ********************************************** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:189 Monday 02 June 2025 07:39:12 -0400 (0:00:00.092) 0:02:08.614 *********** included: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml for managed-node2 TASK [Get the value of the setting tlscert] ************************************ task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml:7 Monday 02 June 2025 07:39:12 -0400 (0:00:00.142) 0:02:08.756 *********** ok: [managed-node2] => { "changed": false, "cmd": "grep '^tlscert' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004117", "end": "2025-06-02 07:39:12.674987", "rc": 0, "start": "2025-06-02 07:39:12.670870" } TASK [Verify the setting when it is type str tlscert] ************************** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml:14 Monday 02 June 2025 07:39:12 -0400 (0:00:00.346) 0:02:09.103 *********** ok: [managed-node2] => { "changed": false } MSG: All assertions passed TASK [Verify the setting when it is type bool tlscert] ************************* task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml:25 Monday 02 June 2025 07:39:12 -0400 (0:00:00.080) 0:02:09.184 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that tcpport =] *************************************************** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml:40 Monday 02 June 2025 07:39:12 -0400 (0:00:00.092) 0:02:09.277 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the tlskey setting] *********************************************** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:200 Monday 02 June 2025 07:39:13 -0400 (0:00:00.090) 0:02:09.367 *********** included: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml for managed-node2 TASK [Get the value of the setting tlskey] ************************************* task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml:7 Monday 02 June 2025 07:39:13 -0400 (0:00:00.140) 0:02:09.508 *********** ok: [managed-node2] => { "changed": false, "cmd": "grep '^tlskey' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.003584", "end": "2025-06-02 07:39:13.424577", "rc": 0, "start": "2025-06-02 07:39:13.420993" } TASK [Verify the setting when it is type str tlskey] *************************** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml:14 Monday 02 June 2025 07:39:13 -0400 (0:00:00.369) 0:02:09.878 *********** ok: [managed-node2] => { "changed": false } MSG: All assertions passed TASK [Verify the setting when it is type bool tlskey] ************************** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml:25 Monday 02 June 2025 07:39:13 -0400 (0:00:00.120) 0:02:09.998 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that tcpport =] *************************************************** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml:40 Monday 02 June 2025 07:39:13 -0400 (0:00:00.106) 0:02:10.105 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the tlsprotocols setting] ***************************************** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:212 Monday 02 June 2025 07:39:13 -0400 (0:00:00.096) 0:02:10.202 *********** included: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml for managed-node2 TASK [Get the value of the setting tlsprotocols] ******************************* task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml:7 Monday 02 June 2025 07:39:14 -0400 (0:00:00.183) 0:02:10.385 *********** ok: [managed-node2] => { "changed": false, "cmd": "grep '^tlsprotocols' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.003995", "end": "2025-06-02 07:39:14.317804", "rc": 0, "start": "2025-06-02 07:39:14.313809" } TASK [Verify the setting when it is type str tlsprotocols] ********************* task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml:14 Monday 02 June 2025 07:39:14 -0400 (0:00:00.348) 0:02:10.734 *********** ok: [managed-node2] => { "changed": false } MSG: All assertions passed TASK [Verify the setting when it is type bool tlsprotocols] ******************** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml:25 Monday 02 June 2025 07:39:14 -0400 (0:00:00.078) 0:02:10.812 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that tcpport =] *************************************************** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml:40 Monday 02 June 2025 07:39:14 -0400 (0:00:00.073) 0:02:10.886 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the forceencryption setting] ************************************** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:220 Monday 02 June 2025 07:39:14 -0400 (0:00:00.102) 0:02:10.988 *********** included: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml for managed-node2 TASK [Get the value of the setting forceencryption] **************************** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml:7 Monday 02 June 2025 07:39:14 -0400 (0:00:00.164) 0:02:11.153 *********** ok: [managed-node2] => { "changed": false, "cmd": "grep '^forceencryption' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.003581", "end": "2025-06-02 07:39:15.064499", "rc": 0, "start": "2025-06-02 07:39:15.060918" } TASK [Verify the setting when it is type str forceencryption] ****************** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml:14 Monday 02 June 2025 07:39:15 -0400 (0:00:00.349) 0:02:11.503 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the setting when it is type bool forceencryption] ***************** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml:25 Monday 02 June 2025 07:39:15 -0400 (0:00:00.087) 0:02:11.591 *********** ok: [managed-node2] => { "changed": false } MSG: All assertions passed TASK [Verify that tcpport = False] ********************************************* task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml:40 Monday 02 June 2025 07:39:15 -0400 (0:00:00.092) 0:02:11.683 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify configuration for confined application] *************************** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:227 Monday 02 June 2025 07:39:15 -0400 (0:00:00.061) 0:02:11.745 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Remove certificates from hosts] ****************************************** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/tests_tls.yml:99 Monday 02 June 2025 07:39:15 -0400 (0:00:00.059) 0:02:11.804 *********** changed: [managed-node2] => (item=/etc/pki/tls/certs/ansible.zR4pmi) => { "ansible_loop_var": "item", "changed": true, "item": "/etc/pki/tls/certs/ansible.zR4pmi", "path": "/etc/pki/tls/certs/ansible.zR4pmi", "state": "absent" } changed: [managed-node2] => (item=/etc/pki/tls/private/ansible.gcg62z) => { "ansible_loop_var": "item", "changed": true, "item": "/etc/pki/tls/private/ansible.gcg62z", "path": "/etc/pki/tls/private/ansible.gcg62z", "state": "absent" } TASK [Copy certificates to hosts] ********************************************** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/tests_tls.yml:107 Monday 02 June 2025 07:39:16 -0400 (0:00:00.667) 0:02:12.472 *********** ok: [managed-node2] => (item=/tmp/ansible.zR4pmi) => { "ansible_loop_var": "item", "changed": false, "checksum": "367f166fb7b3849e095c56c51a00c59e71a2946c", "dest": "/tmp/ansible.zR4pmi", "gid": 0, "group": "root", "item": "/tmp/ansible.zR4pmi", "mode": "0600", "owner": "root", "path": "/tmp/ansible.zR4pmi", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 1099, "state": "file", "uid": 0 } ok: [managed-node2] => (item=/tmp/ansible.gcg62z) => { "ansible_loop_var": "item", "changed": false, "checksum": "181f703afd8d0a54cb912b04ba6871ef4bb0bb17", "dest": "/tmp/ansible.gcg62z", "gid": 0, "group": "root", "item": "/tmp/ansible.gcg62z", "mode": "0600", "owner": "root", "path": "/tmp/ansible.gcg62z", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 1704, "state": "file", "uid": 0 } TASK [Set mssql_tls_cert and mssql_tls_private_key for the following test] ***** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/tests_tls.yml:116 Monday 02 June 2025 07:39:17 -0400 (0:00:01.034) 0:02:13.506 *********** ok: [managed-node2] => { "ansible_facts": { "mssql_tls_cert": "/tmp/ansible.zR4pmi", "mssql_tls_private_key": "ansible.gcg62z" }, "changed": false } TASK [Test with certs on managed nodes] **************************************** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/tests_tls.yml:121 Monday 02 June 2025 07:39:17 -0400 (0:00:00.073) 0:02:13.580 *********** TASK [fedora.linux_system_roles.mssql : Ensure ansible_facts and variables used by role] *** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:3 Monday 02 June 2025 07:39:18 -0400 (0:00:00.898) 0:02:14.479 *********** included: /tmp/collections-9ga/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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/set_vars.yml:3 Monday 02 June 2025 07:39:18 -0400 (0:00:00.109) 0:02:14.588 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/set_vars.yml:8 Monday 02 June 2025 07:39:18 -0400 (0:00:00.118) 0:02:14.707 *********** 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-9ga/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-9ga/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 : Unset internal role facts] ************* task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:8 Monday 02 June 2025 07:39:18 -0400 (0:00:00.126) 0:02:14.833 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:16 Monday 02 June 2025 07:39:18 -0400 (0:00:00.076) 0:02:14.909 *********** skipping: [managed-node2] => {} TASK [fedora.linux_system_roles.mssql : Link the deprecated mssql_input_sql_file fact] *** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:24 Monday 02 June 2025 07:39:18 -0400 (0:00:00.061) 0:02:14.971 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:31 Monday 02 June 2025 07:39:18 -0400 (0:00:00.061) 0:02:15.032 *********** skipping: [managed-node2] => {} TASK [fedora.linux_system_roles.mssql : Link the deprecated mssql_ha_listener_port fact] *** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:38 Monday 02 June 2025 07:39:18 -0400 (0:00:00.078) 0:02:15.111 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:45 Monday 02 June 2025 07:39:18 -0400 (0:00:00.094) 0:02:15.205 *********** skipping: [managed-node2] => {} TASK [fedora.linux_system_roles.mssql : Link the deprecated mssql_ad_sql_user_name fact] *** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:52 Monday 02 June 2025 07:39:18 -0400 (0:00:00.092) 0:02:15.297 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:59 Monday 02 June 2025 07:39:19 -0400 (0:00:00.097) 0:02:15.395 *********** skipping: [managed-node2] => {} TASK [fedora.linux_system_roles.mssql : Link the deprecated mssql_ha_cluster_run_role fact] *** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:66 Monday 02 June 2025 07:39:19 -0400 (0:00:00.096) 0:02:15.492 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:75 Monday 02 June 2025 07:39:19 -0400 (0:00:00.168) 0:02:15.660 *********** skipping: [managed-node2] => {} TASK [fedora.linux_system_roles.mssql : Link the deprecated fact] ************** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:84 Monday 02 June 2025 07:39:19 -0400 (0:00:00.065) 0:02:15.725 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:88 Monday 02 June 2025 07:39:19 -0400 (0:00:00.075) 0:02:15.801 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:95 Monday 02 June 2025 07:39:19 -0400 (0:00:00.099) 0:02:15.900 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:107 Monday 02 June 2025 07:39:19 -0400 (0:00:00.096) 0:02:15.997 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:115 Monday 02 June 2025 07:39:19 -0400 (0:00:00.077) 0:02:16.075 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:124 Monday 02 June 2025 07:39:19 -0400 (0:00:00.064) 0:02:16.139 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:133 Monday 02 June 2025 07:39:19 -0400 (0:00:00.061) 0:02:16.201 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:143 Monday 02 June 2025 07:39:19 -0400 (0:00:00.082) 0:02:16.284 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:152 Monday 02 June 2025 07:39:20 -0400 (0:00:00.098) 0:02:16.383 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:163 Monday 02 June 2025 07:39:20 -0400 (0:00:00.098) 0:02:16.481 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:174 Monday 02 June 2025 07:39:20 -0400 (0:00:00.096) 0:02:16.578 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Gather package facts] ****************** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:185 Monday 02 June 2025 07:39:20 -0400 (0:00:00.104) 0:02:16.682 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:189 Monday 02 June 2025 07:39:21 -0400 (0:00:01.216) 0:02:17.899 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:197 Monday 02 June 2025 07:39:21 -0400 (0:00:00.324) 0:02:18.223 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:210 Monday 02 June 2025 07:39:21 -0400 (0:00:00.071) 0:02:18.295 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:217 Monday 02 June 2025 07:39:22 -0400 (0:00:00.060) 0:02:18.355 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:224 Monday 02 June 2025 07:39:22 -0400 (0:00:00.069) 0:02:18.425 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:238 Monday 02 June 2025 07:39:22 -0400 (0:00:00.112) 0:02:18.538 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:252 Monday 02 June 2025 07:39:22 -0400 (0:00:00.515) 0:02:19.054 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Get yum repositories] ****************** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:262 Monday 02 June 2025 07:39:22 -0400 (0:00:00.093) 0:02:19.148 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:273 Monday 02 June 2025 07:39:22 -0400 (0:00:00.088) 0:02:19.237 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:287 Monday 02 June 2025 07:39:22 -0400 (0:00:00.070) 0:02:19.308 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Get zypper repositories] *************** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:296 Monday 02 June 2025 07:39:23 -0400 (0:00:00.065) 0:02:19.374 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:308 Monday 02 June 2025 07:39:23 -0400 (0:00:00.071) 0:02:19.445 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:315 Monday 02 June 2025 07:39:23 -0400 (0:00:00.106) 0:02:19.552 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:327 Monday 02 June 2025 07:39:23 -0400 (0:00:00.127) 0:02:19.680 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:340 Monday 02 June 2025 07:39:23 -0400 (0:00:00.078) 0:02:19.759 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:345 Monday 02 June 2025 07:39:24 -0400 (0:00:00.603) 0:02:20.363 *********** ok: [managed-node2] => { "changed": false, "rc": 0, "results": [ "mssql-server-15.0.4375.4-1.x86_64 providing mssql-server is already installed" ] } TASK [fedora.linux_system_roles.mssql : Check if the errorlog file exists and its location] *** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:350 Monday 02 June 2025 07:39:24 -0400 (0:00:00.576) 0:02:20.940 *********** 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.004291", "end": "2025-06-02 07:39:24.848027", "rc": 0, "start": "2025-06-02 07:39:24.843736" } STDOUT: /var/opt/mssql/log/errorlog TASK [fedora.linux_system_roles.mssql : Check if mssql-server.service is enabled] *** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:367 Monday 02 June 2025 07:39:25 -0400 (0:00:00.401) 0:02:21.341 *********** ok: [managed-node2] => { "changed": false, "cmd": [ "systemctl", "is-enabled", "mssql-server.service" ], "delta": "0:00:00.004274", "end": "2025-06-02 07:39:25.268782", "failed_when_result": false, "rc": 0, "start": "2025-06-02 07:39:25.264508" } STDOUT: enabled TASK [fedora.linux_system_roles.mssql : Check if mssql-server.service is running] *** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:374 Monday 02 June 2025 07:39:25 -0400 (0:00:00.338) 0:02:21.680 *********** ok: [managed-node2] => { "changed": false, "cmd": [ "systemctl", "is-active", "mssql-server.service" ], "delta": "0:00:00.004061", "end": "2025-06-02 07:39:25.578945", "failed_when_result": false, "rc": 0, "start": "2025-06-02 07:39:25.574884" } STDOUT: active TASK [fedora.linux_system_roles.mssql : Set the __mssql_is_setup variable] ***** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:381 Monday 02 June 2025 07:39:25 -0400 (0:00:00.310) 0:02:21.991 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:388 Monday 02 June 2025 07:39:25 -0400 (0:00:00.067) 0:02:22.058 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Set up MSSQL] ************************** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:404 Monday 02 June 2025 07:39:25 -0400 (0:00:00.061) 0:02:22.120 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:429 Monday 02 June 2025 07:39:25 -0400 (0:00:00.064) 0:02:22.185 *********** skipping: [managed-node2] => (item={u'path': None, u'setting': u'defaultdatadir', u'mode': u'755'}) => { "ansible_loop_var": "item", "changed": false, "item": { "mode": "755", "path": null, "setting": "defaultdatadir" }, "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item={u'path': None, u'setting': u'defaultlogdir', u'mode': u'755'}) => { "ansible_loop_var": "item", "changed": false, "item": { "mode": "755", "path": null, "setting": "defaultlogdir" }, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Set selinux role facts for ports] ****** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:444 Monday 02 June 2025 07:39:25 -0400 (0:00:00.090) 0:02:22.276 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:458 Monday 02 June 2025 07:39:26 -0400 (0:00:00.095) 0:02:22.371 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:469 Monday 02 June 2025 07:39:26 -0400 (0:00:00.105) 0:02:22.476 *********** 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" ] } TASK [fedora.linux_system_roles.mssql : Ensure that the tuned service is started and enabled] *** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:475 Monday 02 June 2025 07:39:26 -0400 (0:00:00.604) 0:02:23.080 *********** ok: [managed-node2] => { "changed": false, "enabled": true, "name": "tuned", "state": "started", "status": { "ActiveEnterTimestamp": "Mon 2025-06-02 07:16:08 EDT", "ActiveEnterTimestampMonotonic": "12957703", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "dbus.service basic.target systemd-sysctl.service systemd-journald.socket system.slice network.target", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Mon 2025-06-02 07:16:07 EDT", "AssertTimestampMonotonic": "12266513", "Before": "multi-user.target shutdown.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": "Mon 2025-06-02 07:16:07 EDT", "ConditionTimestampMonotonic": "12266512", "Conflicts": "shutdown.target cpupower.service", "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": "871", "ExecMainStartTimestamp": "Mon 2025-06-02 07:16:07 EDT", "ExecMainStartTimestampMonotonic": "12267613", "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": "Mon 2025-06-02 07:16:07 EDT", "InactiveExitTimestampMonotonic": "12267646", "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": "871", "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": "Mon 2025-06-02 07:16:08 EDT", "WatchdogTimestampMonotonic": "12957464", "WatchdogUSec": "0" } } TASK [fedora.linux_system_roles.mssql : Get the active Tuned profiles] ********* task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:482 Monday 02 June 2025 07:39:27 -0400 (0:00:00.448) 0:02:23.529 *********** ok: [managed-node2] => { "changed": false, "cmd": [ "tuned-adm", "active" ], "delta": "0:00:00.077975", "end": "2025-06-02 07:39:27.520685", "rc": 0, "start": "2025-06-02 07:39:27.442710" } STDOUT: Current active profile: virtual-guest mssql TASK [fedora.linux_system_roles.mssql : Attempt to add mssql to the list of Tuned profiles] *** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:495 Monday 02 June 2025 07:39:27 -0400 (0:00:00.439) 0:02:23.969 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:508 Monday 02 June 2025 07:39:27 -0400 (0:00:00.101) 0:02:24.070 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:517 Monday 02 June 2025 07:39:27 -0400 (0:00:00.098) 0:02:24.169 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:527 Monday 02 June 2025 07:39:27 -0400 (0:00:00.105) 0:02:24.274 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:535 Monday 02 June 2025 07:39:28 -0400 (0:00:00.500) 0:02:24.775 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:544 Monday 02 June 2025 07:39:28 -0400 (0:00:00.107) 0:02:24.882 *********** 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" ] } TASK [Create certificates using the certificate role] ************************** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:561 Monday 02 June 2025 07:39:29 -0400 (0:00:00.598) 0:02:25.480 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:575 Monday 02 June 2025 07:39:29 -0400 (0:00:00.108) 0:02:25.589 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:580 Monday 02 June 2025 07:39:29 -0400 (0:00:00.103) 0:02:25.692 *********** changed: [managed-node2] => (item=/tmp/ansible.zR4pmi) => { "ansible_loop_var": "item", "changed": true, "checksum": "367f166fb7b3849e095c56c51a00c59e71a2946c", "dest": "/etc/pki/tls/certs/ansible.zR4pmi", "gid": 994, "group": "mssql", "item": "/tmp/ansible.zR4pmi", "md5sum": "1a9cf7d293cc5dcad513c902c76f5e84", "mode": "0600", "owner": "mssql", "secontext": "system_u:object_r:cert_t:s0", "size": 1099, "src": "/tmp/ansible.zR4pmi", "state": "file", "uid": 996 } changed: [managed-node2] => (item=/tmp/ansible.gcg62z) => { "ansible_loop_var": "item", "changed": true, "checksum": "181f703afd8d0a54cb912b04ba6871ef4bb0bb17", "dest": "/etc/pki/tls/private/ansible.gcg62z", "gid": 994, "group": "mssql", "item": "/tmp/ansible.gcg62z", "md5sum": "444c1f934f9f41d1da67f89da903e8c2", "mode": "0600", "owner": "mssql", "secontext": "system_u:object_r:cert_t:s0", "size": 1704, "src": "/tmp/ansible.gcg62z", "state": "file", "uid": 996 } TASK [fedora.linux_system_roles.mssql : Configure the tlscert setting] ********* task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:598 Monday 02 June 2025 07:39:30 -0400 (0:00:00.762) 0:02:26.455 *********** included: /tmp/collections-9ga/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 tlscert] ******* task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:3 Monday 02 June 2025 07:39:30 -0400 (0:00:00.183) 0:02:26.638 *********** ok: [managed-node2] => { "changed": false, "cmd": [ "grep", "^tlscert = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:01.004005", "end": "2025-06-02 07:39:31.591482", "failed_when_result": false, "rc": 1, "start": "2025-06-02 07:39:30.587477" } MSG: non-zero return code TASK [fedora.linux_system_roles.mssql : Configure the setting network tlscert] *** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:12 Monday 02 June 2025 07:39:31 -0400 (0:00:01.410) 0:02:28.048 *********** 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", "network.tlscert", "/etc/pki/tls/certs/ansible.zR4pmi" ], "delta": "0:00:00.122121", "end": "2025-06-02 07:39:32.147812", "failed_when_result": false, "rc": 0, "start": "2025-06-02 07:39:32.025691" } STDOUT: SQL Server needs to be restarted in order to apply this setting. Please run 'systemctl restart mssql-server.service'. TASK [fedora.linux_system_roles.mssql : Unset the setting network tlscert] ***** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:42 Monday 02 June 2025 07:39:32 -0400 (0:00:00.570) 0:02:28.619 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:607 Monday 02 June 2025 07:39:32 -0400 (0:00:00.104) 0:02:28.724 *********** included: /tmp/collections-9ga/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 tlskey] ******** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:3 Monday 02 June 2025 07:39:32 -0400 (0:00:00.188) 0:02:28.913 *********** ok: [managed-node2] => { "changed": false, "cmd": [ "grep", "^tlskey = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003109", "end": "2025-06-02 07:39:32.868416", "failed_when_result": false, "rc": 1, "start": "2025-06-02 07:39:32.865307" } MSG: non-zero return code TASK [fedora.linux_system_roles.mssql : Configure the setting network tlskey] *** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:12 Monday 02 June 2025 07:39:33 -0400 (0:00:00.502) 0:02:29.415 *********** changed: [managed-node2] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "set", "network.tlskey", "/etc/pki/tls/private/ansible.gcg62z" ], "delta": "0:00:00.113145", "end": "2025-06-02 07:39:33.496093", "failed_when_result": false, "rc": 0, "start": "2025-06-02 07:39:33.382948" } STDOUT: SQL Server needs to be restarted in order to apply this setting. Please run 'systemctl restart mssql-server.service'. TASK [fedora.linux_system_roles.mssql : Unset the setting network tlskey] ****** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:42 Monday 02 June 2025 07:39:33 -0400 (0:00:00.509) 0:02:29.924 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:616 Monday 02 June 2025 07:39:33 -0400 (0:00:00.116) 0:02:30.041 *********** included: /tmp/collections-9ga/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 tlsprotocols] *** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:3 Monday 02 June 2025 07:39:33 -0400 (0:00:00.159) 0:02:30.201 *********** ok: [managed-node2] => { "changed": false, "cmd": [ "grep", "^tlsprotocols = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:01.003867", "end": "2025-06-02 07:39:35.115689", "failed_when_result": false, "rc": 1, "start": "2025-06-02 07:39:34.111822" } MSG: non-zero return code TASK [fedora.linux_system_roles.mssql : Configure the setting network tlsprotocols] *** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:12 Monday 02 June 2025 07:39:35 -0400 (0:00:01.365) 0:02:31.566 *********** changed: [managed-node2] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "set", "network.tlsprotocols", "1.2" ], "delta": "0:00:00.112743", "end": "2025-06-02 07:39:35.640467", "failed_when_result": false, "rc": 0, "start": "2025-06-02 07:39:35.527724" } STDOUT: SQL Server needs to be restarted in order to apply this setting. Please run 'systemctl restart mssql-server.service'. TASK [fedora.linux_system_roles.mssql : Unset the setting network tlsprotocols] *** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:42 Monday 02 June 2025 07:39:35 -0400 (0:00:00.547) 0:02:32.114 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:623 Monday 02 June 2025 07:39:35 -0400 (0:00:00.105) 0:02:32.220 *********** included: /tmp/collections-9ga/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 forceencryption] *** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:3 Monday 02 June 2025 07:39:36 -0400 (0:00:00.164) 0:02:32.384 *********** ok: [managed-node2] => { "changed": false, "cmd": [ "grep", "^forceencryption = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:01.004103", "end": "2025-06-02 07:39:37.298585", "failed_when_result": false, "rc": 1, "start": "2025-06-02 07:39:36.294482" } MSG: non-zero return code TASK [fedora.linux_system_roles.mssql : Configure the setting network forceencryption] *** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:12 Monday 02 June 2025 07:39:37 -0400 (0:00:01.336) 0:02:33.721 *********** changed: [managed-node2] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "set", "network.forceencryption", "1" ], "delta": "0:00:00.113277", "end": "2025-06-02 07:39:37.744358", "failed_when_result": false, "rc": 0, "start": "2025-06-02 07:39:37.631081" } STDOUT: SQL Server needs to be restarted in order to apply this setting. Please run 'systemctl restart mssql-server.service'. TASK [fedora.linux_system_roles.mssql : Unset the setting network forceencryption] *** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:42 Monday 02 June 2025 07:39:37 -0400 (0:00:00.445) 0:02:34.167 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:632 Monday 02 June 2025 07:39:37 -0400 (0:00:00.063) 0:02:34.230 *********** ok: [managed-node2] => { "changed": false, "cmd": "set -euo pipefail; grep '^forceencryption' /var/opt/mssql/mssql.conf | sed 's/forceencryption = //g'", "delta": "0:00:00.004246", "end": "2025-06-02 07:39:38.140142", "failed_when_result": false, "rc": 0, "start": "2025-06-02 07:39:38.135896" } STDOUT: 1 TASK [fedora.linux_system_roles.mssql : Append -No to sqlcmd when TLS is not configured] *** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:641 Monday 02 June 2025 07:39:38 -0400 (0:00:00.318) 0:02:34.548 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:648 Monday 02 June 2025 07:39:38 -0400 (0:00:00.064) 0:02:34.613 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:661 Monday 02 June 2025 07:39:38 -0400 (0:00:00.068) 0:02:34.682 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:665 Monday 02 June 2025 07:39:38 -0400 (0:00:00.064) 0:02:34.746 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:671 Monday 02 June 2025 07:39:38 -0400 (0:00:00.065) 0:02:34.811 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:686 Monday 02 June 2025 07:39:38 -0400 (0:00:00.092) 0:02:34.904 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Gather package facts] ****************** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:693 Monday 02 June 2025 07:39:38 -0400 (0:00:00.088) 0:02:34.993 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:701 Monday 02 June 2025 07:39:38 -0400 (0:00:00.090) 0:02:35.084 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:722 Monday 02 June 2025 07:39:38 -0400 (0:00:00.064) 0:02:35.148 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:729 Monday 02 June 2025 07:39:38 -0400 (0:00:00.061) 0:02:35.210 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:740 Monday 02 June 2025 07:39:38 -0400 (0:00:00.076) 0:02:35.287 *********** 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.004964", "end": "2025-06-02 07:39:39.244602", "rc": 0, "start": "2025-06-02 07:39:39.239638" } STDOUT: true TASK [fedora.linux_system_roles.mssql : Ensure that the mssql-server service is stopped] *** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:754 Monday 02 June 2025 07:39:39 -0400 (0:00:00.403) 0:02:35.691 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Gather package facts] ****************** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:761 Monday 02 June 2025 07:39:39 -0400 (0:00:00.104) 0:02:35.795 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:767 Monday 02 June 2025 07:39:40 -0400 (0:00:01.365) 0:02:37.161 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:786 Monday 02 June 2025 07:39:40 -0400 (0:00:00.078) 0:02:37.239 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:793 Monday 02 June 2025 07:39:41 -0400 (0:00:00.093) 0:02:37.332 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Open the TCP port 1433] ************************************************** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:800 Monday 02 June 2025 07:39:41 -0400 (0:00:00.105) 0:02:37.438 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:812 Monday 02 June 2025 07:39:41 -0400 (0:00:00.100) 0:02:37.539 *********** included: /tmp/collections-9ga/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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:3 Monday 02 June 2025 07:39:41 -0400 (0:00:00.175) 0:02:37.714 *********** ok: [managed-node2] => { "changed": false, "cmd": [ "grep", "^tcpport = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.002604", "end": "2025-06-02 07:39:41.654346", "failed_when_result": false, "rc": 1, "start": "2025-06-02 07:39:41.651742" } MSG: non-zero return code TASK [fedora.linux_system_roles.mssql : Configure the setting network tcpport] *** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:12 Monday 02 June 2025 07:39:41 -0400 (0:00:00.372) 0:02:38.087 *********** ok: [managed-node2] => { "changed": false, "cmd": [ "/opt/mssql/bin/mssql-conf", "set", "network.tcpport", "1433" ], "delta": "0:00:00.112785", "end": "2025-06-02 07:39:42.126952", "failed_when_result": false, "rc": 0, "start": "2025-06-02 07:39:42.014167" } 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:42 Monday 02 June 2025 07:39:42 -0400 (0:00:00.503) 0:02:38.590 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:818 Monday 02 June 2025 07:39:42 -0400 (0:00:00.102) 0:02:38.692 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:838 Monday 02 June 2025 07:39:42 -0400 (0:00:00.088) 0:02:38.781 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:845 Monday 02 June 2025 07:39:42 -0400 (0:00:00.086) 0:02:38.867 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Ensure the package powershell] ********* task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:852 Monday 02 June 2025 07:39:42 -0400 (0:00:00.070) 0:02:38.937 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Check if the 3979 trace flag is enabled] *** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:861 Monday 02 June 2025 07:39:42 -0400 (0:00:00.160) 0:02:39.098 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Set the 3979 traceflag] **************** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:867 Monday 02 June 2025 07:39:42 -0400 (0:00:00.111) 0:02:39.209 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:874 Monday 02 June 2025 07:39:42 -0400 (0:00:00.104) 0:02:39.313 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:882 Monday 02 June 2025 07:39:43 -0400 (0:00:00.096) 0:02:39.410 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:888 Monday 02 June 2025 07:39:43 -0400 (0:00:00.102) 0:02:39.512 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:898 Monday 02 June 2025 07:39:43 -0400 (0:00:00.097) 0:02:39.609 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Join to realm {{ ad_integration_realm }}] ******************************** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:906 Monday 02 June 2025 07:39:43 -0400 (0:00:00.106) 0:02:39.716 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:914 Monday 02 June 2025 07:39:43 -0400 (0:00:00.099) 0:02:39.816 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:921 Monday 02 June 2025 07:39:43 -0400 (0:00:00.103) 0:02:39.919 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:928 Monday 02 June 2025 07:39:43 -0400 (0:00:00.104) 0:02:40.024 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:937 Monday 02 June 2025 07:39:43 -0400 (0:00:00.108) 0:02:40.132 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:950 Monday 02 June 2025 07:39:43 -0400 (0:00:00.109) 0:02:40.242 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:959 Monday 02 June 2025 07:39:44 -0400 (0:00:00.103) 0:02:40.346 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:973 Monday 02 June 2025 07:39:44 -0400 (0:00:00.104) 0:02:40.451 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:983 Monday 02 June 2025 07:39:44 -0400 (0:00:00.105) 0:02:40.556 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:988 Monday 02 June 2025 07:39:44 -0400 (0:00:00.077) 0:02:40.634 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1005 Monday 02 June 2025 07:39:44 -0400 (0:00:00.079) 0:02:40.713 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1010 Monday 02 June 2025 07:39:44 -0400 (0:00:00.059) 0:02:40.773 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Get keytab properties] ***************** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1015 Monday 02 June 2025 07:39:44 -0400 (0:00:00.077) 0:02:40.850 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Create keytab] ************************* task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1021 Monday 02 June 2025 07:39:44 -0400 (0:00:00.090) 0:02:40.941 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1047 Monday 02 June 2025 07:39:44 -0400 (0:00:00.103) 0:02:41.045 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1068 Monday 02 June 2025 07:39:44 -0400 (0:00:00.096) 0:02:41.142 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1076 Monday 02 June 2025 07:39:44 -0400 (0:00:00.103) 0:02:41.246 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1086 Monday 02 June 2025 07:39:45 -0400 (0:00:00.195) 0:02:41.441 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1092 Monday 02 June 2025 07:39:45 -0400 (0:00:00.101) 0:02:41.543 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Mark active hosts] ********************* task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1110 Monday 02 June 2025 07:39:45 -0400 (0:00:00.103) 0:02:41.646 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1114 Monday 02 June 2025 07:39:45 -0400 (0:00:00.100) 0:02:41.747 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1130 Monday 02 June 2025 07:39:45 -0400 (0:00:00.100) 0:02:41.847 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1136 Monday 02 June 2025 07:39:45 -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 : Set host variables] ******************** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1156 Monday 02 June 2025 07:39:45 -0400 (0:00:00.102) 0:02:42.048 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1209 Monday 02 June 2025 07:39:45 -0400 (0:00:00.106) 0:02:42.155 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1216 Monday 02 June 2025 07:39:45 -0400 (0:00:00.107) 0:02:42.263 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1223 Monday 02 June 2025 07:39:46 -0400 (0:00:00.099) 0:02:42.362 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1233 Monday 02 June 2025 07:39:46 -0400 (0:00:00.103) 0:02:42.466 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1239 Monday 02 June 2025 07:39:46 -0400 (0:00:00.100) 0:02:42.566 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1247 Monday 02 June 2025 07:39:46 -0400 (0:00:00.129) 0:02:42.696 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1256 Monday 02 June 2025 07:39:46 -0400 (0:00:00.100) 0:02:42.796 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1264 Monday 02 June 2025 07:39:46 -0400 (0:00:00.100) 0:02:42.897 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1278 Monday 02 June 2025 07:39:46 -0400 (0:00:00.119) 0:02:43.016 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1284 Monday 02 June 2025 07:39:46 -0400 (0:00:00.098) 0:02:43.115 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1306 Monday 02 June 2025 07:39:46 -0400 (0:00:00.095) 0:02:43.210 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Configure ag] ************************** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1316 Monday 02 June 2025 07:39:46 -0400 (0:00:00.106) 0:02:43.316 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1325 Monday 02 June 2025 07:39:47 -0400 (0:00:00.093) 0:02:43.410 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Replicate DBs] ************************* task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1334 Monday 02 June 2025 07:39:47 -0400 (0:00:00.103) 0:02:43.513 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Mark active hosts] ********************* task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1343 Monday 02 June 2025 07:39:47 -0400 (0:00:00.097) 0:02:43.610 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1347 Monday 02 June 2025 07:39:47 -0400 (0:00:00.204) 0:02:43.815 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1365 Monday 02 June 2025 07:39:47 -0400 (0:00:00.099) 0:02:43.915 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1378 Monday 02 June 2025 07:39:47 -0400 (0:00:00.105) 0:02:44.021 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1385 Monday 02 June 2025 07:39:47 -0400 (0:00:00.099) 0:02:44.120 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1392 Monday 02 June 2025 07:39:47 -0400 (0:00:00.102) 0:02:44.223 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1400 Monday 02 June 2025 07:39:47 -0400 (0:00:00.099) 0:02:44.323 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1407 Monday 02 June 2025 07:39:48 -0400 (0:00:00.101) 0:02:44.424 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1419 Monday 02 June 2025 07:39:48 -0400 (0:00:00.121) 0:02:44.546 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Create HA login] *********************** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1428 Monday 02 June 2025 07:39:48 -0400 (0:00:00.100) 0:02:44.646 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1435 Monday 02 June 2025 07:39:48 -0400 (0:00:00.097) 0:02:44.744 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1441 Monday 02 June 2025 07:39:48 -0400 (0:00:00.100) 0:02:44.844 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1449 Monday 02 June 2025 07:39:48 -0400 (0:00:00.102) 0:02:44.946 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1462 Monday 02 June 2025 07:39:48 -0400 (0:00:00.119) 0:02:45.066 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1474 Monday 02 June 2025 07:39:48 -0400 (0:00:00.082) 0:02:45.148 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1479 Monday 02 June 2025 07:39:48 -0400 (0:00:00.085) 0:02:45.234 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1487 Monday 02 June 2025 07:39:48 -0400 (0:00:00.070) 0:02:45.305 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1496 Monday 02 June 2025 07:39:49 -0400 (0:00:00.069) 0:02:45.374 *********** changed: [managed-node2] => { "changed": true } MSG: Block inserted RUNNING HANDLER [fedora.linux_system_roles.mssql : Restart the mssql-server service] *** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/handlers/main.yml:3 Monday 02 June 2025 07:39:49 -0400 (0:00:00.393) 0:02:45.768 *********** changed: [managed-node2] => { "changed": true, "name": "mssql-server", "state": "started", "status": { "ActiveEnterTimestamp": "Mon 2025-06-02 07:39:06 EDT", "ActiveEnterTimestampMonotonic": "1391007791", "ActiveExitTimestamp": "Mon 2025-06-02 07:39:06 EDT", "ActiveExitTimestampMonotonic": "1390792114", "ActiveState": "active", "After": "basic.target -.mount systemd-journald.socket system.slice network.target auditd.service", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Mon 2025-06-02 07:39:06 EDT", "AssertTimestampMonotonic": "1391007131", "Before": "multi-user.target shutdown.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": "Mon 2025-06-02 07:39:06 EDT", "ConditionTimestampMonotonic": "1391007130", "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": "17511", "ExecMainStartTimestamp": "Mon 2025-06-02 07:39:06 EDT", "ExecMainStartTimestampMonotonic": "1391007727", "ExecMainStatus": "0", "ExecStart": "{ path=/opt/mssql/bin/sqlservr ; argv[]=/opt/mssql/bin/sqlservr ; ignore_errors=no ; start_time=[Mon 2025-06-02 07:39:06 EDT] ; stop_time=[n/a] ; pid=17511 ; 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": "Mon 2025-06-02 07:39:06 EDT", "InactiveEnterTimestampMonotonic": "1391006678", "InactiveExitTimestamp": "Mon 2025-06-02 07:39:06 EDT", "InactiveExitTimestampMonotonic": "1391007791", "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": "17511", "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": "Mon 2025-06-02 07:39:06 EDT", "WatchdogTimestampMonotonic": "1391007766", "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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1509 Monday 02 June 2025 07:39:50 -0400 (0:00:01.071) 0:02:46.839 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1516 Monday 02 June 2025 07:39:50 -0400 (0:00:00.102) 0:02:46.942 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify connectivity and settings] **************************************** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/tests_tls.yml:131 Monday 02 June 2025 07:39:50 -0400 (0:00:00.096) 0:02:47.038 *********** included: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml for managed-node2 TASK [Check if the errorlog file exists and its location] ********************** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:8 Monday 02 June 2025 07:39:51 -0400 (0:00:00.521) 0:02:47.559 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if the set edition matches the existing edition] ******************* task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:23 Monday 02 June 2025 07:39:51 -0400 (0:00:00.064) 0:02:47.624 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify if the edition matches] ******************************************* task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:35 Monday 02 June 2025 07:39:51 -0400 (0:00:00.062) 0:02:47.686 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the setting {{ item.key }}] *************************************** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:39 Monday 02 June 2025 07:39:51 -0400 (0:00:00.087) 0:02:47.774 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get stat of mssql_datadir] *********************************************** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:55 Monday 02 June 2025 07:39:51 -0400 (0:00:00.096) 0:02:47.871 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:60 Monday 02 June 2025 07:39:51 -0400 (0:00:00.096) 0:02:47.968 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get stat of mssql_logdir] ************************************************ task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:70 Monday 02 June 2025 07:39:51 -0400 (0:00:00.094) 0:02:48.063 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:75 Monday 02 June 2025 07:39:51 -0400 (0:00:00.096) 0:02:48.160 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Prepare MSSQL and facts for logging in] ********************************** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:85 Monday 02 June 2025 07:39:51 -0400 (0:00:00.094) 0:02:48.254 *********** TASK [fedora.linux_system_roles.mssql : Ensure that the mssql-server service is started] *** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/verify_password.yml:3 Monday 02 June 2025 07:39:52 -0400 (0:00:00.186) 0:02:48.441 *********** ok: [managed-node2] => { "changed": false, "name": "mssql-server", "state": "started", "status": { "ActiveEnterTimestamp": "Mon 2025-06-02 07:39:50 EDT", "ActiveEnterTimestampMonotonic": "1434598860", "ActiveExitTimestamp": "Mon 2025-06-02 07:39:49 EDT", "ActiveExitTimestampMonotonic": "1434135720", "ActiveState": "active", "After": "basic.target -.mount systemd-journald.socket system.slice network.target auditd.service", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Mon 2025-06-02 07:39:50 EDT", "AssertTimestampMonotonic": "1434598281", "Before": "multi-user.target shutdown.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": "Mon 2025-06-02 07:39:50 EDT", "ConditionTimestampMonotonic": "1434598280", "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": "19927", "ExecMainStartTimestamp": "Mon 2025-06-02 07:39:50 EDT", "ExecMainStartTimestampMonotonic": "1434598811", "ExecMainStatus": "0", "ExecStart": "{ path=/opt/mssql/bin/sqlservr ; argv[]=/opt/mssql/bin/sqlservr ; ignore_errors=no ; start_time=[Mon 2025-06-02 07:39:50 EDT] ; stop_time=[n/a] ; pid=19927 ; 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": "Mon 2025-06-02 07:39:50 EDT", "InactiveEnterTimestampMonotonic": "1434597671", "InactiveExitTimestamp": "Mon 2025-06-02 07:39:50 EDT", "InactiveExitTimestampMonotonic": "1434598860", "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": "19927", "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": "Mon 2025-06-02 07:39:50 EDT", "WatchdogTimestampMonotonic": "1434598843", "WatchdogUSec": "0", "WorkingDirectory": "/var/opt/mssql" } } TASK [fedora.linux_system_roles.mssql : Check if a custom tcpport setting exist] *** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/verify_password.yml:8 Monday 02 June 2025 07:39:52 -0400 (0:00:00.474) 0:02:48.915 *********** ok: [managed-node2] => { "changed": false, "cmd": [ "grep", "^tcpport = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.004073", "end": "2025-06-02 07:39:52.915163", "failed_when_result": false, "rc": 1, "start": "2025-06-02 07:39:52.911090" } MSG: non-zero return code TASK [fedora.linux_system_roles.mssql : Check if a custom ipaddress setting exist] *** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/verify_password.yml:14 Monday 02 June 2025 07:39:53 -0400 (0:00:00.493) 0:02:49.409 *********** ok: [managed-node2] => { "changed": false, "cmd": [ "grep", "^ipaddress = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.004068", "end": "2025-06-02 07:39:53.385150", "failed_when_result": false, "rc": 1, "start": "2025-06-02 07:39:53.381082" } MSG: non-zero return code TASK [fedora.linux_system_roles.mssql : Set a fact with a login command] ******* task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/verify_password.yml:20 Monday 02 June 2025 07:39:53 -0400 (0:00:00.395) 0:02:49.804 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:95 Monday 02 June 2025 07:39:53 -0400 (0:00:00.109) 0:02:49.913 *********** 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": 7351, "state": "file", "uid": 996 } TASK [Check if the set password matches the existing password] ***************** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:116 Monday 02 June 2025 07:39:54 -0400 (0:00:01.384) 0:02:51.298 *********** ok: [managed-node2] => { "attempts": 1, "changed": false, "cmd": [ "/opt/mssql-tools18/bin/sqlcmd", "-C", "-No", "-U", "sa", "-P", "p@55w0rD", "-Q", "SELECT @@VERSION" ], "delta": "0:00:00.021630", "end": "2025-06-02 07:39:55.265603", "rc": 0, "start": "2025-06-02 07:39:55.243973" } 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-9ga/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:135 Monday 02 June 2025 07:39:55 -0400 (0:00:00.387) 0:02:51.685 *********** ok: [managed-node2] => { "ansible_facts": { "mssql_password": null }, "changed": false } TASK [Verify the package mssql-server-fts] ************************************* task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:139 Monday 02 June 2025 07:39:55 -0400 (0:00:00.066) 0:02:51.752 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the package powershell] ******************************************* task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:146 Monday 02 June 2025 07:39:55 -0400 (0:00:00.063) 0:02:51.815 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the value of the traceflag setting] ********************************** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:157 Monday 02 June 2025 07:39:55 -0400 (0:00:00.067) 0:02:51.883 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that the traceflag setting is set to 3979] ************************ task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:162 Monday 02 June 2025 07:39:55 -0400 (0:00:00.094) 0:02:51.978 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:167 Monday 02 June 2025 07:39:55 -0400 (0:00:00.088) 0:02:52.066 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that the alternatewritethrough setting is false] ****************** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:173 Monday 02 June 2025 07:39:55 -0400 (0:00:00.080) 0:02:52.147 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the writethrough setting] ***************************************** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:179 Monday 02 June 2025 07:39:55 -0400 (0:00:00.080) 0:02:52.228 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the tlscert setting] ********************************************** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:189 Monday 02 June 2025 07:39:55 -0400 (0:00:00.063) 0:02:52.291 *********** included: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml for managed-node2 TASK [Get the value of the setting tlscert] ************************************ task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml:7 Monday 02 June 2025 07:39:56 -0400 (0:00:00.124) 0:02:52.416 *********** ok: [managed-node2] => { "changed": false, "cmd": "grep '^tlscert' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.003715", "end": "2025-06-02 07:39:56.375551", "rc": 0, "start": "2025-06-02 07:39:56.371836" } STDOUT: tlscert = /etc/pki/tls/certs/ansible.zR4pmi TASK [Verify the setting when it is type str tlscert] ************************** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml:14 Monday 02 June 2025 07:39:56 -0400 (0:00:00.471) 0:02:52.888 *********** ok: [managed-node2] => { "changed": false } MSG: All assertions passed TASK [Verify the setting when it is type bool tlscert] ************************* task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml:25 Monday 02 June 2025 07:39:56 -0400 (0:00:00.130) 0:02:53.018 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that tcpport = /etc/pki/tls/certs/ansible.zR4pmi] ***************** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml:40 Monday 02 June 2025 07:39:56 -0400 (0:00:00.116) 0:02:53.134 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the tlskey setting] *********************************************** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:200 Monday 02 June 2025 07:39:56 -0400 (0:00:00.098) 0:02:53.233 *********** included: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml for managed-node2 TASK [Get the value of the setting tlskey] ************************************* task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml:7 Monday 02 June 2025 07:39:57 -0400 (0:00:00.190) 0:02:53.424 *********** ok: [managed-node2] => { "changed": false, "cmd": "grep '^tlskey' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.003820", "end": "2025-06-02 07:39:57.367957", "rc": 0, "start": "2025-06-02 07:39:57.364137" } STDOUT: tlskey = /etc/pki/tls/private/ansible.gcg62z TASK [Verify the setting when it is type str tlskey] *************************** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml:14 Monday 02 June 2025 07:39:57 -0400 (0:00:00.402) 0:02:53.826 *********** ok: [managed-node2] => { "changed": false } MSG: All assertions passed TASK [Verify the setting when it is type bool tlskey] ************************** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml:25 Monday 02 June 2025 07:39:57 -0400 (0:00:00.129) 0:02:53.956 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that tcpport = /etc/pki/tls/private/ansible.gcg62z] *************** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml:40 Monday 02 June 2025 07:39:57 -0400 (0:00:00.096) 0:02:54.052 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the tlsprotocols setting] ***************************************** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:212 Monday 02 June 2025 07:39:57 -0400 (0:00:00.084) 0:02:54.137 *********** included: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml for managed-node2 TASK [Get the value of the setting tlsprotocols] ******************************* task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml:7 Monday 02 June 2025 07:39:57 -0400 (0:00:00.122) 0:02:54.260 *********** ok: [managed-node2] => { "changed": false, "cmd": "grep '^tlsprotocols' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.003875", "end": "2025-06-02 07:39:58.177727", "rc": 0, "start": "2025-06-02 07:39:58.173852" } STDOUT: tlsprotocols = 1.2 TASK [Verify the setting when it is type str tlsprotocols] ********************* task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml:14 Monday 02 June 2025 07:39:58 -0400 (0:00:00.368) 0:02:54.628 *********** ok: [managed-node2] => { "changed": false } MSG: All assertions passed TASK [Verify the setting when it is type bool tlsprotocols] ******************** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml:25 Monday 02 June 2025 07:39:58 -0400 (0:00:00.120) 0:02:54.749 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that tcpport = 1.2] *********************************************** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml:40 Monday 02 June 2025 07:39:58 -0400 (0:00:00.107) 0:02:54.856 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the forceencryption setting] ************************************** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:220 Monday 02 June 2025 07:39:58 -0400 (0:00:00.102) 0:02:54.959 *********** included: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml for managed-node2 TASK [Get the value of the setting forceencryption] **************************** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml:7 Monday 02 June 2025 07:39:58 -0400 (0:00:00.177) 0:02:55.137 *********** ok: [managed-node2] => { "changed": false, "cmd": "grep '^forceencryption' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004604", "end": "2025-06-02 07:39:59.059751", "rc": 0, "start": "2025-06-02 07:39:59.055147" } STDOUT: forceencryption = 1 TASK [Verify the setting when it is type str forceencryption] ****************** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml:14 Monday 02 June 2025 07:39:59 -0400 (0:00:00.377) 0:02:55.515 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the setting when it is type bool forceencryption] ***************** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml:25 Monday 02 June 2025 07:39:59 -0400 (0:00:00.202) 0:02:55.717 *********** ok: [managed-node2] => { "changed": false } MSG: All assertions passed TASK [Verify that tcpport = True] ********************************************** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml:40 Monday 02 June 2025 07:39:59 -0400 (0:00:00.087) 0:02:55.805 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify configuration for confined application] *************************** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:227 Monday 02 June 2025 07:39:59 -0400 (0:00:00.065) 0:02:55.871 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/tests_tls.yml:137 Monday 02 June 2025 07:39:59 -0400 (0:00:00.080) 0:02:55.951 *********** included: /tmp/collections-9ga/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-9ga/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/check_header.yml:4 Monday 02 June 2025 07:40:00 -0400 (0:00:00.567) 0:02:56.519 *********** ok: [managed-node2] => { "changed": false, "cmd": [ "grep", "Ansible managed\n", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.002770", "end": "2025-06-02 07:40:00.636698", "rc": 0, "start": "2025-06-02 07:40:00.633928" } STDOUT: # BEGIN ANSIBLE MANAGED BLOCK # # Ansible managed # # system_role:mssql # END ANSIBLE MANAGED BLOCK [sqlagent] enabled = false [EULA] accepteula = Y [network] tlscert = /etc/pki/tls/certs/ansible.zR4pmi tlskey = /etc/pki/tls/private/ansible.gcg62z tlsprotocols = 1.2 forceencryption = 1 TASK [Disable TLS encryption] ************************************************** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/tests_tls.yml:141 Monday 02 June 2025 07:40:00 -0400 (0:00:00.569) 0:02:57.088 *********** TASK [fedora.linux_system_roles.mssql : Ensure ansible_facts and variables used by role] *** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:3 Monday 02 June 2025 07:40:01 -0400 (0:00:01.232) 0:02:58.321 *********** included: /tmp/collections-9ga/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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/set_vars.yml:3 Monday 02 June 2025 07:40:02 -0400 (0:00:00.126) 0:02:58.447 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/set_vars.yml:8 Monday 02 June 2025 07:40:02 -0400 (0:00:00.129) 0:02:58.577 *********** 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-9ga/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-9ga/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 : Unset internal role facts] ************* task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:8 Monday 02 June 2025 07:40:02 -0400 (0:00:00.164) 0:02:58.741 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:16 Monday 02 June 2025 07:40:02 -0400 (0:00:00.084) 0:02:58.826 *********** skipping: [managed-node2] => {} TASK [fedora.linux_system_roles.mssql : Link the deprecated mssql_input_sql_file fact] *** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:24 Monday 02 June 2025 07:40:02 -0400 (0:00:00.082) 0:02:58.908 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:31 Monday 02 June 2025 07:40:02 -0400 (0:00:00.067) 0:02:58.976 *********** skipping: [managed-node2] => {} TASK [fedora.linux_system_roles.mssql : Link the deprecated mssql_ha_listener_port fact] *** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:38 Monday 02 June 2025 07:40:02 -0400 (0:00:00.071) 0:02:59.048 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:45 Monday 02 June 2025 07:40:02 -0400 (0:00:00.095) 0:02:59.144 *********** skipping: [managed-node2] => {} TASK [fedora.linux_system_roles.mssql : Link the deprecated mssql_ad_sql_user_name fact] *** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:52 Monday 02 June 2025 07:40:02 -0400 (0:00:00.104) 0:02:59.249 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:59 Monday 02 June 2025 07:40:03 -0400 (0:00:00.091) 0:02:59.340 *********** skipping: [managed-node2] => {} TASK [fedora.linux_system_roles.mssql : Link the deprecated mssql_ha_cluster_run_role fact] *** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:66 Monday 02 June 2025 07:40:03 -0400 (0:00:00.082) 0:02:59.423 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:75 Monday 02 June 2025 07:40:03 -0400 (0:00:00.073) 0:02:59.496 *********** skipping: [managed-node2] => {} TASK [fedora.linux_system_roles.mssql : Link the deprecated fact] ************** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:84 Monday 02 June 2025 07:40:03 -0400 (0:00:00.064) 0:02:59.561 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:88 Monday 02 June 2025 07:40:03 -0400 (0:00:00.071) 0:02:59.632 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:95 Monday 02 June 2025 07:40:03 -0400 (0:00:00.117) 0:02:59.750 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:107 Monday 02 June 2025 07:40:03 -0400 (0:00:00.090) 0:02:59.840 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:115 Monday 02 June 2025 07:40:03 -0400 (0:00:00.085) 0:02:59.926 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:124 Monday 02 June 2025 07:40:03 -0400 (0:00:00.063) 0:02:59.989 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:133 Monday 02 June 2025 07:40:03 -0400 (0:00:00.232) 0:03:00.222 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:143 Monday 02 June 2025 07:40:04 -0400 (0:00:00.105) 0:03:00.327 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:152 Monday 02 June 2025 07:40:04 -0400 (0:00:00.113) 0:03:00.441 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:163 Monday 02 June 2025 07:40:04 -0400 (0:00:00.104) 0:03:00.546 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:174 Monday 02 June 2025 07:40:04 -0400 (0:00:00.113) 0:03:00.659 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Gather package facts] ****************** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:185 Monday 02 June 2025 07:40:04 -0400 (0:00:00.116) 0:03:00.776 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:189 Monday 02 June 2025 07:40:05 -0400 (0:00:01.236) 0:03:02.013 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:197 Monday 02 June 2025 07:40:05 -0400 (0:00:00.174) 0:03:02.187 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:210 Monday 02 June 2025 07:40:05 -0400 (0:00:00.073) 0:03:02.261 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:217 Monday 02 June 2025 07:40:05 -0400 (0:00:00.063) 0:03:02.325 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:224 Monday 02 June 2025 07:40:06 -0400 (0:00:00.073) 0:03:02.398 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:238 Monday 02 June 2025 07:40:06 -0400 (0:00:00.124) 0:03:02.522 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:252 Monday 02 June 2025 07:40:06 -0400 (0:00:00.689) 0:03:03.212 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Get yum repositories] ****************** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:262 Monday 02 June 2025 07:40:06 -0400 (0:00:00.111) 0:03:03.323 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:273 Monday 02 June 2025 07:40:07 -0400 (0:00:00.106) 0:03:03.430 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:287 Monday 02 June 2025 07:40:07 -0400 (0:00:00.106) 0:03:03.536 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Get zypper repositories] *************** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:296 Monday 02 June 2025 07:40:07 -0400 (0:00:00.086) 0:03:03.623 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:308 Monday 02 June 2025 07:40:07 -0400 (0:00:00.083) 0:03:03.706 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:315 Monday 02 June 2025 07:40:07 -0400 (0:00:00.070) 0:03:03.777 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:327 Monday 02 June 2025 07:40:07 -0400 (0:00:00.123) 0:03:03.901 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:340 Monday 02 June 2025 07:40:07 -0400 (0:00:00.098) 0:03:04.000 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:345 Monday 02 June 2025 07:40:08 -0400 (0:00:00.633) 0:03:04.633 *********** ok: [managed-node2] => { "changed": false, "rc": 0, "results": [ "mssql-server-15.0.4375.4-1.x86_64 providing mssql-server is already installed" ] } TASK [fedora.linux_system_roles.mssql : Check if the errorlog file exists and its location] *** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:350 Monday 02 June 2025 07:40:08 -0400 (0:00:00.629) 0:03:05.263 *********** 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.005075", "end": "2025-06-02 07:40:09.216686", "rc": 0, "start": "2025-06-02 07:40:09.211611" } STDOUT: /var/opt/mssql/log/errorlog TASK [fedora.linux_system_roles.mssql : Check if mssql-server.service is enabled] *** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:367 Monday 02 June 2025 07:40:09 -0400 (0:00:00.404) 0:03:05.667 *********** ok: [managed-node2] => { "changed": false, "cmd": [ "systemctl", "is-enabled", "mssql-server.service" ], "delta": "0:00:00.008189", "end": "2025-06-02 07:40:09.852653", "failed_when_result": false, "rc": 0, "start": "2025-06-02 07:40:09.844464" } STDOUT: enabled TASK [fedora.linux_system_roles.mssql : Check if mssql-server.service is running] *** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:374 Monday 02 June 2025 07:40:09 -0400 (0:00:00.638) 0:03:06.305 *********** ok: [managed-node2] => { "changed": false, "cmd": [ "systemctl", "is-active", "mssql-server.service" ], "delta": "0:00:00.005500", "end": "2025-06-02 07:40:10.259424", "failed_when_result": false, "rc": 0, "start": "2025-06-02 07:40:10.253924" } STDOUT: active TASK [fedora.linux_system_roles.mssql : Set the __mssql_is_setup variable] ***** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:381 Monday 02 June 2025 07:40:10 -0400 (0:00:00.402) 0:03:06.708 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:388 Monday 02 June 2025 07:40:10 -0400 (0:00:00.108) 0:03:06.816 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Set up MSSQL] ************************** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:404 Monday 02 June 2025 07:40:10 -0400 (0:00:00.108) 0:03:06.925 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:429 Monday 02 June 2025 07:40:10 -0400 (0:00:00.234) 0:03:07.159 *********** skipping: [managed-node2] => (item={u'path': None, u'setting': u'defaultdatadir', u'mode': u'755'}) => { "ansible_loop_var": "item", "changed": false, "item": { "mode": "755", "path": null, "setting": "defaultdatadir" }, "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item={u'path': None, u'setting': u'defaultlogdir', u'mode': u'755'}) => { "ansible_loop_var": "item", "changed": false, "item": { "mode": "755", "path": null, "setting": "defaultlogdir" }, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Set selinux role facts for ports] ****** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:444 Monday 02 June 2025 07:40:10 -0400 (0:00:00.122) 0:03:07.282 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:458 Monday 02 June 2025 07:40:11 -0400 (0:00:00.112) 0:03:07.394 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:469 Monday 02 June 2025 07:40:11 -0400 (0:00:00.097) 0:03:07.492 *********** 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" ] } TASK [fedora.linux_system_roles.mssql : Ensure that the tuned service is started and enabled] *** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:475 Monday 02 June 2025 07:40:11 -0400 (0:00:00.619) 0:03:08.112 *********** ok: [managed-node2] => { "changed": false, "enabled": true, "name": "tuned", "state": "started", "status": { "ActiveEnterTimestamp": "Mon 2025-06-02 07:16:08 EDT", "ActiveEnterTimestampMonotonic": "12957703", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "dbus.service basic.target systemd-sysctl.service systemd-journald.socket system.slice network.target", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Mon 2025-06-02 07:16:07 EDT", "AssertTimestampMonotonic": "12266513", "Before": "multi-user.target shutdown.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": "Mon 2025-06-02 07:16:07 EDT", "ConditionTimestampMonotonic": "12266512", "Conflicts": "shutdown.target cpupower.service", "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": "871", "ExecMainStartTimestamp": "Mon 2025-06-02 07:16:07 EDT", "ExecMainStartTimestampMonotonic": "12267613", "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": "Mon 2025-06-02 07:16:07 EDT", "InactiveExitTimestampMonotonic": "12267646", "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": "871", "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": "Mon 2025-06-02 07:16:08 EDT", "WatchdogTimestampMonotonic": "12957464", "WatchdogUSec": "0" } } TASK [fedora.linux_system_roles.mssql : Get the active Tuned profiles] ********* task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:482 Monday 02 June 2025 07:40:12 -0400 (0:00:00.519) 0:03:08.631 *********** ok: [managed-node2] => { "changed": false, "cmd": [ "tuned-adm", "active" ], "delta": "0:00:00.081333", "end": "2025-06-02 07:40:12.662090", "rc": 0, "start": "2025-06-02 07:40:12.580757" } STDOUT: Current active profile: virtual-guest mssql TASK [fedora.linux_system_roles.mssql : Attempt to add mssql to the list of Tuned profiles] *** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:495 Monday 02 June 2025 07:40:12 -0400 (0:00:00.484) 0:03:09.115 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:508 Monday 02 June 2025 07:40:12 -0400 (0:00:00.107) 0:03:09.223 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:517 Monday 02 June 2025 07:40:13 -0400 (0:00:00.106) 0:03:09.330 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:527 Monday 02 June 2025 07:40:13 -0400 (0:00:00.098) 0:03:09.429 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:535 Monday 02 June 2025 07:40:13 -0400 (0:00:00.425) 0:03:09.854 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:544 Monday 02 June 2025 07:40:13 -0400 (0:00:00.107) 0:03:09.961 *********** 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" ] } TASK [Create certificates using the certificate role] ************************** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:561 Monday 02 June 2025 07:40:14 -0400 (0:00:00.582) 0:03:10.543 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:575 Monday 02 June 2025 07:40:14 -0400 (0:00:00.069) 0:03:10.613 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:580 Monday 02 June 2025 07:40:14 -0400 (0:00:00.073) 0:03:10.687 *********** skipping: [managed-node2] => (item=/tmp/ansible.zR4pmi) => { "ansible_loop_var": "item", "changed": false, "item": "/tmp/ansible.zR4pmi", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item=ansible.gcg62z) => { "ansible_loop_var": "item", "changed": false, "item": "ansible.gcg62z", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Configure the tlscert setting] ********* task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:598 Monday 02 June 2025 07:40:14 -0400 (0:00:00.116) 0:03:10.803 *********** included: /tmp/collections-9ga/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 tlscert] ******* task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:3 Monday 02 June 2025 07:40:14 -0400 (0:00:00.262) 0:03:11.065 *********** ok: [managed-node2] => { "changed": false, "cmd": [ "grep", "^tlscert = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.002641", "end": "2025-06-02 07:40:14.977378", "failed_when_result": false, "rc": 0, "start": "2025-06-02 07:40:14.974737" } STDOUT: tlscert = /etc/pki/tls/certs/ansible.zR4pmi TASK [fedora.linux_system_roles.mssql : Configure the setting network tlscert] *** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:12 Monday 02 June 2025 07:40:15 -0400 (0:00:00.327) 0:03:11.393 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Unset the setting network tlscert] ***** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:42 Monday 02 June 2025 07:40:15 -0400 (0:00:00.077) 0:03:11.471 *********** 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", "unset", "network.tlscert" ], "delta": "0:00:00.112214", "end": "2025-06-02 07:40:15.507500", "failed_when_result": false, "rc": 0, "start": "2025-06-02 07:40:15.395286" } STDOUT: SQL Server needs to be restarted in order to apply this setting. Please run 'systemctl restart mssql-server.service'. TASK [fedora.linux_system_roles.mssql : Configure the tlskey setting] ********** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:607 Monday 02 June 2025 07:40:15 -0400 (0:00:00.499) 0:03:11.970 *********** included: /tmp/collections-9ga/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 tlskey] ******** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:3 Monday 02 June 2025 07:40:15 -0400 (0:00:00.207) 0:03:12.178 *********** ok: [managed-node2] => { "changed": false, "cmd": [ "grep", "^tlskey = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.002763", "end": "2025-06-02 07:40:16.134771", "failed_when_result": false, "rc": 0, "start": "2025-06-02 07:40:16.132008" } STDOUT: tlskey = /etc/pki/tls/private/ansible.gcg62z TASK [fedora.linux_system_roles.mssql : Configure the setting network tlskey] *** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:12 Monday 02 June 2025 07:40:16 -0400 (0:00:00.416) 0:03:12.594 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Unset the setting network tlskey] ****** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:42 Monday 02 June 2025 07:40:16 -0400 (0:00:00.115) 0:03:12.709 *********** changed: [managed-node2] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "unset", "network.tlskey" ], "delta": "0:00:00.111262", "end": "2025-06-02 07:40:16.777876", "failed_when_result": false, "rc": 0, "start": "2025-06-02 07:40:16.666614" } STDOUT: SQL Server needs to be restarted in order to apply this setting. Please run 'systemctl restart mssql-server.service'. TASK [fedora.linux_system_roles.mssql : Configure the tlsprotocols setting] **** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:616 Monday 02 June 2025 07:40:16 -0400 (0:00:00.526) 0:03:13.235 *********** included: /tmp/collections-9ga/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 tlsprotocols] *** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:3 Monday 02 June 2025 07:40:17 -0400 (0:00:00.195) 0:03:13.431 *********** ok: [managed-node2] => { "changed": false, "cmd": [ "grep", "^tlsprotocols = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.002888", "end": "2025-06-02 07:40:17.387893", "failed_when_result": false, "rc": 0, "start": "2025-06-02 07:40:17.385005" } STDOUT: tlsprotocols = 1.2 TASK [fedora.linux_system_roles.mssql : Configure the setting network tlsprotocols] *** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:12 Monday 02 June 2025 07:40:17 -0400 (0:00:00.387) 0:03:13.818 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Unset the setting network tlsprotocols] *** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:42 Monday 02 June 2025 07:40:17 -0400 (0:00:00.077) 0:03:13.896 *********** changed: [managed-node2] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "unset", "network.tlsprotocols" ], "delta": "0:00:00.112960", "end": "2025-06-02 07:40:17.924270", "failed_when_result": false, "rc": 0, "start": "2025-06-02 07:40:17.811310" } STDOUT: SQL Server needs to be restarted in order to apply this setting. Please run 'systemctl restart mssql-server.service'. TASK [fedora.linux_system_roles.mssql : Configure the forceencryption setting] *** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:623 Monday 02 June 2025 07:40:18 -0400 (0:00:00.455) 0:03:14.352 *********** included: /tmp/collections-9ga/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 forceencryption] *** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:3 Monday 02 June 2025 07:40:18 -0400 (0:00:00.273) 0:03:14.625 *********** ok: [managed-node2] => { "changed": false, "cmd": [ "grep", "^forceencryption = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.002959", "end": "2025-06-02 07:40:18.557603", "failed_when_result": false, "rc": 0, "start": "2025-06-02 07:40:18.554644" } STDOUT: forceencryption = 1 TASK [fedora.linux_system_roles.mssql : Configure the setting network forceencryption] *** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:12 Monday 02 June 2025 07:40:18 -0400 (0:00:00.389) 0:03:15.015 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Unset the setting network forceencryption] *** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:42 Monday 02 June 2025 07:40:18 -0400 (0:00:00.115) 0:03:15.131 *********** changed: [managed-node2] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "unset", "network.forceencryption" ], "delta": "0:00:00.113461", "end": "2025-06-02 07:40:19.176037", "failed_when_result": false, "rc": 0, "start": "2025-06-02 07:40:19.062576" } STDOUT: SQL Server needs to be restarted in order to apply this setting. Please run 'systemctl restart mssql-server.service'. TASK [fedora.linux_system_roles.mssql : Get the setting forceencryption] ******* task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:632 Monday 02 June 2025 07:40:19 -0400 (0:00:00.466) 0:03:15.597 *********** ok: [managed-node2] => { "changed": false, "cmd": "set -euo pipefail; grep '^forceencryption' /var/opt/mssql/mssql.conf | sed 's/forceencryption = //g'", "delta": "0:00:00.004111", "end": "2025-06-02 07:40:19.507881", "failed_when_result": false, "rc": 1, "start": "2025-06-02 07:40:19.503770" } MSG: non-zero return code TASK [fedora.linux_system_roles.mssql : Append -No to sqlcmd when TLS is not configured] *** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:641 Monday 02 June 2025 07:40:19 -0400 (0:00:00.324) 0:03:15.922 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:648 Monday 02 June 2025 07:40:19 -0400 (0:00:00.070) 0:03:15.992 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:661 Monday 02 June 2025 07:40:19 -0400 (0:00:00.066) 0:03:16.059 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:665 Monday 02 June 2025 07:40:19 -0400 (0:00:00.072) 0:03:16.131 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:671 Monday 02 June 2025 07:40:19 -0400 (0:00:00.065) 0:03:16.197 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:686 Monday 02 June 2025 07:40:19 -0400 (0:00:00.067) 0:03:16.265 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Gather package facts] ****************** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:693 Monday 02 June 2025 07:40:20 -0400 (0:00:00.064) 0:03:16.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 : Change the password of sa user] ******** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:701 Monday 02 June 2025 07:40:20 -0400 (0:00:00.089) 0:03:16.419 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:722 Monday 02 June 2025 07:40:20 -0400 (0:00:00.093) 0:03:16.512 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Pre-input SQL script contents to SQL Server] *** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:729 Monday 02 June 2025 07:40:20 -0400 (0:00:00.085) 0:03:16.597 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:740 Monday 02 June 2025 07:40:20 -0400 (0:00:00.074) 0:03:16.672 *********** 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.004554", "end": "2025-06-02 07:40:20.598412", "rc": 0, "start": "2025-06-02 07:40:20.593858" } STDOUT: true TASK [fedora.linux_system_roles.mssql : Ensure that the mssql-server service is stopped] *** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:754 Monday 02 June 2025 07:40:20 -0400 (0:00:00.374) 0:03:17.046 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Gather package facts] ****************** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:761 Monday 02 June 2025 07:40:20 -0400 (0:00:00.117) 0:03:17.164 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:767 Monday 02 June 2025 07:40:22 -0400 (0:00:01.580) 0:03:18.744 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:786 Monday 02 June 2025 07:40:22 -0400 (0:00:00.076) 0:03:18.821 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:793 Monday 02 June 2025 07:40:22 -0400 (0:00:00.074) 0:03:18.896 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Open the TCP port 1433] ************************************************** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:800 Monday 02 June 2025 07:40:22 -0400 (0:00:00.107) 0:03:19.003 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:812 Monday 02 June 2025 07:40:22 -0400 (0:00:00.101) 0:03:19.105 *********** included: /tmp/collections-9ga/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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:3 Monday 02 June 2025 07:40:22 -0400 (0:00:00.194) 0:03:19.300 *********** ok: [managed-node2] => { "changed": false, "cmd": [ "grep", "^tcpport = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.002697", "end": "2025-06-02 07:40:23.248549", "failed_when_result": false, "rc": 1, "start": "2025-06-02 07:40:23.245852" } MSG: non-zero return code TASK [fedora.linux_system_roles.mssql : Configure the setting network tcpport] *** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:12 Monday 02 June 2025 07:40:23 -0400 (0:00:00.376) 0:03:19.676 *********** ok: [managed-node2] => { "changed": false, "cmd": [ "/opt/mssql/bin/mssql-conf", "set", "network.tcpport", "1433" ], "delta": "0:00:00.112845", "end": "2025-06-02 07:40:23.719942", "failed_when_result": false, "rc": 0, "start": "2025-06-02 07:40:23.607097" } 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:42 Monday 02 June 2025 07:40:23 -0400 (0:00:00.510) 0:03:20.187 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:818 Monday 02 June 2025 07:40:23 -0400 (0:00:00.110) 0:03:20.297 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:838 Monday 02 June 2025 07:40:24 -0400 (0:00:00.097) 0:03:20.395 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:845 Monday 02 June 2025 07:40:24 -0400 (0:00:00.207) 0:03:20.602 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Ensure the package powershell] ********* task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:852 Monday 02 June 2025 07:40:24 -0400 (0:00:00.071) 0:03:20.674 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Check if the 3979 trace flag is enabled] *** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:861 Monday 02 June 2025 07:40:24 -0400 (0:00:00.075) 0:03:20.749 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Set the 3979 traceflag] **************** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:867 Monday 02 June 2025 07:40:24 -0400 (0:00:00.099) 0:03:20.849 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:874 Monday 02 June 2025 07:40:24 -0400 (0:00:00.105) 0:03:20.955 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:882 Monday 02 June 2025 07:40:24 -0400 (0:00:00.102) 0:03:21.057 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:888 Monday 02 June 2025 07:40:24 -0400 (0:00:00.101) 0:03:21.159 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:898 Monday 02 June 2025 07:40:24 -0400 (0:00:00.104) 0:03:21.264 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Join to realm {{ ad_integration_realm }}] ******************************** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:906 Monday 02 June 2025 07:40:25 -0400 (0:00:00.116) 0:03:21.381 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:914 Monday 02 June 2025 07:40:25 -0400 (0:00:00.101) 0:03:21.482 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:921 Monday 02 June 2025 07:40:25 -0400 (0:00:00.103) 0:03:21.586 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:928 Monday 02 June 2025 07:40:25 -0400 (0:00:00.104) 0:03:21.691 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:937 Monday 02 June 2025 07:40:25 -0400 (0:00:00.107) 0:03:21.798 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:950 Monday 02 June 2025 07:40:25 -0400 (0:00:00.102) 0:03:21.901 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:959 Monday 02 June 2025 07:40:25 -0400 (0:00:00.106) 0:03:22.008 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:973 Monday 02 June 2025 07:40:25 -0400 (0:00:00.103) 0:03:22.111 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:983 Monday 02 June 2025 07:40:25 -0400 (0:00:00.110) 0:03:22.221 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:988 Monday 02 June 2025 07:40:26 -0400 (0:00:00.110) 0:03:22.332 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1005 Monday 02 June 2025 07:40:26 -0400 (0:00:00.106) 0:03:22.439 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1010 Monday 02 June 2025 07:40:26 -0400 (0:00:00.093) 0:03:22.532 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Get keytab properties] ***************** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1015 Monday 02 June 2025 07:40:26 -0400 (0:00:00.104) 0:03:22.636 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Create keytab] ************************* task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1021 Monday 02 June 2025 07:40:26 -0400 (0:00:00.102) 0:03:22.739 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1047 Monday 02 June 2025 07:40:26 -0400 (0:00:00.106) 0:03:22.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 : Ensure correct permissions and ownership on the keytab] *** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1068 Monday 02 June 2025 07:40:26 -0400 (0:00:00.223) 0:03:23.069 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1076 Monday 02 June 2025 07:40:26 -0400 (0:00:00.101) 0:03:23.171 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1086 Monday 02 June 2025 07:40:26 -0400 (0:00:00.102) 0:03:23.274 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1092 Monday 02 June 2025 07:40:27 -0400 (0:00:00.103) 0:03:23.377 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Mark active hosts] ********************* task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1110 Monday 02 June 2025 07:40:27 -0400 (0:00:00.100) 0:03:23.478 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1114 Monday 02 June 2025 07:40:27 -0400 (0:00:00.102) 0:03:23.580 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1130 Monday 02 June 2025 07:40:27 -0400 (0:00:00.101) 0:03:23.681 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1136 Monday 02 June 2025 07:40:27 -0400 (0:00:00.100) 0:03:23.782 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Set host variables] ******************** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1156 Monday 02 June 2025 07:40:27 -0400 (0:00:00.100) 0:03:23.883 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1209 Monday 02 June 2025 07:40:27 -0400 (0:00:00.103) 0:03:23.986 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1216 Monday 02 June 2025 07:40:27 -0400 (0:00:00.102) 0:03:24.088 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1223 Monday 02 June 2025 07:40:27 -0400 (0:00:00.100) 0:03:24.189 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1233 Monday 02 June 2025 07:40:27 -0400 (0:00:00.102) 0:03:24.291 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1239 Monday 02 June 2025 07:40:28 -0400 (0:00:00.101) 0:03:24.393 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1247 Monday 02 June 2025 07:40:28 -0400 (0:00:00.137) 0:03:24.531 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1256 Monday 02 June 2025 07:40:28 -0400 (0:00:00.098) 0:03:24.629 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1264 Monday 02 June 2025 07:40:28 -0400 (0:00:00.101) 0:03:24.731 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1278 Monday 02 June 2025 07:40:28 -0400 (0:00:00.126) 0:03:24.858 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1284 Monday 02 June 2025 07:40:28 -0400 (0:00:00.104) 0:03:24.962 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1306 Monday 02 June 2025 07:40:28 -0400 (0:00:00.095) 0:03:25.058 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Configure ag] ************************** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1316 Monday 02 June 2025 07:40:28 -0400 (0:00:00.101) 0:03:25.159 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1325 Monday 02 June 2025 07:40:28 -0400 (0:00:00.105) 0:03:25.265 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Replicate DBs] ************************* task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1334 Monday 02 June 2025 07:40:29 -0400 (0:00:00.231) 0:03:25.496 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Mark active hosts] ********************* task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1343 Monday 02 June 2025 07:40:29 -0400 (0:00:00.101) 0:03:25.598 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1347 Monday 02 June 2025 07:40:29 -0400 (0:00:00.111) 0:03:25.710 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1365 Monday 02 June 2025 07:40:29 -0400 (0:00:00.106) 0:03:25.816 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1378 Monday 02 June 2025 07:40:29 -0400 (0:00:00.108) 0:03:25.924 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1385 Monday 02 June 2025 07:40:29 -0400 (0:00:00.099) 0:03:26.024 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1392 Monday 02 June 2025 07:40:29 -0400 (0:00:00.109) 0:03:26.134 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1400 Monday 02 June 2025 07:40:29 -0400 (0:00:00.100) 0:03:26.234 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1407 Monday 02 June 2025 07:40:29 -0400 (0:00:00.088) 0:03:26.322 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1419 Monday 02 June 2025 07:40:30 -0400 (0:00:00.104) 0:03:26.427 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Create HA login] *********************** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1428 Monday 02 June 2025 07:40:30 -0400 (0:00:00.074) 0:03:26.502 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1435 Monday 02 June 2025 07:40:30 -0400 (0:00:00.061) 0:03:26.563 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1441 Monday 02 June 2025 07:40:30 -0400 (0:00:00.065) 0:03:26.629 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1449 Monday 02 June 2025 07:40:30 -0400 (0:00:00.063) 0:03:26.692 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1462 Monday 02 June 2025 07:40:30 -0400 (0:00:00.076) 0:03:26.768 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1474 Monday 02 June 2025 07:40:30 -0400 (0:00:00.063) 0:03:26.832 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1479 Monday 02 June 2025 07:40:30 -0400 (0:00:00.063) 0:03:26.896 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1487 Monday 02 June 2025 07:40:30 -0400 (0:00:00.063) 0:03:26.959 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1496 Monday 02 June 2025 07:40:30 -0400 (0:00:00.066) 0:03:27.025 *********** changed: [managed-node2] => { "changed": true } MSG: Block inserted RUNNING HANDLER [fedora.linux_system_roles.mssql : Restart the mssql-server service] *** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/handlers/main.yml:3 Monday 02 June 2025 07:40:31 -0400 (0:00:00.438) 0:03:27.464 *********** changed: [managed-node2] => { "changed": true, "name": "mssql-server", "state": "started", "status": { "ActiveEnterTimestamp": "Mon 2025-06-02 07:39:50 EDT", "ActiveEnterTimestampMonotonic": "1434598860", "ActiveExitTimestamp": "Mon 2025-06-02 07:39:49 EDT", "ActiveExitTimestampMonotonic": "1434135720", "ActiveState": "active", "After": "basic.target -.mount systemd-journald.socket system.slice network.target auditd.service", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Mon 2025-06-02 07:39:50 EDT", "AssertTimestampMonotonic": "1434598281", "Before": "multi-user.target shutdown.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": "Mon 2025-06-02 07:39:50 EDT", "ConditionTimestampMonotonic": "1434598280", "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": "19927", "ExecMainStartTimestamp": "Mon 2025-06-02 07:39:50 EDT", "ExecMainStartTimestampMonotonic": "1434598811", "ExecMainStatus": "0", "ExecStart": "{ path=/opt/mssql/bin/sqlservr ; argv[]=/opt/mssql/bin/sqlservr ; ignore_errors=no ; start_time=[Mon 2025-06-02 07:39:50 EDT] ; stop_time=[n/a] ; pid=19927 ; 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": "Mon 2025-06-02 07:39:50 EDT", "InactiveEnterTimestampMonotonic": "1434597671", "InactiveExitTimestamp": "Mon 2025-06-02 07:39:50 EDT", "InactiveExitTimestampMonotonic": "1434598860", "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": "19927", "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": "Mon 2025-06-02 07:39:50 EDT", "WatchdogTimestampMonotonic": "1434598843", "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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1509 Monday 02 June 2025 07:40:32 -0400 (0:00:00.871) 0:03:28.336 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1516 Monday 02 June 2025 07:40:32 -0400 (0:00:00.090) 0:03:28.427 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify connectivity and settings] **************************************** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/tests_tls.yml:147 Monday 02 June 2025 07:40:32 -0400 (0:00:00.067) 0:03:28.494 *********** included: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml for managed-node2 TASK [Check if the errorlog file exists and its location] ********************** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:8 Monday 02 June 2025 07:40:32 -0400 (0:00:00.729) 0:03:29.224 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if the set edition matches the existing edition] ******************* task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:23 Monday 02 June 2025 07:40:32 -0400 (0:00:00.101) 0:03:29.325 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify if the edition matches] ******************************************* task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:35 Monday 02 June 2025 07:40:33 -0400 (0:00:00.097) 0:03:29.423 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the setting {{ item.key }}] *************************************** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:39 Monday 02 June 2025 07:40:33 -0400 (0:00:00.101) 0:03:29.525 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get stat of mssql_datadir] *********************************************** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:55 Monday 02 June 2025 07:40:33 -0400 (0:00:00.113) 0:03:29.638 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:60 Monday 02 June 2025 07:40:33 -0400 (0:00:00.101) 0:03:29.739 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get stat of mssql_logdir] ************************************************ task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:70 Monday 02 June 2025 07:40:33 -0400 (0:00:00.096) 0:03:29.836 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:75 Monday 02 June 2025 07:40:33 -0400 (0:00:00.079) 0:03:29.915 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Prepare MSSQL and facts for logging in] ********************************** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:85 Monday 02 June 2025 07:40:33 -0400 (0:00:00.077) 0:03:29.993 *********** TASK [fedora.linux_system_roles.mssql : Ensure that the mssql-server service is started] *** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/verify_password.yml:3 Monday 02 June 2025 07:40:33 -0400 (0:00:00.115) 0:03:30.109 *********** ok: [managed-node2] => { "changed": false, "name": "mssql-server", "state": "started", "status": { "ActiveEnterTimestamp": "Mon 2025-06-02 07:40:31 EDT", "ActiveEnterTimestampMonotonic": "1476183033", "ActiveExitTimestamp": "Mon 2025-06-02 07:40:31 EDT", "ActiveExitTimestampMonotonic": "1475946626", "ActiveState": "active", "After": "basic.target -.mount systemd-journald.socket system.slice network.target auditd.service", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Mon 2025-06-02 07:40:31 EDT", "AssertTimestampMonotonic": "1476182446", "Before": "multi-user.target shutdown.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": "Mon 2025-06-02 07:40:31 EDT", "ConditionTimestampMonotonic": "1476182445", "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": "22086", "ExecMainStartTimestamp": "Mon 2025-06-02 07:40:31 EDT", "ExecMainStartTimestampMonotonic": "1476182971", "ExecMainStatus": "0", "ExecStart": "{ path=/opt/mssql/bin/sqlservr ; argv[]=/opt/mssql/bin/sqlservr ; ignore_errors=no ; start_time=[Mon 2025-06-02 07:40:31 EDT] ; stop_time=[n/a] ; pid=22086 ; 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": "Mon 2025-06-02 07:40:31 EDT", "InactiveEnterTimestampMonotonic": "1476182042", "InactiveExitTimestamp": "Mon 2025-06-02 07:40:31 EDT", "InactiveExitTimestampMonotonic": "1476183033", "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": "22086", "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": "Mon 2025-06-02 07:40:31 EDT", "WatchdogTimestampMonotonic": "1476183016", "WatchdogUSec": "0", "WorkingDirectory": "/var/opt/mssql" } } TASK [fedora.linux_system_roles.mssql : Check if a custom tcpport setting exist] *** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/verify_password.yml:8 Monday 02 June 2025 07:40:34 -0400 (0:00:00.494) 0:03:30.603 *********** ok: [managed-node2] => { "changed": false, "cmd": [ "grep", "^tcpport = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003985", "end": "2025-06-02 07:40:34.593609", "failed_when_result": false, "rc": 1, "start": "2025-06-02 07:40:34.589624" } MSG: non-zero return code TASK [fedora.linux_system_roles.mssql : Check if a custom ipaddress setting exist] *** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/verify_password.yml:14 Monday 02 June 2025 07:40:34 -0400 (0:00:00.451) 0:03:31.054 *********** ok: [managed-node2] => { "changed": false, "cmd": [ "grep", "^ipaddress = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.002987", "end": "2025-06-02 07:40:35.021905", "failed_when_result": false, "rc": 1, "start": "2025-06-02 07:40:35.018918" } MSG: non-zero return code TASK [fedora.linux_system_roles.mssql : Set a fact with a login command] ******* task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/verify_password.yml:20 Monday 02 June 2025 07:40:35 -0400 (0:00:00.413) 0:03:31.467 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:95 Monday 02 June 2025 07:40:35 -0400 (0:00:00.100) 0:03:31.568 *********** 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": 7261, "state": "file", "uid": 996 } TASK [Check if the set password matches the existing password] ***************** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:116 Monday 02 June 2025 07:40:36 -0400 (0:00:01.350) 0:03:32.918 *********** ok: [managed-node2] => { "attempts": 1, "changed": false, "cmd": [ "/opt/mssql-tools18/bin/sqlcmd", "-C", "-No", "-U", "sa", "-P", "p@55w0rD", "-Q", "SELECT @@VERSION" ], "delta": "0:00:00.021741", "end": "2025-06-02 07:40:36.846922", "rc": 0, "start": "2025-06-02 07:40:36.825181" } 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-9ga/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:135 Monday 02 June 2025 07:40:36 -0400 (0:00:00.379) 0:03:33.298 *********** ok: [managed-node2] => { "ansible_facts": { "mssql_password": null }, "changed": false } TASK [Verify the package mssql-server-fts] ************************************* task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:139 Monday 02 June 2025 07:40:37 -0400 (0:00:00.090) 0:03:33.389 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the package powershell] ******************************************* task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:146 Monday 02 June 2025 07:40:37 -0400 (0:00:00.072) 0:03:33.461 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the value of the traceflag setting] ********************************** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:157 Monday 02 June 2025 07:40:37 -0400 (0:00:00.063) 0:03:33.525 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that the traceflag setting is set to 3979] ************************ task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:162 Monday 02 June 2025 07:40:37 -0400 (0:00:00.062) 0:03:33.588 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:167 Monday 02 June 2025 07:40:37 -0400 (0:00:00.095) 0:03:33.684 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that the alternatewritethrough setting is false] ****************** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:173 Monday 02 June 2025 07:40:37 -0400 (0:00:00.094) 0:03:33.778 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the writethrough setting] ***************************************** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:179 Monday 02 June 2025 07:40:37 -0400 (0:00:00.071) 0:03:33.850 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the tlscert setting] ********************************************** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:189 Monday 02 June 2025 07:40:37 -0400 (0:00:00.191) 0:03:34.041 *********** included: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml for managed-node2 TASK [Get the value of the setting tlscert] ************************************ task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml:7 Monday 02 June 2025 07:40:37 -0400 (0:00:00.123) 0:03:34.164 *********** ok: [managed-node2] => { "changed": false, "cmd": "grep '^tlscert' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004571", "end": "2025-06-02 07:40:38.119732", "rc": 0, "start": "2025-06-02 07:40:38.115161" } TASK [Verify the setting when it is type str tlscert] ************************** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml:14 Monday 02 June 2025 07:40:38 -0400 (0:00:00.394) 0:03:34.559 *********** ok: [managed-node2] => { "changed": false } MSG: All assertions passed TASK [Verify the setting when it is type bool tlscert] ************************* task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml:25 Monday 02 June 2025 07:40:38 -0400 (0:00:00.106) 0:03:34.665 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that tcpport =] *************************************************** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml:40 Monday 02 June 2025 07:40:38 -0400 (0:00:00.081) 0:03:34.746 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the tlskey setting] *********************************************** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:200 Monday 02 June 2025 07:40:38 -0400 (0:00:00.081) 0:03:34.827 *********** included: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml for managed-node2 TASK [Get the value of the setting tlskey] ************************************* task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml:7 Monday 02 June 2025 07:40:38 -0400 (0:00:00.185) 0:03:35.013 *********** ok: [managed-node2] => { "changed": false, "cmd": "grep '^tlskey' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.003908", "end": "2025-06-02 07:40:38.956542", "rc": 0, "start": "2025-06-02 07:40:38.952634" } TASK [Verify the setting when it is type str tlskey] *************************** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml:14 Monday 02 June 2025 07:40:39 -0400 (0:00:00.356) 0:03:35.369 *********** ok: [managed-node2] => { "changed": false } MSG: All assertions passed TASK [Verify the setting when it is type bool tlskey] ************************** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml:25 Monday 02 June 2025 07:40:39 -0400 (0:00:00.083) 0:03:35.453 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that tcpport =] *************************************************** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml:40 Monday 02 June 2025 07:40:39 -0400 (0:00:00.087) 0:03:35.540 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the tlsprotocols setting] ***************************************** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:212 Monday 02 June 2025 07:40:39 -0400 (0:00:00.106) 0:03:35.646 *********** included: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml for managed-node2 TASK [Get the value of the setting tlsprotocols] ******************************* task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml:7 Monday 02 June 2025 07:40:39 -0400 (0:00:00.200) 0:03:35.847 *********** ok: [managed-node2] => { "changed": false, "cmd": "grep '^tlsprotocols' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.003764", "end": "2025-06-02 07:40:39.805596", "rc": 0, "start": "2025-06-02 07:40:39.801832" } TASK [Verify the setting when it is type str tlsprotocols] ********************* task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml:14 Monday 02 June 2025 07:40:39 -0400 (0:00:00.387) 0:03:36.234 *********** ok: [managed-node2] => { "changed": false } MSG: All assertions passed TASK [Verify the setting when it is type bool tlsprotocols] ******************** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml:25 Monday 02 June 2025 07:40:39 -0400 (0:00:00.090) 0:03:36.325 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that tcpport =] *************************************************** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml:40 Monday 02 June 2025 07:40:40 -0400 (0:00:00.075) 0:03:36.400 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the forceencryption setting] ************************************** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:220 Monday 02 June 2025 07:40:40 -0400 (0:00:00.097) 0:03:36.498 *********** included: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml for managed-node2 TASK [Get the value of the setting forceencryption] **************************** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml:7 Monday 02 June 2025 07:40:40 -0400 (0:00:00.185) 0:03:36.684 *********** ok: [managed-node2] => { "changed": false, "cmd": "grep '^forceencryption' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004061", "end": "2025-06-02 07:40:40.656549", "rc": 0, "start": "2025-06-02 07:40:40.652488" } TASK [Verify the setting when it is type str forceencryption] ****************** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml:14 Monday 02 June 2025 07:40:40 -0400 (0:00:00.514) 0:03:37.199 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the setting when it is type bool forceencryption] ***************** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml:25 Monday 02 June 2025 07:40:40 -0400 (0:00:00.090) 0:03:37.290 *********** ok: [managed-node2] => { "changed": false } MSG: All assertions passed TASK [Verify that tcpport = False] ********************************************* task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml:40 Monday 02 June 2025 07:40:41 -0400 (0:00:00.098) 0:03:37.388 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify configuration for confined application] *************************** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:227 Monday 02 June 2025 07:40:41 -0400 (0:00:00.071) 0:03:37.459 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Test with certs created by the certificate role] ************************* task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/tests_tls.yml:154 Monday 02 June 2025 07:40:41 -0400 (0:00:00.064) 0:03:37.524 *********** TASK [fedora.linux_system_roles.mssql : Ensure ansible_facts and variables used by role] *** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:3 Monday 02 June 2025 07:40:42 -0400 (0:00:01.323) 0:03:38.847 *********** included: /tmp/collections-9ga/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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/set_vars.yml:3 Monday 02 June 2025 07:40:42 -0400 (0:00:00.115) 0:03:38.962 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/set_vars.yml:8 Monday 02 June 2025 07:40:42 -0400 (0:00:00.090) 0:03:39.053 *********** 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-9ga/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-9ga/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 : Unset internal role facts] ************* task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:8 Monday 02 June 2025 07:40:42 -0400 (0:00:00.107) 0:03:39.161 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:16 Monday 02 June 2025 07:40:42 -0400 (0:00:00.063) 0:03:39.225 *********** skipping: [managed-node2] => {} TASK [fedora.linux_system_roles.mssql : Link the deprecated mssql_input_sql_file fact] *** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:24 Monday 02 June 2025 07:40:42 -0400 (0:00:00.064) 0:03:39.289 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:31 Monday 02 June 2025 07:40:43 -0400 (0:00:00.060) 0:03:39.350 *********** skipping: [managed-node2] => {} TASK [fedora.linux_system_roles.mssql : Link the deprecated mssql_ha_listener_port fact] *** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:38 Monday 02 June 2025 07:40:43 -0400 (0:00:00.063) 0:03:39.413 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:45 Monday 02 June 2025 07:40:43 -0400 (0:00:00.063) 0:03:39.477 *********** skipping: [managed-node2] => {} TASK [fedora.linux_system_roles.mssql : Link the deprecated mssql_ad_sql_user_name fact] *** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:52 Monday 02 June 2025 07:40:43 -0400 (0:00:00.066) 0:03:39.544 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:59 Monday 02 June 2025 07:40:43 -0400 (0:00:00.064) 0:03:39.608 *********** skipping: [managed-node2] => {} TASK [fedora.linux_system_roles.mssql : Link the deprecated mssql_ha_cluster_run_role fact] *** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:66 Monday 02 June 2025 07:40:43 -0400 (0:00:00.064) 0:03:39.673 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:75 Monday 02 June 2025 07:40:43 -0400 (0:00:00.062) 0:03:39.735 *********** skipping: [managed-node2] => {} TASK [fedora.linux_system_roles.mssql : Link the deprecated fact] ************** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:84 Monday 02 June 2025 07:40:43 -0400 (0:00:00.067) 0:03:39.803 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:88 Monday 02 June 2025 07:40:43 -0400 (0:00:00.061) 0:03:39.865 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:95 Monday 02 June 2025 07:40:43 -0400 (0:00:00.067) 0:03:39.932 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:107 Monday 02 June 2025 07:40:43 -0400 (0:00:00.071) 0:03:40.004 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:115 Monday 02 June 2025 07:40:43 -0400 (0:00:00.064) 0:03:40.068 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:124 Monday 02 June 2025 07:40:43 -0400 (0:00:00.062) 0:03:40.130 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:133 Monday 02 June 2025 07:40:43 -0400 (0:00:00.064) 0:03:40.194 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:143 Monday 02 June 2025 07:40:43 -0400 (0:00:00.061) 0:03:40.256 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:152 Monday 02 June 2025 07:40:44 -0400 (0:00:00.205) 0:03:40.461 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:163 Monday 02 June 2025 07:40:44 -0400 (0:00:00.065) 0:03:40.527 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:174 Monday 02 June 2025 07:40:44 -0400 (0:00:00.066) 0:03:40.594 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Gather package facts] ****************** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:185 Monday 02 June 2025 07:40:44 -0400 (0:00:00.067) 0:03:40.661 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:189 Monday 02 June 2025 07:40:45 -0400 (0:00:01.177) 0:03:41.838 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:197 Monday 02 June 2025 07:40:45 -0400 (0:00:00.180) 0:03:42.019 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:210 Monday 02 June 2025 07:40:45 -0400 (0:00:00.074) 0:03:42.094 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:217 Monday 02 June 2025 07:40:45 -0400 (0:00:00.073) 0:03:42.167 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:224 Monday 02 June 2025 07:40:45 -0400 (0:00:00.112) 0:03:42.280 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:238 Monday 02 June 2025 07:40:46 -0400 (0:00:00.177) 0:03:42.457 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:252 Monday 02 June 2025 07:40:46 -0400 (0:00:00.496) 0:03:42.954 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Get yum repositories] ****************** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:262 Monday 02 June 2025 07:40:46 -0400 (0:00:00.067) 0:03:43.022 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:273 Monday 02 June 2025 07:40:46 -0400 (0:00:00.067) 0:03:43.089 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:287 Monday 02 June 2025 07:40:46 -0400 (0:00:00.069) 0:03:43.158 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Get zypper repositories] *************** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:296 Monday 02 June 2025 07:40:46 -0400 (0:00:00.065) 0:03:43.223 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:308 Monday 02 June 2025 07:40:46 -0400 (0:00:00.068) 0:03:43.292 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:315 Monday 02 June 2025 07:40:47 -0400 (0:00:00.065) 0:03:43.357 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:327 Monday 02 June 2025 07:40:47 -0400 (0:00:00.095) 0:03:43.453 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:340 Monday 02 June 2025 07:40:47 -0400 (0:00:00.063) 0:03:43.516 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:345 Monday 02 June 2025 07:40:47 -0400 (0:00:00.606) 0:03:44.123 *********** ok: [managed-node2] => { "changed": false, "rc": 0, "results": [ "mssql-server-15.0.4375.4-1.x86_64 providing mssql-server is already installed" ] } TASK [fedora.linux_system_roles.mssql : Check if the errorlog file exists and its location] *** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:350 Monday 02 June 2025 07:40:48 -0400 (0:00:00.533) 0:03:44.656 *********** 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.004652", "end": "2025-06-02 07:40:48.569928", "rc": 0, "start": "2025-06-02 07:40:48.565276" } STDOUT: /var/opt/mssql/log/errorlog TASK [fedora.linux_system_roles.mssql : Check if mssql-server.service is enabled] *** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:367 Monday 02 June 2025 07:40:48 -0400 (0:00:00.327) 0:03:44.984 *********** ok: [managed-node2] => { "changed": false, "cmd": [ "systemctl", "is-enabled", "mssql-server.service" ], "delta": "0:00:00.005646", "end": "2025-06-02 07:40:48.899999", "failed_when_result": false, "rc": 0, "start": "2025-06-02 07:40:48.894353" } STDOUT: enabled TASK [fedora.linux_system_roles.mssql : Check if mssql-server.service is running] *** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:374 Monday 02 June 2025 07:40:48 -0400 (0:00:00.331) 0:03:45.316 *********** ok: [managed-node2] => { "changed": false, "cmd": [ "systemctl", "is-active", "mssql-server.service" ], "delta": "0:00:00.004237", "end": "2025-06-02 07:40:49.224683", "failed_when_result": false, "rc": 0, "start": "2025-06-02 07:40:49.220446" } STDOUT: active TASK [fedora.linux_system_roles.mssql : Set the __mssql_is_setup variable] ***** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:381 Monday 02 June 2025 07:40:49 -0400 (0:00:00.324) 0:03:45.640 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:388 Monday 02 June 2025 07:40:49 -0400 (0:00:00.070) 0:03:45.711 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Set up MSSQL] ************************** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:404 Monday 02 June 2025 07:40:49 -0400 (0:00:00.063) 0:03:45.774 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:429 Monday 02 June 2025 07:40:49 -0400 (0:00:00.063) 0:03:45.838 *********** skipping: [managed-node2] => (item={u'path': None, u'setting': u'defaultdatadir', u'mode': u'755'}) => { "ansible_loop_var": "item", "changed": false, "item": { "mode": "755", "path": null, "setting": "defaultdatadir" }, "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item={u'path': None, u'setting': u'defaultlogdir', u'mode': u'755'}) => { "ansible_loop_var": "item", "changed": false, "item": { "mode": "755", "path": null, "setting": "defaultlogdir" }, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Set selinux role facts for ports] ****** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:444 Monday 02 June 2025 07:40:49 -0400 (0:00:00.081) 0:03:45.919 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:458 Monday 02 June 2025 07:40:49 -0400 (0:00:00.064) 0:03:45.984 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:469 Monday 02 June 2025 07:40:49 -0400 (0:00:00.061) 0:03:46.046 *********** 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" ] } TASK [fedora.linux_system_roles.mssql : Ensure that the tuned service is started and enabled] *** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:475 Monday 02 June 2025 07:40:50 -0400 (0:00:00.535) 0:03:46.581 *********** ok: [managed-node2] => { "changed": false, "enabled": true, "name": "tuned", "state": "started", "status": { "ActiveEnterTimestamp": "Mon 2025-06-02 07:16:08 EDT", "ActiveEnterTimestampMonotonic": "12957703", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "dbus.service basic.target systemd-sysctl.service systemd-journald.socket system.slice network.target", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Mon 2025-06-02 07:16:07 EDT", "AssertTimestampMonotonic": "12266513", "Before": "multi-user.target shutdown.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": "Mon 2025-06-02 07:16:07 EDT", "ConditionTimestampMonotonic": "12266512", "Conflicts": "shutdown.target cpupower.service", "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": "871", "ExecMainStartTimestamp": "Mon 2025-06-02 07:16:07 EDT", "ExecMainStartTimestampMonotonic": "12267613", "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": "Mon 2025-06-02 07:16:07 EDT", "InactiveExitTimestampMonotonic": "12267646", "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": "871", "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": "Mon 2025-06-02 07:16:08 EDT", "WatchdogTimestampMonotonic": "12957464", "WatchdogUSec": "0" } } TASK [fedora.linux_system_roles.mssql : Get the active Tuned profiles] ********* task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:482 Monday 02 June 2025 07:40:50 -0400 (0:00:00.492) 0:03:47.074 *********** ok: [managed-node2] => { "changed": false, "cmd": [ "tuned-adm", "active" ], "delta": "0:00:00.080235", "end": "2025-06-02 07:40:51.103913", "rc": 0, "start": "2025-06-02 07:40:51.023678" } STDOUT: Current active profile: virtual-guest mssql TASK [fedora.linux_system_roles.mssql : Attempt to add mssql to the list of Tuned profiles] *** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:495 Monday 02 June 2025 07:40:51 -0400 (0:00:00.445) 0:03:47.520 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:508 Monday 02 June 2025 07:40:51 -0400 (0:00:00.066) 0:03:47.587 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:517 Monday 02 June 2025 07:40:51 -0400 (0:00:00.074) 0:03:47.662 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:527 Monday 02 June 2025 07:40:51 -0400 (0:00:00.106) 0:03:47.768 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:535 Monday 02 June 2025 07:40:51 -0400 (0:00:00.432) 0:03:48.200 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:544 Monday 02 June 2025 07:40:51 -0400 (0:00:00.100) 0:03:48.301 *********** 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" ] } TASK [Create certificates using the certificate role] ************************** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:561 Monday 02 June 2025 07:40:52 -0400 (0:00:00.591) 0:03:48.893 *********** TASK [fedora.linux_system_roles.certificate : Set version specific variables] *** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:2 Monday 02 June 2025 07:40:52 -0400 (0:00:00.425) 0:03:49.319 *********** included: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml for managed-node2 TASK [fedora.linux_system_roles.certificate : Ensure ansible_facts used by role] *** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:2 Monday 02 June 2025 07:40:53 -0400 (0:00:00.202) 0:03:49.522 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.certificate : Check if system is ostree] ******* task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:10 Monday 02 June 2025 07:40:53 -0400 (0:00:00.148) 0:03:49.670 *********** ok: [managed-node2] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.certificate : Set flag to indicate system is ostree] *** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:15 Monday 02 June 2025 07:40:53 -0400 (0:00:00.396) 0:03:50.066 *********** ok: [managed-node2] => { "ansible_facts": { "__certificate_is_ostree": false }, "changed": false } TASK [fedora.linux_system_roles.certificate : Set platform/version specific variables] *** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:19 Monday 02 June 2025 07:40:53 -0400 (0:00:00.083) 0:03:50.150 *********** skipping: [managed-node2] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } 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": { "__certificate_default_directory": "/etc/pki/tls", "__certificate_packages": [ "python-pyasn1", "python-cryptography", "python-dbus" ] }, "ansible_included_var_files": [ "/tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/roles/certificate/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.certificate : Ensure certificate role dependencies are installed] *** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:5 Monday 02 June 2025 07:40:54 -0400 (0:00:00.272) 0:03:50.423 *********** changed: [managed-node2] => { "changed": true, "changes": { "installed": [ "python-pyasn1", "python-cryptography" ] }, "rc": 0, "results": [ "dbus-python-1.1.1-9.el7.x86_64 providing python-dbus is already installed", "Loaded plugins: fastestmirror\nLoading mirror speeds from cached hostfile\n * epel: dl.fedoraproject.org\n * epel-debuginfo: dl.fedoraproject.org\n * epel-source: dl.fedoraproject.org\nResolving Dependencies\n--> Running transaction check\n---> Package python2-cryptography.x86_64 0:1.7.2-2.el7 will be installed\n--> Processing Dependency: python-idna >= 2.0 for package: python2-cryptography-1.7.2-2.el7.x86_64\n--> Processing Dependency: python-cffi >= 1.4.1 for package: python2-cryptography-1.7.2-2.el7.x86_64\n--> Processing Dependency: python-enum34 for package: python2-cryptography-1.7.2-2.el7.x86_64\n---> Package python2-pyasn1.noarch 0:0.1.9-7.el7 will be installed\n--> Running transaction check\n---> Package python-cffi.x86_64 0:1.6.0-5.el7 will be installed\n--> Processing Dependency: python-pycparser for package: python-cffi-1.6.0-5.el7.x86_64\n---> Package python-enum34.noarch 0:1.0.4-1.el7 will be installed\n---> Package python-idna.noarch 0:2.4-1.el7 will be installed\n--> Running transaction check\n---> Package python-pycparser.noarch 0:2.14-1.el7 will be installed\n--> Processing Dependency: python-ply for package: python-pycparser-2.14-1.el7.noarch\n--> Running transaction check\n---> Package python-ply.noarch 0:3.4-11.el7 will be installed\n--> Finished Dependency Resolution\n\nDependencies Resolved\n\n================================================================================\n Package Arch Version Repository Size\n================================================================================\nInstalling:\n python2-cryptography x86_64 1.7.2-2.el7 base 502 k\n python2-pyasn1 noarch 0.1.9-7.el7 base 100 k\nInstalling for dependencies:\n python-cffi x86_64 1.6.0-5.el7 base 218 k\n python-enum34 noarch 1.0.4-1.el7 base 52 k\n python-idna noarch 2.4-1.el7 base 94 k\n python-ply noarch 3.4-11.el7 base 123 k\n python-pycparser noarch 2.14-1.el7 base 104 k\n\nTransaction Summary\n================================================================================\nInstall 2 Packages (+5 Dependent packages)\n\nTotal download size: 1.2 M\nInstalled size: 6.1 M\nDownloading packages:\n--------------------------------------------------------------------------------\nTotal 4.3 MB/s | 1.2 MB 00:00 \nRunning transaction check\nRunning transaction test\nTransaction test succeeded\nRunning transaction\n Installing : python2-pyasn1-0.1.9-7.el7.noarch 1/7 \n Installing : python-enum34-1.0.4-1.el7.noarch 2/7 \n Installing : python-ply-3.4-11.el7.noarch 3/7 \n Installing : python-pycparser-2.14-1.el7.noarch 4/7 \n Installing : python-cffi-1.6.0-5.el7.x86_64 5/7 \n Installing : python-idna-2.4-1.el7.noarch 6/7 \n Installing : python2-cryptography-1.7.2-2.el7.x86_64 7/7 \n Verifying : python-idna-2.4-1.el7.noarch 1/7 \n Verifying : python-pycparser-2.14-1.el7.noarch 2/7 \n Verifying : python-ply-3.4-11.el7.noarch 3/7 \n Verifying : python-cffi-1.6.0-5.el7.x86_64 4/7 \n Verifying : python-enum34-1.0.4-1.el7.noarch 5/7 \n Verifying : python2-pyasn1-0.1.9-7.el7.noarch 6/7 \n Verifying : python2-cryptography-1.7.2-2.el7.x86_64 7/7 \n\nInstalled:\n python2-cryptography.x86_64 0:1.7.2-2.el7 python2-pyasn1.noarch 0:0.1.9-7.el7\n\nDependency Installed:\n python-cffi.x86_64 0:1.6.0-5.el7 python-enum34.noarch 0:1.0.4-1.el7 \n python-idna.noarch 0:2.4-1.el7 python-ply.noarch 0:3.4-11.el7 \n python-pycparser.noarch 0:2.14-1.el7 \n\nComplete!\n" ] } TASK [fedora.linux_system_roles.certificate : Ensure provider packages are installed] *** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:23 Monday 02 June 2025 07:40:58 -0400 (0:00:03.910) 0:03:54.334 *********** changed: [managed-node2] => (item=certmonger) => { "__certificate_provider": "certmonger", "ansible_loop_var": "__certificate_provider", "changed": true, "changes": { "installed": [ "certmonger" ] }, "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 certmonger.x86_64 0:0.78.4-17.el7_9 will be installed\n--> Processing Dependency: psmisc for package: certmonger-0.78.4-17.el7_9.x86_64\n--> Processing Dependency: libtevent.so.0(TEVENT_0.9.9)(64bit) for package: certmonger-0.78.4-17.el7_9.x86_64\n--> Processing Dependency: libtalloc.so.2(TALLOC_2.0.2)(64bit) for package: certmonger-0.78.4-17.el7_9.x86_64\n--> Processing Dependency: libxmlrpc_util.so.3()(64bit) for package: certmonger-0.78.4-17.el7_9.x86_64\n--> Processing Dependency: libxmlrpc_client.so.3()(64bit) for package: certmonger-0.78.4-17.el7_9.x86_64\n--> Processing Dependency: libxmlrpc.so.3()(64bit) for package: certmonger-0.78.4-17.el7_9.x86_64\n--> Processing Dependency: libtevent.so.0()(64bit) for package: certmonger-0.78.4-17.el7_9.x86_64\n--> Processing Dependency: libtalloc.so.2()(64bit) for package: certmonger-0.78.4-17.el7_9.x86_64\n--> Running transaction check\n---> Package libtalloc.x86_64 0:2.1.16-1.el7 will be installed\n---> Package libtevent.x86_64 0:0.9.39-1.el7 will be installed\n---> Package psmisc.x86_64 0:22.20-17.el7 will be installed\n---> Package xmlrpc-c.x86_64 0:1.32.5-1905.svn2451.el7 will be installed\n---> Package xmlrpc-c-client.x86_64 0:1.32.5-1905.svn2451.el7 will be installed\n--> Finished Dependency Resolution\n\nDependencies Resolved\n\n================================================================================\n Package Arch Version Repository Size\n================================================================================\nInstalling:\n certmonger x86_64 0.78.4-17.el7_9 updates 608 k\nInstalling for dependencies:\n libtalloc x86_64 2.1.16-1.el7 base 33 k\n libtevent x86_64 0.9.39-1.el7 base 41 k\n psmisc x86_64 22.20-17.el7 base 141 k\n xmlrpc-c x86_64 1.32.5-1905.svn2451.el7 base 130 k\n xmlrpc-c-client x86_64 1.32.5-1905.svn2451.el7 base 32 k\n\nTransaction Summary\n================================================================================\nInstall 1 Package (+5 Dependent packages)\n\nTotal download size: 984 k\nInstalled size: 3.7 M\nDownloading packages:\n--------------------------------------------------------------------------------\nTotal 3.3 MB/s | 984 kB 00:00 \nRunning transaction check\nRunning transaction test\nTransaction test succeeded\nRunning transaction\n Installing : xmlrpc-c-1.32.5-1905.svn2451.el7.x86_64 1/6 \n Installing : libtalloc-2.1.16-1.el7.x86_64 2/6 \n Installing : libtevent-0.9.39-1.el7.x86_64 3/6 \n Installing : xmlrpc-c-client-1.32.5-1905.svn2451.el7.x86_64 4/6 \n Installing : psmisc-22.20-17.el7.x86_64 5/6 \n Installing : certmonger-0.78.4-17.el7_9.x86_64 6/6 \n Verifying : xmlrpc-c-client-1.32.5-1905.svn2451.el7.x86_64 1/6 \n Verifying : libtevent-0.9.39-1.el7.x86_64 2/6 \n Verifying : libtalloc-2.1.16-1.el7.x86_64 3/6 \n Verifying : xmlrpc-c-1.32.5-1905.svn2451.el7.x86_64 4/6 \n Verifying : certmonger-0.78.4-17.el7_9.x86_64 5/6 \n Verifying : psmisc-22.20-17.el7.x86_64 6/6 \n\nInstalled:\n certmonger.x86_64 0:0.78.4-17.el7_9 \n\nDependency Installed:\n libtalloc.x86_64 0:2.1.16-1.el7 \n libtevent.x86_64 0:0.9.39-1.el7 \n psmisc.x86_64 0:22.20-17.el7 \n xmlrpc-c.x86_64 0:1.32.5-1905.svn2451.el7 \n xmlrpc-c-client.x86_64 0:1.32.5-1905.svn2451.el7 \n\nComplete!\n" ] } TASK [fedora.linux_system_roles.certificate : Ensure pre-scripts hooks directory exists] *** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:35 Monday 02 June 2025 07:41:01 -0400 (0:00:03.912) 0:03:58.247 *********** changed: [managed-node2] => (item=certmonger) => { "__certificate_provider": "certmonger", "ansible_loop_var": "__certificate_provider", "changed": true, "gid": 0, "group": "root", "mode": "0700", "owner": "root", "path": "/etc/certmonger//pre-scripts", "secontext": "unconfined_u:object_r:etc_t:s0", "size": 4096, "state": "directory", "uid": 0 } TASK [fedora.linux_system_roles.certificate : Ensure post-scripts hooks directory exists] *** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:61 Monday 02 June 2025 07:41:02 -0400 (0:00:00.504) 0:03:58.751 *********** changed: [managed-node2] => (item=certmonger) => { "__certificate_provider": "certmonger", "ansible_loop_var": "__certificate_provider", "changed": true, "gid": 0, "group": "root", "mode": "0700", "owner": "root", "path": "/etc/certmonger//post-scripts", "secontext": "unconfined_u:object_r:etc_t:s0", "size": 4096, "state": "directory", "uid": 0 } TASK [fedora.linux_system_roles.certificate : Ensure provider service is running] *** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:90 Monday 02 June 2025 07:41:02 -0400 (0:00:00.485) 0:03:59.237 *********** changed: [managed-node2] => (item=certmonger) => { "__certificate_provider": "certmonger", "ansible_loop_var": "__certificate_provider", "changed": true, "enabled": true, "name": "certmonger", "state": "started", "status": { "ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "ActiveState": "inactive", "After": "syslog.target basic.target network.target dbus.service system.slice systemd-journald.socket", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "18446744073709551615", "BusName": "org.fedorahosted.certmonger", "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": "no", "ConditionTimestampMonotonic": "0", "Conflicts": "shutdown.target", "ControlPID": "0", "DefaultDependencies": "yes", "Delegate": "no", "Description": "Certificate monitoring and PKI enrollment", "DevicePolicy": "auto", "EnvironmentFile": "/etc/sysconfig/certmonger (ignore_errors=yes)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "0", "ExecMainStartTimestampMonotonic": "0", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/sbin/certmonger ; argv[]=/usr/sbin/certmonger -S -p /var/run/certmonger.pid -n $OPTS ; 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/certmonger.service", "GuessMainPID": "yes", "IOScheduling": "0", "Id": "certmonger.service", "IgnoreOnIsolate": "no", "IgnoreOnSnapshot": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestampMonotonic": "0", "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": "0", "MemoryAccounting": "no", "MemoryCurrent": "18446744073709551615", "MemoryLimit": "18446744073709551615", "MountFlags": "0", "Names": "certmonger.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PIDFile": "/var/run/certmonger.pid", "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": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitInterval": "10000000", "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": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "dbus", "UMask": "0022", "UnitFilePreset": "disabled", "UnitFileState": "disabled", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0" } } TASK [fedora.linux_system_roles.certificate : Ensure certificate requests] ***** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:101 Monday 02 June 2025 07:41:03 -0400 (0:00:00.698) 0:03:59.936 *********** changed: [managed-node2] => (item={u'owner': u'mssql', u'group': u'mssql', u'name': u'mssql_2019_cert', u'common_name': u'10.31.47.64', u'ca': u'self-sign', u'mode': u'0600'}) => { "ansible_loop_var": "item", "changed": true, "item": { "ca": "self-sign", "common_name": "10.31.47.64", "group": "mssql", "mode": "0600", "name": "mssql_2019_cert", "owner": "mssql" } } MSG: Certificate requested (new). File attributes updated. TASK [fedora.linux_system_roles.certificate : Slurp the contents of the files] *** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:152 Monday 02 June 2025 07:41:05 -0400 (0:00:01.415) 0:04:01.352 *********** skipping: [managed-node2] => (item=[u'cert', {u'owner': u'mssql', u'group': u'mssql', u'name': u'mssql_2019_cert', u'common_name': u'10.31.47.64', u'ca': u'self-sign', u'mode': u'0600'}]) => { "ansible_loop_var": "item", "changed": false, "item": [ "cert", { "ca": "self-sign", "common_name": "10.31.47.64", "group": "mssql", "mode": "0600", "name": "mssql_2019_cert", "owner": "mssql" } ], "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item=[u'key', {u'owner': u'mssql', u'group': u'mssql', u'name': u'mssql_2019_cert', u'common_name': u'10.31.47.64', u'ca': u'self-sign', u'mode': u'0600'}]) => { "ansible_loop_var": "item", "changed": false, "item": [ "key", { "ca": "self-sign", "common_name": "10.31.47.64", "group": "mssql", "mode": "0600", "name": "mssql_2019_cert", "owner": "mssql" } ], "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item=[u'ca', {u'owner': u'mssql', u'group': u'mssql', u'name': u'mssql_2019_cert', u'common_name': u'10.31.47.64', u'ca': u'self-sign', u'mode': u'0600'}]) => { "ansible_loop_var": "item", "changed": false, "item": [ "ca", { "ca": "self-sign", "common_name": "10.31.47.64", "group": "mssql", "mode": "0600", "name": "mssql_2019_cert", "owner": "mssql" } ], "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.certificate : Create return data] ************** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:160 Monday 02 June 2025 07:41:05 -0400 (0:00:00.173) 0:04:01.525 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.certificate : Stop tracking certificates] ****** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:176 Monday 02 June 2025 07:41:05 -0400 (0:00:00.119) 0:04:01.645 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.certificate : Remove files] ******************** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:181 Monday 02 June 2025 07:41:05 -0400 (0:00:00.117) 0:04:01.763 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:575 Monday 02 June 2025 07:41:05 -0400 (0:00:00.122) 0:04:01.886 *********** ok: [managed-node2] => { "ansible_facts": { "mssql_tls_cert": "mssql_2019_cert.crt", "mssql_tls_private_key": "mssql_2019_cert.key" }, "changed": false } TASK [fedora.linux_system_roles.mssql : Copy certificate and private_key files to the host] *** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:580 Monday 02 June 2025 07:41:05 -0400 (0:00:00.120) 0:04:02.006 *********** skipping: [managed-node2] => (item=mssql_2019_cert.crt) => { "ansible_loop_var": "item", "changed": false, "item": "mssql_2019_cert.crt", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item=mssql_2019_cert.key) => { "ansible_loop_var": "item", "changed": false, "item": "mssql_2019_cert.key", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Configure the tlscert setting] ********* task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:598 Monday 02 June 2025 07:41:06 -0400 (0:00:00.337) 0:04:02.344 *********** included: /tmp/collections-9ga/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 tlscert] ******* task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:3 Monday 02 June 2025 07:41:06 -0400 (0:00:00.188) 0:04:02.533 *********** ok: [managed-node2] => { "changed": false, "cmd": [ "grep", "^tlscert = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003370", "end": "2025-06-02 07:41:06.509172", "failed_when_result": false, "rc": 1, "start": "2025-06-02 07:41:06.505802" } MSG: non-zero return code TASK [fedora.linux_system_roles.mssql : Configure the setting network tlscert] *** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:12 Monday 02 June 2025 07:41:06 -0400 (0:00:00.437) 0:04:02.970 *********** 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", "network.tlscert", "/etc/pki/tls/certs/mssql_2019_cert.crt" ], "delta": "0:00:00.112888", "end": "2025-06-02 07:41:07.065206", "failed_when_result": false, "rc": 0, "start": "2025-06-02 07:41:06.952318" } STDOUT: SQL Server needs to be restarted in order to apply this setting. Please run 'systemctl restart mssql-server.service'. TASK [fedora.linux_system_roles.mssql : Unset the setting network tlscert] ***** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:42 Monday 02 June 2025 07:41:07 -0400 (0:00:00.569) 0:04:03.539 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:607 Monday 02 June 2025 07:41:07 -0400 (0:00:00.107) 0:04:03.647 *********** included: /tmp/collections-9ga/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 tlskey] ******** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:3 Monday 02 June 2025 07:41:07 -0400 (0:00:00.193) 0:04:03.840 *********** ok: [managed-node2] => { "changed": false, "cmd": [ "grep", "^tlskey = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.002667", "end": "2025-06-02 07:41:07.808497", "failed_when_result": false, "rc": 1, "start": "2025-06-02 07:41:07.805830" } MSG: non-zero return code TASK [fedora.linux_system_roles.mssql : Configure the setting network tlskey] *** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:12 Monday 02 June 2025 07:41:07 -0400 (0:00:00.432) 0:04:04.273 *********** changed: [managed-node2] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "set", "network.tlskey", "/etc/pki/tls/private/mssql_2019_cert.key" ], "delta": "0:00:00.112706", "end": "2025-06-02 07:41:08.353955", "failed_when_result": false, "rc": 0, "start": "2025-06-02 07:41:08.241249" } STDOUT: SQL Server needs to be restarted in order to apply this setting. Please run 'systemctl restart mssql-server.service'. TASK [fedora.linux_system_roles.mssql : Unset the setting network tlskey] ****** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:42 Monday 02 June 2025 07:41:08 -0400 (0:00:00.549) 0:04:04.822 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:616 Monday 02 June 2025 07:41:08 -0400 (0:00:00.094) 0:04:04.917 *********** included: /tmp/collections-9ga/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 tlsprotocols] *** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:3 Monday 02 June 2025 07:41:08 -0400 (0:00:00.142) 0:04:05.060 *********** ok: [managed-node2] => { "changed": false, "cmd": [ "grep", "^tlsprotocols = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003225", "end": "2025-06-02 07:41:08.981311", "failed_when_result": false, "rc": 1, "start": "2025-06-02 07:41:08.978086" } MSG: non-zero return code TASK [fedora.linux_system_roles.mssql : Configure the setting network tlsprotocols] *** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:12 Monday 02 June 2025 07:41:09 -0400 (0:00:00.339) 0:04:05.400 *********** changed: [managed-node2] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "set", "network.tlsprotocols", "1.2" ], "delta": "0:00:00.114648", "end": "2025-06-02 07:41:09.474529", "failed_when_result": false, "rc": 0, "start": "2025-06-02 07:41:09.359881" } STDOUT: SQL Server needs to be restarted in order to apply this setting. Please run 'systemctl restart mssql-server.service'. TASK [fedora.linux_system_roles.mssql : Unset the setting network tlsprotocols] *** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:42 Monday 02 June 2025 07:41:09 -0400 (0:00:00.542) 0:04:05.943 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:623 Monday 02 June 2025 07:41:09 -0400 (0:00:00.107) 0:04:06.051 *********** included: /tmp/collections-9ga/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 forceencryption] *** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:3 Monday 02 June 2025 07:41:10 -0400 (0:00:00.390) 0:04:06.441 *********** ok: [managed-node2] => { "changed": false, "cmd": [ "grep", "^forceencryption = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003084", "end": "2025-06-02 07:41:10.407874", "failed_when_result": false, "rc": 1, "start": "2025-06-02 07:41:10.404790" } MSG: non-zero return code TASK [fedora.linux_system_roles.mssql : Configure the setting network forceencryption] *** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:12 Monday 02 June 2025 07:41:10 -0400 (0:00:00.426) 0:04:06.867 *********** changed: [managed-node2] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "set", "network.forceencryption", "1" ], "delta": "0:00:00.112397", "end": "2025-06-02 07:41:10.954545", "failed_when_result": false, "rc": 0, "start": "2025-06-02 07:41:10.842148" } STDOUT: SQL Server needs to be restarted in order to apply this setting. Please run 'systemctl restart mssql-server.service'. TASK [fedora.linux_system_roles.mssql : Unset the setting network forceencryption] *** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:42 Monday 02 June 2025 07:41:11 -0400 (0:00:00.560) 0:04:07.428 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:632 Monday 02 June 2025 07:41:11 -0400 (0:00:00.107) 0:04:07.535 *********** ok: [managed-node2] => { "changed": false, "cmd": "set -euo pipefail; grep '^forceencryption' /var/opt/mssql/mssql.conf | sed 's/forceencryption = //g'", "delta": "0:00:00.004460", "end": "2025-06-02 07:41:11.499305", "failed_when_result": false, "rc": 0, "start": "2025-06-02 07:41:11.494845" } STDOUT: 1 TASK [fedora.linux_system_roles.mssql : Append -No to sqlcmd when TLS is not configured] *** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:641 Monday 02 June 2025 07:41:11 -0400 (0:00:00.382) 0:04:07.918 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:648 Monday 02 June 2025 07:41:11 -0400 (0:00:00.070) 0:04:07.988 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:661 Monday 02 June 2025 07:41:11 -0400 (0:00:00.071) 0:04:08.060 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:665 Monday 02 June 2025 07:41:11 -0400 (0:00:00.075) 0:04:08.136 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:671 Monday 02 June 2025 07:41:11 -0400 (0:00:00.106) 0:04:08.242 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:686 Monday 02 June 2025 07:41:12 -0400 (0:00:00.107) 0:04:08.350 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Gather package facts] ****************** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:693 Monday 02 June 2025 07:41:12 -0400 (0:00:00.105) 0:04:08.455 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:701 Monday 02 June 2025 07:41:12 -0400 (0:00:00.089) 0:04:08.544 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:722 Monday 02 June 2025 07:41:12 -0400 (0:00:00.084) 0:04:08.629 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:729 Monday 02 June 2025 07:41:12 -0400 (0:00:00.072) 0:04:08.701 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:740 Monday 02 June 2025 07:41:12 -0400 (0:00:00.072) 0:04:08.774 *********** 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.004855", "end": "2025-06-02 07:41:12.739239", "rc": 0, "start": "2025-06-02 07:41:12.734384" } STDOUT: true TASK [fedora.linux_system_roles.mssql : Ensure that the mssql-server service is stopped] *** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:754 Monday 02 June 2025 07:41:12 -0400 (0:00:00.387) 0:04:09.161 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Gather package facts] ****************** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:761 Monday 02 June 2025 07:41:12 -0400 (0:00:00.106) 0:04:09.268 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:767 Monday 02 June 2025 07:41:14 -0400 (0:00:01.385) 0:04:10.653 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:786 Monday 02 June 2025 07:41:14 -0400 (0:00:00.106) 0:04:10.760 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:793 Monday 02 June 2025 07:41:14 -0400 (0:00:00.098) 0:04:10.858 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Open the TCP port 1433] ************************************************** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:800 Monday 02 June 2025 07:41:14 -0400 (0:00:00.086) 0:04:10.944 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:812 Monday 02 June 2025 07:41:14 -0400 (0:00:00.084) 0:04:11.029 *********** included: /tmp/collections-9ga/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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:3 Monday 02 June 2025 07:41:14 -0400 (0:00:00.130) 0:04:11.159 *********** ok: [managed-node2] => { "changed": false, "cmd": [ "grep", "^tcpport = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.002588", "end": "2025-06-02 07:41:15.134532", "failed_when_result": false, "rc": 1, "start": "2025-06-02 07:41:15.131944" } MSG: non-zero return code TASK [fedora.linux_system_roles.mssql : Configure the setting network tcpport] *** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:12 Monday 02 June 2025 07:41:15 -0400 (0:00:00.430) 0:04:11.590 *********** ok: [managed-node2] => { "changed": false, "cmd": [ "/opt/mssql/bin/mssql-conf", "set", "network.tcpport", "1433" ], "delta": "0:00:00.113186", "end": "2025-06-02 07:41:15.692727", "failed_when_result": false, "rc": 0, "start": "2025-06-02 07:41:15.579541" } 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:42 Monday 02 June 2025 07:41:15 -0400 (0:00:00.564) 0:04:12.154 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:818 Monday 02 June 2025 07:41:15 -0400 (0:00:00.083) 0:04:12.237 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:838 Monday 02 June 2025 07:41:15 -0400 (0:00:00.070) 0:04:12.308 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:845 Monday 02 June 2025 07:41:16 -0400 (0:00:00.085) 0:04:12.393 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Ensure the package powershell] ********* task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:852 Monday 02 June 2025 07:41:16 -0400 (0:00:00.295) 0:04:12.689 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Check if the 3979 trace flag is enabled] *** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:861 Monday 02 June 2025 07:41:16 -0400 (0:00:00.111) 0:04:12.801 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Set the 3979 traceflag] **************** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:867 Monday 02 June 2025 07:41:16 -0400 (0:00:00.114) 0:04:12.916 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:874 Monday 02 June 2025 07:41:16 -0400 (0:00:00.109) 0:04:13.025 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:882 Monday 02 June 2025 07:41:16 -0400 (0:00:00.105) 0:04:13.131 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:888 Monday 02 June 2025 07:41:16 -0400 (0:00:00.110) 0:04:13.241 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:898 Monday 02 June 2025 07:41:17 -0400 (0:00:00.089) 0:04:13.331 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Join to realm {{ ad_integration_realm }}] ******************************** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:906 Monday 02 June 2025 07:41:17 -0400 (0:00:00.087) 0:04:13.418 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:914 Monday 02 June 2025 07:41:17 -0400 (0:00:00.074) 0:04:13.492 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:921 Monday 02 June 2025 07:41:17 -0400 (0:00:00.079) 0:04:13.572 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:928 Monday 02 June 2025 07:41:17 -0400 (0:00:00.113) 0:04:13.685 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:937 Monday 02 June 2025 07:41:17 -0400 (0:00:00.111) 0:04:13.796 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:950 Monday 02 June 2025 07:41:17 -0400 (0:00:00.114) 0:04:13.911 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:959 Monday 02 June 2025 07:41:17 -0400 (0:00:00.102) 0:04:14.013 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:973 Monday 02 June 2025 07:41:17 -0400 (0:00:00.109) 0:04:14.123 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:983 Monday 02 June 2025 07:41:17 -0400 (0:00:00.107) 0:04:14.230 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:988 Monday 02 June 2025 07:41:18 -0400 (0:00:00.096) 0:04:14.327 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1005 Monday 02 June 2025 07:41:18 -0400 (0:00:00.083) 0:04:14.411 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1010 Monday 02 June 2025 07:41:18 -0400 (0:00:00.086) 0:04:14.498 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Get keytab properties] ***************** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1015 Monday 02 June 2025 07:41:18 -0400 (0:00:00.069) 0:04:14.567 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Create keytab] ************************* task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1021 Monday 02 June 2025 07:41:18 -0400 (0:00:00.100) 0:04:14.667 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1047 Monday 02 June 2025 07:41:18 -0400 (0:00:00.103) 0:04:14.771 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1068 Monday 02 June 2025 07:41:18 -0400 (0:00:00.105) 0:04:14.876 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1076 Monday 02 June 2025 07:41:18 -0400 (0:00:00.290) 0:04:15.167 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1086 Monday 02 June 2025 07:41:18 -0400 (0:00:00.106) 0:04:15.273 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1092 Monday 02 June 2025 07:41:19 -0400 (0:00:00.086) 0:04:15.360 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Mark active hosts] ********************* task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1110 Monday 02 June 2025 07:41:19 -0400 (0:00:00.089) 0:04:15.449 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1114 Monday 02 June 2025 07:41:19 -0400 (0:00:00.083) 0:04:15.533 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1130 Monday 02 June 2025 07:41:19 -0400 (0:00:00.081) 0:04:15.614 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1136 Monday 02 June 2025 07:41:19 -0400 (0:00:00.108) 0:04:15.722 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Set host variables] ******************** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1156 Monday 02 June 2025 07:41:19 -0400 (0:00:00.104) 0:04:15.827 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1209 Monday 02 June 2025 07:41:19 -0400 (0:00:00.111) 0:04:15.938 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1216 Monday 02 June 2025 07:41:19 -0400 (0:00:00.106) 0:04:16.045 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1223 Monday 02 June 2025 07:41:19 -0400 (0:00:00.105) 0:04:16.151 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1233 Monday 02 June 2025 07:41:19 -0400 (0:00:00.109) 0:04:16.260 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1239 Monday 02 June 2025 07:41:20 -0400 (0:00:00.110) 0:04:16.370 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1247 Monday 02 June 2025 07:41:20 -0400 (0:00:00.121) 0:04:16.491 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1256 Monday 02 June 2025 07:41:20 -0400 (0:00:00.104) 0:04:16.596 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1264 Monday 02 June 2025 07:41:20 -0400 (0:00:00.106) 0:04:16.702 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1278 Monday 02 June 2025 07:41:20 -0400 (0:00:00.145) 0:04:16.848 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1284 Monday 02 June 2025 07:41:20 -0400 (0:00:00.105) 0:04:16.953 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1306 Monday 02 June 2025 07:41:20 -0400 (0:00:00.108) 0:04:17.062 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Configure ag] ************************** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1316 Monday 02 June 2025 07:41:20 -0400 (0:00:00.108) 0:04:17.170 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1325 Monday 02 June 2025 07:41:20 -0400 (0:00:00.112) 0:04:17.282 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Replicate DBs] ************************* task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1334 Monday 02 June 2025 07:41:21 -0400 (0:00:00.108) 0:04:17.390 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Mark active hosts] ********************* task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1343 Monday 02 June 2025 07:41:21 -0400 (0:00:00.110) 0:04:17.501 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1347 Monday 02 June 2025 07:41:21 -0400 (0:00:00.111) 0:04:17.612 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1365 Monday 02 June 2025 07:41:21 -0400 (0:00:00.110) 0:04:17.723 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1378 Monday 02 June 2025 07:41:21 -0400 (0:00:00.109) 0:04:17.832 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1385 Monday 02 June 2025 07:41:21 -0400 (0:00:00.109) 0:04:17.942 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1392 Monday 02 June 2025 07:41:21 -0400 (0:00:00.108) 0:04:18.051 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1400 Monday 02 June 2025 07:41:21 -0400 (0:00:00.110) 0:04:18.161 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1407 Monday 02 June 2025 07:41:21 -0400 (0:00:00.108) 0:04:18.270 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1419 Monday 02 June 2025 07:41:22 -0400 (0:00:00.325) 0:04:18.596 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Create HA login] *********************** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1428 Monday 02 June 2025 07:41:22 -0400 (0:00:00.109) 0:04:18.706 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1435 Monday 02 June 2025 07:41:22 -0400 (0:00:00.111) 0:04:18.817 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1441 Monday 02 June 2025 07:41:22 -0400 (0:00:00.105) 0:04:18.923 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1449 Monday 02 June 2025 07:41:22 -0400 (0:00:00.116) 0:04:19.039 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1462 Monday 02 June 2025 07:41:22 -0400 (0:00:00.112) 0:04:19.152 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1474 Monday 02 June 2025 07:41:22 -0400 (0:00:00.108) 0:04:19.261 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1479 Monday 02 June 2025 07:41:23 -0400 (0:00:00.102) 0:04:19.363 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1487 Monday 02 June 2025 07:41:23 -0400 (0:00:00.107) 0:04:19.471 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1496 Monday 02 June 2025 07:41:23 -0400 (0:00:00.104) 0:04:19.575 *********** changed: [managed-node2] => { "changed": true } MSG: Block inserted RUNNING HANDLER [fedora.linux_system_roles.mssql : Restart the mssql-server service] *** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/handlers/main.yml:3 Monday 02 June 2025 07:41:23 -0400 (0:00:00.543) 0:04:20.119 *********** changed: [managed-node2] => { "changed": true, "name": "mssql-server", "state": "started", "status": { "ActiveEnterTimestamp": "Mon 2025-06-02 07:40:31 EDT", "ActiveEnterTimestampMonotonic": "1476183033", "ActiveExitTimestamp": "Mon 2025-06-02 07:40:31 EDT", "ActiveExitTimestampMonotonic": "1475946626", "ActiveState": "active", "After": "auditd.service basic.target systemd-journald.socket network.target -.mount system.slice", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Mon 2025-06-02 07:40:31 EDT", "AssertTimestampMonotonic": "1476182446", "Before": "multi-user.target shutdown.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": "Mon 2025-06-02 07:40:31 EDT", "ConditionTimestampMonotonic": "1476182445", "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": "22086", "ExecMainStartTimestamp": "Mon 2025-06-02 07:40:31 EDT", "ExecMainStartTimestampMonotonic": "1476182971", "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": "Mon 2025-06-02 07:40:31 EDT", "InactiveEnterTimestampMonotonic": "1476182042", "InactiveExitTimestamp": "Mon 2025-06-02 07:40:31 EDT", "InactiveExitTimestampMonotonic": "1476183033", "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": "22086", "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": "Mon 2025-06-02 07:40:31 EDT", "WatchdogTimestampMonotonic": "1476183016", "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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1509 Monday 02 June 2025 07:41:24 -0400 (0:00:00.866) 0:04:20.986 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1516 Monday 02 June 2025 07:41:24 -0400 (0:00:00.099) 0:04:21.086 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } META: ran handlers TASK [Verify connectivity and settings] **************************************** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/tests_tls.yml:168 Monday 02 June 2025 07:41:24 -0400 (0:00:00.097) 0:04:21.183 *********** included: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml for managed-node2 TASK [Check if the errorlog file exists and its location] ********************** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:8 Monday 02 June 2025 07:41:25 -0400 (0:00:00.863) 0:04:22.047 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if the set edition matches the existing edition] ******************* task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:23 Monday 02 June 2025 07:41:25 -0400 (0:00:00.068) 0:04:22.116 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify if the edition matches] ******************************************* task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:35 Monday 02 June 2025 07:41:25 -0400 (0:00:00.103) 0:04:22.220 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the setting {{ item.key }}] *************************************** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:39 Monday 02 June 2025 07:41:26 -0400 (0:00:00.113) 0:04:22.333 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get stat of mssql_datadir] *********************************************** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:55 Monday 02 June 2025 07:41:26 -0400 (0:00:00.107) 0:04:22.441 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:60 Monday 02 June 2025 07:41:26 -0400 (0:00:00.107) 0:04:22.548 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get stat of mssql_logdir] ************************************************ task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:70 Monday 02 June 2025 07:41:26 -0400 (0:00:00.108) 0:04:22.657 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:75 Monday 02 June 2025 07:41:26 -0400 (0:00:00.119) 0:04:22.776 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Prepare MSSQL and facts for logging in] ********************************** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:85 Monday 02 June 2025 07:41:26 -0400 (0:00:00.106) 0:04:22.883 *********** TASK [fedora.linux_system_roles.mssql : Ensure that the mssql-server service is started] *** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/verify_password.yml:3 Monday 02 June 2025 07:41:26 -0400 (0:00:00.198) 0:04:23.081 *********** ok: [managed-node2] => { "changed": false, "name": "mssql-server", "state": "started", "status": { "ActiveEnterTimestamp": "Mon 2025-06-02 07:41:24 EDT", "ActiveEnterTimestampMonotonic": "1528834892", "ActiveExitTimestamp": "Mon 2025-06-02 07:41:24 EDT", "ActiveExitTimestampMonotonic": "1528589428", "ActiveState": "active", "After": "auditd.service basic.target systemd-journald.socket network.target -.mount system.slice", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Mon 2025-06-02 07:41:24 EDT", "AssertTimestampMonotonic": "1528833366", "Before": "multi-user.target shutdown.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": "Mon 2025-06-02 07:41:24 EDT", "ConditionTimestampMonotonic": "1528833365", "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": "24707", "ExecMainStartTimestamp": "Mon 2025-06-02 07:41:24 EDT", "ExecMainStartTimestampMonotonic": "1528834061", "ExecMainStatus": "0", "ExecStart": "{ path=/opt/mssql/bin/sqlservr ; argv[]=/opt/mssql/bin/sqlservr ; ignore_errors=no ; start_time=[Mon 2025-06-02 07:41:24 EDT] ; stop_time=[n/a] ; pid=24707 ; 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": "Mon 2025-06-02 07:41:24 EDT", "InactiveEnterTimestampMonotonic": "1528832287", "InactiveExitTimestamp": "Mon 2025-06-02 07:41:24 EDT", "InactiveExitTimestampMonotonic": "1528834892", "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": "24707", "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": "Mon 2025-06-02 07:41:24 EDT", "WatchdogTimestampMonotonic": "1528834859", "WatchdogUSec": "0", "WorkingDirectory": "/var/opt/mssql" } } TASK [fedora.linux_system_roles.mssql : Check if a custom tcpport setting exist] *** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/verify_password.yml:8 Monday 02 June 2025 07:41:27 -0400 (0:00:00.666) 0:04:23.748 *********** ok: [managed-node2] => { "changed": false, "cmd": [ "grep", "^tcpport = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.002912", "end": "2025-06-02 07:41:27.710632", "failed_when_result": false, "rc": 1, "start": "2025-06-02 07:41:27.707720" } MSG: non-zero return code TASK [fedora.linux_system_roles.mssql : Check if a custom ipaddress setting exist] *** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/verify_password.yml:14 Monday 02 June 2025 07:41:27 -0400 (0:00:00.387) 0:04:24.135 *********** ok: [managed-node2] => { "changed": false, "cmd": [ "grep", "^ipaddress = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003433", "end": "2025-06-02 07:41:28.115049", "failed_when_result": false, "rc": 1, "start": "2025-06-02 07:41:28.111616" } MSG: non-zero return code TASK [fedora.linux_system_roles.mssql : Set a fact with a login command] ******* task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/verify_password.yml:20 Monday 02 June 2025 07:41:28 -0400 (0:00:00.444) 0:04:24.580 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:95 Monday 02 June 2025 07:41:28 -0400 (0:00:00.123) 0:04:24.703 *********** 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": 7361, "state": "file", "uid": 996 } TASK [Check if the set password matches the existing password] ***************** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:116 Monday 02 June 2025 07:41:29 -0400 (0:00:01.384) 0:04:26.088 *********** ok: [managed-node2] => { "attempts": 1, "changed": false, "cmd": [ "/opt/mssql-tools18/bin/sqlcmd", "-C", "-No", "-U", "sa", "-P", "p@55w0rD", "-Q", "SELECT @@VERSION" ], "delta": "0:00:00.021642", "end": "2025-06-02 07:41:30.053806", "rc": 0, "start": "2025-06-02 07:41:30.032164" } 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-9ga/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:135 Monday 02 June 2025 07:41:30 -0400 (0:00:00.414) 0:04:26.503 *********** ok: [managed-node2] => { "ansible_facts": { "mssql_password": null }, "changed": false } TASK [Verify the package mssql-server-fts] ************************************* task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:139 Monday 02 June 2025 07:41:30 -0400 (0:00:00.102) 0:04:26.606 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the package powershell] ******************************************* task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:146 Monday 02 June 2025 07:41:30 -0400 (0:00:00.090) 0:04:26.696 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the value of the traceflag setting] ********************************** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:157 Monday 02 June 2025 07:41:30 -0400 (0:00:00.079) 0:04:26.776 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that the traceflag setting is set to 3979] ************************ task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:162 Monday 02 June 2025 07:41:30 -0400 (0:00:00.069) 0:04:26.846 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:167 Monday 02 June 2025 07:41:30 -0400 (0:00:00.098) 0:04:26.944 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that the alternatewritethrough setting is false] ****************** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:173 Monday 02 June 2025 07:41:30 -0400 (0:00:00.093) 0:04:27.038 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the writethrough setting] ***************************************** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:179 Monday 02 June 2025 07:41:30 -0400 (0:00:00.082) 0:04:27.121 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the tlscert setting] ********************************************** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:189 Monday 02 June 2025 07:41:30 -0400 (0:00:00.080) 0:04:27.201 *********** included: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml for managed-node2 TASK [Get the value of the setting tlscert] ************************************ task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml:7 Monday 02 June 2025 07:41:31 -0400 (0:00:00.134) 0:04:27.335 *********** ok: [managed-node2] => { "changed": false, "cmd": "grep '^tlscert' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.003803", "end": "2025-06-02 07:41:31.305408", "rc": 0, "start": "2025-06-02 07:41:31.301605" } STDOUT: tlscert = /etc/pki/tls/certs/mssql_2019_cert.crt TASK [Verify the setting when it is type str tlscert] ************************** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml:14 Monday 02 June 2025 07:41:31 -0400 (0:00:00.431) 0:04:27.767 *********** ok: [managed-node2] => { "changed": false } MSG: All assertions passed TASK [Verify the setting when it is type bool tlscert] ************************* task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml:25 Monday 02 June 2025 07:41:31 -0400 (0:00:00.132) 0:04:27.900 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that tcpport = /etc/pki/tls/certs/mssql_2019_cert.crt] ************ task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml:40 Monday 02 June 2025 07:41:31 -0400 (0:00:00.122) 0:04:28.023 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the tlskey setting] *********************************************** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:200 Monday 02 June 2025 07:41:31 -0400 (0:00:00.082) 0:04:28.105 *********** included: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml for managed-node2 TASK [Get the value of the setting tlskey] ************************************* task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml:7 Monday 02 June 2025 07:41:31 -0400 (0:00:00.135) 0:04:28.241 *********** ok: [managed-node2] => { "changed": false, "cmd": "grep '^tlskey' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004635", "end": "2025-06-02 07:41:32.164580", "rc": 0, "start": "2025-06-02 07:41:32.159945" } STDOUT: tlskey = /etc/pki/tls/private/mssql_2019_cert.key TASK [Verify the setting when it is type str tlskey] *************************** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml:14 Monday 02 June 2025 07:41:32 -0400 (0:00:00.376) 0:04:28.618 *********** ok: [managed-node2] => { "changed": false } MSG: All assertions passed TASK [Verify the setting when it is type bool tlskey] ************************** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml:25 Monday 02 June 2025 07:41:32 -0400 (0:00:00.286) 0:04:28.904 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that tcpport = /etc/pki/tls/private/mssql_2019_cert.key] ********** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml:40 Monday 02 June 2025 07:41:32 -0400 (0:00:00.080) 0:04:28.985 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the tlsprotocols setting] ***************************************** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:212 Monday 02 June 2025 07:41:32 -0400 (0:00:00.129) 0:04:29.114 *********** included: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml for managed-node2 TASK [Get the value of the setting tlsprotocols] ******************************* task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml:7 Monday 02 June 2025 07:41:32 -0400 (0:00:00.190) 0:04:29.305 *********** ok: [managed-node2] => { "changed": false, "cmd": "grep '^tlsprotocols' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004288", "end": "2025-06-02 07:41:33.267558", "rc": 0, "start": "2025-06-02 07:41:33.263270" } STDOUT: tlsprotocols = 1.2 TASK [Verify the setting when it is type str tlsprotocols] ********************* task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml:14 Monday 02 June 2025 07:41:33 -0400 (0:00:00.382) 0:04:29.687 *********** ok: [managed-node2] => { "changed": false } MSG: All assertions passed TASK [Verify the setting when it is type bool tlsprotocols] ******************** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml:25 Monday 02 June 2025 07:41:33 -0400 (0:00:00.106) 0:04:29.794 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that tcpport = 1.2] *********************************************** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml:40 Monday 02 June 2025 07:41:33 -0400 (0:00:00.111) 0:04:29.906 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the forceencryption setting] ************************************** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:220 Monday 02 June 2025 07:41:33 -0400 (0:00:00.112) 0:04:30.018 *********** included: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml for managed-node2 TASK [Get the value of the setting forceencryption] **************************** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml:7 Monday 02 June 2025 07:41:33 -0400 (0:00:00.198) 0:04:30.216 *********** ok: [managed-node2] => { "changed": false, "cmd": "grep '^forceencryption' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004240", "end": "2025-06-02 07:41:34.161068", "rc": 0, "start": "2025-06-02 07:41:34.156828" } STDOUT: forceencryption = 1 TASK [Verify the setting when it is type str forceencryption] ****************** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml:14 Monday 02 June 2025 07:41:34 -0400 (0:00:00.403) 0:04:30.620 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the setting when it is type bool forceencryption] ***************** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml:25 Monday 02 June 2025 07:41:34 -0400 (0:00:00.111) 0:04:30.731 *********** ok: [managed-node2] => { "changed": false } MSG: All assertions passed TASK [Verify that tcpport = True] ********************************************** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml:40 Monday 02 June 2025 07:41:34 -0400 (0:00:00.110) 0:04:30.842 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify configuration for confined application] *************************** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:227 Monday 02 June 2025 07:41:34 -0400 (0:00:00.084) 0:04:30.927 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Disable TLS encryption] ************************************************** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/tests_tls.yml:175 Monday 02 June 2025 07:41:34 -0400 (0:00:00.076) 0:04:31.003 *********** TASK [fedora.linux_system_roles.mssql : Ensure ansible_facts and variables used by role] *** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:3 Monday 02 June 2025 07:41:36 -0400 (0:00:02.031) 0:04:33.035 *********** included: /tmp/collections-9ga/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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/set_vars.yml:3 Monday 02 June 2025 07:41:36 -0400 (0:00:00.166) 0:04:33.201 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/set_vars.yml:8 Monday 02 June 2025 07:41:36 -0400 (0:00:00.106) 0:04:33.308 *********** 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-9ga/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-9ga/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 : Unset internal role facts] ************* task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:8 Monday 02 June 2025 07:41:37 -0400 (0:00:00.106) 0:04:33.414 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:16 Monday 02 June 2025 07:41:37 -0400 (0:00:00.083) 0:04:33.498 *********** skipping: [managed-node2] => {} TASK [fedora.linux_system_roles.mssql : Link the deprecated mssql_input_sql_file fact] *** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:24 Monday 02 June 2025 07:41:37 -0400 (0:00:00.334) 0:04:33.833 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:31 Monday 02 June 2025 07:41:37 -0400 (0:00:00.081) 0:04:33.914 *********** skipping: [managed-node2] => {} TASK [fedora.linux_system_roles.mssql : Link the deprecated mssql_ha_listener_port fact] *** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:38 Monday 02 June 2025 07:41:37 -0400 (0:00:00.069) 0:04:33.984 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:45 Monday 02 June 2025 07:41:37 -0400 (0:00:00.077) 0:04:34.061 *********** skipping: [managed-node2] => {} TASK [fedora.linux_system_roles.mssql : Link the deprecated mssql_ad_sql_user_name fact] *** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:52 Monday 02 June 2025 07:41:37 -0400 (0:00:00.107) 0:04:34.169 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:59 Monday 02 June 2025 07:41:37 -0400 (0:00:00.106) 0:04:34.276 *********** skipping: [managed-node2] => {} TASK [fedora.linux_system_roles.mssql : Link the deprecated mssql_ha_cluster_run_role fact] *** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:66 Monday 02 June 2025 07:41:38 -0400 (0:00:00.109) 0:04:34.385 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:75 Monday 02 June 2025 07:41:38 -0400 (0:00:00.082) 0:04:34.467 *********** skipping: [managed-node2] => {} TASK [fedora.linux_system_roles.mssql : Link the deprecated fact] ************** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:84 Monday 02 June 2025 07:41:38 -0400 (0:00:00.085) 0:04:34.553 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:88 Monday 02 June 2025 07:41:38 -0400 (0:00:00.071) 0:04:34.625 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:95 Monday 02 June 2025 07:41:38 -0400 (0:00:00.078) 0:04:34.704 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:107 Monday 02 June 2025 07:41:38 -0400 (0:00:00.112) 0:04:34.816 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:115 Monday 02 June 2025 07:41:38 -0400 (0:00:00.102) 0:04:34.919 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:124 Monday 02 June 2025 07:41:38 -0400 (0:00:00.107) 0:04:35.027 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:133 Monday 02 June 2025 07:41:38 -0400 (0:00:00.111) 0:04:35.138 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:143 Monday 02 June 2025 07:41:38 -0400 (0:00:00.098) 0:04:35.236 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:152 Monday 02 June 2025 07:41:38 -0400 (0:00:00.086) 0:04:35.323 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:163 Monday 02 June 2025 07:41:39 -0400 (0:00:00.085) 0:04:35.409 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:174 Monday 02 June 2025 07:41:39 -0400 (0:00:00.068) 0:04:35.478 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Gather package facts] ****************** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:185 Monday 02 June 2025 07:41:39 -0400 (0:00:00.075) 0:04:35.553 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:189 Monday 02 June 2025 07:41:40 -0400 (0:00:01.586) 0:04:37.140 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:197 Monday 02 June 2025 07:41:41 -0400 (0:00:00.271) 0:04:37.411 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:210 Monday 02 June 2025 07:41:41 -0400 (0:00:00.115) 0:04:37.526 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:217 Monday 02 June 2025 07:41:41 -0400 (0:00:00.337) 0:04:37.864 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:224 Monday 02 June 2025 07:41:41 -0400 (0:00:00.118) 0:04:37.983 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:238 Monday 02 June 2025 07:41:41 -0400 (0:00:00.203) 0:04:38.186 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:252 Monday 02 June 2025 07:41:42 -0400 (0:00:00.605) 0:04:38.791 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Get yum repositories] ****************** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:262 Monday 02 June 2025 07:41:42 -0400 (0:00:00.103) 0:04:38.895 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:273 Monday 02 June 2025 07:41:42 -0400 (0:00:00.112) 0:04:39.008 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:287 Monday 02 June 2025 07:41:42 -0400 (0:00:00.090) 0:04:39.099 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Get zypper repositories] *************** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:296 Monday 02 June 2025 07:41:42 -0400 (0:00:00.093) 0:04:39.193 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:308 Monday 02 June 2025 07:41:42 -0400 (0:00:00.070) 0:04:39.264 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:315 Monday 02 June 2025 07:41:43 -0400 (0:00:00.073) 0:04:39.337 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:327 Monday 02 June 2025 07:41:43 -0400 (0:00:00.094) 0:04:39.431 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:340 Monday 02 June 2025 07:41:43 -0400 (0:00:00.063) 0:04:39.494 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:345 Monday 02 June 2025 07:41:43 -0400 (0:00:00.615) 0:04:40.110 *********** ok: [managed-node2] => { "changed": false, "rc": 0, "results": [ "mssql-server-15.0.4375.4-1.x86_64 providing mssql-server is already installed" ] } TASK [fedora.linux_system_roles.mssql : Check if the errorlog file exists and its location] *** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:350 Monday 02 June 2025 07:41:44 -0400 (0:00:00.638) 0:04:40.748 *********** 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.004356", "end": "2025-06-02 07:41:44.695266", "rc": 0, "start": "2025-06-02 07:41:44.690910" } STDOUT: /var/opt/mssql/log/errorlog TASK [fedora.linux_system_roles.mssql : Check if mssql-server.service is enabled] *** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:367 Monday 02 June 2025 07:41:44 -0400 (0:00:00.388) 0:04:41.137 *********** ok: [managed-node2] => { "changed": false, "cmd": [ "systemctl", "is-enabled", "mssql-server.service" ], "delta": "0:00:00.005037", "end": "2025-06-02 07:41:45.095275", "failed_when_result": false, "rc": 0, "start": "2025-06-02 07:41:45.090238" } STDOUT: enabled TASK [fedora.linux_system_roles.mssql : Check if mssql-server.service is running] *** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:374 Monday 02 June 2025 07:41:45 -0400 (0:00:00.383) 0:04:41.520 *********** ok: [managed-node2] => { "changed": false, "cmd": [ "systemctl", "is-active", "mssql-server.service" ], "delta": "0:00:00.004726", "end": "2025-06-02 07:41:45.477337", "failed_when_result": false, "rc": 0, "start": "2025-06-02 07:41:45.472611" } STDOUT: active TASK [fedora.linux_system_roles.mssql : Set the __mssql_is_setup variable] ***** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:381 Monday 02 June 2025 07:41:45 -0400 (0:00:00.417) 0:04:41.938 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:388 Monday 02 June 2025 07:41:45 -0400 (0:00:00.110) 0:04:42.048 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Set up MSSQL] ************************** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:404 Monday 02 June 2025 07:41:45 -0400 (0:00:00.108) 0:04:42.156 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:429 Monday 02 June 2025 07:41:45 -0400 (0:00:00.112) 0:04:42.268 *********** skipping: [managed-node2] => (item={u'path': None, u'setting': u'defaultdatadir', u'mode': u'755'}) => { "ansible_loop_var": "item", "changed": false, "item": { "mode": "755", "path": null, "setting": "defaultdatadir" }, "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item={u'path': None, u'setting': u'defaultlogdir', u'mode': u'755'}) => { "ansible_loop_var": "item", "changed": false, "item": { "mode": "755", "path": null, "setting": "defaultlogdir" }, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Set selinux role facts for ports] ****** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:444 Monday 02 June 2025 07:41:46 -0400 (0:00:00.131) 0:04:42.400 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:458 Monday 02 June 2025 07:41:46 -0400 (0:00:00.104) 0:04:42.504 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:469 Monday 02 June 2025 07:41:46 -0400 (0:00:00.107) 0:04:42.611 *********** 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" ] } TASK [fedora.linux_system_roles.mssql : Ensure that the tuned service is started and enabled] *** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:475 Monday 02 June 2025 07:41:46 -0400 (0:00:00.626) 0:04:43.238 *********** ok: [managed-node2] => { "changed": false, "enabled": true, "name": "tuned", "state": "started", "status": { "ActiveEnterTimestamp": "Mon 2025-06-02 07:16:08 EDT", "ActiveEnterTimestampMonotonic": "12957703", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "basic.target systemd-sysctl.service systemd-journald.socket network.target dbus.service system.slice", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Mon 2025-06-02 07:16:07 EDT", "AssertTimestampMonotonic": "12266513", "Before": "multi-user.target shutdown.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": "Mon 2025-06-02 07:16:07 EDT", "ConditionTimestampMonotonic": "12266512", "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": "871", "ExecMainStartTimestamp": "Mon 2025-06-02 07:16:07 EDT", "ExecMainStartTimestampMonotonic": "12267613", "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": "Mon 2025-06-02 07:16:07 EDT", "InactiveExitTimestampMonotonic": "12267646", "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": "871", "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": "system.slice basic.target dbus.service polkit.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": "Mon 2025-06-02 07:16:08 EDT", "WatchdogTimestampMonotonic": "12957464", "WatchdogUSec": "0" } } TASK [fedora.linux_system_roles.mssql : Get the active Tuned profiles] ********* task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:482 Monday 02 June 2025 07:41:47 -0400 (0:00:00.554) 0:04:43.792 *********** ok: [managed-node2] => { "changed": false, "cmd": [ "tuned-adm", "active" ], "delta": "0:00:00.082707", "end": "2025-06-02 07:41:47.850669", "rc": 0, "start": "2025-06-02 07:41:47.767962" } STDOUT: Current active profile: virtual-guest mssql TASK [fedora.linux_system_roles.mssql : Attempt to add mssql to the list of Tuned profiles] *** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:495 Monday 02 June 2025 07:41:48 -0400 (0:00:00.756) 0:04:44.549 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:508 Monday 02 June 2025 07:41:48 -0400 (0:00:00.114) 0:04:44.664 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:517 Monday 02 June 2025 07:41:48 -0400 (0:00:00.107) 0:04:44.771 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:527 Monday 02 June 2025 07:41:48 -0400 (0:00:00.112) 0:04:44.884 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:535 Monday 02 June 2025 07:41:48 -0400 (0:00:00.436) 0:04:45.321 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:544 Monday 02 June 2025 07:41:49 -0400 (0:00:00.105) 0:04:45.426 *********** 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" ] } TASK [Create certificates using the certificate role] ************************** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:561 Monday 02 June 2025 07:41:49 -0400 (0:00:00.639) 0:04:46.066 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:575 Monday 02 June 2025 07:41:49 -0400 (0:00:00.106) 0:04:46.173 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:580 Monday 02 June 2025 07:41:49 -0400 (0:00:00.108) 0:04:46.282 *********** skipping: [managed-node2] => (item=mssql_2019_cert.crt) => { "ansible_loop_var": "item", "changed": false, "item": "mssql_2019_cert.crt", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item=mssql_2019_cert.key) => { "ansible_loop_var": "item", "changed": false, "item": "mssql_2019_cert.key", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Configure the tlscert setting] ********* task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:598 Monday 02 June 2025 07:41:50 -0400 (0:00:00.141) 0:04:46.423 *********** included: /tmp/collections-9ga/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 tlscert] ******* task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:3 Monday 02 June 2025 07:41:50 -0400 (0:00:00.192) 0:04:46.616 *********** ok: [managed-node2] => { "changed": false, "cmd": [ "grep", "^tlscert = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.002828", "end": "2025-06-02 07:41:50.604647", "failed_when_result": false, "rc": 0, "start": "2025-06-02 07:41:50.601819" } STDOUT: tlscert = /etc/pki/tls/certs/mssql_2019_cert.crt TASK [fedora.linux_system_roles.mssql : Configure the setting network tlscert] *** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:12 Monday 02 June 2025 07:41:50 -0400 (0:00:00.451) 0:04:47.068 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Unset the setting network tlscert] ***** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:42 Monday 02 June 2025 07:41:50 -0400 (0:00:00.122) 0:04:47.190 *********** 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", "unset", "network.tlscert" ], "delta": "0:00:00.112540", "end": "2025-06-02 07:41:51.305799", "failed_when_result": false, "rc": 0, "start": "2025-06-02 07:41:51.193259" } STDOUT: SQL Server needs to be restarted in order to apply this setting. Please run 'systemctl restart mssql-server.service'. TASK [fedora.linux_system_roles.mssql : Configure the tlskey setting] ********** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:607 Monday 02 June 2025 07:41:51 -0400 (0:00:00.577) 0:04:47.767 *********** included: /tmp/collections-9ga/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 tlskey] ******** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:3 Monday 02 June 2025 07:41:51 -0400 (0:00:00.190) 0:04:47.958 *********** ok: [managed-node2] => { "changed": false, "cmd": [ "grep", "^tlskey = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.002861", "end": "2025-06-02 07:41:51.939574", "failed_when_result": false, "rc": 0, "start": "2025-06-02 07:41:51.936713" } STDOUT: tlskey = /etc/pki/tls/private/mssql_2019_cert.key TASK [fedora.linux_system_roles.mssql : Configure the setting network tlskey] *** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:12 Monday 02 June 2025 07:41:52 -0400 (0:00:00.434) 0:04:48.392 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Unset the setting network tlskey] ****** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:42 Monday 02 June 2025 07:41:52 -0400 (0:00:00.109) 0:04:48.502 *********** changed: [managed-node2] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "unset", "network.tlskey" ], "delta": "0:00:00.114401", "end": "2025-06-02 07:41:52.577808", "failed_when_result": false, "rc": 0, "start": "2025-06-02 07:41:52.463407" } STDOUT: SQL Server needs to be restarted in order to apply this setting. Please run 'systemctl restart mssql-server.service'. TASK [fedora.linux_system_roles.mssql : Configure the tlsprotocols setting] **** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:616 Monday 02 June 2025 07:41:52 -0400 (0:00:00.506) 0:04:49.009 *********** included: /tmp/collections-9ga/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 tlsprotocols] *** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:3 Monday 02 June 2025 07:41:52 -0400 (0:00:00.313) 0:04:49.322 *********** ok: [managed-node2] => { "changed": false, "cmd": [ "grep", "^tlsprotocols = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003758", "end": "2025-06-02 07:41:53.292934", "failed_when_result": false, "rc": 0, "start": "2025-06-02 07:41:53.289176" } STDOUT: tlsprotocols = 1.2 TASK [fedora.linux_system_roles.mssql : Configure the setting network tlsprotocols] *** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:12 Monday 02 June 2025 07:41:53 -0400 (0:00:00.438) 0:04:49.761 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Unset the setting network tlsprotocols] *** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:42 Monday 02 June 2025 07:41:53 -0400 (0:00:00.116) 0:04:49.878 *********** changed: [managed-node2] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "unset", "network.tlsprotocols" ], "delta": "0:00:00.111473", "end": "2025-06-02 07:41:53.945336", "failed_when_result": false, "rc": 0, "start": "2025-06-02 07:41:53.833863" } STDOUT: SQL Server needs to be restarted in order to apply this setting. Please run 'systemctl restart mssql-server.service'. TASK [fedora.linux_system_roles.mssql : Configure the forceencryption setting] *** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:623 Monday 02 June 2025 07:41:54 -0400 (0:00:00.491) 0:04:50.369 *********** included: /tmp/collections-9ga/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 forceencryption] *** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:3 Monday 02 June 2025 07:41:54 -0400 (0:00:00.133) 0:04:50.503 *********** ok: [managed-node2] => { "changed": false, "cmd": [ "grep", "^forceencryption = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.002727", "end": "2025-06-02 07:41:54.437302", "failed_when_result": false, "rc": 0, "start": "2025-06-02 07:41:54.434575" } STDOUT: forceencryption = 1 TASK [fedora.linux_system_roles.mssql : Configure the setting network forceencryption] *** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:12 Monday 02 June 2025 07:41:54 -0400 (0:00:00.352) 0:04:50.855 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Unset the setting network forceencryption] *** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:42 Monday 02 June 2025 07:41:54 -0400 (0:00:00.081) 0:04:50.937 *********** changed: [managed-node2] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "unset", "network.forceencryption" ], "delta": "0:00:00.111392", "end": "2025-06-02 07:41:55.042281", "failed_when_result": false, "rc": 0, "start": "2025-06-02 07:41:54.930889" } STDOUT: SQL Server needs to be restarted in order to apply this setting. Please run 'systemctl restart mssql-server.service'. TASK [fedora.linux_system_roles.mssql : Get the setting forceencryption] ******* task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:632 Monday 02 June 2025 07:41:55 -0400 (0:00:00.576) 0:04:51.513 *********** ok: [managed-node2] => { "changed": false, "cmd": "set -euo pipefail; grep '^forceencryption' /var/opt/mssql/mssql.conf | sed 's/forceencryption = //g'", "delta": "0:00:00.004280", "end": "2025-06-02 07:41:55.499262", "failed_when_result": false, "rc": 1, "start": "2025-06-02 07:41:55.494982" } MSG: non-zero return code TASK [fedora.linux_system_roles.mssql : Append -No to sqlcmd when TLS is not configured] *** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:641 Monday 02 June 2025 07:41:55 -0400 (0:00:00.443) 0:04:51.957 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:648 Monday 02 June 2025 07:41:55 -0400 (0:00:00.114) 0:04:52.071 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:661 Monday 02 June 2025 07:41:55 -0400 (0:00:00.117) 0:04:52.189 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:665 Monday 02 June 2025 07:41:55 -0400 (0:00:00.109) 0:04:52.299 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:671 Monday 02 June 2025 07:41:56 -0400 (0:00:00.114) 0:04:52.413 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:686 Monday 02 June 2025 07:41:56 -0400 (0:00:00.111) 0:04:52.525 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Gather package facts] ****************** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:693 Monday 02 June 2025 07:41:56 -0400 (0:00:00.126) 0:04:52.651 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:701 Monday 02 June 2025 07:41:56 -0400 (0:00:00.113) 0:04:52.765 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:722 Monday 02 June 2025 07:41:56 -0400 (0:00:00.114) 0:04:52.879 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:729 Monday 02 June 2025 07:41:56 -0400 (0:00:00.106) 0:04:52.986 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:740 Monday 02 June 2025 07:41:57 -0400 (0:00:00.342) 0:04:53.328 *********** 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.004274", "end": "2025-06-02 07:41:57.279349", "rc": 0, "start": "2025-06-02 07:41:57.275075" } STDOUT: true TASK [fedora.linux_system_roles.mssql : Ensure that the mssql-server service is stopped] *** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:754 Monday 02 June 2025 07:41:57 -0400 (0:00:00.392) 0:04:53.720 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Gather package facts] ****************** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:761 Monday 02 June 2025 07:41:57 -0400 (0:00:00.094) 0:04:53.815 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:767 Monday 02 June 2025 07:41:58 -0400 (0:00:01.255) 0:04:55.070 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:786 Monday 02 June 2025 07:41:58 -0400 (0:00:00.097) 0:04:55.168 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:793 Monday 02 June 2025 07:41:58 -0400 (0:00:00.108) 0:04:55.276 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Open the TCP port 1433] ************************************************** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:800 Monday 02 June 2025 07:41:59 -0400 (0:00:00.103) 0:04:55.380 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:812 Monday 02 June 2025 07:41:59 -0400 (0:00:00.114) 0:04:55.495 *********** included: /tmp/collections-9ga/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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:3 Monday 02 June 2025 07:41:59 -0400 (0:00:00.189) 0:04:55.685 *********** ok: [managed-node2] => { "changed": false, "cmd": [ "grep", "^tcpport = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:01.004003", "end": "2025-06-02 07:42:00.680092", "failed_when_result": false, "rc": 1, "start": "2025-06-02 07:41:59.676089" } MSG: non-zero return code TASK [fedora.linux_system_roles.mssql : Configure the setting network tcpport] *** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:12 Monday 02 June 2025 07:42:00 -0400 (0:00:01.427) 0:04:57.112 *********** ok: [managed-node2] => { "changed": false, "cmd": [ "/opt/mssql/bin/mssql-conf", "set", "network.tcpport", "1433" ], "delta": "0:00:00.112873", "end": "2025-06-02 07:42:01.160263", "failed_when_result": false, "rc": 0, "start": "2025-06-02 07:42:01.047390" } 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:42 Monday 02 June 2025 07:42:01 -0400 (0:00:00.531) 0:04:57.644 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:818 Monday 02 June 2025 07:42:01 -0400 (0:00:00.110) 0:04:57.755 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:838 Monday 02 June 2025 07:42:01 -0400 (0:00:00.105) 0:04:57.860 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:845 Monday 02 June 2025 07:42:01 -0400 (0:00:00.097) 0:04:57.958 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Ensure the package powershell] ********* task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:852 Monday 02 June 2025 07:42:01 -0400 (0:00:00.090) 0:04:58.049 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Check if the 3979 trace flag is enabled] *** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:861 Monday 02 June 2025 07:42:01 -0400 (0:00:00.072) 0:04:58.122 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Set the 3979 traceflag] **************** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:867 Monday 02 June 2025 07:42:01 -0400 (0:00:00.072) 0:04:58.194 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:874 Monday 02 June 2025 07:42:01 -0400 (0:00:00.097) 0:04:58.291 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:882 Monday 02 June 2025 07:42:02 -0400 (0:00:00.107) 0:04:58.399 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:888 Monday 02 June 2025 07:42:02 -0400 (0:00:00.109) 0:04:58.509 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:898 Monday 02 June 2025 07:42:02 -0400 (0:00:00.107) 0:04:58.616 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Join to realm {{ ad_integration_realm }}] ******************************** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:906 Monday 02 June 2025 07:42:02 -0400 (0:00:00.119) 0:04:58.736 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:914 Monday 02 June 2025 07:42:02 -0400 (0:00:00.106) 0:04:58.843 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:921 Monday 02 June 2025 07:42:02 -0400 (0:00:00.338) 0:04:59.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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:928 Monday 02 June 2025 07:42:02 -0400 (0:00:00.075) 0:04:59.256 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:937 Monday 02 June 2025 07:42:03 -0400 (0:00:00.077) 0:04:59.334 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:950 Monday 02 June 2025 07:42:03 -0400 (0:00:00.070) 0:04:59.405 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:959 Monday 02 June 2025 07:42:03 -0400 (0:00:00.074) 0:04:59.479 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:973 Monday 02 June 2025 07:42:03 -0400 (0:00:00.070) 0:04:59.550 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:983 Monday 02 June 2025 07:42:03 -0400 (0:00:00.074) 0:04:59.625 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:988 Monday 02 June 2025 07:42:03 -0400 (0:00:00.069) 0:04:59.694 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1005 Monday 02 June 2025 07:42:03 -0400 (0:00:00.075) 0:04:59.770 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1010 Monday 02 June 2025 07:42:03 -0400 (0:00:00.068) 0:04:59.838 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Get keytab properties] ***************** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1015 Monday 02 June 2025 07:42:03 -0400 (0:00:00.071) 0:04:59.910 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Create keytab] ************************* task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1021 Monday 02 June 2025 07:42:03 -0400 (0:00:00.067) 0:04:59.978 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1047 Monday 02 June 2025 07:42:03 -0400 (0:00:00.072) 0:05:00.050 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1068 Monday 02 June 2025 07:42:03 -0400 (0:00:00.066) 0:05:00.117 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1076 Monday 02 June 2025 07:42:03 -0400 (0:00:00.071) 0:05:00.189 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1086 Monday 02 June 2025 07:42:03 -0400 (0:00:00.067) 0:05:00.256 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1092 Monday 02 June 2025 07:42:03 -0400 (0:00:00.070) 0:05:00.326 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Mark active hosts] ********************* task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1110 Monday 02 June 2025 07:42:04 -0400 (0:00:00.067) 0:05:00.394 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1114 Monday 02 June 2025 07:42:04 -0400 (0:00:00.073) 0:05:00.468 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1130 Monday 02 June 2025 07:42:04 -0400 (0:00:00.066) 0:05:00.534 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1136 Monday 02 June 2025 07:42:04 -0400 (0:00:00.069) 0:05:00.604 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Set host variables] ******************** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1156 Monday 02 June 2025 07:42:04 -0400 (0:00:00.067) 0:05:00.672 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1209 Monday 02 June 2025 07:42:04 -0400 (0:00:00.073) 0:05:00.745 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1216 Monday 02 June 2025 07:42:04 -0400 (0:00:00.064) 0:05:00.809 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1223 Monday 02 June 2025 07:42:04 -0400 (0:00:00.242) 0:05:01.052 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1233 Monday 02 June 2025 07:42:04 -0400 (0:00:00.070) 0:05:01.122 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1239 Monday 02 June 2025 07:42:04 -0400 (0:00:00.072) 0:05:01.194 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1247 Monday 02 June 2025 07:42:04 -0400 (0:00:00.082) 0:05:01.277 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1256 Monday 02 June 2025 07:42:05 -0400 (0:00:00.071) 0:05:01.348 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1264 Monday 02 June 2025 07:42:05 -0400 (0:00:00.067) 0:05:01.416 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1278 Monday 02 June 2025 07:42:05 -0400 (0:00:00.087) 0:05:01.503 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1284 Monday 02 June 2025 07:42:05 -0400 (0:00:00.066) 0:05:01.569 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1306 Monday 02 June 2025 07:42:05 -0400 (0:00:00.068) 0:05:01.638 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Configure ag] ************************** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1316 Monday 02 June 2025 07:42:05 -0400 (0:00:00.065) 0:05:01.703 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1325 Monday 02 June 2025 07:42:05 -0400 (0:00:00.072) 0:05:01.776 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Replicate DBs] ************************* task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1334 Monday 02 June 2025 07:42:05 -0400 (0:00:00.065) 0:05:01.842 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Mark active hosts] ********************* task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1343 Monday 02 June 2025 07:42:05 -0400 (0:00:00.068) 0:05:01.910 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1347 Monday 02 June 2025 07:42:05 -0400 (0:00:00.067) 0:05:01.978 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1365 Monday 02 June 2025 07:42:05 -0400 (0:00:00.068) 0:05:02.046 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1378 Monday 02 June 2025 07:42:05 -0400 (0:00:00.075) 0:05:02.121 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1385 Monday 02 June 2025 07:42:05 -0400 (0:00:00.109) 0:05:02.231 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1392 Monday 02 June 2025 07:42:05 -0400 (0:00:00.081) 0:05:02.313 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1400 Monday 02 June 2025 07:42:06 -0400 (0:00:00.092) 0:05:02.405 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1407 Monday 02 June 2025 07:42:06 -0400 (0:00:00.074) 0:05:02.479 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1419 Monday 02 June 2025 07:42:06 -0400 (0:00:00.095) 0:05:02.575 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Create HA login] *********************** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1428 Monday 02 June 2025 07:42:06 -0400 (0:00:00.099) 0:05:02.674 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1435 Monday 02 June 2025 07:42:06 -0400 (0:00:00.338) 0:05:03.013 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1441 Monday 02 June 2025 07:42:06 -0400 (0:00:00.089) 0:05:03.103 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1449 Monday 02 June 2025 07:42:06 -0400 (0:00:00.073) 0:05:03.176 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1462 Monday 02 June 2025 07:42:06 -0400 (0:00:00.079) 0:05:03.256 *********** skipping: [managed-node2] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [Run ha_cluster to configure pacemaker] *********************************** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1474 Monday 02 June 2025 07:42:06 -0400 (0:00:00.070) 0:05:03.327 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1479 Monday 02 June 2025 07:42:07 -0400 (0:00:00.066) 0:05:03.394 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1487 Monday 02 June 2025 07:42:07 -0400 (0:00:00.072) 0:05:03.466 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1496 Monday 02 June 2025 07:42:07 -0400 (0:00:00.068) 0:05:03.534 *********** changed: [managed-node2] => { "changed": true } MSG: Block inserted RUNNING HANDLER [fedora.linux_system_roles.mssql : Restart the mssql-server service] *** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/handlers/main.yml:3 Monday 02 June 2025 07:42:07 -0400 (0:00:00.468) 0:05:04.003 *********** changed: [managed-node2] => { "changed": true, "name": "mssql-server", "state": "started", "status": { "ActiveEnterTimestamp": "Mon 2025-06-02 07:41:24 EDT", "ActiveEnterTimestampMonotonic": "1528834892", "ActiveExitTimestamp": "Mon 2025-06-02 07:41:24 EDT", "ActiveExitTimestampMonotonic": "1528589428", "ActiveState": "active", "After": "auditd.service basic.target systemd-journald.socket network.target -.mount system.slice", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Mon 2025-06-02 07:41:24 EDT", "AssertTimestampMonotonic": "1528833366", "Before": "multi-user.target shutdown.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": "Mon 2025-06-02 07:41:24 EDT", "ConditionTimestampMonotonic": "1528833365", "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": "24707", "ExecMainStartTimestamp": "Mon 2025-06-02 07:41:24 EDT", "ExecMainStartTimestampMonotonic": "1528834061", "ExecMainStatus": "0", "ExecStart": "{ path=/opt/mssql/bin/sqlservr ; argv[]=/opt/mssql/bin/sqlservr ; ignore_errors=no ; start_time=[Mon 2025-06-02 07:41:24 EDT] ; stop_time=[n/a] ; pid=24707 ; 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": "Mon 2025-06-02 07:41:24 EDT", "InactiveEnterTimestampMonotonic": "1528832287", "InactiveExitTimestamp": "Mon 2025-06-02 07:41:24 EDT", "InactiveExitTimestampMonotonic": "1528834892", "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": "24707", "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": "Mon 2025-06-02 07:41:24 EDT", "WatchdogTimestampMonotonic": "1528834859", "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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1509 Monday 02 June 2025 07:42:08 -0400 (0:00:00.705) 0:05:04.709 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1516 Monday 02 June 2025 07:42:08 -0400 (0:00:00.067) 0:05:04.776 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up after the role invocation] ************************************** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/tests/mssql/tests_tls_2019.yml:27 Monday 02 June 2025 07:42:08 -0400 (0:00:00.070) 0:05:04.847 *********** included: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/cleanup.yml for managed-node2 TASK [Gather package facts] **************************************************** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/cleanup.yml:2 Monday 02 June 2025 07:42:08 -0400 (0:00:00.126) 0:05:04.973 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/cleanup.yml:6 Monday 02 June 2025 07:42:10 -0400 (0:00:01.401) 0:05:06.375 *********** TASK [fedora.linux_system_roles.mssql : Ensure ansible_facts used by role] ***** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/set_vars.yml:3 Monday 02 June 2025 07:42:10 -0400 (0:00:00.200) 0:05:06.576 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/set_vars.yml:8 Monday 02 June 2025 07:42:10 -0400 (0:00:00.125) 0:05:06.701 *********** 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-9ga/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-9ga/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 [Purge cluster configuration] ********************************************* task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/cleanup.yml:12 Monday 02 June 2025 07:42:10 -0400 (0:00:00.139) 0:05:06.841 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Debug ansible_python_version] ******************************************** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/cleanup.yml:20 Monday 02 June 2025 07:42:10 -0400 (0:00:00.092) 0:05:06.934 *********** ok: [managed-node2] => { "ansible_python_version": "2.7.5" } TASK [Purge firewall configuration] ******************************************** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/cleanup.yml:24 Monday 02 June 2025 07:42:10 -0400 (0:00:00.088) 0:05:07.022 *********** TASK [fedora.linux_system_roles.firewall : Setup firewalld] ******************** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:2 Monday 02 June 2025 07:42:11 -0400 (0:00:00.536) 0:05:07.559 *********** included: /tmp/collections-9ga/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-9ga/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:2 Monday 02 June 2025 07:42:11 -0400 (0:00:00.211) 0:05:07.770 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:10 Monday 02 June 2025 07:42:11 -0400 (0:00:00.110) 0:05:07.881 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:15 Monday 02 June 2025 07:42:11 -0400 (0:00:00.407) 0:05:08.288 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:22 Monday 02 June 2025 07:42:12 -0400 (0:00:00.108) 0:05:08.397 *********** ok: [managed-node2] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.firewall : Set flag if transactional-update exists] *** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:27 Monday 02 June 2025 07:42:12 -0400 (0:00:00.331) 0:05:08.728 *********** ok: [managed-node2] => { "ansible_facts": { "__firewall_is_transactional": false }, "changed": false } TASK [fedora.linux_system_roles.firewall : Run systemctl] ********************** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:34 Monday 02 June 2025 07:42:12 -0400 (0:00:00.072) 0:05:08.800 *********** ok: [managed-node2] => { "changed": false, "cmd": [ "systemctl", "is-system-running" ], "delta": "0:00:00.004256", "end": "2025-06-02 07:42:12.728812", "failed_when_result": false, "rc": 0, "start": "2025-06-02 07:42:12.724556" } STDOUT: running TASK [fedora.linux_system_roles.firewall : Require installed systemd] ********** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:41 Monday 02 June 2025 07:42:12 -0400 (0:00:00.343) 0:05:09.144 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:46 Monday 02 June 2025 07:42:12 -0400 (0:00:00.067) 0:05:09.211 *********** ok: [managed-node2] => { "ansible_facts": { "__firewall_is_booted": true }, "changed": false } TASK [fedora.linux_system_roles.firewall : Install firewalld] ****************** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:51 Monday 02 June 2025 07:42:12 -0400 (0:00:00.087) 0:05:09.299 *********** ok: [managed-node2] => { "changed": false, "rc": 0, "results": [ "firewalld-0.6.3-13.el7_9.noarch providing firewalld is already installed" ] } TASK [fedora.linux_system_roles.firewall : Notify user that reboot is needed to apply changes] *** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:63 Monday 02 June 2025 07:42:13 -0400 (0:00:00.538) 0:05:09.838 *********** skipping: [managed-node2] => {} TASK [fedora.linux_system_roles.firewall : Reboot transactional update systems] *** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:68 Monday 02 June 2025 07:42:13 -0400 (0:00:00.069) 0:05:09.907 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:73 Monday 02 June 2025 07:42:13 -0400 (0:00:00.062) 0:05:09.970 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:5 Monday 02 June 2025 07:42:13 -0400 (0:00:00.063) 0:05:10.034 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:14 Monday 02 June 2025 07:42:13 -0400 (0:00:00.079) 0:05:10.114 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:24 Monday 02 June 2025 07:42:13 -0400 (0:00:00.084) 0:05:10.198 *********** ok: [managed-node2] => { "changed": false, "name": "firewalld", "status": { "ActiveEnterTimestamp": "Mon 2025-06-02 07:21:33 EDT", "ActiveEnterTimestampMonotonic": "337890458", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "system.slice basic.target dbus.service polkit.service", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Mon 2025-06-02 07:21:33 EDT", "AssertTimestampMonotonic": "337658592", "Before": "network-pre.target multi-user.target shutdown.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": "Mon 2025-06-02 07:21:33 EDT", "ConditionTimestampMonotonic": "337658590", "Conflicts": "ebtables.service ip6tables.service shutdown.target ipset.service iptables.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": "11742", "ExecMainStartTimestamp": "Mon 2025-06-02 07:21:33 EDT", "ExecMainStartTimestampMonotonic": "337659661", "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": "Mon 2025-06-02 07:21:33 EDT", "InactiveExitTimestampMonotonic": "337659696", "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": "11742", "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": "Mon 2025-06-02 07:21:33 EDT", "WatchdogTimestampMonotonic": "337890404", "WatchdogUSec": "0" } } TASK [fedora.linux_system_roles.firewall : Enable and start firewalld service] *** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:30 Monday 02 June 2025 07:42:14 -0400 (0:00:00.422) 0:05:10.621 *********** ok: [managed-node2] => { "changed": false, "enabled": true, "name": "firewalld", "state": "started", "status": { "ActiveEnterTimestamp": "Mon 2025-06-02 07:21:33 EDT", "ActiveEnterTimestampMonotonic": "337890458", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "system.slice basic.target dbus.service polkit.service", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Mon 2025-06-02 07:21:33 EDT", "AssertTimestampMonotonic": "337658592", "Before": "network-pre.target multi-user.target shutdown.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": "Mon 2025-06-02 07:21:33 EDT", "ConditionTimestampMonotonic": "337658590", "Conflicts": "ebtables.service ip6tables.service shutdown.target ipset.service iptables.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": "11742", "ExecMainStartTimestamp": "Mon 2025-06-02 07:21:33 EDT", "ExecMainStartTimestampMonotonic": "337659661", "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": "Mon 2025-06-02 07:21:33 EDT", "InactiveExitTimestampMonotonic": "337659696", "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": "11742", "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": "Mon 2025-06-02 07:21:33 EDT", "WatchdogTimestampMonotonic": "337890404", "WatchdogUSec": "0" } } TASK [fedora.linux_system_roles.firewall : Check if previous replaced is defined] *** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:36 Monday 02 June 2025 07:42:14 -0400 (0:00:00.430) 0:05:11.052 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:45 Monday 02 June 2025 07:42:14 -0400 (0:00:00.069) 0:05:11.122 *********** ok: [managed-node2] => { "changed": false, "rc": 0 } STDERR: Shared connection to 10.31.47.64 closed. TASK [fedora.linux_system_roles.firewall : Tell firewall module it is able to report changed] *** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:58 Monday 02 June 2025 07:42:15 -0400 (0:00:00.322) 0:05:11.445 *********** ok: [managed-node2] => { "ansible_facts": { "__firewall_report_changed": true }, "changed": false } TASK [fedora.linux_system_roles.firewall : Configure firewall] ***************** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:74 Monday 02 June 2025 07:42:15 -0400 (0:00:00.226) 0:05:11.672 *********** TASK [fedora.linux_system_roles.firewall : Gather firewall config information] *** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:126 Monday 02 June 2025 07:42:15 -0400 (0:00:00.065) 0:05:11.737 *********** TASK [fedora.linux_system_roles.firewall : Update firewalld_config fact] ******* task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:137 Monday 02 June 2025 07:42:15 -0400 (0:00:00.069) 0:05:11.807 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:146 Monday 02 June 2025 07:42:15 -0400 (0:00:00.073) 0:05:11.880 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:152 Monday 02 June 2025 07:42:15 -0400 (0:00:00.073) 0:05:11.953 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:161 Monday 02 June 2025 07:42:15 -0400 (0:00:00.066) 0:05:12.020 *********** ok: [managed-node2] => { "changed": false, "rc": 0 } STDERR: Shared connection to 10.31.47.64 closed. TASK [fedora.linux_system_roles.firewall : Calculate what has changed] ********* task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:172 Monday 02 June 2025 07:42:16 -0400 (0:00:00.329) 0:05:12.349 *********** ok: [managed-node2] => { "ansible_facts": { "firewall_lib_result": { "changed": false } }, "changed": false } TASK [fedora.linux_system_roles.firewall : Show diffs] ************************* task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:178 Monday 02 June 2025 07:42:16 -0400 (0:00:00.078) 0:05:12.427 *********** skipping: [managed-node2] => {} TASK [Purge selinux configuration] ********************************************* task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/cleanup.yml:32 Monday 02 June 2025 07:42:16 -0400 (0:00:00.069) 0:05:12.497 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Leave realm] ************************************************************* task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/cleanup.yml:39 Monday 02 June 2025 07:42:16 -0400 (0:00:00.067) 0:05:12.564 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Destroy Kerberos tickets] ************************************************ task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/cleanup.yml:47 Monday 02 June 2025 07:42:16 -0400 (0:00:00.086) 0:05:12.651 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Remove related packages] ************************************************* task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/cleanup.yml:51 Monday 02 June 2025 07:42:16 -0400 (0:00:00.087) 0:05:12.739 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/cleanup.yml:64 Monday 02 June 2025 07:42:20 -0400 (0:00:03.902) 0:05:16.641 *********** [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.010668", "end": "2025-06-02 07:42:20.566143", "rc": 0, "start": "2025-06-02 07:42:20.555475" } STDOUT: 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/16169650-7f90-43f4-8272-ffa3e6ee3235’ 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/system_health_0_133933379493690000.xel’ removed ‘/var/opt/mssql/log/errorlog.8’ removed ‘/var/opt/mssql/log/system_health_0_133933381310690000.xel’ removed ‘/var/opt/mssql/log/system_health_0_133933379096490000.xel’ removed ‘/var/opt/mssql/log/errorlog.6’ removed ‘/var/opt/mssql/log/system_health_0_133933379928680000.xel’ removed ‘/var/opt/mssql/log/HkEngineEventFile_0_133933378812780000.xel’ removed ‘/var/opt/mssql/log/HkEngineEventFile_0_133933380867770000.xel’ removed ‘/var/opt/mssql/log/log_4.trc’ removed ‘/var/opt/mssql/log/log_3.trc’ removed ‘/var/opt/mssql/log/log_6.trc’ removed ‘/var/opt/mssql/log/errorlog’ removed ‘/var/opt/mssql/log/system_health_0_133933380871670000.xel’ removed ‘/var/opt/mssql/log/errorlog.5’ removed ‘/var/opt/mssql/log/errorlog.3’ removed ‘/var/opt/mssql/log/HkEngineEventFile_0_133933379489750000.xel’ removed ‘/var/opt/mssql/log/sqlagentstartup.log’ removed ‘/var/opt/mssql/log/system_health_0_133933378859860000.xel’ removed ‘/var/opt/mssql/log/HkEngineEventFile_0_133933379092520000.xel’ removed ‘/var/opt/mssql/log/log_5.trc’ removed ‘/var/opt/mssql/log/errorlog.4’ removed ‘/var/opt/mssql/log/HkEngineEventFile_0_133933378855220000.xel’ removed ‘/var/opt/mssql/log/errorlog.2’ removed ‘/var/opt/mssql/log/HkEngineEventFile_0_133933381306890000.xel’ removed ‘/var/opt/mssql/log/HkEngineEventFile_0_133933380341420000.xel’ removed ‘/var/opt/mssql/log/errorlog.7’ 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 ‘/var/opt/mssql/log/system_health_0_133933378819490000.xel’ removed ‘/var/opt/mssql/log/log_7.trc’ removed ‘/var/opt/mssql/log/system_health_0_133933380345350000.xel’ removed ‘/var/opt/mssql/log/HkEngineEventFile_0_133933379925030000.xel’ removed directory: ‘/var/opt/mssql/log’ removed directory: ‘/var/opt/mssql’ 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 ‘/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-9ga/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/cleanup.yml:79 Monday 02 June 2025 07:42:20 -0400 (0:00:00.348) 0:05:16.990 *********** ok: [managed-node2] => { "changed": false, "cmd": "systemctl stop mssql-server || true", "delta": "0:00:01.192310", "end": "2025-06-02 07:42:22.099360", "rc": 0, "start": "2025-06-02 07:42:20.907050" } TASK [Get SELinux policy modules] ********************************************** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/cleanup.yml:83 Monday 02 June 2025 07:42:22 -0400 (0:00:01.525) 0:05:18.516 *********** ok: [managed-node2] => { "changed": false, "cmd": [ "semodule", "-l" ], "delta": "0:00:02.141017", "end": "2025-06-02 07:42:24.567118", "rc": 0, "start": "2025-06-02 07:42:22.426101" } 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-9ga/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/cleanup.yml:89 Monday 02 June 2025 07:42:24 -0400 (0:00:02.483) 0:05:21.000 *********** 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-9ga/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/cleanup.yml:97 Monday 02 June 2025 07:42:24 -0400 (0:00:00.065) 0:05:21.065 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check for leftover mssql processes] ************************************** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/cleanup.yml:106 Monday 02 June 2025 07:42:24 -0400 (0:00:00.063) 0:05:21.128 *********** ok: [managed-node2] => { "changed": false, "cmd": [ "pgrep", "-au", "mssql" ], "delta": "0:00:01.011280", "end": "2025-06-02 07:42:26.046733", "failed_when_result": false, "rc": 1, "start": "2025-06-02 07:42:25.035453" } MSG: non-zero return code TASK [Kill leftover mssql processes] ******************************************* task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/cleanup.yml:113 Monday 02 June 2025 07:42:26 -0400 (0:00:01.341) 0:05:22.470 *********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Remove system user] ****************************************************** task path: /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/cleanup.yml:118 Monday 02 June 2025 07:42:26 -0400 (0:00:00.064) 0:05:22.534 *********** 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=396 changed=61 unreachable=0 failed=0 skipped=922 rescued=0 ignored=0 SYSTEM ROLES ERRORS BEGIN v1 [] SYSTEM ROLES ERRORS END v1 TASKS RECAP ******************************************************************** Monday 02 June 2025 07:42:26 -0400 (0:00:00.782) 0:05:23.316 *********** =============================================================================== fedora.linux_system_roles.mssql : Ensure the package mssql-server ------ 41.35s /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:345 fedora.linux_system_roles.mssql : Ensure that SQL Server client tools are installed --- 5.24s /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:544 fedora.linux_system_roles.mssql : Set up MSSQL -------------------------- 5.22s /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:404 fedora.linux_system_roles.mssql : Gather package facts ------------------ 4.11s /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:185 fedora.linux_system_roles.mssql : Gather package facts ------------------ 4.05s /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:761 fedora.linux_system_roles.certificate : Ensure provider packages are installed --- 3.91s /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:23 fedora.linux_system_roles.certificate : Ensure certificate role dependencies are installed --- 3.91s /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:5 Remove related packages ------------------------------------------------- 3.90s /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/cleanup.yml:51 fedora.linux_system_roles.mssql : Check if a custom ipaddress setting exist --- 3.12s /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/verify_password.yml:14 fedora.linux_system_roles.mssql : Ensure that the mssql-server service is started --- 2.60s /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/verify_password.yml:3 Get SELinux policy modules ---------------------------------------------- 2.48s /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/cleanup.yml:83 fedora.linux_system_roles.mssql : Restart the mssql-server service ------ 2.37s /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/handlers/main.yml:3 fedora.linux_system_roles.mssql : Check if a custom tcpport setting exist --- 2.07s /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/verify_password.yml:8 fedora.linux_system_roles.mssql : Deploy the GPG key for Microsoft repositories --- 2.04s /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:238 Disable TLS encryption -------------------------------------------------- 2.03s /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/tests_tls.yml:175 fedora.linux_system_roles.mssql : Ensure the package mssql-server ------- 1.89s /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:345 fedora.linux_system_roles.mssql : Ensure that the tuned-profiles-mssql package is installed --- 1.83s /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:469 fedora.linux_system_roles.mssql : Ensure that SQL Server client tools are installed --- 1.82s /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:544 fedora.linux_system_roles.mssql : Configure to run as a confined application with SELinux --- 1.80s /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:340 fedora.linux_system_roles.mssql : Get the active Tuned profiles --------- 1.70s /tmp/collections-9ga/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:482