# STDOUT: ---v---v---v---v---v--- ansible-playbook [core 2.16.0] config file = /etc/ansible/ansible.cfg configured module search path = ['/home/jenkins/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules'] ansible python module location = /opt/ansible-2.16/lib/python3.11/site-packages/ansible ansible collection location = /WORKDIR/git-weekly-cipc8bh1gk/.collection executable location = /opt/ansible-2.16/bin/ansible-playbook python version = 3.11.5 (main, Sep 7 2023, 00:00:00) [GCC 11.4.1 20230605 (Red Hat 11.4.1-2)] (/opt/ansible-2.16/bin/python) jinja version = 3.1.2 libyaml = True Using /etc/ansible/ansible.cfg as config file Skipping callback 'debug', 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_idempotency_2017.yml ******************************************* 1 plays in /WORKDIR/git-weekly-cipc8bh1gk/tests/tests_idempotency_2017.yml PLAY [Ensure that the role is idempotent] ************************************** TASK [Run tests_idempotency with SQL Server 2017] ****************************** task path: /WORKDIR/git-weekly-cipc8bh1gk/tests/tests_idempotency_2017.yml:15 Saturday 20 January 2024 01:26:44 +0000 (0:00:00.036) 0:00:00.036 ****** included: /WORKDIR/git-weekly-cipc8bh1gk/tests/tasks/tests_idempotency.yml for sut TASK [Assert fail on EL 7 with version = 2022 and EL 9 with version != 2022] *** task path: /WORKDIR/git-weekly-cipc8bh1gk/tests/tasks/tests_idempotency.yml:2 Saturday 20 January 2024 01:26:44 +0000 (0:00:00.014) 0:00:00.050 ****** included: /WORKDIR/git-weekly-cipc8bh1gk/tests/tasks/assert_fail_on_unsupported_ver.yml for sut TASK [Ensure ansible_facts to get ansible_distribution] ************************ task path: /WORKDIR/git-weekly-cipc8bh1gk/tests/tasks/assert_fail_on_unsupported_ver.yml:2 Saturday 20 January 2024 01:26:44 +0000 (0:00:00.010) 0:00:00.061 ****** ok: [sut] TASK [Run the role] ************************************************************ task path: /WORKDIR/git-weekly-cipc8bh1gk/tests/tasks/assert_fail_on_unsupported_ver.yml:15 Saturday 20 January 2024 01:26:45 +0000 (0:00:00.514) 0:00:00.575 ****** skipping: [sut] => { "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', '=') and mssql_version | int != 2022)", "skip_reason": "Conditional result was False" } TASK [Unreachable task] ******************************************************** task path: /WORKDIR/git-weekly-cipc8bh1gk/tests/tasks/assert_fail_on_unsupported_ver.yml:22 Saturday 20 January 2024 01:26:45 +0000 (0:00:00.025) 0:00:00.601 ****** skipping: [sut] => { "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', '=') and mssql_version | int != 2022)", "skip_reason": "Conditional result was False" } TASK [Run on a fresh host and set all parameters] ****************************** task path: /WORKDIR/git-weekly-cipc8bh1gk/tests/tasks/tests_idempotency.yml:5 Saturday 20 January 2024 01:26:45 +0000 (0:00:00.018) 0:00:00.620 ****** TASK [fedora.linux_system_roles.mssql : Ensure ansible_facts and variables used by role] *** task path: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:3 Saturday 20 January 2024 01:26:45 +0000 (0:00:00.085) 0:00:00.706 ****** included: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/set_vars.yml for sut TASK [fedora.linux_system_roles.mssql : Ensure ansible_facts used by role] ***** task path: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/set_vars.yml:3 Saturday 20 January 2024 01:26:45 +0000 (0:00:00.011) 0:00:00.717 ****** skipping: [sut] => { "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: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/set_vars.yml:8 Saturday 20 January 2024 01:26:45 +0000 (0:00:00.018) 0:00:00.736 ****** ok: [sut] => (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 ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/vars/RedHat.yml" ], "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml" } skipping: [sut] => (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: [sut] => (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": [ "/WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } ok: [sut] => (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": [ "/WORKDIR/git-weekly-cipc8bh1gk/.collection/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 : Unset the __mssql_sqlcmd_login_cmd fact] *** task path: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:8 Saturday 20 January 2024 01:26:45 +0000 (0:00:00.025) 0:00:00.762 ****** ok: [sut] => { "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: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:15 Saturday 20 January 2024 01:26:45 +0000 (0:00:00.009) 0:00:00.771 ****** skipping: [sut] => { "false_condition": "mssql_input_sql_file is defined" } TASK [fedora.linux_system_roles.mssql : Link the deprecated mssql_input_sql_file fact] *** task path: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:23 Saturday 20 January 2024 01:26:45 +0000 (0:00:00.013) 0:00:00.785 ****** skipping: [sut] => { "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: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:30 Saturday 20 January 2024 01:26:45 +0000 (0:00:00.009) 0:00:00.794 ****** skipping: [sut] => { "false_condition": "mssql_ha_listener_port is defined" } TASK [fedora.linux_system_roles.mssql : Link the deprecated mssql_ha_listener_port fact] *** task path: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:37 Saturday 20 January 2024 01:26:45 +0000 (0:00:00.010) 0:00:00.805 ****** skipping: [sut] => { "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: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:44 Saturday 20 January 2024 01:26:45 +0000 (0:00:00.010) 0:00:00.815 ****** skipping: [sut] => { "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: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:51 Saturday 20 January 2024 01:26:45 +0000 (0:00:00.010) 0:00:00.826 ****** skipping: [sut] => { "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: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:58 Saturday 20 January 2024 01:26:45 +0000 (0:00:00.010) 0:00:00.836 ****** skipping: [sut] => { "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: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:65 Saturday 20 January 2024 01:26:45 +0000 (0:00:00.009) 0:00:00.845 ****** skipping: [sut] => { "changed": false, "false_condition": "mssql_ha_cluster_run_role is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Verify that the user accepts EULA variables] *** task path: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:69 Saturday 20 January 2024 01:26:45 +0000 (0:00:00.010) 0:00:00.855 ****** ok: [sut] => { "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: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:81 Saturday 20 January 2024 01:26:45 +0000 (0:00:00.017) 0:00:00.873 ****** skipping: [sut] => { "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: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:89 Saturday 20 January 2024 01:26:45 +0000 (0:00:00.014) 0:00:00.887 ****** skipping: [sut] => { "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: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:98 Saturday 20 January 2024 01:26:45 +0000 (0:00:00.014) 0:00:00.901 ****** skipping: [sut] => { "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: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:107 Saturday 20 January 2024 01:26:45 +0000 (0:00:00.014) 0:00:00.916 ****** skipping: [sut] => { "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: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:117 Saturday 20 January 2024 01:26:45 +0000 (0:00:00.015) 0:00:00.932 ****** skipping: [sut] => { "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 : Gather package facts] ****************** task path: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:126 Saturday 20 January 2024 01:26:45 +0000 (0:00:00.016) 0:00:00.948 ****** ok: [sut] => { "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: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:130 Saturday 20 January 2024 01:26:47 +0000 (0:00:01.835) 0:00:02.784 ****** skipping: [sut] => (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: [sut] => (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: [sut] => (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: [sut] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.mssql : Set mssql_version variable if user does not define it] *** task path: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:138 Saturday 20 January 2024 01:26:47 +0000 (0:00:00.036) 0:00:02.821 ****** skipping: [sut] => { "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: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:145 Saturday 20 January 2024 01:26:47 +0000 (0:00:00.021) 0:00:02.842 ****** ok: [sut] => { "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: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:152 Saturday 20 January 2024 01:26:47 +0000 (0:00:00.028) 0:00:02.871 ****** skipping: [sut] => (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: [sut] => (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: [sut] => (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: [sut] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.mssql : Deploy the GPG key for Microsoft repositories] *** task path: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:166 Saturday 20 January 2024 01:26:47 +0000 (0:00:00.058) 0:00:02.930 ****** ok: [sut] => { "attempts": 1, "changed": false } TASK [fedora.linux_system_roles.mssql : Update all packages from SQL Server repo version {{ __mssql_current_version }}] *** task path: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:179 Saturday 20 January 2024 01:26:47 +0000 (0:00:00.586) 0:00:03.516 ****** skipping: [sut] => { "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: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:189 Saturday 20 January 2024 01:26:47 +0000 (0:00:00.019) 0:00:03.535 ****** skipping: [sut] => { "changed": false, "false_condition": "__mssql_current_version is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Remove the current Microsoft SQL Server repository to upgrade to 2017] *** task path: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:200 Saturday 20 January 2024 01:26:47 +0000 (0:00:00.020) 0:00:03.556 ****** skipping: [sut] => { "changed": false, "false_condition": "__mssql_current_version is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Configure the Microsoft SQL Server repo version 2017] *** task path: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:208 Saturday 20 January 2024 01:26:48 +0000 (0:00:00.020) 0:00:03.576 ****** changed: [sut] => { "changed": true, "repo": "packages-microsoft-com-mssql-server-2017", "state": "present" } TASK [Ensure that the system is in SELinux enforcing state] ******************** task path: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:221 Saturday 20 January 2024 01:26:48 +0000 (0:00:00.377) 0:00:03.954 ****** skipping: [sut] => { "changed": false, "false_condition": "__mssql_confined_supported | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Get the current mode of SELinux] ******* task path: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:228 Saturday 20 January 2024 01:26:48 +0000 (0:00:00.041) 0:00:03.995 ****** skipping: [sut] => { "changed": false, "false_condition": "__mssql_confined_supported | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Verify that SELinux is in enforcing mode] *** task path: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:233 Saturday 20 January 2024 01:26:48 +0000 (0:00:00.023) 0:00:04.019 ****** skipping: [sut] => { "changed": false, "false_condition": "__mssql_confined_supported | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Verify that SELinux is not in enforcing mode] *** task path: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:242 Saturday 20 January 2024 01:26:48 +0000 (0:00:00.022) 0:00:04.041 ****** skipping: [sut] => { "changed": false, "false_condition": "__mssql_confined_supported | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Ensure the package mssql-server-selinux] *** task path: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:251 Saturday 20 January 2024 01:26:48 +0000 (0:00:00.022) 0:00:04.064 ****** skipping: [sut] => { "changed": false, "false_condition": "__mssql_confined_supported | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Ensure the package mssql-server] ******* task path: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:256 Saturday 20 January 2024 01:26:48 +0000 (0:00:00.023) 0:00:04.087 ****** changed: [sut] => { "changed": true, "rc": 0, "results": [ "Installed: gdb-8.2-20.el8.x86_64", "Installed: mssql-server-14.0.3465.1-1.x86_64", "Installed: libatomic_ops-7.6.2-3.el8.x86_64", "Installed: libipt-1.6.1-8.el8.x86_64", "Installed: cyrus-sasl-2.1.27-6.el8_5.x86_64", "Installed: python2-pip-9.0.3-19.module_el8+570+db61b4f9.noarch", "Installed: bzip2-1.0.6-26.el8.x86_64", "Installed: gc-7.6.4-3.el8.x86_64", "Installed: cyrus-sasl-gssapi-2.1.27-6.el8_5.x86_64", "Installed: python2-pip-wheel-9.0.3-19.module_el8+570+db61b4f9.noarch", "Installed: libatomic-8.5.0-21.el8.x86_64", "Installed: libtool-ltdl-2.4.6-25.el8.x86_64", "Installed: libbabeltrace-1.5.4-4.el8.x86_64", "Installed: gdb-headless-8.2-20.el8.x86_64", "Installed: python2-2.7.18-16.module_el8+739+75e8b99b.x86_64", "Installed: python2-setuptools-39.0.1-14.module_el8+733+876ccfdb.noarch", "Installed: guile-5:2.0.14-7.el8.x86_64", "Installed: python2-libs-2.7.18-16.module_el8+739+75e8b99b.x86_64", "Installed: gcc-gdb-plugin-8.5.0-21.el8.x86_64", "Installed: python2-setuptools-wheel-39.0.1-14.module_el8+733+876ccfdb.noarch" ] } lsrpackages: mssql-server TASK [fedora.linux_system_roles.mssql : Ensure that the openldap-compat package is installed] *** task path: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:264 Saturday 20 January 2024 01:27:34 +0000 (0:00:46.456) 0:00:50.544 ****** skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution == \"Fedora\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Check if the errorlog file exists and its location] *** task path: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:272 Saturday 20 January 2024 01:27:35 +0000 (0:00:00.018) 0:00:50.562 ****** ok: [sut] => { "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.005642", "end": "2024-01-20 01:27:35.254013", "rc": 0, "start": "2024-01-20 01:27:35.248371" } TASK [fedora.linux_system_roles.mssql : Gather system services facts] ********** task path: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:287 Saturday 20 January 2024 01:27:35 +0000 (0:00:00.280) 0:00:50.843 ****** ok: [sut] => { "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 the __mssql_is_setup variable] ***** task path: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:291 Saturday 20 January 2024 01:27:37 +0000 (0:00:02.629) 0:00:53.473 ****** ok: [sut] => { "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: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:300 Saturday 20 January 2024 01:27:37 +0000 (0:00:00.033) 0:00:53.506 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [fedora.linux_system_roles.mssql : Set up MSSQL] ************************** task path: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:316 Saturday 20 January 2024 01:27:37 +0000 (0:00:00.024) 0:00:53.531 ****** changed: [sut] => { "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: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:336 Saturday 20 January 2024 01:27:42 +0000 (0:00:04.842) 0:00:58.373 ****** included: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/configure_storage_paths.yml for sut => (item={'path': '/tmp/mssql_data', 'mode': '0700', 'setting': 'defaultdatadir'}) included: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/configure_storage_paths.yml for sut => (item={'path': '/tmp/mssql_log', 'mode': '0700', 'setting': 'defaultlogdir'}) TASK [fedora.linux_system_roles.mssql : Get stat of the directory /tmp/mssql_data] *** task path: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/configure_storage_paths.yml:3 Saturday 20 January 2024 01:27:42 +0000 (0:00:00.040) 0:00:58.414 ****** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.mssql : Ensure the directory and keep present permissions /tmp/mssql_data] *** task path: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/configure_storage_paths.yml:8 Saturday 20 January 2024 01:27:43 +0000 (0:00:00.314) 0:00:58.729 ****** changed: [sut] => { "changed": true, "gid": 991, "group": "mssql", "mode": "0700", "owner": "mssql", "path": "/tmp/mssql_data", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 6, "state": "directory", "uid": 993 } TASK [fedora.linux_system_roles.mssql : Append facts for the selinux role] ***** task path: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/configure_storage_paths.yml:17 Saturday 20 January 2024 01:27:43 +0000 (0:00:00.353) 0:00:59.082 ****** ok: [sut] => { "ansible_facts": { "selinux_fcontexts": [ { "ftype": "d", "setype": "mssql_var_t", "state": "present", "target": "/tmp/mssql_data" } ], "selinux_restore_dirs": [ "/tmp/mssql_data" ] }, "changed": false } TASK [fedora.linux_system_roles.mssql : Configure the setting defaultdatadir] *** task path: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/configure_storage_paths.yml:30 Saturday 20 January 2024 01:27:43 +0000 (0:00:00.032) 0:00:59.115 ****** included: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml for sut TASK [fedora.linux_system_roles.mssql : Get the setting filelocation defaultdatadir] *** task path: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:3 Saturday 20 January 2024 01:27:43 +0000 (0:00:00.029) 0:00:59.144 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^defaultdatadir = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003372", "end": "2024-01-20 01:27:43.793718", "failed_when_result": false, "rc": 1, "start": "2024-01-20 01:27:43.790346" } MSG: non-zero return code TASK [fedora.linux_system_roles.mssql : Configure the setting filelocation defaultdatadir] *** task path: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:12 Saturday 20 January 2024 01:27:43 +0000 (0:00:00.263) 0:00:59.408 ****** Notification for handler Restart the mssql-server service has been saved. changed: [sut] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "set", "filelocation.defaultdatadir", "/tmp/mssql_data" ], "delta": "0:00:00.050307", "end": "2024-01-20 01:27:44.108620", "failed_when_result": false, "rc": 0, "start": "2024-01-20 01:27:44.058313" } STDOUT: SQL Server needs to be restarted in order to apply this setting. Please run 'systemctl restart mssql-server.service'. TASK [fedora.linux_system_roles.mssql : Unset the setting filelocation defaultdatadir] *** task path: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:42 Saturday 20 January 2024 01:27:44 +0000 (0:00:00.294) 0:00:59.702 ****** skipping: [sut] => { "changed": false, "false_condition": "__mssql_conf_setting_value == \"unset\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Get stat of the directory /tmp/mssql_log] *** task path: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/configure_storage_paths.yml:3 Saturday 20 January 2024 01:27:44 +0000 (0:00:00.019) 0:00:59.722 ****** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.mssql : Ensure the directory and keep present permissions /tmp/mssql_log] *** task path: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/configure_storage_paths.yml:8 Saturday 20 January 2024 01:27:44 +0000 (0:00:00.312) 0:01:00.034 ****** changed: [sut] => { "changed": true, "gid": 991, "group": "mssql", "mode": "0700", "owner": "mssql", "path": "/tmp/mssql_log", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 6, "state": "directory", "uid": 993 } TASK [fedora.linux_system_roles.mssql : Append facts for the selinux role] ***** task path: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/configure_storage_paths.yml:17 Saturday 20 January 2024 01:27:44 +0000 (0:00:00.254) 0:01:00.288 ****** ok: [sut] => { "ansible_facts": { "selinux_fcontexts": [ { "ftype": "d", "setype": "mssql_var_t", "state": "present", "target": "/tmp/mssql_data" }, { "ftype": "d", "setype": "mssql_db_t", "state": "present", "target": "/tmp/mssql_log" } ], "selinux_restore_dirs": [ "/tmp/mssql_data", "/tmp/mssql_log" ] }, "changed": false } TASK [fedora.linux_system_roles.mssql : Configure the setting defaultlogdir] *** task path: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/configure_storage_paths.yml:30 Saturday 20 January 2024 01:27:44 +0000 (0:00:00.033) 0:01:00.322 ****** included: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml for sut TASK [fedora.linux_system_roles.mssql : Get the setting filelocation defaultlogdir] *** task path: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:3 Saturday 20 January 2024 01:27:44 +0000 (0:00:00.030) 0:01:00.353 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^defaultlogdir = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003603", "end": "2024-01-20 01:27:44.999151", "failed_when_result": false, "rc": 1, "start": "2024-01-20 01:27:44.995548" } MSG: non-zero return code TASK [fedora.linux_system_roles.mssql : Configure the setting filelocation defaultlogdir] *** task path: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:12 Saturday 20 January 2024 01:27:45 +0000 (0:00:00.243) 0:01:00.596 ****** Notification for handler Restart the mssql-server service has been saved. changed: [sut] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "set", "filelocation.defaultlogdir", "/tmp/mssql_log" ], "delta": "0:00:00.051104", "end": "2024-01-20 01:27:45.336260", "failed_when_result": false, "rc": 0, "start": "2024-01-20 01:27:45.285156" } STDOUT: SQL Server needs to be restarted in order to apply this setting. Please run 'systemctl restart mssql-server.service'. TASK [fedora.linux_system_roles.mssql : Unset the setting filelocation defaultlogdir] *** task path: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:42 Saturday 20 January 2024 01:27:45 +0000 (0:00:00.340) 0:01:00.936 ****** skipping: [sut] => { "changed": false, "false_condition": "__mssql_conf_setting_value == \"unset\"", "skip_reason": "Conditional result was False" } TASK [Ensure correct SELinux context for {{ __mssql_storage_path }}] *********** task path: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:351 Saturday 20 January 2024 01:27:45 +0000 (0:00:00.019) 0:01:00.956 ****** skipping: [sut] => { "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: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:358 Saturday 20 January 2024 01:27:45 +0000 (0:00:00.025) 0:01:00.982 ****** ok: [sut] => { "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: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:363 Saturday 20 January 2024 01:27:48 +0000 (0:00:02.692) 0:01:03.674 ****** ok: [sut] => { "changed": false, "enabled": true, "name": "tuned", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2024-01-20 01:10:24 UTC", "ActiveEnterTimestampMonotonic": "43235208", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "system.slice systemd-journald.socket systemd-sysctl.service basic.target network.target sysinit.target polkit.service dbus.service dbus.socket", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-01-20 01:10:21 UTC", "AssertTimestampMonotonic": "41119595", "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": "Sat 2024-01-20 01:10:21 UTC", "ConditionTimestampMonotonic": "41119594", "ConfigurationDirectoryMode": "0755", "Conflicts": "tlp.service shutdown.target power-profiles-daemon.service auto-cpufreq.service cpupower.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": "722", "ExecMainStartTimestamp": "Sat 2024-01-20 01:10:21 UTC", "ExecMainStartTimestampMonotonic": "41120448", "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": "Sat 2024-01-20 01:10:21 UTC", "InactiveExitTimestampMonotonic": "41120486", "InvocationID": "268bb6c6b9e547c9878f2f0e6041b2ad", "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": "722", "MemoryAccounting": "yes", "MemoryCurrent": "20381696", "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": "Sat 2024-01-20 01:10:24 UTC", "StateChangeTimestampMonotonic": "43235208", "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": "5", "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": "Sat 2024-01-20 01:10:24 UTC", "WatchdogTimestampMonotonic": "43235204", "WatchdogUSec": "0" } } TASK [fedora.linux_system_roles.mssql : Get the active Tuned profiles] ********* task path: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:369 Saturday 20 January 2024 01:27:48 +0000 (0:00:00.567) 0:01:04.241 ****** ok: [sut] => { "changed": false, "cmd": [ "tuned-adm", "active" ], "delta": "0:00:00.117890", "end": "2024-01-20 01:27:48.982084", "rc": 0, "start": "2024-01-20 01:27:48.864194" } STDOUT: Current active profile: virtual-guest mssql TASK [fedora.linux_system_roles.mssql : Attempt to add mssql to the list of Tuned profiles] *** task path: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:379 Saturday 20 January 2024 01:27:49 +0000 (0:00:00.329) 0:01:04.570 ****** skipping: [sut] => { "changed": false, "false_condition": "\"mssql\" not in __mssql_tuned_active_profiles.stdout", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Remove troublemaking include from the mssql profile] *** task path: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:392 Saturday 20 January 2024 01:27:49 +0000 (0:00:00.017) 0:01:04.588 ****** skipping: [sut] => { "changed": false, "false_condition": "\"mssql\" not in __mssql_tuned_active_profiles.stdout", "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: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:401 Saturday 20 January 2024 01:27:49 +0000 (0:00:00.016) 0:01:04.604 ****** skipping: [sut] => { "changed": false, "false_condition": "\"mssql\" not in __mssql_tuned_active_profiles.stdout", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Configure the Microsoft SQL Server Tools repository] *** task path: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:411 Saturday 20 January 2024 01:27:49 +0000 (0:00:00.016) 0:01:04.621 ****** changed: [sut] => { "changed": true, "repo": "packages-microsoft-com-prod", "state": "present" } TASK [fedora.linux_system_roles.mssql : Ensure that SQL Server client tools are installed] *** task path: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:418 Saturday 20 January 2024 01:27:49 +0000 (0:00:00.218) 0:01:04.839 ****** changed: [sut] => { "changed": true, "rc": 0, "results": [ "Installed: mssql-tools-17.10.1.1-1.x86_64", "Installed: unixODBC-devel-2.3.11-1.rh.x86_64", "Installed: msodbcsql17-17.10.5.1-1.x86_64", "Installed: unixODBC-2.3.11-1.rh.x86_64" ] } lsrpackages: mssql-tools unixODBC-devel TASK [fedora.linux_system_roles.mssql : Prepare MSSQL and facts for logging in] *** task path: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:430 Saturday 20 January 2024 01:27:53 +0000 (0:00:03.747) 0:01:08.586 ****** skipping: [sut] => { "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: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:434 Saturday 20 January 2024 01:27:53 +0000 (0:00:00.020) 0:01:08.607 ****** skipping: [sut] => { "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: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:440 Saturday 20 January 2024 01:27:53 +0000 (0:00:00.019) 0:01:08.626 ****** skipping: [sut] => { "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: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:455 Saturday 20 January 2024 01:27:53 +0000 (0:00:00.019) 0:01:08.645 ****** skipping: [sut] => { "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: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:462 Saturday 20 January 2024 01:27:53 +0000 (0:00:00.018) 0:01:08.664 ****** skipping: [sut] => { "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: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:470 Saturday 20 January 2024 01:27:53 +0000 (0:00:00.030) 0:01:08.695 ****** skipping: [sut] => { "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: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:491 Saturday 20 January 2024 01:27:53 +0000 (0:00:00.020) 0:01:08.716 ****** skipping: [sut] => { "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: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:498 Saturday 20 January 2024 01:27:53 +0000 (0:00:00.024) 0:01:08.740 ****** skipping: [sut] => { "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: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:509 Saturday 20 January 2024 01:27:53 +0000 (0:00:00.017) 0:01:08.758 ****** skipping: [sut] => { "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: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:522 Saturday 20 January 2024 01:27:53 +0000 (0:00:00.022) 0:01:08.780 ****** skipping: [sut] => { "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: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:529 Saturday 20 January 2024 01:27:53 +0000 (0:00:00.020) 0:01:08.801 ****** skipping: [sut] => { "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: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:535 Saturday 20 January 2024 01:27:53 +0000 (0:00:00.027) 0:01:08.829 ****** skipping: [sut] => { "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: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:554 Saturday 20 January 2024 01:27:53 +0000 (0:00:00.022) 0:01:08.851 ****** included: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml for sut TASK [fedora.linux_system_roles.mssql : Get the setting network ipaddress] ***** task path: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:3 Saturday 20 January 2024 01:27:53 +0000 (0:00:00.035) 0:01:08.886 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^ipaddress = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003230", "end": "2024-01-20 01:27:53.524525", "failed_when_result": false, "rc": 1, "start": "2024-01-20 01:27:53.521295" } MSG: non-zero return code TASK [fedora.linux_system_roles.mssql : Configure the setting network ipaddress] *** task path: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:12 Saturday 20 January 2024 01:27:53 +0000 (0:00:00.226) 0:01:09.113 ****** Notification for handler Restart the mssql-server service has been saved. changed: [sut] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "set", "network.ipaddress", "0.0.0.0" ], "delta": "0:00:00.050497", "end": "2024-01-20 01:27:53.797839", "failed_when_result": false, "rc": 0, "start": "2024-01-20 01:27:53.747342" } STDOUT: SQL Server needs to be restarted in order to apply this setting. Please run 'systemctl restart mssql-server.service'. TASK [fedora.linux_system_roles.mssql : Unset the setting network ipaddress] *** task path: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:42 Saturday 20 January 2024 01:27:53 +0000 (0:00:00.279) 0:01:09.392 ****** skipping: [sut] => { "changed": false, "false_condition": "__mssql_conf_setting_value == \"unset\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Register the previous tcpport setting] *** task path: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:561 Saturday 20 January 2024 01:27:53 +0000 (0:00:00.020) 0:01:09.412 ****** skipping: [sut] => { "changed": false, "false_condition": "mssql_manage_firewall | bool", "skip_reason": "Conditional result was False" } TASK [Open the TCP port 1433] ************************************************** task path: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:568 Saturday 20 January 2024 01:27:53 +0000 (0:00:00.055) 0:01:09.468 ****** skipping: [sut] => { "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: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:580 Saturday 20 January 2024 01:27:53 +0000 (0:00:00.033) 0:01:09.501 ****** included: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml for sut TASK [fedora.linux_system_roles.mssql : Get the setting network tcpport] ******* task path: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:3 Saturday 20 January 2024 01:27:53 +0000 (0:00:00.045) 0:01:09.546 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^tcpport = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003020", "end": "2024-01-20 01:27:54.202915", "failed_when_result": false, "rc": 1, "start": "2024-01-20 01:27:54.199895" } MSG: non-zero return code TASK [fedora.linux_system_roles.mssql : Configure the setting network tcpport] *** task path: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:12 Saturday 20 January 2024 01:27:54 +0000 (0:00:00.244) 0:01:09.791 ****** ok: [sut] => { "changed": false, "cmd": [ "/opt/mssql/bin/mssql-conf", "set", "network.tcpport", "1433" ], "delta": "0:00:00.050732", "end": "2024-01-20 01:27:54.477894", "failed_when_result": false, "rc": 0, "start": "2024-01-20 01:27:54.427162" } 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: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:42 Saturday 20 January 2024 01:27:54 +0000 (0:00:00.281) 0:01:10.072 ****** skipping: [sut] => { "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: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:586 Saturday 20 January 2024 01:27:54 +0000 (0:00:00.018) 0:01:10.091 ****** skipping: [sut] => { "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: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:606 Saturday 20 January 2024 01:27:54 +0000 (0:00:00.034) 0:01:10.126 ****** included: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml for sut TASK [fedora.linux_system_roles.mssql : Get the setting sqlagent enabled] ****** task path: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:3 Saturday 20 January 2024 01:27:54 +0000 (0:00:00.046) 0:01:10.172 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^enabled = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003138", "end": "2024-01-20 01:27:54.850943", "failed_when_result": false, "rc": 0, "start": "2024-01-20 01:27:54.847805" } STDOUT: enabled = false TASK [fedora.linux_system_roles.mssql : Configure the setting sqlagent enabled] *** task path: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:12 Saturday 20 January 2024 01:27:54 +0000 (0:00:00.305) 0:01:10.478 ****** Notification for handler Restart the mssql-server service has been saved. changed: [sut] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "set", "sqlagent.enabled", "True" ], "delta": "0:00:00.049657", "end": "2024-01-20 01:27:55.181604", "failed_when_result": false, "rc": 0, "start": "2024-01-20 01:27:55.131947" } STDOUT: SQL Server needs to be restarted in order to apply this setting. Please run 'systemctl restart mssql-server.service'. TASK [fedora.linux_system_roles.mssql : Unset the setting sqlagent enabled] **** task path: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:42 Saturday 20 January 2024 01:27:55 +0000 (0:00:00.298) 0:01:10.776 ****** skipping: [sut] => { "changed": false, "false_condition": "__mssql_conf_setting_value == \"unset\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Ensure the package mssql-server-fts] *** task path: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:613 Saturday 20 January 2024 01:27:55 +0000 (0:00:00.020) 0:01:10.797 ****** Notification for handler Restart the mssql-server service has been saved. changed: [sut] => { "changed": true, "rc": 0, "results": [ "Installed: mssql-server-fts-14.0.3465.1-1.x86_64" ] } lsrpackages: mssql-server-fts TASK [fedora.linux_system_roles.mssql : Ensure the package powershell] ********* task path: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:620 Saturday 20 January 2024 01:28:25 +0000 (0:00:30.369) 0:01:41.166 ****** changed: [sut] => { "changed": true, "rc": 0, "results": [ "Installed: powershell-7.4.1-1.rh.x86_64", "Installed: libicu-60.3-2.el8_1.x86_64" ] } lsrpackages: powershell TASK [fedora.linux_system_roles.mssql : Check if the 3979 trace flag is enabled] *** task path: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:629 Saturday 20 January 2024 01:28:36 +0000 (0:00:10.997) 0:01:52.163 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^traceflag[0-9] = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.002921", "end": "2024-01-20 01:28:36.791204", "failed_when_result": false, "rc": 1, "start": "2024-01-20 01:28:36.788283" } MSG: non-zero return code TASK [fedora.linux_system_roles.mssql : Set the 3979 traceflag] **************** task path: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:635 Saturday 20 January 2024 01:28:36 +0000 (0:00:00.222) 0:01:52.386 ****** changed: [sut] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "traceflag", "3979", "on" ], "delta": "0:00:00.050515", "end": "2024-01-20 01:28:37.072690", "rc": 0, "start": "2024-01-20 01:28:37.022175" } STDOUT: SQL Server needs to be restarted in order to apply this setting. Please run 'systemctl restart mssql-server.service'. TASK [fedora.linux_system_roles.mssql : Unset the 3979 traceflag] ************** task path: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:642 Saturday 20 January 2024 01:28:37 +0000 (0:00:00.275) 0:01:52.662 ****** skipping: [sut] => { "changed": false, "false_condition": "not mssql_tune_for_fua_storage | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Configure the alternatewritethrough setting] *** task path: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:650 Saturday 20 January 2024 01:28:37 +0000 (0:00:00.029) 0:01:52.692 ****** included: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml for sut TASK [fedora.linux_system_roles.mssql : Get the setting control alternatewritethrough] *** task path: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:3 Saturday 20 January 2024 01:28:37 +0000 (0:00:00.081) 0:01:52.773 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^alternatewritethrough = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003055", "end": "2024-01-20 01:28:37.455933", "failed_when_result": false, "rc": 1, "start": "2024-01-20 01:28:37.452878" } MSG: non-zero return code TASK [fedora.linux_system_roles.mssql : Configure the setting control alternatewritethrough] *** task path: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:12 Saturday 20 January 2024 01:28:37 +0000 (0:00:00.278) 0:01:53.052 ****** Notification for handler Restart the mssql-server service has been saved. changed: [sut] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "set", "control.alternatewritethrough", "0" ], "delta": "0:00:00.050389", "end": "2024-01-20 01:28:37.743679", "failed_when_result": false, "rc": 0, "start": "2024-01-20 01:28:37.693290" } STDOUT: SQL Server needs to be restarted in order to apply this setting. Please run 'systemctl restart mssql-server.service'. TASK [fedora.linux_system_roles.mssql : Unset the setting control alternatewritethrough] *** task path: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:42 Saturday 20 January 2024 01:28:37 +0000 (0:00:00.283) 0:01:53.336 ****** skipping: [sut] => { "changed": false, "false_condition": "__mssql_conf_setting_value == \"unset\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Configure the writethrough setting] **** task path: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:656 Saturday 20 January 2024 01:28:37 +0000 (0:00:00.030) 0:01:53.367 ****** included: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml for sut TASK [fedora.linux_system_roles.mssql : Get the setting control writethrough] *** task path: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:3 Saturday 20 January 2024 01:28:37 +0000 (0:00:00.042) 0:01:53.409 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^writethrough = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003463", "end": "2024-01-20 01:28:38.054175", "failed_when_result": false, "rc": 1, "start": "2024-01-20 01:28:38.050712" } MSG: non-zero return code TASK [fedora.linux_system_roles.mssql : Configure the setting control writethrough] *** task path: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:12 Saturday 20 January 2024 01:28:38 +0000 (0:00:00.245) 0:01:53.655 ****** Notification for handler Restart the mssql-server service has been saved. changed: [sut] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "set", "control.writethrough", "1" ], "delta": "0:00:00.052994", "end": "2024-01-20 01:28:38.374736", "failed_when_result": false, "rc": 0, "start": "2024-01-20 01:28:38.321742" } STDOUT: SQL Server needs to be restarted in order to apply this setting. Please run 'systemctl restart mssql-server.service'. TASK [fedora.linux_system_roles.mssql : Unset the setting control writethrough] *** task path: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:42 Saturday 20 January 2024 01:28:38 +0000 (0:00:00.315) 0:01:53.971 ****** skipping: [sut] => { "changed": false, "false_condition": "__mssql_conf_setting_value == \"unset\"", "skip_reason": "Conditional result was False" } TASK [Create certificates using the certificate role] ************************** task path: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:674 Saturday 20 January 2024 01:28:38 +0000 (0:00:00.030) 0:01:54.001 ****** skipping: [sut] => { "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: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:688 Saturday 20 January 2024 01:28:38 +0000 (0:00:00.044) 0:01:54.046 ****** skipping: [sut] => { "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: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:693 Saturday 20 January 2024 01:28:38 +0000 (0:00:00.025) 0:01:54.071 ****** skipping: [sut] => (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: [sut] => (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: [sut] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.mssql : Configure the tlscert setting] ********* task path: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:711 Saturday 20 January 2024 01:28:38 +0000 (0:00:00.026) 0:01:54.097 ****** skipping: [sut] => { "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: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:720 Saturday 20 January 2024 01:28:38 +0000 (0:00:00.027) 0:01:54.125 ****** skipping: [sut] => { "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: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:729 Saturday 20 January 2024 01:28:38 +0000 (0:00:00.034) 0:01:54.159 ****** skipping: [sut] => { "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: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:736 Saturday 20 January 2024 01:28:38 +0000 (0:00:00.032) 0:01:54.192 ****** skipping: [sut] => { "changed": false, "false_condition": "mssql_tls_enable 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: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:745 Saturday 20 January 2024 01:28:38 +0000 (0:00:00.051) 0:01:54.243 ****** skipping: [sut] => { "changed": false, "false_condition": "mssql_ad_configure | bool", "skip_reason": "Conditional result was False" } TASK [Join to realm {{ ad_integration_realm }}] ******************************** task path: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:753 Saturday 20 January 2024 01:28:38 +0000 (0:00:00.054) 0:01:54.298 ****** skipping: [sut] => { "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: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:761 Saturday 20 January 2024 01:28:38 +0000 (0:00:00.037) 0:01:54.336 ****** skipping: [sut] => { "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: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:768 Saturday 20 January 2024 01:28:38 +0000 (0:00:00.042) 0:01:54.378 ****** skipping: [sut] => { "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: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:775 Saturday 20 January 2024 01:28:38 +0000 (0:00:00.086) 0:01:54.464 ****** skipping: [sut] => { "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: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:784 Saturday 20 January 2024 01:28:38 +0000 (0:00:00.023) 0:01:54.488 ****** skipping: [sut] => { "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: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:797 Saturday 20 January 2024 01:28:38 +0000 (0:00:00.022) 0:01:54.511 ****** skipping: [sut] => { "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: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:806 Saturday 20 January 2024 01:28:38 +0000 (0:00:00.019) 0:01:54.531 ****** skipping: [sut] => { "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 : Get SPNs for the principal] ************ task path: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:818 Saturday 20 January 2024 01:28:38 +0000 (0:00:00.019) 0:01:54.550 ****** skipping: [sut] => { "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: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:823 Saturday 20 January 2024 01:28:39 +0000 (0:00:00.027) 0:01:54.577 ****** skipping: [sut] => { "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: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:840 Saturday 20 January 2024 01:28:39 +0000 (0:00:00.044) 0:01:54.622 ****** skipping: [sut] => { "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: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:845 Saturday 20 January 2024 01:28:39 +0000 (0:00:00.094) 0:01:54.716 ****** skipping: [sut] => { "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: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:850 Saturday 20 January 2024 01:28:39 +0000 (0:00:00.033) 0:01:54.750 ****** skipping: [sut] => { "changed": false, "false_condition": "mssql_ad_configure | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Create keytab] ************************* task path: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:856 Saturday 20 January 2024 01:28:39 +0000 (0:00:00.026) 0:01:54.776 ****** skipping: [sut] => { "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: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:882 Saturday 20 January 2024 01:28:39 +0000 (0:00:00.027) 0:01:54.804 ****** skipping: [sut] => { "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: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:903 Saturday 20 January 2024 01:28:39 +0000 (0:00:00.029) 0:01:54.833 ****** skipping: [sut] => { "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: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:911 Saturday 20 January 2024 01:28:39 +0000 (0:00:00.024) 0:01:54.858 ****** skipping: [sut] => { "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: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:921 Saturday 20 January 2024 01:28:39 +0000 (0:00:00.021) 0:01:54.879 ****** skipping: [sut] => { "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: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:927 Saturday 20 January 2024 01:28:39 +0000 (0:00:00.027) 0:01:54.906 ****** skipping: [sut] => { "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: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:944 Saturday 20 January 2024 01:28:39 +0000 (0:00:00.021) 0:01:54.927 ****** skipping: [sut] => { "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: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:955 Saturday 20 January 2024 01:28:39 +0000 (0:00:00.026) 0:01:54.954 ****** skipping: [sut] => { "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: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:975 Saturday 20 January 2024 01:28:39 +0000 (0:00:00.019) 0:01:54.974 ****** skipping: [sut] => { "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: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1029 Saturday 20 January 2024 01:28:39 +0000 (0:00:00.040) 0:01:55.015 ****** skipping: [sut] => { "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: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1036 Saturday 20 January 2024 01:28:39 +0000 (0:00:00.046) 0:01:55.061 ****** skipping: [sut] => { "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: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1043 Saturday 20 January 2024 01:28:39 +0000 (0:00:00.020) 0:01:55.081 ****** skipping: [sut] => { "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: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1053 Saturday 20 January 2024 01:28:39 +0000 (0:00:00.018) 0:01:55.099 ****** skipping: [sut] => { "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: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1059 Saturday 20 January 2024 01:28:39 +0000 (0:00:00.017) 0:01:55.117 ****** skipping: [sut] => (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: [sut] => (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: [sut] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.mssql : Configure SQL entities on the primary replica] *** task path: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1067 Saturday 20 January 2024 01:28:39 +0000 (0:00:00.020) 0:01:55.137 ****** skipping: [sut] => { "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: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1076 Saturday 20 January 2024 01:28:39 +0000 (0:00:00.017) 0:01:55.155 ****** skipping: [sut] => { "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: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1084 Saturday 20 January 2024 01:28:39 +0000 (0:00:00.017) 0:01:55.172 ****** skipping: [sut] => (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: [sut] => (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: [sut] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.mssql : Get the current primary replica in SQL] *** task path: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1099 Saturday 20 January 2024 01:28:39 +0000 (0:00:00.020) 0:01:55.193 ****** skipping: [sut] => { "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: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1106 Saturday 20 January 2024 01:28:39 +0000 (0:00:00.018) 0:01:55.212 ****** skipping: [sut] => { "changed": false, "false_condition": "mssql_ha_configure | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Configure ag] ************************** task path: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1131 Saturday 20 January 2024 01:28:39 +0000 (0:00:00.018) 0:01:55.230 ****** skipping: [sut] => { "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: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1140 Saturday 20 January 2024 01:28:39 +0000 (0:00:00.019) 0:01:55.249 ****** skipping: [sut] => { "changed": false, "false_condition": "mssql_ha_configure | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Replicate DBs] ************************* task path: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1149 Saturday 20 January 2024 01:28:39 +0000 (0:00:00.025) 0:01:55.274 ****** skipping: [sut] => { "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: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1160 Saturday 20 January 2024 01:28:39 +0000 (0:00:00.019) 0:01:55.293 ****** skipping: [sut] => { "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: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1173 Saturday 20 January 2024 01:28:39 +0000 (0:00:00.021) 0:01:55.315 ****** skipping: [sut] => { "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: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1182 Saturday 20 January 2024 01:28:39 +0000 (0:00:00.021) 0:01:55.336 ****** skipping: [sut] => { "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: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1189 Saturday 20 January 2024 01:28:39 +0000 (0:00:00.019) 0:01:55.356 ****** skipping: [sut] => { "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: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1196 Saturday 20 January 2024 01:28:39 +0000 (0:00:00.024) 0:01:55.380 ****** skipping: [sut] => { "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: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1204 Saturday 20 January 2024 01:28:39 +0000 (0:00:00.018) 0:01:55.400 ****** skipping: [sut] => { "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: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1211 Saturday 20 January 2024 01:28:39 +0000 (0:00:00.019) 0:01:55.419 ****** skipping: [sut] => (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: [sut] => (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: [sut] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.mssql : Configure SQL entities on not primary replicas] *** task path: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1223 Saturday 20 January 2024 01:28:39 +0000 (0:00:00.084) 0:01:55.504 ****** skipping: [sut] => { "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: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1232 Saturday 20 January 2024 01:28:39 +0000 (0:00:00.021) 0:01:55.525 ****** skipping: [sut] => { "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: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1239 Saturday 20 January 2024 01:28:39 +0000 (0:00:00.021) 0:01:55.547 ****** skipping: [sut] => { "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: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1245 Saturday 20 January 2024 01:28:40 +0000 (0:00:00.022) 0:01:55.569 ****** skipping: [sut] => { "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: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1253 Saturday 20 January 2024 01:28:40 +0000 (0:00:00.022) 0:01:55.591 ****** skipping: [sut] => (item=cert) => { "ansible_loop_var": "item", "changed": false, "false_condition": "mssql_ha_configure | bool", "item": "cert", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=key) => { "ansible_loop_var": "item", "changed": false, "false_condition": "mssql_ha_configure | bool", "item": "key", "skip_reason": "Conditional result was False" } skipping: [sut] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.mssql : Save credentials for the SQL Server login] *** task path: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1266 Saturday 20 January 2024 01:28:40 +0000 (0:00:00.022) 0:01:55.613 ****** skipping: [sut] => { "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: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1278 Saturday 20 January 2024 01:28:40 +0000 (0:00:00.018) 0:01:55.632 ****** skipping: [sut] => { "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: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1284 Saturday 20 January 2024 01:28:40 +0000 (0:00:00.025) 0:01:55.657 ****** skipping: [sut] => { "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: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1293 Saturday 20 January 2024 01:28:40 +0000 (0:00:00.027) 0:01:55.685 ****** changed: [sut] => { "changed": true } MSG: Block inserted TASK [fedora.linux_system_roles.mssql : Flush handlers prior to inputting post SQL scripts] *** task path: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1302 Saturday 20 January 2024 01:28:40 +0000 (0:00:00.370) 0:01:56.055 ****** NOTIFIED HANDLER fedora.linux_system_roles.mssql : Restart the mssql-server service for sut META: triggered running handlers for sut RUNNING HANDLER [fedora.linux_system_roles.mssql : Restart the mssql-server service] *** task path: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/handlers/main.yml:3 Saturday 20 January 2024 01:28:40 +0000 (0:00:00.019) 0:01:56.075 ****** changed: [sut] => { "changed": true, "name": "mssql-server", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2024-01-20 01:27:42 UTC", "ActiveEnterTimestampMonotonic": "1081769441", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "systemd-journald.socket basic.target network.target auditd.service system.slice -.mount sysinit.target", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-01-20 01:27:42 UTC", "AssertTimestampMonotonic": "1081761645", "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": "Sat 2024-01-20 01:27:42 UTC", "ConditionTimestampMonotonic": "1081761644", "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": "16024", "ExecMainStartTimestamp": "Sat 2024-01-20 01:27:42 UTC", "ExecMainStartTimestampMonotonic": "1081769388", "ExecMainStatus": "0", "ExecStart": "{ path=/opt/mssql/bin/sqlservr ; argv[]=/opt/mssql/bin/sqlservr ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/mssql-server.service", "FreezerState": "running", "GID": "991", "GuessMainPID": "yes", "IOAccounting": "no", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "IOWeight": "[not set]", "IPAccounting": "no", "IPEgressBytes": "18446744073709551615", "IPEgressPackets": "18446744073709551615", "IPIngressBytes": "18446744073709551615", "IPIngressPackets": "18446744073709551615", "Id": "mssql-server.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestamp": "Sat 2024-01-20 01:27:42 UTC", "InactiveExitTimestampMonotonic": "1081769441", "InvocationID": "af5593e918f84d3b8e58f15422e67d2c", "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": "16024", "MemoryAccounting": "yes", "MemoryCurrent": "638582784", "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": "Sat 2024-01-20 01:27:42 UTC", "StateChangeTimestampMonotonic": "1081769441", "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": "138", "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": "Sat 2024-01-20 01:27:42 UTC", "WatchdogTimestampMonotonic": "1081769438", "WatchdogUSec": "0", "WorkingDirectory": "/var/opt/mssql" } } TASK [fedora.linux_system_roles.mssql : Post-input SQL scripts to SQL Server] *** task path: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1306 Saturday 20 January 2024 01:28:42 +0000 (0:00:01.946) 0:01:58.021 ****** skipping: [sut] => { "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: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1313 Saturday 20 January 2024 01:28:42 +0000 (0:00:00.022) 0:01:58.044 ****** skipping: [sut] => { "changed": false, "false_condition": "mssql_post_input_sql_content != []", "skip_reason": "Conditional result was False" } TASK [Configure the mssql-server service start limit interval and burst] ******* task path: /WORKDIR/git-weekly-cipc8bh1gk/tests/tasks/tests_idempotency.yml:22 Saturday 20 January 2024 01:28:42 +0000 (0:00:00.029) 0:01:58.074 ****** included: /WORKDIR/git-weekly-cipc8bh1gk/tests/tasks/mssql-sever-increase-start-limit.yml for sut TASK [Modify the mssql-server service start limit interval] ******************** task path: /WORKDIR/git-weekly-cipc8bh1gk/tests/tasks/mssql-sever-increase-start-limit.yml:3 Saturday 20 January 2024 01:28:42 +0000 (0:00:00.073) 0:01:58.147 ****** changed: [sut] => { "changed": true, "rc": 0 } MSG: 1 replacements made TASK [Modify the mssql-server service start limit burst] *********************** task path: /WORKDIR/git-weekly-cipc8bh1gk/tests/tasks/mssql-sever-increase-start-limit.yml:10 Saturday 20 January 2024 01:28:42 +0000 (0:00:00.341) 0:01:58.489 ****** changed: [sut] => { "changed": true, "rc": 0 } MSG: 1 replacements made TASK [Reload service daemon] *************************************************** task path: /WORKDIR/git-weekly-cipc8bh1gk/tests/tasks/mssql-sever-increase-start-limit.yml:17 Saturday 20 January 2024 01:28:43 +0000 (0:00:00.250) 0:01:58.739 ****** ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [Run again with the same settings - should report not changed] ************ task path: /WORKDIR/git-weekly-cipc8bh1gk/tests/tasks/tests_idempotency.yml:25 Saturday 20 January 2024 01:28:43 +0000 (0:00:00.538) 0:01:59.277 ****** TASK [fedora.linux_system_roles.mssql : Ensure ansible_facts and variables used by role] *** task path: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:3 Saturday 20 January 2024 01:28:43 +0000 (0:00:00.161) 0:01:59.439 ****** included: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/set_vars.yml for sut TASK [fedora.linux_system_roles.mssql : Ensure ansible_facts used by role] ***** task path: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/set_vars.yml:3 Saturday 20 January 2024 01:28:43 +0000 (0:00:00.028) 0:01:59.467 ****** skipping: [sut] => { "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: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/set_vars.yml:8 Saturday 20 January 2024 01:28:43 +0000 (0:00:00.023) 0:01:59.491 ****** ok: [sut] => (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 ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/vars/RedHat.yml" ], "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml" } skipping: [sut] => (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: [sut] => (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": [ "/WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } ok: [sut] => (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": [ "/WORKDIR/git-weekly-cipc8bh1gk/.collection/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 : Unset the __mssql_sqlcmd_login_cmd fact] *** task path: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:8 Saturday 20 January 2024 01:28:43 +0000 (0:00:00.035) 0:01:59.526 ****** ok: [sut] => { "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: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:15 Saturday 20 January 2024 01:28:43 +0000 (0:00:00.021) 0:01:59.547 ****** skipping: [sut] => { "false_condition": "mssql_input_sql_file is defined" } TASK [fedora.linux_system_roles.mssql : Link the deprecated mssql_input_sql_file fact] *** task path: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:23 Saturday 20 January 2024 01:28:44 +0000 (0:00:00.021) 0:01:59.569 ****** skipping: [sut] => { "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: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:30 Saturday 20 January 2024 01:28:44 +0000 (0:00:00.019) 0:01:59.589 ****** skipping: [sut] => { "false_condition": "mssql_ha_listener_port is defined" } TASK [fedora.linux_system_roles.mssql : Link the deprecated mssql_ha_listener_port fact] *** task path: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:37 Saturday 20 January 2024 01:28:44 +0000 (0:00:00.019) 0:01:59.609 ****** skipping: [sut] => { "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: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:44 Saturday 20 January 2024 01:28:44 +0000 (0:00:00.018) 0:01:59.628 ****** skipping: [sut] => { "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: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:51 Saturday 20 January 2024 01:28:44 +0000 (0:00:00.020) 0:01:59.648 ****** skipping: [sut] => { "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: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:58 Saturday 20 January 2024 01:28:44 +0000 (0:00:00.062) 0:01:59.710 ****** skipping: [sut] => { "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: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:65 Saturday 20 January 2024 01:28:44 +0000 (0:00:00.026) 0:01:59.736 ****** skipping: [sut] => { "changed": false, "false_condition": "mssql_ha_cluster_run_role is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Verify that the user accepts EULA variables] *** task path: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:69 Saturday 20 January 2024 01:28:44 +0000 (0:00:00.047) 0:01:59.784 ****** ok: [sut] => { "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: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:81 Saturday 20 January 2024 01:28:44 +0000 (0:00:00.040) 0:01:59.825 ****** skipping: [sut] => { "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: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:89 Saturday 20 January 2024 01:28:44 +0000 (0:00:00.028) 0:01:59.854 ****** skipping: [sut] => { "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: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:98 Saturday 20 January 2024 01:28:44 +0000 (0:00:00.023) 0:01:59.877 ****** skipping: [sut] => { "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: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:107 Saturday 20 January 2024 01:28:44 +0000 (0:00:00.021) 0:01:59.899 ****** skipping: [sut] => { "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: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:117 Saturday 20 January 2024 01:28:44 +0000 (0:00:00.030) 0:01:59.929 ****** skipping: [sut] => { "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 : Gather package facts] ****************** task path: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:126 Saturday 20 January 2024 01:28:44 +0000 (0:00:00.024) 0:01:59.953 ****** ok: [sut] => { "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: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:130 Saturday 20 January 2024 01:28:46 +0000 (0:00:02.075) 0:02:02.028 ****** ok: [sut] => (item={'key': 2017, 'value': 14}) => { "ansible_facts": { "__mssql_current_version": "2017" }, "ansible_loop_var": "item", "changed": false, "item": { "key": 2017, "value": 14 } } skipping: [sut] => (item={'key': 2019, 'value': 15}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "ansible_facts.packages[\"mssql-server\"][0][\"version\"].split(\".\") | first | int == item.value", "item": { "key": 2019, "value": 15 }, "skip_reason": "Conditional result was False" } skipping: [sut] => (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: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:138 Saturday 20 January 2024 01:28:46 +0000 (0:00:00.128) 0:02:02.156 ****** skipping: [sut] => { "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: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:145 Saturday 20 January 2024 01:28:46 +0000 (0:00:00.022) 0:02:02.179 ****** ok: [sut] => { "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: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:152 Saturday 20 January 2024 01:28:46 +0000 (0:00:00.027) 0:02:02.207 ****** skipping: [sut] => (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: [sut] => (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: [sut] => (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: [sut] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.mssql : Deploy the GPG key for Microsoft repositories] *** task path: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:166 Saturday 20 January 2024 01:28:46 +0000 (0:00:00.039) 0:02:02.247 ****** ok: [sut] => { "attempts": 1, "changed": false } TASK [fedora.linux_system_roles.mssql : Update all packages from SQL Server repo version 2017] *** task path: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:179 Saturday 20 January 2024 01:28:47 +0000 (0:00:00.491) 0:02:02.739 ****** skipping: [sut] => { "changed": false, "false_condition": "mssql_upgrade | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Get yum repositories] ****************** task path: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:189 Saturday 20 January 2024 01:28:47 +0000 (0:00:00.068) 0:02:02.807 ****** skipping: [sut] => { "changed": false, "false_condition": "mssql_upgrade | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Remove the current Microsoft SQL Server repository to upgrade to 2017] *** task path: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:200 Saturday 20 January 2024 01:28:47 +0000 (0:00:00.025) 0:02:02.833 ****** skipping: [sut] => { "changed": false, "false_condition": "mssql_upgrade | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Configure the Microsoft SQL Server repo version 2017] *** task path: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:208 Saturday 20 January 2024 01:28:47 +0000 (0:00:00.035) 0:02:02.868 ****** skipping: [sut] => { "changed": false, "false_condition": "(__mssql_server_packages not in ansible_facts.packages) or (mssql_upgrade | bool)", "skip_reason": "Conditional result was False" } TASK [Ensure that the system is in SELinux enforcing state] ******************** task path: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:221 Saturday 20 January 2024 01:28:47 +0000 (0:00:00.024) 0:02:02.892 ****** skipping: [sut] => { "changed": false, "false_condition": "__mssql_confined_supported | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Get the current mode of SELinux] ******* task path: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:228 Saturday 20 January 2024 01:28:47 +0000 (0:00:00.026) 0:02:02.919 ****** skipping: [sut] => { "changed": false, "false_condition": "__mssql_confined_supported | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Verify that SELinux is in enforcing mode] *** task path: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:233 Saturday 20 January 2024 01:28:47 +0000 (0:00:00.022) 0:02:02.941 ****** skipping: [sut] => { "changed": false, "false_condition": "__mssql_confined_supported | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Verify that SELinux is not in enforcing mode] *** task path: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:242 Saturday 20 January 2024 01:28:47 +0000 (0:00:00.022) 0:02:02.963 ****** skipping: [sut] => { "changed": false, "false_condition": "__mssql_confined_supported | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Ensure the package mssql-server-selinux] *** task path: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:251 Saturday 20 January 2024 01:28:47 +0000 (0:00:00.020) 0:02:02.983 ****** skipping: [sut] => { "changed": false, "false_condition": "__mssql_confined_supported | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Ensure the package mssql-server] ******* task path: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:256 Saturday 20 January 2024 01:28:47 +0000 (0:00:00.020) 0:02:03.004 ****** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: mssql-server TASK [fedora.linux_system_roles.mssql : Ensure that the openldap-compat package is installed] *** task path: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:264 Saturday 20 January 2024 01:28:50 +0000 (0:00:02.562) 0:02:05.566 ****** skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution == \"Fedora\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Check if the errorlog file exists and its location] *** task path: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:272 Saturday 20 January 2024 01:28:50 +0000 (0:00:00.023) 0:02:05.590 ****** ok: [sut] => { "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.005767", "end": "2024-01-20 01:28:50.260104", "rc": 0, "start": "2024-01-20 01:28:50.254337" } STDOUT: /var/opt/mssql/log/errorlog TASK [fedora.linux_system_roles.mssql : Gather system services facts] ********** task path: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:287 Saturday 20 January 2024 01:28:50 +0000 (0:00:00.259) 0:02:05.849 ****** ok: [sut] => { "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 the __mssql_is_setup variable] ***** task path: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:291 Saturday 20 January 2024 01:28:52 +0000 (0:00:02.539) 0:02:08.388 ****** ok: [sut] => { "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: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:300 Saturday 20 January 2024 01:28:52 +0000 (0:00:00.026) 0:02:08.415 ****** skipping: [sut] => { "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: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:316 Saturday 20 January 2024 01:28:52 +0000 (0:00:00.018) 0:02:08.433 ****** skipping: [sut] => { "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: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:336 Saturday 20 January 2024 01:28:52 +0000 (0:00:00.017) 0:02:08.451 ****** included: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/configure_storage_paths.yml for sut => (item={'path': '/tmp/mssql_data', 'mode': None, 'setting': 'defaultdatadir'}) included: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/configure_storage_paths.yml for sut => (item={'path': '/tmp/mssql_log', 'mode': None, 'setting': 'defaultlogdir'}) TASK [fedora.linux_system_roles.mssql : Get stat of the directory /tmp/mssql_data] *** task path: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/configure_storage_paths.yml:3 Saturday 20 January 2024 01:28:52 +0000 (0:00:00.039) 0:02:08.491 ****** ok: [sut] => { "changed": false, "stat": { "atime": 1705714063.491789, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1705714063.493789, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 991, "gr_name": "mssql", "inode": 283115976, "isblk": false, "ischr": false, "isdir": true, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/directory", "mode": "0700", "mtime": 1705714063.491789, "nlink": 2, "path": "/tmp/mssql_data", "pw_name": "mssql", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 6, "uid": 993, "version": "4103677533", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": true } } TASK [fedora.linux_system_roles.mssql : Ensure the directory and keep present permissions /tmp/mssql_data] *** task path: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/configure_storage_paths.yml:8 Saturday 20 January 2024 01:28:53 +0000 (0:00:00.256) 0:02:08.748 ****** ok: [sut] => { "changed": false, "gid": 991, "group": "mssql", "mode": "0700", "owner": "mssql", "path": "/tmp/mssql_data", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 6, "state": "directory", "uid": 993 } TASK [fedora.linux_system_roles.mssql : Append facts for the selinux role] ***** task path: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/configure_storage_paths.yml:17 Saturday 20 January 2024 01:28:53 +0000 (0:00:00.229) 0:02:08.977 ****** ok: [sut] => { "ansible_facts": { "selinux_fcontexts": [ { "ftype": "d", "setype": "mssql_var_t", "state": "present", "target": "/tmp/mssql_data" }, { "ftype": "d", "setype": "mssql_db_t", "state": "present", "target": "/tmp/mssql_log" }, { "ftype": "d", "setype": "mssql_var_t", "state": "present", "target": "/tmp/mssql_data" } ], "selinux_restore_dirs": [ "/tmp/mssql_data", "/tmp/mssql_log", "/tmp/mssql_data" ] }, "changed": false } TASK [fedora.linux_system_roles.mssql : Configure the setting defaultdatadir] *** task path: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/configure_storage_paths.yml:30 Saturday 20 January 2024 01:28:53 +0000 (0:00:00.042) 0:02:09.019 ****** included: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml for sut TASK [fedora.linux_system_roles.mssql : Get the setting filelocation defaultdatadir] *** task path: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:3 Saturday 20 January 2024 01:28:53 +0000 (0:00:00.042) 0:02:09.062 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^defaultdatadir = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.002884", "end": "2024-01-20 01:28:53.686937", "failed_when_result": false, "rc": 0, "start": "2024-01-20 01:28:53.684053" } STDOUT: defaultdatadir = /tmp/mssql_data TASK [fedora.linux_system_roles.mssql : Configure the setting filelocation defaultdatadir] *** task path: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:12 Saturday 20 January 2024 01:28:53 +0000 (0:00:00.214) 0:02:09.277 ****** skipping: [sut] => { "changed": false, "false_condition": "(__mssql_conf_setting_value != 'unset') and ((\"No setting for the given\" in __mssql_conf_get_setting.stdout) or ((__mssql_conf_setting_value | type_debug != \"bool\") and (__mssql_conf_setting_value | string | lower not in __mssql_conf_get_value | lower)) or ((__mssql_conf_setting_value | type_debug == \"bool\") and (__mssql_conf_setting_value != __mssql_conf_get_value | bool)))", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Unset the setting filelocation defaultdatadir] *** task path: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:42 Saturday 20 January 2024 01:28:53 +0000 (0:00:00.027) 0:02:09.305 ****** skipping: [sut] => { "changed": false, "false_condition": "__mssql_conf_setting_value == \"unset\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Get stat of the directory /tmp/mssql_log] *** task path: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/configure_storage_paths.yml:3 Saturday 20 January 2024 01:28:53 +0000 (0:00:00.026) 0:02:09.331 ****** ok: [sut] => { "changed": false, "stat": { "atime": 1705714064.6977894, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1705714064.6987894, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 991, "gr_name": "mssql", "inode": 293601699, "isblk": false, "ischr": false, "isdir": true, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/directory", "mode": "0700", "mtime": 1705714064.6977894, "nlink": 2, "path": "/tmp/mssql_log", "pw_name": "mssql", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 6, "uid": 993, "version": "2798573260", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": true } } TASK [fedora.linux_system_roles.mssql : Ensure the directory and keep present permissions /tmp/mssql_log] *** task path: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/configure_storage_paths.yml:8 Saturday 20 January 2024 01:28:53 +0000 (0:00:00.228) 0:02:09.560 ****** ok: [sut] => { "changed": false, "gid": 991, "group": "mssql", "mode": "0700", "owner": "mssql", "path": "/tmp/mssql_log", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 6, "state": "directory", "uid": 993 } TASK [fedora.linux_system_roles.mssql : Append facts for the selinux role] ***** task path: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/configure_storage_paths.yml:17 Saturday 20 January 2024 01:28:54 +0000 (0:00:00.281) 0:02:09.841 ****** ok: [sut] => { "ansible_facts": { "selinux_fcontexts": [ { "ftype": "d", "setype": "mssql_var_t", "state": "present", "target": "/tmp/mssql_data" }, { "ftype": "d", "setype": "mssql_db_t", "state": "present", "target": "/tmp/mssql_log" }, { "ftype": "d", "setype": "mssql_var_t", "state": "present", "target": "/tmp/mssql_data" }, { "ftype": "d", "setype": "mssql_db_t", "state": "present", "target": "/tmp/mssql_log" } ], "selinux_restore_dirs": [ "/tmp/mssql_data", "/tmp/mssql_log", "/tmp/mssql_data", "/tmp/mssql_log" ] }, "changed": false } TASK [fedora.linux_system_roles.mssql : Configure the setting defaultlogdir] *** task path: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/configure_storage_paths.yml:30 Saturday 20 January 2024 01:28:54 +0000 (0:00:00.038) 0:02:09.880 ****** included: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml for sut TASK [fedora.linux_system_roles.mssql : Get the setting filelocation defaultlogdir] *** task path: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:3 Saturday 20 January 2024 01:28:54 +0000 (0:00:00.034) 0:02:09.914 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^defaultlogdir = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003040", "end": "2024-01-20 01:28:54.544919", "failed_when_result": false, "rc": 0, "start": "2024-01-20 01:28:54.541879" } STDOUT: defaultlogdir = /tmp/mssql_log TASK [fedora.linux_system_roles.mssql : Configure the setting filelocation defaultlogdir] *** task path: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:12 Saturday 20 January 2024 01:28:54 +0000 (0:00:00.236) 0:02:10.151 ****** skipping: [sut] => { "changed": false, "false_condition": "(__mssql_conf_setting_value != 'unset') and ((\"No setting for the given\" in __mssql_conf_get_setting.stdout) or ((__mssql_conf_setting_value | type_debug != \"bool\") and (__mssql_conf_setting_value | string | lower not in __mssql_conf_get_value | lower)) or ((__mssql_conf_setting_value | type_debug == \"bool\") and (__mssql_conf_setting_value != __mssql_conf_get_value | bool)))", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Unset the setting filelocation defaultlogdir] *** task path: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:42 Saturday 20 January 2024 01:28:54 +0000 (0:00:00.026) 0:02:10.177 ****** skipping: [sut] => { "changed": false, "false_condition": "__mssql_conf_setting_value == \"unset\"", "skip_reason": "Conditional result was False" } TASK [Ensure correct SELinux context for {{ __mssql_storage_path }}] *********** task path: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:351 Saturday 20 January 2024 01:28:54 +0000 (0:00:00.020) 0:02:10.197 ****** skipping: [sut] => { "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: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:358 Saturday 20 January 2024 01:28:54 +0000 (0:00:00.020) 0:02:10.218 ****** ok: [sut] => { "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: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:363 Saturday 20 January 2024 01:28:57 +0000 (0:00:02.575) 0:02:12.794 ****** ok: [sut] => { "changed": false, "enabled": true, "name": "tuned", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2024-01-20 01:10:24 UTC", "ActiveEnterTimestampMonotonic": "43235208", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "basic.target system.slice systemd-journald.socket dbus.socket dbus.service polkit.service sysinit.target network.target systemd-sysctl.service", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-01-20 01:10:21 UTC", "AssertTimestampMonotonic": "41119595", "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": "Sat 2024-01-20 01:10:21 UTC", "ConditionTimestampMonotonic": "41119594", "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": "722", "ExecMainStartTimestamp": "Sat 2024-01-20 01:10:21 UTC", "ExecMainStartTimestampMonotonic": "41120448", "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": "Sat 2024-01-20 01:10:21 UTC", "InactiveExitTimestampMonotonic": "41120486", "InvocationID": "268bb6c6b9e547c9878f2f0e6041b2ad", "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": "722", "MemoryAccounting": "yes", "MemoryCurrent": "20705280", "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 dbus.service 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": "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": "Sat 2024-01-20 01:10:24 UTC", "StateChangeTimestampMonotonic": "43235208", "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": "5", "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": "Sat 2024-01-20 01:10:24 UTC", "WatchdogTimestampMonotonic": "43235204", "WatchdogUSec": "0" } } TASK [fedora.linux_system_roles.mssql : Get the active Tuned profiles] ********* task path: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:369 Saturday 20 January 2024 01:28:59 +0000 (0:00:02.386) 0:02:15.180 ****** ok: [sut] => { "changed": false, "cmd": [ "tuned-adm", "active" ], "delta": "0:00:00.122224", "end": "2024-01-20 01:28:59.924281", "rc": 0, "start": "2024-01-20 01:28:59.802057" } STDOUT: Current active profile: virtual-guest mssql TASK [fedora.linux_system_roles.mssql : Attempt to add mssql to the list of Tuned profiles] *** task path: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:379 Saturday 20 January 2024 01:28:59 +0000 (0:00:00.334) 0:02:15.514 ****** skipping: [sut] => { "changed": false, "false_condition": "\"mssql\" not in __mssql_tuned_active_profiles.stdout", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Remove troublemaking include from the mssql profile] *** task path: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:392 Saturday 20 January 2024 01:28:59 +0000 (0:00:00.018) 0:02:15.533 ****** skipping: [sut] => { "changed": false, "false_condition": "\"mssql\" not in __mssql_tuned_active_profiles.stdout", "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: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:401 Saturday 20 January 2024 01:28:59 +0000 (0:00:00.018) 0:02:15.551 ****** skipping: [sut] => { "changed": false, "false_condition": "\"mssql\" not in __mssql_tuned_active_profiles.stdout", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Configure the Microsoft SQL Server Tools repository] *** task path: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:411 Saturday 20 January 2024 01:29:00 +0000 (0:00:00.017) 0:02:15.568 ****** ok: [sut] => { "changed": false, "repo": "packages-microsoft-com-prod", "state": "present" } TASK [fedora.linux_system_roles.mssql : Ensure that SQL Server client tools are installed] *** task path: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:418 Saturday 20 January 2024 01:29:00 +0000 (0:00:00.223) 0:02:15.792 ****** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: mssql-tools unixODBC-devel TASK [fedora.linux_system_roles.mssql : Prepare MSSQL and facts for logging in] *** task path: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:430 Saturday 20 January 2024 01:29:02 +0000 (0:00:02.592) 0:02:18.384 ****** included: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/verify_password.yml for sut TASK [fedora.linux_system_roles.mssql : Ensure that the mssql-server service is started] *** task path: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/verify_password.yml:3 Saturday 20 January 2024 01:29:02 +0000 (0:00:00.051) 0:02:18.435 ****** ok: [sut] => { "changed": false, "name": "mssql-server", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2024-01-20 01:28:42 UTC", "ActiveEnterTimestampMonotonic": "1141571805", "ActiveExitTimestamp": "Sat 2024-01-20 01:28:41 UTC", "ActiveExitTimestampMonotonic": "1141019194", "ActiveState": "active", "After": "-.mount auditd.service systemd-journald.socket sysinit.target network.target basic.target system.slice", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-01-20 01:28:42 UTC", "AssertTimestampMonotonic": "1141570802", "Before": "multi-user.target shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "no", "CPUAffinity": "", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Sat 2024-01-20 01:28:42 UTC", "ConditionTimestampMonotonic": "1141570800", "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": "17227", "ExecMainStartTimestamp": "Sat 2024-01-20 01:28:42 UTC", "ExecMainStartTimestampMonotonic": "1141571756", "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": "Sat 2024-01-20 01:28:42 UTC", "InactiveEnterTimestampMonotonic": "1141569712", "InactiveExitTimestamp": "Sat 2024-01-20 01:28:42 UTC", "InactiveExitTimestampMonotonic": "1141571805", "InvocationID": "b3d879136e1346c08b96f5064dbd3c90", "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": "17227", "MemoryAccounting": "yes", "MemoryCurrent": "779771904", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "MountFlags": "", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAMask": "", "NUMAPolicy": "n/a", "Names": "mssql-server.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "Perpetual": "no", "PrivateDevices": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "-.mount system.slice sysinit.target", "RequiresMountsFor": "/var/opt/mssql", "Restart": "on-failure", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "0", "StartLimitIntervalUSec": "0", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestamp": "Sat 2024-01-20 01:28:42 UTC", "StateChangeTimestampMonotonic": "1141571805", "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": "157", "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": "Sat 2024-01-20 01:28:42 UTC", "WatchdogTimestampMonotonic": "1141571803", "WatchdogUSec": "0", "WorkingDirectory": "/var/opt/mssql" } } TASK [fedora.linux_system_roles.mssql : Check if a custom tcpport setting exist] *** task path: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/verify_password.yml:8 Saturday 20 January 2024 01:29:04 +0000 (0:00:01.378) 0:02:19.814 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^tcpport = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.002843", "end": "2024-01-20 01:29:04.441361", "failed_when_result": false, "rc": 1, "start": "2024-01-20 01:29:04.438518" } MSG: non-zero return code TASK [fedora.linux_system_roles.mssql : Check if a custom ipaddress setting exist] *** task path: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/verify_password.yml:14 Saturday 20 January 2024 01:29:04 +0000 (0:00:00.219) 0:02:20.033 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^ipaddress = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003064", "end": "2024-01-20 01:29:04.663657", "failed_when_result": false, "rc": 0, "start": "2024-01-20 01:29:04.660593" } STDOUT: ipaddress = 0.0.0.0 TASK [fedora.linux_system_roles.mssql : Set a fact with a login command] ******* task path: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/verify_password.yml:20 Saturday 20 January 2024 01:29:04 +0000 (0:00:00.229) 0:02:20.263 ****** ok: [sut] => { "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: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:434 Saturday 20 January 2024 01:29:04 +0000 (0:00:00.032) 0:02:20.295 ****** ok: [sut] => { "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": 6316, "state": "file", "uid": 993 } TASK [fedora.linux_system_roles.mssql : Check if the set password matches the existing password] *** task path: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:440 Saturday 20 January 2024 01:29:06 +0000 (0:00:01.337) 0:02:21.633 ****** ok: [sut] => { "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: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:455 Saturday 20 January 2024 01:29:06 +0000 (0:00:00.274) 0:02:21.908 ****** skipping: [sut] => { "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: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:462 Saturday 20 January 2024 01:29:06 +0000 (0:00:00.022) 0:02:21.931 ****** ok: [sut] => { "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: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:470 Saturday 20 January 2024 01:29:08 +0000 (0:00:01.815) 0:02:23.747 ****** skipping: [sut] => { "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: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:491 Saturday 20 January 2024 01:29:08 +0000 (0:00:00.030) 0:02:23.777 ****** skipping: [sut] => { "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: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:498 Saturday 20 January 2024 01:29:08 +0000 (0:00:00.020) 0:02:23.798 ****** skipping: [sut] => { "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: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:509 Saturday 20 January 2024 01:29:08 +0000 (0:00:00.020) 0:02:23.818 ****** ok: [sut] => { "changed": false, "cmd": "errorlog_edition=\"$(grep -oi 'Evaluation edition' \\\n/var/opt/mssql/log/errorlog)\"\nif [ -z \"${errorlog_edition}\" ]; then\n edition_matches=false\nelse\n edition_matches=true\nfi\necho \"${edition_matches}\"\n", "delta": "0:00:00.005132", "end": "2024-01-20 01:29:08.450348", "rc": 0, "start": "2024-01-20 01:29:08.445216" } STDOUT: true TASK [fedora.linux_system_roles.mssql : Ensure that the mssql-server service is stopped] *** task path: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:522 Saturday 20 January 2024 01:29:08 +0000 (0:00:00.221) 0:02:24.039 ****** skipping: [sut] => { "changed": false, "false_condition": "not __mssql_edition_matches.stdout | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Gather package facts] ****************** task path: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:529 Saturday 20 January 2024 01:29:08 +0000 (0:00:00.025) 0:02:24.064 ****** ok: [sut] => { "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: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:535 Saturday 20 January 2024 01:29:10 +0000 (0:00:01.740) 0:02:25.805 ****** skipping: [sut] => { "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: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:554 Saturday 20 January 2024 01:29:10 +0000 (0:00:00.028) 0:02:25.833 ****** included: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml for sut TASK [fedora.linux_system_roles.mssql : Get the setting network ipaddress] ***** task path: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:3 Saturday 20 January 2024 01:29:10 +0000 (0:00:00.039) 0:02:25.873 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^ipaddress = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003033", "end": "2024-01-20 01:29:10.500342", "failed_when_result": false, "rc": 0, "start": "2024-01-20 01:29:10.497309" } STDOUT: ipaddress = 0.0.0.0 TASK [fedora.linux_system_roles.mssql : Configure the setting network ipaddress] *** task path: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:12 Saturday 20 January 2024 01:29:10 +0000 (0:00:00.217) 0:02:26.090 ****** skipping: [sut] => { "changed": false, "false_condition": "(__mssql_conf_setting_value != 'unset') and ((\"No setting for the given\" in __mssql_conf_get_setting.stdout) or ((__mssql_conf_setting_value | type_debug != \"bool\") and (__mssql_conf_setting_value | string | lower not in __mssql_conf_get_value | lower)) or ((__mssql_conf_setting_value | type_debug == \"bool\") and (__mssql_conf_setting_value != __mssql_conf_get_value | bool)))", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Unset the setting network ipaddress] *** task path: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:42 Saturday 20 January 2024 01:29:10 +0000 (0:00:00.026) 0:02:26.116 ****** skipping: [sut] => { "changed": false, "false_condition": "__mssql_conf_setting_value == \"unset\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Register the previous tcpport setting] *** task path: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:561 Saturday 20 January 2024 01:29:10 +0000 (0:00:00.021) 0:02:26.137 ****** skipping: [sut] => { "changed": false, "false_condition": "mssql_manage_firewall | bool", "skip_reason": "Conditional result was False" } TASK [Open the TCP port 1433] ************************************************** task path: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:568 Saturday 20 January 2024 01:29:10 +0000 (0:00:00.019) 0:02:26.156 ****** skipping: [sut] => { "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: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:580 Saturday 20 January 2024 01:29:10 +0000 (0:00:00.055) 0:02:26.211 ****** included: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml for sut TASK [fedora.linux_system_roles.mssql : Get the setting network tcpport] ******* task path: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:3 Saturday 20 January 2024 01:29:10 +0000 (0:00:00.033) 0:02:26.245 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^tcpport = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.002889", "end": "2024-01-20 01:29:10.869963", "failed_when_result": false, "rc": 1, "start": "2024-01-20 01:29:10.867074" } MSG: non-zero return code TASK [fedora.linux_system_roles.mssql : Configure the setting network tcpport] *** task path: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:12 Saturday 20 January 2024 01:29:10 +0000 (0:00:00.226) 0:02:26.471 ****** ok: [sut] => { "changed": false, "cmd": [ "/opt/mssql/bin/mssql-conf", "set", "network.tcpport", "1433" ], "delta": "0:00:00.049508", "end": "2024-01-20 01:29:11.161776", "failed_when_result": false, "rc": 0, "start": "2024-01-20 01:29:11.112268" } 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: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:42 Saturday 20 January 2024 01:29:11 +0000 (0:00:00.293) 0:02:26.764 ****** skipping: [sut] => { "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: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:586 Saturday 20 January 2024 01:29:11 +0000 (0:00:00.024) 0:02:26.789 ****** skipping: [sut] => { "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: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:606 Saturday 20 January 2024 01:29:11 +0000 (0:00:00.036) 0:02:26.826 ****** included: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml for sut TASK [fedora.linux_system_roles.mssql : Get the setting sqlagent enabled] ****** task path: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:3 Saturday 20 January 2024 01:29:11 +0000 (0:00:00.051) 0:02:26.877 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^enabled = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003056", "end": "2024-01-20 01:29:11.559228", "failed_when_result": false, "rc": 0, "start": "2024-01-20 01:29:11.556172" } STDOUT: enabled = True TASK [fedora.linux_system_roles.mssql : Configure the setting sqlagent enabled] *** task path: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:12 Saturday 20 January 2024 01:29:11 +0000 (0:00:00.307) 0:02:27.184 ****** skipping: [sut] => { "changed": false, "false_condition": "(__mssql_conf_setting_value != 'unset') and ((\"No setting for the given\" in __mssql_conf_get_setting.stdout) or ((__mssql_conf_setting_value | type_debug != \"bool\") and (__mssql_conf_setting_value | string | lower not in __mssql_conf_get_value | lower)) or ((__mssql_conf_setting_value | type_debug == \"bool\") and (__mssql_conf_setting_value != __mssql_conf_get_value | bool)))", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Unset the setting sqlagent enabled] **** task path: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:42 Saturday 20 January 2024 01:29:11 +0000 (0:00:00.051) 0:02:27.236 ****** skipping: [sut] => { "changed": false, "false_condition": "__mssql_conf_setting_value == \"unset\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Ensure the package mssql-server-fts] *** task path: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:613 Saturday 20 January 2024 01:29:11 +0000 (0:00:00.037) 0:02:27.273 ****** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: mssql-server-fts TASK [fedora.linux_system_roles.mssql : Ensure the package powershell] ********* task path: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:620 Saturday 20 January 2024 01:29:14 +0000 (0:00:02.584) 0:02:29.858 ****** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: powershell TASK [fedora.linux_system_roles.mssql : Check if the 3979 trace flag is enabled] *** task path: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:629 Saturday 20 January 2024 01:29:16 +0000 (0:00:02.637) 0:02:32.495 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^traceflag[0-9] = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.002997", "end": "2024-01-20 01:29:17.158977", "failed_when_result": false, "rc": 0, "start": "2024-01-20 01:29:17.155980" } STDOUT: traceflag0 = 3979 TASK [fedora.linux_system_roles.mssql : Set the 3979 traceflag] **************** task path: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:635 Saturday 20 January 2024 01:29:17 +0000 (0:00:00.277) 0:02:32.772 ****** skipping: [sut] => { "changed": false, "false_condition": "'3979' not in __mssql_get_traceflag.stdout", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Unset the 3979 traceflag] ************** task path: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:642 Saturday 20 January 2024 01:29:17 +0000 (0:00:00.031) 0:02:32.804 ****** skipping: [sut] => { "changed": false, "false_condition": "not mssql_tune_for_fua_storage | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Configure the alternatewritethrough setting] *** task path: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:650 Saturday 20 January 2024 01:29:17 +0000 (0:00:00.033) 0:02:32.837 ****** included: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml for sut TASK [fedora.linux_system_roles.mssql : Get the setting control alternatewritethrough] *** task path: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:3 Saturday 20 January 2024 01:29:17 +0000 (0:00:00.087) 0:02:32.924 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^alternatewritethrough = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003215", "end": "2024-01-20 01:29:17.558937", "failed_when_result": false, "rc": 0, "start": "2024-01-20 01:29:17.555722" } STDOUT: alternatewritethrough = 0 TASK [fedora.linux_system_roles.mssql : Configure the setting control alternatewritethrough] *** task path: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:12 Saturday 20 January 2024 01:29:17 +0000 (0:00:00.225) 0:02:33.149 ****** skipping: [sut] => { "changed": false, "false_condition": "(__mssql_conf_setting_value != 'unset') and ((\"No setting for the given\" in __mssql_conf_get_setting.stdout) or ((__mssql_conf_setting_value | type_debug != \"bool\") and (__mssql_conf_setting_value | string | lower not in __mssql_conf_get_value | lower)) or ((__mssql_conf_setting_value | type_debug == \"bool\") and (__mssql_conf_setting_value != __mssql_conf_get_value | bool)))", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Unset the setting control alternatewritethrough] *** task path: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:42 Saturday 20 January 2024 01:29:17 +0000 (0:00:00.024) 0:02:33.174 ****** skipping: [sut] => { "changed": false, "false_condition": "__mssql_conf_setting_value == \"unset\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Configure the writethrough setting] **** task path: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:656 Saturday 20 January 2024 01:29:17 +0000 (0:00:00.019) 0:02:33.194 ****** included: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml for sut TASK [fedora.linux_system_roles.mssql : Get the setting control writethrough] *** task path: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:3 Saturday 20 January 2024 01:29:17 +0000 (0:00:00.033) 0:02:33.227 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^writethrough = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003006", "end": "2024-01-20 01:29:17.858656", "failed_when_result": false, "rc": 0, "start": "2024-01-20 01:29:17.855650" } STDOUT: writethrough = 1 TASK [fedora.linux_system_roles.mssql : Configure the setting control writethrough] *** task path: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:12 Saturday 20 January 2024 01:29:17 +0000 (0:00:00.220) 0:02:33.448 ****** skipping: [sut] => { "changed": false, "false_condition": "(__mssql_conf_setting_value != 'unset') and ((\"No setting for the given\" in __mssql_conf_get_setting.stdout) or ((__mssql_conf_setting_value | type_debug != \"bool\") and (__mssql_conf_setting_value | string | lower not in __mssql_conf_get_value | lower)) or ((__mssql_conf_setting_value | type_debug == \"bool\") and (__mssql_conf_setting_value != __mssql_conf_get_value | bool)))", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Unset the setting control writethrough] *** task path: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:42 Saturday 20 January 2024 01:29:17 +0000 (0:00:00.024) 0:02:33.473 ****** skipping: [sut] => { "changed": false, "false_condition": "__mssql_conf_setting_value == \"unset\"", "skip_reason": "Conditional result was False" } TASK [Create certificates using the certificate role] ************************** task path: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:674 Saturday 20 January 2024 01:29:17 +0000 (0:00:00.020) 0:02:33.493 ****** skipping: [sut] => { "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: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:688 Saturday 20 January 2024 01:29:17 +0000 (0:00:00.021) 0:02:33.515 ****** skipping: [sut] => { "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: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:693 Saturday 20 January 2024 01:29:17 +0000 (0:00:00.019) 0:02:33.534 ****** skipping: [sut] => (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: [sut] => (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: [sut] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.mssql : Configure the tlscert setting] ********* task path: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:711 Saturday 20 January 2024 01:29:17 +0000 (0:00:00.022) 0:02:33.557 ****** skipping: [sut] => { "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: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:720 Saturday 20 January 2024 01:29:18 +0000 (0:00:00.018) 0:02:33.576 ****** skipping: [sut] => { "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: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:729 Saturday 20 January 2024 01:29:18 +0000 (0:00:00.020) 0:02:33.596 ****** skipping: [sut] => { "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: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:736 Saturday 20 January 2024 01:29:18 +0000 (0:00:00.019) 0:02:33.615 ****** skipping: [sut] => { "changed": false, "false_condition": "mssql_tls_enable 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: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:745 Saturday 20 January 2024 01:29:18 +0000 (0:00:00.021) 0:02:33.637 ****** skipping: [sut] => { "changed": false, "false_condition": "mssql_ad_configure | bool", "skip_reason": "Conditional result was False" } TASK [Join to realm {{ ad_integration_realm }}] ******************************** task path: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:753 Saturday 20 January 2024 01:29:18 +0000 (0:00:00.025) 0:02:33.663 ****** skipping: [sut] => { "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: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:761 Saturday 20 January 2024 01:29:18 +0000 (0:00:00.023) 0:02:33.686 ****** skipping: [sut] => { "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: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:768 Saturday 20 January 2024 01:29:18 +0000 (0:00:00.071) 0:02:33.758 ****** skipping: [sut] => { "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: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:775 Saturday 20 January 2024 01:29:18 +0000 (0:00:00.022) 0:02:33.781 ****** skipping: [sut] => { "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: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:784 Saturday 20 January 2024 01:29:18 +0000 (0:00:00.023) 0:02:33.804 ****** skipping: [sut] => { "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: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:797 Saturday 20 January 2024 01:29:18 +0000 (0:00:00.021) 0:02:33.825 ****** skipping: [sut] => { "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: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:806 Saturday 20 January 2024 01:29:18 +0000 (0:00:00.036) 0:02:33.861 ****** skipping: [sut] => { "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 : Get SPNs for the principal] ************ task path: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:818 Saturday 20 January 2024 01:29:18 +0000 (0:00:00.020) 0:02:33.882 ****** skipping: [sut] => { "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: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:823 Saturday 20 January 2024 01:29:18 +0000 (0:00:00.020) 0:02:33.902 ****** skipping: [sut] => { "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: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:840 Saturday 20 January 2024 01:29:18 +0000 (0:00:00.020) 0:02:33.923 ****** skipping: [sut] => { "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: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:845 Saturday 20 January 2024 01:29:18 +0000 (0:00:00.019) 0:02:33.942 ****** skipping: [sut] => { "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: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:850 Saturday 20 January 2024 01:29:18 +0000 (0:00:00.019) 0:02:33.961 ****** skipping: [sut] => { "changed": false, "false_condition": "mssql_ad_configure | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Create keytab] ************************* task path: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:856 Saturday 20 January 2024 01:29:18 +0000 (0:00:00.027) 0:02:33.989 ****** skipping: [sut] => { "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: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:882 Saturday 20 January 2024 01:29:18 +0000 (0:00:00.021) 0:02:34.011 ****** skipping: [sut] => { "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: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:903 Saturday 20 January 2024 01:29:18 +0000 (0:00:00.021) 0:02:34.032 ****** skipping: [sut] => { "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: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:911 Saturday 20 January 2024 01:29:18 +0000 (0:00:00.019) 0:02:34.052 ****** skipping: [sut] => { "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: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:921 Saturday 20 January 2024 01:29:18 +0000 (0:00:00.018) 0:02:34.070 ****** skipping: [sut] => { "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: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:927 Saturday 20 January 2024 01:29:18 +0000 (0:00:00.019) 0:02:34.090 ****** skipping: [sut] => { "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: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:944 Saturday 20 January 2024 01:29:18 +0000 (0:00:00.021) 0:02:34.111 ****** skipping: [sut] => { "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: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:955 Saturday 20 January 2024 01:29:18 +0000 (0:00:00.018) 0:02:34.130 ****** skipping: [sut] => { "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: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:975 Saturday 20 January 2024 01:29:18 +0000 (0:00:00.059) 0:02:34.190 ****** skipping: [sut] => { "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: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1029 Saturday 20 January 2024 01:29:18 +0000 (0:00:00.021) 0:02:34.212 ****** skipping: [sut] => { "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: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1036 Saturday 20 January 2024 01:29:18 +0000 (0:00:00.020) 0:02:34.232 ****** skipping: [sut] => { "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: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1043 Saturday 20 January 2024 01:29:18 +0000 (0:00:00.036) 0:02:34.269 ****** skipping: [sut] => { "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: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1053 Saturday 20 January 2024 01:29:18 +0000 (0:00:00.019) 0:02:34.289 ****** skipping: [sut] => { "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: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1059 Saturday 20 January 2024 01:29:18 +0000 (0:00:00.023) 0:02:34.312 ****** skipping: [sut] => (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: [sut] => (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: [sut] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.mssql : Configure SQL entities on the primary replica] *** task path: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1067 Saturday 20 January 2024 01:29:18 +0000 (0:00:00.022) 0:02:34.334 ****** skipping: [sut] => { "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: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1076 Saturday 20 January 2024 01:29:18 +0000 (0:00:00.024) 0:02:34.359 ****** skipping: [sut] => { "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: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1084 Saturday 20 January 2024 01:29:18 +0000 (0:00:00.024) 0:02:34.384 ****** skipping: [sut] => (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: [sut] => (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: [sut] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.mssql : Get the current primary replica in SQL] *** task path: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1099 Saturday 20 January 2024 01:29:18 +0000 (0:00:00.026) 0:02:34.410 ****** skipping: [sut] => { "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: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1106 Saturday 20 January 2024 01:29:18 +0000 (0:00:00.018) 0:02:34.429 ****** skipping: [sut] => { "changed": false, "false_condition": "mssql_ha_configure | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Configure ag] ************************** task path: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1131 Saturday 20 January 2024 01:29:18 +0000 (0:00:00.018) 0:02:34.447 ****** skipping: [sut] => { "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: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1140 Saturday 20 January 2024 01:29:18 +0000 (0:00:00.018) 0:02:34.466 ****** skipping: [sut] => { "changed": false, "false_condition": "mssql_ha_configure | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Replicate DBs] ************************* task path: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1149 Saturday 20 January 2024 01:29:18 +0000 (0:00:00.018) 0:02:34.484 ****** skipping: [sut] => { "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: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1160 Saturday 20 January 2024 01:29:18 +0000 (0:00:00.018) 0:02:34.503 ****** skipping: [sut] => { "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: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1173 Saturday 20 January 2024 01:29:18 +0000 (0:00:00.019) 0:02:34.522 ****** skipping: [sut] => { "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: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1182 Saturday 20 January 2024 01:29:18 +0000 (0:00:00.018) 0:02:34.541 ****** skipping: [sut] => { "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: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1189 Saturday 20 January 2024 01:29:18 +0000 (0:00:00.018) 0:02:34.560 ****** skipping: [sut] => { "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: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1196 Saturday 20 January 2024 01:29:19 +0000 (0:00:00.018) 0:02:34.578 ****** skipping: [sut] => { "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: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1204 Saturday 20 January 2024 01:29:19 +0000 (0:00:00.053) 0:02:34.632 ****** skipping: [sut] => { "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: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1211 Saturday 20 January 2024 01:29:19 +0000 (0:00:00.020) 0:02:34.652 ****** skipping: [sut] => (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: [sut] => (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: [sut] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.mssql : Configure SQL entities on not primary replicas] *** task path: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1223 Saturday 20 January 2024 01:29:19 +0000 (0:00:00.026) 0:02:34.679 ****** skipping: [sut] => { "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: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1232 Saturday 20 January 2024 01:29:19 +0000 (0:00:00.020) 0:02:34.699 ****** skipping: [sut] => { "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: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1239 Saturday 20 January 2024 01:29:19 +0000 (0:00:00.023) 0:02:34.722 ****** skipping: [sut] => { "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: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1245 Saturday 20 January 2024 01:29:19 +0000 (0:00:00.021) 0:02:34.744 ****** skipping: [sut] => { "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: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1253 Saturday 20 January 2024 01:29:19 +0000 (0:00:00.027) 0:02:34.772 ****** skipping: [sut] => (item=cert) => { "ansible_loop_var": "item", "changed": false, "false_condition": "mssql_ha_configure | bool", "item": "cert", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=key) => { "ansible_loop_var": "item", "changed": false, "false_condition": "mssql_ha_configure | bool", "item": "key", "skip_reason": "Conditional result was False" } skipping: [sut] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.mssql : Save credentials for the SQL Server login] *** task path: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1266 Saturday 20 January 2024 01:29:19 +0000 (0:00:00.032) 0:02:34.804 ****** skipping: [sut] => { "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: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1278 Saturday 20 January 2024 01:29:19 +0000 (0:00:00.024) 0:02:34.829 ****** skipping: [sut] => { "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: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1284 Saturday 20 January 2024 01:29:19 +0000 (0:00:00.021) 0:02:34.851 ****** skipping: [sut] => { "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: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1293 Saturday 20 January 2024 01:29:19 +0000 (0:00:00.020) 0:02:34.871 ****** ok: [sut] => { "changed": false } TASK [fedora.linux_system_roles.mssql : Flush handlers prior to inputting post SQL scripts] *** task path: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1302 Saturday 20 January 2024 01:29:19 +0000 (0:00:00.256) 0:02:35.128 ****** META: triggered running handlers for sut TASK [fedora.linux_system_roles.mssql : Post-input SQL scripts to SQL Server] *** task path: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1306 Saturday 20 January 2024 01:29:19 +0000 (0:00:00.020) 0:02:35.149 ****** skipping: [sut] => { "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: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1313 Saturday 20 January 2024 01:29:19 +0000 (0:00:00.020) 0:02:35.169 ****** skipping: [sut] => { "changed": false, "false_condition": "mssql_post_input_sql_content != []", "skip_reason": "Conditional result was False" } TASK [Verify settings] ********************************************************* task path: /WORKDIR/git-weekly-cipc8bh1gk/tests/tasks/tests_idempotency.yml:40 Saturday 20 January 2024 01:29:19 +0000 (0:00:00.029) 0:02:35.198 ****** included: /WORKDIR/git-weekly-cipc8bh1gk/tests/tasks/verify_settings.yml for sut TASK [Check if the errorlog file exists and its location] ********************** task path: /WORKDIR/git-weekly-cipc8bh1gk/tests/tasks/verify_settings.yml:8 Saturday 20 January 2024 01:29:19 +0000 (0:00:00.140) 0:02:35.339 ****** ok: [sut] => { "changed": false, "cmd": "set -euo pipefail\nerrorlog=\"$(grep '^errorlogfile' /var/opt/mssql/mssql.conf \\\n2>&1 | sed 's\\errorlogfile : \\\\')\" || :\nif [ -f \"${errorlog}\" ]; then\n echo \"${errorlog}\"\nelif [ -f /var/opt/mssql/log/errorlog ]; then\n echo \"/var/opt/mssql/log/errorlog\"\nelse\n echo \"\"\nfi\n", "delta": "0:00:00.005547", "end": "2024-01-20 01:29:19.968333", "rc": 0, "start": "2024-01-20 01:29:19.962786" } STDOUT: /var/opt/mssql/log/errorlog TASK [Check if the set edition matches the existing edition] ******************* task path: /WORKDIR/git-weekly-cipc8bh1gk/tests/tasks/verify_settings.yml:23 Saturday 20 January 2024 01:29:20 +0000 (0:00:00.232) 0:02:35.572 ****** ok: [sut] => { "changed": false, "cmd": "errorlog_edition=\"$(grep -oi 'Evaluation edition' \\\n/var/opt/mssql/log/errorlog)\"\nif [ -z \"${errorlog_edition}\" ]; then\n echo false\nelse\n echo true\nfi\n", "delta": "0:00:00.004992", "end": "2024-01-20 01:29:20.201372", "rc": 0, "start": "2024-01-20 01:29:20.196380" } STDOUT: true TASK [Verify if the edition matches] ******************************************* task path: /WORKDIR/git-weekly-cipc8bh1gk/tests/tasks/verify_settings.yml:35 Saturday 20 January 2024 01:29:20 +0000 (0:00:00.219) 0:02:35.791 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the setting {{ item.key }}] *************************************** task path: /WORKDIR/git-weekly-cipc8bh1gk/tests/tasks/verify_settings.yml:39 Saturday 20 January 2024 01:29:20 +0000 (0:00:00.028) 0:02:35.819 ****** included: /WORKDIR/git-weekly-cipc8bh1gk/tests/tasks/mssql_conf_verify.yml for sut => (item={'key': 'ipaddress', 'value': '0.0.0.0'}) included: /WORKDIR/git-weekly-cipc8bh1gk/tests/tasks/mssql_conf_verify.yml for sut => (item={'key': 'tcpport', 'value': 1433}) included: /WORKDIR/git-weekly-cipc8bh1gk/tests/tasks/mssql_conf_verify.yml for sut => (item={'key': 'defaultdatadir', 'value': '/tmp/mssql_data'}) included: /WORKDIR/git-weekly-cipc8bh1gk/tests/tasks/mssql_conf_verify.yml for sut => (item={'key': 'defaultlogdir', 'value': '/tmp/mssql_log'}) included: /WORKDIR/git-weekly-cipc8bh1gk/tests/tasks/mssql_conf_verify.yml for sut => (item={'key': 'enabled', 'value': True}) TASK [Get the value of the setting ipaddress] ********************************** task path: /WORKDIR/git-weekly-cipc8bh1gk/tests/tasks/mssql_conf_verify.yml:7 Saturday 20 January 2024 01:29:20 +0000 (0:00:00.070) 0:02:35.890 ****** ok: [sut] => { "changed": false, "cmd": "grep '^ipaddress' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004427", "end": "2024-01-20 01:29:20.533994", "rc": 0, "start": "2024-01-20 01:29:20.529567" } STDOUT: ipaddress = 0.0.0.0 TASK [Verify the setting when it is type str ipaddress] ************************ task path: /WORKDIR/git-weekly-cipc8bh1gk/tests/tasks/mssql_conf_verify.yml:14 Saturday 20 January 2024 01:29:20 +0000 (0:00:00.233) 0:02:36.124 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the setting when it is type bool ipaddress] *********************** task path: /WORKDIR/git-weekly-cipc8bh1gk/tests/tasks/mssql_conf_verify.yml:25 Saturday 20 January 2024 01:29:20 +0000 (0:00:00.032) 0:02:36.157 ****** skipping: [sut] => { "changed": false, "false_condition": "__mssql_conf_value | type_debug == 'bool'", "skip_reason": "Conditional result was False" } TASK [Verify that tcpport = 0.0.0.0] ******************************************* task path: /WORKDIR/git-weekly-cipc8bh1gk/tests/tasks/mssql_conf_verify.yml:40 Saturday 20 January 2024 01:29:20 +0000 (0:00:00.021) 0:02:36.178 ****** skipping: [sut] => { "changed": false, "false_condition": "__mssql_conf_setting == \"tcpport\"", "skip_reason": "Conditional result was False" } TASK [Get the value of the setting tcpport] ************************************ task path: /WORKDIR/git-weekly-cipc8bh1gk/tests/tasks/mssql_conf_verify.yml:7 Saturday 20 January 2024 01:29:20 +0000 (0:00:00.020) 0:02:36.199 ****** ok: [sut] => { "changed": false, "cmd": "grep '^tcpport' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004358", "end": "2024-01-20 01:29:20.833102", "rc": 0, "start": "2024-01-20 01:29:20.828744" } TASK [Verify the setting when it is type str tcpport] ************************** task path: /WORKDIR/git-weekly-cipc8bh1gk/tests/tasks/mssql_conf_verify.yml:14 Saturday 20 January 2024 01:29:20 +0000 (0:00:00.223) 0:02:36.423 ****** skipping: [sut] => { "changed": false, "false_condition": "__mssql_conf_setting != \"tcpport\"", "skip_reason": "Conditional result was False" } TASK [Verify the setting when it is type bool tcpport] ************************* task path: /WORKDIR/git-weekly-cipc8bh1gk/tests/tasks/mssql_conf_verify.yml:25 Saturday 20 January 2024 01:29:20 +0000 (0:00:00.019) 0:02:36.442 ****** skipping: [sut] => { "changed": false, "false_condition": "__mssql_conf_value | type_debug == 'bool'", "skip_reason": "Conditional result was False" } TASK [Verify that tcpport = 1433] ********************************************** task path: /WORKDIR/git-weekly-cipc8bh1gk/tests/tasks/mssql_conf_verify.yml:40 Saturday 20 January 2024 01:29:20 +0000 (0:00:00.021) 0:02:36.463 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get the value of the setting defaultdatadir] ***************************** task path: /WORKDIR/git-weekly-cipc8bh1gk/tests/tasks/mssql_conf_verify.yml:7 Saturday 20 January 2024 01:29:20 +0000 (0:00:00.028) 0:02:36.492 ****** ok: [sut] => { "changed": false, "cmd": "grep '^defaultdatadir' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004467", "end": "2024-01-20 01:29:21.117575", "rc": 0, "start": "2024-01-20 01:29:21.113108" } STDOUT: defaultdatadir = /tmp/mssql_data TASK [Verify the setting when it is type str defaultdatadir] ******************* task path: /WORKDIR/git-weekly-cipc8bh1gk/tests/tasks/mssql_conf_verify.yml:14 Saturday 20 January 2024 01:29:21 +0000 (0:00:00.214) 0:02:36.706 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the setting when it is type bool defaultdatadir] ****************** task path: /WORKDIR/git-weekly-cipc8bh1gk/tests/tasks/mssql_conf_verify.yml:25 Saturday 20 January 2024 01:29:21 +0000 (0:00:00.058) 0:02:36.764 ****** skipping: [sut] => { "changed": false, "false_condition": "__mssql_conf_value | type_debug == 'bool'", "skip_reason": "Conditional result was False" } TASK [Verify that tcpport = /tmp/mssql_data] *********************************** task path: /WORKDIR/git-weekly-cipc8bh1gk/tests/tasks/mssql_conf_verify.yml:40 Saturday 20 January 2024 01:29:21 +0000 (0:00:00.019) 0:02:36.784 ****** skipping: [sut] => { "changed": false, "false_condition": "__mssql_conf_setting == \"tcpport\"", "skip_reason": "Conditional result was False" } TASK [Get the value of the setting defaultlogdir] ****************************** task path: /WORKDIR/git-weekly-cipc8bh1gk/tests/tasks/mssql_conf_verify.yml:7 Saturday 20 January 2024 01:29:21 +0000 (0:00:00.019) 0:02:36.803 ****** ok: [sut] => { "changed": false, "cmd": "grep '^defaultlogdir' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004362", "end": "2024-01-20 01:29:21.425424", "rc": 0, "start": "2024-01-20 01:29:21.421062" } STDOUT: defaultlogdir = /tmp/mssql_log TASK [Verify the setting when it is type str defaultlogdir] ******************** task path: /WORKDIR/git-weekly-cipc8bh1gk/tests/tasks/mssql_conf_verify.yml:14 Saturday 20 January 2024 01:29:21 +0000 (0:00:00.212) 0:02:37.016 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the setting when it is type bool defaultlogdir] ******************* task path: /WORKDIR/git-weekly-cipc8bh1gk/tests/tasks/mssql_conf_verify.yml:25 Saturday 20 January 2024 01:29:21 +0000 (0:00:00.028) 0:02:37.044 ****** skipping: [sut] => { "changed": false, "false_condition": "__mssql_conf_value | type_debug == 'bool'", "skip_reason": "Conditional result was False" } TASK [Verify that tcpport = /tmp/mssql_log] ************************************ task path: /WORKDIR/git-weekly-cipc8bh1gk/tests/tasks/mssql_conf_verify.yml:40 Saturday 20 January 2024 01:29:21 +0000 (0:00:00.020) 0:02:37.065 ****** skipping: [sut] => { "changed": false, "false_condition": "__mssql_conf_setting == \"tcpport\"", "skip_reason": "Conditional result was False" } TASK [Get the value of the setting enabled] ************************************ task path: /WORKDIR/git-weekly-cipc8bh1gk/tests/tasks/mssql_conf_verify.yml:7 Saturday 20 January 2024 01:29:21 +0000 (0:00:00.019) 0:02:37.085 ****** ok: [sut] => { "changed": false, "cmd": "grep '^enabled' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004332", "end": "2024-01-20 01:29:21.720605", "rc": 0, "start": "2024-01-20 01:29:21.716273" } STDOUT: enabled = True TASK [Verify the setting when it is type str enabled] ************************** task path: /WORKDIR/git-weekly-cipc8bh1gk/tests/tasks/mssql_conf_verify.yml:14 Saturday 20 January 2024 01:29:21 +0000 (0:00:00.225) 0:02:37.310 ****** skipping: [sut] => { "changed": false, "false_condition": "__mssql_conf_value | type_debug != 'bool'", "skip_reason": "Conditional result was False" } TASK [Verify the setting when it is type bool enabled] ************************* task path: /WORKDIR/git-weekly-cipc8bh1gk/tests/tasks/mssql_conf_verify.yml:25 Saturday 20 January 2024 01:29:21 +0000 (0:00:00.019) 0:02:37.330 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify that tcpport = True] ********************************************** task path: /WORKDIR/git-weekly-cipc8bh1gk/tests/tasks/mssql_conf_verify.yml:40 Saturday 20 January 2024 01:29:21 +0000 (0:00:00.024) 0:02:37.354 ****** skipping: [sut] => { "changed": false, "false_condition": "__mssql_conf_setting == \"tcpport\"", "skip_reason": "Conditional result was False" } TASK [Get stat of mssql_datadir] *********************************************** task path: /WORKDIR/git-weekly-cipc8bh1gk/tests/tasks/verify_settings.yml:55 Saturday 20 January 2024 01:29:21 +0000 (0:00:00.018) 0:02:37.373 ****** ok: [sut] => { "changed": false, "stat": { "atime": 1705714063.491789, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1705714063.493789, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 991, "gr_name": "mssql", "inode": 283115976, "isblk": false, "ischr": false, "isdir": true, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/directory", "mode": "0700", "mtime": 1705714063.491789, "nlink": 2, "path": "/tmp/mssql_data", "pw_name": "mssql", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 6, "uid": 993, "version": "4103677533", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": true } } TASK [Assert that mssql_datadir has proper permissions and ownership] ********** task path: /WORKDIR/git-weekly-cipc8bh1gk/tests/tasks/verify_settings.yml:60 Saturday 20 January 2024 01:29:22 +0000 (0:00:00.229) 0:02:37.602 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get stat of mssql_logdir] ************************************************ task path: /WORKDIR/git-weekly-cipc8bh1gk/tests/tasks/verify_settings.yml:70 Saturday 20 January 2024 01:29:22 +0000 (0:00:00.038) 0:02:37.641 ****** ok: [sut] => { "changed": false, "stat": { "atime": 1705714064.6977894, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1705714064.6987894, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 991, "gr_name": "mssql", "inode": 293601699, "isblk": false, "ischr": false, "isdir": true, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/directory", "mode": "0700", "mtime": 1705714064.6977894, "nlink": 2, "path": "/tmp/mssql_log", "pw_name": "mssql", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 6, "uid": 993, "version": "2798573260", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": true } } TASK [Assert that mssql_logdir has proper permissions and ownership] *********** task path: /WORKDIR/git-weekly-cipc8bh1gk/tests/tasks/verify_settings.yml:75 Saturday 20 January 2024 01:29:22 +0000 (0:00:00.245) 0:02:37.886 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Prepare MSSQL and facts for logging in] ********************************** task path: /WORKDIR/git-weekly-cipc8bh1gk/tests/tasks/verify_settings.yml:85 Saturday 20 January 2024 01:29:22 +0000 (0:00:00.034) 0:02:37.921 ****** TASK [fedora.linux_system_roles.mssql : Ensure that the mssql-server service is started] *** task path: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/verify_password.yml:3 Saturday 20 January 2024 01:29:22 +0000 (0:00:00.038) 0:02:37.959 ****** ok: [sut] => { "changed": false, "name": "mssql-server", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2024-01-20 01:28:42 UTC", "ActiveEnterTimestampMonotonic": "1141571805", "ActiveExitTimestamp": "Sat 2024-01-20 01:28:41 UTC", "ActiveExitTimestampMonotonic": "1141019194", "ActiveState": "active", "After": "-.mount auditd.service systemd-journald.socket sysinit.target network.target basic.target system.slice", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-01-20 01:28:42 UTC", "AssertTimestampMonotonic": "1141570802", "Before": "multi-user.target shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "no", "CPUAffinity": "", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Sat 2024-01-20 01:28:42 UTC", "ConditionTimestampMonotonic": "1141570800", "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": "17227", "ExecMainStartTimestamp": "Sat 2024-01-20 01:28:42 UTC", "ExecMainStartTimestampMonotonic": "1141571756", "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": "Sat 2024-01-20 01:28:42 UTC", "InactiveEnterTimestampMonotonic": "1141569712", "InactiveExitTimestamp": "Sat 2024-01-20 01:28:42 UTC", "InactiveExitTimestampMonotonic": "1141571805", "InvocationID": "b3d879136e1346c08b96f5064dbd3c90", "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": "17227", "MemoryAccounting": "yes", "MemoryCurrent": "782938112", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "MountFlags": "", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAMask": "", "NUMAPolicy": "n/a", "Names": "mssql-server.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "Perpetual": "no", "PrivateDevices": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "-.mount system.slice sysinit.target", "RequiresMountsFor": "/var/opt/mssql", "Restart": "on-failure", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "0", "StartLimitIntervalUSec": "0", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestamp": "Sat 2024-01-20 01:28:42 UTC", "StateChangeTimestampMonotonic": "1141571805", "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": "157", "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": "Sat 2024-01-20 01:28:42 UTC", "WatchdogTimestampMonotonic": "1141571803", "WatchdogUSec": "0", "WorkingDirectory": "/var/opt/mssql" } } TASK [fedora.linux_system_roles.mssql : Check if a custom tcpport setting exist] *** task path: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/verify_password.yml:8 Saturday 20 January 2024 01:29:22 +0000 (0:00:00.369) 0:02:38.329 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^tcpport = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003132", "end": "2024-01-20 01:29:22.985832", "failed_when_result": false, "rc": 1, "start": "2024-01-20 01:29:22.982700" } MSG: non-zero return code TASK [fedora.linux_system_roles.mssql : Check if a custom ipaddress setting exist] *** task path: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/verify_password.yml:14 Saturday 20 January 2024 01:29:23 +0000 (0:00:00.301) 0:02:38.631 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^ipaddress = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003062", "end": "2024-01-20 01:29:23.275157", "failed_when_result": false, "rc": 0, "start": "2024-01-20 01:29:23.272095" } STDOUT: ipaddress = 0.0.0.0 TASK [fedora.linux_system_roles.mssql : Set a fact with a login command] ******* task path: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/verify_password.yml:20 Saturday 20 January 2024 01:29:23 +0000 (0:00:00.250) 0:02:38.881 ****** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [Wait for mssql-server to prepare for client connections] ***************** task path: /WORKDIR/git-weekly-cipc8bh1gk/tests/tasks/verify_settings.yml:93 Saturday 20 January 2024 01:29:23 +0000 (0:00:00.070) 0:02:38.951 ****** ok: [sut] => { "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": 6316, "state": "file", "uid": 993 } TASK [Check if the set password matches the existing password] ***************** task path: /WORKDIR/git-weekly-cipc8bh1gk/tests/tasks/verify_settings.yml:99 Saturday 20 January 2024 01:29:24 +0000 (0:00:01.290) 0:02:40.242 ****** ok: [sut] => { "attempts": 1, "changed": false, "cmd": [ "/opt/mssql-tools/bin/sqlcmd", "-S", "0.0.0.0", "-U", "sa", "-P", "p@55w0rD", "-Q", "SELECT @@VERSION" ], "delta": "0:00:00.022286", "end": "2024-01-20 01:29:24.908335", "rc": 0, "start": "2024-01-20 01:29:24.886049" } STDOUT: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ Microsoft SQL Server 2017 (RTM-CU31-GDR) (KB5029376) - 14.0.3465.1 (X64) Jul 30 2023 15:31:58 Copyright (C) 2017 Microsoft Corporation Enterprise Evaluation Edition (64-bit) on Linux (CentOS Stream 8) (1 rows affected) TASK [Set the mssql_password variable to default null] ************************* task path: /WORKDIR/git-weekly-cipc8bh1gk/tests/tasks/verify_settings.yml:113 Saturday 20 January 2024 01:29:24 +0000 (0:00:00.262) 0:02:40.504 ****** ok: [sut] => { "ansible_facts": { "mssql_password": null }, "changed": false } TASK [Verify the package mssql-server-fts] ************************************* task path: /WORKDIR/git-weekly-cipc8bh1gk/tests/tasks/verify_settings.yml:117 Saturday 20 January 2024 01:29:24 +0000 (0:00:00.027) 0:02:40.531 ****** included: /WORKDIR/git-weekly-cipc8bh1gk/tests/tasks/verify_package.yml for sut TASK [Gather package facts] **************************************************** task path: /WORKDIR/git-weekly-cipc8bh1gk/tests/tasks/verify_package.yml:7 Saturday 20 January 2024 01:29:25 +0000 (0:00:00.051) 0:02:40.583 ****** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [Verify if the package is installed mssql-server-fts] ********************* task path: /WORKDIR/git-weekly-cipc8bh1gk/tests/tasks/verify_package.yml:12 Saturday 20 January 2024 01:29:26 +0000 (0:00:01.749) 0:02:42.332 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify if the package is not installed mssql-server-fts] ***************** task path: /WORKDIR/git-weekly-cipc8bh1gk/tests/tasks/verify_package.yml:17 Saturday 20 January 2024 01:29:26 +0000 (0:00:00.058) 0:02:42.391 ****** skipping: [sut] => { "changed": false, "false_condition": "not __mssql_verify_package_installed", "skip_reason": "Conditional result was False" } TASK [Verify the package powershell] ******************************************* task path: /WORKDIR/git-weekly-cipc8bh1gk/tests/tasks/verify_settings.yml:124 Saturday 20 January 2024 01:29:26 +0000 (0:00:00.041) 0:02:42.433 ****** included: /WORKDIR/git-weekly-cipc8bh1gk/tests/tasks/verify_package.yml for sut TASK [Gather package facts] **************************************************** task path: /WORKDIR/git-weekly-cipc8bh1gk/tests/tasks/verify_package.yml:7 Saturday 20 January 2024 01:29:26 +0000 (0:00:00.076) 0:02:42.509 ****** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [Verify if the package is installed powershell] *************************** task path: /WORKDIR/git-weekly-cipc8bh1gk/tests/tasks/verify_package.yml:12 Saturday 20 January 2024 01:29:28 +0000 (0:00:01.835) 0:02:44.345 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify if the package is not installed powershell] *********************** task path: /WORKDIR/git-weekly-cipc8bh1gk/tests/tasks/verify_package.yml:17 Saturday 20 January 2024 01:29:28 +0000 (0:00:00.031) 0:02:44.376 ****** skipping: [sut] => { "changed": false, "false_condition": "not __mssql_verify_package_installed", "skip_reason": "Conditional result was False" } TASK [Get the value of the traceflag setting] ********************************** task path: /WORKDIR/git-weekly-cipc8bh1gk/tests/tasks/verify_settings.yml:135 Saturday 20 January 2024 01:29:28 +0000 (0:00:00.033) 0:02:44.409 ****** ok: [sut] => { "changed": false, "cmd": "grep '^traceflag' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004386", "end": "2024-01-20 01:29:29.052219", "rc": 0, "start": "2024-01-20 01:29:29.047833" } STDOUT: traceflag0 = 3979 TASK [Verify that the traceflag setting is set to 3979] ************************ task path: /WORKDIR/git-weekly-cipc8bh1gk/tests/tasks/verify_settings.yml:140 Saturday 20 January 2024 01:29:29 +0000 (0:00:00.257) 0:02:44.667 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify that the traceflag setting is not set to 3979] ******************** task path: /WORKDIR/git-weekly-cipc8bh1gk/tests/tasks/verify_settings.yml:145 Saturday 20 January 2024 01:29:29 +0000 (0:00:00.041) 0:02:44.708 ****** skipping: [sut] => { "changed": false, "false_condition": "not __verify_mssql_is_tuned_for_fua | bool", "skip_reason": "Conditional result was False" } TASK [Verify that the alternatewritethrough setting is false] ****************** task path: /WORKDIR/git-weekly-cipc8bh1gk/tests/tasks/verify_settings.yml:151 Saturday 20 January 2024 01:29:29 +0000 (0:00:00.044) 0:02:44.753 ****** included: /WORKDIR/git-weekly-cipc8bh1gk/tests/tasks/mssql_conf_verify.yml for sut TASK [Get the value of the setting alternatewritethrough] ********************** task path: /WORKDIR/git-weekly-cipc8bh1gk/tests/tasks/mssql_conf_verify.yml:7 Saturday 20 January 2024 01:29:29 +0000 (0:00:00.046) 0:02:44.799 ****** ok: [sut] => { "changed": false, "cmd": "grep '^alternatewritethrough' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004656", "end": "2024-01-20 01:29:29.434839", "rc": 0, "start": "2024-01-20 01:29:29.430183" } STDOUT: alternatewritethrough = 0 TASK [Verify the setting when it is type str alternatewritethrough] ************ task path: /WORKDIR/git-weekly-cipc8bh1gk/tests/tasks/mssql_conf_verify.yml:14 Saturday 20 January 2024 01:29:29 +0000 (0:00:00.255) 0:02:45.055 ****** skipping: [sut] => { "changed": false, "false_condition": "__mssql_conf_value | type_debug != 'bool'", "skip_reason": "Conditional result was False" } TASK [Verify the setting when it is type bool alternatewritethrough] *********** task path: /WORKDIR/git-weekly-cipc8bh1gk/tests/tasks/mssql_conf_verify.yml:25 Saturday 20 January 2024 01:29:29 +0000 (0:00:00.033) 0:02:45.088 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify that tcpport = False] ********************************************* task path: /WORKDIR/git-weekly-cipc8bh1gk/tests/tasks/mssql_conf_verify.yml:40 Saturday 20 January 2024 01:29:29 +0000 (0:00:00.060) 0:02:45.148 ****** skipping: [sut] => { "changed": false, "false_condition": "__mssql_conf_setting == \"tcpport\"", "skip_reason": "Conditional result was False" } TASK [Verify the writethrough setting] ***************************************** task path: /WORKDIR/git-weekly-cipc8bh1gk/tests/tasks/verify_settings.yml:157 Saturday 20 January 2024 01:29:29 +0000 (0:00:00.023) 0:02:45.172 ****** included: /WORKDIR/git-weekly-cipc8bh1gk/tests/tasks/mssql_conf_verify.yml for sut TASK [Get the value of the setting writethrough] ******************************* task path: /WORKDIR/git-weekly-cipc8bh1gk/tests/tasks/mssql_conf_verify.yml:7 Saturday 20 January 2024 01:29:29 +0000 (0:00:00.047) 0:02:45.219 ****** ok: [sut] => { "changed": false, "cmd": "grep '^writethrough' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004801", "end": "2024-01-20 01:29:29.849153", "rc": 0, "start": "2024-01-20 01:29:29.844352" } STDOUT: writethrough = 1 TASK [Verify the setting when it is type str writethrough] ********************* task path: /WORKDIR/git-weekly-cipc8bh1gk/tests/tasks/mssql_conf_verify.yml:14 Saturday 20 January 2024 01:29:29 +0000 (0:00:00.220) 0:02:45.440 ****** skipping: [sut] => { "changed": false, "false_condition": "__mssql_conf_value | type_debug != 'bool'", "skip_reason": "Conditional result was False" } TASK [Verify the setting when it is type bool writethrough] ******************** task path: /WORKDIR/git-weekly-cipc8bh1gk/tests/tasks/mssql_conf_verify.yml:25 Saturday 20 January 2024 01:29:29 +0000 (0:00:00.021) 0:02:45.462 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify that tcpport = True] ********************************************** task path: /WORKDIR/git-weekly-cipc8bh1gk/tests/tasks/mssql_conf_verify.yml:40 Saturday 20 January 2024 01:29:29 +0000 (0:00:00.095) 0:02:45.558 ****** skipping: [sut] => { "changed": false, "false_condition": "__mssql_conf_setting == \"tcpport\"", "skip_reason": "Conditional result was False" } TASK [Verify the tlscert setting] ********************************************** task path: /WORKDIR/git-weekly-cipc8bh1gk/tests/tasks/verify_settings.yml:167 Saturday 20 January 2024 01:29:30 +0000 (0:00:00.037) 0:02:45.595 ****** skipping: [sut] => { "changed": false, "false_condition": "__verify_mssql_is_tls_encrypted is defined", "skip_reason": "Conditional result was False" } TASK [Verify the tlskey setting] *********************************************** task path: /WORKDIR/git-weekly-cipc8bh1gk/tests/tasks/verify_settings.yml:178 Saturday 20 January 2024 01:29:30 +0000 (0:00:00.032) 0:02:45.628 ****** skipping: [sut] => { "changed": false, "false_condition": "__verify_mssql_is_tls_encrypted is defined", "skip_reason": "Conditional result was False" } TASK [Verify the tlsprotocols setting] ***************************************** task path: /WORKDIR/git-weekly-cipc8bh1gk/tests/tasks/verify_settings.yml:190 Saturday 20 January 2024 01:29:30 +0000 (0:00:00.021) 0:02:45.649 ****** skipping: [sut] => { "changed": false, "false_condition": "__verify_mssql_is_tls_encrypted is defined", "skip_reason": "Conditional result was False" } TASK [Verify the forceencryption setting] ************************************** task path: /WORKDIR/git-weekly-cipc8bh1gk/tests/tasks/verify_settings.yml:198 Saturday 20 January 2024 01:29:30 +0000 (0:00:00.022) 0:02:45.671 ****** skipping: [sut] => { "changed": false, "false_condition": "__verify_mssql_is_tls_encrypted is defined", "skip_reason": "Conditional result was False" } TASK [Get the current mode of SELinux] ***************************************** task path: /WORKDIR/git-weekly-cipc8bh1gk/tests/tasks/verify_settings.yml:208 Saturday 20 January 2024 01:29:30 +0000 (0:00:00.038) 0:02:45.710 ****** skipping: [sut] => { "changed": false, "false_condition": "__verify_mssql_is_confined is defined", "skip_reason": "Conditional result was False" } TASK [Verify that SELinux is in the mode {{ __mssql_selinux_mode }}] *********** task path: /WORKDIR/git-weekly-cipc8bh1gk/tests/tasks/verify_settings.yml:213 Saturday 20 January 2024 01:29:30 +0000 (0:00:00.021) 0:02:45.731 ****** skipping: [sut] => { "changed": false, "false_condition": "__verify_mssql_is_confined is defined", "skip_reason": "Conditional result was False" } TASK [Verify the package mssql-server-selinux] ********************************* task path: /WORKDIR/git-weekly-cipc8bh1gk/tests/tasks/verify_settings.yml:219 Saturday 20 January 2024 01:29:30 +0000 (0:00:00.019) 0:02:45.751 ****** skipping: [sut] => { "changed": false, "false_condition": "__verify_mssql_is_confined is defined", "skip_reason": "Conditional result was False" } TASK [Run to edit settings] **************************************************** task path: /WORKDIR/git-weekly-cipc8bh1gk/tests/tasks/tests_idempotency.yml:56 Saturday 20 January 2024 01:29:30 +0000 (0:00:00.019) 0:02:45.771 ****** TASK [fedora.linux_system_roles.mssql : Ensure ansible_facts and variables used by role] *** task path: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:3 Saturday 20 January 2024 01:29:30 +0000 (0:00:00.240) 0:02:46.011 ****** included: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/set_vars.yml for sut TASK [fedora.linux_system_roles.mssql : Ensure ansible_facts used by role] ***** task path: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/set_vars.yml:3 Saturday 20 January 2024 01:29:30 +0000 (0:00:00.035) 0:02:46.047 ****** skipping: [sut] => { "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: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/set_vars.yml:8 Saturday 20 January 2024 01:29:30 +0000 (0:00:00.107) 0:02:46.154 ****** ok: [sut] => (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 ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/vars/RedHat.yml" ], "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml" } skipping: [sut] => (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: [sut] => (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": [ "/WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } ok: [sut] => (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": [ "/WORKDIR/git-weekly-cipc8bh1gk/.collection/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 : Unset the __mssql_sqlcmd_login_cmd fact] *** task path: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:8 Saturday 20 January 2024 01:29:30 +0000 (0:00:00.103) 0:02:46.258 ****** ok: [sut] => { "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: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:15 Saturday 20 January 2024 01:29:30 +0000 (0:00:00.045) 0:02:46.303 ****** skipping: [sut] => { "false_condition": "mssql_input_sql_file is defined" } TASK [fedora.linux_system_roles.mssql : Link the deprecated mssql_input_sql_file fact] *** task path: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:23 Saturday 20 January 2024 01:29:30 +0000 (0:00:00.038) 0:02:46.342 ****** skipping: [sut] => { "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: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:30 Saturday 20 January 2024 01:29:30 +0000 (0:00:00.023) 0:02:46.365 ****** skipping: [sut] => { "false_condition": "mssql_ha_listener_port is defined" } TASK [fedora.linux_system_roles.mssql : Link the deprecated mssql_ha_listener_port fact] *** task path: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:37 Saturday 20 January 2024 01:29:30 +0000 (0:00:00.025) 0:02:46.391 ****** skipping: [sut] => { "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: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:44 Saturday 20 January 2024 01:29:30 +0000 (0:00:00.020) 0:02:46.412 ****** skipping: [sut] => { "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: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:51 Saturday 20 January 2024 01:29:30 +0000 (0:00:00.018) 0:02:46.430 ****** skipping: [sut] => { "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: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:58 Saturday 20 January 2024 01:29:30 +0000 (0:00:00.018) 0:02:46.449 ****** skipping: [sut] => { "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: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:65 Saturday 20 January 2024 01:29:30 +0000 (0:00:00.018) 0:02:46.468 ****** skipping: [sut] => { "changed": false, "false_condition": "mssql_ha_cluster_run_role is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Verify that the user accepts EULA variables] *** task path: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:69 Saturday 20 January 2024 01:29:30 +0000 (0:00:00.019) 0:02:46.487 ****** ok: [sut] => { "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: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:81 Saturday 20 January 2024 01:29:30 +0000 (0:00:00.024) 0:02:46.511 ****** skipping: [sut] => { "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: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:89 Saturday 20 January 2024 01:29:30 +0000 (0:00:00.028) 0:02:46.539 ****** skipping: [sut] => { "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: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:98 Saturday 20 January 2024 01:29:31 +0000 (0:00:00.026) 0:02:46.566 ****** skipping: [sut] => { "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: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:107 Saturday 20 January 2024 01:29:31 +0000 (0:00:00.019) 0:02:46.585 ****** skipping: [sut] => { "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: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:117 Saturday 20 January 2024 01:29:31 +0000 (0:00:00.023) 0:02:46.609 ****** skipping: [sut] => { "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 : Gather package facts] ****************** task path: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:126 Saturday 20 January 2024 01:29:31 +0000 (0:00:00.029) 0:02:46.638 ****** ok: [sut] => { "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: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:130 Saturday 20 January 2024 01:29:32 +0000 (0:00:01.884) 0:02:48.523 ****** ok: [sut] => (item={'key': 2017, 'value': 14}) => { "ansible_facts": { "__mssql_current_version": "2017" }, "ansible_loop_var": "item", "changed": false, "item": { "key": 2017, "value": 14 } } skipping: [sut] => (item={'key': 2019, 'value': 15}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "ansible_facts.packages[\"mssql-server\"][0][\"version\"].split(\".\") | first | int == item.value", "item": { "key": 2019, "value": 15 }, "skip_reason": "Conditional result was False" } skipping: [sut] => (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: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:138 Saturday 20 January 2024 01:29:33 +0000 (0:00:00.059) 0:02:48.582 ****** skipping: [sut] => { "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: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:145 Saturday 20 January 2024 01:29:33 +0000 (0:00:00.021) 0:02:48.604 ****** ok: [sut] => { "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: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:152 Saturday 20 January 2024 01:29:33 +0000 (0:00:00.029) 0:02:48.633 ****** skipping: [sut] => (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: [sut] => (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: [sut] => (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: [sut] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.mssql : Deploy the GPG key for Microsoft repositories] *** task path: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:166 Saturday 20 January 2024 01:29:33 +0000 (0:00:00.054) 0:02:48.687 ****** ok: [sut] => { "attempts": 1, "changed": false } TASK [fedora.linux_system_roles.mssql : Update all packages from SQL Server repo version 2017] *** task path: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:179 Saturday 20 January 2024 01:29:33 +0000 (0:00:00.476) 0:02:49.163 ****** skipping: [sut] => { "changed": false, "false_condition": "mssql_upgrade | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Get yum repositories] ****************** task path: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:189 Saturday 20 January 2024 01:29:33 +0000 (0:00:00.031) 0:02:49.195 ****** skipping: [sut] => { "changed": false, "false_condition": "mssql_upgrade | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Remove the current Microsoft SQL Server repository to upgrade to 2017] *** task path: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:200 Saturday 20 January 2024 01:29:33 +0000 (0:00:00.032) 0:02:49.227 ****** skipping: [sut] => { "changed": false, "false_condition": "mssql_upgrade | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Configure the Microsoft SQL Server repo version 2017] *** task path: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:208 Saturday 20 January 2024 01:29:33 +0000 (0:00:00.044) 0:02:49.272 ****** skipping: [sut] => { "changed": false, "false_condition": "(__mssql_server_packages not in ansible_facts.packages) or (mssql_upgrade | bool)", "skip_reason": "Conditional result was False" } TASK [Ensure that the system is in SELinux enforcing state] ******************** task path: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:221 Saturday 20 January 2024 01:29:33 +0000 (0:00:00.067) 0:02:49.339 ****** skipping: [sut] => { "changed": false, "false_condition": "__mssql_confined_supported | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Get the current mode of SELinux] ******* task path: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:228 Saturday 20 January 2024 01:29:33 +0000 (0:00:00.049) 0:02:49.388 ****** skipping: [sut] => { "changed": false, "false_condition": "__mssql_confined_supported | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Verify that SELinux is in enforcing mode] *** task path: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:233 Saturday 20 January 2024 01:29:33 +0000 (0:00:00.027) 0:02:49.416 ****** skipping: [sut] => { "changed": false, "false_condition": "__mssql_confined_supported | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Verify that SELinux is not in enforcing mode] *** task path: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:242 Saturday 20 January 2024 01:29:33 +0000 (0:00:00.047) 0:02:49.463 ****** skipping: [sut] => { "changed": false, "false_condition": "__mssql_confined_supported | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Ensure the package mssql-server-selinux] *** task path: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:251 Saturday 20 January 2024 01:29:33 +0000 (0:00:00.048) 0:02:49.512 ****** skipping: [sut] => { "changed": false, "false_condition": "__mssql_confined_supported | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Ensure the package mssql-server] ******* task path: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:256 Saturday 20 January 2024 01:29:33 +0000 (0:00:00.046) 0:02:49.559 ****** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: mssql-server TASK [fedora.linux_system_roles.mssql : Ensure that the openldap-compat package is installed] *** task path: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:264 Saturday 20 January 2024 01:29:36 +0000 (0:00:02.660) 0:02:52.219 ****** skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution == \"Fedora\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Check if the errorlog file exists and its location] *** task path: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:272 Saturday 20 January 2024 01:29:36 +0000 (0:00:00.067) 0:02:52.286 ****** ok: [sut] => { "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.005513", "end": "2024-01-20 01:29:36.931594", "rc": 0, "start": "2024-01-20 01:29:36.926081" } STDOUT: /var/opt/mssql/log/errorlog TASK [fedora.linux_system_roles.mssql : Gather system services facts] ********** task path: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:287 Saturday 20 January 2024 01:29:36 +0000 (0:00:00.234) 0:02:52.521 ****** ok: [sut] => { "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 the __mssql_is_setup variable] ***** task path: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:291 Saturday 20 January 2024 01:29:40 +0000 (0:00:03.519) 0:02:56.040 ****** ok: [sut] => { "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: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:300 Saturday 20 January 2024 01:29:40 +0000 (0:00:00.028) 0:02:56.068 ****** skipping: [sut] => { "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: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:316 Saturday 20 January 2024 01:29:40 +0000 (0:00:00.018) 0:02:56.087 ****** skipping: [sut] => { "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: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:336 Saturday 20 January 2024 01:29:40 +0000 (0:00:00.019) 0:02:56.106 ****** included: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/configure_storage_paths.yml for sut => (item={'path': '/var/opt/mssql/data', 'mode': '0755', 'setting': 'defaultdatadir'}) included: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/configure_storage_paths.yml for sut => (item={'path': '/var/opt/mssql/log', 'mode': '0755', 'setting': 'defaultlogdir'}) TASK [fedora.linux_system_roles.mssql : Get stat of the directory /var/opt/mssql/data] *** task path: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/configure_storage_paths.yml:3 Saturday 20 January 2024 01:29:40 +0000 (0:00:00.041) 0:02:56.147 ****** ok: [sut] => { "changed": false, "stat": { "atime": 1705714062.1717887, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1705714062.1027887, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 991, "gr_name": "mssql", "inode": 195035330, "isblk": false, "ischr": false, "isdir": true, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/directory", "mode": "0755", "mtime": 1705714062.1027887, "nlink": 2, "path": "/var/opt/mssql/data", "pw_name": "mssql", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 156, "uid": 993, "version": "2300068727", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [fedora.linux_system_roles.mssql : Ensure the directory and keep present permissions /var/opt/mssql/data] *** task path: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/configure_storage_paths.yml:8 Saturday 20 January 2024 01:29:40 +0000 (0:00:00.220) 0:02:56.368 ****** ok: [sut] => { "changed": false, "gid": 991, "group": "mssql", "mode": "0755", "owner": "mssql", "path": "/var/opt/mssql/data", "secontext": "unconfined_u:object_r:var_t:s0", "size": 156, "state": "directory", "uid": 993 } TASK [fedora.linux_system_roles.mssql : Append facts for the selinux role] ***** task path: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/configure_storage_paths.yml:17 Saturday 20 January 2024 01:29:41 +0000 (0:00:00.229) 0:02:56.597 ****** ok: [sut] => { "ansible_facts": { "selinux_fcontexts": [ { "ftype": "d", "setype": "mssql_var_t", "state": "present", "target": "/tmp/mssql_data" }, { "ftype": "d", "setype": "mssql_db_t", "state": "present", "target": "/tmp/mssql_log" }, { "ftype": "d", "setype": "mssql_var_t", "state": "present", "target": "/tmp/mssql_data" }, { "ftype": "d", "setype": "mssql_db_t", "state": "present", "target": "/tmp/mssql_log" }, { "ftype": "d", "setype": "mssql_var_t", "state": "present", "target": "/var/opt/mssql/data" } ], "selinux_restore_dirs": [ "/tmp/mssql_data", "/tmp/mssql_log", "/tmp/mssql_data", "/tmp/mssql_log", "/var/opt/mssql/data" ] }, "changed": false } TASK [fedora.linux_system_roles.mssql : Configure the setting defaultdatadir] *** task path: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/configure_storage_paths.yml:30 Saturday 20 January 2024 01:29:41 +0000 (0:00:00.029) 0:02:56.627 ****** included: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml for sut TASK [fedora.linux_system_roles.mssql : Get the setting filelocation defaultdatadir] *** task path: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:3 Saturday 20 January 2024 01:29:41 +0000 (0:00:00.034) 0:02:56.661 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^defaultdatadir = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.002922", "end": "2024-01-20 01:29:41.286876", "failed_when_result": false, "rc": 0, "start": "2024-01-20 01:29:41.283954" } STDOUT: defaultdatadir = /tmp/mssql_data TASK [fedora.linux_system_roles.mssql : Configure the setting filelocation defaultdatadir] *** task path: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:12 Saturday 20 January 2024 01:29:41 +0000 (0:00:00.216) 0:02:56.877 ****** Notification for handler Restart the mssql-server service has been saved. changed: [sut] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "set", "filelocation.defaultdatadir", "/var/opt/mssql/data" ], "delta": "0:00:00.049414", "end": "2024-01-20 01:29:41.556499", "failed_when_result": false, "rc": 0, "start": "2024-01-20 01:29:41.507085" } STDOUT: SQL Server needs to be restarted in order to apply this setting. Please run 'systemctl restart mssql-server.service'. TASK [fedora.linux_system_roles.mssql : Unset the setting filelocation defaultdatadir] *** task path: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:42 Saturday 20 January 2024 01:29:41 +0000 (0:00:00.272) 0:02:57.150 ****** skipping: [sut] => { "changed": false, "false_condition": "__mssql_conf_setting_value == \"unset\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Get stat of the directory /var/opt/mssql/log] *** task path: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/configure_storage_paths.yml:3 Saturday 20 January 2024 01:29:41 +0000 (0:00:00.019) 0:02:57.169 ****** ok: [sut] => { "changed": false, "stat": { "atime": 1705714125.7018077, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "binary", "ctime": 1705714125.7008078, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 991, "gr_name": "mssql", "inode": 197132482, "isblk": false, "ischr": false, "isdir": true, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/directory", "mode": "0755", "mtime": 1705714125.7008078, "nlink": 2, "path": "/var/opt/mssql/log", "pw_name": "mssql", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 4096, "uid": 993, "version": "804398419", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [fedora.linux_system_roles.mssql : Ensure the directory and keep present permissions /var/opt/mssql/log] *** task path: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/configure_storage_paths.yml:8 Saturday 20 January 2024 01:29:41 +0000 (0:00:00.230) 0:02:57.400 ****** ok: [sut] => { "changed": false, "gid": 991, "group": "mssql", "mode": "0755", "owner": "mssql", "path": "/var/opt/mssql/log", "secontext": "unconfined_u:object_r:var_t:s0", "size": 4096, "state": "directory", "uid": 993 } TASK [fedora.linux_system_roles.mssql : Append facts for the selinux role] ***** task path: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/configure_storage_paths.yml:17 Saturday 20 January 2024 01:29:42 +0000 (0:00:00.289) 0:02:57.690 ****** ok: [sut] => { "ansible_facts": { "selinux_fcontexts": [ { "ftype": "d", "setype": "mssql_var_t", "state": "present", "target": "/tmp/mssql_data" }, { "ftype": "d", "setype": "mssql_db_t", "state": "present", "target": "/tmp/mssql_log" }, { "ftype": "d", "setype": "mssql_var_t", "state": "present", "target": "/tmp/mssql_data" }, { "ftype": "d", "setype": "mssql_db_t", "state": "present", "target": "/tmp/mssql_log" }, { "ftype": "d", "setype": "mssql_var_t", "state": "present", "target": "/var/opt/mssql/data" }, { "ftype": "d", "setype": "mssql_db_t", "state": "present", "target": "/var/opt/mssql/log" } ], "selinux_restore_dirs": [ "/tmp/mssql_data", "/tmp/mssql_log", "/tmp/mssql_data", "/tmp/mssql_log", "/var/opt/mssql/data", "/var/opt/mssql/log" ] }, "changed": false } TASK [fedora.linux_system_roles.mssql : Configure the setting defaultlogdir] *** task path: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/configure_storage_paths.yml:30 Saturday 20 January 2024 01:29:42 +0000 (0:00:00.029) 0:02:57.719 ****** included: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml for sut TASK [fedora.linux_system_roles.mssql : Get the setting filelocation defaultlogdir] *** task path: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:3 Saturday 20 January 2024 01:29:42 +0000 (0:00:00.033) 0:02:57.753 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^defaultlogdir = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.002953", "end": "2024-01-20 01:29:42.407970", "failed_when_result": false, "rc": 0, "start": "2024-01-20 01:29:42.405017" } STDOUT: defaultlogdir = /tmp/mssql_log TASK [fedora.linux_system_roles.mssql : Configure the setting filelocation defaultlogdir] *** task path: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:12 Saturday 20 January 2024 01:29:42 +0000 (0:00:00.245) 0:02:57.998 ****** Notification for handler Restart the mssql-server service has been saved. changed: [sut] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "set", "filelocation.defaultlogdir", "/var/opt/mssql/log" ], "delta": "0:00:00.049358", "end": "2024-01-20 01:29:42.675318", "failed_when_result": false, "rc": 0, "start": "2024-01-20 01:29:42.625960" } STDOUT: SQL Server needs to be restarted in order to apply this setting. Please run 'systemctl restart mssql-server.service'. TASK [fedora.linux_system_roles.mssql : Unset the setting filelocation defaultlogdir] *** task path: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:42 Saturday 20 January 2024 01:29:42 +0000 (0:00:00.270) 0:02:58.269 ****** skipping: [sut] => { "changed": false, "false_condition": "__mssql_conf_setting_value == \"unset\"", "skip_reason": "Conditional result was False" } TASK [Ensure correct SELinux context for {{ __mssql_storage_path }}] *********** task path: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:351 Saturday 20 January 2024 01:29:42 +0000 (0:00:00.022) 0:02:58.291 ****** skipping: [sut] => { "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: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:358 Saturday 20 January 2024 01:29:42 +0000 (0:00:00.020) 0:02:58.312 ****** ok: [sut] => { "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: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:363 Saturday 20 January 2024 01:29:45 +0000 (0:00:02.582) 0:03:00.895 ****** ok: [sut] => { "changed": false, "enabled": true, "name": "tuned", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2024-01-20 01:10:24 UTC", "ActiveEnterTimestampMonotonic": "43235208", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "basic.target system.slice systemd-journald.socket dbus.socket dbus.service polkit.service sysinit.target network.target systemd-sysctl.service", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-01-20 01:10:21 UTC", "AssertTimestampMonotonic": "41119595", "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": "Sat 2024-01-20 01:10:21 UTC", "ConditionTimestampMonotonic": "41119594", "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": "722", "ExecMainStartTimestamp": "Sat 2024-01-20 01:10:21 UTC", "ExecMainStartTimestampMonotonic": "41120448", "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": "Sat 2024-01-20 01:10:21 UTC", "InactiveExitTimestampMonotonic": "41120486", "InvocationID": "268bb6c6b9e547c9878f2f0e6041b2ad", "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": "722", "MemoryAccounting": "yes", "MemoryCurrent": "20422656", "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 dbus.service 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": "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": "Sat 2024-01-20 01:10:24 UTC", "StateChangeTimestampMonotonic": "43235208", "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": "5", "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": "Sat 2024-01-20 01:10:24 UTC", "WatchdogTimestampMonotonic": "43235204", "WatchdogUSec": "0" } } TASK [fedora.linux_system_roles.mssql : Get the active Tuned profiles] ********* task path: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:369 Saturday 20 January 2024 01:29:45 +0000 (0:00:00.382) 0:03:01.277 ****** ok: [sut] => { "changed": false, "cmd": [ "tuned-adm", "active" ], "delta": "0:00:00.119903", "end": "2024-01-20 01:29:46.033641", "rc": 0, "start": "2024-01-20 01:29:45.913738" } STDOUT: Current active profile: virtual-guest mssql TASK [fedora.linux_system_roles.mssql : Attempt to add mssql to the list of Tuned profiles] *** task path: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:379 Saturday 20 January 2024 01:29:46 +0000 (0:00:00.350) 0:03:01.628 ****** skipping: [sut] => { "changed": false, "false_condition": "\"mssql\" not in __mssql_tuned_active_profiles.stdout", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Remove troublemaking include from the mssql profile] *** task path: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:392 Saturday 20 January 2024 01:29:46 +0000 (0:00:00.024) 0:03:01.653 ****** skipping: [sut] => { "changed": false, "false_condition": "\"mssql\" not in __mssql_tuned_active_profiles.stdout", "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: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:401 Saturday 20 January 2024 01:29:46 +0000 (0:00:00.029) 0:03:01.682 ****** skipping: [sut] => { "changed": false, "false_condition": "\"mssql\" not in __mssql_tuned_active_profiles.stdout", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Configure the Microsoft SQL Server Tools repository] *** task path: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:411 Saturday 20 January 2024 01:29:46 +0000 (0:00:00.023) 0:03:01.706 ****** ok: [sut] => { "changed": false, "repo": "packages-microsoft-com-prod", "state": "present" } TASK [fedora.linux_system_roles.mssql : Ensure that SQL Server client tools are installed] *** task path: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:418 Saturday 20 January 2024 01:29:46 +0000 (0:00:00.251) 0:03:01.958 ****** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: mssql-tools unixODBC-devel TASK [fedora.linux_system_roles.mssql : Prepare MSSQL and facts for logging in] *** task path: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:430 Saturday 20 January 2024 01:29:49 +0000 (0:00:02.604) 0:03:04.562 ****** included: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/verify_password.yml for sut TASK [fedora.linux_system_roles.mssql : Ensure that the mssql-server service is started] *** task path: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/verify_password.yml:3 Saturday 20 January 2024 01:29:49 +0000 (0:00:00.039) 0:03:04.601 ****** ok: [sut] => { "changed": false, "name": "mssql-server", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2024-01-20 01:28:42 UTC", "ActiveEnterTimestampMonotonic": "1141571805", "ActiveExitTimestamp": "Sat 2024-01-20 01:28:41 UTC", "ActiveExitTimestampMonotonic": "1141019194", "ActiveState": "active", "After": "-.mount auditd.service systemd-journald.socket sysinit.target network.target basic.target system.slice", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-01-20 01:28:42 UTC", "AssertTimestampMonotonic": "1141570802", "Before": "multi-user.target shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "no", "CPUAffinity": "", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Sat 2024-01-20 01:28:42 UTC", "ConditionTimestampMonotonic": "1141570800", "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": "17227", "ExecMainStartTimestamp": "Sat 2024-01-20 01:28:42 UTC", "ExecMainStartTimestampMonotonic": "1141571756", "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": "Sat 2024-01-20 01:28:42 UTC", "InactiveEnterTimestampMonotonic": "1141569712", "InactiveExitTimestamp": "Sat 2024-01-20 01:28:42 UTC", "InactiveExitTimestampMonotonic": "1141571805", "InvocationID": "b3d879136e1346c08b96f5064dbd3c90", "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": "17227", "MemoryAccounting": "yes", "MemoryCurrent": "711540736", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "MountFlags": "", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAMask": "", "NUMAPolicy": "n/a", "Names": "mssql-server.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "Perpetual": "no", "PrivateDevices": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "-.mount system.slice sysinit.target", "RequiresMountsFor": "/var/opt/mssql", "Restart": "on-failure", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "0", "StartLimitIntervalUSec": "0", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestamp": "Sat 2024-01-20 01:28:42 UTC", "StateChangeTimestampMonotonic": "1141571805", "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": "154", "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": "Sat 2024-01-20 01:28:42 UTC", "WatchdogTimestampMonotonic": "1141571803", "WatchdogUSec": "0", "WorkingDirectory": "/var/opt/mssql" } } TASK [fedora.linux_system_roles.mssql : Check if a custom tcpport setting exist] *** task path: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/verify_password.yml:8 Saturday 20 January 2024 01:29:49 +0000 (0:00:00.412) 0:03:05.014 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^tcpport = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.002998", "end": "2024-01-20 01:29:49.644030", "failed_when_result": false, "rc": 1, "start": "2024-01-20 01:29:49.641032" } MSG: non-zero return code TASK [fedora.linux_system_roles.mssql : Check if a custom ipaddress setting exist] *** task path: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/verify_password.yml:14 Saturday 20 January 2024 01:29:49 +0000 (0:00:00.227) 0:03:05.242 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^ipaddress = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:01.003580", "end": "2024-01-20 01:29:50.875348", "failed_when_result": false, "rc": 0, "start": "2024-01-20 01:29:49.871768" } STDOUT: ipaddress = 0.0.0.0 TASK [fedora.linux_system_roles.mssql : Set a fact with a login command] ******* task path: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/verify_password.yml:20 Saturday 20 January 2024 01:29:50 +0000 (0:00:01.224) 0:03:06.466 ****** ok: [sut] => { "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: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:434 Saturday 20 January 2024 01:29:50 +0000 (0:00:00.028) 0:03:06.495 ****** ok: [sut] => { "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": 6316, "state": "file", "uid": 993 } TASK [fedora.linux_system_roles.mssql : Check if the set password matches the existing password] *** task path: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:440 Saturday 20 January 2024 01:29:52 +0000 (0:00:01.234) 0:03:07.729 ****** fatal: [sut]: FAILED! => { "attempts": 1, "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } ...ignoring TASK [fedora.linux_system_roles.mssql : Ensure that the mssql-server service is stopped] *** task path: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:455 Saturday 20 January 2024 01:29:52 +0000 (0:00:00.274) 0:03:08.003 ****** Notification for handler Restart the mssql-server service has been saved. changed: [sut] => { "changed": true, "name": "mssql-server", "state": "stopped", "status": { "ActiveEnterTimestamp": "Sat 2024-01-20 01:28:42 UTC", "ActiveEnterTimestampMonotonic": "1141571805", "ActiveExitTimestamp": "Sat 2024-01-20 01:28:41 UTC", "ActiveExitTimestampMonotonic": "1141019194", "ActiveState": "active", "After": "-.mount auditd.service systemd-journald.socket sysinit.target network.target basic.target system.slice", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-01-20 01:28:42 UTC", "AssertTimestampMonotonic": "1141570802", "Before": "multi-user.target shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "no", "CPUAffinity": "", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Sat 2024-01-20 01:28:42 UTC", "ConditionTimestampMonotonic": "1141570800", "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": "17227", "ExecMainStartTimestamp": "Sat 2024-01-20 01:28:42 UTC", "ExecMainStartTimestampMonotonic": "1141571756", "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": "Sat 2024-01-20 01:28:42 UTC", "InactiveEnterTimestampMonotonic": "1141569712", "InactiveExitTimestamp": "Sat 2024-01-20 01:28:42 UTC", "InactiveExitTimestampMonotonic": "1141571805", "InvocationID": "b3d879136e1346c08b96f5064dbd3c90", "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": "17227", "MemoryAccounting": "yes", "MemoryCurrent": "712364032", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "MountFlags": "", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAMask": "", "NUMAPolicy": "n/a", "Names": "mssql-server.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "Perpetual": "no", "PrivateDevices": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "-.mount system.slice sysinit.target", "RequiresMountsFor": "/var/opt/mssql", "Restart": "on-failure", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "0", "StartLimitIntervalUSec": "0", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestamp": "Sat 2024-01-20 01:28:42 UTC", "StateChangeTimestampMonotonic": "1141571805", "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": "151", "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": "Sat 2024-01-20 01:28:42 UTC", "WatchdogTimestampMonotonic": "1141571803", "WatchdogUSec": "0", "WorkingDirectory": "/var/opt/mssql" } } TASK [fedora.linux_system_roles.mssql : Gather package facts] ****************** task path: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:462 Saturday 20 January 2024 01:29:53 +0000 (0:00:00.607) 0:03:08.611 ****** ok: [sut] => { "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: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:470 Saturday 20 January 2024 01:29:54 +0000 (0:00:01.778) 0:03:10.390 ****** Notification for handler Restart the mssql-server service has been saved. changed: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": true } TASK [fedora.linux_system_roles.mssql : Pre-input SQL script files to SQL Server] *** task path: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:491 Saturday 20 January 2024 01:29:59 +0000 (0:00:05.097) 0:03:15.487 ****** skipping: [sut] => { "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: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:498 Saturday 20 January 2024 01:29:59 +0000 (0:00:00.021) 0:03:15.509 ****** skipping: [sut] => { "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: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:509 Saturday 20 January 2024 01:29:59 +0000 (0:00:00.024) 0:03:15.534 ****** ok: [sut] => { "changed": false, "cmd": "errorlog_edition=\"$(grep -oi 'Standard edition' \\\n/var/opt/mssql/log/errorlog)\"\nif [ -z \"${errorlog_edition}\" ]; then\n edition_matches=false\nelse\n edition_matches=true\nfi\necho \"${edition_matches}\"\n", "delta": "0:00:00.005158", "end": "2024-01-20 01:30:00.169422", "rc": 0, "start": "2024-01-20 01:30:00.164264" } STDOUT: false TASK [fedora.linux_system_roles.mssql : Ensure that the mssql-server service is stopped] *** task path: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:522 Saturday 20 January 2024 01:30:00 +0000 (0:00:00.237) 0:03:15.772 ****** ok: [sut] => { "changed": false, "name": "mssql-server", "state": "stopped", "status": { "ActiveEnterTimestamp": "Sat 2024-01-20 01:28:42 UTC", "ActiveEnterTimestampMonotonic": "1141571805", "ActiveExitTimestamp": "Sat 2024-01-20 01:29:52 UTC", "ActiveExitTimestampMonotonic": "1211943857", "ActiveState": "inactive", "After": "-.mount auditd.service systemd-journald.socket sysinit.target network.target basic.target system.slice", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-01-20 01:28:42 UTC", "AssertTimestampMonotonic": "1141570802", "Before": "multi-user.target shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "no", "CPUAffinity": "", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Sat 2024-01-20 01:28:42 UTC", "ConditionTimestampMonotonic": "1141570800", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlPID": "0", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "no", "Description": "Microsoft SQL Server Database Engine", "DevicePolicy": "auto", "Documentation": "https://docs.microsoft.com/en-us/sql/linux", "DynamicUser": "no", "EffectiveCPUs": "", "EffectiveMemoryNodes": "", "ExecMainCode": "1", "ExecMainExitTimestamp": "Sat 2024-01-20 01:29:52 UTC", "ExecMainExitTimestampMonotonic": "1212152409", "ExecMainPID": "17227", "ExecMainStartTimestamp": "Sat 2024-01-20 01:28:42 UTC", "ExecMainStartTimestampMonotonic": "1141571756", "ExecMainStatus": "0", "ExecStart": "{ path=/opt/mssql/bin/sqlservr ; argv[]=/opt/mssql/bin/sqlservr ; ignore_errors=no ; start_time=[Sat 2024-01-20 01:28:42 UTC] ; stop_time=[Sat 2024-01-20 01:29:52 UTC] ; pid=17227 ; code=exited ; status=0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/mssql-server.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "IOWeight": "[not set]", "IPAccounting": "no", "IPEgressBytes": "18446744073709551615", "IPEgressPackets": "18446744073709551615", "IPIngressBytes": "18446744073709551615", "IPIngressPackets": "18446744073709551615", "Id": "mssql-server.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestamp": "Sat 2024-01-20 01:29:52 UTC", "InactiveEnterTimestampMonotonic": "1212152492", "InactiveExitTimestamp": "Sat 2024-01-20 01:28:42 UTC", "InactiveExitTimestampMonotonic": "1141571805", "InvocationID": "b3d879136e1346c08b96f5064dbd3c90", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "process", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "0", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "65536", "LimitMEMLOCKSoft": "65536", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "infinity", "LimitNOFILESoft": "infinity", "LimitNPROC": "infinity", "LimitNPROCSoft": "infinity", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "28608", "LimitSIGPENDINGSoft": "28608", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "0", "MemoryAccounting": "yes", "MemoryCurrent": "[not set]", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "MountFlags": "", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAMask": "", "NUMAPolicy": "n/a", "Names": "mssql-server.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "Perpetual": "no", "PrivateDevices": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "-.mount system.slice sysinit.target", "RequiresMountsFor": "/var/opt/mssql", "Restart": "on-failure", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "0", "StartLimitIntervalUSec": "0", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestamp": "Sat 2024-01-20 01:29:52 UTC", "StateChangeTimestampMonotonic": "1212152492", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "dead", "SuccessAction": "none", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "[not set]", "TasksMax": "infinity", "TimeoutStartUSec": "30min", "TimeoutStopUSec": "30min", "TimerSlackNSec": "50000", "Transient": "no", "Type": "simple", "UID": "[not set]", "UMask": "0007", "UnitFilePreset": "disabled", "UnitFileState": "enabled", "User": "mssql", "UtmpMode": "init", "WantedBy": "multi-user.target", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0", "WorkingDirectory": "/var/opt/mssql" } } TASK [fedora.linux_system_roles.mssql : Gather package facts] ****************** task path: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:529 Saturday 20 January 2024 01:30:00 +0000 (0:00:00.380) 0:03:16.152 ****** ok: [sut] => { "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: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:535 Saturday 20 January 2024 01:30:02 +0000 (0:00:01.902) 0:03:18.054 ****** Notification for handler Restart the mssql-server service has been saved. changed: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": true } TASK [fedora.linux_system_roles.mssql : Configure the IP address setting] ****** task path: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:554 Saturday 20 January 2024 01:30:07 +0000 (0:00:05.052) 0:03:23.107 ****** included: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml for sut TASK [fedora.linux_system_roles.mssql : Get the setting network ipaddress] ***** task path: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:3 Saturday 20 January 2024 01:30:07 +0000 (0:00:00.037) 0:03:23.144 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^ipaddress = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003274", "end": "2024-01-20 01:30:07.776043", "failed_when_result": false, "rc": 0, "start": "2024-01-20 01:30:07.772769" } STDOUT: ipaddress = 0.0.0.0 TASK [fedora.linux_system_roles.mssql : Configure the setting network ipaddress] *** task path: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:12 Saturday 20 January 2024 01:30:07 +0000 (0:00:00.244) 0:03:23.389 ****** Notification for handler Restart the mssql-server service has been saved. changed: [sut] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "set", "network.ipaddress", "127.0.0.1" ], "delta": "0:00:00.051616", "end": "2024-01-20 01:30:08.073295", "failed_when_result": false, "rc": 0, "start": "2024-01-20 01:30:08.021679" } STDOUT: SQL Server needs to be restarted in order to apply this setting. Please run 'systemctl restart mssql-server.service'. TASK [fedora.linux_system_roles.mssql : Unset the setting network ipaddress] *** task path: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:42 Saturday 20 January 2024 01:30:08 +0000 (0:00:00.282) 0:03:23.671 ****** skipping: [sut] => { "changed": false, "false_condition": "__mssql_conf_setting_value == \"unset\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Register the previous tcpport setting] *** task path: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:561 Saturday 20 January 2024 01:30:08 +0000 (0:00:00.019) 0:03:23.691 ****** skipping: [sut] => { "changed": false, "false_condition": "mssql_manage_firewall | bool", "skip_reason": "Conditional result was False" } TASK [Open the TCP port 1435] ************************************************** task path: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:568 Saturday 20 January 2024 01:30:08 +0000 (0:00:00.028) 0:03:23.719 ****** skipping: [sut] => { "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 1435] *** task path: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:580 Saturday 20 January 2024 01:30:08 +0000 (0:00:00.026) 0:03:23.745 ****** included: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml for sut TASK [fedora.linux_system_roles.mssql : Get the setting network tcpport] ******* task path: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:3 Saturday 20 January 2024 01:30:08 +0000 (0:00:00.037) 0:03:23.783 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^tcpport = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003379", "end": "2024-01-20 01:30:08.430903", "failed_when_result": false, "rc": 1, "start": "2024-01-20 01:30:08.427524" } MSG: non-zero return code TASK [fedora.linux_system_roles.mssql : Configure the setting network tcpport] *** task path: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:12 Saturday 20 January 2024 01:30:08 +0000 (0:00:00.238) 0:03:24.022 ****** Notification for handler Restart the mssql-server service has been saved. changed: [sut] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "set", "network.tcpport", "1435" ], "delta": "0:00:00.051211", "end": "2024-01-20 01:30:08.713124", "failed_when_result": false, "rc": 0, "start": "2024-01-20 01:30:08.661913" } STDOUT: SQL Server needs to be restarted in order to apply this setting. Please run 'systemctl restart mssql-server.service'. TASK [fedora.linux_system_roles.mssql : Unset the setting network tcpport] ***** task path: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:42 Saturday 20 January 2024 01:30:08 +0000 (0:00:00.286) 0:03:24.308 ****** skipping: [sut] => { "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: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:586 Saturday 20 January 2024 01:30:08 +0000 (0:00:00.020) 0:03:24.329 ****** skipping: [sut] => { "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: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:606 Saturday 20 January 2024 01:30:08 +0000 (0:00:00.019) 0:03:24.348 ****** included: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml for sut TASK [fedora.linux_system_roles.mssql : Get the setting sqlagent enabled] ****** task path: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:3 Saturday 20 January 2024 01:30:08 +0000 (0:00:00.037) 0:03:24.386 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^enabled = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003186", "end": "2024-01-20 01:30:09.023931", "failed_when_result": false, "rc": 0, "start": "2024-01-20 01:30:09.020745" } STDOUT: enabled = True TASK [fedora.linux_system_roles.mssql : Configure the setting sqlagent enabled] *** task path: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:12 Saturday 20 January 2024 01:30:09 +0000 (0:00:00.281) 0:03:24.667 ****** Notification for handler Restart the mssql-server service has been saved. changed: [sut] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "set", "sqlagent.enabled", "False" ], "delta": "0:00:00.052081", "end": "2024-01-20 01:30:09.354718", "failed_when_result": false, "rc": 0, "start": "2024-01-20 01:30:09.302637" } STDOUT: SQL Server needs to be restarted in order to apply this setting. Please run 'systemctl restart mssql-server.service'. TASK [fedora.linux_system_roles.mssql : Unset the setting sqlagent enabled] **** task path: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:42 Saturday 20 January 2024 01:30:09 +0000 (0:00:00.281) 0:03:24.948 ****** skipping: [sut] => { "changed": false, "false_condition": "__mssql_conf_setting_value == \"unset\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Ensure the package mssql-server-fts] *** task path: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:613 Saturday 20 January 2024 01:30:09 +0000 (0:00:00.020) 0:03:24.969 ****** Notification for handler Restart the mssql-server service has been saved. changed: [sut] => { "changed": true, "rc": 0, "results": [ "Removed: mssql-server-fts-14.0.3465.1-1.x86_64" ] } TASK [fedora.linux_system_roles.mssql : Ensure the package powershell] ********* task path: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:620 Saturday 20 January 2024 01:30:13 +0000 (0:00:04.183) 0:03:29.153 ****** changed: [sut] => { "changed": true, "rc": 0, "results": [ "Removed: powershell-7.4.1-1.rh.x86_64" ] } TASK [fedora.linux_system_roles.mssql : Check if the 3979 trace flag is enabled] *** task path: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:629 Saturday 20 January 2024 01:30:16 +0000 (0:00:03.258) 0:03:32.411 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^traceflag[0-9] = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003213", "end": "2024-01-20 01:30:17.042050", "failed_when_result": false, "rc": 0, "start": "2024-01-20 01:30:17.038837" } STDOUT: traceflag0 = 3979 TASK [fedora.linux_system_roles.mssql : Set the 3979 traceflag] **************** task path: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:635 Saturday 20 January 2024 01:30:17 +0000 (0:00:00.245) 0:03:32.657 ****** skipping: [sut] => { "changed": false, "false_condition": "mssql_tune_for_fua_storage | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Unset the 3979 traceflag] ************** task path: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:642 Saturday 20 January 2024 01:30:17 +0000 (0:00:00.038) 0:03:32.695 ****** changed: [sut] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "traceflag", "3979", "off" ], "delta": "0:00:00.052238", "end": "2024-01-20 01:30:17.378779", "rc": 0, "start": "2024-01-20 01:30:17.326541" } STDOUT: SQL Server needs to be restarted in order to apply this setting. Please run 'systemctl restart mssql-server.service'. TASK [fedora.linux_system_roles.mssql : Configure the alternatewritethrough setting] *** task path: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:650 Saturday 20 January 2024 01:30:17 +0000 (0:00:00.279) 0:03:32.974 ****** included: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml for sut TASK [fedora.linux_system_roles.mssql : Get the setting control alternatewritethrough] *** task path: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:3 Saturday 20 January 2024 01:30:17 +0000 (0:00:00.052) 0:03:33.027 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^alternatewritethrough = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003232", "end": "2024-01-20 01:30:17.663483", "failed_when_result": false, "rc": 0, "start": "2024-01-20 01:30:17.660251" } STDOUT: alternatewritethrough = 0 TASK [fedora.linux_system_roles.mssql : Configure the setting control alternatewritethrough] *** task path: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:12 Saturday 20 January 2024 01:30:17 +0000 (0:00:00.257) 0:03:33.284 ****** skipping: [sut] => { "changed": false, "false_condition": "(__mssql_conf_setting_value != 'unset') and ((\"No setting for the given\" in __mssql_conf_get_setting.stdout) or ((__mssql_conf_setting_value | type_debug != \"bool\") and (__mssql_conf_setting_value | string | lower not in __mssql_conf_get_value | lower)) or ((__mssql_conf_setting_value | type_debug == \"bool\") and (__mssql_conf_setting_value != __mssql_conf_get_value | bool)))", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Unset the setting control alternatewritethrough] *** task path: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:42 Saturday 20 January 2024 01:30:17 +0000 (0:00:00.030) 0:03:33.314 ****** skipping: [sut] => { "changed": false, "false_condition": "__mssql_conf_setting_value == \"unset\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Configure the writethrough setting] **** task path: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:656 Saturday 20 January 2024 01:30:17 +0000 (0:00:00.026) 0:03:33.341 ****** included: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml for sut TASK [fedora.linux_system_roles.mssql : Get the setting control writethrough] *** task path: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:3 Saturday 20 January 2024 01:30:17 +0000 (0:00:00.039) 0:03:33.380 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^writethrough = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003168", "end": "2024-01-20 01:30:18.035747", "failed_when_result": false, "rc": 0, "start": "2024-01-20 01:30:18.032579" } STDOUT: writethrough = 1 TASK [fedora.linux_system_roles.mssql : Configure the setting control writethrough] *** task path: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:12 Saturday 20 January 2024 01:30:18 +0000 (0:00:00.284) 0:03:33.665 ****** Notification for handler Restart the mssql-server service has been saved. changed: [sut] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "set", "control.writethrough", "0" ], "delta": "0:00:00.051180", "end": "2024-01-20 01:30:18.366771", "failed_when_result": false, "rc": 0, "start": "2024-01-20 01:30:18.315591" } STDOUT: SQL Server needs to be restarted in order to apply this setting. Please run 'systemctl restart mssql-server.service'. TASK [fedora.linux_system_roles.mssql : Unset the setting control writethrough] *** task path: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:42 Saturday 20 January 2024 01:30:18 +0000 (0:00:00.301) 0:03:33.967 ****** skipping: [sut] => { "changed": false, "false_condition": "__mssql_conf_setting_value == \"unset\"", "skip_reason": "Conditional result was False" } TASK [Create certificates using the certificate role] ************************** task path: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:674 Saturday 20 January 2024 01:30:18 +0000 (0:00:00.020) 0:03:33.988 ****** skipping: [sut] => { "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: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:688 Saturday 20 January 2024 01:30:18 +0000 (0:00:00.069) 0:03:34.058 ****** skipping: [sut] => { "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: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:693 Saturday 20 January 2024 01:30:18 +0000 (0:00:00.021) 0:03:34.079 ****** skipping: [sut] => (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: [sut] => (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: [sut] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.mssql : Configure the tlscert setting] ********* task path: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:711 Saturday 20 January 2024 01:30:18 +0000 (0:00:00.023) 0:03:34.102 ****** skipping: [sut] => { "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: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:720 Saturday 20 January 2024 01:30:18 +0000 (0:00:00.022) 0:03:34.124 ****** skipping: [sut] => { "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: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:729 Saturday 20 January 2024 01:30:18 +0000 (0:00:00.030) 0:03:34.155 ****** skipping: [sut] => { "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: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:736 Saturday 20 January 2024 01:30:18 +0000 (0:00:00.020) 0:03:34.175 ****** skipping: [sut] => { "changed": false, "false_condition": "mssql_tls_enable 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: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:745 Saturday 20 January 2024 01:30:18 +0000 (0:00:00.021) 0:03:34.197 ****** skipping: [sut] => { "changed": false, "false_condition": "mssql_ad_configure | bool", "skip_reason": "Conditional result was False" } TASK [Join to realm {{ ad_integration_realm }}] ******************************** task path: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:753 Saturday 20 January 2024 01:30:18 +0000 (0:00:00.021) 0:03:34.218 ****** skipping: [sut] => { "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: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:761 Saturday 20 January 2024 01:30:18 +0000 (0:00:00.049) 0:03:34.267 ****** skipping: [sut] => { "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: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:768 Saturday 20 January 2024 01:30:18 +0000 (0:00:00.033) 0:03:34.301 ****** skipping: [sut] => { "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: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:775 Saturday 20 January 2024 01:30:18 +0000 (0:00:00.051) 0:03:34.352 ****** skipping: [sut] => { "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: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:784 Saturday 20 January 2024 01:30:18 +0000 (0:00:00.036) 0:03:34.389 ****** skipping: [sut] => { "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: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:797 Saturday 20 January 2024 01:30:18 +0000 (0:00:00.028) 0:03:34.417 ****** skipping: [sut] => { "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: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:806 Saturday 20 January 2024 01:30:18 +0000 (0:00:00.036) 0:03:34.453 ****** skipping: [sut] => { "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 : Get SPNs for the principal] ************ task path: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:818 Saturday 20 January 2024 01:30:18 +0000 (0:00:00.035) 0:03:34.489 ****** skipping: [sut] => { "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: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:823 Saturday 20 January 2024 01:30:18 +0000 (0:00:00.053) 0:03:34.542 ****** skipping: [sut] => { "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: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:840 Saturday 20 January 2024 01:30:19 +0000 (0:00:00.034) 0:03:34.577 ****** skipping: [sut] => { "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: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:845 Saturday 20 January 2024 01:30:19 +0000 (0:00:00.041) 0:03:34.618 ****** skipping: [sut] => { "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: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:850 Saturday 20 January 2024 01:30:19 +0000 (0:00:00.113) 0:03:34.731 ****** skipping: [sut] => { "changed": false, "false_condition": "mssql_ad_configure | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Create keytab] ************************* task path: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:856 Saturday 20 January 2024 01:30:19 +0000 (0:00:00.055) 0:03:34.787 ****** skipping: [sut] => { "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: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:882 Saturday 20 January 2024 01:30:19 +0000 (0:00:00.037) 0:03:34.825 ****** skipping: [sut] => { "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: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:903 Saturday 20 January 2024 01:30:19 +0000 (0:00:00.065) 0:03:34.890 ****** skipping: [sut] => { "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: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:911 Saturday 20 January 2024 01:30:19 +0000 (0:00:00.030) 0:03:34.921 ****** skipping: [sut] => { "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: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:921 Saturday 20 January 2024 01:30:19 +0000 (0:00:00.031) 0:03:34.953 ****** skipping: [sut] => { "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: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:927 Saturday 20 January 2024 01:30:19 +0000 (0:00:00.028) 0:03:34.981 ****** skipping: [sut] => { "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: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:944 Saturday 20 January 2024 01:30:19 +0000 (0:00:00.022) 0:03:35.003 ****** skipping: [sut] => { "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: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:955 Saturday 20 January 2024 01:30:19 +0000 (0:00:00.033) 0:03:35.037 ****** skipping: [sut] => { "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: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:975 Saturday 20 January 2024 01:30:19 +0000 (0:00:00.039) 0:03:35.077 ****** skipping: [sut] => { "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: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1029 Saturday 20 January 2024 01:30:19 +0000 (0:00:00.040) 0:03:35.117 ****** skipping: [sut] => { "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: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1036 Saturday 20 January 2024 01:30:19 +0000 (0:00:00.039) 0:03:35.156 ****** skipping: [sut] => { "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: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1043 Saturday 20 January 2024 01:30:19 +0000 (0:00:00.025) 0:03:35.182 ****** skipping: [sut] => { "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: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1053 Saturday 20 January 2024 01:30:19 +0000 (0:00:00.039) 0:03:35.221 ****** skipping: [sut] => { "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: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1059 Saturday 20 January 2024 01:30:19 +0000 (0:00:00.019) 0:03:35.241 ****** skipping: [sut] => (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: [sut] => (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: [sut] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.mssql : Configure SQL entities on the primary replica] *** task path: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1067 Saturday 20 January 2024 01:30:19 +0000 (0:00:00.023) 0:03:35.265 ****** skipping: [sut] => { "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: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1076 Saturday 20 January 2024 01:30:19 +0000 (0:00:00.020) 0:03:35.285 ****** skipping: [sut] => { "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: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1084 Saturday 20 January 2024 01:30:19 +0000 (0:00:00.026) 0:03:35.311 ****** skipping: [sut] => (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: [sut] => (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: [sut] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.mssql : Get the current primary replica in SQL] *** task path: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1099 Saturday 20 January 2024 01:30:19 +0000 (0:00:00.105) 0:03:35.417 ****** skipping: [sut] => { "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: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1106 Saturday 20 January 2024 01:30:19 +0000 (0:00:00.035) 0:03:35.452 ****** skipping: [sut] => { "changed": false, "false_condition": "mssql_ha_configure | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Configure ag] ************************** task path: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1131 Saturday 20 January 2024 01:30:19 +0000 (0:00:00.024) 0:03:35.476 ****** skipping: [sut] => { "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: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1140 Saturday 20 January 2024 01:30:19 +0000 (0:00:00.033) 0:03:35.510 ****** skipping: [sut] => { "changed": false, "false_condition": "mssql_ha_configure | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Replicate DBs] ************************* task path: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1149 Saturday 20 January 2024 01:30:19 +0000 (0:00:00.036) 0:03:35.546 ****** skipping: [sut] => { "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: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1160 Saturday 20 January 2024 01:30:20 +0000 (0:00:00.053) 0:03:35.600 ****** skipping: [sut] => { "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: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1173 Saturday 20 January 2024 01:30:20 +0000 (0:00:00.049) 0:03:35.649 ****** skipping: [sut] => { "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: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1182 Saturday 20 January 2024 01:30:20 +0000 (0:00:00.046) 0:03:35.695 ****** skipping: [sut] => { "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: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1189 Saturday 20 January 2024 01:30:20 +0000 (0:00:00.061) 0:03:35.757 ****** skipping: [sut] => { "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: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1196 Saturday 20 January 2024 01:30:20 +0000 (0:00:00.029) 0:03:35.786 ****** skipping: [sut] => { "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: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1204 Saturday 20 January 2024 01:30:20 +0000 (0:00:00.049) 0:03:35.836 ****** skipping: [sut] => { "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: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1211 Saturday 20 January 2024 01:30:20 +0000 (0:00:00.034) 0:03:35.870 ****** skipping: [sut] => (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: [sut] => (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: [sut] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.mssql : Configure SQL entities on not primary replicas] *** task path: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1223 Saturday 20 January 2024 01:30:20 +0000 (0:00:00.036) 0:03:35.906 ****** skipping: [sut] => { "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: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1232 Saturday 20 January 2024 01:30:20 +0000 (0:00:00.034) 0:03:35.941 ****** skipping: [sut] => { "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: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1239 Saturday 20 January 2024 01:30:20 +0000 (0:00:00.039) 0:03:35.981 ****** skipping: [sut] => { "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: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1245 Saturday 20 January 2024 01:30:20 +0000 (0:00:00.024) 0:03:36.005 ****** skipping: [sut] => { "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: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1253 Saturday 20 January 2024 01:30:20 +0000 (0:00:00.032) 0:03:36.037 ****** skipping: [sut] => (item=cert) => { "ansible_loop_var": "item", "changed": false, "false_condition": "mssql_ha_configure | bool", "item": "cert", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=key) => { "ansible_loop_var": "item", "changed": false, "false_condition": "mssql_ha_configure | bool", "item": "key", "skip_reason": "Conditional result was False" } skipping: [sut] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.mssql : Save credentials for the SQL Server login] *** task path: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1266 Saturday 20 January 2024 01:30:20 +0000 (0:00:00.031) 0:03:36.069 ****** skipping: [sut] => { "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: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1278 Saturday 20 January 2024 01:30:20 +0000 (0:00:00.023) 0:03:36.092 ****** skipping: [sut] => { "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: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1284 Saturday 20 January 2024 01:30:20 +0000 (0:00:00.062) 0:03:36.155 ****** skipping: [sut] => { "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: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1293 Saturday 20 January 2024 01:30:20 +0000 (0:00:00.020) 0:03:36.176 ****** changed: [sut] => { "changed": true } MSG: Block inserted TASK [fedora.linux_system_roles.mssql : Flush handlers prior to inputting post SQL scripts] *** task path: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1302 Saturday 20 January 2024 01:30:20 +0000 (0:00:00.274) 0:03:36.450 ****** NOTIFIED HANDLER fedora.linux_system_roles.mssql : Restart the mssql-server service for sut META: triggered running handlers for sut RUNNING HANDLER [fedora.linux_system_roles.mssql : Restart the mssql-server service] *** task path: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/handlers/main.yml:3 Saturday 20 January 2024 01:30:20 +0000 (0:00:00.020) 0:03:36.471 ****** changed: [sut] => { "changed": true, "name": "mssql-server", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2024-01-20 01:28:42 UTC", "ActiveEnterTimestampMonotonic": "1141571805", "ActiveExitTimestamp": "Sat 2024-01-20 01:29:52 UTC", "ActiveExitTimestampMonotonic": "1211943857", "ActiveState": "inactive", "After": "-.mount auditd.service systemd-journald.socket sysinit.target network.target basic.target system.slice", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-01-20 01:28:42 UTC", "AssertTimestampMonotonic": "1141570802", "Before": "multi-user.target shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "no", "CPUAffinity": "", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Sat 2024-01-20 01:28:42 UTC", "ConditionTimestampMonotonic": "1141570800", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlPID": "0", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "no", "Description": "Microsoft SQL Server Database Engine", "DevicePolicy": "auto", "Documentation": "https://docs.microsoft.com/en-us/sql/linux", "DynamicUser": "no", "EffectiveCPUs": "", "EffectiveMemoryNodes": "", "ExecMainCode": "1", "ExecMainExitTimestamp": "Sat 2024-01-20 01:29:52 UTC", "ExecMainExitTimestampMonotonic": "1212152409", "ExecMainPID": "17227", "ExecMainStartTimestamp": "Sat 2024-01-20 01:28:42 UTC", "ExecMainStartTimestampMonotonic": "1141571756", "ExecMainStatus": "0", "ExecStart": "{ path=/opt/mssql/bin/sqlservr ; argv[]=/opt/mssql/bin/sqlservr ; ignore_errors=no ; start_time=[Sat 2024-01-20 01:28:42 UTC] ; stop_time=[Sat 2024-01-20 01:29:52 UTC] ; pid=17227 ; code=exited ; status=0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/mssql-server.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "IOWeight": "[not set]", "IPAccounting": "no", "IPEgressBytes": "18446744073709551615", "IPEgressPackets": "18446744073709551615", "IPIngressBytes": "18446744073709551615", "IPIngressPackets": "18446744073709551615", "Id": "mssql-server.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestamp": "Sat 2024-01-20 01:29:52 UTC", "InactiveEnterTimestampMonotonic": "1212152492", "InactiveExitTimestamp": "Sat 2024-01-20 01:28:42 UTC", "InactiveExitTimestampMonotonic": "1141571805", "InvocationID": "b3d879136e1346c08b96f5064dbd3c90", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "process", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "0", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "65536", "LimitMEMLOCKSoft": "65536", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "infinity", "LimitNOFILESoft": "infinity", "LimitNPROC": "infinity", "LimitNPROCSoft": "infinity", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "28608", "LimitSIGPENDINGSoft": "28608", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "0", "MemoryAccounting": "yes", "MemoryCurrent": "[not set]", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "MountFlags": "", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAMask": "", "NUMAPolicy": "n/a", "Names": "mssql-server.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "Perpetual": "no", "PrivateDevices": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "-.mount system.slice sysinit.target", "RequiresMountsFor": "/var/opt/mssql", "Restart": "on-failure", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "0", "StartLimitIntervalUSec": "0", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestamp": "Sat 2024-01-20 01:29:52 UTC", "StateChangeTimestampMonotonic": "1212152492", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "dead", "SuccessAction": "none", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "[not set]", "TasksMax": "infinity", "TimeoutStartUSec": "30min", "TimeoutStopUSec": "30min", "TimerSlackNSec": "50000", "Transient": "no", "Type": "simple", "UID": "[not set]", "UMask": "0007", "UnitFilePreset": "disabled", "UnitFileState": "enabled", "User": "mssql", "UtmpMode": "init", "WantedBy": "multi-user.target", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0", "WorkingDirectory": "/var/opt/mssql" } } TASK [fedora.linux_system_roles.mssql : Post-input SQL scripts to SQL Server] *** task path: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1306 Saturday 20 January 2024 01:30:21 +0000 (0:00:00.391) 0:03:36.863 ****** skipping: [sut] => { "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: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1313 Saturday 20 January 2024 01:30:21 +0000 (0:00:00.023) 0:03:36.887 ****** skipping: [sut] => { "changed": false, "false_condition": "mssql_post_input_sql_content != []", "skip_reason": "Conditional result was False" } TASK [Run with the edited settings again - should report not changed] ********** task path: /WORKDIR/git-weekly-cipc8bh1gk/tests/tasks/tests_idempotency.yml:73 Saturday 20 January 2024 01:30:21 +0000 (0:00:00.030) 0:03:36.917 ****** TASK [fedora.linux_system_roles.mssql : Ensure ansible_facts and variables used by role] *** task path: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:3 Saturday 20 January 2024 01:30:21 +0000 (0:00:00.364) 0:03:37.282 ****** included: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/set_vars.yml for sut TASK [fedora.linux_system_roles.mssql : Ensure ansible_facts used by role] ***** task path: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/set_vars.yml:3 Saturday 20 January 2024 01:30:21 +0000 (0:00:00.115) 0:03:37.398 ****** skipping: [sut] => { "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: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/set_vars.yml:8 Saturday 20 January 2024 01:30:21 +0000 (0:00:00.036) 0:03:37.435 ****** ok: [sut] => (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 ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/vars/RedHat.yml" ], "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml" } skipping: [sut] => (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: [sut] => (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": [ "/WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } ok: [sut] => (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": [ "/WORKDIR/git-weekly-cipc8bh1gk/.collection/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 : Unset the __mssql_sqlcmd_login_cmd fact] *** task path: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:8 Saturday 20 January 2024 01:30:21 +0000 (0:00:00.040) 0:03:37.475 ****** ok: [sut] => { "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: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:15 Saturday 20 January 2024 01:30:21 +0000 (0:00:00.021) 0:03:37.497 ****** skipping: [sut] => { "false_condition": "mssql_input_sql_file is defined" } TASK [fedora.linux_system_roles.mssql : Link the deprecated mssql_input_sql_file fact] *** task path: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:23 Saturday 20 January 2024 01:30:21 +0000 (0:00:00.020) 0:03:37.518 ****** skipping: [sut] => { "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: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:30 Saturday 20 January 2024 01:30:21 +0000 (0:00:00.021) 0:03:37.539 ****** skipping: [sut] => { "false_condition": "mssql_ha_listener_port is defined" } TASK [fedora.linux_system_roles.mssql : Link the deprecated mssql_ha_listener_port fact] *** task path: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:37 Saturday 20 January 2024 01:30:22 +0000 (0:00:00.022) 0:03:37.562 ****** skipping: [sut] => { "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: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:44 Saturday 20 January 2024 01:30:22 +0000 (0:00:00.020) 0:03:37.583 ****** skipping: [sut] => { "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: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:51 Saturday 20 January 2024 01:30:22 +0000 (0:00:00.020) 0:03:37.603 ****** skipping: [sut] => { "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: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:58 Saturday 20 January 2024 01:30:22 +0000 (0:00:00.022) 0:03:37.626 ****** skipping: [sut] => { "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: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:65 Saturday 20 January 2024 01:30:22 +0000 (0:00:00.028) 0:03:37.655 ****** skipping: [sut] => { "changed": false, "false_condition": "mssql_ha_cluster_run_role is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Verify that the user accepts EULA variables] *** task path: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:69 Saturday 20 January 2024 01:30:22 +0000 (0:00:00.050) 0:03:37.705 ****** ok: [sut] => { "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: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:81 Saturday 20 January 2024 01:30:22 +0000 (0:00:00.038) 0:03:37.744 ****** skipping: [sut] => { "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: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:89 Saturday 20 January 2024 01:30:22 +0000 (0:00:00.029) 0:03:37.773 ****** skipping: [sut] => { "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: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:98 Saturday 20 January 2024 01:30:22 +0000 (0:00:00.031) 0:03:37.805 ****** skipping: [sut] => { "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: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:107 Saturday 20 January 2024 01:30:22 +0000 (0:00:00.056) 0:03:37.861 ****** skipping: [sut] => { "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: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:117 Saturday 20 January 2024 01:30:22 +0000 (0:00:00.049) 0:03:37.911 ****** skipping: [sut] => { "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 : Gather package facts] ****************** task path: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:126 Saturday 20 January 2024 01:30:22 +0000 (0:00:00.040) 0:03:37.951 ****** ok: [sut] => { "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: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:130 Saturday 20 January 2024 01:30:24 +0000 (0:00:02.393) 0:03:40.344 ****** ok: [sut] => (item={'key': 2017, 'value': 14}) => { "ansible_facts": { "__mssql_current_version": "2017" }, "ansible_loop_var": "item", "changed": false, "item": { "key": 2017, "value": 14 } } skipping: [sut] => (item={'key': 2019, 'value': 15}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "ansible_facts.packages[\"mssql-server\"][0][\"version\"].split(\".\") | first | int == item.value", "item": { "key": 2019, "value": 15 }, "skip_reason": "Conditional result was False" } skipping: [sut] => (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: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:138 Saturday 20 January 2024 01:30:24 +0000 (0:00:00.073) 0:03:40.418 ****** skipping: [sut] => { "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: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:145 Saturday 20 January 2024 01:30:24 +0000 (0:00:00.023) 0:03:40.441 ****** ok: [sut] => { "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: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:152 Saturday 20 January 2024 01:30:24 +0000 (0:00:00.028) 0:03:40.469 ****** skipping: [sut] => (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: [sut] => (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: [sut] => (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: [sut] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.mssql : Deploy the GPG key for Microsoft repositories] *** task path: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:166 Saturday 20 January 2024 01:30:24 +0000 (0:00:00.056) 0:03:40.526 ****** ok: [sut] => { "attempts": 1, "changed": false } TASK [fedora.linux_system_roles.mssql : Update all packages from SQL Server repo version 2017] *** task path: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:179 Saturday 20 January 2024 01:30:26 +0000 (0:00:01.824) 0:03:42.350 ****** skipping: [sut] => { "changed": false, "false_condition": "mssql_upgrade | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Get yum repositories] ****************** task path: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:189 Saturday 20 January 2024 01:30:26 +0000 (0:00:00.021) 0:03:42.372 ****** skipping: [sut] => { "changed": false, "false_condition": "mssql_upgrade | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Remove the current Microsoft SQL Server repository to upgrade to 2017] *** task path: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:200 Saturday 20 January 2024 01:30:26 +0000 (0:00:00.021) 0:03:42.394 ****** skipping: [sut] => { "changed": false, "false_condition": "mssql_upgrade | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Configure the Microsoft SQL Server repo version 2017] *** task path: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:208 Saturday 20 January 2024 01:30:26 +0000 (0:00:00.022) 0:03:42.416 ****** skipping: [sut] => { "changed": false, "false_condition": "(__mssql_server_packages not in ansible_facts.packages) or (mssql_upgrade | bool)", "skip_reason": "Conditional result was False" } TASK [Ensure that the system is in SELinux enforcing state] ******************** task path: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:221 Saturday 20 January 2024 01:30:26 +0000 (0:00:00.024) 0:03:42.441 ****** skipping: [sut] => { "changed": false, "false_condition": "__mssql_confined_supported | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Get the current mode of SELinux] ******* task path: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:228 Saturday 20 January 2024 01:30:26 +0000 (0:00:00.020) 0:03:42.461 ****** skipping: [sut] => { "changed": false, "false_condition": "__mssql_confined_supported | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Verify that SELinux is in enforcing mode] *** task path: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:233 Saturday 20 January 2024 01:30:26 +0000 (0:00:00.020) 0:03:42.481 ****** skipping: [sut] => { "changed": false, "false_condition": "__mssql_confined_supported | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Verify that SELinux is not in enforcing mode] *** task path: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:242 Saturday 20 January 2024 01:30:26 +0000 (0:00:00.019) 0:03:42.501 ****** skipping: [sut] => { "changed": false, "false_condition": "__mssql_confined_supported | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Ensure the package mssql-server-selinux] *** task path: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:251 Saturday 20 January 2024 01:30:26 +0000 (0:00:00.021) 0:03:42.522 ****** skipping: [sut] => { "changed": false, "false_condition": "__mssql_confined_supported | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Ensure the package mssql-server] ******* task path: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:256 Saturday 20 January 2024 01:30:26 +0000 (0:00:00.027) 0:03:42.549 ****** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: mssql-server TASK [fedora.linux_system_roles.mssql : Ensure that the openldap-compat package is installed] *** task path: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:264 Saturday 20 January 2024 01:30:29 +0000 (0:00:02.563) 0:03:45.113 ****** skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution == \"Fedora\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Check if the errorlog file exists and its location] *** task path: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:272 Saturday 20 January 2024 01:30:29 +0000 (0:00:00.119) 0:03:45.232 ****** ok: [sut] => { "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.005853", "end": "2024-01-20 01:30:29.865893", "rc": 0, "start": "2024-01-20 01:30:29.860040" } STDOUT: /var/opt/mssql/log/errorlog TASK [fedora.linux_system_roles.mssql : Gather system services facts] ********** task path: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:287 Saturday 20 January 2024 01:30:29 +0000 (0:00:00.228) 0:03:45.461 ****** ok: [sut] => { "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 the __mssql_is_setup variable] ***** task path: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:291 Saturday 20 January 2024 01:30:33 +0000 (0:00:03.543) 0:03:49.005 ****** ok: [sut] => { "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: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:300 Saturday 20 January 2024 01:30:33 +0000 (0:00:00.033) 0:03:49.039 ****** skipping: [sut] => { "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: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:316 Saturday 20 January 2024 01:30:33 +0000 (0:00:00.025) 0:03:49.064 ****** skipping: [sut] => { "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: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:336 Saturday 20 January 2024 01:30:33 +0000 (0:00:00.034) 0:03:49.098 ****** included: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/configure_storage_paths.yml for sut => (item={'path': '/var/opt/mssql/data', 'mode': None, 'setting': 'defaultdatadir'}) included: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/configure_storage_paths.yml for sut => (item={'path': '/var/opt/mssql/log', 'mode': None, 'setting': 'defaultlogdir'}) TASK [fedora.linux_system_roles.mssql : Get stat of the directory /var/opt/mssql/data] *** task path: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/configure_storage_paths.yml:3 Saturday 20 January 2024 01:30:33 +0000 (0:00:00.047) 0:03:49.145 ****** ok: [sut] => { "changed": false, "stat": { "atime": 1705714062.1717887, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1705714062.1027887, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 991, "gr_name": "mssql", "inode": 195035330, "isblk": false, "ischr": false, "isdir": true, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/directory", "mode": "0755", "mtime": 1705714062.1027887, "nlink": 2, "path": "/var/opt/mssql/data", "pw_name": "mssql", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 156, "uid": 993, "version": "2300068727", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [fedora.linux_system_roles.mssql : Ensure the directory and keep present permissions /var/opt/mssql/data] *** task path: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/configure_storage_paths.yml:8 Saturday 20 January 2024 01:30:33 +0000 (0:00:00.264) 0:03:49.410 ****** ok: [sut] => { "changed": false, "gid": 991, "group": "mssql", "mode": "0755", "owner": "mssql", "path": "/var/opt/mssql/data", "secontext": "unconfined_u:object_r:var_t:s0", "size": 156, "state": "directory", "uid": 993 } TASK [fedora.linux_system_roles.mssql : Append facts for the selinux role] ***** task path: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/configure_storage_paths.yml:17 Saturday 20 January 2024 01:30:34 +0000 (0:00:00.249) 0:03:49.660 ****** ok: [sut] => { "ansible_facts": { "selinux_fcontexts": [ { "ftype": "d", "setype": "mssql_var_t", "state": "present", "target": "/tmp/mssql_data" }, { "ftype": "d", "setype": "mssql_db_t", "state": "present", "target": "/tmp/mssql_log" }, { "ftype": "d", "setype": "mssql_var_t", "state": "present", "target": "/tmp/mssql_data" }, { "ftype": "d", "setype": "mssql_db_t", "state": "present", "target": "/tmp/mssql_log" }, { "ftype": "d", "setype": "mssql_var_t", "state": "present", "target": "/var/opt/mssql/data" }, { "ftype": "d", "setype": "mssql_db_t", "state": "present", "target": "/var/opt/mssql/log" }, { "ftype": "d", "setype": "mssql_var_t", "state": "present", "target": "/var/opt/mssql/data" } ], "selinux_restore_dirs": [ "/tmp/mssql_data", "/tmp/mssql_log", "/tmp/mssql_data", "/tmp/mssql_log", "/var/opt/mssql/data", "/var/opt/mssql/log", "/var/opt/mssql/data" ] }, "changed": false } TASK [fedora.linux_system_roles.mssql : Configure the setting defaultdatadir] *** task path: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/configure_storage_paths.yml:30 Saturday 20 January 2024 01:30:34 +0000 (0:00:00.026) 0:03:49.687 ****** included: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml for sut TASK [fedora.linux_system_roles.mssql : Get the setting filelocation defaultdatadir] *** task path: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:3 Saturday 20 January 2024 01:30:34 +0000 (0:00:00.032) 0:03:49.719 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^defaultdatadir = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003040", "end": "2024-01-20 01:30:34.346019", "failed_when_result": false, "rc": 0, "start": "2024-01-20 01:30:34.342979" } STDOUT: defaultdatadir = /var/opt/mssql/data TASK [fedora.linux_system_roles.mssql : Configure the setting filelocation defaultdatadir] *** task path: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:12 Saturday 20 January 2024 01:30:34 +0000 (0:00:00.217) 0:03:49.936 ****** skipping: [sut] => { "changed": false, "false_condition": "(__mssql_conf_setting_value != 'unset') and ((\"No setting for the given\" in __mssql_conf_get_setting.stdout) or ((__mssql_conf_setting_value | type_debug != \"bool\") and (__mssql_conf_setting_value | string | lower not in __mssql_conf_get_value | lower)) or ((__mssql_conf_setting_value | type_debug == \"bool\") and (__mssql_conf_setting_value != __mssql_conf_get_value | bool)))", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Unset the setting filelocation defaultdatadir] *** task path: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:42 Saturday 20 January 2024 01:30:34 +0000 (0:00:00.025) 0:03:49.962 ****** skipping: [sut] => { "changed": false, "false_condition": "__mssql_conf_setting_value == \"unset\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Get stat of the directory /var/opt/mssql/log] *** task path: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/configure_storage_paths.yml:3 Saturday 20 January 2024 01:30:34 +0000 (0:00:00.019) 0:03:49.981 ****** ok: [sut] => { "changed": false, "stat": { "atime": 1705714224.012836, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "binary", "ctime": 1705714224.0218358, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 991, "gr_name": "mssql", "inode": 197132482, "isblk": false, "ischr": false, "isdir": true, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/directory", "mode": "0755", "mtime": 1705714224.0218358, "nlink": 2, "path": "/var/opt/mssql/log", "pw_name": "mssql", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 4096, "uid": 993, "version": "804398419", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [fedora.linux_system_roles.mssql : Ensure the directory and keep present permissions /var/opt/mssql/log] *** task path: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/configure_storage_paths.yml:8 Saturday 20 January 2024 01:30:34 +0000 (0:00:00.224) 0:03:50.206 ****** ok: [sut] => { "changed": false, "gid": 991, "group": "mssql", "mode": "0755", "owner": "mssql", "path": "/var/opt/mssql/log", "secontext": "unconfined_u:object_r:var_t:s0", "size": 4096, "state": "directory", "uid": 993 } TASK [fedora.linux_system_roles.mssql : Append facts for the selinux role] ***** task path: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/configure_storage_paths.yml:17 Saturday 20 January 2024 01:30:34 +0000 (0:00:00.338) 0:03:50.545 ****** ok: [sut] => { "ansible_facts": { "selinux_fcontexts": [ { "ftype": "d", "setype": "mssql_var_t", "state": "present", "target": "/tmp/mssql_data" }, { "ftype": "d", "setype": "mssql_db_t", "state": "present", "target": "/tmp/mssql_log" }, { "ftype": "d", "setype": "mssql_var_t", "state": "present", "target": "/tmp/mssql_data" }, { "ftype": "d", "setype": "mssql_db_t", "state": "present", "target": "/tmp/mssql_log" }, { "ftype": "d", "setype": "mssql_var_t", "state": "present", "target": "/var/opt/mssql/data" }, { "ftype": "d", "setype": "mssql_db_t", "state": "present", "target": "/var/opt/mssql/log" }, { "ftype": "d", "setype": "mssql_var_t", "state": "present", "target": "/var/opt/mssql/data" }, { "ftype": "d", "setype": "mssql_db_t", "state": "present", "target": "/var/opt/mssql/log" } ], "selinux_restore_dirs": [ "/tmp/mssql_data", "/tmp/mssql_log", "/tmp/mssql_data", "/tmp/mssql_log", "/var/opt/mssql/data", "/var/opt/mssql/log", "/var/opt/mssql/data", "/var/opt/mssql/log" ] }, "changed": false } TASK [fedora.linux_system_roles.mssql : Configure the setting defaultlogdir] *** task path: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/configure_storage_paths.yml:30 Saturday 20 January 2024 01:30:35 +0000 (0:00:00.049) 0:03:50.594 ****** included: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml for sut TASK [fedora.linux_system_roles.mssql : Get the setting filelocation defaultlogdir] *** task path: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:3 Saturday 20 January 2024 01:30:35 +0000 (0:00:00.035) 0:03:50.629 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^defaultlogdir = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003122", "end": "2024-01-20 01:30:35.291833", "failed_when_result": false, "rc": 0, "start": "2024-01-20 01:30:35.288711" } STDOUT: defaultlogdir = /var/opt/mssql/log TASK [fedora.linux_system_roles.mssql : Configure the setting filelocation defaultlogdir] *** task path: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:12 Saturday 20 January 2024 01:30:35 +0000 (0:00:00.253) 0:03:50.883 ****** skipping: [sut] => { "changed": false, "false_condition": "(__mssql_conf_setting_value != 'unset') and ((\"No setting for the given\" in __mssql_conf_get_setting.stdout) or ((__mssql_conf_setting_value | type_debug != \"bool\") and (__mssql_conf_setting_value | string | lower not in __mssql_conf_get_value | lower)) or ((__mssql_conf_setting_value | type_debug == \"bool\") and (__mssql_conf_setting_value != __mssql_conf_get_value | bool)))", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Unset the setting filelocation defaultlogdir] *** task path: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:42 Saturday 20 January 2024 01:30:35 +0000 (0:00:00.029) 0:03:50.913 ****** skipping: [sut] => { "changed": false, "false_condition": "__mssql_conf_setting_value == \"unset\"", "skip_reason": "Conditional result was False" } TASK [Ensure correct SELinux context for {{ __mssql_storage_path }}] *********** task path: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:351 Saturday 20 January 2024 01:30:35 +0000 (0:00:00.022) 0:03:50.935 ****** skipping: [sut] => { "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: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:358 Saturday 20 January 2024 01:30:35 +0000 (0:00:00.022) 0:03:50.957 ****** ok: [sut] => { "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: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:363 Saturday 20 January 2024 01:30:38 +0000 (0:00:02.604) 0:03:53.561 ****** ok: [sut] => { "changed": false, "enabled": true, "name": "tuned", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2024-01-20 01:10:24 UTC", "ActiveEnterTimestampMonotonic": "43235208", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "basic.target system.slice systemd-journald.socket dbus.socket dbus.service polkit.service sysinit.target network.target systemd-sysctl.service", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-01-20 01:10:21 UTC", "AssertTimestampMonotonic": "41119595", "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": "Sat 2024-01-20 01:10:21 UTC", "ConditionTimestampMonotonic": "41119594", "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": "722", "ExecMainStartTimestamp": "Sat 2024-01-20 01:10:21 UTC", "ExecMainStartTimestampMonotonic": "41120448", "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": "Sat 2024-01-20 01:10:21 UTC", "InactiveExitTimestampMonotonic": "41120486", "InvocationID": "268bb6c6b9e547c9878f2f0e6041b2ad", "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": "722", "MemoryAccounting": "yes", "MemoryCurrent": "20389888", "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 dbus.service 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": "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": "Sat 2024-01-20 01:10:24 UTC", "StateChangeTimestampMonotonic": "43235208", "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": "5", "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": "Sat 2024-01-20 01:10:24 UTC", "WatchdogTimestampMonotonic": "43235204", "WatchdogUSec": "0" } } TASK [fedora.linux_system_roles.mssql : Get the active Tuned profiles] ********* task path: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:369 Saturday 20 January 2024 01:30:38 +0000 (0:00:00.401) 0:03:53.963 ****** ok: [sut] => { "changed": false, "cmd": [ "tuned-adm", "active" ], "delta": "0:00:00.122136", "end": "2024-01-20 01:30:38.707290", "rc": 0, "start": "2024-01-20 01:30:38.585154" } STDOUT: Current active profile: virtual-guest mssql TASK [fedora.linux_system_roles.mssql : Attempt to add mssql to the list of Tuned profiles] *** task path: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:379 Saturday 20 January 2024 01:30:38 +0000 (0:00:00.337) 0:03:54.301 ****** skipping: [sut] => { "changed": false, "false_condition": "\"mssql\" not in __mssql_tuned_active_profiles.stdout", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Remove troublemaking include from the mssql profile] *** task path: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:392 Saturday 20 January 2024 01:30:38 +0000 (0:00:00.029) 0:03:54.330 ****** skipping: [sut] => { "changed": false, "false_condition": "\"mssql\" not in __mssql_tuned_active_profiles.stdout", "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: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:401 Saturday 20 January 2024 01:30:38 +0000 (0:00:00.022) 0:03:54.352 ****** skipping: [sut] => { "changed": false, "false_condition": "\"mssql\" not in __mssql_tuned_active_profiles.stdout", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Configure the Microsoft SQL Server Tools repository] *** task path: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:411 Saturday 20 January 2024 01:30:38 +0000 (0:00:00.022) 0:03:54.375 ****** ok: [sut] => { "changed": false, "repo": "packages-microsoft-com-prod", "state": "present" } TASK [fedora.linux_system_roles.mssql : Ensure that SQL Server client tools are installed] *** task path: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:418 Saturday 20 January 2024 01:30:39 +0000 (0:00:00.230) 0:03:54.605 ****** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: mssql-tools unixODBC-devel TASK [fedora.linux_system_roles.mssql : Prepare MSSQL and facts for logging in] *** task path: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:430 Saturday 20 January 2024 01:30:41 +0000 (0:00:02.682) 0:03:57.287 ****** included: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/verify_password.yml for sut TASK [fedora.linux_system_roles.mssql : Ensure that the mssql-server service is started] *** task path: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/verify_password.yml:3 Saturday 20 January 2024 01:30:41 +0000 (0:00:00.034) 0:03:57.322 ****** ok: [sut] => { "changed": false, "name": "mssql-server", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2024-01-20 01:30:21 UTC", "ActiveEnterTimestampMonotonic": "1240406999", "ActiveExitTimestamp": "Sat 2024-01-20 01:29:52 UTC", "ActiveExitTimestampMonotonic": "1211943857", "ActiveState": "active", "After": "-.mount auditd.service systemd-journald.socket sysinit.target network.target basic.target system.slice", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-01-20 01:30:21 UTC", "AssertTimestampMonotonic": "1240406103", "Before": "multi-user.target shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "no", "CPUAffinity": "", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Sat 2024-01-20 01:30:21 UTC", "ConditionTimestampMonotonic": "1240406101", "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": "20165", "ExecMainStartTimestamp": "Sat 2024-01-20 01:30:21 UTC", "ExecMainStartTimestampMonotonic": "1240406943", "ExecMainStatus": "0", "ExecStart": "{ path=/opt/mssql/bin/sqlservr ; argv[]=/opt/mssql/bin/sqlservr ; ignore_errors=no ; start_time=[Sat 2024-01-20 01:30:21 UTC] ; stop_time=[n/a] ; pid=20165 ; 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": "Sat 2024-01-20 01:29:52 UTC", "InactiveEnterTimestampMonotonic": "1212152492", "InactiveExitTimestamp": "Sat 2024-01-20 01:30:21 UTC", "InactiveExitTimestampMonotonic": "1240406999", "InvocationID": "b865571122c546c593b0088c36142d8c", "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": "20165", "MemoryAccounting": "yes", "MemoryCurrent": "622120960", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "MountFlags": "", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAMask": "", "NUMAPolicy": "n/a", "Names": "mssql-server.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "Perpetual": "no", "PrivateDevices": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "-.mount system.slice sysinit.target", "RequiresMountsFor": "/var/opt/mssql", "Restart": "on-failure", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "0", "StartLimitIntervalUSec": "0", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestamp": "Sat 2024-01-20 01:30:21 UTC", "StateChangeTimestampMonotonic": "1240406999", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SuccessAction": "none", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "139", "TasksMax": "infinity", "TimeoutStartUSec": "30min", "TimeoutStopUSec": "30min", "TimerSlackNSec": "50000", "Transient": "no", "Type": "simple", "UID": "993", "UMask": "0007", "UnitFilePreset": "disabled", "UnitFileState": "enabled", "User": "mssql", "UtmpMode": "init", "WantedBy": "multi-user.target", "WatchdogTimestamp": "Sat 2024-01-20 01:30:21 UTC", "WatchdogTimestampMonotonic": "1240406997", "WatchdogUSec": "0", "WorkingDirectory": "/var/opt/mssql" } } TASK [fedora.linux_system_roles.mssql : Check if a custom tcpport setting exist] *** task path: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/verify_password.yml:8 Saturday 20 January 2024 01:30:42 +0000 (0:00:00.461) 0:03:57.783 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^tcpport = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003234", "end": "2024-01-20 01:30:42.440169", "failed_when_result": false, "rc": 0, "start": "2024-01-20 01:30:42.436935" } STDOUT: tcpport = 1435 TASK [fedora.linux_system_roles.mssql : Check if a custom ipaddress setting exist] *** task path: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/verify_password.yml:14 Saturday 20 January 2024 01:30:42 +0000 (0:00:00.279) 0:03:58.062 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^ipaddress = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003325", "end": "2024-01-20 01:30:42.689686", "failed_when_result": false, "rc": 0, "start": "2024-01-20 01:30:42.686361" } STDOUT: ipaddress = 127.0.0.1 TASK [fedora.linux_system_roles.mssql : Set a fact with a login command] ******* task path: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/verify_password.yml:20 Saturday 20 January 2024 01:30:42 +0000 (0:00:00.219) 0:03:58.282 ****** ok: [sut] => { "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: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:434 Saturday 20 January 2024 01:30:42 +0000 (0:00:00.028) 0:03:58.311 ****** ok: [sut] => { "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": 6568, "state": "file", "uid": 993 } TASK [fedora.linux_system_roles.mssql : Check if the set password matches the existing password] *** task path: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:440 Saturday 20 January 2024 01:30:43 +0000 (0:00:01.223) 0:03:59.535 ****** ok: [sut] => { "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: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:455 Saturday 20 January 2024 01:30:44 +0000 (0:00:00.248) 0:03:59.783 ****** skipping: [sut] => { "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: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:462 Saturday 20 January 2024 01:30:44 +0000 (0:00:00.022) 0:03:59.806 ****** ok: [sut] => { "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: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:470 Saturday 20 January 2024 01:30:45 +0000 (0:00:01.714) 0:04:01.521 ****** skipping: [sut] => { "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: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:491 Saturday 20 January 2024 01:30:45 +0000 (0:00:00.021) 0:04:01.542 ****** skipping: [sut] => { "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: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:498 Saturday 20 January 2024 01:30:46 +0000 (0:00:00.021) 0:04:01.564 ****** skipping: [sut] => { "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: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:509 Saturday 20 January 2024 01:30:46 +0000 (0:00:00.020) 0:04:01.584 ****** ok: [sut] => { "changed": false, "cmd": "errorlog_edition=\"$(grep -oi 'Standard edition' \\\n/var/opt/mssql/log/errorlog)\"\nif [ -z \"${errorlog_edition}\" ]; then\n edition_matches=false\nelse\n edition_matches=true\nfi\necho \"${edition_matches}\"\n", "delta": "0:00:00.005228", "end": "2024-01-20 01:30:46.224360", "rc": 0, "start": "2024-01-20 01:30:46.219132" } STDOUT: true TASK [fedora.linux_system_roles.mssql : Ensure that the mssql-server service is stopped] *** task path: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:522 Saturday 20 January 2024 01:30:46 +0000 (0:00:00.246) 0:04:01.831 ****** skipping: [sut] => { "changed": false, "false_condition": "not __mssql_edition_matches.stdout | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Gather package facts] ****************** task path: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:529 Saturday 20 January 2024 01:30:46 +0000 (0:00:00.030) 0:04:01.861 ****** ok: [sut] => { "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: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:535 Saturday 20 January 2024 01:30:48 +0000 (0:00:01.872) 0:04:03.733 ****** skipping: [sut] => { "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: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:554 Saturday 20 January 2024 01:30:48 +0000 (0:00:00.026) 0:04:03.759 ****** included: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml for sut TASK [fedora.linux_system_roles.mssql : Get the setting network ipaddress] ***** task path: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:3 Saturday 20 January 2024 01:30:48 +0000 (0:00:00.035) 0:04:03.794 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^ipaddress = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003180", "end": "2024-01-20 01:30:48.425204", "failed_when_result": false, "rc": 0, "start": "2024-01-20 01:30:48.422024" } STDOUT: ipaddress = 127.0.0.1 TASK [fedora.linux_system_roles.mssql : Configure the setting network ipaddress] *** task path: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:12 Saturday 20 January 2024 01:30:48 +0000 (0:00:00.229) 0:04:04.024 ****** skipping: [sut] => { "changed": false, "false_condition": "(__mssql_conf_setting_value != 'unset') and ((\"No setting for the given\" in __mssql_conf_get_setting.stdout) or ((__mssql_conf_setting_value | type_debug != \"bool\") and (__mssql_conf_setting_value | string | lower not in __mssql_conf_get_value | lower)) or ((__mssql_conf_setting_value | type_debug == \"bool\") and (__mssql_conf_setting_value != __mssql_conf_get_value | bool)))", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Unset the setting network ipaddress] *** task path: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:42 Saturday 20 January 2024 01:30:48 +0000 (0:00:00.025) 0:04:04.050 ****** skipping: [sut] => { "changed": false, "false_condition": "__mssql_conf_setting_value == \"unset\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Register the previous tcpport setting] *** task path: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:561 Saturday 20 January 2024 01:30:48 +0000 (0:00:00.020) 0:04:04.070 ****** skipping: [sut] => { "changed": false, "false_condition": "mssql_manage_firewall | bool", "skip_reason": "Conditional result was False" } TASK [Open the TCP port 1435] ************************************************** task path: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:568 Saturday 20 January 2024 01:30:48 +0000 (0:00:00.023) 0:04:04.094 ****** skipping: [sut] => { "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 1435] *** task path: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:580 Saturday 20 January 2024 01:30:48 +0000 (0:00:00.023) 0:04:04.117 ****** included: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml for sut TASK [fedora.linux_system_roles.mssql : Get the setting network tcpport] ******* task path: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:3 Saturday 20 January 2024 01:30:48 +0000 (0:00:00.040) 0:04:04.158 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^tcpport = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003144", "end": "2024-01-20 01:30:48.794933", "failed_when_result": false, "rc": 0, "start": "2024-01-20 01:30:48.791789" } STDOUT: tcpport = 1435 TASK [fedora.linux_system_roles.mssql : Configure the setting network tcpport] *** task path: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:12 Saturday 20 January 2024 01:30:48 +0000 (0:00:00.229) 0:04:04.387 ****** skipping: [sut] => { "changed": false, "false_condition": "(__mssql_conf_setting_value != 'unset') and ((\"No setting for the given\" in __mssql_conf_get_setting.stdout) or ((__mssql_conf_setting_value | type_debug != \"bool\") and (__mssql_conf_setting_value | string | lower not in __mssql_conf_get_value | lower)) or ((__mssql_conf_setting_value | type_debug == \"bool\") and (__mssql_conf_setting_value != __mssql_conf_get_value | bool)))", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Unset the setting network tcpport] ***** task path: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:42 Saturday 20 January 2024 01:30:48 +0000 (0:00:00.033) 0:04:04.420 ****** skipping: [sut] => { "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: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:586 Saturday 20 January 2024 01:30:48 +0000 (0:00:00.021) 0:04:04.441 ****** skipping: [sut] => { "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: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:606 Saturday 20 January 2024 01:30:48 +0000 (0:00:00.021) 0:04:04.463 ****** included: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml for sut TASK [fedora.linux_system_roles.mssql : Get the setting sqlagent enabled] ****** task path: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:3 Saturday 20 January 2024 01:30:48 +0000 (0:00:00.038) 0:04:04.501 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^enabled = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003195", "end": "2024-01-20 01:30:49.135207", "failed_when_result": false, "rc": 0, "start": "2024-01-20 01:30:49.132012" } STDOUT: enabled = False TASK [fedora.linux_system_roles.mssql : Configure the setting sqlagent enabled] *** task path: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:12 Saturday 20 January 2024 01:30:49 +0000 (0:00:00.223) 0:04:04.725 ****** skipping: [sut] => { "changed": false, "false_condition": "(__mssql_conf_setting_value != 'unset') and ((\"No setting for the given\" in __mssql_conf_get_setting.stdout) or ((__mssql_conf_setting_value | type_debug != \"bool\") and (__mssql_conf_setting_value | string | lower not in __mssql_conf_get_value | lower)) or ((__mssql_conf_setting_value | type_debug == \"bool\") and (__mssql_conf_setting_value != __mssql_conf_get_value | bool)))", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Unset the setting sqlagent enabled] **** task path: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:42 Saturday 20 January 2024 01:30:49 +0000 (0:00:00.090) 0:04:04.815 ****** skipping: [sut] => { "changed": false, "false_condition": "__mssql_conf_setting_value == \"unset\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Ensure the package mssql-server-fts] *** task path: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:613 Saturday 20 January 2024 01:30:49 +0000 (0:00:00.023) 0:04:04.839 ****** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [fedora.linux_system_roles.mssql : Ensure the package powershell] ********* task path: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:620 Saturday 20 January 2024 01:30:51 +0000 (0:00:02.559) 0:04:07.399 ****** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [fedora.linux_system_roles.mssql : Check if the 3979 trace flag is enabled] *** task path: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:629 Saturday 20 January 2024 01:30:54 +0000 (0:00:02.584) 0:04:09.984 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^traceflag[0-9] = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003084", "end": "2024-01-20 01:30:54.624205", "failed_when_result": false, "rc": 1, "start": "2024-01-20 01:30:54.621121" } MSG: non-zero return code TASK [fedora.linux_system_roles.mssql : Set the 3979 traceflag] **************** task path: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:635 Saturday 20 January 2024 01:30:54 +0000 (0:00:00.251) 0:04:10.236 ****** skipping: [sut] => { "changed": false, "false_condition": "mssql_tune_for_fua_storage | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Unset the 3979 traceflag] ************** task path: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:642 Saturday 20 January 2024 01:30:54 +0000 (0:00:00.059) 0:04:10.295 ****** skipping: [sut] => { "changed": false, "false_condition": "'3979' in __mssql_get_traceflag.stdout", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Configure the alternatewritethrough setting] *** task path: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:650 Saturday 20 January 2024 01:30:54 +0000 (0:00:00.036) 0:04:10.331 ****** included: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml for sut TASK [fedora.linux_system_roles.mssql : Get the setting control alternatewritethrough] *** task path: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:3 Saturday 20 January 2024 01:30:54 +0000 (0:00:00.042) 0:04:10.374 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^alternatewritethrough = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003234", "end": "2024-01-20 01:30:55.022890", "failed_when_result": false, "rc": 0, "start": "2024-01-20 01:30:55.019656" } STDOUT: alternatewritethrough = 0 TASK [fedora.linux_system_roles.mssql : Configure the setting control alternatewritethrough] *** task path: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:12 Saturday 20 January 2024 01:30:55 +0000 (0:00:00.245) 0:04:10.619 ****** skipping: [sut] => { "changed": false, "false_condition": "(__mssql_conf_setting_value != 'unset') and ((\"No setting for the given\" in __mssql_conf_get_setting.stdout) or ((__mssql_conf_setting_value | type_debug != \"bool\") and (__mssql_conf_setting_value | string | lower not in __mssql_conf_get_value | lower)) or ((__mssql_conf_setting_value | type_debug == \"bool\") and (__mssql_conf_setting_value != __mssql_conf_get_value | bool)))", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Unset the setting control alternatewritethrough] *** task path: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:42 Saturday 20 January 2024 01:30:55 +0000 (0:00:00.030) 0:04:10.650 ****** skipping: [sut] => { "changed": false, "false_condition": "__mssql_conf_setting_value == \"unset\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Configure the writethrough setting] **** task path: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:656 Saturday 20 January 2024 01:30:55 +0000 (0:00:00.042) 0:04:10.692 ****** included: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml for sut TASK [fedora.linux_system_roles.mssql : Get the setting control writethrough] *** task path: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:3 Saturday 20 January 2024 01:30:55 +0000 (0:00:00.075) 0:04:10.768 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^writethrough = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.002931", "end": "2024-01-20 01:30:55.481195", "failed_when_result": false, "rc": 0, "start": "2024-01-20 01:30:55.478264" } STDOUT: writethrough = 0 TASK [fedora.linux_system_roles.mssql : Configure the setting control writethrough] *** task path: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:12 Saturday 20 January 2024 01:30:55 +0000 (0:00:00.317) 0:04:11.085 ****** skipping: [sut] => { "changed": false, "false_condition": "(__mssql_conf_setting_value != 'unset') and ((\"No setting for the given\" in __mssql_conf_get_setting.stdout) or ((__mssql_conf_setting_value | type_debug != \"bool\") and (__mssql_conf_setting_value | string | lower not in __mssql_conf_get_value | lower)) or ((__mssql_conf_setting_value | type_debug == \"bool\") and (__mssql_conf_setting_value != __mssql_conf_get_value | bool)))", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Unset the setting control writethrough] *** task path: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:42 Saturday 20 January 2024 01:30:55 +0000 (0:00:00.058) 0:04:11.144 ****** skipping: [sut] => { "changed": false, "false_condition": "__mssql_conf_setting_value == \"unset\"", "skip_reason": "Conditional result was False" } TASK [Create certificates using the certificate role] ************************** task path: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:674 Saturday 20 January 2024 01:30:55 +0000 (0:00:00.023) 0:04:11.168 ****** skipping: [sut] => { "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: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:688 Saturday 20 January 2024 01:30:55 +0000 (0:00:00.027) 0:04:11.196 ****** skipping: [sut] => { "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: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:693 Saturday 20 January 2024 01:30:55 +0000 (0:00:00.118) 0:04:11.314 ****** skipping: [sut] => (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: [sut] => (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: [sut] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.mssql : Configure the tlscert setting] ********* task path: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:711 Saturday 20 January 2024 01:30:55 +0000 (0:00:00.075) 0:04:11.390 ****** skipping: [sut] => { "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: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:720 Saturday 20 January 2024 01:30:55 +0000 (0:00:00.058) 0:04:11.448 ****** skipping: [sut] => { "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: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:729 Saturday 20 January 2024 01:30:55 +0000 (0:00:00.036) 0:04:11.485 ****** skipping: [sut] => { "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: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:736 Saturday 20 January 2024 01:30:55 +0000 (0:00:00.033) 0:04:11.519 ****** skipping: [sut] => { "changed": false, "false_condition": "mssql_tls_enable 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: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:745 Saturday 20 January 2024 01:30:55 +0000 (0:00:00.027) 0:04:11.546 ****** skipping: [sut] => { "changed": false, "false_condition": "mssql_ad_configure | bool", "skip_reason": "Conditional result was False" } TASK [Join to realm {{ ad_integration_realm }}] ******************************** task path: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:753 Saturday 20 January 2024 01:30:56 +0000 (0:00:00.020) 0:04:11.566 ****** skipping: [sut] => { "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: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:761 Saturday 20 January 2024 01:30:56 +0000 (0:00:00.021) 0:04:11.587 ****** skipping: [sut] => { "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: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:768 Saturday 20 January 2024 01:30:56 +0000 (0:00:00.025) 0:04:11.613 ****** skipping: [sut] => { "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: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:775 Saturday 20 January 2024 01:30:56 +0000 (0:00:00.025) 0:04:11.638 ****** skipping: [sut] => { "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: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:784 Saturday 20 January 2024 01:30:56 +0000 (0:00:00.022) 0:04:11.661 ****** skipping: [sut] => { "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: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:797 Saturday 20 January 2024 01:30:56 +0000 (0:00:00.020) 0:04:11.682 ****** skipping: [sut] => { "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: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:806 Saturday 20 January 2024 01:30:56 +0000 (0:00:00.021) 0:04:11.703 ****** skipping: [sut] => { "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 : Get SPNs for the principal] ************ task path: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:818 Saturday 20 January 2024 01:30:56 +0000 (0:00:00.021) 0:04:11.724 ****** skipping: [sut] => { "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: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:823 Saturday 20 January 2024 01:30:56 +0000 (0:00:00.027) 0:04:11.752 ****** skipping: [sut] => { "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: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:840 Saturday 20 January 2024 01:30:56 +0000 (0:00:00.027) 0:04:11.779 ****** skipping: [sut] => { "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: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:845 Saturday 20 January 2024 01:30:56 +0000 (0:00:00.026) 0:04:11.806 ****** skipping: [sut] => { "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: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:850 Saturday 20 January 2024 01:30:56 +0000 (0:00:00.021) 0:04:11.828 ****** skipping: [sut] => { "changed": false, "false_condition": "mssql_ad_configure | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Create keytab] ************************* task path: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:856 Saturday 20 January 2024 01:30:56 +0000 (0:00:00.020) 0:04:11.849 ****** skipping: [sut] => { "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: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:882 Saturday 20 January 2024 01:30:56 +0000 (0:00:00.093) 0:04:11.943 ****** skipping: [sut] => { "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: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:903 Saturday 20 January 2024 01:30:56 +0000 (0:00:00.019) 0:04:11.962 ****** skipping: [sut] => { "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: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:911 Saturday 20 January 2024 01:30:56 +0000 (0:00:00.022) 0:04:11.985 ****** skipping: [sut] => { "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: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:921 Saturday 20 January 2024 01:30:56 +0000 (0:00:00.020) 0:04:12.006 ****** skipping: [sut] => { "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: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:927 Saturday 20 January 2024 01:30:56 +0000 (0:00:00.020) 0:04:12.026 ****** skipping: [sut] => { "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: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:944 Saturday 20 January 2024 01:30:56 +0000 (0:00:00.021) 0:04:12.048 ****** skipping: [sut] => { "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: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:955 Saturday 20 January 2024 01:30:56 +0000 (0:00:00.019) 0:04:12.068 ****** skipping: [sut] => { "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: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:975 Saturday 20 January 2024 01:30:56 +0000 (0:00:00.020) 0:04:12.088 ****** skipping: [sut] => { "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: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1029 Saturday 20 January 2024 01:30:56 +0000 (0:00:00.021) 0:04:12.110 ****** skipping: [sut] => { "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: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1036 Saturday 20 January 2024 01:30:56 +0000 (0:00:00.019) 0:04:12.129 ****** skipping: [sut] => { "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: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1043 Saturday 20 January 2024 01:30:56 +0000 (0:00:00.028) 0:04:12.158 ****** skipping: [sut] => { "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: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1053 Saturday 20 January 2024 01:30:56 +0000 (0:00:00.024) 0:04:12.183 ****** skipping: [sut] => { "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: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1059 Saturday 20 January 2024 01:30:56 +0000 (0:00:00.024) 0:04:12.208 ****** skipping: [sut] => (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: [sut] => (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: [sut] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.mssql : Configure SQL entities on the primary replica] *** task path: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1067 Saturday 20 January 2024 01:30:56 +0000 (0:00:00.028) 0:04:12.236 ****** skipping: [sut] => { "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: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1076 Saturday 20 January 2024 01:30:56 +0000 (0:00:00.039) 0:04:12.276 ****** skipping: [sut] => { "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: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1084 Saturday 20 January 2024 01:30:56 +0000 (0:00:00.023) 0:04:12.299 ****** skipping: [sut] => (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: [sut] => (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: [sut] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.mssql : Get the current primary replica in SQL] *** task path: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1099 Saturday 20 January 2024 01:30:56 +0000 (0:00:00.033) 0:04:12.333 ****** skipping: [sut] => { "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: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1106 Saturday 20 January 2024 01:30:56 +0000 (0:00:00.033) 0:04:12.366 ****** skipping: [sut] => { "changed": false, "false_condition": "mssql_ha_configure | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Configure ag] ************************** task path: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1131 Saturday 20 January 2024 01:30:56 +0000 (0:00:00.112) 0:04:12.479 ****** skipping: [sut] => { "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: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1140 Saturday 20 January 2024 01:30:56 +0000 (0:00:00.033) 0:04:12.513 ****** skipping: [sut] => { "changed": false, "false_condition": "mssql_ha_configure | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Replicate DBs] ************************* task path: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1149 Saturday 20 January 2024 01:30:56 +0000 (0:00:00.032) 0:04:12.546 ****** skipping: [sut] => { "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: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1160 Saturday 20 January 2024 01:30:57 +0000 (0:00:00.022) 0:04:12.568 ****** skipping: [sut] => { "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: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1173 Saturday 20 January 2024 01:30:57 +0000 (0:00:00.021) 0:04:12.589 ****** skipping: [sut] => { "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: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1182 Saturday 20 January 2024 01:30:57 +0000 (0:00:00.022) 0:04:12.612 ****** skipping: [sut] => { "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: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1189 Saturday 20 January 2024 01:30:57 +0000 (0:00:00.035) 0:04:12.647 ****** skipping: [sut] => { "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: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1196 Saturday 20 January 2024 01:30:57 +0000 (0:00:00.028) 0:04:12.675 ****** skipping: [sut] => { "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: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1204 Saturday 20 January 2024 01:30:57 +0000 (0:00:00.026) 0:04:12.702 ****** skipping: [sut] => { "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: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1211 Saturday 20 January 2024 01:30:57 +0000 (0:00:00.032) 0:04:12.734 ****** skipping: [sut] => (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: [sut] => (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: [sut] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.mssql : Configure SQL entities on not primary replicas] *** task path: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1223 Saturday 20 January 2024 01:30:57 +0000 (0:00:00.071) 0:04:12.805 ****** skipping: [sut] => { "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: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1232 Saturday 20 January 2024 01:30:57 +0000 (0:00:00.041) 0:04:12.847 ****** skipping: [sut] => { "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: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1239 Saturday 20 January 2024 01:30:57 +0000 (0:00:00.057) 0:04:12.904 ****** skipping: [sut] => { "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: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1245 Saturday 20 January 2024 01:30:57 +0000 (0:00:00.042) 0:04:12.947 ****** skipping: [sut] => { "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: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1253 Saturday 20 January 2024 01:30:57 +0000 (0:00:00.046) 0:04:12.993 ****** skipping: [sut] => (item=cert) => { "ansible_loop_var": "item", "changed": false, "false_condition": "mssql_ha_configure | bool", "item": "cert", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=key) => { "ansible_loop_var": "item", "changed": false, "false_condition": "mssql_ha_configure | bool", "item": "key", "skip_reason": "Conditional result was False" } skipping: [sut] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.mssql : Save credentials for the SQL Server login] *** task path: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1266 Saturday 20 January 2024 01:30:57 +0000 (0:00:00.102) 0:04:13.096 ****** skipping: [sut] => { "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: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1278 Saturday 20 January 2024 01:30:57 +0000 (0:00:00.057) 0:04:13.154 ****** skipping: [sut] => { "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: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1284 Saturday 20 January 2024 01:30:57 +0000 (0:00:00.036) 0:04:13.190 ****** skipping: [sut] => { "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: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1293 Saturday 20 January 2024 01:30:57 +0000 (0:00:00.036) 0:04:13.227 ****** ok: [sut] => { "changed": false } TASK [fedora.linux_system_roles.mssql : Flush handlers prior to inputting post SQL scripts] *** task path: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1302 Saturday 20 January 2024 01:30:58 +0000 (0:00:00.418) 0:04:13.646 ****** META: triggered running handlers for sut TASK [fedora.linux_system_roles.mssql : Post-input SQL scripts to SQL Server] *** task path: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1306 Saturday 20 January 2024 01:30:58 +0000 (0:00:00.019) 0:04:13.665 ****** skipping: [sut] => { "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: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1313 Saturday 20 January 2024 01:30:58 +0000 (0:00:00.024) 0:04:13.690 ****** skipping: [sut] => { "changed": false, "false_condition": "mssql_post_input_sql_content != []", "skip_reason": "Conditional result was False" } TASK [Verify disabled settings] ************************************************ task path: /WORKDIR/git-weekly-cipc8bh1gk/tests/tasks/tests_idempotency.yml:88 Saturday 20 January 2024 01:30:58 +0000 (0:00:00.040) 0:04:13.730 ****** included: /WORKDIR/git-weekly-cipc8bh1gk/tests/tasks/verify_settings.yml for sut TASK [Check if the errorlog file exists and its location] ********************** task path: /WORKDIR/git-weekly-cipc8bh1gk/tests/tasks/verify_settings.yml:8 Saturday 20 January 2024 01:30:58 +0000 (0:00:00.176) 0:04:13.906 ****** ok: [sut] => { "changed": false, "cmd": "set -euo pipefail\nerrorlog=\"$(grep '^errorlogfile' /var/opt/mssql/mssql.conf \\\n2>&1 | sed 's\\errorlogfile : \\\\')\" || :\nif [ -f \"${errorlog}\" ]; then\n echo \"${errorlog}\"\nelif [ -f /var/opt/mssql/log/errorlog ]; then\n echo \"/var/opt/mssql/log/errorlog\"\nelse\n echo \"\"\nfi\n", "delta": "0:00:00.005602", "end": "2024-01-20 01:30:58.542740", "rc": 0, "start": "2024-01-20 01:30:58.537138" } STDOUT: /var/opt/mssql/log/errorlog TASK [Check if the set edition matches the existing edition] ******************* task path: /WORKDIR/git-weekly-cipc8bh1gk/tests/tasks/verify_settings.yml:23 Saturday 20 January 2024 01:30:58 +0000 (0:00:00.229) 0:04:14.135 ****** ok: [sut] => { "changed": false, "cmd": "errorlog_edition=\"$(grep -oi 'Standard edition' \\\n/var/opt/mssql/log/errorlog)\"\nif [ -z \"${errorlog_edition}\" ]; then\n echo false\nelse\n echo true\nfi\n", "delta": "0:00:00.005044", "end": "2024-01-20 01:30:58.764990", "rc": 0, "start": "2024-01-20 01:30:58.759946" } STDOUT: true TASK [Verify if the edition matches] ******************************************* task path: /WORKDIR/git-weekly-cipc8bh1gk/tests/tasks/verify_settings.yml:35 Saturday 20 January 2024 01:30:58 +0000 (0:00:00.227) 0:04:14.363 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the setting {{ item.key }}] *************************************** task path: /WORKDIR/git-weekly-cipc8bh1gk/tests/tasks/verify_settings.yml:39 Saturday 20 January 2024 01:30:58 +0000 (0:00:00.046) 0:04:14.409 ****** included: /WORKDIR/git-weekly-cipc8bh1gk/tests/tasks/mssql_conf_verify.yml for sut => (item={'key': 'ipaddress', 'value': '127.0.0.1'}) included: /WORKDIR/git-weekly-cipc8bh1gk/tests/tasks/mssql_conf_verify.yml for sut => (item={'key': 'tcpport', 'value': 1435}) included: /WORKDIR/git-weekly-cipc8bh1gk/tests/tasks/mssql_conf_verify.yml for sut => (item={'key': 'defaultdatadir', 'value': '/var/opt/mssql/data'}) included: /WORKDIR/git-weekly-cipc8bh1gk/tests/tasks/mssql_conf_verify.yml for sut => (item={'key': 'defaultlogdir', 'value': '/var/opt/mssql/log'}) included: /WORKDIR/git-weekly-cipc8bh1gk/tests/tasks/mssql_conf_verify.yml for sut => (item={'key': 'enabled', 'value': False}) TASK [Get the value of the setting ipaddress] ********************************** task path: /WORKDIR/git-weekly-cipc8bh1gk/tests/tasks/mssql_conf_verify.yml:7 Saturday 20 January 2024 01:30:58 +0000 (0:00:00.094) 0:04:14.504 ****** ok: [sut] => { "changed": false, "cmd": "grep '^ipaddress' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004228", "end": "2024-01-20 01:30:59.192947", "rc": 0, "start": "2024-01-20 01:30:59.188719" } STDOUT: ipaddress = 127.0.0.1 TASK [Verify the setting when it is type str ipaddress] ************************ task path: /WORKDIR/git-weekly-cipc8bh1gk/tests/tasks/mssql_conf_verify.yml:14 Saturday 20 January 2024 01:30:59 +0000 (0:00:00.290) 0:04:14.795 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the setting when it is type bool ipaddress] *********************** task path: /WORKDIR/git-weekly-cipc8bh1gk/tests/tasks/mssql_conf_verify.yml:25 Saturday 20 January 2024 01:30:59 +0000 (0:00:00.079) 0:04:14.875 ****** skipping: [sut] => { "changed": false, "false_condition": "__mssql_conf_value | type_debug == 'bool'", "skip_reason": "Conditional result was False" } TASK [Verify that tcpport = 127.0.0.1] ***************************************** task path: /WORKDIR/git-weekly-cipc8bh1gk/tests/tasks/mssql_conf_verify.yml:40 Saturday 20 January 2024 01:30:59 +0000 (0:00:00.197) 0:04:15.072 ****** skipping: [sut] => { "changed": false, "false_condition": "__mssql_conf_setting == \"tcpport\"", "skip_reason": "Conditional result was False" } TASK [Get the value of the setting tcpport] ************************************ task path: /WORKDIR/git-weekly-cipc8bh1gk/tests/tasks/mssql_conf_verify.yml:7 Saturday 20 January 2024 01:30:59 +0000 (0:00:00.046) 0:04:15.119 ****** ok: [sut] => { "changed": false, "cmd": "grep '^tcpport' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004511", "end": "2024-01-20 01:30:59.790375", "rc": 0, "start": "2024-01-20 01:30:59.785864" } STDOUT: tcpport = 1435 TASK [Verify the setting when it is type str tcpport] ************************** task path: /WORKDIR/git-weekly-cipc8bh1gk/tests/tasks/mssql_conf_verify.yml:14 Saturday 20 January 2024 01:30:59 +0000 (0:00:00.284) 0:04:15.403 ****** skipping: [sut] => { "changed": false, "false_condition": "__mssql_conf_setting != \"tcpport\"", "skip_reason": "Conditional result was False" } TASK [Verify the setting when it is type bool tcpport] ************************* task path: /WORKDIR/git-weekly-cipc8bh1gk/tests/tasks/mssql_conf_verify.yml:25 Saturday 20 January 2024 01:30:59 +0000 (0:00:00.034) 0:04:15.438 ****** skipping: [sut] => { "changed": false, "false_condition": "__mssql_conf_value | type_debug == 'bool'", "skip_reason": "Conditional result was False" } TASK [Verify that tcpport = 1435] ********************************************** task path: /WORKDIR/git-weekly-cipc8bh1gk/tests/tasks/mssql_conf_verify.yml:40 Saturday 20 January 2024 01:30:59 +0000 (0:00:00.021) 0:04:15.460 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get the value of the setting defaultdatadir] ***************************** task path: /WORKDIR/git-weekly-cipc8bh1gk/tests/tasks/mssql_conf_verify.yml:7 Saturday 20 January 2024 01:30:59 +0000 (0:00:00.026) 0:04:15.486 ****** ok: [sut] => { "changed": false, "cmd": "grep '^defaultdatadir' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004353", "end": "2024-01-20 01:31:00.110582", "rc": 0, "start": "2024-01-20 01:31:00.106229" } STDOUT: defaultdatadir = /var/opt/mssql/data TASK [Verify the setting when it is type str defaultdatadir] ******************* task path: /WORKDIR/git-weekly-cipc8bh1gk/tests/tasks/mssql_conf_verify.yml:14 Saturday 20 January 2024 01:31:00 +0000 (0:00:00.222) 0:04:15.709 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the setting when it is type bool defaultdatadir] ****************** task path: /WORKDIR/git-weekly-cipc8bh1gk/tests/tasks/mssql_conf_verify.yml:25 Saturday 20 January 2024 01:31:00 +0000 (0:00:00.036) 0:04:15.746 ****** skipping: [sut] => { "changed": false, "false_condition": "__mssql_conf_value | type_debug == 'bool'", "skip_reason": "Conditional result was False" } TASK [Verify that tcpport = /var/opt/mssql/data] ******************************* task path: /WORKDIR/git-weekly-cipc8bh1gk/tests/tasks/mssql_conf_verify.yml:40 Saturday 20 January 2024 01:31:00 +0000 (0:00:00.026) 0:04:15.772 ****** skipping: [sut] => { "changed": false, "false_condition": "__mssql_conf_setting == \"tcpport\"", "skip_reason": "Conditional result was False" } TASK [Get the value of the setting defaultlogdir] ****************************** task path: /WORKDIR/git-weekly-cipc8bh1gk/tests/tasks/mssql_conf_verify.yml:7 Saturday 20 January 2024 01:31:00 +0000 (0:00:00.021) 0:04:15.794 ****** ok: [sut] => { "changed": false, "cmd": "grep '^defaultlogdir' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004358", "end": "2024-01-20 01:31:00.427317", "rc": 0, "start": "2024-01-20 01:31:00.422959" } STDOUT: defaultlogdir = /var/opt/mssql/log TASK [Verify the setting when it is type str defaultlogdir] ******************** task path: /WORKDIR/git-weekly-cipc8bh1gk/tests/tasks/mssql_conf_verify.yml:14 Saturday 20 January 2024 01:31:00 +0000 (0:00:00.229) 0:04:16.024 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the setting when it is type bool defaultlogdir] ******************* task path: /WORKDIR/git-weekly-cipc8bh1gk/tests/tasks/mssql_conf_verify.yml:25 Saturday 20 January 2024 01:31:00 +0000 (0:00:00.026) 0:04:16.051 ****** skipping: [sut] => { "changed": false, "false_condition": "__mssql_conf_value | type_debug == 'bool'", "skip_reason": "Conditional result was False" } TASK [Verify that tcpport = /var/opt/mssql/log] ******************************** task path: /WORKDIR/git-weekly-cipc8bh1gk/tests/tasks/mssql_conf_verify.yml:40 Saturday 20 January 2024 01:31:00 +0000 (0:00:00.020) 0:04:16.071 ****** skipping: [sut] => { "changed": false, "false_condition": "__mssql_conf_setting == \"tcpport\"", "skip_reason": "Conditional result was False" } TASK [Get the value of the setting enabled] ************************************ task path: /WORKDIR/git-weekly-cipc8bh1gk/tests/tasks/mssql_conf_verify.yml:7 Saturday 20 January 2024 01:31:00 +0000 (0:00:00.022) 0:04:16.094 ****** ok: [sut] => { "changed": false, "cmd": "grep '^enabled' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004458", "end": "2024-01-20 01:31:00.730442", "rc": 0, "start": "2024-01-20 01:31:00.725984" } STDOUT: enabled = False TASK [Verify the setting when it is type str enabled] ************************** task path: /WORKDIR/git-weekly-cipc8bh1gk/tests/tasks/mssql_conf_verify.yml:14 Saturday 20 January 2024 01:31:00 +0000 (0:00:00.231) 0:04:16.325 ****** skipping: [sut] => { "changed": false, "false_condition": "__mssql_conf_value | type_debug != 'bool'", "skip_reason": "Conditional result was False" } TASK [Verify the setting when it is type bool enabled] ************************* task path: /WORKDIR/git-weekly-cipc8bh1gk/tests/tasks/mssql_conf_verify.yml:25 Saturday 20 January 2024 01:31:00 +0000 (0:00:00.022) 0:04:16.348 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify that tcpport = False] ********************************************* task path: /WORKDIR/git-weekly-cipc8bh1gk/tests/tasks/mssql_conf_verify.yml:40 Saturday 20 January 2024 01:31:00 +0000 (0:00:00.042) 0:04:16.390 ****** skipping: [sut] => { "changed": false, "false_condition": "__mssql_conf_setting == \"tcpport\"", "skip_reason": "Conditional result was False" } TASK [Get stat of mssql_datadir] *********************************************** task path: /WORKDIR/git-weekly-cipc8bh1gk/tests/tasks/verify_settings.yml:55 Saturday 20 January 2024 01:31:00 +0000 (0:00:00.019) 0:04:16.410 ****** ok: [sut] => { "changed": false, "stat": { "atime": 1705714062.1717887, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1705714062.1027887, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 991, "gr_name": "mssql", "inode": 195035330, "isblk": false, "ischr": false, "isdir": true, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/directory", "mode": "0755", "mtime": 1705714062.1027887, "nlink": 2, "path": "/var/opt/mssql/data", "pw_name": "mssql", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 156, "uid": 993, "version": "2300068727", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [Assert that mssql_datadir has proper permissions and ownership] ********** task path: /WORKDIR/git-weekly-cipc8bh1gk/tests/tasks/verify_settings.yml:60 Saturday 20 January 2024 01:31:01 +0000 (0:00:00.224) 0:04:16.635 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get stat of mssql_logdir] ************************************************ task path: /WORKDIR/git-weekly-cipc8bh1gk/tests/tasks/verify_settings.yml:70 Saturday 20 January 2024 01:31:01 +0000 (0:00:00.115) 0:04:16.751 ****** ok: [sut] => { "changed": false, "stat": { "atime": 1705714224.012836, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "binary", "ctime": 1705714224.0218358, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 991, "gr_name": "mssql", "inode": 197132482, "isblk": false, "ischr": false, "isdir": true, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/directory", "mode": "0755", "mtime": 1705714224.0218358, "nlink": 2, "path": "/var/opt/mssql/log", "pw_name": "mssql", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 4096, "uid": 993, "version": "804398419", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [Assert that mssql_logdir has proper permissions and ownership] *********** task path: /WORKDIR/git-weekly-cipc8bh1gk/tests/tasks/verify_settings.yml:75 Saturday 20 January 2024 01:31:01 +0000 (0:00:00.261) 0:04:17.012 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Prepare MSSQL and facts for logging in] ********************************** task path: /WORKDIR/git-weekly-cipc8bh1gk/tests/tasks/verify_settings.yml:85 Saturday 20 January 2024 01:31:01 +0000 (0:00:00.029) 0:04:17.041 ****** TASK [fedora.linux_system_roles.mssql : Ensure that the mssql-server service is started] *** task path: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/verify_password.yml:3 Saturday 20 January 2024 01:31:01 +0000 (0:00:00.050) 0:04:17.092 ****** ok: [sut] => { "changed": false, "name": "mssql-server", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2024-01-20 01:30:21 UTC", "ActiveEnterTimestampMonotonic": "1240406999", "ActiveExitTimestamp": "Sat 2024-01-20 01:29:52 UTC", "ActiveExitTimestampMonotonic": "1211943857", "ActiveState": "active", "After": "-.mount auditd.service systemd-journald.socket sysinit.target network.target basic.target system.slice", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-01-20 01:30:21 UTC", "AssertTimestampMonotonic": "1240406103", "Before": "multi-user.target shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "no", "CPUAffinity": "", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Sat 2024-01-20 01:30:21 UTC", "ConditionTimestampMonotonic": "1240406101", "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": "20165", "ExecMainStartTimestamp": "Sat 2024-01-20 01:30:21 UTC", "ExecMainStartTimestampMonotonic": "1240406943", "ExecMainStatus": "0", "ExecStart": "{ path=/opt/mssql/bin/sqlservr ; argv[]=/opt/mssql/bin/sqlservr ; ignore_errors=no ; start_time=[Sat 2024-01-20 01:30:21 UTC] ; stop_time=[n/a] ; pid=20165 ; 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": "Sat 2024-01-20 01:29:52 UTC", "InactiveEnterTimestampMonotonic": "1212152492", "InactiveExitTimestamp": "Sat 2024-01-20 01:30:21 UTC", "InactiveExitTimestampMonotonic": "1240406999", "InvocationID": "b865571122c546c593b0088c36142d8c", "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": "20165", "MemoryAccounting": "yes", "MemoryCurrent": "623566848", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "MountFlags": "", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAMask": "", "NUMAPolicy": "n/a", "Names": "mssql-server.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "Perpetual": "no", "PrivateDevices": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "-.mount system.slice sysinit.target", "RequiresMountsFor": "/var/opt/mssql", "Restart": "on-failure", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "0", "StartLimitIntervalUSec": "0", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestamp": "Sat 2024-01-20 01:30:21 UTC", "StateChangeTimestampMonotonic": "1240406999", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SuccessAction": "none", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "139", "TasksMax": "infinity", "TimeoutStartUSec": "30min", "TimeoutStopUSec": "30min", "TimerSlackNSec": "50000", "Transient": "no", "Type": "simple", "UID": "993", "UMask": "0007", "UnitFilePreset": "disabled", "UnitFileState": "enabled", "User": "mssql", "UtmpMode": "init", "WantedBy": "multi-user.target", "WatchdogTimestamp": "Sat 2024-01-20 01:30:21 UTC", "WatchdogTimestampMonotonic": "1240406997", "WatchdogUSec": "0", "WorkingDirectory": "/var/opt/mssql" } } TASK [fedora.linux_system_roles.mssql : Check if a custom tcpport setting exist] *** task path: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/verify_password.yml:8 Saturday 20 January 2024 01:31:01 +0000 (0:00:00.369) 0:04:17.461 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^tcpport = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.002786", "end": "2024-01-20 01:31:02.091883", "failed_when_result": false, "rc": 0, "start": "2024-01-20 01:31:02.089097" } STDOUT: tcpport = 1435 TASK [fedora.linux_system_roles.mssql : Check if a custom ipaddress setting exist] *** task path: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/verify_password.yml:14 Saturday 20 January 2024 01:31:02 +0000 (0:00:00.236) 0:04:17.698 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^ipaddress = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.002848", "end": "2024-01-20 01:31:02.327472", "failed_when_result": false, "rc": 0, "start": "2024-01-20 01:31:02.324624" } STDOUT: ipaddress = 127.0.0.1 TASK [fedora.linux_system_roles.mssql : Set a fact with a login command] ******* task path: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/verify_password.yml:20 Saturday 20 January 2024 01:31:02 +0000 (0:00:00.224) 0:04:17.922 ****** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [Wait for mssql-server to prepare for client connections] ***************** task path: /WORKDIR/git-weekly-cipc8bh1gk/tests/tasks/verify_settings.yml:93 Saturday 20 January 2024 01:31:02 +0000 (0:00:00.058) 0:04:17.981 ****** ok: [sut] => { "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": 6568, "state": "file", "uid": 993 } TASK [Check if the set password matches the existing password] ***************** task path: /WORKDIR/git-weekly-cipc8bh1gk/tests/tasks/verify_settings.yml:99 Saturday 20 January 2024 01:31:03 +0000 (0:00:01.224) 0:04:19.205 ****** ok: [sut] => { "attempts": 1, "changed": false, "cmd": [ "/opt/mssql-tools/bin/sqlcmd", "-S", "127.0.0.1,1435", "-U", "sa", "-P", "p@55w0rD1", "-Q", "SELECT @@VERSION" ], "delta": "0:00:00.022643", "end": "2024-01-20 01:31:03.853944", "rc": 0, "start": "2024-01-20 01:31:03.831301" } STDOUT: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ Microsoft SQL Server 2017 (RTM-CU31-GDR) (KB5029376) - 14.0.3465.1 (X64) Jul 30 2023 15:31:58 Copyright (C) 2017 Microsoft Corporation Standard Edition (64-bit) on Linux (CentOS Stream 8) (1 rows affected) TASK [Set the mssql_password variable to default null] ************************* task path: /WORKDIR/git-weekly-cipc8bh1gk/tests/tasks/verify_settings.yml:113 Saturday 20 January 2024 01:31:03 +0000 (0:00:00.249) 0:04:19.455 ****** ok: [sut] => { "ansible_facts": { "mssql_password": null }, "changed": false } TASK [Verify the package mssql-server-fts] ************************************* task path: /WORKDIR/git-weekly-cipc8bh1gk/tests/tasks/verify_settings.yml:117 Saturday 20 January 2024 01:31:03 +0000 (0:00:00.031) 0:04:19.487 ****** included: /WORKDIR/git-weekly-cipc8bh1gk/tests/tasks/verify_package.yml for sut TASK [Gather package facts] **************************************************** task path: /WORKDIR/git-weekly-cipc8bh1gk/tests/tasks/verify_package.yml:7 Saturday 20 January 2024 01:31:03 +0000 (0:00:00.034) 0:04:19.521 ****** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [Verify if the package is installed mssql-server-fts] ********************* task path: /WORKDIR/git-weekly-cipc8bh1gk/tests/tasks/verify_package.yml:12 Saturday 20 January 2024 01:31:05 +0000 (0:00:01.831) 0:04:21.352 ****** skipping: [sut] => { "changed": false, "false_condition": "__mssql_verify_package_installed | bool", "skip_reason": "Conditional result was False" } TASK [Verify if the package is not installed mssql-server-fts] ***************** task path: /WORKDIR/git-weekly-cipc8bh1gk/tests/tasks/verify_package.yml:17 Saturday 20 January 2024 01:31:05 +0000 (0:00:00.020) 0:04:21.373 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the package powershell] ******************************************* task path: /WORKDIR/git-weekly-cipc8bh1gk/tests/tasks/verify_settings.yml:124 Saturday 20 January 2024 01:31:05 +0000 (0:00:00.027) 0:04:21.401 ****** included: /WORKDIR/git-weekly-cipc8bh1gk/tests/tasks/verify_package.yml for sut TASK [Gather package facts] **************************************************** task path: /WORKDIR/git-weekly-cipc8bh1gk/tests/tasks/verify_package.yml:7 Saturday 20 January 2024 01:31:05 +0000 (0:00:00.034) 0:04:21.436 ****** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [Verify if the package is installed powershell] *************************** task path: /WORKDIR/git-weekly-cipc8bh1gk/tests/tasks/verify_package.yml:12 Saturday 20 January 2024 01:31:07 +0000 (0:00:01.721) 0:04:23.158 ****** skipping: [sut] => { "changed": false, "false_condition": "__mssql_verify_package_installed | bool", "skip_reason": "Conditional result was False" } TASK [Verify if the package is not installed powershell] *********************** task path: /WORKDIR/git-weekly-cipc8bh1gk/tests/tasks/verify_package.yml:17 Saturday 20 January 2024 01:31:07 +0000 (0:00:00.022) 0:04:23.180 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get the value of the traceflag setting] ********************************** task path: /WORKDIR/git-weekly-cipc8bh1gk/tests/tasks/verify_settings.yml:135 Saturday 20 January 2024 01:31:07 +0000 (0:00:00.029) 0:04:23.210 ****** ok: [sut] => { "changed": false, "cmd": "grep '^traceflag' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004660", "end": "2024-01-20 01:31:07.838695", "rc": 0, "start": "2024-01-20 01:31:07.834035" } TASK [Verify that the traceflag setting is set to 3979] ************************ task path: /WORKDIR/git-weekly-cipc8bh1gk/tests/tasks/verify_settings.yml:140 Saturday 20 January 2024 01:31:07 +0000 (0:00:00.219) 0:04:23.429 ****** skipping: [sut] => { "changed": false, "false_condition": "__verify_mssql_is_tuned_for_fua | bool", "skip_reason": "Conditional result was False" } TASK [Verify that the traceflag setting is not set to 3979] ******************** task path: /WORKDIR/git-weekly-cipc8bh1gk/tests/tasks/verify_settings.yml:145 Saturday 20 January 2024 01:31:07 +0000 (0:00:00.019) 0:04:23.449 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify that the alternatewritethrough setting is false] ****************** task path: /WORKDIR/git-weekly-cipc8bh1gk/tests/tasks/verify_settings.yml:151 Saturday 20 January 2024 01:31:07 +0000 (0:00:00.023) 0:04:23.472 ****** included: /WORKDIR/git-weekly-cipc8bh1gk/tests/tasks/mssql_conf_verify.yml for sut TASK [Get the value of the setting alternatewritethrough] ********************** task path: /WORKDIR/git-weekly-cipc8bh1gk/tests/tasks/mssql_conf_verify.yml:7 Saturday 20 January 2024 01:31:07 +0000 (0:00:00.034) 0:04:23.506 ****** ok: [sut] => { "changed": false, "cmd": "grep '^alternatewritethrough' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004516", "end": "2024-01-20 01:31:08.134747", "rc": 0, "start": "2024-01-20 01:31:08.130231" } STDOUT: alternatewritethrough = 0 TASK [Verify the setting when it is type str alternatewritethrough] ************ task path: /WORKDIR/git-weekly-cipc8bh1gk/tests/tasks/mssql_conf_verify.yml:14 Saturday 20 January 2024 01:31:08 +0000 (0:00:00.222) 0:04:23.728 ****** skipping: [sut] => { "changed": false, "false_condition": "__mssql_conf_value | type_debug != 'bool'", "skip_reason": "Conditional result was False" } TASK [Verify the setting when it is type bool alternatewritethrough] *********** task path: /WORKDIR/git-weekly-cipc8bh1gk/tests/tasks/mssql_conf_verify.yml:25 Saturday 20 January 2024 01:31:08 +0000 (0:00:00.022) 0:04:23.750 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify that tcpport = False] ********************************************* task path: /WORKDIR/git-weekly-cipc8bh1gk/tests/tasks/mssql_conf_verify.yml:40 Saturday 20 January 2024 01:31:08 +0000 (0:00:00.096) 0:04:23.847 ****** skipping: [sut] => { "changed": false, "false_condition": "__mssql_conf_setting == \"tcpport\"", "skip_reason": "Conditional result was False" } TASK [Verify the writethrough setting] ***************************************** task path: /WORKDIR/git-weekly-cipc8bh1gk/tests/tasks/verify_settings.yml:157 Saturday 20 January 2024 01:31:08 +0000 (0:00:00.029) 0:04:23.876 ****** included: /WORKDIR/git-weekly-cipc8bh1gk/tests/tasks/mssql_conf_verify.yml for sut TASK [Get the value of the setting writethrough] ******************************* task path: /WORKDIR/git-weekly-cipc8bh1gk/tests/tasks/mssql_conf_verify.yml:7 Saturday 20 January 2024 01:31:08 +0000 (0:00:00.034) 0:04:23.911 ****** ok: [sut] => { "changed": false, "cmd": "grep '^writethrough' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004633", "end": "2024-01-20 01:31:08.539897", "rc": 0, "start": "2024-01-20 01:31:08.535264" } STDOUT: writethrough = 0 TASK [Verify the setting when it is type str writethrough] ********************* task path: /WORKDIR/git-weekly-cipc8bh1gk/tests/tasks/mssql_conf_verify.yml:14 Saturday 20 January 2024 01:31:08 +0000 (0:00:00.221) 0:04:24.132 ****** skipping: [sut] => { "changed": false, "false_condition": "__mssql_conf_value | type_debug != 'bool'", "skip_reason": "Conditional result was False" } TASK [Verify the setting when it is type bool writethrough] ******************** task path: /WORKDIR/git-weekly-cipc8bh1gk/tests/tasks/mssql_conf_verify.yml:25 Saturday 20 January 2024 01:31:08 +0000 (0:00:00.024) 0:04:24.156 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify that tcpport = False] ********************************************* task path: /WORKDIR/git-weekly-cipc8bh1gk/tests/tasks/mssql_conf_verify.yml:40 Saturday 20 January 2024 01:31:08 +0000 (0:00:00.027) 0:04:24.183 ****** skipping: [sut] => { "changed": false, "false_condition": "__mssql_conf_setting == \"tcpport\"", "skip_reason": "Conditional result was False" } TASK [Verify the tlscert setting] ********************************************** task path: /WORKDIR/git-weekly-cipc8bh1gk/tests/tasks/verify_settings.yml:167 Saturday 20 January 2024 01:31:08 +0000 (0:00:00.024) 0:04:24.208 ****** skipping: [sut] => { "changed": false, "false_condition": "__verify_mssql_is_tls_encrypted is defined", "skip_reason": "Conditional result was False" } TASK [Verify the tlskey setting] *********************************************** task path: /WORKDIR/git-weekly-cipc8bh1gk/tests/tasks/verify_settings.yml:178 Saturday 20 January 2024 01:31:08 +0000 (0:00:00.021) 0:04:24.230 ****** skipping: [sut] => { "changed": false, "false_condition": "__verify_mssql_is_tls_encrypted is defined", "skip_reason": "Conditional result was False" } TASK [Verify the tlsprotocols setting] ***************************************** task path: /WORKDIR/git-weekly-cipc8bh1gk/tests/tasks/verify_settings.yml:190 Saturday 20 January 2024 01:31:08 +0000 (0:00:00.027) 0:04:24.257 ****** skipping: [sut] => { "changed": false, "false_condition": "__verify_mssql_is_tls_encrypted is defined", "skip_reason": "Conditional result was False" } TASK [Verify the forceencryption setting] ************************************** task path: /WORKDIR/git-weekly-cipc8bh1gk/tests/tasks/verify_settings.yml:198 Saturday 20 January 2024 01:31:08 +0000 (0:00:00.021) 0:04:24.279 ****** skipping: [sut] => { "changed": false, "false_condition": "__verify_mssql_is_tls_encrypted is defined", "skip_reason": "Conditional result was False" } TASK [Get the current mode of SELinux] ***************************************** task path: /WORKDIR/git-weekly-cipc8bh1gk/tests/tasks/verify_settings.yml:208 Saturday 20 January 2024 01:31:08 +0000 (0:00:00.019) 0:04:24.298 ****** skipping: [sut] => { "changed": false, "false_condition": "__verify_mssql_is_confined is defined", "skip_reason": "Conditional result was False" } TASK [Verify that SELinux is in the mode {{ __mssql_selinux_mode }}] *********** task path: /WORKDIR/git-weekly-cipc8bh1gk/tests/tasks/verify_settings.yml:213 Saturday 20 January 2024 01:31:08 +0000 (0:00:00.020) 0:04:24.319 ****** skipping: [sut] => { "changed": false, "false_condition": "__verify_mssql_is_confined is defined", "skip_reason": "Conditional result was False" } TASK [Verify the package mssql-server-selinux] ********************************* task path: /WORKDIR/git-weekly-cipc8bh1gk/tests/tasks/verify_settings.yml:219 Saturday 20 January 2024 01:31:08 +0000 (0:00:00.020) 0:04:24.339 ****** skipping: [sut] => { "changed": false, "false_condition": "__verify_mssql_is_confined is defined", "skip_reason": "Conditional result was False" } TASK [Check the ansible_managed header in the configuration file] ************** task path: /WORKDIR/git-weekly-cipc8bh1gk/tests/tasks/tests_idempotency.yml:105 Saturday 20 January 2024 01:31:08 +0000 (0:00:00.019) 0:04:24.359 ****** included: /WORKDIR/git-weekly-cipc8bh1gk/tests/tasks/check_header.yml for sut TASK [Grep the ansible_managed header in /var/opt/mssql/mssql.conf] ************ task path: /WORKDIR/git-weekly-cipc8bh1gk/tests/tasks/check_header.yml:4 Saturday 20 January 2024 01:31:09 +0000 (0:00:00.263) 0:04:24.623 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "Ansible managed\n", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003133", "end": "2024-01-20 01:31:09.289719", "rc": 0, "start": "2024-01-20 01:31:09.286586" } STDOUT: # BEGIN ANSIBLE MANAGED BLOCK # # Ansible managed # # system_role:mssql # END ANSIBLE MANAGED BLOCK [sqlagent] enabled = False [EULA] accepteula = Y [filelocation] defaultdatadir = /var/opt/mssql/data defaultlogdir = /var/opt/mssql/log [network] ipaddress = 127.0.0.1 tcpport = 1435 [traceflag] [control] alternatewritethrough = 0 writethrough = 0 TASK [Clean up after the role invocation] ************************************** task path: /WORKDIR/git-weekly-cipc8bh1gk/tests/tests_idempotency_2017.yml:18 Saturday 20 January 2024 01:31:09 +0000 (0:00:00.255) 0:04:24.879 ****** included: /WORKDIR/git-weekly-cipc8bh1gk/tests/tasks/cleanup.yml for sut TASK [Gather package facts] **************************************************** task path: /WORKDIR/git-weekly-cipc8bh1gk/tests/tasks/cleanup.yml:2 Saturday 20 January 2024 01:31:09 +0000 (0:00:00.033) 0:04:24.912 ****** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [Purge cluster configuration] ********************************************* task path: /WORKDIR/git-weekly-cipc8bh1gk/tests/tasks/cleanup.yml:6 Saturday 20 January 2024 01:31:11 +0000 (0:00:01.731) 0:04:26.643 ****** skipping: [sut] => { "changed": false, "false_condition": "ansible_facts.packages.pcs is defined", "skip_reason": "Conditional result was False" } TASK [Debug ansible_python_version] ******************************************** task path: /WORKDIR/git-weekly-cipc8bh1gk/tests/tasks/cleanup.yml:14 Saturday 20 January 2024 01:31:11 +0000 (0:00:00.024) 0:04:26.667 ****** ok: [sut] => { "ansible_python_version": "3.6.8" } TASK [Purge firewall configuration] ******************************************** task path: /WORKDIR/git-weekly-cipc8bh1gk/tests/tasks/cleanup.yml:18 Saturday 20 January 2024 01:31:11 +0000 (0:00:00.020) 0:04:26.688 ****** TASK [fedora.linux_system_roles.firewall : Setup firewalld] ******************** task path: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:2 Saturday 20 January 2024 01:31:11 +0000 (0:00:00.051) 0:04:26.739 ****** included: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml for sut TASK [fedora.linux_system_roles.firewall : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:2 Saturday 20 January 2024 01:31:11 +0000 (0:00:00.042) 0:04:26.781 ****** skipping: [sut] => { "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: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:10 Saturday 20 January 2024 01:31:11 +0000 (0:00:00.033) 0:04:26.815 ****** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.firewall : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:15 Saturday 20 January 2024 01:31:11 +0000 (0:00:00.216) 0:04:27.031 ****** ok: [sut] => { "ansible_facts": { "__firewall_is_ostree": false }, "changed": false } TASK [fedora.linux_system_roles.firewall : Install firewalld] ****************** task path: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:19 Saturday 20 January 2024 01:31:11 +0000 (0:00:00.024) 0:04:27.055 ****** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: firewalld TASK [fedora.linux_system_roles.firewall : Reboot transactional update systems] *** task path: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:26 Saturday 20 January 2024 01:31:14 +0000 (0:00:02.633) 0:04:29.689 ****** skipping: [sut] => { "changed": false, "false_condition": "firewall_package_result is changed", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Collect service facts] ************** task path: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:5 Saturday 20 January 2024 01:31:14 +0000 (0:00:00.021) 0:04:29.711 ****** skipping: [sut] => { "changed": false, "false_condition": "firewall_disable_conflicting_services | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Attempt to stop and disable conflicting services] *** task path: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:9 Saturday 20 January 2024 01:31:14 +0000 (0:00:00.019) 0:04:29.731 ****** skipping: [sut] => (item=nftables) => { "ansible_loop_var": "item", "changed": false, "false_condition": "firewall_disable_conflicting_services | bool", "item": "nftables", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=iptables) => { "ansible_loop_var": "item", "changed": false, "false_condition": "firewall_disable_conflicting_services | bool", "item": "iptables", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=ufw) => { "ansible_loop_var": "item", "changed": false, "false_condition": "firewall_disable_conflicting_services | bool", "item": "ufw", "skip_reason": "Conditional result was False" } skipping: [sut] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.firewall : Unmask firewalld service] *********** task path: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:22 Saturday 20 January 2024 01:31:14 +0000 (0:00:00.029) 0:04:29.760 ****** ok: [sut] => { "changed": false, "name": "firewalld", "status": { "ActiveEnterTimestamp": "Sat 2024-01-20 01:26:14 UTC", "ActiveEnterTimestampMonotonic": "993625798", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "sysinit.target dbus.service polkit.service system.slice dbus.socket basic.target", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-01-20 01:26:13 UTC", "AssertTimestampMonotonic": "993143631", "Before": "shutdown.target network-pre.target multi-user.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "BusName": "org.fedoraproject.FirewallD1", "CPUAccounting": "no", "CPUAffinity": "", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "yes", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Sat 2024-01-20 01:26:13 UTC", "ConditionTimestampMonotonic": "993143629", "ConfigurationDirectoryMode": "0755", "Conflicts": "ip6tables.service shutdown.target iptables.service ebtables.service nftables.service ipset.service", "ControlGroup": "/system.slice/firewalld.service", "ControlPID": "0", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "no", "Description": "firewalld - dynamic firewall daemon", "DevicePolicy": "auto", "Documentation": "man:firewalld(1)", "DynamicUser": "no", "EffectiveCPUs": "", "EffectiveMemoryNodes": "", "EnvironmentFiles": "/etc/sysconfig/firewalld (ignore_errors=yes)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "13478", "ExecMainStartTimestamp": "Sat 2024-01-20 01:26:13 UTC", "ExecMainStartTimestampMonotonic": "993145480", "ExecMainStatus": "0", "ExecReload": "{ path=/bin/kill ; argv[]=/bin/kill -HUP $MAINPID ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStart": "{ path=/usr/sbin/firewalld ; argv[]=/usr/sbin/firewalld --nofork --nopid $FIREWALLD_ARGS ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/firewalld.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "IOWeight": "[not set]", "IPAccounting": "no", "IPEgressBytes": "18446744073709551615", "IPEgressPackets": "18446744073709551615", "IPIngressBytes": "18446744073709551615", "IPIngressPackets": "18446744073709551615", "Id": "firewalld.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestamp": "Sat 2024-01-20 01:26:13 UTC", "InactiveExitTimestampMonotonic": "993145646", "InvocationID": "7a9e28db640c40ad8f255fd724fe7b9c", "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": "13478", "MemoryAccounting": "yes", "MemoryCurrent": "43347968", "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 dbus-org.fedoraproject.FirewallD1.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": "system.slice sysinit.target dbus.socket", "Restart": "no", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "null", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "null", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestamp": "Sat 2024-01-20 01:26:14 UTC", "StateChangeTimestampMonotonic": "993625798", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SuccessAction": "none", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "3", "TasksMax": "45773", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "dbus", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "UtmpMode": "init", "WantedBy": "multi-user.target", "Wants": "network-pre.target", "WatchdogTimestamp": "Sat 2024-01-20 01:26:14 UTC", "WatchdogTimestampMonotonic": "993625795", "WatchdogUSec": "0" } } TASK [fedora.linux_system_roles.firewall : Enable and start firewalld service] *** task path: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:28 Saturday 20 January 2024 01:31:16 +0000 (0:00:02.389) 0:04:32.150 ****** ok: [sut] => { "changed": false, "enabled": true, "name": "firewalld", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2024-01-20 01:26:14 UTC", "ActiveEnterTimestampMonotonic": "993625798", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "sysinit.target dbus.service polkit.service system.slice dbus.socket basic.target", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-01-20 01:26:13 UTC", "AssertTimestampMonotonic": "993143631", "Before": "shutdown.target network-pre.target multi-user.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "BusName": "org.fedoraproject.FirewallD1", "CPUAccounting": "no", "CPUAffinity": "", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "yes", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Sat 2024-01-20 01:26:13 UTC", "ConditionTimestampMonotonic": "993143629", "ConfigurationDirectoryMode": "0755", "Conflicts": "ip6tables.service shutdown.target iptables.service ebtables.service nftables.service ipset.service", "ControlGroup": "/system.slice/firewalld.service", "ControlPID": "0", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "no", "Description": "firewalld - dynamic firewall daemon", "DevicePolicy": "auto", "Documentation": "man:firewalld(1)", "DynamicUser": "no", "EffectiveCPUs": "", "EffectiveMemoryNodes": "", "EnvironmentFiles": "/etc/sysconfig/firewalld (ignore_errors=yes)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "13478", "ExecMainStartTimestamp": "Sat 2024-01-20 01:26:13 UTC", "ExecMainStartTimestampMonotonic": "993145480", "ExecMainStatus": "0", "ExecReload": "{ path=/bin/kill ; argv[]=/bin/kill -HUP $MAINPID ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStart": "{ path=/usr/sbin/firewalld ; argv[]=/usr/sbin/firewalld --nofork --nopid $FIREWALLD_ARGS ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/firewalld.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "IOWeight": "[not set]", "IPAccounting": "no", "IPEgressBytes": "18446744073709551615", "IPEgressPackets": "18446744073709551615", "IPIngressBytes": "18446744073709551615", "IPIngressPackets": "18446744073709551615", "Id": "firewalld.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestamp": "Sat 2024-01-20 01:26:13 UTC", "InactiveExitTimestampMonotonic": "993145646", "InvocationID": "7a9e28db640c40ad8f255fd724fe7b9c", "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": "13478", "MemoryAccounting": "yes", "MemoryCurrent": "43347968", "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 dbus-org.fedoraproject.FirewallD1.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": "system.slice sysinit.target dbus.socket", "Restart": "no", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "null", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "null", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestamp": "Sat 2024-01-20 01:26:14 UTC", "StateChangeTimestampMonotonic": "993625798", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SuccessAction": "none", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "3", "TasksMax": "45773", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "dbus", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "UtmpMode": "init", "WantedBy": "multi-user.target", "Wants": "network-pre.target", "WatchdogTimestamp": "Sat 2024-01-20 01:26:14 UTC", "WatchdogTimestampMonotonic": "993625795", "WatchdogUSec": "0" } } TASK [fedora.linux_system_roles.firewall : Check if previous replaced is defined] *** task path: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:34 Saturday 20 January 2024 01:31:16 +0000 (0:00:00.368) 0:04:32.518 ****** ok: [sut] => { "ansible_facts": { "__firewall_previous_replaced": true, "__firewall_python_cmd": "/usr/bin/python3", "__firewall_report_changed": true }, "changed": false } TASK [fedora.linux_system_roles.firewall : Get config files, checksums before and remove] *** task path: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:43 Saturday 20 January 2024 01:31:16 +0000 (0:00:00.027) 0:04:32.546 ****** ok: [sut] => { "changed": false, "rc": 0 } STDERR: Shared connection to 10.31.43.101 closed. TASK [fedora.linux_system_roles.firewall : Tell firewall module it is able to report changed] *** task path: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:55 Saturday 20 January 2024 01:31:17 +0000 (0:00:00.277) 0:04:32.824 ****** ok: [sut] => { "ansible_facts": { "__firewall_report_changed": true }, "changed": false } TASK [fedora.linux_system_roles.firewall : Configure firewall] ***************** task path: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:71 Saturday 20 January 2024 01:31:17 +0000 (0:00:00.023) 0:04:32.847 ****** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.firewall : Gather firewall config information] *** task path: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:120 Saturday 20 January 2024 01:31:17 +0000 (0:00:00.021) 0:04:32.869 ****** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.firewall : Update firewalld_config fact] ******* task path: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:130 Saturday 20 January 2024 01:31:17 +0000 (0:00:00.023) 0:04:32.892 ****** skipping: [sut] => { "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: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:139 Saturday 20 January 2024 01:31:17 +0000 (0:00:00.021) 0:04:32.913 ****** skipping: [sut] => { "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: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:144 Saturday 20 January 2024 01:31:17 +0000 (0:00:00.019) 0:04:32.933 ****** skipping: [sut] => { "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: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:153 Saturday 20 January 2024 01:31:17 +0000 (0:00:00.020) 0:04:32.953 ****** ok: [sut] => { "changed": false, "rc": 0 } STDERR: Shared connection to 10.31.43.101 closed. TASK [fedora.linux_system_roles.firewall : Calculate what has changed] ********* task path: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:163 Saturday 20 January 2024 01:31:17 +0000 (0:00:00.270) 0:04:33.224 ****** ok: [sut] => { "ansible_facts": { "firewall_lib_result": { "changed": false } }, "changed": false } TASK [fedora.linux_system_roles.firewall : Show diffs] ************************* task path: /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:169 Saturday 20 January 2024 01:31:17 +0000 (0:00:00.025) 0:04:33.250 ****** skipping: [sut] => { "false_condition": "__firewall_debug | d(false)" } TASK [Leave realm] ************************************************************* task path: /WORKDIR/git-weekly-cipc8bh1gk/tests/tasks/cleanup.yml:27 Saturday 20 January 2024 01:31:17 +0000 (0:00:00.031) 0:04:33.281 ****** skipping: [sut] => { "changed": false, "false_condition": "ansible_facts.packages.realmd is defined", "skip_reason": "Conditional result was False" } TASK [Destroy Kerberos tickets] ************************************************ task path: /WORKDIR/git-weekly-cipc8bh1gk/tests/tasks/cleanup.yml:35 Saturday 20 January 2024 01:31:17 +0000 (0:00:00.026) 0:04:33.307 ****** skipping: [sut] => { "changed": false, "false_condition": "ansible_facts.packages[\"krb5-workstation\"] is defined", "skip_reason": "Conditional result was False" } TASK [Ensure that yum and dnf caching is enabled] ****************************** task path: /WORKDIR/git-weekly-cipc8bh1gk/tests/tasks/cleanup.yml:39 Saturday 20 January 2024 01:31:17 +0000 (0:00:00.135) 0:04:33.443 ****** ok: [sut] => { "backup": "", "changed": false } TASK [Remove related packages] ************************************************* task path: /WORKDIR/git-weekly-cipc8bh1gk/tests/tasks/cleanup.yml:45 Saturday 20 January 2024 01:31:18 +0000 (0:00:00.300) 0:04:33.743 ****** changed: [sut] => { "changed": true, "rc": 0, "results": [ "Removed: guile-5:2.0.14-7.el8.x86_64", "Removed: bzip2-1.0.6-26.el8.x86_64", "Removed: libtool-ltdl-2.4.6-25.el8.x86_64", "Removed: unixODBC-2.3.11-1.rh.x86_64", "Removed: unixODBC-devel-2.3.11-1.rh.x86_64", "Removed: python2-2.7.18-16.module_el8+739+75e8b99b.x86_64", "Removed: python2-libs-2.7.18-16.module_el8+739+75e8b99b.x86_64", "Removed: python2-pip-9.0.3-19.module_el8+570+db61b4f9.noarch", "Removed: python2-pip-wheel-9.0.3-19.module_el8+570+db61b4f9.noarch", "Removed: cyrus-sasl-2.1.27-6.el8_5.x86_64", "Removed: cyrus-sasl-gssapi-2.1.27-6.el8_5.x86_64", "Removed: python2-setuptools-39.0.1-14.module_el8+733+876ccfdb.noarch", "Removed: python2-setuptools-wheel-39.0.1-14.module_el8+733+876ccfdb.noarch", "Removed: msodbcsql17-17.10.5.1-1.x86_64", "Removed: mssql-server-14.0.3465.1-1.x86_64", "Removed: libatomic-8.5.0-21.el8.x86_64", "Removed: libatomic_ops-7.6.2-3.el8.x86_64", "Removed: mssql-tools-17.10.1.1-1.x86_64", "Removed: libbabeltrace-1.5.4-4.el8.x86_64", "Removed: gc-7.6.4-3.el8.x86_64", "Removed: gcc-gdb-plugin-8.5.0-21.el8.x86_64", "Removed: gdb-8.2-20.el8.x86_64", "Removed: gdb-headless-8.2-20.el8.x86_64", "Removed: libicu-60.3-2.el8_1.x86_64", "Removed: libipt-1.6.1-8.el8.x86_64" ] } TASK [Remove related files] **************************************************** task path: /WORKDIR/git-weekly-cipc8bh1gk/tests/tasks/cleanup.yml:58 Saturday 20 January 2024 01:31:23 +0000 (0:00:05.148) 0:04:38.892 ****** changed: [sut] => { "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/multi-user.target.wants/mssql-server.service", "delta": "0:00:00.011056", "end": "2024-01-20 01:31:23.531760", "rc": 0, "start": "2024-01-20 01:31:23.520704" } STDOUT: removed '/var/opt/mssql/mssql.conf' removed directory '/var/opt/mssql/.system/system/Temp' removed '/var/opt/mssql/.system/system/lsa.hiv' removed '/var/opt/mssql/.system/system/lsasetup.log' removed '/var/opt/mssql/.system/system/debug/PASSWD.LOG' removed directory '/var/opt/mssql/.system/system/debug' removed '/var/opt/mssql/.system/system/system32/Microsoft/Protect/S-1-5-18/User/a0d02017-8995-4858-a5b4-2ba5ea6c9a54' 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 directory '/var/opt/mssql/.system/system' removed directory '/var/opt/mssql/.system/profiles/Client/Desktop' removed directory '/var/opt/mssql/.system/profiles/Client/Documents' removed directory '/var/opt/mssql/.system/profiles/Client/Temp' removed directory '/var/opt/mssql/.system/profiles/Client/AppData/Local/Microsoft/Windows/Temporary Internet Files' removed directory '/var/opt/mssql/.system/profiles/Client/AppData/Local/Microsoft/Windows' removed directory '/var/opt/mssql/.system/profiles/Client/AppData/Local/Microsoft' removed directory '/var/opt/mssql/.system/profiles/Client/AppData/Local' removed directory '/var/opt/mssql/.system/profiles/Client/AppData/Roaming/Microsoft/SystemCertificates/My/Certificates' removed directory '/var/opt/mssql/.system/profiles/Client/AppData/Roaming/Microsoft/SystemCertificates/My/CRLs' removed directory '/var/opt/mssql/.system/profiles/Client/AppData/Roaming/Microsoft/SystemCertificates/My/CTLs' removed '/var/opt/mssql/.system/profiles/Client/AppData/Roaming/Microsoft/SystemCertificates/My/AppContainerUserCertRead' removed directory '/var/opt/mssql/.system/profiles/Client/AppData/Roaming/Microsoft/SystemCertificates/My' removed directory '/var/opt/mssql/.system/profiles/Client/AppData/Roaming/Microsoft/SystemCertificates' removed '/var/opt/mssql/.system/profiles/Client/AppData/Roaming/Microsoft/Crypto/RSA/S-1-5-21-2102322749-3989311170-414671871-500/42e7704ae40b0d75de00736cc66b813a_0915d6d2-122b-4594-b92d-899613ec4d21' removed directory '/var/opt/mssql/.system/profiles/Client/AppData/Roaming/Microsoft/Crypto/RSA/S-1-5-21-2102322749-3989311170-414671871-500' removed directory '/var/opt/mssql/.system/profiles/Client/AppData/Roaming/Microsoft/Crypto/RSA' removed directory '/var/opt/mssql/.system/profiles/Client/AppData/Roaming/Microsoft/Crypto' removed '/var/opt/mssql/.system/profiles/Client/AppData/Roaming/Microsoft/Protect/S-1-5-21-2102322749-3989311170-414671871-500/7e78eb26-c180-4010-8b42-0cc8ac314951' removed '/var/opt/mssql/.system/profiles/Client/AppData/Roaming/Microsoft/Protect/S-1-5-21-2102322749-3989311170-414671871-500/Preferred' removed directory '/var/opt/mssql/.system/profiles/Client/AppData/Roaming/Microsoft/Protect/S-1-5-21-2102322749-3989311170-414671871-500' removed '/var/opt/mssql/.system/profiles/Client/AppData/Roaming/Microsoft/Protect/CREDHIST' removed directory '/var/opt/mssql/.system/profiles/Client/AppData/Roaming/Microsoft/Protect' removed directory '/var/opt/mssql/.system/profiles/Client/AppData/Roaming/Microsoft' removed directory '/var/opt/mssql/.system/profiles/Client/AppData/Roaming' removed directory '/var/opt/mssql/.system/profiles/Client/AppData/LocalLow' removed directory '/var/opt/mssql/.system/profiles/Client/AppData' removed directory '/var/opt/mssql/.system/profiles/Client' removed directory '/var/opt/mssql/.system/profiles' removed '/var/opt/mssql/.system/programdata/Microsoft/NetFramework/BreadcrumbStore/Microsoft.Diagnostics.Tracing.EventSource, Version=1.1.26.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' removed '/var/opt/mssql/.system/programdata/Microsoft/NetFramework/BreadcrumbStore/Microsoft.Diagnostics.Tracing.EventSource, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' removed directory '/var/opt/mssql/.system/programdata/Microsoft/NetFramework/BreadcrumbStore' removed directory '/var/opt/mssql/.system/programdata/Microsoft/NetFramework' removed directory '/var/opt/mssql/.system/programdata/Microsoft' removed directory '/var/opt/mssql/.system/programdata' removed '/var/opt/mssql/.system/instance_id' removed directory '/var/opt/mssql/.system' removed '/var/opt/mssql/data/master.mdf' removed '/var/opt/mssql/data/mastlog.ldf' removed '/var/opt/mssql/data/model.mdf' removed '/var/opt/mssql/data/modellog.ldf' removed '/var/opt/mssql/data/msdbdata.mdf' removed '/var/opt/mssql/data/msdblog.ldf' removed '/var/opt/mssql/data/tempdb.mdf' removed '/var/opt/mssql/data/templog.ldf' removed directory '/var/opt/mssql/data' removed '/var/opt/mssql/log/sqlagentstartup.log' removed '/var/opt/mssql/log/HkEngineEventFile_0_133501876609710000.xel' removed '/var/opt/mssql/log/system_health_0_133501876616230000.xel' removed '/var/opt/mssql/log/HkEngineEventFile_0_133501876650530000.xel' removed '/var/opt/mssql/log/system_health_0_133501876654370000.xel' removed '/var/opt/mssql/log/log_1.trc' removed '/var/opt/mssql/log/HkEngineEventFile_0_133501877249430000.xel' removed '/var/opt/mssql/log/system_health_0_133501877252660000.xel' removed '/var/opt/mssql/log/log_2.trc' removed '/var/opt/mssql/log/FDLAUNCHERRORLOG' removed '/var/opt/mssql/log/HkEngineEventFile_0_133501877974970000.xel' removed '/var/opt/mssql/log/system_health_0_133501877977780000.xel' removed '/var/opt/mssql/log/log_3.trc' removed '/var/opt/mssql/log/sqlagent.2' removed '/var/opt/mssql/log/sqlagent.1' removed '/var/opt/mssql/log/sqlagent.out' removed '/var/opt/mssql/log/HkEngineEventFile_0_133501878052310000.xel' removed '/var/opt/mssql/log/system_health_0_133501878054610000.xel' removed '/var/opt/mssql/log/log_4.trc' removed '/var/opt/mssql/log/errorlog.6' removed '/var/opt/mssql/log/errorlog.5' removed '/var/opt/mssql/log/errorlog.4' removed '/var/opt/mssql/log/errorlog.3' removed '/var/opt/mssql/log/errorlog.2' removed '/var/opt/mssql/log/errorlog.1' removed '/var/opt/mssql/log/errorlog' removed '/var/opt/mssql/log/HkEngineEventFile_0_133501878236330000.xel' removed '/var/opt/mssql/log/system_health_0_133501878240040000.xel' removed '/var/opt/mssql/log/log_5.trc' removed directory '/var/opt/mssql/log' removed '/var/opt/mssql/secrets/machine-key' removed directory '/var/opt/mssql/secrets' removed '/var/opt/mssql/FTData/tsara.xml' removed '/var/opt/mssql/FTData/tsben.xml' removed '/var/opt/mssql/FTData/tsbgr.xml' removed '/var/opt/mssql/FTData/tscat.xml' removed '/var/opt/mssql/FTData/tschs.xml' removed '/var/opt/mssql/FTData/tscht.xml' removed '/var/opt/mssql/FTData/tscze.xml' removed '/var/opt/mssql/FTData/tsdan.xml' removed '/var/opt/mssql/FTData/tsdeu.xml' removed '/var/opt/mssql/FTData/tseng.xml' removed '/var/opt/mssql/FTData/tsenu.xml' removed '/var/opt/mssql/FTData/tsesn.xml' removed '/var/opt/mssql/FTData/tsfra.xml' removed '/var/opt/mssql/FTData/tsgrk.xml' removed '/var/opt/mssql/FTData/tsguj.xml' removed '/var/opt/mssql/FTData/tsheb.xml' removed '/var/opt/mssql/FTData/tshin.xml' removed '/var/opt/mssql/FTData/tshrv.xml' removed '/var/opt/mssql/FTData/tsind.xml' removed '/var/opt/mssql/FTData/tsisl.xml' removed '/var/opt/mssql/FTData/tsita.xml' removed '/var/opt/mssql/FTData/tsjpn.xml' removed '/var/opt/mssql/FTData/tskan.xml' removed '/var/opt/mssql/FTData/tskor.xml' removed '/var/opt/mssql/FTData/tslth.xml' removed '/var/opt/mssql/FTData/tslvi.xml' removed '/var/opt/mssql/FTData/tsmal.xml' removed '/var/opt/mssql/FTData/tsmar.xml' removed '/var/opt/mssql/FTData/tsmsl.xml' removed '/var/opt/mssql/FTData/tsglobal.xml' removed '/var/opt/mssql/FTData/tsnld.xml' removed '/var/opt/mssql/FTData/tsnor.xml' removed '/var/opt/mssql/FTData/tspan.xml' removed '/var/opt/mssql/FTData/tsplk.xml' removed '/var/opt/mssql/FTData/tsptb.xml' removed '/var/opt/mssql/FTData/tsptg.xml' removed '/var/opt/mssql/FTData/tsrom.xml' removed '/var/opt/mssql/FTData/tsrus.xml' removed '/var/opt/mssql/FTData/tssky.xml' removed '/var/opt/mssql/FTData/tsslv.xml' removed '/var/opt/mssql/FTData/tssrb.xml' removed '/var/opt/mssql/FTData/tssrl.xml' removed '/var/opt/mssql/FTData/tssve.xml' removed '/var/opt/mssql/FTData/tstam.xml' removed '/var/opt/mssql/FTData/tstel.xml' removed '/var/opt/mssql/FTData/tstha.xml' removed '/var/opt/mssql/FTData/tstrk.xml' removed '/var/opt/mssql/FTData/tsukr.xml' removed '/var/opt/mssql/FTData/tsurd.xml' removed '/var/opt/mssql/FTData/tsvit.xml' removed directory '/var/opt/mssql/FTData/FilterData' removed directory '/var/opt/mssql/FTData' removed directory '/var/opt/mssql' removed directory '/opt/mssql/misc' removed directory '/opt/mssql' removed directory '/opt/mssql-tools' removed '/etc/yum.repos.d/packages-microsoft-com-mssql-server-2017.repo' removed '/etc/yum.repos.d/packages-microsoft-com-prod.repo' removed directory '/tmp/mssql_data' removed directory '/tmp/mssql_log' TASK [Stop the mssql-server service] ******************************************* task path: /WORKDIR/git-weekly-cipc8bh1gk/tests/tasks/cleanup.yml:72 Saturday 20 January 2024 01:31:23 +0000 (0:00:00.232) 0:04:39.124 ****** ok: [sut] => { "changed": false, "cmd": "systemctl stop mssql-server || true", "delta": "0:00:00.011300", "end": "2024-01-20 01:31:23.756489", "rc": 0, "start": "2024-01-20 01:31:23.745189" } STDERR: Failed to stop mssql-server.service: Unit mssql-server.service not loaded. PLAY RECAP ********************************************************************* sut : ok=341 changed=36 unreachable=0 failed=0 skipped=511 rescued=0 ignored=1 Saturday 20 January 2024 01:31:23 +0000 (0:00:00.250) 0:04:39.375 ****** =============================================================================== fedora.linux_system_roles.mssql : Ensure the package mssql-server ------ 46.46s /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:256 fedora.linux_system_roles.mssql : Ensure the package mssql-server-fts -- 30.37s /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:613 fedora.linux_system_roles.mssql : Ensure the package powershell -------- 11.00s /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:620 Remove related packages ------------------------------------------------- 5.15s /WORKDIR/git-weekly-cipc8bh1gk/tests/tasks/cleanup.yml:45 --------------------- fedora.linux_system_roles.mssql : Change the password of sa user -------- 5.10s /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:470 fedora.linux_system_roles.mssql : Change the edition of MSSQL ----------- 5.05s /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:535 fedora.linux_system_roles.mssql : Set up MSSQL -------------------------- 4.84s /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:316 fedora.linux_system_roles.mssql : Ensure the package mssql-server-fts --- 4.18s /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:613 fedora.linux_system_roles.mssql : Ensure that SQL Server client tools are installed --- 3.75s /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:418 fedora.linux_system_roles.mssql : Gather system services facts ---------- 3.54s /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:287 fedora.linux_system_roles.mssql : Gather system services facts ---------- 3.52s /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:287 fedora.linux_system_roles.mssql : Ensure the package powershell --------- 3.26s /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:620 fedora.linux_system_roles.mssql : Ensure that the tuned-profiles-mssql package is installed --- 2.69s /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:358 fedora.linux_system_roles.mssql : Ensure that SQL Server client tools are installed --- 2.68s /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:418 fedora.linux_system_roles.mssql : Ensure the package mssql-server ------- 2.66s /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:256 fedora.linux_system_roles.mssql : Ensure the package powershell --------- 2.64s /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:620 fedora.linux_system_roles.firewall : Install firewalld ------------------ 2.63s /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:19 fedora.linux_system_roles.mssql : Gather system services facts ---------- 2.63s /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:287 fedora.linux_system_roles.mssql : Ensure that the tuned-profiles-mssql package is installed --- 2.60s /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:358 fedora.linux_system_roles.mssql : Ensure that SQL Server client tools are installed --- 2.60s /WORKDIR/git-weekly-cipc8bh1gk/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:418 ---^---^---^---^---^--- # STDERR: ---v---v---v---v---v--- [DEPRECATION WARNING]: ANSIBLE_COLLECTIONS_PATHS option, does not fit var naming standard, use the singular form ANSIBLE_COLLECTIONS_PATH instead. This feature will be removed from ansible-core in version 2.19. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg. ---^---^---^---^---^---