ansible-playbook [core 2.16.14] config file = None configured module search path = ['/root/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules'] ansible python module location = /usr/local/lib/python3.12/site-packages/ansible ansible collection location = /tmp/collections-nfN executable location = /usr/local/bin/ansible-playbook python version = 3.12.1 (main, Feb 21 2024, 14:18:26) [GCC 8.5.0 20210514 (Red Hat 8.5.0-21)] (/usr/bin/python3.12) jinja version = 3.1.6 libyaml = True No config file found; using defaults running playbook inside collection fedora.linux_system_roles Skipping callback 'debug', as we already have a stdout callback. Skipping callback 'json', as we already have a stdout callback. Skipping callback 'jsonl', as we already have a stdout callback. Skipping callback 'default', as we already have a stdout callback. Skipping callback 'minimal', as we already have a stdout callback. Skipping callback 'oneline', as we already have a stdout callback. PLAYBOOK: tests_2022_upgrade.yml *********************************************** 2 plays in /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/tests/mssql/tests_2022_upgrade.yml PLAY [all] ********************************************************************* TASK [Include vault variables] ************************************************* task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/tests/mssql/tests_2022_upgrade.yml:5 Friday 06 June 2025 21:24:13 -0400 (0:00:00.035) 0:00:00.035 *********** 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-mX6/tests/vars/vault-variables.yml" ], "changed": false } PLAY [Ensure that the role installs version 2017 and upgrades to 2019] ********* TASK [Gathering Facts] ********************************************************* task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/tests/mssql/tests_2022_upgrade.yml:9 Friday 06 June 2025 21:24:13 -0400 (0:00:00.029) 0:00:00.064 *********** ok: [managed-node2] TASK [Assert fail on EL 7 with version=2022 and EL 9 with version!=2022] ******* task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/tests/mssql/tests_2022_upgrade.yml:17 Friday 06 June 2025 21:24:15 -0400 (0:00:01.521) 0:00:01.586 *********** included: /tmp/collections-nfN/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-nfN/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/assert_fail_on_unsupported_ver.yml:2 Friday 06 June 2025 21:24:15 -0400 (0:00:00.071) 0:00:01.657 *********** ok: [managed-node2] TASK [Run the role] ************************************************************ task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/assert_fail_on_unsupported_ver.yml:17 Friday 06 June 2025 21:24:16 -0400 (0:00:00.700) 0:00:02.358 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "(ansible_distribution in ['CentOS', 'RedHat'] and ansible_distribution_major_version is version('7', '=') and mssql_version | int == 2022) or (((ansible_distribution in ['CentOS', 'RedHat'] and ansible_distribution_major_version is version('9', '=')) or (ansible_distribution in ['Fedora'])) and mssql_version | int != 2022)", "skip_reason": "Conditional result was False" } TASK [Unreachable task] ******************************************************** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/assert_fail_on_unsupported_ver.yml:24 Friday 06 June 2025 21:24:16 -0400 (0:00:00.055) 0:00:02.414 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "(ansible_distribution in ['CentOS', 'RedHat'] and ansible_distribution_major_version is version('7', '=') and mssql_version | int == 2022) or (((ansible_distribution in ['CentOS', 'RedHat'] and ansible_distribution_major_version is version('9', '=')) or (ansible_distribution in ['Fedora'])) and mssql_version | int != 2022)", "skip_reason": "Conditional result was False" } TASK [Run the role with incorrect mssql_version] ******************************* task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/tests/mssql/tests_2022_upgrade.yml:26 Friday 06 June 2025 21:24:16 -0400 (0:00:00.043) 0:00:02.457 *********** TASK [fedora.linux_system_roles.mssql : Ensure ansible_facts and variables used by role] *** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:3 Friday 06 June 2025 21:24:16 -0400 (0:00:00.234) 0:00:02.692 *********** included: /tmp/collections-nfN/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-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/set_vars.yml:3 Friday 06 June 2025 21:24:16 -0400 (0:00:00.037) 0:00:02.729 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "__mssql_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Set platform/version specific variables] *** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/set_vars.yml:8 Friday 06 June 2025 21:24:16 -0400 (0:00:00.062) 0:00:02.792 *********** 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-nfN/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, "false_condition": "__mssql_vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [managed-node2] => (item=CentOS_8.yml) => { "ansible_facts": { "__mssql_client_repository": "https://packages.microsoft.com/rhel/8/prod/", "__mssql_confined_supported": false, "__mssql_server_repository": "https://packages.microsoft.com/rhel/8/mssql-server-{{ mssql_version | int }}/", "__mssql_supported_versions": [ 2017, 2019, 2022 ] }, "ansible_included_var_files": [ "/tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } ok: [managed-node2] => (item=CentOS_8.yml) => { "ansible_facts": { "__mssql_client_repository": "https://packages.microsoft.com/rhel/8/prod/", "__mssql_confined_supported": false, "__mssql_server_repository": "https://packages.microsoft.com/rhel/8/mssql-server-{{ mssql_version | int }}/", "__mssql_supported_versions": [ 2017, 2019, 2022 ] }, "ansible_included_var_files": [ "/tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } TASK [fedora.linux_system_roles.mssql : Run systemctl] ************************* task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/set_vars.yml:22 Friday 06 June 2025 21:24:16 -0400 (0:00:00.080) 0:00:02.873 *********** ok: [managed-node2] => { "changed": false, "cmd": [ "systemctl", "is-system-running" ], "delta": "0:00:00.007172", "end": "2025-06-06 21:24:17.210550", "failed_when_result": false, "rc": 0, "start": "2025-06-06 21:24:17.203378" } STDOUT: running TASK [fedora.linux_system_roles.mssql : Require installed systemd] ************* task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/set_vars.yml:29 Friday 06 June 2025 21:24:17 -0400 (0:00:00.505) 0:00:03.378 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "\"No such file or directory\" in __is_system_running.msg | d(\"\")", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Set flag to indicate that systemd runtime operations are available] *** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/set_vars.yml:34 Friday 06 June 2025 21:24:17 -0400 (0:00:00.045) 0:00:03.423 *********** ok: [managed-node2] => { "ansible_facts": { "__mssql_is_booted": true }, "changed": false } TASK [fedora.linux_system_roles.mssql : Unset the __mssql_sqlcmd_login_cmd fact] *** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:8 Friday 06 June 2025 21:24:17 -0400 (0:00:00.024) 0:00:03.448 *********** ok: [managed-node2] => { "ansible_facts": { "__mssql_sqlcmd_login_cmd": null }, "changed": false } TASK [fedora.linux_system_roles.mssql : Print that the mssql_input_sql_file variable is deprecated] *** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:15 Friday 06 June 2025 21:24:17 -0400 (0:00:00.024) 0:00:03.473 *********** skipping: [managed-node2] => { "false_condition": "mssql_input_sql_file is defined" } TASK [fedora.linux_system_roles.mssql : Link the deprecated mssql_input_sql_file fact] *** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:23 Friday 06 June 2025 21:24:17 -0400 (0:00:00.032) 0:00:03.506 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "mssql_input_sql_file is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Print that the variable is deprecated] *** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:30 Friday 06 June 2025 21:24:17 -0400 (0:00:00.028) 0:00:03.535 *********** skipping: [managed-node2] => { "false_condition": "mssql_ha_listener_port is defined" } TASK [fedora.linux_system_roles.mssql : Link the deprecated mssql_ha_listener_port fact] *** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:37 Friday 06 June 2025 21:24:17 -0400 (0:00:00.024) 0:00:03.559 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "mssql_ha_listener_port is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Print that the mssql_ad_sql_user_name variable is deprecated] *** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:44 Friday 06 June 2025 21:24:17 -0400 (0:00:00.039) 0:00:03.599 *********** skipping: [managed-node2] => { "false_condition": "mssql_ad_sql_user_name is defined" } TASK [fedora.linux_system_roles.mssql : Link the deprecated mssql_ad_sql_user_name fact] *** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:51 Friday 06 June 2025 21:24:17 -0400 (0:00:00.030) 0:00:03.630 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "mssql_ad_sql_user_name is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Print that the mssql_ha_cluster_run_role variable is deprecated] *** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:58 Friday 06 June 2025 21:24:17 -0400 (0:00:00.032) 0:00:03.663 *********** skipping: [managed-node2] => { "false_condition": "mssql_ha_cluster_run_role is defined" } TASK [fedora.linux_system_roles.mssql : Link the deprecated mssql_ha_cluster_run_role fact] *** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:65 Friday 06 June 2025 21:24:17 -0400 (0:00:00.036) 0:00:03.700 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "mssql_ha_cluster_run_role is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Print that variable is deprecated] ***** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:74 Friday 06 June 2025 21:24:17 -0400 (0:00:00.045) 0:00:03.745 *********** skipping: [managed-node2] => { "false_condition": "mssql_accept_microsoft_odbc_driver_17_for_sql_server_eula is defined" } TASK [fedora.linux_system_roles.mssql : Link the deprecated fact] ************** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:83 Friday 06 June 2025 21:24:17 -0400 (0:00:00.031) 0:00:03.777 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "mssql_accept_microsoft_odbc_driver_17_for_sql_server_eula is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Fail on RHEL or CentOS 10 because it's not supported] *** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:87 Friday 06 June 2025 21:24:17 -0400 (0:00:00.035) 0:00:03.813 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "ansible_distribution_major_version is version('10', '=')", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Verify that the user accepts EULA variables] *** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:94 Friday 06 June 2025 21:24:17 -0400 (0:00:00.043) 0:00:03.856 *********** 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-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:106 Friday 06 June 2025 21:24:17 -0400 (0:00:00.092) 0:00:03.949 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "mssql_ha_configure | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Verify if the mssql_ha_replica_type variable is provided correctly] *** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:114 Friday 06 June 2025 21:24:17 -0400 (0:00:00.100) 0:00:04.050 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "mssql_ha_configure | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Verify that 'mssql_ha_replica_type = primary' is provided once] *** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:123 Friday 06 June 2025 21:24:18 -0400 (0:00:00.099) 0:00:04.149 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "mssql_ha_configure | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Verify that mssql_ha_prep_for_pacemaker is provided correctly] *** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:132 Friday 06 June 2025 21:24:18 -0400 (0:00:00.129) 0:00:04.279 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "mssql_ha_ag_cluster_type | lower == 'none'", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Verify that selinux variables are used on supported platforms] *** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:142 Friday 06 June 2025 21:24:18 -0400 (0:00:00.126) 0:00:04.405 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "(mssql_manage_selinux | bool) or (mssql_run_selinux_confined | bool)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Verify that mssql_manage_selinux is set properly] *** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:151 Friday 06 June 2025 21:24:18 -0400 (0:00:00.093) 0:00:04.499 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "mssql_manage_selinux | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Gather package facts] ****************** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:162 Friday 06 June 2025 21:24:18 -0400 (0:00:00.102) 0:00:04.601 *********** 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-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:166 Friday 06 June 2025 21:24:20 -0400 (0:00:02.306) 0:00:06.908 *********** skipping: [managed-node2] => (item={'key': 2017, 'value': 14}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "ansible_facts.packages[\"mssql-server\"][0][\"version\"] is defined", "item": { "key": 2017, "value": 14 }, "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item={'key': 2019, 'value': 15}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "ansible_facts.packages[\"mssql-server\"][0][\"version\"] is defined", "item": { "key": 2019, "value": 15 }, "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item={'key': 2022, 'value': 16}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "ansible_facts.packages[\"mssql-server\"][0][\"version\"] is defined", "item": { "key": 2022, "value": 16 }, "skip_reason": "Conditional result was False" } skipping: [managed-node2] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.mssql : Set mssql_version variable if user does not define it] *** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:174 Friday 06 June 2025 21:24:20 -0400 (0:00:00.109) 0:00:07.018 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "mssql_version is none", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Verify if the mssql_version variable is provided correctly] *** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:181 Friday 06 June 2025 21:24:20 -0400 (0:00:00.059) 0:00:07.077 *********** fatal: [managed-node2]: FAILED! => { "assertion": "mssql_version | int in __mssql_supported_versions", "changed": false, "evaluated_to": false } MSG: You must set the mssql_version variable to one of 2017, 2019, 2022 TASK [Assert that the role failed with the correct message] ******************** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/tests/mssql/tests_2022_upgrade.yml:38 Friday 06 June 2025 21:24:21 -0400 (0:00:00.088) 0:00:07.165 *********** ok: [managed-node2] => { "changed": false } MSG: All assertions passed TASK [Run the role with incorrect mssql_version] ******************************* task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/tests/mssql/tests_2022_upgrade.yml:47 Friday 06 June 2025 21:24:21 -0400 (0:00:00.067) 0:00:07.233 *********** TASK [fedora.linux_system_roles.mssql : Ensure ansible_facts and variables used by role] *** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:3 Friday 06 June 2025 21:24:21 -0400 (0:00:00.228) 0:00:07.461 *********** included: /tmp/collections-nfN/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-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/set_vars.yml:3 Friday 06 June 2025 21:24:21 -0400 (0:00:00.052) 0:00:07.513 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "__mssql_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Set platform/version specific variables] *** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/set_vars.yml:8 Friday 06 June 2025 21:24:21 -0400 (0:00:00.062) 0:00:07.575 *********** 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-nfN/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, "false_condition": "__mssql_vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [managed-node2] => (item=CentOS_8.yml) => { "ansible_facts": { "__mssql_client_repository": "https://packages.microsoft.com/rhel/8/prod/", "__mssql_confined_supported": false, "__mssql_server_repository": "https://packages.microsoft.com/rhel/8/mssql-server-{{ mssql_version | int }}/", "__mssql_supported_versions": [ 2017, 2019, 2022 ] }, "ansible_included_var_files": [ "/tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } ok: [managed-node2] => (item=CentOS_8.yml) => { "ansible_facts": { "__mssql_client_repository": "https://packages.microsoft.com/rhel/8/prod/", "__mssql_confined_supported": false, "__mssql_server_repository": "https://packages.microsoft.com/rhel/8/mssql-server-{{ mssql_version | int }}/", "__mssql_supported_versions": [ 2017, 2019, 2022 ] }, "ansible_included_var_files": [ "/tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } TASK [fedora.linux_system_roles.mssql : Run systemctl] ************************* task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/set_vars.yml:22 Friday 06 June 2025 21:24:21 -0400 (0:00:00.081) 0:00:07.657 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "__mssql_is_booted is not defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Require installed systemd] ************* task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/set_vars.yml:29 Friday 06 June 2025 21:24:21 -0400 (0:00:00.037) 0:00:07.695 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "__mssql_is_booted is not defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Set flag to indicate that systemd runtime operations are available] *** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/set_vars.yml:34 Friday 06 June 2025 21:24:21 -0400 (0:00:00.038) 0:00:07.733 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "__mssql_is_booted is not defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Unset the __mssql_sqlcmd_login_cmd fact] *** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:8 Friday 06 June 2025 21:24:21 -0400 (0:00:00.037) 0:00:07.771 *********** ok: [managed-node2] => { "ansible_facts": { "__mssql_sqlcmd_login_cmd": null }, "changed": false } TASK [fedora.linux_system_roles.mssql : Print that the mssql_input_sql_file variable is deprecated] *** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:15 Friday 06 June 2025 21:24:21 -0400 (0:00:00.033) 0:00:07.805 *********** skipping: [managed-node2] => { "false_condition": "mssql_input_sql_file is defined" } TASK [fedora.linux_system_roles.mssql : Link the deprecated mssql_input_sql_file fact] *** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:23 Friday 06 June 2025 21:24:21 -0400 (0:00:00.036) 0:00:07.841 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "mssql_input_sql_file is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Print that the variable is deprecated] *** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:30 Friday 06 June 2025 21:24:21 -0400 (0:00:00.037) 0:00:07.879 *********** skipping: [managed-node2] => { "false_condition": "mssql_ha_listener_port is defined" } TASK [fedora.linux_system_roles.mssql : Link the deprecated mssql_ha_listener_port fact] *** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:37 Friday 06 June 2025 21:24:21 -0400 (0:00:00.037) 0:00:07.916 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "mssql_ha_listener_port is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Print that the mssql_ad_sql_user_name variable is deprecated] *** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:44 Friday 06 June 2025 21:24:21 -0400 (0:00:00.037) 0:00:07.953 *********** skipping: [managed-node2] => { "false_condition": "mssql_ad_sql_user_name is defined" } TASK [fedora.linux_system_roles.mssql : Link the deprecated mssql_ad_sql_user_name fact] *** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:51 Friday 06 June 2025 21:24:21 -0400 (0:00:00.036) 0:00:07.990 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "mssql_ad_sql_user_name is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Print that the mssql_ha_cluster_run_role variable is deprecated] *** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:58 Friday 06 June 2025 21:24:21 -0400 (0:00:00.037) 0:00:08.028 *********** skipping: [managed-node2] => { "false_condition": "mssql_ha_cluster_run_role is defined" } TASK [fedora.linux_system_roles.mssql : Link the deprecated mssql_ha_cluster_run_role fact] *** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:65 Friday 06 June 2025 21:24:21 -0400 (0:00:00.036) 0:00:08.065 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "mssql_ha_cluster_run_role is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Print that variable is deprecated] ***** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:74 Friday 06 June 2025 21:24:21 -0400 (0:00:00.037) 0:00:08.102 *********** skipping: [managed-node2] => { "false_condition": "mssql_accept_microsoft_odbc_driver_17_for_sql_server_eula is defined" } TASK [fedora.linux_system_roles.mssql : Link the deprecated fact] ************** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:83 Friday 06 June 2025 21:24:22 -0400 (0:00:00.036) 0:00:08.139 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "mssql_accept_microsoft_odbc_driver_17_for_sql_server_eula is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Fail on RHEL or CentOS 10 because it's not supported] *** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:87 Friday 06 June 2025 21:24:22 -0400 (0:00:00.037) 0:00:08.176 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "ansible_distribution_major_version is version('10', '=')", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Verify that the user accepts EULA variables] *** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:94 Friday 06 June 2025 21:24:22 -0400 (0:00:00.037) 0:00:08.213 *********** 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-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:106 Friday 06 June 2025 21:24:22 -0400 (0:00:00.062) 0:00:08.276 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "mssql_ha_configure | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Verify if the mssql_ha_replica_type variable is provided correctly] *** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:114 Friday 06 June 2025 21:24:22 -0400 (0:00:00.054) 0:00:08.331 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "mssql_ha_configure | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Verify that 'mssql_ha_replica_type = primary' is provided once] *** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:123 Friday 06 June 2025 21:24:22 -0400 (0:00:00.244) 0:00:08.575 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "mssql_ha_configure | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Verify that mssql_ha_prep_for_pacemaker is provided correctly] *** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:132 Friday 06 June 2025 21:24:22 -0400 (0:00:00.159) 0:00:08.735 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "mssql_ha_ag_cluster_type | lower == 'none'", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Verify that selinux variables are used on supported platforms] *** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:142 Friday 06 June 2025 21:24:22 -0400 (0:00:00.102) 0:00:08.838 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "(mssql_manage_selinux | bool) or (mssql_run_selinux_confined | bool)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Verify that mssql_manage_selinux is set properly] *** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:151 Friday 06 June 2025 21:24:22 -0400 (0:00:00.121) 0:00:08.959 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "mssql_manage_selinux | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Gather package facts] ****************** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:162 Friday 06 June 2025 21:24:22 -0400 (0:00:00.103) 0:00:09.062 *********** 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-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:166 Friday 06 June 2025 21:24:24 -0400 (0:00:01.869) 0:00:10.931 *********** skipping: [managed-node2] => (item={'key': 2017, 'value': 14}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "ansible_facts.packages[\"mssql-server\"][0][\"version\"] is defined", "item": { "key": 2017, "value": 14 }, "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item={'key': 2019, 'value': 15}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "ansible_facts.packages[\"mssql-server\"][0][\"version\"] is defined", "item": { "key": 2019, "value": 15 }, "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item={'key': 2022, 'value': 16}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "ansible_facts.packages[\"mssql-server\"][0][\"version\"] is defined", "item": { "key": 2022, "value": 16 }, "skip_reason": "Conditional result was False" } skipping: [managed-node2] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.mssql : Set mssql_version variable if user does not define it] *** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:174 Friday 06 June 2025 21:24:24 -0400 (0:00:00.115) 0:00:11.047 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "__mssql_current_version is defined", "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-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:181 Friday 06 June 2025 21:24:25 -0400 (0:00:00.105) 0:00:11.152 *********** fatal: [managed-node2]: FAILED! => { "assertion": "mssql_version | int in __mssql_supported_versions", "changed": false, "evaluated_to": false } MSG: You must set the mssql_version variable to one of 2017, 2019, 2022 TASK [Assert that the role failed with the correct message] ******************** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/tests/mssql/tests_2022_upgrade.yml:57 Friday 06 June 2025 21:24:25 -0400 (0:00:00.124) 0:00:11.277 *********** ok: [managed-node2] => { "changed": false } MSG: All assertions passed TASK [Set up MSSQL 2019] ******************************************************* task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/tests/mssql/tests_2022_upgrade.yml:64 Friday 06 June 2025 21:24:25 -0400 (0:00:00.113) 0:00:11.390 *********** TASK [fedora.linux_system_roles.mssql : Ensure ansible_facts and variables used by role] *** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:3 Friday 06 June 2025 21:24:25 -0400 (0:00:00.304) 0:00:11.695 *********** included: /tmp/collections-nfN/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-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/set_vars.yml:3 Friday 06 June 2025 21:24:25 -0400 (0:00:00.083) 0:00:11.779 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "__mssql_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Set platform/version specific variables] *** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/set_vars.yml:8 Friday 06 June 2025 21:24:25 -0400 (0:00:00.101) 0:00:11.880 *********** 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-nfN/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, "false_condition": "__mssql_vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [managed-node2] => (item=CentOS_8.yml) => { "ansible_facts": { "__mssql_client_repository": "https://packages.microsoft.com/rhel/8/prod/", "__mssql_confined_supported": false, "__mssql_server_repository": "https://packages.microsoft.com/rhel/8/mssql-server-{{ mssql_version | int }}/", "__mssql_supported_versions": [ 2017, 2019, 2022 ] }, "ansible_included_var_files": [ "/tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } ok: [managed-node2] => (item=CentOS_8.yml) => { "ansible_facts": { "__mssql_client_repository": "https://packages.microsoft.com/rhel/8/prod/", "__mssql_confined_supported": false, "__mssql_server_repository": "https://packages.microsoft.com/rhel/8/mssql-server-{{ mssql_version | int }}/", "__mssql_supported_versions": [ 2017, 2019, 2022 ] }, "ansible_included_var_files": [ "/tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } TASK [fedora.linux_system_roles.mssql : Run systemctl] ************************* task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/set_vars.yml:22 Friday 06 June 2025 21:24:25 -0400 (0:00:00.159) 0:00:12.040 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "__mssql_is_booted is not defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Require installed systemd] ************* task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/set_vars.yml:29 Friday 06 June 2025 21:24:25 -0400 (0:00:00.060) 0:00:12.101 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "__mssql_is_booted is not defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Set flag to indicate that systemd runtime operations are available] *** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/set_vars.yml:34 Friday 06 June 2025 21:24:26 -0400 (0:00:00.066) 0:00:12.167 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "__mssql_is_booted is not defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Unset the __mssql_sqlcmd_login_cmd fact] *** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:8 Friday 06 June 2025 21:24:26 -0400 (0:00:00.062) 0:00:12.229 *********** ok: [managed-node2] => { "ansible_facts": { "__mssql_sqlcmd_login_cmd": null }, "changed": false } TASK [fedora.linux_system_roles.mssql : Print that the mssql_input_sql_file variable is deprecated] *** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:15 Friday 06 June 2025 21:24:26 -0400 (0:00:00.038) 0:00:12.268 *********** skipping: [managed-node2] => { "false_condition": "mssql_input_sql_file is defined" } TASK [fedora.linux_system_roles.mssql : Link the deprecated mssql_input_sql_file fact] *** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:23 Friday 06 June 2025 21:24:26 -0400 (0:00:00.046) 0:00:12.315 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "mssql_input_sql_file is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Print that the variable is deprecated] *** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:30 Friday 06 June 2025 21:24:26 -0400 (0:00:00.043) 0:00:12.358 *********** skipping: [managed-node2] => { "false_condition": "mssql_ha_listener_port is defined" } TASK [fedora.linux_system_roles.mssql : Link the deprecated mssql_ha_listener_port fact] *** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:37 Friday 06 June 2025 21:24:26 -0400 (0:00:00.037) 0:00:12.396 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "mssql_ha_listener_port is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Print that the mssql_ad_sql_user_name variable is deprecated] *** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:44 Friday 06 June 2025 21:24:26 -0400 (0:00:00.040) 0:00:12.436 *********** skipping: [managed-node2] => { "false_condition": "mssql_ad_sql_user_name is defined" } TASK [fedora.linux_system_roles.mssql : Link the deprecated mssql_ad_sql_user_name fact] *** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:51 Friday 06 June 2025 21:24:26 -0400 (0:00:00.037) 0:00:12.473 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "mssql_ad_sql_user_name is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Print that the mssql_ha_cluster_run_role variable is deprecated] *** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:58 Friday 06 June 2025 21:24:26 -0400 (0:00:00.040) 0:00:12.513 *********** skipping: [managed-node2] => { "false_condition": "mssql_ha_cluster_run_role is defined" } TASK [fedora.linux_system_roles.mssql : Link the deprecated mssql_ha_cluster_run_role fact] *** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:65 Friday 06 June 2025 21:24:26 -0400 (0:00:00.037) 0:00:12.551 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "mssql_ha_cluster_run_role is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Print that variable is deprecated] ***** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:74 Friday 06 June 2025 21:24:26 -0400 (0:00:00.040) 0:00:12.591 *********** skipping: [managed-node2] => { "false_condition": "mssql_accept_microsoft_odbc_driver_17_for_sql_server_eula is defined" } TASK [fedora.linux_system_roles.mssql : Link the deprecated fact] ************** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:83 Friday 06 June 2025 21:24:26 -0400 (0:00:00.037) 0:00:12.628 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "mssql_accept_microsoft_odbc_driver_17_for_sql_server_eula is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Fail on RHEL or CentOS 10 because it's not supported] *** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:87 Friday 06 June 2025 21:24:26 -0400 (0:00:00.039) 0:00:12.668 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "ansible_distribution_major_version is version('10', '=')", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Verify that the user accepts EULA variables] *** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:94 Friday 06 June 2025 21:24:26 -0400 (0:00:00.036) 0:00:12.705 *********** 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-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:106 Friday 06 June 2025 21:24:26 -0400 (0:00:00.063) 0:00:12.769 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "mssql_ha_configure | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Verify if the mssql_ha_replica_type variable is provided correctly] *** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:114 Friday 06 June 2025 21:24:26 -0400 (0:00:00.053) 0:00:12.822 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "mssql_ha_configure | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Verify that 'mssql_ha_replica_type = primary' is provided once] *** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:123 Friday 06 June 2025 21:24:26 -0400 (0:00:00.056) 0:00:12.878 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "mssql_ha_configure | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Verify that mssql_ha_prep_for_pacemaker is provided correctly] *** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:132 Friday 06 June 2025 21:24:26 -0400 (0:00:00.063) 0:00:12.942 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "mssql_ha_ag_cluster_type | lower == 'none'", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Verify that selinux variables are used on supported platforms] *** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:142 Friday 06 June 2025 21:24:26 -0400 (0:00:00.108) 0:00:13.050 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "(mssql_manage_selinux | bool) or (mssql_run_selinux_confined | bool)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Verify that mssql_manage_selinux is set properly] *** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:151 Friday 06 June 2025 21:24:27 -0400 (0:00:00.093) 0:00:13.144 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "mssql_manage_selinux | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Gather package facts] ****************** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:162 Friday 06 June 2025 21:24:27 -0400 (0:00:00.226) 0:00:13.370 *********** 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-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:166 Friday 06 June 2025 21:24:28 -0400 (0:00:01.509) 0:00:14.880 *********** skipping: [managed-node2] => (item={'key': 2017, 'value': 14}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "ansible_facts.packages[\"mssql-server\"][0][\"version\"] is defined", "item": { "key": 2017, "value": 14 }, "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item={'key': 2019, 'value': 15}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "ansible_facts.packages[\"mssql-server\"][0][\"version\"] is defined", "item": { "key": 2019, "value": 15 }, "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item={'key': 2022, 'value': 16}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "ansible_facts.packages[\"mssql-server\"][0][\"version\"] is defined", "item": { "key": 2022, "value": 16 }, "skip_reason": "Conditional result was False" } skipping: [managed-node2] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.mssql : Set mssql_version variable if user does not define it] *** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:174 Friday 06 June 2025 21:24:28 -0400 (0:00:00.065) 0:00:14.945 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "mssql_version is none", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Verify if the mssql_version variable is provided correctly] *** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:181 Friday 06 June 2025 21:24:28 -0400 (0:00:00.041) 0:00:14.987 *********** 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-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:188 Friday 06 June 2025 21:24:29 -0400 (0:00:00.134) 0:00:15.122 *********** skipping: [managed-node2] => (item={'key': 2017, 'value': 14}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "mssql_version | int == item.key", "item": { "key": 2017, "value": 14 }, "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item={'key': 2019, 'value': 15}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "ansible_facts.packages[\"mssql-server\"][0][\"version\"] is defined", "item": { "key": 2019, "value": 15 }, "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item={'key': 2022, 'value': 16}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "mssql_version | int == item.key", "item": { "key": 2022, "value": 16 }, "skip_reason": "Conditional result was False" } skipping: [managed-node2] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.mssql : Deploy the GPG key for Microsoft repositories] *** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:202 Friday 06 June 2025 21:24:29 -0400 (0:00:00.096) 0:00:15.218 *********** changed: [managed-node2] => { "attempts": 1, "changed": true } TASK [fedora.linux_system_roles.mssql : Update all packages from SQL Server repo version {{ __mssql_current_version }}] *** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:216 Friday 06 June 2025 21:24:30 -0400 (0:00:00.905) 0:00:16.124 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "__mssql_current_version is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Get yum repositories] ****************** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:226 Friday 06 June 2025 21:24:30 -0400 (0:00:00.047) 0:00:16.172 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "__mssql_current_version is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Remove the current Microsoft SQL Server repository to upgrade to 2019] *** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:237 Friday 06 June 2025 21:24:30 -0400 (0:00:00.038) 0:00:16.211 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "__mssql_current_version is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Update all packages from SQL Server repo version {{ __mssql_current_version }}] *** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:251 Friday 06 June 2025 21:24:30 -0400 (0:00:00.037) 0:00:16.248 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "__mssql_current_version is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Get zypper repositories] *************** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:260 Friday 06 June 2025 21:24:30 -0400 (0:00:00.037) 0:00:16.285 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "__mssql_current_version is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Remove the current Microsoft SQL Server repository to upgrade to 2019] *** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:272 Friday 06 June 2025 21:24:30 -0400 (0:00:00.037) 0:00:16.323 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "__mssql_current_version is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Configure the Microsoft SQL Server repo version 2019] *** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:279 Friday 06 June 2025 21:24:30 -0400 (0:00:00.039) 0:00:16.362 *********** 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-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:291 Friday 06 June 2025 21:24:30 -0400 (0:00:00.513) 0:00:16.876 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "ansible_pkg_mgr == \"zypper\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Configure to run as a confined application with SELinux] *** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:304 Friday 06 June 2025 21:24:30 -0400 (0:00:00.031) 0:00:16.907 *********** ok: [managed-node2] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [fedora.linux_system_roles.mssql : Ensure the package mssql-server] ******* task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:309 Friday 06 June 2025 21:24:48 -0400 (0:00:17.219) 0:00:34.126 *********** changed: [managed-node2] => { "changed": true, "rc": 0, "results": [ "Installed: gcc-gdb-plugin-8.5.0-22.el8.x86_64", "Installed: gdb-headless-8.2-20.el8.x86_64", "Installed: libatomic_ops-7.6.2-3.el8.x86_64", "Installed: gc-7.6.4-3.el8.x86_64", "Installed: cyrus-sasl-2.1.27-6.el8_5.x86_64", "Installed: libatomic-8.5.0-22.el8.x86_64", "Installed: gdb-8.2-20.el8.x86_64", "Installed: libipt-1.6.1-8.el8.x86_64", "Installed: libbabeltrace-1.5.4-4.el8.x86_64", "Installed: libtool-ltdl-2.4.6-25.el8.x86_64", "Installed: bzip2-1.0.6-26.el8.x86_64", "Installed: lsof-4.93.2-1.el8.x86_64", "Installed: mssql-server-15.0.4430.1-1.x86_64", "Installed: cyrus-sasl-gssapi-2.1.27-6.el8_5.x86_64", "Installed: guile-5:2.0.14-7.el8.x86_64" ] } lsrpackages: mssql-server TASK [fedora.linux_system_roles.mssql : Check if the errorlog file exists and its location] *** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:314 Friday 06 June 2025 21:25:28 -0400 (0:00:40.092) 0:01:14.219 *********** 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.005302", "end": "2025-06-06 21:25:28.414241", "rc": 0, "start": "2025-06-06 21:25:28.408939" } TASK [fedora.linux_system_roles.mssql : Check if mssql-server.service is enabled] *** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:331 Friday 06 June 2025 21:25:28 -0400 (0:00:00.381) 0:01:14.601 *********** ok: [managed-node2] => { "changed": false, "cmd": [ "systemctl", "is-enabled", "mssql-server.service" ], "delta": "0:00:00.009705", "end": "2025-06-06 21:25:28.795722", "failed_when_result": false, "rc": 1, "start": "2025-06-06 21:25:28.786017" } STDOUT: disabled MSG: non-zero return code TASK [fedora.linux_system_roles.mssql : Check if mssql-server.service is running] *** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:338 Friday 06 June 2025 21:25:28 -0400 (0:00:00.423) 0:01:15.025 *********** ok: [managed-node2] => { "changed": false, "cmd": [ "systemctl", "is-active", "mssql-server.service" ], "delta": "0:00:00.008021", "end": "2025-06-06 21:25:29.213277", "failed_when_result": false, "rc": 3, "start": "2025-06-06 21:25:29.205256" } STDOUT: inactive MSG: non-zero return code TASK [fedora.linux_system_roles.mssql : Set the __mssql_is_setup variable] ***** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:345 Friday 06 June 2025 21:25:29 -0400 (0:00:00.373) 0:01:15.398 *********** 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-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:352 Friday 06 June 2025 21:25:29 -0400 (0:00:00.065) 0:01:15.464 *********** ok: [managed-node2] => { "changed": false } MSG: All assertions passed TASK [fedora.linux_system_roles.mssql : Set up MSSQL] ************************** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:368 Friday 06 June 2025 21:25:29 -0400 (0:00:00.044) 0:01:15.508 *********** 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-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:398 Friday 06 June 2025 21:25:34 -0400 (0:00:05.060) 0:01:20.568 *********** skipping: [managed-node2] => (item={'path': None, 'mode': '755', 'setting': 'defaultdatadir'}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "item.path is not none", "item": { "mode": "755", "path": null, "setting": "defaultdatadir" }, "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item={'path': None, 'mode': '755', 'setting': 'defaultlogdir'}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "item.path is not none", "item": { "mode": "755", "path": null, "setting": "defaultlogdir" }, "skip_reason": "Conditional result was False" } skipping: [managed-node2] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.mssql : Set selinux role facts for ports] ****** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:413 Friday 06 June 2025 21:25:34 -0400 (0:00:00.059) 0:01:20.628 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "mssql_manage_selinux | bool", "skip_reason": "Conditional result was False" } TASK [Ensure correct SELinux context for storage paths and ports] ************** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:427 Friday 06 June 2025 21:25:34 -0400 (0:00:00.062) 0:01:20.690 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "mssql_manage_selinux | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Ensure that the tuned-profiles-mssql package is installed] *** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:438 Friday 06 June 2025 21:25:34 -0400 (0:00:00.083) 0:01:20.774 *********** changed: [managed-node2] => { "changed": true, "rc": 0, "results": [ "Installed: tuned-profiles-mssql-2.22.1-4.el8.1.noarch" ] } lsrpackages: tuned-profiles-mssql TASK [fedora.linux_system_roles.mssql : Ensure that the tuned service is started and enabled] *** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:444 Friday 06 June 2025 21:25:39 -0400 (0:00:04.377) 0:01:25.152 *********** ok: [managed-node2] => { "changed": false, "enabled": true, "name": "tuned", "state": "started", "status": { "ActiveEnterTimestamp": "Fri 2025-06-06 21:21:02 EDT", "ActiveEnterTimestampMonotonic": "10555027", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "basic.target systemd-sysctl.service dbus.service sysinit.target system.slice dbus.socket systemd-journald.socket polkit.service network.target", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Fri 2025-06-06 21:21:02 EDT", "AssertTimestampMonotonic": "10020344", "Before": "multi-user.target shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "BusName": "com.redhat.tuned", "CPUAccounting": "no", "CPUAffinity": "", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Fri 2025-06-06 21:21:02 EDT", "ConditionTimestampMonotonic": "10020340", "ConfigurationDirectoryMode": "0755", "Conflicts": "tlp.service power-profiles-daemon.service shutdown.target cpupower.service auto-cpufreq.service", "ControlGroup": "/system.slice/tuned.service", "ControlPID": "0", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "no", "Description": "Dynamic System Tuning Daemon", "DevicePolicy": "auto", "Documentation": "man:tuned(8) man:tuned.conf(5) man:tuned-adm(8)", "DynamicUser": "no", "EffectiveCPUs": "", "EffectiveMemoryNodes": "", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "693", "ExecMainStartTimestamp": "Fri 2025-06-06 21:21:02 EDT", "ExecMainStartTimestampMonotonic": "10021360", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/sbin/tuned ; argv[]=/usr/sbin/tuned -l -P ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/tuned.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "IOWeight": "[not set]", "IPAccounting": "no", "IPEgressBytes": "18446744073709551615", "IPEgressPackets": "18446744073709551615", "IPIngressBytes": "18446744073709551615", "IPIngressPackets": "18446744073709551615", "Id": "tuned.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestamp": "Fri 2025-06-06 21:21:02 EDT", "InactiveExitTimestampMonotonic": "10021396", "InvocationID": "b19140a4c6e34b3193e0ff41a1976200", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "0", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "65536", "LimitMEMLOCKSoft": "65536", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "262144", "LimitNOFILESoft": "1024", "LimitNPROC": "28608", "LimitNPROCSoft": "28608", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "28608", "LimitSIGPENDINGSoft": "28608", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "693", "MemoryAccounting": "yes", "MemoryCurrent": "22659072", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "MountFlags": "", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAMask": "", "NUMAPolicy": "n/a", "Names": "tuned.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PIDFile": "/run/tuned/tuned.pid", "PermissionsStartOnly": "no", "Perpetual": "no", "PrivateDevices": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "system.slice dbus.socket sysinit.target dbus.service", "Restart": "no", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestamp": "Fri 2025-06-06 21:21:02 EDT", "StateChangeTimestampMonotonic": "10555027", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SuccessAction": "none", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "4", "TasksMax": "45773", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "dbus", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "UtmpMode": "init", "WantedBy": "multi-user.target", "WatchdogTimestamp": "Fri 2025-06-06 21:21:02 EDT", "WatchdogTimestampMonotonic": "10554996", "WatchdogUSec": "0" } } TASK [fedora.linux_system_roles.mssql : Get the active Tuned profiles] ********* task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:451 Friday 06 June 2025 21:25:39 -0400 (0:00:00.895) 0:01:26.048 *********** ok: [managed-node2] => { "changed": false, "content": "dmlydHVhbC1ndWVzdAo=", "encoding": "base64", "source": "/etc/tuned/active_profile" } TASK [fedora.linux_system_roles.mssql : Decode the active Tuned profiles] ****** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:457 Friday 06 June 2025 21:25:40 -0400 (0:00:00.499) 0:01:26.547 *********** ok: [managed-node2] => { "ansible_facts": { "__mssql_tuned_active_profiles": "virtual-guest" }, "changed": false } TASK [fedora.linux_system_roles.mssql : Attempt to add mssql to the list of Tuned profiles] *** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:470 Friday 06 June 2025 21:25:40 -0400 (0:00:00.065) 0:01:26.613 *********** changed: [managed-node2] => { "changed": true, "cmd": [ "tuned-adm", "profile", "virtual-guest", "mssql" ], "delta": "0:00:01.157141", "end": "2025-06-06 21:25:41.988916", "failed_when_result": false, "rc": 0, "start": "2025-06-06 21:25:40.831775" } TASK [fedora.linux_system_roles.mssql : Remove troublemaking include from the mssql profile] *** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:482 Friday 06 June 2025 21:25:42 -0400 (0:00:01.591) 0:01:28.204 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "\"Cannot find profile 'throughput-performance'\" in __mssql_tuned_adm_profile.stderr", "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-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:491 Friday 06 June 2025 21:25:42 -0400 (0:00:00.079) 0:01:28.283 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "\"Cannot find profile 'throughput-performance'\" in __mssql_tuned_adm_profile.stderr", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Attempt to add mssql to the list of Tuned profiles] *** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:508 Friday 06 June 2025 21:25:42 -0400 (0:00:00.069) 0:01:28.353 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "not __mssql_is_booted | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Configure the Microsoft SQL Server Tools repository] *** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:516 Friday 06 June 2025 21:25:42 -0400 (0:00:00.060) 0:01:28.414 *********** 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-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:524 Friday 06 June 2025 21:25:42 -0400 (0:00:00.385) 0:01:28.799 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "ansible_pkg_mgr == \"zypper\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Ensure that SQL Server client tools are installed] *** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:533 Friday 06 June 2025 21:25:42 -0400 (0:00:00.039) 0:01:28.838 *********** changed: [managed-node2] => { "changed": true, "rc": 0, "results": [ "Installed: mssql-tools18-18.4.1.1-1.x86_64", "Installed: msodbcsql18-18.5.1.1-1.x86_64", "Installed: unixODBC-devel-2.3.11-1.rh.x86_64", "Installed: unixODBC-2.3.11-1.rh.x86_64" ] } lsrpackages: mssql-tools18 unixODBC-devel TASK [Create certificates using the certificate role] ************************** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:550 Friday 06 June 2025 21:25:51 -0400 (0:00:09.156) 0:01:37.995 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "mssql_tls_enable is not none", "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-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:564 Friday 06 June 2025 21:25:51 -0400 (0:00:00.037) 0:01:38.033 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "mssql_tls_enable is not none", "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-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:569 Friday 06 June 2025 21:25:51 -0400 (0:00:00.036) 0:01:38.069 *********** skipping: [managed-node2] => (item=None) => { "ansible_loop_var": "item", "changed": false, "false_condition": "mssql_tls_enable is not none", "item": null, "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item=None) => { "ansible_loop_var": "item", "changed": false, "false_condition": "mssql_tls_enable is not none", "item": null, "skip_reason": "Conditional result was False" } skipping: [managed-node2] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.mssql : Configure the tlscert setting] ********* task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:587 Friday 06 June 2025 21:25:52 -0400 (0:00:00.087) 0:01:38.157 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "mssql_tls_enable is not none", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Configure the tlskey setting] ********** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:596 Friday 06 June 2025 21:25:52 -0400 (0:00:00.036) 0:01:38.194 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "mssql_tls_enable is not none", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Configure the tlsprotocols setting] **** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:605 Friday 06 June 2025 21:25:52 -0400 (0:00:00.038) 0:01:38.232 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "mssql_tls_enable is not none", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Configure the forceencryption setting] *** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:612 Friday 06 June 2025 21:25:52 -0400 (0:00:00.036) 0:01:38.269 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "mssql_tls_enable is not none", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Get the setting forceencryption] ******* task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:621 Friday 06 June 2025 21:25:52 -0400 (0:00:00.038) 0:01:38.307 *********** ok: [managed-node2] => { "changed": false, "cmd": "set -euo pipefail; grep '^forceencryption' /var/opt/mssql/mssql.conf | sed 's/forceencryption = //g'", "delta": "0:00:00.004206", "end": "2025-06-06 21:25:52.518976", "failed_when_result": false, "rc": 1, "start": "2025-06-06 21:25:52.514770" } MSG: non-zero return code TASK [fedora.linux_system_roles.mssql : Append -No to sqlcmd when TLS is not configured] *** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:630 Friday 06 June 2025 21:25:52 -0400 (0:00:00.393) 0:01:38.701 *********** ok: [managed-node2] => { "ansible_facts": { "__sqlcmd_cli": "/opt/mssql-tools18/bin/sqlcmd -No" }, "changed": false } TASK [fedora.linux_system_roles.mssql : Append -C to sqlcmd when TLS is configured but certs are self-signed] *** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:637 Friday 06 June 2025 21:25:52 -0400 (0:00:00.067) 0:01:38.768 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "__mssql_forceencryption_val.stdout == '1'", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Prepare MSSQL and facts for logging in] *** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:650 Friday 06 June 2025 21:25:52 -0400 (0:00:00.059) 0:01:38.828 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "__mssql_conf_setup is skipped", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Wait for mssql-server to prepare for client connections] *** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:654 Friday 06 June 2025 21:25:52 -0400 (0:00:00.036) 0:01:38.864 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "__mssql_conf_setup is skipped", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Check if the set password matches the existing password] *** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:660 Friday 06 June 2025 21:25:52 -0400 (0:00:00.035) 0:01:38.900 *********** 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-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:676 Friday 06 June 2025 21:25:52 -0400 (0:00:00.033) 0:01:38.934 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "__mssql_conf_setup is skipped", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Gather package facts] ****************** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:685 Friday 06 June 2025 21:25:52 -0400 (0:00:00.035) 0:01:38.969 *********** 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-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:693 Friday 06 June 2025 21:25:52 -0400 (0:00:00.069) 0:01:39.038 *********** 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-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:714 Friday 06 June 2025 21:25:52 -0400 (0:00:00.036) 0:01:39.075 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "mssql_pre_input_sql_file != []", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Pre-input SQL script contents to SQL Server] *** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:723 Friday 06 June 2025 21:25:53 -0400 (0:00:00.053) 0:01:39.129 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "mssql_pre_input_sql_content != []", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Check if the set edition matches the existing edition] *** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:736 Friday 06 June 2025 21:25:53 -0400 (0:00:00.053) 0:01:39.183 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "__mssql_conf_setup is skipped", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Ensure that the mssql-server service is stopped] *** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:751 Friday 06 June 2025 21:25:53 -0400 (0:00:00.034) 0:01:39.217 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "__mssql_conf_setup is skipped", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Gather package facts] ****************** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:760 Friday 06 June 2025 21:25:53 -0400 (0:00:00.035) 0:01:39.252 *********** 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-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:766 Friday 06 June 2025 21:25:53 -0400 (0:00:00.056) 0:01:39.309 *********** skipping: [managed-node2] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.mssql : Configure the IP address setting] ****** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:785 Friday 06 June 2025 21:25:53 -0400 (0:00:00.035) 0:01:39.344 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "mssql_ip_address is not none", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Register the previous tcpport setting] *** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:792 Friday 06 June 2025 21:25:53 -0400 (0:00:00.035) 0:01:39.380 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "mssql_manage_firewall | bool", "skip_reason": "Conditional result was False" } TASK [Open the TCP port 1433] ************************************************** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:799 Friday 06 June 2025 21:25:53 -0400 (0:00:00.054) 0:01:39.435 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "mssql_manage_firewall | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Configure the TCP port setting to 1433] *** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:811 Friday 06 June 2025 21:25:53 -0400 (0:00:00.146) 0:01:39.581 *********** included: /tmp/collections-nfN/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-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:3 Friday 06 June 2025 21:25:53 -0400 (0:00:00.057) 0:01:39.639 *********** ok: [managed-node2] => { "changed": false, "cmd": [ "grep", "^tcpport = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.002401", "end": "2025-06-06 21:25:53.848834", "failed_when_result": false, "rc": 1, "start": "2025-06-06 21:25:53.846433" } MSG: non-zero return code TASK [fedora.linux_system_roles.mssql : Configure the setting network tcpport] *** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:12 Friday 06 June 2025 21:25:53 -0400 (0:00:00.400) 0:01:40.039 *********** ok: [managed-node2] => { "changed": false, "cmd": [ "/opt/mssql/bin/mssql-conf", "set", "network.tcpport", "1433" ], "delta": "0:00:00.100948", "end": "2025-06-06 21:25:54.363724", "failed_when_result": false, "rc": 0, "start": "2025-06-06 21:25:54.262776" } 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-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:42 Friday 06 June 2025 21:25:54 -0400 (0:00:00.523) 0:01:40.563 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "__mssql_conf_setting_value == \"unset\"", "skip_reason": "Conditional result was False" } TASK [Close the previously set SQL Server TCP port if it changed] ************** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:817 Friday 06 June 2025 21:25:54 -0400 (0:00:00.043) 0:01:40.607 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "mssql_manage_firewall | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Configure the sqlagent setting] ******** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:837 Friday 06 June 2025 21:25:54 -0400 (0:00:00.057) 0:01:40.664 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "mssql_enable_sql_agent is not none", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Ensure the package mssql-server-fts] *** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:844 Friday 06 June 2025 21:25:54 -0400 (0:00:00.041) 0:01:40.705 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "mssql_install_fts is not none", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Ensure the package powershell] ********* task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:851 Friday 06 June 2025 21:25:54 -0400 (0:00:00.038) 0:01:40.744 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "mssql_install_powershell is not none", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Check if the 3979 trace flag is enabled] *** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:860 Friday 06 June 2025 21:25:54 -0400 (0:00:00.043) 0:01:40.788 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "mssql_tune_for_fua_storage is not none", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Set the 3979 traceflag] **************** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:866 Friday 06 June 2025 21:25:54 -0400 (0:00:00.059) 0:01:40.848 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "mssql_tune_for_fua_storage is not none", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Unset the 3979 traceflag] ************** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:873 Friday 06 June 2025 21:25:54 -0400 (0:00:00.065) 0:01:40.914 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "mssql_tune_for_fua_storage is not none", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Configure the alternatewritethrough setting] *** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:881 Friday 06 June 2025 21:25:54 -0400 (0:00:00.042) 0:01:40.956 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "mssql_tune_for_fua_storage is not none", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Configure the writethrough setting] **** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:887 Friday 06 June 2025 21:25:54 -0400 (0:00:00.047) 0:01:41.003 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "mssql_tune_for_fua_storage is not none", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Verify that ad_integration_realm variable is provided] *** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:897 Friday 06 June 2025 21:25:54 -0400 (0:00:00.048) 0:01:41.052 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "mssql_ad_configure | bool", "skip_reason": "Conditional result was False" } TASK [Join to realm {{ ad_integration_realm }}] ******************************** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:905 Friday 06 June 2025 21:25:55 -0400 (0:00:00.074) 0:01:41.126 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "mssql_ad_configure | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Ensure adutil and krb5-workstation] **** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:913 Friday 06 June 2025 21:25:55 -0400 (0:00:00.051) 0:01:41.178 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "mssql_ad_configure | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Print credential caches to check if AD principal exists] *** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:920 Friday 06 June 2025 21:25:55 -0400 (0:00:00.055) 0:01:41.234 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "mssql_ad_configure | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Print status of credential cache for {{ __mssql_ad_kinit_user }}] *** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:927 Friday 06 June 2025 21:25:55 -0400 (0:00:00.097) 0:01:41.331 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "mssql_ad_configure | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Obtain Kerberos ticket for {{ __mssql_ad_kinit_user }}] *** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:936 Friday 06 June 2025 21:25:55 -0400 (0:00:00.051) 0:01:41.383 *********** 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-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:949 Friday 06 June 2025 21:25:55 -0400 (0:00:00.085) 0:01:41.468 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "mssql_ad_configure | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : In AD server create user] ************** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:958 Friday 06 June 2025 21:25:55 -0400 (0:00:00.040) 0:01:41.509 *********** 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-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:972 Friday 06 June 2025 21:25:55 -0400 (0:00:00.039) 0:01:41.548 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "mssql_ad_configure | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Get SPNs for the principal] ************ task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:982 Friday 06 June 2025 21:25:55 -0400 (0:00:00.033) 0:01:41.582 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "mssql_ad_configure | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Register SPNs to the principal] ******** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:987 Friday 06 June 2025 21:25:55 -0400 (0:00:00.035) 0:01:41.617 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "mssql_ad_configure | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Get kvno of the SPN host] ************** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1004 Friday 06 June 2025 21:25:55 -0400 (0:00:00.032) 0:01:41.650 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "mssql_ad_configure | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Get stats of the keytab file] ********** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1009 Friday 06 June 2025 21:25:55 -0400 (0:00:00.034) 0:01:41.684 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "mssql_ad_configure | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Get keytab properties] ***************** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1014 Friday 06 June 2025 21:25:55 -0400 (0:00:00.032) 0:01:41.717 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "mssql_ad_configure | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Create keytab] ************************* task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1020 Friday 06 June 2025 21:25:55 -0400 (0:00:00.038) 0:01:41.755 *********** skipping: [managed-node2] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.mssql : Add an entry in the keytab for the principal name and password] *** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1046 Friday 06 June 2025 21:25:55 -0400 (0:00:00.052) 0:01:41.808 *********** 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-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1067 Friday 06 June 2025 21:25:55 -0400 (0:00:00.058) 0:01:41.867 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "mssql_ad_configure | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Fetch keytab file to host] ************* task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1075 Friday 06 June 2025 21:25:55 -0400 (0:00:00.056) 0:01:41.923 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "mssql_ad_configure | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Configure the network.kerberoskeytabfile setting] *** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1085 Friday 06 June 2025 21:25:55 -0400 (0:00:00.068) 0:01:41.992 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "mssql_ad_configure | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Configure the network.kerberoskeytabfile setting] *** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1091 Friday 06 June 2025 21:25:55 -0400 (0:00:00.064) 0:01:42.056 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "mssql_ad_configure | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Verify that hosts with mssql_ha_replica_type=primary is available] *** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1109 Friday 06 June 2025 21:25:55 -0400 (0:00:00.055) 0:01:42.112 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "mssql_ha_configure | bool", "skip_reason": "Conditional result was False" } TASK [Open the port and enable the high-availability service in firewall tcp port 5022] *** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1120 Friday 06 June 2025 21:25:56 -0400 (0:00:00.074) 0:01:42.187 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "mssql_ha_configure | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Set host variables] ******************** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1140 Friday 06 June 2025 21:25:56 -0400 (0:00:00.058) 0:01:42.246 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "mssql_ha_configure | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Ensure the package mssql-server-ha] **** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1193 Friday 06 June 2025 21:25:56 -0400 (0:00:00.080) 0:01:42.326 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "mssql_ha_configure | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Enable the hadrenabled setting] ******** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1200 Friday 06 June 2025 21:25:56 -0400 (0:00:00.070) 0:01:42.397 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "mssql_ha_configure | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Restart the mssql-server service if hadrenabled task was changed] *** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1207 Friday 06 June 2025 21:25:56 -0400 (0:00:00.056) 0:01:42.454 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "mssql_ha_configure | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Remove certificate from SQL Server] **** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1219 Friday 06 June 2025 21:25:56 -0400 (0:00:00.058) 0:01:42.512 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "mssql_ha_configure | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Remove certificate and private key files] *** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1225 Friday 06 June 2025 21:25:56 -0400 (0:00:00.060) 0:01:42.573 *********** skipping: [managed-node2] => (item=/var/opt/mssql/data/.cer) => { "ansible_loop_var": "item", "changed": false, "false_condition": "mssql_ha_configure | bool", "item": "/var/opt/mssql/data/.cer", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item=/var/opt/mssql/data/.pvk) => { "ansible_loop_var": "item", "changed": false, "false_condition": "mssql_ha_configure | bool", "item": "/var/opt/mssql/data/.pvk", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.mssql : Configure SQL entities on the primary replica] *** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1233 Friday 06 June 2025 21:25:56 -0400 (0:00:00.067) 0:01:42.640 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "mssql_ha_configure | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Create login for HA on in SQL Server] *** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1242 Friday 06 June 2025 21:25:56 -0400 (0:00:00.103) 0:01:42.743 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "mssql_ha_configure | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Fetch certificate files from the primary to the control node] *** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1250 Friday 06 June 2025 21:25:56 -0400 (0:00:00.040) 0:01:42.784 *********** skipping: [managed-node2] => (item={'key': 'cert', 'value': '/var/opt/mssql/data/.cer'}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "mssql_ha_configure | bool", "item": { "key": "cert", "value": "/var/opt/mssql/data/.cer" }, "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item={'key': 'key', 'value': '/var/opt/mssql/data/.pvk'}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "mssql_ha_configure | bool", "item": { "key": "key", "value": "/var/opt/mssql/data/.pvk" }, "skip_reason": "Conditional result was False" } skipping: [managed-node2] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.mssql : Get the current primary replica in SQL] *** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1264 Friday 06 June 2025 21:25:56 -0400 (0:00:00.048) 0:01:42.832 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "mssql_ha_configure | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Set fact with the current primary replica] *** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1270 Friday 06 June 2025 21:25:56 -0400 (0:00:00.034) 0:01:42.866 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "mssql_ha_configure | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Verify that primary instance hosts is available] *** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1292 Friday 06 June 2025 21:25:56 -0400 (0:00:00.036) 0:01:42.903 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "mssql_ha_configure | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Configure ag] ************************** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1302 Friday 06 June 2025 21:25:56 -0400 (0:00:00.050) 0:01:42.954 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "mssql_ha_configure | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Grant permissions to HA login] ********* task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1311 Friday 06 June 2025 21:25:56 -0400 (0:00:00.062) 0:01:43.016 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "mssql_ha_configure | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Replicate DBs] ************************* task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1320 Friday 06 June 2025 21:25:56 -0400 (0:00:00.058) 0:01:43.075 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "mssql_ha_configure | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Grant permissions to HA login] ********* task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1331 Friday 06 June 2025 21:25:57 -0400 (0:00:00.061) 0:01:43.137 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "mssql_ha_configure | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Verify that hosts with replica_type=primary is available] *** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1344 Friday 06 June 2025 21:25:57 -0400 (0:00:00.074) 0:01:43.211 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "mssql_ha_configure | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Ensure the package mssql-server-ha] **** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1353 Friday 06 June 2025 21:25:57 -0400 (0:00:00.089) 0:01:43.301 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "mssql_ha_configure | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Enable the hadrenabled setting] ******** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1360 Friday 06 June 2025 21:25:57 -0400 (0:00:00.068) 0:01:43.369 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "mssql_ha_configure | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Restart the mssql-server service if hadrenabled task was changed] *** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1367 Friday 06 June 2025 21:25:57 -0400 (0:00:00.081) 0:01:43.451 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "mssql_ha_configure | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Remove certificate from SQL Server] **** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1376 Friday 06 June 2025 21:25:57 -0400 (0:00:00.090) 0:01:43.542 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "mssql_ha_configure | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Distribute certificate and private key to managed nodes] *** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1383 Friday 06 June 2025 21:25:57 -0400 (0:00:00.055) 0:01:43.597 *********** skipping: [managed-node2] => (item={'key': 'cert', 'value': '/var/opt/mssql/data/.cer'}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "mssql_ha_configure | bool", "item": { "key": "cert", "value": "/var/opt/mssql/data/.cer" }, "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item={'key': 'key', 'value': '/var/opt/mssql/data/.pvk'}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "mssql_ha_configure | bool", "item": { "key": "key", "value": "/var/opt/mssql/data/.pvk" }, "skip_reason": "Conditional result was False" } skipping: [managed-node2] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.mssql : Configure SQL entities on not primary replicas] *** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1395 Friday 06 June 2025 21:25:57 -0400 (0:00:00.084) 0:01:43.682 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "mssql_ha_configure | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Create HA login] *********************** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1404 Friday 06 June 2025 21:25:57 -0400 (0:00:00.060) 0:01:43.742 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "mssql_ha_configure | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Join to availability group] ************ task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1411 Friday 06 June 2025 21:25:57 -0400 (0:00:00.056) 0:01:43.799 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "mssql_ha_configure | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Grant permissions to HA login] ********* task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1417 Friday 06 June 2025 21:25:57 -0400 (0:00:00.055) 0:01:43.854 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "mssql_ha_configure | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Remove certificate and private key from the control node] *** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1425 Friday 06 June 2025 21:25:57 -0400 (0:00:00.057) 0:01:43.911 *********** skipping: [managed-node2] => (item=cert) => { "ansible_loop_var": "item", "changed": false, "false_condition": "mssql_ha_configure | bool", "item": "cert", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item=key) => { "ansible_loop_var": "item", "changed": false, "false_condition": "mssql_ha_configure | bool", "item": "key", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.mssql : Save credentials for the SQL Server login] *** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1438 Friday 06 June 2025 21:25:57 -0400 (0:00:00.069) 0:01:43.981 *********** 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-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1450 Friday 06 June 2025 21:25:58 -0400 (0:00:00.169) 0:01:44.150 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "mssql_ha_configure | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Wait for the cluster to finish configuration] *** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1455 Friday 06 June 2025 21:25:58 -0400 (0:00:00.066) 0:01:44.217 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "mssql_ha_configure | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Configure listener for the availability group] *** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1463 Friday 06 June 2025 21:25:58 -0400 (0:00:00.070) 0:01:44.287 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "mssql_ha_configure | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Ensure the ansible_managed header in /var/opt/mssql/mssql.conf] *** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1472 Friday 06 June 2025 21:25:58 -0400 (0:00:00.092) 0:01:44.379 *********** changed: [managed-node2] => { "changed": true } MSG: Block inserted TASK [fedora.linux_system_roles.mssql : Flush handlers prior to inputting post SQL scripts] *** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1481 Friday 06 June 2025 21:25:59 -0400 (0:00:01.005) 0:01:45.385 *********** META: triggered running handlers for managed-node2 TASK [fedora.linux_system_roles.mssql : Post-input SQL scripts to SQL Server] *** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1485 Friday 06 June 2025 21:25:59 -0400 (0:00:00.036) 0:01:45.421 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "mssql_post_input_sql_file != []", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Post-input SQL scripts to SQL Server] *** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1492 Friday 06 June 2025 21:25:59 -0400 (0:00:00.070) 0:01:45.492 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "mssql_post_input_sql_content != []", "skip_reason": "Conditional result was False" } TASK [Upgrade to 2022 and assert expected results] ***************************** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/tests/mssql/tests_2022_upgrade.yml:72 Friday 06 June 2025 21:25:59 -0400 (0:00:00.102) 0:01:45.595 *********** included: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/upgrade_and_assert.yml for managed-node2 TASK [Upgrade to 2022] ********************************************************* task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/upgrade_and_assert.yml:9 Friday 06 June 2025 21:25:59 -0400 (0:00:00.253) 0:01:45.849 *********** TASK [fedora.linux_system_roles.mssql : Ensure ansible_facts and variables used by role] *** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:3 Friday 06 June 2025 21:26:00 -0400 (0:00:00.347) 0:01:46.197 *********** included: /tmp/collections-nfN/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-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/set_vars.yml:3 Friday 06 June 2025 21:26:00 -0400 (0:00:00.091) 0:01:46.289 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "__mssql_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Set platform/version specific variables] *** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/set_vars.yml:8 Friday 06 June 2025 21:26:00 -0400 (0:00:00.073) 0:01:46.362 *********** 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-nfN/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, "false_condition": "__mssql_vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [managed-node2] => (item=CentOS_8.yml) => { "ansible_facts": { "__mssql_client_repository": "https://packages.microsoft.com/rhel/8/prod/", "__mssql_confined_supported": false, "__mssql_server_repository": "https://packages.microsoft.com/rhel/8/mssql-server-{{ mssql_version | int }}/", "__mssql_supported_versions": [ 2017, 2019, 2022 ] }, "ansible_included_var_files": [ "/tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } ok: [managed-node2] => (item=CentOS_8.yml) => { "ansible_facts": { "__mssql_client_repository": "https://packages.microsoft.com/rhel/8/prod/", "__mssql_confined_supported": false, "__mssql_server_repository": "https://packages.microsoft.com/rhel/8/mssql-server-{{ mssql_version | int }}/", "__mssql_supported_versions": [ 2017, 2019, 2022 ] }, "ansible_included_var_files": [ "/tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } TASK [fedora.linux_system_roles.mssql : Run systemctl] ************************* task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/set_vars.yml:22 Friday 06 June 2025 21:26:00 -0400 (0:00:00.144) 0:01:46.507 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "__mssql_is_booted is not defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Require installed systemd] ************* task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/set_vars.yml:29 Friday 06 June 2025 21:26:00 -0400 (0:00:00.129) 0:01:46.637 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "__mssql_is_booted is not defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Set flag to indicate that systemd runtime operations are available] *** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/set_vars.yml:34 Friday 06 June 2025 21:26:00 -0400 (0:00:00.059) 0:01:46.697 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "__mssql_is_booted is not defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Unset the __mssql_sqlcmd_login_cmd fact] *** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:8 Friday 06 June 2025 21:26:00 -0400 (0:00:00.071) 0:01:46.768 *********** ok: [managed-node2] => { "ansible_facts": { "__mssql_sqlcmd_login_cmd": null }, "changed": false } TASK [fedora.linux_system_roles.mssql : Print that the mssql_input_sql_file variable is deprecated] *** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:15 Friday 06 June 2025 21:26:00 -0400 (0:00:00.057) 0:01:46.826 *********** skipping: [managed-node2] => { "false_condition": "mssql_input_sql_file is defined" } TASK [fedora.linux_system_roles.mssql : Link the deprecated mssql_input_sql_file fact] *** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:23 Friday 06 June 2025 21:26:00 -0400 (0:00:00.060) 0:01:46.887 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "mssql_input_sql_file is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Print that the variable is deprecated] *** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:30 Friday 06 June 2025 21:26:00 -0400 (0:00:00.057) 0:01:46.944 *********** skipping: [managed-node2] => { "false_condition": "mssql_ha_listener_port is defined" } TASK [fedora.linux_system_roles.mssql : Link the deprecated mssql_ha_listener_port fact] *** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:37 Friday 06 June 2025 21:26:00 -0400 (0:00:00.065) 0:01:47.009 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "mssql_ha_listener_port is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Print that the mssql_ad_sql_user_name variable is deprecated] *** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:44 Friday 06 June 2025 21:26:00 -0400 (0:00:00.057) 0:01:47.067 *********** skipping: [managed-node2] => { "false_condition": "mssql_ad_sql_user_name is defined" } TASK [fedora.linux_system_roles.mssql : Link the deprecated mssql_ad_sql_user_name fact] *** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:51 Friday 06 June 2025 21:26:01 -0400 (0:00:00.059) 0:01:47.127 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "mssql_ad_sql_user_name is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Print that the mssql_ha_cluster_run_role variable is deprecated] *** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:58 Friday 06 June 2025 21:26:01 -0400 (0:00:00.058) 0:01:47.185 *********** skipping: [managed-node2] => { "false_condition": "mssql_ha_cluster_run_role is defined" } TASK [fedora.linux_system_roles.mssql : Link the deprecated mssql_ha_cluster_run_role fact] *** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:65 Friday 06 June 2025 21:26:01 -0400 (0:00:00.059) 0:01:47.244 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "mssql_ha_cluster_run_role is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Print that variable is deprecated] ***** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:74 Friday 06 June 2025 21:26:01 -0400 (0:00:00.057) 0:01:47.302 *********** skipping: [managed-node2] => { "false_condition": "mssql_accept_microsoft_odbc_driver_17_for_sql_server_eula is defined" } TASK [fedora.linux_system_roles.mssql : Link the deprecated fact] ************** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:83 Friday 06 June 2025 21:26:01 -0400 (0:00:00.060) 0:01:47.362 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "mssql_accept_microsoft_odbc_driver_17_for_sql_server_eula is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Fail on RHEL or CentOS 10 because it's not supported] *** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:87 Friday 06 June 2025 21:26:01 -0400 (0:00:00.058) 0:01:47.420 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "ansible_distribution_major_version is version('10', '=')", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Verify that the user accepts EULA variables] *** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:94 Friday 06 June 2025 21:26:01 -0400 (0:00:00.060) 0:01:47.481 *********** 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-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:106 Friday 06 June 2025 21:26:01 -0400 (0:00:00.126) 0:01:47.607 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "mssql_ha_configure | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Verify if the mssql_ha_replica_type variable is provided correctly] *** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:114 Friday 06 June 2025 21:26:01 -0400 (0:00:00.084) 0:01:47.691 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "mssql_ha_configure | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Verify that 'mssql_ha_replica_type = primary' is provided once] *** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:123 Friday 06 June 2025 21:26:01 -0400 (0:00:00.081) 0:01:47.773 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "mssql_ha_configure | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Verify that mssql_ha_prep_for_pacemaker is provided correctly] *** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:132 Friday 06 June 2025 21:26:01 -0400 (0:00:00.071) 0:01:47.845 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "mssql_ha_ag_cluster_type | lower == 'none'", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Verify that selinux variables are used on supported platforms] *** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:142 Friday 06 June 2025 21:26:01 -0400 (0:00:00.076) 0:01:47.922 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "(mssql_manage_selinux | bool) or (mssql_run_selinux_confined | bool)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Verify that mssql_manage_selinux is set properly] *** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:151 Friday 06 June 2025 21:26:01 -0400 (0:00:00.086) 0:01:48.009 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "mssql_manage_selinux | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Gather package facts] ****************** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:162 Friday 06 June 2025 21:26:01 -0400 (0:00:00.097) 0:01:48.106 *********** 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-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:166 Friday 06 June 2025 21:26:04 -0400 (0:00:02.311) 0:01:50.418 *********** skipping: [managed-node2] => (item={'key': 2017, 'value': 14}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "ansible_facts.packages[\"mssql-server\"][0][\"version\"].split(\".\") | first | int == item.value", "item": { "key": 2017, "value": 14 }, "skip_reason": "Conditional result was False" } ok: [managed-node2] => (item={'key': 2019, 'value': 15}) => { "ansible_facts": { "__mssql_current_version": "2019" }, "ansible_loop_var": "item", "changed": false, "item": { "key": 2019, "value": 15 } } skipping: [managed-node2] => (item={'key': 2022, 'value': 16}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "ansible_facts.packages[\"mssql-server\"][0][\"version\"].split(\".\") | first | int == item.value", "item": { "key": 2022, "value": 16 }, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Set mssql_version variable if user does not define it] *** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:174 Friday 06 June 2025 21:26:04 -0400 (0:00:00.203) 0:01:50.622 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "mssql_version is none", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Verify if the mssql_version variable is provided correctly] *** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:181 Friday 06 June 2025 21:26:04 -0400 (0:00:00.125) 0:01:50.748 *********** 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-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:188 Friday 06 June 2025 21:26:04 -0400 (0:00:00.119) 0:01:50.867 *********** skipping: [managed-node2] => (item={'key': 2017, 'value': 14}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "mssql_version | int == item.key", "item": { "key": 2017, "value": 14 }, "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item={'key': 2019, 'value': 15}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "mssql_version | int == item.key", "item": { "key": 2019, "value": 15 }, "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item={'key': 2022, 'value': 16}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "ansible_facts.packages[\"mssql-server\"][0][\"version\"].split(\".\") | first | int > item.value", "item": { "key": 2022, "value": 16 }, "skip_reason": "Conditional result was False" } skipping: [managed-node2] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.mssql : Deploy the GPG key for Microsoft repositories] *** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:202 Friday 06 June 2025 21:26:04 -0400 (0:00:00.119) 0:01:50.986 *********** 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-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:216 Friday 06 June 2025 21:26:05 -0400 (0:00:00.663) 0:01:51.650 *********** ok: [managed-node2] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: * TASK [fedora.linux_system_roles.mssql : Get yum repositories] ****************** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:226 Friday 06 June 2025 21:26:06 -0400 (0:00:01.017) 0:01:52.668 *********** ok: [managed-node2] => { "changed": false, "cmd": "set -euo pipefail; yum repolist enabled | grep packages-microsoft-com-mssql-server- | grep -v packages-microsoft-com-mssql-server-2022 | cut -d\" \" -f 1 || true", "delta": "0:00:00.233074", "end": "2025-06-06 21:26:07.418974", "rc": 0, "start": "2025-06-06 21:26:07.185900" } STDOUT: packages-microsoft-com-mssql-server-2019 TASK [fedora.linux_system_roles.mssql : Remove the current Microsoft SQL Server repository to upgrade to 2022] *** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:237 Friday 06 June 2025 21:26:07 -0400 (0:00:01.053) 0:01:53.722 *********** changed: [managed-node2] => { "changed": true, "repo": "packages-microsoft-com-mssql-server-2019", "state": "absent" } TASK [fedora.linux_system_roles.mssql : Update all packages from SQL Server repo version 2019] *** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:251 Friday 06 June 2025 21:26:08 -0400 (0:00:00.624) 0:01:54.346 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "ansible_pkg_mgr == \"zypper\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Get zypper repositories] *************** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:260 Friday 06 June 2025 21:26:08 -0400 (0:00:00.068) 0:01:54.415 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "ansible_pkg_mgr == \"zypper\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Remove the current Microsoft SQL Server repository to upgrade to 2022] *** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:272 Friday 06 June 2025 21:26:08 -0400 (0:00:00.073) 0:01:54.488 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "ansible_pkg_mgr == \"zypper\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Configure the Microsoft SQL Server repo version 2022] *** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:279 Friday 06 June 2025 21:26:08 -0400 (0:00:00.066) 0:01:54.554 *********** changed: [managed-node2] => { "changed": true, "repo": "packages-microsoft-com-mssql-server-2022", "state": "present" } TASK [fedora.linux_system_roles.mssql : Configure the Microsoft SQL Server repo version 2022] *** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:291 Friday 06 June 2025 21:26:08 -0400 (0:00:00.416) 0:01:54.971 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "ansible_pkg_mgr == \"zypper\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Configure to run as a confined application with SELinux] *** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:304 Friday 06 June 2025 21:26:08 -0400 (0:00:00.033) 0:01:55.005 *********** ok: [managed-node2] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [fedora.linux_system_roles.mssql : Ensure the package mssql-server] ******* task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:309 Friday 06 June 2025 21:26:12 -0400 (0:00:03.368) 0:01:58.373 *********** changed: [managed-node2] => { "changed": true, "rc": 0, "results": [ "Installed: mssql-server-16.0.4195.2-4.x86_64", "Removed: mssql-server-15.0.4430.1-1.x86_64" ] } lsrpackages: mssql-server TASK [fedora.linux_system_roles.mssql : Check if the errorlog file exists and its location] *** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:314 Friday 06 June 2025 21:26:53 -0400 (0:00:41.003) 0:02:39.377 *********** 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.005742", "end": "2025-06-06 21:26:53.597081", "rc": 0, "start": "2025-06-06 21:26:53.591339" } STDOUT: /var/opt/mssql/log/errorlog TASK [fedora.linux_system_roles.mssql : Check if mssql-server.service is enabled] *** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:331 Friday 06 June 2025 21:26:53 -0400 (0:00:00.405) 0:02:39.783 *********** ok: [managed-node2] => { "changed": false, "cmd": [ "systemctl", "is-enabled", "mssql-server.service" ], "delta": "0:00:00.008789", "end": "2025-06-06 21:26:54.041535", "failed_when_result": false, "rc": 0, "start": "2025-06-06 21:26:54.032746" } STDOUT: enabled TASK [fedora.linux_system_roles.mssql : Check if mssql-server.service is running] *** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:338 Friday 06 June 2025 21:26:54 -0400 (0:00:00.525) 0:02:40.308 *********** ok: [managed-node2] => { "changed": false, "cmd": [ "systemctl", "is-active", "mssql-server.service" ], "delta": "0:00:00.007114", "end": "2025-06-06 21:26:54.518436", "failed_when_result": false, "rc": 0, "start": "2025-06-06 21:26:54.511322" } STDOUT: active TASK [fedora.linux_system_roles.mssql : Set the __mssql_is_setup variable] ***** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:345 Friday 06 June 2025 21:26:54 -0400 (0:00:00.419) 0:02:40.728 *********** 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-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:352 Friday 06 June 2025 21:26:54 -0400 (0:00:00.047) 0:02:40.776 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "not __mssql_is_setup", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Set up MSSQL] ************************** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:368 Friday 06 June 2025 21:26:54 -0400 (0:00:00.040) 0:02:40.816 *********** 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-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:398 Friday 06 June 2025 21:26:54 -0400 (0:00:00.042) 0:02:40.858 *********** skipping: [managed-node2] => (item={'path': None, 'mode': '755', 'setting': 'defaultdatadir'}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "item.path is not none", "item": { "mode": "755", "path": null, "setting": "defaultdatadir" }, "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item={'path': None, 'mode': '755', 'setting': 'defaultlogdir'}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "item.path is not none", "item": { "mode": "755", "path": null, "setting": "defaultlogdir" }, "skip_reason": "Conditional result was False" } skipping: [managed-node2] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.mssql : Set selinux role facts for ports] ****** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:413 Friday 06 June 2025 21:26:54 -0400 (0:00:00.048) 0:02:40.907 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "mssql_manage_selinux | bool", "skip_reason": "Conditional result was False" } TASK [Ensure correct SELinux context for storage paths and ports] ************** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:427 Friday 06 June 2025 21:26:54 -0400 (0:00:00.033) 0:02:40.940 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "mssql_manage_selinux | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Ensure that the tuned-profiles-mssql package is installed] *** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:438 Friday 06 June 2025 21:26:54 -0400 (0:00:00.034) 0:02:40.974 *********** ok: [managed-node2] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: tuned-profiles-mssql TASK [fedora.linux_system_roles.mssql : Ensure that the tuned service is started and enabled] *** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:444 Friday 06 June 2025 21:26:58 -0400 (0:00:03.522) 0:02:44.497 *********** ok: [managed-node2] => { "changed": false, "enabled": true, "name": "tuned", "state": "started", "status": { "ActiveEnterTimestamp": "Fri 2025-06-06 21:21:02 EDT", "ActiveEnterTimestampMonotonic": "10555027", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "dbus.service dbus.socket basic.target polkit.service network.target system.slice systemd-journald.socket systemd-sysctl.service sysinit.target", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Fri 2025-06-06 21:21:02 EDT", "AssertTimestampMonotonic": "10020344", "Before": "shutdown.target multi-user.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "BusName": "com.redhat.tuned", "CPUAccounting": "no", "CPUAffinity": "", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Fri 2025-06-06 21:21:02 EDT", "ConditionTimestampMonotonic": "10020340", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target cpupower.service auto-cpufreq.service power-profiles-daemon.service tlp.service", "ControlGroup": "/system.slice/tuned.service", "ControlPID": "0", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "no", "Description": "Dynamic System Tuning Daemon", "DevicePolicy": "auto", "Documentation": "man:tuned(8) man:tuned.conf(5) man:tuned-adm(8)", "DynamicUser": "no", "EffectiveCPUs": "", "EffectiveMemoryNodes": "", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "693", "ExecMainStartTimestamp": "Fri 2025-06-06 21:21:02 EDT", "ExecMainStartTimestampMonotonic": "10021360", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/sbin/tuned ; argv[]=/usr/sbin/tuned -l -P ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/tuned.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "IOWeight": "[not set]", "IPAccounting": "no", "IPEgressBytes": "18446744073709551615", "IPEgressPackets": "18446744073709551615", "IPIngressBytes": "18446744073709551615", "IPIngressPackets": "18446744073709551615", "Id": "tuned.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestamp": "Fri 2025-06-06 21:21:02 EDT", "InactiveExitTimestampMonotonic": "10021396", "InvocationID": "b19140a4c6e34b3193e0ff41a1976200", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "0", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "65536", "LimitMEMLOCKSoft": "65536", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "262144", "LimitNOFILESoft": "1024", "LimitNPROC": "28608", "LimitNPROCSoft": "28608", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "28608", "LimitSIGPENDINGSoft": "28608", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "693", "MemoryAccounting": "yes", "MemoryCurrent": "23236608", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "MountFlags": "", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAMask": "", "NUMAPolicy": "n/a", "Names": "tuned.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PIDFile": "/run/tuned/tuned.pid", "PermissionsStartOnly": "no", "Perpetual": "no", "PrivateDevices": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "dbus.socket system.slice dbus.service sysinit.target", "Restart": "no", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestamp": "Fri 2025-06-06 21:21:02 EDT", "StateChangeTimestampMonotonic": "10555027", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SuccessAction": "none", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "4", "TasksMax": "45773", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "dbus", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "UtmpMode": "init", "WantedBy": "multi-user.target", "WatchdogTimestamp": "Fri 2025-06-06 21:21:02 EDT", "WatchdogTimestampMonotonic": "10554996", "WatchdogUSec": "0" } } TASK [fedora.linux_system_roles.mssql : Get the active Tuned profiles] ********* task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:451 Friday 06 June 2025 21:26:58 -0400 (0:00:00.559) 0:02:45.057 *********** ok: [managed-node2] => { "changed": false, "content": "dmlydHVhbC1ndWVzdCBtc3NxbAo=", "encoding": "base64", "source": "/etc/tuned/active_profile" } TASK [fedora.linux_system_roles.mssql : Decode the active Tuned profiles] ****** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:457 Friday 06 June 2025 21:26:59 -0400 (0:00:00.417) 0:02:45.475 *********** ok: [managed-node2] => { "ansible_facts": { "__mssql_tuned_active_profiles": "virtual-guest mssql" }, "changed": false } TASK [fedora.linux_system_roles.mssql : Attempt to add mssql to the list of Tuned profiles] *** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:470 Friday 06 June 2025 21:26:59 -0400 (0:00:00.051) 0:02:45.527 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "\"mssql\" not in __mssql_tuned_active_profiles", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Remove troublemaking include from the mssql profile] *** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:482 Friday 06 June 2025 21:26:59 -0400 (0:00:00.061) 0:02:45.588 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "\"mssql\" not in __mssql_tuned_active_profiles", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Add the fixed mssql profile to the list of Tuned profiles] *** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:491 Friday 06 June 2025 21:26:59 -0400 (0:00:00.058) 0:02:45.647 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "\"mssql\" not in __mssql_tuned_active_profiles", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Attempt to add mssql to the list of Tuned profiles] *** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:508 Friday 06 June 2025 21:26:59 -0400 (0:00:00.059) 0:02:45.707 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "not __mssql_is_booted | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Configure the Microsoft SQL Server Tools repository] *** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:516 Friday 06 June 2025 21:26:59 -0400 (0:00:00.057) 0:02:45.765 *********** 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-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:524 Friday 06 June 2025 21:27:00 -0400 (0:00:00.443) 0:02:46.208 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "ansible_pkg_mgr == \"zypper\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Ensure that SQL Server client tools are installed] *** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:533 Friday 06 June 2025 21:27:00 -0400 (0:00:00.075) 0:02:46.283 *********** ok: [managed-node2] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: mssql-tools18 unixODBC-devel TASK [Create certificates using the certificate role] ************************** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:550 Friday 06 June 2025 21:27:03 -0400 (0:00:03.170) 0:02:49.454 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "mssql_tls_enable is not none", "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-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:564 Friday 06 June 2025 21:27:03 -0400 (0:00:00.140) 0:02:49.594 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "mssql_tls_enable is not none", "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-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:569 Friday 06 June 2025 21:27:03 -0400 (0:00:00.061) 0:02:49.656 *********** skipping: [managed-node2] => (item=None) => { "ansible_loop_var": "item", "changed": false, "false_condition": "mssql_tls_enable is not none", "item": null, "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item=None) => { "ansible_loop_var": "item", "changed": false, "false_condition": "mssql_tls_enable is not none", "item": null, "skip_reason": "Conditional result was False" } skipping: [managed-node2] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.mssql : Configure the tlscert setting] ********* task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:587 Friday 06 June 2025 21:27:03 -0400 (0:00:00.074) 0:02:49.730 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "mssql_tls_enable is not none", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Configure the tlskey setting] ********** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:596 Friday 06 June 2025 21:27:03 -0400 (0:00:00.061) 0:02:49.791 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "mssql_tls_enable is not none", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Configure the tlsprotocols setting] **** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:605 Friday 06 June 2025 21:27:03 -0400 (0:00:00.061) 0:02:49.853 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "mssql_tls_enable is not none", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Configure the forceencryption setting] *** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:612 Friday 06 June 2025 21:27:03 -0400 (0:00:00.059) 0:02:49.913 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "mssql_tls_enable is not none", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Get the setting forceencryption] ******* task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:621 Friday 06 June 2025 21:27:03 -0400 (0:00:00.059) 0:02:49.973 *********** ok: [managed-node2] => { "changed": false, "cmd": "set -euo pipefail; grep '^forceencryption' /var/opt/mssql/mssql.conf | sed 's/forceencryption = //g'", "delta": "0:00:00.005015", "end": "2025-06-06 21:27:04.213400", "failed_when_result": false, "rc": 1, "start": "2025-06-06 21:27:04.208385" } MSG: non-zero return code TASK [fedora.linux_system_roles.mssql : Append -No to sqlcmd when TLS is not configured] *** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:630 Friday 06 June 2025 21:27:04 -0400 (0:00:00.444) 0:02:50.417 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "'-No' not in __sqlcmd_cli", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Append -C to sqlcmd when TLS is configured but certs are self-signed] *** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:637 Friday 06 June 2025 21:27:04 -0400 (0:00:00.068) 0:02:50.486 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "__mssql_forceencryption_val.stdout == '1'", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Prepare MSSQL and facts for logging in] *** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:650 Friday 06 June 2025 21:27:04 -0400 (0:00:00.067) 0:02:50.554 *********** included: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/verify_password.yml for managed-node2 TASK [fedora.linux_system_roles.mssql : Ensure that the mssql-server service is started] *** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/verify_password.yml:3 Friday 06 June 2025 21:27:04 -0400 (0:00:00.109) 0:02:50.663 *********** ok: [managed-node2] => { "changed": false, "name": "mssql-server", "state": "started", "status": { "ActiveEnterTimestamp": "Fri 2025-06-06 21:26:52 EDT", "ActiveEnterTimestampMonotonic": "360288056", "ActiveExitTimestamp": "Fri 2025-06-06 21:26:24 EDT", "ActiveExitTimestampMonotonic": "332078668", "ActiveState": "active", "After": "basic.target systemd-journald.socket -.mount network.target sysinit.target system.slice auditd.service", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Fri 2025-06-06 21:26:52 EDT", "AssertTimestampMonotonic": "360287293", "Before": "shutdown.target multi-user.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "no", "CPUAffinity": "", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Fri 2025-06-06 21:26:52 EDT", "ConditionTimestampMonotonic": "360287291", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlGroup": "/system.slice/mssql-server.service", "ControlPID": "0", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "no", "Description": "Microsoft SQL Server Database Engine", "DevicePolicy": "auto", "Documentation": "https://docs.microsoft.com/en-us/sql/linux", "DynamicUser": "no", "EffectiveCPUs": "", "EffectiveMemoryNodes": "", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "12903", "ExecMainStartTimestamp": "Fri 2025-06-06 21:26:52 EDT", "ExecMainStartTimestampMonotonic": "360287975", "ExecMainStatus": "0", "ExecStart": "{ path=/opt/mssql/bin/sqlservr ; argv[]=/opt/mssql/bin/sqlservr ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/mssql-server.service", "FreezerState": "running", "GID": "991", "GuessMainPID": "yes", "IOAccounting": "no", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "IOWeight": "[not set]", "IPAccounting": "no", "IPEgressBytes": "18446744073709551615", "IPEgressPackets": "18446744073709551615", "IPIngressBytes": "18446744073709551615", "IPIngressPackets": "18446744073709551615", "Id": "mssql-server.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestamp": "Fri 2025-06-06 21:26:24 EDT", "InactiveEnterTimestampMonotonic": "332309596", "InactiveExitTimestamp": "Fri 2025-06-06 21:26:52 EDT", "InactiveExitTimestampMonotonic": "360288056", "InvocationID": "46019e70f54b4b2b9d2404b05b2ea6c0", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "process", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "0", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "65536", "LimitMEMLOCKSoft": "65536", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "infinity", "LimitNOFILESoft": "infinity", "LimitNPROC": "infinity", "LimitNPROCSoft": "infinity", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "28608", "LimitSIGPENDINGSoft": "28608", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "12903", "MemoryAccounting": "yes", "MemoryCurrent": "900218880", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "MountFlags": "", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAMask": "", "NUMAPolicy": "n/a", "Names": "mssql-server.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "Perpetual": "no", "PrivateDevices": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "sysinit.target -.mount system.slice", "RequiresMountsFor": "/var/opt/mssql", "Restart": "on-failure", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "3", "StartLimitIntervalUSec": "2min", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestamp": "Fri 2025-06-06 21:26:52 EDT", "StateChangeTimestampMonotonic": "360288056", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SuccessAction": "none", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "182", "TasksMax": "infinity", "TimeoutStartUSec": "30min", "TimeoutStopUSec": "30min", "TimerSlackNSec": "50000", "Transient": "no", "Type": "simple", "UID": "993", "UMask": "0007", "UnitFilePreset": "disabled", "UnitFileState": "enabled", "User": "mssql", "UtmpMode": "init", "WantedBy": "multi-user.target", "WatchdogTimestamp": "Fri 2025-06-06 21:26:52 EDT", "WatchdogTimestampMonotonic": "360288054", "WatchdogUSec": "0", "WorkingDirectory": "/var/opt/mssql" } } TASK [fedora.linux_system_roles.mssql : Check if a custom tcpport setting exist] *** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/verify_password.yml:9 Friday 06 June 2025 21:27:05 -0400 (0:00:00.596) 0:02:51.260 *********** ok: [managed-node2] => { "changed": false, "cmd": [ "grep", "^tcpport = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:01.003475", "end": "2025-06-06 21:27:06.469799", "failed_when_result": false, "rc": 1, "start": "2025-06-06 21:27:05.466324" } MSG: non-zero return code TASK [fedora.linux_system_roles.mssql : Check if a custom ipaddress setting exist] *** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/verify_password.yml:15 Friday 06 June 2025 21:27:06 -0400 (0:00:01.395) 0:02:52.655 *********** ok: [managed-node2] => { "changed": false, "cmd": [ "grep", "^ipaddress = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003173", "end": "2025-06-06 21:27:06.885253", "failed_when_result": false, "rc": 1, "start": "2025-06-06 21:27:06.882080" } MSG: non-zero return code TASK [fedora.linux_system_roles.mssql : Set a fact with a login command] ******* task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/verify_password.yml:21 Friday 06 June 2025 21:27:06 -0400 (0:00:00.419) 0:02:53.075 *********** ok: [managed-node2] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.mssql : Wait for mssql-server to prepare for client connections] *** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:654 Friday 06 June 2025 21:27:07 -0400 (0:00:00.069) 0:02:53.144 *********** ok: [managed-node2] => { "changed": false, "elapsed": 14, "gid": 991, "group": "mssql", "match_groupdict": {}, "match_groups": [], "mode": "0660", "owner": "mssql", "path": "/var/opt/mssql/log/errorlog", "port": null, "search_regex": "SQL Server is now ready for client connections", "secontext": "system_u:object_r:var_t:s0", "size": 244961, "state": "file", "uid": 993 } TASK [fedora.linux_system_roles.mssql : Check if the set password matches the existing password] *** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:660 Friday 06 June 2025 21:27:21 -0400 (0:00:14.543) 0:03:07.688 *********** ok: [managed-node2] => { "attempts": 1, "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.mssql : Ensure that the mssql-server service is stopped] *** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:676 Friday 06 June 2025 21:27:22 -0400 (0:00:00.450) 0:03:08.139 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "__mssql_password_query is failed", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Gather package facts] ****************** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:685 Friday 06 June 2025 21:27:22 -0400 (0:00:00.064) 0:03:08.204 *********** ok: [managed-node2] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.mssql : Change the password of sa user] ******** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:693 Friday 06 June 2025 21:27:23 -0400 (0:00:01.617) 0:03:09.821 *********** 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-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:714 Friday 06 June 2025 21:27:23 -0400 (0:00:00.053) 0:03:09.875 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "mssql_pre_input_sql_file != []", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Pre-input SQL script contents to SQL Server] *** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:723 Friday 06 June 2025 21:27:23 -0400 (0:00:00.035) 0:03:09.910 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "mssql_pre_input_sql_content != []", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Check if the set edition matches the existing edition] *** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:736 Friday 06 June 2025 21:27:23 -0400 (0:00:00.035) 0:03:09.945 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "mssql_edition is not none", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Ensure that the mssql-server service is stopped] *** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:751 Friday 06 June 2025 21:27:23 -0400 (0:00:00.035) 0:03:09.981 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "mssql_edition is not none", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Gather package facts] ****************** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:760 Friday 06 June 2025 21:27:23 -0400 (0:00:00.036) 0:03:10.018 *********** 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-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:766 Friday 06 June 2025 21:27:23 -0400 (0:00:00.039) 0:03:10.058 *********** 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-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:785 Friday 06 June 2025 21:27:23 -0400 (0:00:00.036) 0:03:10.095 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "mssql_ip_address is not none", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Register the previous tcpport setting] *** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:792 Friday 06 June 2025 21:27:24 -0400 (0:00:00.035) 0:03:10.131 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "mssql_manage_firewall | bool", "skip_reason": "Conditional result was False" } TASK [Open the TCP port 1433] ************************************************** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:799 Friday 06 June 2025 21:27:24 -0400 (0:00:00.035) 0:03:10.166 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "mssql_manage_firewall | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Configure the TCP port setting to 1433] *** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:811 Friday 06 June 2025 21:27:24 -0400 (0:00:00.036) 0:03:10.203 *********** included: /tmp/collections-nfN/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-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:3 Friday 06 June 2025 21:27:24 -0400 (0:00:00.058) 0:03:10.261 *********** ok: [managed-node2] => { "changed": false, "cmd": [ "grep", "^tcpport = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003151", "end": "2025-06-06 21:27:24.450977", "failed_when_result": false, "rc": 1, "start": "2025-06-06 21:27:24.447826" } MSG: non-zero return code TASK [fedora.linux_system_roles.mssql : Configure the setting network tcpport] *** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:12 Friday 06 June 2025 21:27:24 -0400 (0:00:00.374) 0:03:10.635 *********** ok: [managed-node2] => { "changed": false, "cmd": [ "/opt/mssql/bin/mssql-conf", "set", "network.tcpport", "1433" ], "delta": "0:00:00.113494", "end": "2025-06-06 21:27:24.948843", "failed_when_result": false, "rc": 0, "start": "2025-06-06 21:27:24.835349" } 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-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:42 Friday 06 June 2025 21:27:25 -0400 (0:00:00.535) 0:03:11.171 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "__mssql_conf_setting_value == \"unset\"", "skip_reason": "Conditional result was False" } TASK [Close the previously set SQL Server TCP port if it changed] ************** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:817 Friday 06 June 2025 21:27:25 -0400 (0:00:00.059) 0:03:11.231 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "mssql_manage_firewall | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Configure the sqlagent setting] ******** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:837 Friday 06 June 2025 21:27:25 -0400 (0:00:00.040) 0:03:11.271 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "mssql_enable_sql_agent is not none", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Ensure the package mssql-server-fts] *** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:844 Friday 06 June 2025 21:27:25 -0400 (0:00:00.107) 0:03:11.379 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "mssql_install_fts is not none", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Ensure the package powershell] ********* task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:851 Friday 06 June 2025 21:27:25 -0400 (0:00:00.039) 0:03:11.419 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "mssql_install_powershell is not none", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Check if the 3979 trace flag is enabled] *** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:860 Friday 06 June 2025 21:27:25 -0400 (0:00:00.037) 0:03:11.456 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "mssql_tune_for_fua_storage is not none", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Set the 3979 traceflag] **************** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:866 Friday 06 June 2025 21:27:25 -0400 (0:00:00.039) 0:03:11.496 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "mssql_tune_for_fua_storage is not none", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Unset the 3979 traceflag] ************** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:873 Friday 06 June 2025 21:27:25 -0400 (0:00:00.049) 0:03:11.545 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "mssql_tune_for_fua_storage is not none", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Configure the alternatewritethrough setting] *** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:881 Friday 06 June 2025 21:27:25 -0400 (0:00:00.060) 0:03:11.606 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "mssql_tune_for_fua_storage is not none", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Configure the writethrough setting] **** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:887 Friday 06 June 2025 21:27:25 -0400 (0:00:00.061) 0:03:11.668 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "mssql_tune_for_fua_storage is not none", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Verify that ad_integration_realm variable is provided] *** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:897 Friday 06 June 2025 21:27:25 -0400 (0:00:00.063) 0:03:11.731 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "mssql_ad_configure | bool", "skip_reason": "Conditional result was False" } TASK [Join to realm {{ ad_integration_realm }}] ******************************** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:905 Friday 06 June 2025 21:27:25 -0400 (0:00:00.061) 0:03:11.793 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "mssql_ad_configure | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Ensure adutil and krb5-workstation] **** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:913 Friday 06 June 2025 21:27:25 -0400 (0:00:00.067) 0:03:11.860 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "mssql_ad_configure | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Print credential caches to check if AD principal exists] *** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:920 Friday 06 June 2025 21:27:25 -0400 (0:00:00.067) 0:03:11.928 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "mssql_ad_configure | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Print status of credential cache for {{ __mssql_ad_kinit_user }}] *** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:927 Friday 06 June 2025 21:27:25 -0400 (0:00:00.109) 0:03:12.038 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "mssql_ad_configure | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Obtain Kerberos ticket for {{ __mssql_ad_kinit_user }}] *** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:936 Friday 06 June 2025 21:27:25 -0400 (0:00:00.070) 0:03:12.108 *********** 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-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:949 Friday 06 June 2025 21:27:26 -0400 (0:00:00.063) 0:03:12.172 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "mssql_ad_configure | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : In AD server create user] ************** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:958 Friday 06 June 2025 21:27:26 -0400 (0:00:00.067) 0:03:12.239 *********** 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-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:972 Friday 06 June 2025 21:27:26 -0400 (0:00:00.047) 0:03:12.287 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "mssql_ad_configure | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Get SPNs for the principal] ************ task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:982 Friday 06 June 2025 21:27:26 -0400 (0:00:00.044) 0:03:12.332 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "mssql_ad_configure | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Register SPNs to the principal] ******** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:987 Friday 06 June 2025 21:27:26 -0400 (0:00:00.045) 0:03:12.377 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "mssql_ad_configure | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Get kvno of the SPN host] ************** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1004 Friday 06 June 2025 21:27:26 -0400 (0:00:00.039) 0:03:12.416 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "mssql_ad_configure | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Get stats of the keytab file] ********** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1009 Friday 06 June 2025 21:27:26 -0400 (0:00:00.033) 0:03:12.450 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "mssql_ad_configure | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Get keytab properties] ***************** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1014 Friday 06 June 2025 21:27:26 -0400 (0:00:00.091) 0:03:12.541 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "mssql_ad_configure | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Create keytab] ************************* task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1020 Friday 06 June 2025 21:27:26 -0400 (0:00:00.039) 0:03:12.581 *********** 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-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1046 Friday 06 June 2025 21:27:26 -0400 (0:00:00.051) 0:03:12.633 *********** 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-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1067 Friday 06 June 2025 21:27:26 -0400 (0:00:00.058) 0:03:12.691 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "mssql_ad_configure | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Fetch keytab file to host] ************* task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1075 Friday 06 June 2025 21:27:26 -0400 (0:00:00.059) 0:03:12.751 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "mssql_ad_configure | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Configure the network.kerberoskeytabfile setting] *** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1085 Friday 06 June 2025 21:27:26 -0400 (0:00:00.059) 0:03:12.810 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "mssql_ad_configure | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Configure the network.kerberoskeytabfile setting] *** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1091 Friday 06 June 2025 21:27:26 -0400 (0:00:00.060) 0:03:12.871 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "mssql_ad_configure | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Verify that hosts with mssql_ha_replica_type=primary is available] *** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1109 Friday 06 June 2025 21:27:26 -0400 (0:00:00.063) 0:03:12.935 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "mssql_ha_configure | bool", "skip_reason": "Conditional result was False" } TASK [Open the port and enable the high-availability service in firewall tcp port 5022] *** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1120 Friday 06 June 2025 21:27:26 -0400 (0:00:00.100) 0:03:13.035 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "mssql_ha_configure | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Set host variables] ******************** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1140 Friday 06 June 2025 21:27:27 -0400 (0:00:00.105) 0:03:13.140 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "mssql_ha_configure | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Ensure the package mssql-server-ha] **** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1193 Friday 06 June 2025 21:27:27 -0400 (0:00:00.062) 0:03:13.203 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "mssql_ha_configure | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Enable the hadrenabled setting] ******** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1200 Friday 06 June 2025 21:27:27 -0400 (0:00:00.063) 0:03:13.266 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "mssql_ha_configure | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Restart the mssql-server service if hadrenabled task was changed] *** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1207 Friday 06 June 2025 21:27:27 -0400 (0:00:00.071) 0:03:13.337 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "mssql_ha_configure | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Remove certificate from SQL Server] **** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1219 Friday 06 June 2025 21:27:27 -0400 (0:00:00.066) 0:03:13.404 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "mssql_ha_configure | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Remove certificate and private key files] *** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1225 Friday 06 June 2025 21:27:27 -0400 (0:00:00.058) 0:03:13.463 *********** skipping: [managed-node2] => (item=/var/opt/mssql/data/.cer) => { "ansible_loop_var": "item", "changed": false, "false_condition": "mssql_ha_configure | bool", "item": "/var/opt/mssql/data/.cer", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item=/var/opt/mssql/data/.pvk) => { "ansible_loop_var": "item", "changed": false, "false_condition": "mssql_ha_configure | bool", "item": "/var/opt/mssql/data/.pvk", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.mssql : Configure SQL entities on the primary replica] *** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1233 Friday 06 June 2025 21:27:27 -0400 (0:00:00.072) 0:03:13.535 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "mssql_ha_configure | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Create login for HA on in SQL Server] *** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1242 Friday 06 June 2025 21:27:27 -0400 (0:00:00.060) 0:03:13.596 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "mssql_ha_configure | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Fetch certificate files from the primary to the control node] *** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1250 Friday 06 June 2025 21:27:27 -0400 (0:00:00.037) 0:03:13.634 *********** skipping: [managed-node2] => (item={'key': 'cert', 'value': '/var/opt/mssql/data/.cer'}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "mssql_ha_configure | bool", "item": { "key": "cert", "value": "/var/opt/mssql/data/.cer" }, "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item={'key': 'key', 'value': '/var/opt/mssql/data/.pvk'}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "mssql_ha_configure | bool", "item": { "key": "key", "value": "/var/opt/mssql/data/.pvk" }, "skip_reason": "Conditional result was False" } skipping: [managed-node2] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.mssql : Get the current primary replica in SQL] *** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1264 Friday 06 June 2025 21:27:27 -0400 (0:00:00.056) 0:03:13.690 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "mssql_ha_configure | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Set fact with the current primary replica] *** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1270 Friday 06 June 2025 21:27:27 -0400 (0:00:00.045) 0:03:13.736 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "mssql_ha_configure | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Verify that primary instance hosts is available] *** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1292 Friday 06 June 2025 21:27:27 -0400 (0:00:00.121) 0:03:13.857 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "mssql_ha_configure | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Configure ag] ************************** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1302 Friday 06 June 2025 21:27:27 -0400 (0:00:00.063) 0:03:13.921 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "mssql_ha_configure | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Grant permissions to HA login] ********* task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1311 Friday 06 June 2025 21:27:27 -0400 (0:00:00.060) 0:03:13.981 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "mssql_ha_configure | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Replicate DBs] ************************* task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1320 Friday 06 June 2025 21:27:27 -0400 (0:00:00.057) 0:03:14.038 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "mssql_ha_configure | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Grant permissions to HA login] ********* task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1331 Friday 06 June 2025 21:27:27 -0400 (0:00:00.063) 0:03:14.102 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "mssql_ha_configure | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Verify that hosts with replica_type=primary is available] *** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1344 Friday 06 June 2025 21:27:28 -0400 (0:00:00.067) 0:03:14.170 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "mssql_ha_configure | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Ensure the package mssql-server-ha] **** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1353 Friday 06 June 2025 21:27:28 -0400 (0:00:00.081) 0:03:14.252 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "mssql_ha_configure | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Enable the hadrenabled setting] ******** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1360 Friday 06 June 2025 21:27:28 -0400 (0:00:00.055) 0:03:14.307 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "mssql_ha_configure | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Restart the mssql-server service if hadrenabled task was changed] *** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1367 Friday 06 June 2025 21:27:28 -0400 (0:00:00.056) 0:03:14.364 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "mssql_ha_configure | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Remove certificate from SQL Server] **** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1376 Friday 06 June 2025 21:27:28 -0400 (0:00:00.060) 0:03:14.424 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "mssql_ha_configure | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Distribute certificate and private key to managed nodes] *** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1383 Friday 06 June 2025 21:27:28 -0400 (0:00:00.058) 0:03:14.483 *********** skipping: [managed-node2] => (item={'key': 'cert', 'value': '/var/opt/mssql/data/.cer'}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "mssql_ha_configure | bool", "item": { "key": "cert", "value": "/var/opt/mssql/data/.cer" }, "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item={'key': 'key', 'value': '/var/opt/mssql/data/.pvk'}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "mssql_ha_configure | bool", "item": { "key": "key", "value": "/var/opt/mssql/data/.pvk" }, "skip_reason": "Conditional result was False" } skipping: [managed-node2] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.mssql : Configure SQL entities on not primary replicas] *** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1395 Friday 06 June 2025 21:27:28 -0400 (0:00:00.076) 0:03:14.559 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "mssql_ha_configure | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Create HA login] *********************** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1404 Friday 06 June 2025 21:27:28 -0400 (0:00:00.039) 0:03:14.599 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "mssql_ha_configure | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Join to availability group] ************ task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1411 Friday 06 June 2025 21:27:28 -0400 (0:00:00.041) 0:03:14.641 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "mssql_ha_configure | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Grant permissions to HA login] ********* task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1417 Friday 06 June 2025 21:27:28 -0400 (0:00:00.039) 0:03:14.680 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "mssql_ha_configure | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Remove certificate and private key from the control node] *** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1425 Friday 06 June 2025 21:27:28 -0400 (0:00:00.034) 0:03:14.714 *********** skipping: [managed-node2] => (item=cert) => { "ansible_loop_var": "item", "changed": false, "false_condition": "mssql_ha_configure | bool", "item": "cert", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item=key) => { "ansible_loop_var": "item", "changed": false, "false_condition": "mssql_ha_configure | bool", "item": "key", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.mssql : Save credentials for the SQL Server login] *** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1438 Friday 06 June 2025 21:27:28 -0400 (0:00:00.046) 0:03: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 [Run ha_cluster to configure pacemaker] *********************************** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1450 Friday 06 June 2025 21:27:28 -0400 (0:00:00.055) 0:03:14.817 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "mssql_ha_configure | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Wait for the cluster to finish configuration] *** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1455 Friday 06 June 2025 21:27:28 -0400 (0:00:00.059) 0:03:14.876 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "mssql_ha_configure | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Configure listener for the availability group] *** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1463 Friday 06 June 2025 21:27:28 -0400 (0:00:00.049) 0:03:14.926 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "mssql_ha_configure | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Ensure the ansible_managed header in /var/opt/mssql/mssql.conf] *** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1472 Friday 06 June 2025 21:27:28 -0400 (0:00:00.103) 0:03:15.029 *********** ok: [managed-node2] => { "changed": false } TASK [fedora.linux_system_roles.mssql : Flush handlers prior to inputting post SQL scripts] *** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1481 Friday 06 June 2025 21:27:29 -0400 (0:00:00.432) 0:03:15.461 *********** META: triggered running handlers for managed-node2 TASK [fedora.linux_system_roles.mssql : Post-input SQL scripts to SQL Server] *** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1485 Friday 06 June 2025 21:27:29 -0400 (0:00:00.020) 0:03:15.481 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "mssql_post_input_sql_file != []", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Post-input SQL scripts to SQL Server] *** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1492 Friday 06 June 2025 21:27:29 -0400 (0:00:00.037) 0:03:15.518 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "mssql_post_input_sql_content != []", "skip_reason": "Conditional result was False" } TASK [Upgrade again to test idempotency - should report not changed] *********** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/upgrade_and_assert.yml:13 Friday 06 June 2025 21:27:29 -0400 (0:00:00.053) 0:03:15.572 *********** TASK [fedora.linux_system_roles.mssql : Ensure ansible_facts and variables used by role] *** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:3 Friday 06 June 2025 21:27:29 -0400 (0:00:00.445) 0:03:16.018 *********** included: /tmp/collections-nfN/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-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/set_vars.yml:3 Friday 06 June 2025 21:27:29 -0400 (0:00:00.085) 0:03:16.103 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "__mssql_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Set platform/version specific variables] *** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/set_vars.yml:8 Friday 06 June 2025 21:27:30 -0400 (0:00:00.046) 0:03:16.150 *********** 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-nfN/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, "false_condition": "__mssql_vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [managed-node2] => (item=CentOS_8.yml) => { "ansible_facts": { "__mssql_client_repository": "https://packages.microsoft.com/rhel/8/prod/", "__mssql_confined_supported": false, "__mssql_server_repository": "https://packages.microsoft.com/rhel/8/mssql-server-{{ mssql_version | int }}/", "__mssql_supported_versions": [ 2017, 2019, 2022 ] }, "ansible_included_var_files": [ "/tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } ok: [managed-node2] => (item=CentOS_8.yml) => { "ansible_facts": { "__mssql_client_repository": "https://packages.microsoft.com/rhel/8/prod/", "__mssql_confined_supported": false, "__mssql_server_repository": "https://packages.microsoft.com/rhel/8/mssql-server-{{ mssql_version | int }}/", "__mssql_supported_versions": [ 2017, 2019, 2022 ] }, "ansible_included_var_files": [ "/tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } TASK [fedora.linux_system_roles.mssql : Run systemctl] ************************* task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/set_vars.yml:22 Friday 06 June 2025 21:27:30 -0400 (0:00:00.080) 0:03:16.231 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "__mssql_is_booted is not defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Require installed systemd] ************* task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/set_vars.yml:29 Friday 06 June 2025 21:27:30 -0400 (0:00:00.057) 0:03:16.288 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "__mssql_is_booted is not defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Set flag to indicate that systemd runtime operations are available] *** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/set_vars.yml:34 Friday 06 June 2025 21:27:30 -0400 (0:00:00.035) 0:03:16.323 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "__mssql_is_booted is not defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Unset the __mssql_sqlcmd_login_cmd fact] *** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:8 Friday 06 June 2025 21:27:30 -0400 (0:00:00.034) 0:03:16.358 *********** ok: [managed-node2] => { "ansible_facts": { "__mssql_sqlcmd_login_cmd": null }, "changed": false } TASK [fedora.linux_system_roles.mssql : Print that the mssql_input_sql_file variable is deprecated] *** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:15 Friday 06 June 2025 21:27:30 -0400 (0:00:00.099) 0:03:16.457 *********** skipping: [managed-node2] => { "false_condition": "mssql_input_sql_file is defined" } TASK [fedora.linux_system_roles.mssql : Link the deprecated mssql_input_sql_file fact] *** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:23 Friday 06 June 2025 21:27:30 -0400 (0:00:00.035) 0:03:16.493 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "mssql_input_sql_file is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Print that the variable is deprecated] *** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:30 Friday 06 June 2025 21:27:30 -0400 (0:00:00.036) 0:03:16.529 *********** skipping: [managed-node2] => { "false_condition": "mssql_ha_listener_port is defined" } TASK [fedora.linux_system_roles.mssql : Link the deprecated mssql_ha_listener_port fact] *** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:37 Friday 06 June 2025 21:27:30 -0400 (0:00:00.036) 0:03:16.565 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "mssql_ha_listener_port is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Print that the mssql_ad_sql_user_name variable is deprecated] *** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:44 Friday 06 June 2025 21:27:30 -0400 (0:00:00.039) 0:03:16.605 *********** skipping: [managed-node2] => { "false_condition": "mssql_ad_sql_user_name is defined" } TASK [fedora.linux_system_roles.mssql : Link the deprecated mssql_ad_sql_user_name fact] *** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:51 Friday 06 June 2025 21:27:30 -0400 (0:00:00.056) 0:03:16.661 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "mssql_ad_sql_user_name is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Print that the mssql_ha_cluster_run_role variable is deprecated] *** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:58 Friday 06 June 2025 21:27:30 -0400 (0:00:00.048) 0:03:16.710 *********** skipping: [managed-node2] => { "false_condition": "mssql_ha_cluster_run_role is defined" } TASK [fedora.linux_system_roles.mssql : Link the deprecated mssql_ha_cluster_run_role fact] *** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:65 Friday 06 June 2025 21:27:30 -0400 (0:00:00.039) 0:03:16.749 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "mssql_ha_cluster_run_role is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Print that variable is deprecated] ***** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:74 Friday 06 June 2025 21:27:30 -0400 (0:00:00.039) 0:03:16.789 *********** skipping: [managed-node2] => { "false_condition": "mssql_accept_microsoft_odbc_driver_17_for_sql_server_eula is defined" } TASK [fedora.linux_system_roles.mssql : Link the deprecated fact] ************** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:83 Friday 06 June 2025 21:27:30 -0400 (0:00:00.043) 0:03:16.833 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "mssql_accept_microsoft_odbc_driver_17_for_sql_server_eula is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Fail on RHEL or CentOS 10 because it's not supported] *** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:87 Friday 06 June 2025 21:27:30 -0400 (0:00:00.039) 0:03:16.873 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "ansible_distribution_major_version is version('10', '=')", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Verify that the user accepts EULA variables] *** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:94 Friday 06 June 2025 21:27:30 -0400 (0:00:00.034) 0:03:16.907 *********** 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-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:106 Friday 06 June 2025 21:27:30 -0400 (0:00:00.040) 0:03:16.948 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "mssql_ha_configure | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Verify if the mssql_ha_replica_type variable is provided correctly] *** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:114 Friday 06 June 2025 21:27:30 -0400 (0:00:00.033) 0:03:16.982 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "mssql_ha_configure | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Verify that 'mssql_ha_replica_type = primary' is provided once] *** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:123 Friday 06 June 2025 21:27:30 -0400 (0:00:00.034) 0:03:17.016 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "mssql_ha_configure | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Verify that mssql_ha_prep_for_pacemaker is provided correctly] *** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:132 Friday 06 June 2025 21:27:30 -0400 (0:00:00.040) 0:03:17.057 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "mssql_ha_ag_cluster_type | lower == 'none'", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Verify that selinux variables are used on supported platforms] *** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:142 Friday 06 June 2025 21:27:30 -0400 (0:00:00.057) 0:03:17.114 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "(mssql_manage_selinux | bool) or (mssql_run_selinux_confined | bool)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Verify that mssql_manage_selinux is set properly] *** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:151 Friday 06 June 2025 21:27:31 -0400 (0:00:00.061) 0:03:17.176 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "mssql_manage_selinux | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Gather package facts] ****************** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:162 Friday 06 June 2025 21:27:31 -0400 (0:00:00.039) 0:03:17.215 *********** 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-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:166 Friday 06 June 2025 21:27:32 -0400 (0:00:01.677) 0:03:18.892 *********** skipping: [managed-node2] => (item={'key': 2017, 'value': 14}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "ansible_facts.packages[\"mssql-server\"][0][\"version\"].split(\".\") | first | int == item.value", "item": { "key": 2017, "value": 14 }, "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item={'key': 2019, 'value': 15}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "ansible_facts.packages[\"mssql-server\"][0][\"version\"].split(\".\") | first | int == item.value", "item": { "key": 2019, "value": 15 }, "skip_reason": "Conditional result was False" } ok: [managed-node2] => (item={'key': 2022, 'value': 16}) => { "ansible_facts": { "__mssql_current_version": "2022" }, "ansible_loop_var": "item", "changed": false, "item": { "key": 2022, "value": 16 } } TASK [fedora.linux_system_roles.mssql : Set mssql_version variable if user does not define it] *** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:174 Friday 06 June 2025 21:27:32 -0400 (0:00:00.110) 0:03:19.002 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "mssql_version is none", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Verify if the mssql_version variable is provided correctly] *** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:181 Friday 06 June 2025 21:27:32 -0400 (0:00:00.035) 0:03:19.038 *********** 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-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:188 Friday 06 June 2025 21:27:32 -0400 (0:00:00.043) 0:03:19.081 *********** skipping: [managed-node2] => (item={'key': 2017, 'value': 14}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "mssql_version | int == item.key", "item": { "key": 2017, "value": 14 }, "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item={'key': 2019, 'value': 15}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "mssql_version | int == item.key", "item": { "key": 2019, "value": 15 }, "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item={'key': 2022, 'value': 16}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "ansible_facts.packages[\"mssql-server\"][0][\"version\"].split(\".\") | first | int > item.value", "item": { "key": 2022, "value": 16 }, "skip_reason": "Conditional result was False" } skipping: [managed-node2] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.mssql : Deploy the GPG key for Microsoft repositories] *** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:202 Friday 06 June 2025 21:27:33 -0400 (0:00:00.064) 0:03:19.145 *********** ok: [managed-node2] => { "attempts": 1, "changed": false } TASK [fedora.linux_system_roles.mssql : Update all packages from SQL Server repo version 2022] *** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:216 Friday 06 June 2025 21:27:33 -0400 (0:00:00.601) 0:03:19.747 *********** ok: [managed-node2] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: * TASK [fedora.linux_system_roles.mssql : Get yum repositories] ****************** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:226 Friday 06 June 2025 21:27:34 -0400 (0:00:00.837) 0:03:20.584 *********** ok: [managed-node2] => { "changed": false, "cmd": "set -euo pipefail; yum repolist enabled | grep packages-microsoft-com-mssql-server- | grep -v packages-microsoft-com-mssql-server-2022 | cut -d\" \" -f 1 || true", "delta": "0:00:00.227916", "end": "2025-06-06 21:27:35.045332", "rc": 0, "start": "2025-06-06 21:27:34.817416" } TASK [fedora.linux_system_roles.mssql : Remove the current Microsoft SQL Server repository to upgrade to 2022] *** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:237 Friday 06 June 2025 21:27:35 -0400 (0:00:00.650) 0:03:21.235 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "__mssql_curr_repo.stdout | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Update all packages from SQL Server repo version 2022] *** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:251 Friday 06 June 2025 21:27:35 -0400 (0:00:00.046) 0:03:21.281 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "ansible_pkg_mgr == \"zypper\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Get zypper repositories] *************** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:260 Friday 06 June 2025 21:27:35 -0400 (0:00:00.061) 0:03:21.343 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "ansible_pkg_mgr == \"zypper\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Remove the current Microsoft SQL Server repository to upgrade to 2022] *** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:272 Friday 06 June 2025 21:27:35 -0400 (0:00:00.066) 0:03:21.409 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "ansible_pkg_mgr == \"zypper\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Configure the Microsoft SQL Server repo version 2022] *** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:279 Friday 06 June 2025 21:27:35 -0400 (0:00:00.067) 0:03:21.477 *********** ok: [managed-node2] => { "changed": false, "repo": "packages-microsoft-com-mssql-server-2022", "state": "present" } TASK [fedora.linux_system_roles.mssql : Configure the Microsoft SQL Server repo version 2022] *** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:291 Friday 06 June 2025 21:27:35 -0400 (0:00:00.446) 0:03:21.924 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "ansible_pkg_mgr == \"zypper\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Configure to run as a confined application with SELinux] *** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:304 Friday 06 June 2025 21:27:35 -0400 (0:00:00.059) 0:03:21.983 *********** ok: [managed-node2] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [fedora.linux_system_roles.mssql : Ensure the package mssql-server] ******* task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:309 Friday 06 June 2025 21:27:38 -0400 (0:00:02.934) 0:03:24.917 *********** ok: [managed-node2] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: mssql-server TASK [fedora.linux_system_roles.mssql : Check if the errorlog file exists and its location] *** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:314 Friday 06 June 2025 21:27:41 -0400 (0:00:02.912) 0:03:27.830 *********** 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.004571", "end": "2025-06-06 21:27:42.019410", "rc": 0, "start": "2025-06-06 21:27:42.014839" } STDOUT: /var/opt/mssql/log/errorlog TASK [fedora.linux_system_roles.mssql : Check if mssql-server.service is enabled] *** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:331 Friday 06 June 2025 21:27:42 -0400 (0:00:00.372) 0:03:28.203 *********** ok: [managed-node2] => { "changed": false, "cmd": [ "systemctl", "is-enabled", "mssql-server.service" ], "delta": "0:00:00.007588", "end": "2025-06-06 21:27:42.393387", "failed_when_result": false, "rc": 0, "start": "2025-06-06 21:27:42.385799" } STDOUT: enabled TASK [fedora.linux_system_roles.mssql : Check if mssql-server.service is running] *** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:338 Friday 06 June 2025 21:27:42 -0400 (0:00:00.458) 0:03:28.662 *********** ok: [managed-node2] => { "changed": false, "cmd": [ "systemctl", "is-active", "mssql-server.service" ], "delta": "0:00:00.007392", "end": "2025-06-06 21:27:42.917537", "failed_when_result": false, "rc": 0, "start": "2025-06-06 21:27:42.910145" } STDOUT: active TASK [fedora.linux_system_roles.mssql : Set the __mssql_is_setup variable] ***** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:345 Friday 06 June 2025 21:27:42 -0400 (0:00:00.443) 0:03:29.105 *********** 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-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:352 Friday 06 June 2025 21:27:43 -0400 (0:00:00.051) 0:03:29.156 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "not __mssql_is_setup", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Set up MSSQL] ************************** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:368 Friday 06 June 2025 21:27:43 -0400 (0:00:00.040) 0:03:29.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 the directory and permissions for datadir and logdir] *** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:398 Friday 06 June 2025 21:27:43 -0400 (0:00:00.040) 0:03:29.237 *********** skipping: [managed-node2] => (item={'path': None, 'mode': '755', 'setting': 'defaultdatadir'}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "item.path is not none", "item": { "mode": "755", "path": null, "setting": "defaultdatadir" }, "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item={'path': None, 'mode': '755', 'setting': 'defaultlogdir'}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "item.path is not none", "item": { "mode": "755", "path": null, "setting": "defaultlogdir" }, "skip_reason": "Conditional result was False" } skipping: [managed-node2] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.mssql : Set selinux role facts for ports] ****** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:413 Friday 06 June 2025 21:27:43 -0400 (0:00:00.045) 0:03:29.282 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "mssql_manage_selinux | bool", "skip_reason": "Conditional result was False" } TASK [Ensure correct SELinux context for storage paths and ports] ************** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:427 Friday 06 June 2025 21:27:43 -0400 (0:00:00.034) 0:03:29.317 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "mssql_manage_selinux | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Ensure that the tuned-profiles-mssql package is installed] *** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:438 Friday 06 June 2025 21:27:43 -0400 (0:00:00.037) 0:03:29.355 *********** ok: [managed-node2] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: tuned-profiles-mssql TASK [fedora.linux_system_roles.mssql : Ensure that the tuned service is started and enabled] *** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:444 Friday 06 June 2025 21:27:46 -0400 (0:00:02.902) 0:03:32.257 *********** ok: [managed-node2] => { "changed": false, "enabled": true, "name": "tuned", "state": "started", "status": { "ActiveEnterTimestamp": "Fri 2025-06-06 21:21:02 EDT", "ActiveEnterTimestampMonotonic": "10555027", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "dbus.service dbus.socket basic.target polkit.service network.target system.slice systemd-journald.socket systemd-sysctl.service sysinit.target", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Fri 2025-06-06 21:21:02 EDT", "AssertTimestampMonotonic": "10020344", "Before": "shutdown.target multi-user.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "BusName": "com.redhat.tuned", "CPUAccounting": "no", "CPUAffinity": "", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Fri 2025-06-06 21:21:02 EDT", "ConditionTimestampMonotonic": "10020340", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target cpupower.service auto-cpufreq.service power-profiles-daemon.service tlp.service", "ControlGroup": "/system.slice/tuned.service", "ControlPID": "0", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "no", "Description": "Dynamic System Tuning Daemon", "DevicePolicy": "auto", "Documentation": "man:tuned(8) man:tuned.conf(5) man:tuned-adm(8)", "DynamicUser": "no", "EffectiveCPUs": "", "EffectiveMemoryNodes": "", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "693", "ExecMainStartTimestamp": "Fri 2025-06-06 21:21:02 EDT", "ExecMainStartTimestampMonotonic": "10021360", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/sbin/tuned ; argv[]=/usr/sbin/tuned -l -P ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/tuned.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "IOWeight": "[not set]", "IPAccounting": "no", "IPEgressBytes": "18446744073709551615", "IPEgressPackets": "18446744073709551615", "IPIngressBytes": "18446744073709551615", "IPIngressPackets": "18446744073709551615", "Id": "tuned.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestamp": "Fri 2025-06-06 21:21:02 EDT", "InactiveExitTimestampMonotonic": "10021396", "InvocationID": "b19140a4c6e34b3193e0ff41a1976200", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "0", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "65536", "LimitMEMLOCKSoft": "65536", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "262144", "LimitNOFILESoft": "1024", "LimitNPROC": "28608", "LimitNPROCSoft": "28608", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "28608", "LimitSIGPENDINGSoft": "28608", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "693", "MemoryAccounting": "yes", "MemoryCurrent": "23236608", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "MountFlags": "", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAMask": "", "NUMAPolicy": "n/a", "Names": "tuned.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PIDFile": "/run/tuned/tuned.pid", "PermissionsStartOnly": "no", "Perpetual": "no", "PrivateDevices": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "dbus.socket system.slice dbus.service sysinit.target", "Restart": "no", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestamp": "Fri 2025-06-06 21:21:02 EDT", "StateChangeTimestampMonotonic": "10555027", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SuccessAction": "none", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "4", "TasksMax": "45773", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "dbus", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "UtmpMode": "init", "WantedBy": "multi-user.target", "WatchdogTimestamp": "Fri 2025-06-06 21:21:02 EDT", "WatchdogTimestampMonotonic": "10554996", "WatchdogUSec": "0" } } TASK [fedora.linux_system_roles.mssql : Get the active Tuned profiles] ********* task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:451 Friday 06 June 2025 21:27:46 -0400 (0:00:00.528) 0:03:32.785 *********** ok: [managed-node2] => { "changed": false, "content": "dmlydHVhbC1ndWVzdCBtc3NxbAo=", "encoding": "base64", "source": "/etc/tuned/active_profile" } TASK [fedora.linux_system_roles.mssql : Decode the active Tuned profiles] ****** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:457 Friday 06 June 2025 21:27:47 -0400 (0:00:00.372) 0:03:33.158 *********** ok: [managed-node2] => { "ansible_facts": { "__mssql_tuned_active_profiles": "virtual-guest mssql" }, "changed": false } TASK [fedora.linux_system_roles.mssql : Attempt to add mssql to the list of Tuned profiles] *** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:470 Friday 06 June 2025 21:27:47 -0400 (0:00:00.049) 0:03:33.208 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "\"mssql\" not in __mssql_tuned_active_profiles", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Remove troublemaking include from the mssql profile] *** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:482 Friday 06 June 2025 21:27:47 -0400 (0:00:00.059) 0:03:33.268 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "\"mssql\" not in __mssql_tuned_active_profiles", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Add the fixed mssql profile to the list of Tuned profiles] *** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:491 Friday 06 June 2025 21:27:47 -0400 (0:00:00.043) 0:03:33.311 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "\"mssql\" not in __mssql_tuned_active_profiles", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Attempt to add mssql to the list of Tuned profiles] *** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:508 Friday 06 June 2025 21:27:47 -0400 (0:00:00.068) 0:03:33.379 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "not __mssql_is_booted | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Configure the Microsoft SQL Server Tools repository] *** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:516 Friday 06 June 2025 21:27:47 -0400 (0:00:00.057) 0:03:33.437 *********** 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-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:524 Friday 06 June 2025 21:27:47 -0400 (0:00:00.418) 0:03:33.855 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "ansible_pkg_mgr == \"zypper\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Ensure that SQL Server client tools are installed] *** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:533 Friday 06 June 2025 21:27:47 -0400 (0:00:00.060) 0:03:33.916 *********** ok: [managed-node2] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: mssql-tools18 unixODBC-devel TASK [Create certificates using the certificate role] ************************** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:550 Friday 06 June 2025 21:27:50 -0400 (0:00:02.962) 0:03:36.878 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "mssql_tls_enable is not none", "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-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:564 Friday 06 June 2025 21:27:50 -0400 (0:00:00.035) 0:03:36.914 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "mssql_tls_enable is not none", "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-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:569 Friday 06 June 2025 21:27:50 -0400 (0:00:00.113) 0:03:37.028 *********** skipping: [managed-node2] => (item=None) => { "ansible_loop_var": "item", "changed": false, "false_condition": "mssql_tls_enable is not none", "item": null, "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item=None) => { "ansible_loop_var": "item", "changed": false, "false_condition": "mssql_tls_enable is not none", "item": null, "skip_reason": "Conditional result was False" } skipping: [managed-node2] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.mssql : Configure the tlscert setting] ********* task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:587 Friday 06 June 2025 21:27:50 -0400 (0:00:00.071) 0:03:37.100 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "mssql_tls_enable is not none", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Configure the tlskey setting] ********** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:596 Friday 06 June 2025 21:27:51 -0400 (0:00:00.070) 0:03:37.170 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "mssql_tls_enable is not none", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Configure the tlsprotocols setting] **** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:605 Friday 06 June 2025 21:27:51 -0400 (0:00:00.072) 0:03:37.242 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "mssql_tls_enable is not none", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Configure the forceencryption setting] *** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:612 Friday 06 June 2025 21:27:51 -0400 (0:00:00.062) 0:03:37.304 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "mssql_tls_enable is not none", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Get the setting forceencryption] ******* task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:621 Friday 06 June 2025 21:27:51 -0400 (0:00:00.062) 0:03:37.366 *********** ok: [managed-node2] => { "changed": false, "cmd": "set -euo pipefail; grep '^forceencryption' /var/opt/mssql/mssql.conf | sed 's/forceencryption = //g'", "delta": "0:00:00.004145", "end": "2025-06-06 21:27:51.606718", "failed_when_result": false, "rc": 1, "start": "2025-06-06 21:27:51.602573" } MSG: non-zero return code TASK [fedora.linux_system_roles.mssql : Append -No to sqlcmd when TLS is not configured] *** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:630 Friday 06 June 2025 21:27:51 -0400 (0:00:00.455) 0:03:37.822 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "'-No' not in __sqlcmd_cli", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Append -C to sqlcmd when TLS is configured but certs are self-signed] *** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:637 Friday 06 June 2025 21:27:51 -0400 (0:00:00.071) 0:03:37.893 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "__mssql_forceencryption_val.stdout == '1'", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Prepare MSSQL and facts for logging in] *** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:650 Friday 06 June 2025 21:27:51 -0400 (0:00:00.067) 0:03:37.961 *********** included: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/verify_password.yml for managed-node2 TASK [fedora.linux_system_roles.mssql : Ensure that the mssql-server service is started] *** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/verify_password.yml:3 Friday 06 June 2025 21:27:51 -0400 (0:00:00.111) 0:03:38.073 *********** ok: [managed-node2] => { "changed": false, "name": "mssql-server", "state": "started", "status": { "ActiveEnterTimestamp": "Fri 2025-06-06 21:26:52 EDT", "ActiveEnterTimestampMonotonic": "360288056", "ActiveExitTimestamp": "Fri 2025-06-06 21:26:24 EDT", "ActiveExitTimestampMonotonic": "332078668", "ActiveState": "active", "After": "basic.target systemd-journald.socket -.mount network.target sysinit.target system.slice auditd.service", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Fri 2025-06-06 21:26:52 EDT", "AssertTimestampMonotonic": "360287293", "Before": "shutdown.target multi-user.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "no", "CPUAffinity": "", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Fri 2025-06-06 21:26:52 EDT", "ConditionTimestampMonotonic": "360287291", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlGroup": "/system.slice/mssql-server.service", "ControlPID": "0", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "no", "Description": "Microsoft SQL Server Database Engine", "DevicePolicy": "auto", "Documentation": "https://docs.microsoft.com/en-us/sql/linux", "DynamicUser": "no", "EffectiveCPUs": "", "EffectiveMemoryNodes": "", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "12903", "ExecMainStartTimestamp": "Fri 2025-06-06 21:26:52 EDT", "ExecMainStartTimestampMonotonic": "360287975", "ExecMainStatus": "0", "ExecStart": "{ path=/opt/mssql/bin/sqlservr ; argv[]=/opt/mssql/bin/sqlservr ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/mssql-server.service", "FreezerState": "running", "GID": "991", "GuessMainPID": "yes", "IOAccounting": "no", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "IOWeight": "[not set]", "IPAccounting": "no", "IPEgressBytes": "18446744073709551615", "IPEgressPackets": "18446744073709551615", "IPIngressBytes": "18446744073709551615", "IPIngressPackets": "18446744073709551615", "Id": "mssql-server.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestamp": "Fri 2025-06-06 21:26:24 EDT", "InactiveEnterTimestampMonotonic": "332309596", "InactiveExitTimestamp": "Fri 2025-06-06 21:26:52 EDT", "InactiveExitTimestampMonotonic": "360288056", "InvocationID": "46019e70f54b4b2b9d2404b05b2ea6c0", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "process", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "0", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "65536", "LimitMEMLOCKSoft": "65536", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "infinity", "LimitNOFILESoft": "infinity", "LimitNPROC": "infinity", "LimitNPROCSoft": "infinity", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "28608", "LimitSIGPENDINGSoft": "28608", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "12903", "MemoryAccounting": "yes", "MemoryCurrent": "1046421504", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "MountFlags": "", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAMask": "", "NUMAPolicy": "n/a", "Names": "mssql-server.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "Perpetual": "no", "PrivateDevices": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "sysinit.target -.mount system.slice", "RequiresMountsFor": "/var/opt/mssql", "Restart": "on-failure", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "3", "StartLimitIntervalUSec": "2min", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestamp": "Fri 2025-06-06 21:26:52 EDT", "StateChangeTimestampMonotonic": "360288056", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SuccessAction": "none", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "181", "TasksMax": "infinity", "TimeoutStartUSec": "30min", "TimeoutStopUSec": "30min", "TimerSlackNSec": "50000", "Transient": "no", "Type": "simple", "UID": "993", "UMask": "0007", "UnitFilePreset": "disabled", "UnitFileState": "enabled", "User": "mssql", "UtmpMode": "init", "WantedBy": "multi-user.target", "WatchdogTimestamp": "Fri 2025-06-06 21:26:52 EDT", "WatchdogTimestampMonotonic": "360288054", "WatchdogUSec": "0", "WorkingDirectory": "/var/opt/mssql" } } TASK [fedora.linux_system_roles.mssql : Check if a custom tcpport setting exist] *** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/verify_password.yml:9 Friday 06 June 2025 21:27:52 -0400 (0:00:00.609) 0:03:38.682 *********** ok: [managed-node2] => { "changed": false, "cmd": [ "grep", "^tcpport = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.002650", "end": "2025-06-06 21:27:52.928484", "failed_when_result": false, "rc": 1, "start": "2025-06-06 21:27:52.925834" } MSG: non-zero return code TASK [fedora.linux_system_roles.mssql : Check if a custom ipaddress setting exist] *** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/verify_password.yml:15 Friday 06 June 2025 21:27:53 -0400 (0:00:00.520) 0:03:39.202 *********** ok: [managed-node2] => { "changed": false, "cmd": [ "grep", "^ipaddress = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003170", "end": "2025-06-06 21:27:53.612089", "failed_when_result": false, "rc": 1, "start": "2025-06-06 21:27:53.608919" } MSG: non-zero return code TASK [fedora.linux_system_roles.mssql : Set a fact with a login command] ******* task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/verify_password.yml:21 Friday 06 June 2025 21:27:53 -0400 (0:00:00.623) 0:03:39.826 *********** ok: [managed-node2] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.mssql : Wait for mssql-server to prepare for client connections] *** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:654 Friday 06 June 2025 21:27:53 -0400 (0:00:00.125) 0:03:39.952 *********** ok: [managed-node2] => { "changed": false, "elapsed": 1, "gid": 991, "group": "mssql", "match_groupdict": {}, "match_groups": [], "mode": "0660", "owner": "mssql", "path": "/var/opt/mssql/log/errorlog", "port": null, "search_regex": "SQL Server is now ready for client connections", "secontext": "system_u:object_r:var_t:s0", "size": 244961, "state": "file", "uid": 993 } TASK [fedora.linux_system_roles.mssql : Check if the set password matches the existing password] *** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:660 Friday 06 June 2025 21:27:55 -0400 (0:00:01.515) 0:03:41.468 *********** ok: [managed-node2] => { "attempts": 1, "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.mssql : Ensure that the mssql-server service is stopped] *** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:676 Friday 06 June 2025 21:27:55 -0400 (0:00:00.541) 0:03:42.009 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "__mssql_password_query is failed", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Gather package facts] ****************** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:685 Friday 06 June 2025 21:27:56 -0400 (0:00:00.115) 0:03:42.124 *********** ok: [managed-node2] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.mssql : Change the password of sa user] ******** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:693 Friday 06 June 2025 21:27:57 -0400 (0:00:01.707) 0:03:43.832 *********** 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-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:714 Friday 06 June 2025 21:27:57 -0400 (0:00:00.044) 0:03:43.877 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "mssql_pre_input_sql_file != []", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Pre-input SQL script contents to SQL Server] *** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:723 Friday 06 June 2025 21:27:57 -0400 (0:00:00.037) 0:03:43.915 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "mssql_pre_input_sql_content != []", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Check if the set edition matches the existing edition] *** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:736 Friday 06 June 2025 21:27:57 -0400 (0:00:00.034) 0:03:43.949 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "mssql_edition is not none", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Ensure that the mssql-server service is stopped] *** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:751 Friday 06 June 2025 21:27:57 -0400 (0:00:00.034) 0:03:43.984 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "mssql_edition is not none", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Gather package facts] ****************** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:760 Friday 06 June 2025 21:27:57 -0400 (0:00:00.035) 0:03:44.019 *********** 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-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:766 Friday 06 June 2025 21:27:57 -0400 (0:00:00.037) 0:03:44.057 *********** 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-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:785 Friday 06 June 2025 21:27:57 -0400 (0:00:00.036) 0:03:44.093 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "mssql_ip_address is not none", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Register the previous tcpport setting] *** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:792 Friday 06 June 2025 21:27:58 -0400 (0:00:00.042) 0:03:44.136 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "mssql_manage_firewall | bool", "skip_reason": "Conditional result was False" } TASK [Open the TCP port 1433] ************************************************** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:799 Friday 06 June 2025 21:27:58 -0400 (0:00:00.047) 0:03:44.183 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "mssql_manage_firewall | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Configure the TCP port setting to 1433] *** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:811 Friday 06 June 2025 21:27:58 -0400 (0:00:00.062) 0:03:44.245 *********** included: /tmp/collections-nfN/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-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:3 Friday 06 June 2025 21:27:58 -0400 (0:00:00.102) 0:03:44.347 *********** ok: [managed-node2] => { "changed": false, "cmd": [ "grep", "^tcpport = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.002516", "end": "2025-06-06 21:27:58.578019", "failed_when_result": false, "rc": 1, "start": "2025-06-06 21:27:58.575503" } MSG: non-zero return code TASK [fedora.linux_system_roles.mssql : Configure the setting network tcpport] *** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:12 Friday 06 June 2025 21:27:58 -0400 (0:00:00.439) 0:03:44.787 *********** ok: [managed-node2] => { "changed": false, "cmd": [ "/opt/mssql/bin/mssql-conf", "set", "network.tcpport", "1433" ], "delta": "0:00:00.111618", "end": "2025-06-06 21:27:59.121806", "failed_when_result": false, "rc": 0, "start": "2025-06-06 21:27:59.010188" } 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-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:42 Friday 06 June 2025 21:27:59 -0400 (0:00:00.552) 0:03:45.340 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "__mssql_conf_setting_value == \"unset\"", "skip_reason": "Conditional result was False" } TASK [Close the previously set SQL Server TCP port if it changed] ************** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:817 Friday 06 June 2025 21:27:59 -0400 (0:00:00.060) 0:03:45.401 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "mssql_manage_firewall | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Configure the sqlagent setting] ******** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:837 Friday 06 June 2025 21:27:59 -0400 (0:00:00.056) 0:03:45.458 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "mssql_enable_sql_agent is not none", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Ensure the package mssql-server-fts] *** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:844 Friday 06 June 2025 21:27:59 -0400 (0:00:00.065) 0:03:45.523 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "mssql_install_fts is not none", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Ensure the package powershell] ********* task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:851 Friday 06 June 2025 21:27:59 -0400 (0:00:00.136) 0:03:45.660 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "mssql_install_powershell is not none", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Check if the 3979 trace flag is enabled] *** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:860 Friday 06 June 2025 21:27:59 -0400 (0:00:00.051) 0:03:45.712 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "mssql_tune_for_fua_storage is not none", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Set the 3979 traceflag] **************** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:866 Friday 06 June 2025 21:27:59 -0400 (0:00:00.040) 0:03:45.752 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "mssql_tune_for_fua_storage is not none", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Unset the 3979 traceflag] ************** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:873 Friday 06 June 2025 21:27:59 -0400 (0:00:00.037) 0:03:45.790 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "mssql_tune_for_fua_storage is not none", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Configure the alternatewritethrough setting] *** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:881 Friday 06 June 2025 21:27:59 -0400 (0:00:00.036) 0:03:45.827 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "mssql_tune_for_fua_storage is not none", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Configure the writethrough setting] **** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:887 Friday 06 June 2025 21:27:59 -0400 (0:00:00.036) 0:03:45.864 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "mssql_tune_for_fua_storage is not none", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Verify that ad_integration_realm variable is provided] *** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:897 Friday 06 June 2025 21:27:59 -0400 (0:00:00.036) 0:03:45.900 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "mssql_ad_configure | bool", "skip_reason": "Conditional result was False" } TASK [Join to realm {{ ad_integration_realm }}] ******************************** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:905 Friday 06 June 2025 21:27:59 -0400 (0:00:00.037) 0:03:45.938 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "mssql_ad_configure | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Ensure adutil and krb5-workstation] **** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:913 Friday 06 June 2025 21:27:59 -0400 (0:00:00.036) 0:03:45.974 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "mssql_ad_configure | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Print credential caches to check if AD principal exists] *** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:920 Friday 06 June 2025 21:27:59 -0400 (0:00:00.034) 0:03:46.008 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "mssql_ad_configure | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Print status of credential cache for {{ __mssql_ad_kinit_user }}] *** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:927 Friday 06 June 2025 21:27:59 -0400 (0:00:00.040) 0:03:46.049 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "mssql_ad_configure | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Obtain Kerberos ticket for {{ __mssql_ad_kinit_user }}] *** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:936 Friday 06 June 2025 21:27:59 -0400 (0:00:00.039) 0:03:46.089 *********** 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-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:949 Friday 06 June 2025 21:28:00 -0400 (0:00:00.036) 0:03:46.125 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "mssql_ad_configure | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : In AD server create user] ************** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:958 Friday 06 June 2025 21:28:00 -0400 (0:00:00.035) 0:03:46.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 : Ensure proper configuration on user] *** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:972 Friday 06 June 2025 21:28:00 -0400 (0:00:00.037) 0:03:46.198 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "mssql_ad_configure | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Get SPNs for the principal] ************ task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:982 Friday 06 June 2025 21:28:00 -0400 (0:00:00.036) 0:03:46.234 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "mssql_ad_configure | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Register SPNs to the principal] ******** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:987 Friday 06 June 2025 21:28:00 -0400 (0:00:00.036) 0:03:46.271 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "mssql_ad_configure | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Get kvno of the SPN host] ************** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1004 Friday 06 June 2025 21:28:00 -0400 (0:00:00.035) 0:03:46.306 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "mssql_ad_configure | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Get stats of the keytab file] ********** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1009 Friday 06 June 2025 21:28:00 -0400 (0:00:00.033) 0:03:46.340 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "mssql_ad_configure | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Get keytab properties] ***************** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1014 Friday 06 June 2025 21:28:00 -0400 (0:00:00.100) 0:03:46.440 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "mssql_ad_configure | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Create keytab] ************************* task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1020 Friday 06 June 2025 21:28:00 -0400 (0:00:00.034) 0:03:46.475 *********** skipping: [managed-node2] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.mssql : Add an entry in the keytab for the principal name and password] *** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1046 Friday 06 June 2025 21:28:00 -0400 (0:00:00.036) 0:03:46.511 *********** 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-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1067 Friday 06 June 2025 21:28:00 -0400 (0:00:00.034) 0:03:46.545 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "mssql_ad_configure | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Fetch keytab file to host] ************* task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1075 Friday 06 June 2025 21:28:00 -0400 (0:00:00.050) 0:03:46.596 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "mssql_ad_configure | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Configure the network.kerberoskeytabfile setting] *** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1085 Friday 06 June 2025 21:28:00 -0400 (0:00:00.034) 0:03:46.631 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "mssql_ad_configure | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Configure the network.kerberoskeytabfile setting] *** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1091 Friday 06 June 2025 21:28:00 -0400 (0:00:00.035) 0:03:46.666 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "mssql_ad_configure | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Verify that hosts with mssql_ha_replica_type=primary is available] *** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1109 Friday 06 June 2025 21:28:00 -0400 (0:00:00.033) 0:03:46.700 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "mssql_ha_configure | bool", "skip_reason": "Conditional result was False" } TASK [Open the port and enable the high-availability service in firewall tcp port 5022] *** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1120 Friday 06 June 2025 21:28:00 -0400 (0:00:00.036) 0:03:46.737 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "mssql_ha_configure | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Set host variables] ******************** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1140 Friday 06 June 2025 21:28:00 -0400 (0:00:00.035) 0:03:46.773 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "mssql_ha_configure | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Ensure the package mssql-server-ha] **** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1193 Friday 06 June 2025 21:28:00 -0400 (0:00:00.035) 0:03:46.808 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "mssql_ha_configure | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Enable the hadrenabled setting] ******** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1200 Friday 06 June 2025 21:28:00 -0400 (0:00:00.035) 0:03:46.844 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "mssql_ha_configure | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Restart the mssql-server service if hadrenabled task was changed] *** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1207 Friday 06 June 2025 21:28:00 -0400 (0:00:00.034) 0:03:46.878 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "mssql_ha_configure | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Remove certificate from SQL Server] **** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1219 Friday 06 June 2025 21:28:00 -0400 (0:00:00.036) 0:03:46.915 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "mssql_ha_configure | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Remove certificate and private key files] *** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1225 Friday 06 June 2025 21:28:00 -0400 (0:00:00.050) 0:03:46.965 *********** skipping: [managed-node2] => (item=/var/opt/mssql/data/.cer) => { "ansible_loop_var": "item", "changed": false, "false_condition": "mssql_ha_configure | bool", "item": "/var/opt/mssql/data/.cer", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item=/var/opt/mssql/data/.pvk) => { "ansible_loop_var": "item", "changed": false, "false_condition": "mssql_ha_configure | bool", "item": "/var/opt/mssql/data/.pvk", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.mssql : Configure SQL entities on the primary replica] *** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1233 Friday 06 June 2025 21:28:00 -0400 (0:00:00.067) 0:03:47.033 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "mssql_ha_configure | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Create login for HA on in SQL Server] *** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1242 Friday 06 June 2025 21:28:00 -0400 (0:00:00.059) 0:03:47.093 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "mssql_ha_configure | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Fetch certificate files from the primary to the control node] *** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1250 Friday 06 June 2025 21:28:01 -0400 (0:00:00.057) 0:03:47.150 *********** skipping: [managed-node2] => (item={'key': 'cert', 'value': '/var/opt/mssql/data/.cer'}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "mssql_ha_configure | bool", "item": { "key": "cert", "value": "/var/opt/mssql/data/.cer" }, "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item={'key': 'key', 'value': '/var/opt/mssql/data/.pvk'}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "mssql_ha_configure | bool", "item": { "key": "key", "value": "/var/opt/mssql/data/.pvk" }, "skip_reason": "Conditional result was False" } skipping: [managed-node2] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.mssql : Get the current primary replica in SQL] *** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1264 Friday 06 June 2025 21:28:01 -0400 (0:00:00.075) 0:03:47.225 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "mssql_ha_configure | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Set fact with the current primary replica] *** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1270 Friday 06 June 2025 21:28:01 -0400 (0:00:00.058) 0:03:47.284 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "mssql_ha_configure | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Verify that primary instance hosts is available] *** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1292 Friday 06 June 2025 21:28:01 -0400 (0:00:00.148) 0:03:47.432 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "mssql_ha_configure | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Configure ag] ************************** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1302 Friday 06 June 2025 21:28:01 -0400 (0:00:00.064) 0:03:47.497 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "mssql_ha_configure | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Grant permissions to HA login] ********* task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1311 Friday 06 June 2025 21:28:01 -0400 (0:00:00.060) 0:03:47.558 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "mssql_ha_configure | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Replicate DBs] ************************* task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1320 Friday 06 June 2025 21:28:01 -0400 (0:00:00.066) 0:03:47.624 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "mssql_ha_configure | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Grant permissions to HA login] ********* task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1331 Friday 06 June 2025 21:28:01 -0400 (0:00:00.079) 0:03:47.703 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "mssql_ha_configure | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Verify that hosts with replica_type=primary is available] *** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1344 Friday 06 June 2025 21:28:01 -0400 (0:00:00.060) 0:03:47.764 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "mssql_ha_configure | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Ensure the package mssql-server-ha] **** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1353 Friday 06 June 2025 21:28:01 -0400 (0:00:00.062) 0:03:47.826 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "mssql_ha_configure | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Enable the hadrenabled setting] ******** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1360 Friday 06 June 2025 21:28:01 -0400 (0:00:00.061) 0:03:47.888 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "mssql_ha_configure | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Restart the mssql-server service if hadrenabled task was changed] *** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1367 Friday 06 June 2025 21:28:01 -0400 (0:00:00.060) 0:03:47.949 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "mssql_ha_configure | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Remove certificate from SQL Server] **** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1376 Friday 06 June 2025 21:28:01 -0400 (0:00:00.062) 0:03:48.011 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "mssql_ha_configure | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Distribute certificate and private key to managed nodes] *** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1383 Friday 06 June 2025 21:28:01 -0400 (0:00:00.062) 0:03:48.073 *********** skipping: [managed-node2] => (item={'key': 'cert', 'value': '/var/opt/mssql/data/.cer'}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "mssql_ha_configure | bool", "item": { "key": "cert", "value": "/var/opt/mssql/data/.cer" }, "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item={'key': 'key', 'value': '/var/opt/mssql/data/.pvk'}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "mssql_ha_configure | bool", "item": { "key": "key", "value": "/var/opt/mssql/data/.pvk" }, "skip_reason": "Conditional result was False" } skipping: [managed-node2] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.mssql : Configure SQL entities on not primary replicas] *** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1395 Friday 06 June 2025 21:28:02 -0400 (0:00:00.081) 0:03:48.155 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "mssql_ha_configure | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Create HA login] *********************** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1404 Friday 06 June 2025 21:28:02 -0400 (0:00:00.060) 0:03:48.216 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "mssql_ha_configure | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Join to availability group] ************ task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1411 Friday 06 June 2025 21:28:02 -0400 (0:00:00.061) 0:03:48.277 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "mssql_ha_configure | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Grant permissions to HA login] ********* task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1417 Friday 06 June 2025 21:28:02 -0400 (0:00:00.048) 0:03:48.326 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "mssql_ha_configure | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Remove certificate and private key from the control node] *** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1425 Friday 06 June 2025 21:28:02 -0400 (0:00:00.039) 0:03:48.366 *********** skipping: [managed-node2] => (item=cert) => { "ansible_loop_var": "item", "changed": false, "false_condition": "mssql_ha_configure | bool", "item": "cert", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item=key) => { "ansible_loop_var": "item", "changed": false, "false_condition": "mssql_ha_configure | bool", "item": "key", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.mssql : Save credentials for the SQL Server login] *** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1438 Friday 06 June 2025 21:28:02 -0400 (0:00:00.076) 0:03:48.442 *********** 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-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1450 Friday 06 June 2025 21:28:02 -0400 (0:00:00.059) 0:03:48.501 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "mssql_ha_configure | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Wait for the cluster to finish configuration] *** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1455 Friday 06 June 2025 21:28:02 -0400 (0:00:00.060) 0:03:48.562 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "mssql_ha_configure | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Configure listener for the availability group] *** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1463 Friday 06 June 2025 21:28:02 -0400 (0:00:00.042) 0:03:48.604 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "mssql_ha_configure | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Ensure the ansible_managed header in /var/opt/mssql/mssql.conf] *** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1472 Friday 06 June 2025 21:28:02 -0400 (0:00:00.118) 0:03:48.723 *********** ok: [managed-node2] => { "changed": false } TASK [fedora.linux_system_roles.mssql : Flush handlers prior to inputting post SQL scripts] *** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1481 Friday 06 June 2025 21:28:03 -0400 (0:00:00.444) 0:03:49.168 *********** META: triggered running handlers for managed-node2 TASK [fedora.linux_system_roles.mssql : Post-input SQL scripts to SQL Server] *** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1485 Friday 06 June 2025 21:28:03 -0400 (0:00:00.020) 0:03:49.188 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "mssql_post_input_sql_file != []", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Post-input SQL scripts to SQL Server] *** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1492 Friday 06 June 2025 21:28:03 -0400 (0:00:00.036) 0:03:49.224 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "mssql_post_input_sql_content != []", "skip_reason": "Conditional result was False" } TASK [Clean up EL 7 after the role invocation] ********************************* task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/upgrade_and_assert.yml:27 Friday 06 June 2025 21:28:03 -0400 (0:00:00.084) 0:03:49.309 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "ansible_distribution_version is version('8', '<')", "skip_reason": "Conditional result was False" } TASK [End EL 7 host] *********************************************************** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/upgrade_and_assert.yml:35 Friday 06 June 2025 21:28:03 -0400 (0:00:00.063) 0:03:49.372 *********** META: end_host conditional evaluated to False, continuing execution for managed-node2 skipping: [managed-node2] => { "skip_reason": "end_host conditional evaluated to False, continuing execution for managed-node2" } MSG: end_host conditional evaluated to false, continuing execution for managed-node2 TASK [Upgrade to new version on mssql new version 2019] ************************ task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/upgrade_and_assert.yml:45 Friday 06 June 2025 21:28:03 -0400 (0:00:00.061) 0:03:49.434 *********** TASK [fedora.linux_system_roles.mssql : Ensure ansible_facts and variables used by role] *** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:3 Friday 06 June 2025 21:28:03 -0400 (0:00:00.233) 0:03:49.667 *********** included: /tmp/collections-nfN/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-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/set_vars.yml:3 Friday 06 June 2025 21:28:03 -0400 (0:00:00.073) 0:03:49.741 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "__mssql_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Set platform/version specific variables] *** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/set_vars.yml:8 Friday 06 June 2025 21:28:03 -0400 (0:00:00.083) 0:03:49.825 *********** 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-nfN/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, "false_condition": "__mssql_vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [managed-node2] => (item=CentOS_8.yml) => { "ansible_facts": { "__mssql_client_repository": "https://packages.microsoft.com/rhel/8/prod/", "__mssql_confined_supported": false, "__mssql_server_repository": "https://packages.microsoft.com/rhel/8/mssql-server-{{ mssql_version | int }}/", "__mssql_supported_versions": [ 2017, 2019, 2022 ] }, "ansible_included_var_files": [ "/tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } ok: [managed-node2] => (item=CentOS_8.yml) => { "ansible_facts": { "__mssql_client_repository": "https://packages.microsoft.com/rhel/8/prod/", "__mssql_confined_supported": false, "__mssql_server_repository": "https://packages.microsoft.com/rhel/8/mssql-server-{{ mssql_version | int }}/", "__mssql_supported_versions": [ 2017, 2019, 2022 ] }, "ansible_included_var_files": [ "/tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } TASK [fedora.linux_system_roles.mssql : Run systemctl] ************************* task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/set_vars.yml:22 Friday 06 June 2025 21:28:03 -0400 (0:00:00.108) 0:03:49.934 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "__mssql_is_booted is not defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Require installed systemd] ************* task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/set_vars.yml:29 Friday 06 June 2025 21:28:03 -0400 (0:00:00.050) 0:03:49.984 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "__mssql_is_booted is not defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Set flag to indicate that systemd runtime operations are available] *** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/set_vars.yml:34 Friday 06 June 2025 21:28:03 -0400 (0:00:00.116) 0:03:50.100 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "__mssql_is_booted is not defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Unset the __mssql_sqlcmd_login_cmd fact] *** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:8 Friday 06 June 2025 21:28:04 -0400 (0:00:00.040) 0:03:50.140 *********** ok: [managed-node2] => { "ansible_facts": { "__mssql_sqlcmd_login_cmd": null }, "changed": false } TASK [fedora.linux_system_roles.mssql : Print that the mssql_input_sql_file variable is deprecated] *** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:15 Friday 06 June 2025 21:28:04 -0400 (0:00:00.037) 0:03:50.178 *********** skipping: [managed-node2] => { "false_condition": "mssql_input_sql_file is defined" } TASK [fedora.linux_system_roles.mssql : Link the deprecated mssql_input_sql_file fact] *** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:23 Friday 06 June 2025 21:28:04 -0400 (0:00:00.035) 0:03:50.213 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "mssql_input_sql_file is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Print that the variable is deprecated] *** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:30 Friday 06 June 2025 21:28:04 -0400 (0:00:00.036) 0:03:50.249 *********** skipping: [managed-node2] => { "false_condition": "mssql_ha_listener_port is defined" } TASK [fedora.linux_system_roles.mssql : Link the deprecated mssql_ha_listener_port fact] *** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:37 Friday 06 June 2025 21:28:04 -0400 (0:00:00.035) 0:03:50.285 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "mssql_ha_listener_port is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Print that the mssql_ad_sql_user_name variable is deprecated] *** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:44 Friday 06 June 2025 21:28:04 -0400 (0:00:00.036) 0:03:50.321 *********** skipping: [managed-node2] => { "false_condition": "mssql_ad_sql_user_name is defined" } TASK [fedora.linux_system_roles.mssql : Link the deprecated mssql_ad_sql_user_name fact] *** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:51 Friday 06 June 2025 21:28:04 -0400 (0:00:00.036) 0:03:50.357 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "mssql_ad_sql_user_name is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Print that the mssql_ha_cluster_run_role variable is deprecated] *** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:58 Friday 06 June 2025 21:28:04 -0400 (0:00:00.035) 0:03:50.392 *********** skipping: [managed-node2] => { "false_condition": "mssql_ha_cluster_run_role is defined" } TASK [fedora.linux_system_roles.mssql : Link the deprecated mssql_ha_cluster_run_role fact] *** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:65 Friday 06 June 2025 21:28:04 -0400 (0:00:00.036) 0:03:50.428 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "mssql_ha_cluster_run_role is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Print that variable is deprecated] ***** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:74 Friday 06 June 2025 21:28:04 -0400 (0:00:00.034) 0:03:50.463 *********** skipping: [managed-node2] => { "false_condition": "mssql_accept_microsoft_odbc_driver_17_for_sql_server_eula is defined" } TASK [fedora.linux_system_roles.mssql : Link the deprecated fact] ************** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:83 Friday 06 June 2025 21:28:04 -0400 (0:00:00.036) 0:03:50.499 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "mssql_accept_microsoft_odbc_driver_17_for_sql_server_eula is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Fail on RHEL or CentOS 10 because it's not supported] *** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:87 Friday 06 June 2025 21:28:04 -0400 (0:00:00.035) 0:03:50.535 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "ansible_distribution_major_version is version('10', '=')", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Verify that the user accepts EULA variables] *** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:94 Friday 06 June 2025 21:28:04 -0400 (0:00:00.036) 0:03:50.571 *********** 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-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:106 Friday 06 June 2025 21:28:04 -0400 (0:00:00.045) 0:03:50.616 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "mssql_ha_configure | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Verify if the mssql_ha_replica_type variable is provided correctly] *** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:114 Friday 06 June 2025 21:28:04 -0400 (0:00:00.035) 0:03:50.652 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "mssql_ha_configure | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Verify that 'mssql_ha_replica_type = primary' is provided once] *** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:123 Friday 06 June 2025 21:28:04 -0400 (0:00:00.035) 0:03:50.687 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "mssql_ha_configure | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Verify that mssql_ha_prep_for_pacemaker is provided correctly] *** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:132 Friday 06 June 2025 21:28:04 -0400 (0:00:00.034) 0:03:50.721 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "mssql_ha_ag_cluster_type | lower == 'none'", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Verify that selinux variables are used on supported platforms] *** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:142 Friday 06 June 2025 21:28:04 -0400 (0:00:00.037) 0:03:50.758 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "(mssql_manage_selinux | bool) or (mssql_run_selinux_confined | bool)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Verify that mssql_manage_selinux is set properly] *** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:151 Friday 06 June 2025 21:28:04 -0400 (0:00:00.053) 0:03:50.812 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "mssql_manage_selinux | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Gather package facts] ****************** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:162 Friday 06 June 2025 21:28:04 -0400 (0:00:00.103) 0:03:50.916 *********** 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-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:166 Friday 06 June 2025 21:28:06 -0400 (0:00:01.530) 0:03:52.447 *********** skipping: [managed-node2] => (item={'key': 2017, 'value': 14}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "ansible_facts.packages[\"mssql-server\"][0][\"version\"].split(\".\") | first | int == item.value", "item": { "key": 2017, "value": 14 }, "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item={'key': 2019, 'value': 15}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "ansible_facts.packages[\"mssql-server\"][0][\"version\"].split(\".\") | first | int == item.value", "item": { "key": 2019, "value": 15 }, "skip_reason": "Conditional result was False" } ok: [managed-node2] => (item={'key': 2022, 'value': 16}) => { "ansible_facts": { "__mssql_current_version": "2022" }, "ansible_loop_var": "item", "changed": false, "item": { "key": 2022, "value": 16 } } TASK [fedora.linux_system_roles.mssql : Set mssql_version variable if user does not define it] *** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:174 Friday 06 June 2025 21:28:06 -0400 (0:00:00.110) 0:03:52.557 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "mssql_version is none", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Verify if the mssql_version variable is provided correctly] *** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:181 Friday 06 June 2025 21:28:06 -0400 (0:00:00.040) 0:03:52.597 *********** 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-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:188 Friday 06 June 2025 21:28:06 -0400 (0:00:00.043) 0:03:52.641 *********** skipping: [managed-node2] => (item={'key': 2017, 'value': 14}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "mssql_version | int == item.key", "item": { "key": 2017, "value": 14 }, "skip_reason": "Conditional result was False" } failed: [managed-node2] (item={'key': 2019, 'value': 15}) => { "ansible_loop_var": "item", "changed": false, "item": { "key": 2019, "value": 15 } } MSG: ['"You set mssql_version to 2019, but your SQL Server is of higher version"', 'The role does not support downgrading SQL Server'] skipping: [managed-node2] => (item={'key': 2022, 'value': 16}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "mssql_version | int == item.key", "item": { "key": 2022, "value": 16 }, "skip_reason": "Conditional result was False" } TASK [Assert that the role failed with the correct message] ******************** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/upgrade_and_assert.yml:59 Friday 06 June 2025 21:28:06 -0400 (0:00:00.070) 0:03:52.712 *********** [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: 'You set mssql_version to {{ __mssql_prev_version }}, but your SQL' in ansible_failed_result.results | selectattr('msg', 'defined') | map(attribute='msg') | join(' ') ok: [managed-node2] => { "changed": false } MSG: All assertions passed TASK [Check the ansible_managed header in the configuration file] ************** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/tests/mssql/tests_2022_upgrade.yml:78 Friday 06 June 2025 21:28:06 -0400 (0:00:00.055) 0:03:52.767 *********** included: /tmp/collections-nfN/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-nfN/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/check_header.yml:4 Friday 06 June 2025 21:28:06 -0400 (0:00:00.238) 0:03:53.006 *********** ok: [managed-node2] => { "changed": false, "cmd": [ "grep", "Ansible managed\n", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:01.003641", "end": "2025-06-06 21:28:08.347227", "rc": 0, "start": "2025-06-06 21:28:07.343586" } STDOUT: # BEGIN ANSIBLE MANAGED BLOCK # # Ansible managed # # system_role:mssql # END ANSIBLE MANAGED BLOCK [sqlagent] enabled = false [EULA] accepteula = Y TASK [Clean up after the role invocation] ************************************** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/tests/mssql/tests_2022_upgrade.yml:81 Friday 06 June 2025 21:28:08 -0400 (0:00:01.550) 0:03:54.556 *********** included: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/cleanup.yml for managed-node2 TASK [Gather package facts] **************************************************** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/cleanup.yml:2 Friday 06 June 2025 21:28:08 -0400 (0:00:00.187) 0:03:54.744 *********** 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-nfN/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/cleanup.yml:6 Friday 06 June 2025 21:28:10 -0400 (0:00:01.524) 0:03:56.269 *********** TASK [fedora.linux_system_roles.mssql : Ensure ansible_facts used by role] ***** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/set_vars.yml:3 Friday 06 June 2025 21:28:10 -0400 (0:00:00.127) 0:03:56.396 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "__mssql_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Set platform/version specific variables] *** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/set_vars.yml:8 Friday 06 June 2025 21:28:10 -0400 (0:00:00.042) 0:03:56.439 *********** 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-nfN/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, "false_condition": "__mssql_vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [managed-node2] => (item=CentOS_8.yml) => { "ansible_facts": { "__mssql_client_repository": "https://packages.microsoft.com/rhel/8/prod/", "__mssql_confined_supported": false, "__mssql_server_repository": "https://packages.microsoft.com/rhel/8/mssql-server-{{ mssql_version | int }}/", "__mssql_supported_versions": [ 2017, 2019, 2022 ] }, "ansible_included_var_files": [ "/tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } ok: [managed-node2] => (item=CentOS_8.yml) => { "ansible_facts": { "__mssql_client_repository": "https://packages.microsoft.com/rhel/8/prod/", "__mssql_confined_supported": false, "__mssql_server_repository": "https://packages.microsoft.com/rhel/8/mssql-server-{{ mssql_version | int }}/", "__mssql_supported_versions": [ 2017, 2019, 2022 ] }, "ansible_included_var_files": [ "/tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } TASK [fedora.linux_system_roles.mssql : Run systemctl] ************************* task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/set_vars.yml:22 Friday 06 June 2025 21:28:10 -0400 (0:00:00.064) 0:03:56.503 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "__mssql_is_booted is not defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Require installed systemd] ************* task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/set_vars.yml:29 Friday 06 June 2025 21:28:10 -0400 (0:00:00.036) 0:03:56.539 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "__mssql_is_booted is not defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Set flag to indicate that systemd runtime operations are available] *** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/set_vars.yml:34 Friday 06 June 2025 21:28:10 -0400 (0:00:00.035) 0:03:56.575 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "__mssql_is_booted is not defined", "skip_reason": "Conditional result was False" } TASK [Purge cluster configuration] ********************************************* task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/cleanup.yml:12 Friday 06 June 2025 21:28:10 -0400 (0:00:00.054) 0:03:56.630 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "ansible_facts.packages.pcs is defined", "skip_reason": "Conditional result was False" } TASK [Debug ansible_python_version] ******************************************** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/cleanup.yml:20 Friday 06 June 2025 21:28:10 -0400 (0:00:00.041) 0:03:56.672 *********** ok: [managed-node2] => { "ansible_python_version": "3.6.8" } TASK [Purge firewall configuration] ******************************************** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/cleanup.yml:24 Friday 06 June 2025 21:28:10 -0400 (0:00:00.037) 0:03:56.709 *********** TASK [fedora.linux_system_roles.firewall : Setup firewalld] ******************** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:2 Friday 06 June 2025 21:28:10 -0400 (0:00:00.156) 0:03:56.866 *********** included: /tmp/collections-nfN/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-nfN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:2 Friday 06 June 2025 21:28:10 -0400 (0:00:00.118) 0:03:56.985 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "__firewall_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Check if system is ostree] ********** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:10 Friday 06 June 2025 21:28:10 -0400 (0:00:00.100) 0:03:57.085 *********** 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-nfN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:15 Friday 06 June 2025 21:28:11 -0400 (0:00:00.588) 0:03:57.673 *********** 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-nfN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:22 Friday 06 June 2025 21:28:11 -0400 (0:00:00.068) 0:03:57.742 *********** ok: [managed-node2] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.firewall : Set flag if transactional-update exists] *** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:27 Friday 06 June 2025 21:28:12 -0400 (0:00:00.406) 0:03:58.149 *********** ok: [managed-node2] => { "ansible_facts": { "__firewall_is_transactional": false }, "changed": false } TASK [fedora.linux_system_roles.firewall : Run systemctl] ********************** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:34 Friday 06 June 2025 21:28:12 -0400 (0:00:00.111) 0:03:58.260 *********** ok: [managed-node2] => { "changed": false, "cmd": [ "systemctl", "is-system-running" ], "delta": "0:00:00.007008", "end": "2025-06-06 21:28:12.451663", "failed_when_result": false, "rc": 0, "start": "2025-06-06 21:28:12.444655" } STDOUT: running TASK [fedora.linux_system_roles.firewall : Require installed systemd] ********** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:41 Friday 06 June 2025 21:28:12 -0400 (0:00:00.377) 0:03:58.637 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "\"No such file or directory\" in __is_system_running.msg | d(\"\")", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Set flag to indicate that systemd runtime operations are available] *** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:46 Friday 06 June 2025 21:28:12 -0400 (0:00:00.067) 0:03:58.705 *********** ok: [managed-node2] => { "ansible_facts": { "__firewall_is_booted": true }, "changed": false } TASK [fedora.linux_system_roles.firewall : Install firewalld] ****************** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:51 Friday 06 June 2025 21:28:12 -0400 (0:00:00.070) 0:03:58.775 *********** ok: [managed-node2] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: firewalld TASK [fedora.linux_system_roles.firewall : Notify user that reboot is needed to apply changes] *** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:63 Friday 06 June 2025 21:28:15 -0400 (0:00:02.867) 0:04:01.643 *********** skipping: [managed-node2] => { "false_condition": "__firewall_is_transactional | d(false)" } TASK [fedora.linux_system_roles.firewall : Reboot transactional update systems] *** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:68 Friday 06 June 2025 21:28:15 -0400 (0:00:00.037) 0:04:01.681 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "__firewall_is_transactional | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Fail if reboot is needed and not set] *** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:73 Friday 06 June 2025 21:28:15 -0400 (0:00:00.040) 0:04:01.721 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "__firewall_is_transactional | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Check which conflicting services are enabled] *** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:5 Friday 06 June 2025 21:28:15 -0400 (0:00:00.059) 0:04:01.780 *********** skipping: [managed-node2] => (item=nftables) => { "ansible_loop_var": "item", "changed": false, "false_condition": "firewall_disable_conflicting_services | bool", "item": "nftables", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item=iptables) => { "ansible_loop_var": "item", "changed": false, "false_condition": "firewall_disable_conflicting_services | bool", "item": "iptables", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item=ufw) => { "ansible_loop_var": "item", "changed": false, "false_condition": "firewall_disable_conflicting_services | bool", "item": "ufw", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.firewall : Attempt to stop and disable conflicting services] *** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:14 Friday 06 June 2025 21:28:15 -0400 (0:00:00.055) 0:04:01.836 *********** skipping: [managed-node2] => (item={'changed': False, 'skipped': True, 'skip_reason': 'Conditional result was False', 'false_condition': 'firewall_disable_conflicting_services | bool', 'item': 'nftables', 'ansible_loop_var': 'item'}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "firewall_disable_conflicting_services | bool", "item": { "ansible_loop_var": "item", "changed": false, "false_condition": "firewall_disable_conflicting_services | bool", "item": "nftables", "skip_reason": "Conditional result was False", "skipped": true }, "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item={'changed': False, 'skipped': True, 'skip_reason': 'Conditional result was False', 'false_condition': 'firewall_disable_conflicting_services | bool', 'item': 'iptables', 'ansible_loop_var': 'item'}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "firewall_disable_conflicting_services | bool", "item": { "ansible_loop_var": "item", "changed": false, "false_condition": "firewall_disable_conflicting_services | bool", "item": "iptables", "skip_reason": "Conditional result was False", "skipped": true }, "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item={'changed': False, 'skipped': True, 'skip_reason': 'Conditional result was False', 'false_condition': 'firewall_disable_conflicting_services | bool', 'item': 'ufw', 'ansible_loop_var': 'item'}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "firewall_disable_conflicting_services | bool", "item": { "ansible_loop_var": "item", "changed": false, "false_condition": "firewall_disable_conflicting_services | bool", "item": "ufw", "skip_reason": "Conditional result was False", "skipped": true }, "skip_reason": "Conditional result was False" } skipping: [managed-node2] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.firewall : Unmask firewalld service] *********** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:24 Friday 06 June 2025 21:28:15 -0400 (0:00:00.049) 0:04:01.886 *********** ok: [managed-node2] => { "changed": false, "name": "firewalld", "status": { "ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "ActiveState": "inactive", "After": "polkit.service basic.target system.slice sysinit.target dbus.service dbus.socket", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "shutdown.target network-pre.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "BusName": "org.fedoraproject.FirewallD1", "CPUAccounting": "no", "CPUAffinity": "", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "yes", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf", "CollectMode": "inactive", "ConditionResult": "no", "ConditionTimestampMonotonic": "0", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target ebtables.service iptables.service ipset.service ip6tables.service nftables.service", "ControlPID": "0", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "no", "Description": "firewalld - dynamic firewall daemon", "DevicePolicy": "auto", "Documentation": "man:firewalld(1)", "DynamicUser": "no", "EffectiveCPUs": "", "EffectiveMemoryNodes": "", "EnvironmentFiles": "/etc/sysconfig/firewalld (ignore_errors=yes)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "0", "ExecMainStartTimestampMonotonic": "0", "ExecMainStatus": "0", "ExecReload": "{ path=/bin/kill ; argv[]=/bin/kill -HUP $MAINPID ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStart": "{ path=/usr/sbin/firewalld ; argv[]=/usr/sbin/firewalld --nofork --nopid $FIREWALLD_ARGS ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/firewalld.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "IOWeight": "[not set]", "IPAccounting": "no", "IPEgressBytes": "18446744073709551615", "IPEgressPackets": "18446744073709551615", "IPIngressBytes": "18446744073709551615", "IPIngressPackets": "18446744073709551615", "Id": "firewalld.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestampMonotonic": "0", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "mixed", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "0", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "65536", "LimitMEMLOCKSoft": "65536", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "262144", "LimitNOFILESoft": "1024", "LimitNPROC": "28608", "LimitNPROCSoft": "28608", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "28608", "LimitSIGPENDINGSoft": "28608", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "0", "MemoryAccounting": "yes", "MemoryCurrent": "[not set]", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "MountFlags": "", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAMask": "", "NUMAPolicy": "n/a", "Names": "firewalld.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "Perpetual": "no", "PrivateDevices": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "dbus.socket system.slice sysinit.target", "Restart": "no", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "null", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "null", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestampMonotonic": "0", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "dead", "SuccessAction": "none", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "[not set]", "TasksMax": "45773", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "dbus", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "disabled", "UtmpMode": "init", "Wants": "network-pre.target", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0" } } TASK [fedora.linux_system_roles.firewall : Enable and start firewalld service] *** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:30 Friday 06 June 2025 21:28:17 -0400 (0:00:01.538) 0:04:03.424 *********** changed: [managed-node2] => { "changed": true, "enabled": true, "name": "firewalld", "state": "started", "status": { "ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "ActiveState": "inactive", "After": "basic.target sysinit.target polkit.service dbus.service dbus.socket system.slice", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "shutdown.target network-pre.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "BusName": "org.fedoraproject.FirewallD1", "CPUAccounting": "no", "CPUAffinity": "", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "yes", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf", "CollectMode": "inactive", "ConditionResult": "no", "ConditionTimestampMonotonic": "0", "ConfigurationDirectoryMode": "0755", "Conflicts": "ipset.service shutdown.target ebtables.service iptables.service ip6tables.service nftables.service", "ControlPID": "0", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "no", "Description": "firewalld - dynamic firewall daemon", "DevicePolicy": "auto", "Documentation": "man:firewalld(1)", "DynamicUser": "no", "EffectiveCPUs": "", "EffectiveMemoryNodes": "", "EnvironmentFiles": "/etc/sysconfig/firewalld (ignore_errors=yes)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "0", "ExecMainStartTimestampMonotonic": "0", "ExecMainStatus": "0", "ExecReload": "{ path=/bin/kill ; argv[]=/bin/kill -HUP $MAINPID ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStart": "{ path=/usr/sbin/firewalld ; argv[]=/usr/sbin/firewalld --nofork --nopid $FIREWALLD_ARGS ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/firewalld.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "IOWeight": "[not set]", "IPAccounting": "no", "IPEgressBytes": "18446744073709551615", "IPEgressPackets": "18446744073709551615", "IPIngressBytes": "18446744073709551615", "IPIngressPackets": "18446744073709551615", "Id": "firewalld.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestampMonotonic": "0", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "mixed", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "0", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "65536", "LimitMEMLOCKSoft": "65536", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "262144", "LimitNOFILESoft": "1024", "LimitNPROC": "28608", "LimitNPROCSoft": "28608", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "28608", "LimitSIGPENDINGSoft": "28608", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "0", "MemoryAccounting": "yes", "MemoryCurrent": "[not set]", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "MountFlags": "", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAMask": "", "NUMAPolicy": "n/a", "Names": "firewalld.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "Perpetual": "no", "PrivateDevices": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "dbus.socket system.slice sysinit.target", "Restart": "no", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "null", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "null", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestampMonotonic": "0", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "dead", "SuccessAction": "none", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "[not set]", "TasksMax": "45773", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "dbus", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "disabled", "UtmpMode": "init", "Wants": "network-pre.target", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0" } } TASK [fedora.linux_system_roles.firewall : Check if previous replaced is defined] *** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:36 Friday 06 June 2025 21:28:18 -0400 (0:00:00.967) 0:04:04.392 *********** ok: [managed-node2] => { "ansible_facts": { "__firewall_previous_replaced": true, "__firewall_python_cmd": "/usr/libexec/platform-python", "__firewall_report_changed": true }, "changed": false } TASK [fedora.linux_system_roles.firewall : Get config files, checksums before and remove] *** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:45 Friday 06 June 2025 21:28:18 -0400 (0:00:00.058) 0:04:04.450 *********** ok: [managed-node2] => { "changed": false, "rc": 0 } STDOUT: 01fd12090b256116f23dc2e9bb64a2e7b3c0af919a1dc686580df84563bbd9ef /etc/firewalld/lockdown-whitelist.xml STDERR: Shared connection to 10.31.14.158 closed. TASK [fedora.linux_system_roles.firewall : Tell firewall module it is able to report changed] *** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:58 Friday 06 June 2025 21:28:19 -0400 (0:00:01.060) 0:04:05.511 *********** ok: [managed-node2] => { "ansible_facts": { "__firewall_report_changed": false }, "changed": false } TASK [fedora.linux_system_roles.firewall : Configure firewall] ***************** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:74 Friday 06 June 2025 21:28:19 -0400 (0:00:00.047) 0:04:05.558 *********** skipping: [managed-node2] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.firewall : Gather firewall config information] *** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:126 Friday 06 June 2025 21:28:19 -0400 (0:00:00.045) 0:04:05.603 *********** skipping: [managed-node2] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.firewall : Update firewalld_config fact] ******* task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:137 Friday 06 June 2025 21:28:19 -0400 (0:00:00.043) 0:04:05.647 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "'detailed' in fw[0]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Gather firewall config if no arguments] *** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:146 Friday 06 June 2025 21:28:19 -0400 (0:00:00.040) 0:04:05.688 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "firewall == None or firewall | length == 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Update firewalld_config fact] ******* task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:152 Friday 06 June 2025 21:28:19 -0400 (0:00:00.037) 0:04:05.725 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "firewall == None or firewall | length == 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Get config files, checksums after] *** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:161 Friday 06 June 2025 21:28:19 -0400 (0:00:00.036) 0:04:05.762 *********** ok: [managed-node2] => { "changed": false, "rc": 0 } STDERR: Shared connection to 10.31.14.158 closed. TASK [fedora.linux_system_roles.firewall : Calculate what has changed] ********* task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:172 Friday 06 June 2025 21:28:20 -0400 (0:00:00.381) 0:04:06.144 *********** changed: [managed-node2] => { "ansible_facts": { "firewall_lib_result": { "changed": true } }, "changed": true } TASK [fedora.linux_system_roles.firewall : Show diffs] ************************* task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:178 Friday 06 June 2025 21:28:20 -0400 (0:00:00.044) 0:04:06.188 *********** skipping: [managed-node2] => { "false_condition": "__firewall_debug | d(false)" } TASK [Purge selinux configuration] ********************************************* task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/cleanup.yml:32 Friday 06 June 2025 21:28:20 -0400 (0:00:00.076) 0:04:06.265 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "mssql_manage_selinux | d(false) | bool", "skip_reason": "Conditional result was False" } TASK [Leave realm] ************************************************************* task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/cleanup.yml:39 Friday 06 June 2025 21:28:20 -0400 (0:00:00.055) 0:04:06.321 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "ansible_facts.packages.realmd is defined", "skip_reason": "Conditional result was False" } TASK [Destroy Kerberos tickets] ************************************************ task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/cleanup.yml:47 Friday 06 June 2025 21:28:20 -0400 (0:00:00.068) 0:04:06.389 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "ansible_facts.packages[\"krb5-workstation\"] is defined", "skip_reason": "Conditional result was False" } TASK [Remove related packages] ************************************************* task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/cleanup.yml:51 Friday 06 June 2025 21:28:20 -0400 (0:00:00.068) 0:04:06.458 *********** changed: [managed-node2] => { "changed": true, "rc": 0, "results": [ "Removed: unixODBC-2.3.11-1.rh.x86_64", "Removed: unixODBC-devel-2.3.11-1.rh.x86_64", "Removed: libtool-ltdl-2.4.6-25.el8.x86_64", "Removed: gc-7.6.4-3.el8.x86_64", "Removed: msodbcsql18-18.5.1.1-1.x86_64", "Removed: gcc-gdb-plugin-8.5.0-22.el8.x86_64", "Removed: gdb-8.2-20.el8.x86_64", "Removed: gdb-headless-8.2-20.el8.x86_64", "Removed: libatomic-8.5.0-22.el8.x86_64", "Removed: libatomic_ops-7.6.2-3.el8.x86_64", "Removed: guile-5:2.0.14-7.el8.x86_64", "Removed: libbabeltrace-1.5.4-4.el8.x86_64", "Removed: libipt-1.6.1-8.el8.x86_64", "Removed: mssql-server-16.0.4195.2-4.x86_64", "Removed: mssql-tools18-18.4.1.1-1.x86_64", "Removed: cyrus-sasl-2.1.27-6.el8_5.x86_64", "Removed: cyrus-sasl-gssapi-2.1.27-6.el8_5.x86_64", "Removed: lsof-4.93.2-1.el8.x86_64", "Removed: bzip2-1.0.6-26.el8.x86_64" ] } TASK [Remove related files] **************************************************** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/cleanup.yml:64 Friday 06 June 2025 21:28:25 -0400 (0:00:04.817) 0:04:11.276 *********** 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.008769", "end": "2025-06-06 21:28:25.523352", "rc": 0, "start": "2025-06-06 21:28:25.514583" } STDOUT: removed directory '/var/opt/mssql/.system/system/Temp' removed '/var/opt/mssql/.system/system/lsasetup.log' removed '/var/opt/mssql/.system/system/debug/PASSWD.LOG' removed directory '/var/opt/mssql/.system/system/debug' removed '/var/opt/mssql/.system/system/system32/Microsoft/Protect/S-1-5-18/User/70206b56-18b9-4da6-b6b4-c14368329f6a' removed '/var/opt/mssql/.system/system/system32/Microsoft/Protect/S-1-5-18/User/Preferred' removed directory '/var/opt/mssql/.system/system/system32/Microsoft/Protect/S-1-5-18/User' removed directory '/var/opt/mssql/.system/system/system32/Microsoft/Protect/S-1-5-18' removed directory '/var/opt/mssql/.system/system/system32/Microsoft/Protect' removed directory '/var/opt/mssql/.system/system/system32/Microsoft' removed directory '/var/opt/mssql/.system/system/system32/LogFiles/Scm' removed directory '/var/opt/mssql/.system/system/system32/LogFiles' removed directory '/var/opt/mssql/.system/system/system32' removed '/var/opt/mssql/.system/system/licensing.hiv' removed '/var/opt/mssql/.system/system/security.hiv' removed '/var/opt/mssql/.system/system/lsa.hiv' removed directory '/var/opt/mssql/.system/system' removed directory '/var/opt/mssql/.system/profiles/Client/Desktop' removed directory '/var/opt/mssql/.system/profiles/Client/Documents' removed directory '/var/opt/mssql/.system/profiles/Client/Temp' removed directory '/var/opt/mssql/.system/profiles/Client/AppData/Local/Microsoft/Windows/Temporary Internet Files' removed directory '/var/opt/mssql/.system/profiles/Client/AppData/Local/Microsoft/Windows/INetCache/IE' removed directory '/var/opt/mssql/.system/profiles/Client/AppData/Local/Microsoft/Windows/INetCache/Content.IE5' removed directory '/var/opt/mssql/.system/profiles/Client/AppData/Local/Microsoft/Windows/INetCache' removed directory '/var/opt/mssql/.system/profiles/Client/AppData/Local/Microsoft/Windows/INetCookies/ESE' removed directory '/var/opt/mssql/.system/profiles/Client/AppData/Local/Microsoft/Windows/INetCookies' removed directory '/var/opt/mssql/.system/profiles/Client/AppData/Local/Microsoft/Windows/History/History.IE5' removed directory '/var/opt/mssql/.system/profiles/Client/AppData/Local/Microsoft/Windows/History' removed directory '/var/opt/mssql/.system/profiles/Client/AppData/Local/Microsoft/Windows' removed directory '/var/opt/mssql/.system/profiles/Client/AppData/Local/Microsoft' removed directory '/var/opt/mssql/.system/profiles/Client/AppData/Local' removed directory '/var/opt/mssql/.system/profiles/Client/AppData/Roaming/Microsoft/SystemCertificates/My/Certificates' removed directory '/var/opt/mssql/.system/profiles/Client/AppData/Roaming/Microsoft/SystemCertificates/My/CRLs' removed directory '/var/opt/mssql/.system/profiles/Client/AppData/Roaming/Microsoft/SystemCertificates/My/CTLs' removed '/var/opt/mssql/.system/profiles/Client/AppData/Roaming/Microsoft/SystemCertificates/My/AppContainerUserCertRead' removed directory '/var/opt/mssql/.system/profiles/Client/AppData/Roaming/Microsoft/SystemCertificates/My' removed directory '/var/opt/mssql/.system/profiles/Client/AppData/Roaming/Microsoft/SystemCertificates' removed directory '/var/opt/mssql/.system/profiles/Client/AppData/Roaming/Microsoft' removed directory '/var/opt/mssql/.system/profiles/Client/AppData/Roaming' removed directory '/var/opt/mssql/.system/profiles/Client/AppData/LocalLow' removed directory '/var/opt/mssql/.system/profiles/Client/AppData' removed directory '/var/opt/mssql/.system/profiles/Client' removed directory '/var/opt/mssql/.system/profiles' removed '/var/opt/mssql/.system/programdata/Microsoft/NetFramework/BreadcrumbStore/Microsoft.Diagnostics.Tracing.EventSource, Version=1.1.26.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' removed '/var/opt/mssql/.system/programdata/Microsoft/NetFramework/BreadcrumbStore/Microsoft.Diagnostics.Tracing.EventSource, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' removed directory '/var/opt/mssql/.system/programdata/Microsoft/NetFramework/BreadcrumbStore' removed directory '/var/opt/mssql/.system/programdata/Microsoft/NetFramework' removed directory '/var/opt/mssql/.system/programdata/Microsoft' removed directory '/var/opt/mssql/.system/programdata' removed '/var/opt/mssql/.system/instance_id' removed directory '/var/opt/mssql/.system' removed '/var/opt/mssql/data/master.mdf' removed '/var/opt/mssql/data/mastlog.ldf' removed '/var/opt/mssql/data/model.mdf' removed '/var/opt/mssql/data/modellog.ldf' removed '/var/opt/mssql/data/msdbdata.mdf' removed '/var/opt/mssql/data/msdblog.ldf' removed '/var/opt/mssql/data/model_replicatedmaster.mdf' removed '/var/opt/mssql/data/model_replicatedmaster.ldf' removed '/var/opt/mssql/data/model_msdbdata.mdf' removed '/var/opt/mssql/data/model_msdblog.ldf' removed '/var/opt/mssql/data/Entropy.bin' removed '/var/opt/mssql/data/tempdb.mdf' removed '/var/opt/mssql/data/templog.ldf' removed '/var/opt/mssql/data/tempdb2.ndf' removed '/var/opt/mssql/data/tempdb3.ndf' removed '/var/opt/mssql/data/tempdb4.ndf' removed '/var/opt/mssql/data/MS_AgentSigningCertificate.cer' removed directory '/var/opt/mssql/data' removed '/var/opt/mssql/log/mssql-conf/mssql-conf.log' removed directory '/var/opt/mssql/log/mssql-conf' removed '/var/opt/mssql/log/sqlagentstartup.log' removed '/var/opt/mssql/log/HkEngineEventFile_0_133937331324680000.xel' removed '/var/opt/mssql/log/system_health_0_133937331330850000.xel' removed '/var/opt/mssql/log/log.trc' removed '/var/opt/mssql/log/HkEngineEventFile_0_133937331365870000.xel' removed '/var/opt/mssql/log/system_health_0_133937331369740000.xel' removed '/var/opt/mssql/log/log_1.trc' removed '/var/opt/mssql/log/errorlog.3' removed '/var/opt/mssql/log/errorlog.2' removed '/var/opt/mssql/log/errorlog.1' removed '/var/opt/mssql/log/errorlog' removed '/var/opt/mssql/log/HkEngineEventFile_0_133937332151630000.xel' removed '/var/opt/mssql/log/system_health_0_133937332178360000.xel' removed '/var/opt/mssql/log/log_2.trc' removed '/var/opt/mssql/log/system_health_0_133937332190910000.xel' removed '/var/opt/mssql/log/system_health_0_133937332413780000.xel' removed directory '/var/opt/mssql/log' removed '/var/opt/mssql/mssql.conf' removed '/var/opt/mssql/secrets/machine-key' removed directory '/var/opt/mssql/secrets' removed directory '/var/opt/mssql' removed directory '/opt/mssql' removed directory '/opt/mssql-tools18' removed '/etc/yum.repos.d/packages-microsoft-com-mssql-server-2022.repo' removed '/etc/yum.repos.d/packages-microsoft-com-prod.repo' TASK [Stop the mssql-server service] ******************************************* task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/cleanup.yml:79 Friday 06 June 2025 21:28:25 -0400 (0:00:00.437) 0:04:11.713 *********** ok: [managed-node2] => { "changed": false, "cmd": "systemctl stop mssql-server || true", "delta": "0:00:00.010546", "end": "2025-06-06 21:28:25.912431", "rc": 0, "start": "2025-06-06 21:28:25.901885" } STDERR: Failed to stop mssql-server.service: Unit mssql-server.service not loaded. TASK [Get SELinux policy modules] ********************************************** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/cleanup.yml:84 Friday 06 June 2025 21:28:25 -0400 (0:00:00.388) 0:04:12.102 *********** ok: [managed-node2] => { "changed": false, "cmd": [ "semodule", "-l" ], "delta": "0:00:00.229920", "end": "2025-06-06 21:28:26.516482", "rc": 0, "start": "2025-06-06 21:28:26.286562" } STDOUT: abrt accountsd acct afs aiccu aide ajaxterm alsa amanda amtu anaconda antivirus apache apcupsd apm application arpwatch asterisk auditadm authconfig authlogin automount avahi awstats bacula base bcfg2 bind bitlbee blkmapd blueman bluetooth boinc boltd bootloader brctl brltty bugzilla bumblebee cachefilesd calamaris callweaver canna ccs cdrecord certmaster certmonger certwatch cfengine cgdcbxd cgroup chrome chronyd cinder cipe clock clogd cloudform cmirrord cobbler cockpit collectd colord comsat condor conman conntrackd consolekit couchdb courier cpucontrol cpufreqselector cpuplug cron ctdb cups cvs cyphesis cyrus daemontools dbadm dbskk dbus dcc ddclient denyhosts devicekit dhcp dictd dirsrv dirsrv-admin dmesg dmidecode dnsmasq dnssec dovecot drbd dspam entropyd exim fail2ban fcoe fetchmail finger firewalld firewallgui firstboot fprintd freeipmi freqset fstools ftp fwupd games gdomap geoclue getty git gitosis glance gnome gpg gpm gpsd gssproxy guest hddtemp hostapd hostname hsqldb hwloc hypervkvp ibacm icecast inetd init inn insights_client iodine iotop ipmievd ipsec iptables irc irqbalance iscsi isns jabber jetty jockey journalctl kdbus kdump kdumpgui keepalived kerberos keyboardd keystone kismet kmscon kpatch ksmtuned ktalk l2tp ldap libraries likewise linuxptp lircd livecd lldpad loadkeys locallogin lockdev logadm logging logrotate logwatch lpd lsm lttng-tools lvm mailman mailscanner man2html mandb mcelog mediawiki memcached milter minidlna minissdpd mip6d mirrormanager miscfiles mock modemmanager modutils mojomojo mon_statd mongodb motion mount mozilla mpd mplayer mrtg mta munin mysql mythtv naemon nagios namespace ncftool netlabel netutils networkmanager ninfod nis nova nscd nsd nslcd ntop ntp numad nut nx obex oddjob opafm openct opendnssec openfortivpn openhpid openshift openshift-origin opensm openvpn openvswitch openwsman oracleasm osad pads passenger pcmcia pcp pcscd pdns pegasus permissivedomains pesign pingd piranha pkcs pkcs11proxyd pki plymouthd podsleuth policykit polipo portmap portreserve postfix postgresql postgrey ppp prelink prelude privoxy procmail prosody psad ptchown publicfile pulseaudio puppet pwauth qmail qpid quantum quota rabbitmq radius radvd raid rasdaemon rdisc readahead realmd redis remotelogin restraint rhcs rhev rhgb rhnsd rhsmcertd rhts ricci rkhunter rkt rlogin rngd rolekit roundup rpc rpcbind rpm rrdcached rshd rssh rsync rtas rtkit rwho samba sambagui sandboxX sanlock sasl sbd sblim screen secadm sectoolm selinuxutil sendmail sensord setrans setroubleshoot seunshare sge shorewall slocate slpd smartmon smokeping smoltclient smsd snapper snmp snort sosreport soundserver spamassassin speech-dispatcher squid ssh sslh sssd staff stapserver stratisd stunnel su sudo svnserve swift sysadm sysadm_secadm sysnetwork sysstat systemd tangd targetd tcpd tcsd telepathy telnet tftp tgtd thin thumb timedatex tlp tmpreaper tomcat tor tuned tvtime udev ulogd uml unconfined unconfineduser unlabelednet unprivuser updfstab usbmodules usbmuxd userdomain userhelper usermanage usernetctl uucp uuidd varnishd vdagent vhostmd virt vlock vmtools vmware vnstatd vpn w3c watchdog wdmd webadm webalizer wine wireshark xen xguest xserver zabbix zarafa zebra zoneminder zosremote TASK [Ensure that semanage command is available] ******************************* task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/cleanup.yml:90 Friday 06 June 2025 21:28:26 -0400 (0:00:00.635) 0:04:12.738 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "'mssql' in __mssql_policy_loaded.stdout_lines", "skip_reason": "Conditional result was False" } TASK [Hack around broken mssql SELinux profile and actually remove it] ********* task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/cleanup.yml:98 Friday 06 June 2025 21:28:26 -0400 (0:00:00.066) 0:04:12.804 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "'mssql' in __mssql_policy_loaded.stdout_lines", "skip_reason": "Conditional result was False" } TASK [Check for leftover mssql processes] ************************************** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/cleanup.yml:107 Friday 06 June 2025 21:28:26 -0400 (0:00:00.058) 0:04:12.862 *********** ok: [managed-node2] => { "changed": false, "cmd": [ "pgrep", "-au", "mssql" ], "delta": "0:00:00.007153", "end": "2025-06-06 21:28:27.080762", "failed_when_result": false, "rc": 1, "start": "2025-06-06 21:28:27.073609" } MSG: non-zero return code TASK [Kill leftover mssql processes] ******************************************* task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/cleanup.yml:114 Friday 06 June 2025 21:28:27 -0400 (0:00:00.411) 0:04:13.274 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "__mssql_processes.rc == 0", "skip_reason": "Conditional result was False" } TASK [Remove system user] ****************************************************** task path: /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/cleanup.yml:119 Friday 06 June 2025 21:28:27 -0400 (0:00:00.045) 0:04:13.319 *********** 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 PLAY RECAP ********************************************************************* managed-node2 : ok=156 changed=17 unreachable=0 failed=0 skipped=464 rescued=3 ignored=0 SYSTEM ROLES ERRORS BEGIN v1 [ { "ansible_version": "2.16.14", "end_time": "2025-06-07T01:24:21.014022+00:00Z", "host": "managed-node2", "message": "You must set the mssql_version variable to one of 2017, 2019, 2022", "start_time": "2025-06-07T01:24:20.958681+00:00Z", "task_name": "Verify if the mssql_version variable is provided correctly", "task_path": "/tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:181" }, { "ansible_version": "2.16.14", "end_time": "2025-06-07T01:24:25.119734+00:00Z", "host": "managed-node2", "message": "You must set the mssql_version variable to one of 2017, 2019, 2022", "start_time": "2025-06-07T01:24:25.034148+00:00Z", "task_name": "Verify if the mssql_version variable is provided correctly", "task_path": "/tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:181" }, { "ansible_version": "2.16.14", "end_time": "2025-06-07T01:28:06.571883+00:00Z", "host": "managed-node2", "loop_item": { "key": 2017, "value": 14 }, "loop_label": "", "loop_var": "item", "message": "No message could be found", "start_time": "2025-06-07T01:28:06.522868+00:00Z", "task_name": "Verify if mssql_version is not smaller then the existing SQL Server version", "task_path": "/tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:188" }, { "ansible_version": "2.16.14", "end_time": "2025-06-07T01:28:06.571932+00:00Z", "host": "managed-node2", "loop_item": { "key": 2019, "value": 15 }, "loop_label": "", "loop_var": "item", "message": [ "\"You set mssql_version to 2019, but your SQL Server is of higher version\"", "The role does not support downgrading SQL Server" ], "start_time": "2025-06-07T01:28:06.522868+00:00Z", "task_name": "Verify if mssql_version is not smaller then the existing SQL Server version", "task_path": "/tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:188" }, { "ansible_version": "2.16.14", "end_time": "2025-06-07T01:28:06.571947+00:00Z", "host": "managed-node2", "loop_item": { "key": 2022, "value": 16 }, "loop_label": "", "loop_var": "item", "message": "No message could be found", "start_time": "2025-06-07T01:28:06.522868+00:00Z", "task_name": "Verify if mssql_version is not smaller then the existing SQL Server version", "task_path": "/tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:188" } ] SYSTEM ROLES ERRORS END v1 TASKS RECAP ******************************************************************** Friday 06 June 2025 21:28:28 -0400 (0:00:00.971) 0:04:14.291 *********** =============================================================================== fedora.linux_system_roles.mssql : Ensure the package mssql-server ------ 41.00s /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:309 fedora.linux_system_roles.mssql : Ensure the package mssql-server ------ 40.09s /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:309 fedora.linux_system_roles.mssql : Configure to run as a confined application with SELinux -- 17.22s /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:304 fedora.linux_system_roles.mssql : Wait for mssql-server to prepare for client connections -- 14.54s /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:654 fedora.linux_system_roles.mssql : Ensure that SQL Server client tools are installed --- 9.16s /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:533 fedora.linux_system_roles.mssql : Set up MSSQL -------------------------- 5.06s /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:368 Remove related packages ------------------------------------------------- 4.82s /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/cleanup.yml:51 fedora.linux_system_roles.mssql : Ensure that the tuned-profiles-mssql package is installed --- 4.38s /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:438 fedora.linux_system_roles.mssql : Ensure that the tuned-profiles-mssql package is installed --- 3.52s /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:438 fedora.linux_system_roles.mssql : Configure to run as a confined application with SELinux --- 3.37s /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:304 fedora.linux_system_roles.mssql : Ensure that SQL Server client tools are installed --- 3.17s /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:533 fedora.linux_system_roles.mssql : Ensure that SQL Server client tools are installed --- 2.96s /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:533 fedora.linux_system_roles.mssql : Configure to run as a confined application with SELinux --- 2.93s /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:304 fedora.linux_system_roles.mssql : Ensure the package mssql-server ------- 2.91s /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:309 fedora.linux_system_roles.mssql : Ensure that the tuned-profiles-mssql package is installed --- 2.90s /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:438 fedora.linux_system_roles.firewall : Install firewalld ------------------ 2.87s /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:51 fedora.linux_system_roles.mssql : Gather package facts ------------------ 2.31s /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:162 fedora.linux_system_roles.mssql : Gather package facts ------------------ 2.31s /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:162 fedora.linux_system_roles.mssql : Gather package facts ------------------ 1.87s /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:162 fedora.linux_system_roles.mssql : Gather package facts ------------------ 1.71s /tmp/collections-nfN/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:685