# 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-storage-selinuxxlpt_7ke/.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_password_2017.yml ********************************************** 1 plays in /WORKDIR/git-storage-selinuxxlpt_7ke/tests/tests_password_2017.yml PLAY [Ensure that the role is idempotent when changing the sa user password] *** TASK [Gathering Facts] ********************************************************* task path: /WORKDIR/git-storage-selinuxxlpt_7ke/tests/tests_password_2017.yml:3 Saturday 09 December 2023 14:17:34 +0000 (0:00:00.033) 0:00:00.033 ***** ok: [sut] TASK [Run tests_password with SQL Server 2017] ********************************* task path: /WORKDIR/git-storage-selinuxxlpt_7ke/tests/tests_password_2017.yml:14 Saturday 09 December 2023 14:17:34 +0000 (0:00:00.680) 0:00:00.714 ***** included: /WORKDIR/git-storage-selinuxxlpt_7ke/tests/tasks/tests_password.yml for sut TASK [Assert fail on EL 7 with version = 2022 and EL 9 with version != 2022] *** task path: /WORKDIR/git-storage-selinuxxlpt_7ke/tests/tasks/tests_password.yml:2 Saturday 09 December 2023 14:17:34 +0000 (0:00:00.012) 0:00:00.726 ***** included: /WORKDIR/git-storage-selinuxxlpt_7ke/tests/tasks/assert_fail_on_unsupported_ver.yml for sut TASK [Ensure ansible_facts to get ansible_distribution] ************************ task path: /WORKDIR/git-storage-selinuxxlpt_7ke/tests/tasks/assert_fail_on_unsupported_ver.yml:2 Saturday 09 December 2023 14:17:34 +0000 (0:00:00.012) 0:00:00.739 ***** ok: [sut] TASK [Run the role] ************************************************************ task path: /WORKDIR/git-storage-selinuxxlpt_7ke/tests/tasks/assert_fail_on_unsupported_ver.yml:15 Saturday 09 December 2023 14:17:35 +0000 (0:00:00.228) 0:00:00.967 ***** 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-storage-selinuxxlpt_7ke/tests/tasks/assert_fail_on_unsupported_ver.yml:22 Saturday 09 December 2023 14:17:35 +0000 (0:00:00.018) 0:00:00.986 ***** 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 [Set up MSSQL] ************************************************************ task path: /WORKDIR/git-storage-selinuxxlpt_7ke/tests/tasks/tests_password.yml:5 Saturday 09 December 2023 14:17:35 +0000 (0:00:00.018) 0:00:01.004 ***** TASK [fedora.linux_system_roles.mssql : Ensure ansible_facts and variables used by role] *** task path: /WORKDIR/git-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:3 Saturday 09 December 2023 14:17:35 +0000 (0:00:00.085) 0:00:01.090 ***** included: /WORKDIR/git-storage-selinuxxlpt_7ke/.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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/set_vars.yml:3 Saturday 09 December 2023 14:17:35 +0000 (0:00:00.011) 0:00:01.101 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/set_vars.yml:8 Saturday 09 December 2023 14:17:35 +0000 (0:00:00.017) 0:00:01.119 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/vars/RedHat.yml" ], "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml" } 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/vars/RedHat.yml" ], "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml" } ok: [sut] => (item=RedHat_7.yml) => { "ansible_facts": { "__mssql_client_repository": "https://packages.microsoft.com/rhel/7/prod/", "__mssql_confined_supported": false, "__mssql_server_repository": "https://packages.microsoft.com/rhel/7/mssql-server-{{ mssql_version | int }}/", "__mssql_supported_versions": [ 2017, 2019 ] }, "ansible_included_var_files": [ "/WORKDIR/git-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/vars/RedHat_7.yml" ], "ansible_loop_var": "item", "changed": false, "item": "RedHat_7.yml" } skipping: [sut] => (item=RedHat_7.9.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__mssql_vars_file is file", "item": "RedHat_7.9.yml", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Unset the __mssql_sqlcmd_login_cmd fact] *** task path: /WORKDIR/git-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:8 Saturday 09 December 2023 14:17:35 +0000 (0:00:00.025) 0:00:01.144 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:15 Saturday 09 December 2023 14:17:35 +0000 (0:00:00.008) 0:00:01.153 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:23 Saturday 09 December 2023 14:17:35 +0000 (0:00:00.010) 0:00:01.163 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:30 Saturday 09 December 2023 14:17:35 +0000 (0:00:00.009) 0:00:01.173 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:37 Saturday 09 December 2023 14:17:35 +0000 (0:00:00.009) 0:00:01.182 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:44 Saturday 09 December 2023 14:17:35 +0000 (0:00:00.009) 0:00:01.192 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:51 Saturday 09 December 2023 14:17:35 +0000 (0:00:00.009) 0:00:01.202 ***** 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 : Verify that the user accepts EULA variables] *** task path: /WORKDIR/git-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:55 Saturday 09 December 2023 14:17:35 +0000 (0:00:00.009) 0:00:01.211 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:67 Saturday 09 December 2023 14:17:35 +0000 (0:00:00.017) 0:00:01.229 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:75 Saturday 09 December 2023 14:17:35 +0000 (0:00:00.013) 0:00:01.243 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:84 Saturday 09 December 2023 14:17:35 +0000 (0:00:00.014) 0:00:01.257 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:93 Saturday 09 December 2023 14:17:35 +0000 (0:00:00.014) 0:00:01.271 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:103 Saturday 09 December 2023 14:17:35 +0000 (0:00:00.015) 0:00:01.286 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:112 Saturday 09 December 2023 14:17:35 +0000 (0:00:00.016) 0:00:01.302 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:116 Saturday 09 December 2023 14:17:36 +0000 (0:00:00.818) 0:00:02.121 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:124 Saturday 09 December 2023 14:17:36 +0000 (0:00:00.031) 0:00:02.153 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:131 Saturday 09 December 2023 14:17:36 +0000 (0:00:00.017) 0:00:02.170 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:138 Saturday 09 December 2023 14:17:36 +0000 (0:00:00.027) 0:00:02.197 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:152 Saturday 09 December 2023 14:17:36 +0000 (0:00:00.036) 0:00:02.234 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:165 Saturday 09 December 2023 14:17:36 +0000 (0:00:00.435) 0:00:02.670 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:175 Saturday 09 December 2023 14:17:36 +0000 (0:00:00.018) 0:00:02.688 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:186 Saturday 09 December 2023 14:17:36 +0000 (0:00:00.017) 0:00:02.706 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:194 Saturday 09 December 2023 14:17:36 +0000 (0:00:00.018) 0:00:02.725 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:207 Saturday 09 December 2023 14:17:37 +0000 (0:00:00.231) 0:00:02.957 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:214 Saturday 09 December 2023 14:17:37 +0000 (0:00:00.040) 0:00:02.997 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:219 Saturday 09 December 2023 14:17:37 +0000 (0:00:00.022) 0:00:03.020 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:228 Saturday 09 December 2023 14:17:37 +0000 (0:00:00.022) 0:00:03.042 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:237 Saturday 09 December 2023 14:17:37 +0000 (0:00:00.021) 0:00:03.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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:242 Saturday 09 December 2023 14:17:37 +0000 (0:00:00.023) 0:00:03.087 ***** changed: [sut] => { "changed": true, "changes": { "installed": [ "mssql-server" ] }, "rc": 0, "results": [ "Loaded plugins: search-disabled-repos\nResolving Dependencies\n--> Running transaction check\n---> Package mssql-server.x86_64 0:14.0.3465.1-1 will be installed\n--> Processing Dependency: libatomic for package: mssql-server-14.0.3465.1-1.x86_64\n--> Processing Dependency: bzip2 for package: mssql-server-14.0.3465.1-1.x86_64\n--> Processing Dependency: gdb for package: mssql-server-14.0.3465.1-1.x86_64\n--> Processing Dependency: libsss_nss_idmap for package: mssql-server-14.0.3465.1-1.x86_64\n--> Processing Dependency: cyrus-sasl for package: mssql-server-14.0.3465.1-1.x86_64\n--> Processing Dependency: cyrus-sasl-gssapi for package: mssql-server-14.0.3465.1-1.x86_64\n--> Running transaction check\n---> Package bzip2.x86_64 0:1.0.6-13.el7 will be installed\n---> Package cyrus-sasl.x86_64 0:2.1.26-24.el7_9 will be installed\n---> Package cyrus-sasl-gssapi.x86_64 0:2.1.26-24.el7_9 will be installed\n---> Package gdb.x86_64 0:7.6.1-120.el7 will be installed\n---> Package libatomic.x86_64 0:4.8.5-44.el7 will be installed\n---> Package libsss_nss_idmap.x86_64 0:1.16.5-10.el7_9.15 will be installed\n--> Finished Dependency Resolution\n\nDependencies Resolved\n\n================================================================================\n Package Arch Version Repository Size\n================================================================================\nInstalling:\n mssql-server x86_64 14.0.3465.1-1 packages-microsoft-com-mssql-server-2017\n 200 M\nInstalling for dependencies:\n bzip2 x86_64 1.0.6-13.el7 rhel-Server 52 k\n cyrus-sasl x86_64 2.1.26-24.el7_9 rhel-Server 88 k\n cyrus-sasl-gssapi x86_64 2.1.26-24.el7_9 rhel-Server 41 k\n gdb x86_64 7.6.1-120.el7 rhel-Server 2.4 M\n libatomic x86_64 4.8.5-44.el7 rhel-Server 51 k\n libsss_nss_idmap x86_64 1.16.5-10.el7_9.15 rhel-Server 170 k\n\nTransaction Summary\n================================================================================\nInstall 1 Package (+6 Dependent packages)\n\nTotal size: 203 M\nTotal download size: 200 M\nInstalled size: 1.0 G\nDownloading packages:\nRunning transaction check\nRunning transaction test\nTransaction test succeeded\nRunning transaction\n Installing : libsss_nss_idmap-1.16.5-10.el7_9.15.x86_64 1/7 \n Installing : cyrus-sasl-2.1.26-24.el7_9.x86_64 2/7 \n Installing : gdb-7.6.1-120.el7.x86_64 3/7 \n Installing : cyrus-sasl-gssapi-2.1.26-24.el7_9.x86_64 4/7 \n Installing : bzip2-1.0.6-13.el7.x86_64 5/7 \n Installing : libatomic-4.8.5-44.el7.x86_64 6/7 \n Installing : mssql-server-14.0.3465.1-1.x86_64 7/7 \n\n+--------------------------------------------------------------+\nPlease run 'sudo /opt/mssql/bin/mssql-conf setup'\nto complete the setup of Microsoft SQL Server\n+--------------------------------------------------------------+\n\nSQL Server needs to be restarted in order to apply this setting. Please run\n'systemctl restart mssql-server.service'.\n Verifying : libatomic-4.8.5-44.el7.x86_64 1/7 \n Verifying : bzip2-1.0.6-13.el7.x86_64 2/7 \n Verifying : mssql-server-14.0.3465.1-1.x86_64 3/7 \n Verifying : cyrus-sasl-gssapi-2.1.26-24.el7_9.x86_64 4/7 \n Verifying : gdb-7.6.1-120.el7.x86_64 5/7 \n Verifying : cyrus-sasl-2.1.26-24.el7_9.x86_64 6/7 \n Verifying : libsss_nss_idmap-1.16.5-10.el7_9.15.x86_64 7/7 \n\nInstalled:\n mssql-server.x86_64 0:14.0.3465.1-1 \n\nDependency Installed:\n bzip2.x86_64 0:1.0.6-13.el7 \n cyrus-sasl.x86_64 0:2.1.26-24.el7_9 \n cyrus-sasl-gssapi.x86_64 0:2.1.26-24.el7_9 \n gdb.x86_64 0:7.6.1-120.el7 \n libatomic.x86_64 0:4.8.5-44.el7 \n libsss_nss_idmap.x86_64 0:1.16.5-10.el7_9.15 \n\nComplete!\n" ] } TASK [fedora.linux_system_roles.mssql : Ensure that the openldap-compat package is installed] *** task path: /WORKDIR/git-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:250 Saturday 09 December 2023 14:18:14 +0000 (0:00:37.227) 0:00:40.315 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:258 Saturday 09 December 2023 14:18:14 +0000 (0:00:00.015) 0:00:40.331 ***** 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.006003", "end": "2023-12-09 14:18:14.578508", "rc": 0, "start": "2023-12-09 14:18:14.572505" } TASK [fedora.linux_system_roles.mssql : Gather system services facts] ********** task path: /WORKDIR/git-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:273 Saturday 09 December 2023 14:18:14 +0000 (0:00:00.204) 0:00:40.535 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:277 Saturday 09 December 2023 14:18:15 +0000 (0:00:00.933) 0:00:41.468 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:286 Saturday 09 December 2023 14:18:15 +0000 (0:00:00.032) 0:00:41.500 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [fedora.linux_system_roles.mssql : Set up MSSQL] ************************** task path: /WORKDIR/git-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:302 Saturday 09 December 2023 14:18:15 +0000 (0:00:00.023) 0:00:41.524 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:322 Saturday 09 December 2023 14:18:20 +0000 (0:00:04.780) 0:00:46.304 ***** skipping: [sut] => (item={'path': None, 'mode': None, 'setting': 'defaultdatadir'}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "item.path is not none", "item": { "mode": null, "path": null, "setting": "defaultdatadir" }, "skip_reason": "Conditional result was False" } skipping: [sut] => (item={'path': None, 'mode': None, 'setting': 'defaultlogdir'}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "item.path is not none", "item": { "mode": null, "path": null, "setting": "defaultlogdir" }, "skip_reason": "Conditional result was False" } skipping: [sut] => { "changed": false } MSG: All items skipped TASK [Ensure correct SELinux context for {{ __mssql_storage_path }}] *********** task path: /WORKDIR/git-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:337 Saturday 09 December 2023 14:18:20 +0000 (0:00:00.024) 0:00:46.328 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:344 Saturday 09 December 2023 14:18:20 +0000 (0:00:00.025) 0:00:46.353 ***** ok: [sut] => { "changed": false, "rc": 0, "results": [ "tuned-profiles-mssql-2.11.0-12.el7_9.noarch providing tuned-profiles-mssql is already installed" ] } TASK [fedora.linux_system_roles.mssql : Ensure that the tuned service is started and enabled] *** task path: /WORKDIR/git-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:349 Saturday 09 December 2023 14:18:20 +0000 (0:00:00.345) 0:00:46.699 ***** ok: [sut] => { "changed": false, "enabled": true, "name": "tuned", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2023-12-09 14:05:33 UTC", "ActiveEnterTimestampMonotonic": "12122499", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "systemd-sysctl.service network.target systemd-journald.socket dbus.service basic.target system.slice", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Sat 2023-12-09 14:05:32 UTC", "AssertTimestampMonotonic": "11342233", "Before": "shutdown.target multi-user.target", "BlockIOAccounting": "no", "BlockIOWeight": "18446744073709551615", "BusName": "com.redhat.tuned", "CPUAccounting": "no", "CPUQuotaPerSecUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "18446744073709551615", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "18446744073709551615", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Sat 2023-12-09 14:05:32 UTC", "ConditionTimestampMonotonic": "11342227", "Conflicts": "shutdown.target cpupower.service", "ControlGroup": "/system.slice/tuned.service", "ControlPID": "0", "DefaultDependencies": "yes", "Delegate": "no", "Description": "Dynamic System Tuning Daemon", "DevicePolicy": "auto", "Documentation": "man:tuned(8) man:tuned.conf(5) man:tuned-adm(8)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "946", "ExecMainStartTimestamp": "Sat 2023-12-09 14:05:32 UTC", "ExecMainStartTimestampMonotonic": "11349675", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/sbin/tuned ; argv[]=/usr/sbin/tuned -l -P ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/tuned.service", "GuessMainPID": "yes", "IOScheduling": "0", "Id": "tuned.service", "IgnoreOnIsolate": "no", "IgnoreOnSnapshot": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestamp": "Sat 2023-12-09 14:05:32 UTC", "InactiveExitTimestampMonotonic": "11349721", "JobTimeoutAction": "none", "JobTimeoutUSec": "0", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "18446744073709551615", "LimitCORE": "18446744073709551615", "LimitCPU": "18446744073709551615", "LimitDATA": "18446744073709551615", "LimitFSIZE": "18446744073709551615", "LimitLOCKS": "18446744073709551615", "LimitMEMLOCK": "65536", "LimitMSGQUEUE": "819200", "LimitNICE": "0", "LimitNOFILE": "4096", "LimitNPROC": "29173", "LimitRSS": "18446744073709551615", "LimitRTPRIO": "0", "LimitRTTIME": "18446744073709551615", "LimitSIGPENDING": "29173", "LimitSTACK": "18446744073709551615", "LoadState": "loaded", "MainPID": "946", "MemoryAccounting": "no", "MemoryCurrent": "18446744073709551615", "MemoryLimit": "18446744073709551615", "MountFlags": "0", "Names": "tuned.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PIDFile": "/run/tuned/tuned.pid", "PermissionsStartOnly": "no", "PrivateDevices": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "ProtectHome": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "Requires": "dbus.service polkit.service system.slice basic.target", "Restart": "no", "RestartUSec": "100ms", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitInterval": "10000000", "StartupBlockIOWeight": "18446744073709551615", "StartupCPUShares": "18446744073709551615", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "no", "TasksCurrent": "18446744073709551615", "TasksMax": "18446744073709551615", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "dbus", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "WantedBy": "multi-user.target", "WatchdogTimestamp": "Sat 2023-12-09 14:05:33 UTC", "WatchdogTimestampMonotonic": "12122371", "WatchdogUSec": "0" } } TASK [fedora.linux_system_roles.mssql : Get the active Tuned profiles] ********* task path: /WORKDIR/git-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:355 Saturday 09 December 2023 14:18:21 +0000 (0:00:00.425) 0:00:47.124 ***** ok: [sut] => { "changed": false, "cmd": [ "tuned-adm", "active" ], "delta": "0:00:00.119537", "end": "2023-12-09 14:18:21.427029", "rc": 0, "start": "2023-12-09 14:18:21.307492" } 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:365 Saturday 09 December 2023 14:18:21 +0000 (0:00:00.264) 0:00:47.389 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:378 Saturday 09 December 2023 14:18:21 +0000 (0:00:00.018) 0:00:47.407 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:387 Saturday 09 December 2023 14:18:21 +0000 (0:00:00.019) 0:00:47.427 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:397 Saturday 09 December 2023 14:18:21 +0000 (0:00:00.023) 0:00:47.450 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:404 Saturday 09 December 2023 14:18:21 +0000 (0:00:00.189) 0:00:47.639 ***** changed: [sut] => { "changed": true, "changes": { "installed": [ "mssql-tools", "unixODBC-devel" ] }, "rc": 0, "results": [ "Loaded plugins: search-disabled-repos\nResolving Dependencies\n--> Running transaction check\n---> Package mssql-tools.x86_64 0:17.10.1.1-1 will be installed\n--> Processing Dependency: msodbcsql17 >= 17.3.0.0 for package: mssql-tools-17.10.1.1-1.x86_64\n---> Package unixODBC-devel.x86_64 0:2.3.11-1.rh will be installed\n--> Processing Dependency: unixODBC = 2.3.11 for package: unixODBC-devel-2.3.11-1.rh.x86_64\n--> Running transaction check\n---> Package msodbcsql17.x86_64 0:17.10.5.1-1 will be installed\n---> Package unixODBC.x86_64 0:2.3.11-1.rh will be installed\n--> Processing Dependency: libltdl.so.7()(64bit) for package: unixODBC-2.3.11-1.rh.x86_64\n--> Running transaction check\n---> Package libtool-ltdl.x86_64 0:2.4.2-22.el7_3 will be installed\n--> Finished Dependency Resolution\n\nDependencies Resolved\n\n================================================================================\n Package Arch Version Repository Size\n================================================================================\nInstalling:\n mssql-tools x86_64 17.10.1.1-1 packages-microsoft-com-prod 291 k\n unixODBC-devel x86_64 2.3.11-1.rh packages-microsoft-com-prod 53 k\nInstalling for dependencies:\n libtool-ltdl x86_64 2.4.2-22.el7_3 rhel-Server 49 k\n msodbcsql17 x86_64 17.10.5.1-1 packages-microsoft-com-prod 913 k\n unixODBC x86_64 2.3.11-1.rh packages-microsoft-com-prod 274 k\n\nTransaction Summary\n================================================================================\nInstall 2 Packages (+3 Dependent packages)\n\nTotal size: 1.5 M\nInstalled size: 3.8 M\nDownloading packages:\nRunning transaction check\nRunning transaction test\nTransaction test succeeded\nRunning transaction\n Installing : libtool-ltdl-2.4.2-22.el7_3.x86_64 1/5 \n Installing : unixODBC-2.3.11-1.rh.x86_64 2/5 \n Installing : msodbcsql17-17.10.5.1-1.x86_64 3/5 \nodbcinst: Driver installed. Usage count increased to 1. \n Target directory is /etc\n Installing : mssql-tools-17.10.1.1-1.x86_64 4/5 \n Installing : unixODBC-devel-2.3.11-1.rh.x86_64 5/5 \n Verifying : mssql-tools-17.10.1.1-1.x86_64 1/5 \n Verifying : unixODBC-devel-2.3.11-1.rh.x86_64 2/5 \n Verifying : libtool-ltdl-2.4.2-22.el7_3.x86_64 3/5 \n Verifying : unixODBC-2.3.11-1.rh.x86_64 4/5 \n Verifying : msodbcsql17-17.10.5.1-1.x86_64 5/5 \n\nInstalled:\n mssql-tools.x86_64 0:17.10.1.1-1 unixODBC-devel.x86_64 0:2.3.11-1.rh \n\nDependency Installed:\n libtool-ltdl.x86_64 0:2.4.2-22.el7_3 msodbcsql17.x86_64 0:17.10.5.1-1 \n unixODBC.x86_64 0:2.3.11-1.rh \n\nComplete!\n" ] } TASK [fedora.linux_system_roles.mssql : Prepare MSSQL and facts for logging in] *** task path: /WORKDIR/git-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:416 Saturday 09 December 2023 14:18:25 +0000 (0:00:04.063) 0:00:51.702 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:420 Saturday 09 December 2023 14:18:25 +0000 (0:00:00.021) 0:00:51.723 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:426 Saturday 09 December 2023 14:18:25 +0000 (0:00:00.032) 0:00:51.756 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:441 Saturday 09 December 2023 14:18:25 +0000 (0:00:00.025) 0:00:51.781 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:448 Saturday 09 December 2023 14:18:25 +0000 (0:00:00.021) 0:00:51.803 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:456 Saturday 09 December 2023 14:18:25 +0000 (0:00:00.039) 0:00:51.842 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:477 Saturday 09 December 2023 14:18:25 +0000 (0:00:00.023) 0:00:51.866 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:484 Saturday 09 December 2023 14:18:25 +0000 (0:00:00.018) 0:00:51.884 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:495 Saturday 09 December 2023 14:18:25 +0000 (0:00:00.017) 0:00:51.902 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:508 Saturday 09 December 2023 14:18:25 +0000 (0:00:00.019) 0:00:51.921 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:515 Saturday 09 December 2023 14:18:26 +0000 (0:00:00.022) 0:00:51.944 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:521 Saturday 09 December 2023 14:18:26 +0000 (0:00:00.034) 0:00:51.978 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:540 Saturday 09 December 2023 14:18:26 +0000 (0:00:00.020) 0:00:51.999 ***** skipping: [sut] => { "changed": false, "false_condition": "mssql_ip_address is not none", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Register the previous tcpport setting] *** task path: /WORKDIR/git-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:547 Saturday 09 December 2023 14:18:26 +0000 (0:00:00.021) 0:00:52.020 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:554 Saturday 09 December 2023 14:18:26 +0000 (0:00:00.029) 0:00:52.049 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:566 Saturday 09 December 2023 14:18:26 +0000 (0:00:00.028) 0:00:52.077 ***** included: /WORKDIR/git-storage-selinuxxlpt_7ke/.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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:3 Saturday 09 December 2023 14:18:26 +0000 (0:00:00.041) 0:00:52.118 ***** ok: [sut] => { "changed": false, "cmd": [ "grep", "^tcpport = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003474", "end": "2023-12-09 14:18:26.318820", "failed_when_result": false, "rc": 1, "start": "2023-12-09 14:18:26.315346" } MSG: non-zero return code TASK [fedora.linux_system_roles.mssql : Configure the setting network tcpport] *** task path: /WORKDIR/git-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:12 Saturday 09 December 2023 14:18:26 +0000 (0:00:00.158) 0:00:52.277 ***** ok: [sut] => { "changed": false, "cmd": [ "/opt/mssql/bin/mssql-conf", "set", "network.tcpport", "1433" ], "delta": "0:00:00.049968", "end": "2023-12-09 14:18:26.525002", "failed_when_result": false, "rc": 0, "start": "2023-12-09 14:18:26.475034" } 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:42 Saturday 09 December 2023 14:18:26 +0000 (0:00:00.243) 0:00:52.521 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:572 Saturday 09 December 2023 14:18:26 +0000 (0:00:00.020) 0:00:52.541 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:592 Saturday 09 December 2023 14:18:26 +0000 (0:00:00.029) 0:00:52.570 ***** skipping: [sut] => { "changed": false, "false_condition": "mssql_enable_sql_agent is not none", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Ensure the package mssql-server-fts] *** task path: /WORKDIR/git-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:599 Saturday 09 December 2023 14:18:26 +0000 (0:00:00.039) 0:00:52.609 ***** skipping: [sut] => { "changed": false, "false_condition": "mssql_install_fts is not none", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Ensure the package powershell] ********* task path: /WORKDIR/git-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:606 Saturday 09 December 2023 14:18:26 +0000 (0:00:00.021) 0:00:52.630 ***** skipping: [sut] => { "changed": false, "false_condition": "mssql_install_powershell is not none", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Check if the 3979 trace flag is enabled] *** task path: /WORKDIR/git-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:615 Saturday 09 December 2023 14:18:26 +0000 (0:00:00.022) 0:00:52.653 ***** skipping: [sut] => { "changed": false, "false_condition": "mssql_tune_for_fua_storage is not none", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Set the 3979 traceflag] **************** task path: /WORKDIR/git-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:621 Saturday 09 December 2023 14:18:26 +0000 (0:00:00.021) 0:00:52.674 ***** skipping: [sut] => { "changed": false, "false_condition": "mssql_tune_for_fua_storage is not none", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Unset the 3979 traceflag] ************** task path: /WORKDIR/git-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:628 Saturday 09 December 2023 14:18:26 +0000 (0:00:00.026) 0:00:52.700 ***** skipping: [sut] => { "changed": false, "false_condition": "mssql_tune_for_fua_storage is not none", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Configure the alternatewritethrough setting] *** task path: /WORKDIR/git-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:636 Saturday 09 December 2023 14:18:26 +0000 (0:00:00.021) 0:00:52.721 ***** skipping: [sut] => { "changed": false, "false_condition": "mssql_tune_for_fua_storage is not none", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Configure the writethrough setting] **** task path: /WORKDIR/git-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:642 Saturday 09 December 2023 14:18:26 +0000 (0:00:00.020) 0:00:52.742 ***** skipping: [sut] => { "changed": false, "false_condition": "mssql_tune_for_fua_storage is not none", "skip_reason": "Conditional result was False" } TASK [Create certificates using the certificate role] ************************** task path: /WORKDIR/git-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:660 Saturday 09 December 2023 14:18:26 +0000 (0:00:00.021) 0:00:52.764 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:674 Saturday 09 December 2023 14:18:26 +0000 (0:00:00.024) 0:00:52.788 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:679 Saturday 09 December 2023 14:18:26 +0000 (0:00:00.020) 0:00:52.809 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:697 Saturday 09 December 2023 14:18:26 +0000 (0:00:00.023) 0:00:52.833 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:706 Saturday 09 December 2023 14:18:26 +0000 (0:00:00.023) 0:00:52.856 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:715 Saturday 09 December 2023 14:18:26 +0000 (0:00:00.021) 0:00:52.878 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:722 Saturday 09 December 2023 14:18:26 +0000 (0:00:00.021) 0:00:52.899 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:731 Saturday 09 December 2023 14:18:26 +0000 (0:00:00.020) 0:00:52.919 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:739 Saturday 09 December 2023 14:18:27 +0000 (0:00:00.041) 0:00:52.961 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:747 Saturday 09 December 2023 14:18:27 +0000 (0:00:00.025) 0:00:52.986 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:754 Saturday 09 December 2023 14:18:27 +0000 (0:00:00.056) 0:00:53.043 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:761 Saturday 09 December 2023 14:18:27 +0000 (0:00:00.039) 0:00:53.083 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:770 Saturday 09 December 2023 14:18:27 +0000 (0:00:00.021) 0:00:53.105 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:783 Saturday 09 December 2023 14:18:27 +0000 (0:00:00.022) 0:00:53.127 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:792 Saturday 09 December 2023 14:18:27 +0000 (0:00:00.017) 0:00:53.145 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:804 Saturday 09 December 2023 14:18:27 +0000 (0:00:00.018) 0:00:53.164 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:809 Saturday 09 December 2023 14:18:27 +0000 (0:00:00.018) 0:00:53.182 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:826 Saturday 09 December 2023 14:18:27 +0000 (0:00:00.018) 0:00:53.201 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:831 Saturday 09 December 2023 14:18:27 +0000 (0:00:00.025) 0:00:53.226 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:836 Saturday 09 December 2023 14:18:27 +0000 (0:00:00.020) 0:00:53.247 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:842 Saturday 09 December 2023 14:18:27 +0000 (0:00:00.016) 0:00:53.264 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:868 Saturday 09 December 2023 14:18:27 +0000 (0:00:00.016) 0:00:53.281 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:889 Saturday 09 December 2023 14:18:27 +0000 (0:00:00.016) 0:00:53.297 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:897 Saturday 09 December 2023 14:18:27 +0000 (0:00:00.016) 0:00:53.313 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:907 Saturday 09 December 2023 14:18:27 +0000 (0:00:00.016) 0:00:53.330 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:913 Saturday 09 December 2023 14:18:27 +0000 (0:00:00.017) 0:00:53.348 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:930 Saturday 09 December 2023 14:18:27 +0000 (0:00:00.036) 0:00:53.384 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:941 Saturday 09 December 2023 14:18:27 +0000 (0:00:00.020) 0:00:53.404 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:961 Saturday 09 December 2023 14:18:27 +0000 (0:00:00.018) 0:00:53.423 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1015 Saturday 09 December 2023 14:18:27 +0000 (0:00:00.042) 0:00:53.465 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1022 Saturday 09 December 2023 14:18:27 +0000 (0:00:00.019) 0:00:53.485 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1029 Saturday 09 December 2023 14:18:27 +0000 (0:00:00.018) 0:00:53.504 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1039 Saturday 09 December 2023 14:18:27 +0000 (0:00:00.018) 0:00:53.522 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1045 Saturday 09 December 2023 14:18:27 +0000 (0:00:00.018) 0:00:53.541 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1053 Saturday 09 December 2023 14:18:27 +0000 (0:00:00.020) 0:00:53.561 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1062 Saturday 09 December 2023 14:18:27 +0000 (0:00:00.018) 0:00:53.580 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1070 Saturday 09 December 2023 14:18:27 +0000 (0:00:00.017) 0:00:53.597 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1085 Saturday 09 December 2023 14:18:27 +0000 (0:00:00.022) 0:00:53.620 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1092 Saturday 09 December 2023 14:18:27 +0000 (0:00:00.021) 0:00:53.641 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1117 Saturday 09 December 2023 14:18:27 +0000 (0:00:00.018) 0:00:53.660 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1126 Saturday 09 December 2023 14:18:27 +0000 (0:00:00.019) 0:00:53.679 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1135 Saturday 09 December 2023 14:18:27 +0000 (0:00:00.017) 0:00:53.697 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1146 Saturday 09 December 2023 14:18:27 +0000 (0:00:00.017) 0:00:53.714 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1159 Saturday 09 December 2023 14:18:27 +0000 (0:00:00.016) 0:00:53.730 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1168 Saturday 09 December 2023 14:18:27 +0000 (0:00:00.017) 0:00:53.747 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1175 Saturday 09 December 2023 14:18:27 +0000 (0:00:00.016) 0:00:53.764 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1182 Saturday 09 December 2023 14:18:27 +0000 (0:00:00.016) 0:00:53.781 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1190 Saturday 09 December 2023 14:18:27 +0000 (0:00:00.018) 0:00:53.799 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1197 Saturday 09 December 2023 14:18:27 +0000 (0:00:00.020) 0:00:53.819 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1209 Saturday 09 December 2023 14:18:27 +0000 (0:00:00.050) 0:00:53.869 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1218 Saturday 09 December 2023 14:18:27 +0000 (0:00:00.018) 0:00:53.887 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1225 Saturday 09 December 2023 14:18:27 +0000 (0:00:00.018) 0:00:53.905 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1231 Saturday 09 December 2023 14:18:27 +0000 (0:00:00.020) 0:00:53.926 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1239 Saturday 09 December 2023 14:18:28 +0000 (0:00:00.018) 0:00:53.944 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1252 Saturday 09 December 2023 14:18:28 +0000 (0:00:00.023) 0:00:53.968 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1264 Saturday 09 December 2023 14:18:28 +0000 (0:00:00.018) 0:00:53.987 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1270 Saturday 09 December 2023 14:18:28 +0000 (0:00:00.021) 0:00:54.008 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1279 Saturday 09 December 2023 14:18:28 +0000 (0:00:00.018) 0:00:54.026 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1288 Saturday 09 December 2023 14:18:28 +0000 (0:00:00.259) 0:00:54.285 ***** META: triggered running handlers for sut TASK [fedora.linux_system_roles.mssql : Post-input SQL scripts to SQL Server] *** task path: /WORKDIR/git-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1292 Saturday 09 December 2023 14:18:28 +0000 (0:00:00.017) 0:00:54.303 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1299 Saturday 09 December 2023 14:18:28 +0000 (0:00:00.016) 0:00:54.320 ***** 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-storage-selinuxxlpt_7ke/tests/tasks/tests_password.yml:12 Saturday 09 December 2023 14:18:28 +0000 (0:00:00.024) 0:00:54.345 ***** included: /WORKDIR/git-storage-selinuxxlpt_7ke/tests/tasks/mssql-sever-increase-start-limit.yml for sut TASK [Modify the mssql-server service start limit interval] ******************** task path: /WORKDIR/git-storage-selinuxxlpt_7ke/tests/tasks/mssql-sever-increase-start-limit.yml:3 Saturday 09 December 2023 14:18:28 +0000 (0:00:00.059) 0:00:54.404 ***** changed: [sut] => { "changed": true, "rc": 0 } MSG: 1 replacements made TASK [Modify the mssql-server service start limit burst] *********************** task path: /WORKDIR/git-storage-selinuxxlpt_7ke/tests/tasks/mssql-sever-increase-start-limit.yml:10 Saturday 09 December 2023 14:18:28 +0000 (0:00:00.221) 0:00:54.626 ***** changed: [sut] => { "changed": true, "rc": 0 } MSG: 1 replacements made TASK [Reload service daemon] *************************************************** task path: /WORKDIR/git-storage-selinuxxlpt_7ke/tests/tasks/mssql-sever-increase-start-limit.yml:17 Saturday 09 December 2023 14:18:28 +0000 (0:00:00.133) 0:00:54.759 ***** ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [Change the password with default settings. Should report Changed.] ******* task path: /WORKDIR/git-storage-selinuxxlpt_7ke/tests/tasks/tests_password.yml:15 Saturday 09 December 2023 14:18:29 +0000 (0:00:00.307) 0:00:55.067 ***** TASK [fedora.linux_system_roles.mssql : Ensure ansible_facts and variables used by role] *** task path: /WORKDIR/git-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:3 Saturday 09 December 2023 14:18:29 +0000 (0:00:00.157) 0:00:55.224 ***** included: /WORKDIR/git-storage-selinuxxlpt_7ke/.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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/set_vars.yml:3 Saturday 09 December 2023 14:18:29 +0000 (0:00:00.027) 0:00:55.252 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/set_vars.yml:8 Saturday 09 December 2023 14:18:29 +0000 (0:00:00.023) 0:00:55.275 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/vars/RedHat.yml" ], "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml" } 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/vars/RedHat.yml" ], "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml" } ok: [sut] => (item=RedHat_7.yml) => { "ansible_facts": { "__mssql_client_repository": "https://packages.microsoft.com/rhel/7/prod/", "__mssql_confined_supported": false, "__mssql_server_repository": "https://packages.microsoft.com/rhel/7/mssql-server-{{ mssql_version | int }}/", "__mssql_supported_versions": [ 2017, 2019 ] }, "ansible_included_var_files": [ "/WORKDIR/git-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/vars/RedHat_7.yml" ], "ansible_loop_var": "item", "changed": false, "item": "RedHat_7.yml" } skipping: [sut] => (item=RedHat_7.9.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__mssql_vars_file is file", "item": "RedHat_7.9.yml", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Unset the __mssql_sqlcmd_login_cmd fact] *** task path: /WORKDIR/git-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:8 Saturday 09 December 2023 14:18:29 +0000 (0:00:00.036) 0:00:55.312 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:15 Saturday 09 December 2023 14:18:29 +0000 (0:00:00.019) 0:00:55.331 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:23 Saturday 09 December 2023 14:18:29 +0000 (0:00:00.019) 0:00:55.351 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:30 Saturday 09 December 2023 14:18:29 +0000 (0:00:00.020) 0:00:55.371 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:37 Saturday 09 December 2023 14:18:29 +0000 (0:00:00.020) 0:00:55.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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:44 Saturday 09 December 2023 14:18:29 +0000 (0:00:00.018) 0:00:55.409 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:51 Saturday 09 December 2023 14:18:29 +0000 (0:00:00.020) 0:00:55.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 : Verify that the user accepts EULA variables] *** task path: /WORKDIR/git-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:55 Saturday 09 December 2023 14:18:29 +0000 (0:00:00.018) 0:00:55.449 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:67 Saturday 09 December 2023 14:18:29 +0000 (0:00:00.021) 0:00:55.471 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:75 Saturday 09 December 2023 14:18:29 +0000 (0:00:00.017) 0:00:55.489 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:84 Saturday 09 December 2023 14:18:29 +0000 (0:00:00.057) 0:00:55.546 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:93 Saturday 09 December 2023 14:18:29 +0000 (0:00:00.020) 0:00:55.567 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:103 Saturday 09 December 2023 14:18:29 +0000 (0:00:00.018) 0:00:55.586 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:112 Saturday 09 December 2023 14:18:29 +0000 (0:00:00.018) 0:00:55.604 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:116 Saturday 09 December 2023 14:18:30 +0000 (0:00:00.673) 0:00:56.278 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:124 Saturday 09 December 2023 14:18:30 +0000 (0:00:00.050) 0:00:56.329 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:131 Saturday 09 December 2023 14:18:30 +0000 (0:00:00.018) 0:00:56.347 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:138 Saturday 09 December 2023 14:18:30 +0000 (0:00:00.021) 0:00:56.369 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:152 Saturday 09 December 2023 14:18:30 +0000 (0:00:00.034) 0:00:56.403 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:165 Saturday 09 December 2023 14:18:30 +0000 (0:00:00.339) 0:00:56.743 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:175 Saturday 09 December 2023 14:18:30 +0000 (0:00:00.020) 0:00:56.763 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:186 Saturday 09 December 2023 14:18:30 +0000 (0:00:00.022) 0:00:56.786 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:194 Saturday 09 December 2023 14:18:30 +0000 (0:00:00.021) 0:00:56.807 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:207 Saturday 09 December 2023 14:18:30 +0000 (0:00:00.023) 0:00:56.830 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:214 Saturday 09 December 2023 14:18:30 +0000 (0:00:00.020) 0:00:56.851 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:219 Saturday 09 December 2023 14:18:30 +0000 (0:00:00.017) 0:00:56.869 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:228 Saturday 09 December 2023 14:18:30 +0000 (0:00:00.051) 0:00:56.920 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:237 Saturday 09 December 2023 14:18:31 +0000 (0:00:00.018) 0:00:56.939 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:242 Saturday 09 December 2023 14:18:31 +0000 (0:00:00.018) 0:00:56.958 ***** ok: [sut] => { "changed": false, "rc": 0, "results": [ "mssql-server-14.0.3465.1-1.x86_64 providing mssql-server is already installed" ] } TASK [fedora.linux_system_roles.mssql : Ensure that the openldap-compat package is installed] *** task path: /WORKDIR/git-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:250 Saturday 09 December 2023 14:18:31 +0000 (0:00:00.326) 0:00:57.285 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:258 Saturday 09 December 2023 14:18:31 +0000 (0:00:00.017) 0:00:57.302 ***** 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.005800", "end": "2023-12-09 14:18:31.483861", "rc": 0, "start": "2023-12-09 14:18:31.478061" } STDOUT: /var/opt/mssql/log/errorlog TASK [fedora.linux_system_roles.mssql : Gather system services facts] ********** task path: /WORKDIR/git-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:273 Saturday 09 December 2023 14:18:31 +0000 (0:00:00.139) 0:00:57.442 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:277 Saturday 09 December 2023 14:18:32 +0000 (0:00:00.822) 0:00:58.264 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:286 Saturday 09 December 2023 14:18:32 +0000 (0:00:00.027) 0:00:58.291 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:302 Saturday 09 December 2023 14:18:32 +0000 (0:00:00.017) 0:00:58.309 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:322 Saturday 09 December 2023 14:18:32 +0000 (0:00:00.016) 0:00:58.325 ***** skipping: [sut] => (item={'path': None, 'mode': None, 'setting': 'defaultdatadir'}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "item.path is not none", "item": { "mode": null, "path": null, "setting": "defaultdatadir" }, "skip_reason": "Conditional result was False" } skipping: [sut] => (item={'path': None, 'mode': None, 'setting': 'defaultlogdir'}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "item.path is not none", "item": { "mode": null, "path": null, "setting": "defaultlogdir" }, "skip_reason": "Conditional result was False" } skipping: [sut] => { "changed": false } MSG: All items skipped TASK [Ensure correct SELinux context for {{ __mssql_storage_path }}] *********** task path: /WORKDIR/git-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:337 Saturday 09 December 2023 14:18:32 +0000 (0:00:00.022) 0:00:58.347 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:344 Saturday 09 December 2023 14:18:32 +0000 (0:00:00.016) 0:00:58.364 ***** ok: [sut] => { "changed": false, "rc": 0, "results": [ "tuned-profiles-mssql-2.11.0-12.el7_9.noarch providing tuned-profiles-mssql is already installed" ] } TASK [fedora.linux_system_roles.mssql : Ensure that the tuned service is started and enabled] *** task path: /WORKDIR/git-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:349 Saturday 09 December 2023 14:18:32 +0000 (0:00:00.325) 0:00:58.690 ***** ok: [sut] => { "changed": false, "enabled": true, "name": "tuned", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2023-12-09 14:05:33 UTC", "ActiveEnterTimestampMonotonic": "12122499", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "basic.target systemd-journald.socket dbus.service network.target system.slice systemd-sysctl.service", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Sat 2023-12-09 14:05:32 UTC", "AssertTimestampMonotonic": "11342233", "Before": "shutdown.target multi-user.target", "BlockIOAccounting": "no", "BlockIOWeight": "18446744073709551615", "BusName": "com.redhat.tuned", "CPUAccounting": "no", "CPUQuotaPerSecUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "18446744073709551615", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "18446744073709551615", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Sat 2023-12-09 14:05:32 UTC", "ConditionTimestampMonotonic": "11342227", "Conflicts": "cpupower.service shutdown.target", "ControlGroup": "/system.slice/tuned.service", "ControlPID": "0", "DefaultDependencies": "yes", "Delegate": "no", "Description": "Dynamic System Tuning Daemon", "DevicePolicy": "auto", "Documentation": "man:tuned(8) man:tuned.conf(5) man:tuned-adm(8)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "946", "ExecMainStartTimestamp": "Sat 2023-12-09 14:05:32 UTC", "ExecMainStartTimestampMonotonic": "11349675", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/sbin/tuned ; argv[]=/usr/sbin/tuned -l -P ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/tuned.service", "GuessMainPID": "yes", "IOScheduling": "0", "Id": "tuned.service", "IgnoreOnIsolate": "no", "IgnoreOnSnapshot": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestamp": "Sat 2023-12-09 14:05:32 UTC", "InactiveExitTimestampMonotonic": "11349721", "JobTimeoutAction": "none", "JobTimeoutUSec": "0", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "18446744073709551615", "LimitCORE": "18446744073709551615", "LimitCPU": "18446744073709551615", "LimitDATA": "18446744073709551615", "LimitFSIZE": "18446744073709551615", "LimitLOCKS": "18446744073709551615", "LimitMEMLOCK": "65536", "LimitMSGQUEUE": "819200", "LimitNICE": "0", "LimitNOFILE": "4096", "LimitNPROC": "29173", "LimitRSS": "18446744073709551615", "LimitRTPRIO": "0", "LimitRTTIME": "18446744073709551615", "LimitSIGPENDING": "29173", "LimitSTACK": "18446744073709551615", "LoadState": "loaded", "MainPID": "946", "MemoryAccounting": "no", "MemoryCurrent": "18446744073709551615", "MemoryLimit": "18446744073709551615", "MountFlags": "0", "Names": "tuned.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PIDFile": "/run/tuned/tuned.pid", "PermissionsStartOnly": "no", "PrivateDevices": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "ProtectHome": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "Requires": "dbus.service polkit.service basic.target system.slice", "Restart": "no", "RestartUSec": "100ms", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitInterval": "10000000", "StartupBlockIOWeight": "18446744073709551615", "StartupCPUShares": "18446744073709551615", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "no", "TasksCurrent": "18446744073709551615", "TasksMax": "18446744073709551615", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "dbus", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "WantedBy": "multi-user.target", "WatchdogTimestamp": "Sat 2023-12-09 14:05:33 UTC", "WatchdogTimestampMonotonic": "12122371", "WatchdogUSec": "0" } } TASK [fedora.linux_system_roles.mssql : Get the active Tuned profiles] ********* task path: /WORKDIR/git-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:355 Saturday 09 December 2023 14:18:32 +0000 (0:00:00.224) 0:00:58.914 ***** ok: [sut] => { "changed": false, "cmd": [ "tuned-adm", "active" ], "delta": "0:00:00.107527", "end": "2023-12-09 14:18:33.197119", "rc": 0, "start": "2023-12-09 14:18:33.089592" } 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:365 Saturday 09 December 2023 14:18:33 +0000 (0:00:00.241) 0:00:59.156 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:378 Saturday 09 December 2023 14:18:33 +0000 (0:00:00.018) 0:00:59.175 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:387 Saturday 09 December 2023 14:18:33 +0000 (0:00:00.017) 0:00:59.193 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:397 Saturday 09 December 2023 14:18:33 +0000 (0:00:00.018) 0:00:59.212 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:404 Saturday 09 December 2023 14:18:33 +0000 (0:00:00.142) 0:00:59.354 ***** ok: [sut] => { "changed": false, "rc": 0, "results": [ "mssql-tools-17.10.1.1-1.x86_64 providing mssql-tools is already installed", "unixODBC-devel-2.3.11-1.rh.x86_64 providing unixODBC-devel is already installed" ] } TASK [fedora.linux_system_roles.mssql : Prepare MSSQL and facts for logging in] *** task path: /WORKDIR/git-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:416 Saturday 09 December 2023 14:18:33 +0000 (0:00:00.360) 0:00:59.715 ***** included: /WORKDIR/git-storage-selinuxxlpt_7ke/.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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/verify_password.yml:3 Saturday 09 December 2023 14:18:33 +0000 (0:00:00.033) 0:00:59.748 ***** ok: [sut] => { "changed": false, "name": "mssql-server", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2023-12-09 14:18:20 UTC", "ActiveEnterTimestampMonotonic": "779158344", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "auditd.service -.mount systemd-journald.socket basic.target network.target system.slice", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Sat 2023-12-09 14:18:20 UTC", "AssertTimestampMonotonic": "779151035", "Before": "shutdown.target multi-user.target", "BlockIOAccounting": "no", "BlockIOWeight": "18446744073709551615", "CPUAccounting": "no", "CPUQuotaPerSecUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "18446744073709551615", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "18446744073709551615", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Sat 2023-12-09 14:18:20 UTC", "ConditionTimestampMonotonic": "779151033", "Conflicts": "shutdown.target", "ControlGroup": "/system.slice/mssql-server.service", "ControlPID": "0", "DefaultDependencies": "yes", "Delegate": "no", "Description": "Microsoft SQL Server Database Engine", "DevicePolicy": "auto", "Documentation": "https://docs.microsoft.com/en-us/sql/linux", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "11533", "ExecMainStartTimestamp": "Sat 2023-12-09 14:18:20 UTC", "ExecMainStartTimestampMonotonic": "779158280", "ExecMainStatus": "0", "ExecStart": "{ path=/opt/mssql/bin/sqlservr ; argv[]=/opt/mssql/bin/sqlservr ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/mssql-server.service", "GuessMainPID": "yes", "IOScheduling": "0", "Id": "mssql-server.service", "IgnoreOnIsolate": "no", "IgnoreOnSnapshot": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestamp": "Sat 2023-12-09 14:18:20 UTC", "InactiveExitTimestampMonotonic": "779158344", "JobTimeoutAction": "none", "JobTimeoutUSec": "0", "KillMode": "process", "KillSignal": "15", "LimitAS": "18446744073709551615", "LimitCORE": "18446744073709551615", "LimitCPU": "18446744073709551615", "LimitDATA": "18446744073709551615", "LimitFSIZE": "18446744073709551615", "LimitLOCKS": "18446744073709551615", "LimitMEMLOCK": "65536", "LimitMSGQUEUE": "819200", "LimitNICE": "0", "LimitNOFILE": "18446744073709551615", "LimitNPROC": "18446744073709551615", "LimitRSS": "18446744073709551615", "LimitRTPRIO": "0", "LimitRTTIME": "18446744073709551615", "LimitSIGPENDING": "29173", "LimitSTACK": "18446744073709551615", "LoadState": "loaded", "MainPID": "11533", "MemoryAccounting": "no", "MemoryCurrent": "18446744073709551615", "MemoryLimit": "18446744073709551615", "MountFlags": "0", "Names": "mssql-server.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "PrivateDevices": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "ProtectHome": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "Requires": "-.mount basic.target system.slice", "RequiresMountsFor": "/var/opt/mssql", "Restart": "on-failure", "RestartUSec": "100ms", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "0", "StartLimitInterval": "0", "StartupBlockIOWeight": "18446744073709551615", "StartupCPUShares": "18446744073709551615", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "no", "TasksCurrent": "18446744073709551615", "TasksMax": "18446744073709551615", "TimeoutStartUSec": "30min", "TimeoutStopUSec": "30min", "TimerSlackNSec": "50000", "Transient": "no", "Type": "simple", "UMask": "0007", "UnitFilePreset": "disabled", "UnitFileState": "enabled", "User": "mssql", "WantedBy": "multi-user.target", "WatchdogTimestamp": "Sat 2023-12-09 14:18:20 UTC", "WatchdogTimestampMonotonic": "779158319", "WatchdogUSec": "0", "WorkingDirectory": "/var/opt/mssql" } } TASK [fedora.linux_system_roles.mssql : Check if a custom tcpport setting exist] *** task path: /WORKDIR/git-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/verify_password.yml:8 Saturday 09 December 2023 14:18:34 +0000 (0:00:00.216) 0:00:59.964 ***** ok: [sut] => { "changed": false, "cmd": [ "grep", "^tcpport = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003557", "end": "2023-12-09 14:18:34.146500", "failed_when_result": false, "rc": 1, "start": "2023-12-09 14:18:34.142943" } MSG: non-zero return code TASK [fedora.linux_system_roles.mssql : Check if a custom ipaddress setting exist] *** task path: /WORKDIR/git-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/verify_password.yml:14 Saturday 09 December 2023 14:18:34 +0000 (0:00:00.141) 0:01:00.106 ***** ok: [sut] => { "changed": false, "cmd": [ "grep", "^ipaddress = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:01.004458", "end": "2023-12-09 14:18:35.290372", "failed_when_result": false, "rc": 1, "start": "2023-12-09 14:18:34.285914" } MSG: non-zero return code TASK [fedora.linux_system_roles.mssql : Set a fact with a login command] ******* task path: /WORKDIR/git-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/verify_password.yml:20 Saturday 09 December 2023 14:18:35 +0000 (0:00:01.143) 0:01:01.249 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:420 Saturday 09 December 2023 14:18:35 +0000 (0:00:00.028) 0:01:01.277 ***** ok: [sut] => { "changed": false, "elapsed": 1, "gid": 994, "group": "mssql", "match_groupdict": {}, "match_groups": [], "mode": "0660", "owner": "mssql", "path": "/var/opt/mssql/log/errorlog", "port": null, "search_regex": "SQL Server is now ready for client connections", "secontext": "system_u:object_r:var_t:s0", "size": 7083, "state": "file", "uid": 996 } TASK [fedora.linux_system_roles.mssql : Check if the set password matches the existing password] *** task path: /WORKDIR/git-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:426 Saturday 09 December 2023 14:18:36 +0000 (0:00:01.204) 0:01:02.481 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:441 Saturday 09 December 2023 14:18:38 +0000 (0:00:02.265) 0:01:04.747 ***** Notification for handler Restart the mssql-server service has been saved. changed: [sut] => { "changed": true, "name": "mssql-server", "state": "stopped", "status": { "ActiveEnterTimestamp": "Sat 2023-12-09 14:18:20 UTC", "ActiveEnterTimestampMonotonic": "779158344", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "auditd.service -.mount systemd-journald.socket basic.target network.target system.slice", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Sat 2023-12-09 14:18:20 UTC", "AssertTimestampMonotonic": "779151035", "Before": "shutdown.target multi-user.target", "BlockIOAccounting": "no", "BlockIOWeight": "18446744073709551615", "CPUAccounting": "no", "CPUQuotaPerSecUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "18446744073709551615", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "18446744073709551615", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Sat 2023-12-09 14:18:20 UTC", "ConditionTimestampMonotonic": "779151033", "Conflicts": "shutdown.target", "ControlGroup": "/system.slice/mssql-server.service", "ControlPID": "0", "DefaultDependencies": "yes", "Delegate": "no", "Description": "Microsoft SQL Server Database Engine", "DevicePolicy": "auto", "Documentation": "https://docs.microsoft.com/en-us/sql/linux", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "11533", "ExecMainStartTimestamp": "Sat 2023-12-09 14:18:20 UTC", "ExecMainStartTimestampMonotonic": "779158280", "ExecMainStatus": "0", "ExecStart": "{ path=/opt/mssql/bin/sqlservr ; argv[]=/opt/mssql/bin/sqlservr ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/mssql-server.service", "GuessMainPID": "yes", "IOScheduling": "0", "Id": "mssql-server.service", "IgnoreOnIsolate": "no", "IgnoreOnSnapshot": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestamp": "Sat 2023-12-09 14:18:20 UTC", "InactiveExitTimestampMonotonic": "779158344", "JobTimeoutAction": "none", "JobTimeoutUSec": "0", "KillMode": "process", "KillSignal": "15", "LimitAS": "18446744073709551615", "LimitCORE": "18446744073709551615", "LimitCPU": "18446744073709551615", "LimitDATA": "18446744073709551615", "LimitFSIZE": "18446744073709551615", "LimitLOCKS": "18446744073709551615", "LimitMEMLOCK": "65536", "LimitMSGQUEUE": "819200", "LimitNICE": "0", "LimitNOFILE": "18446744073709551615", "LimitNPROC": "18446744073709551615", "LimitRSS": "18446744073709551615", "LimitRTPRIO": "0", "LimitRTTIME": "18446744073709551615", "LimitSIGPENDING": "29173", "LimitSTACK": "18446744073709551615", "LoadState": "loaded", "MainPID": "11533", "MemoryAccounting": "no", "MemoryCurrent": "18446744073709551615", "MemoryLimit": "18446744073709551615", "MountFlags": "0", "Names": "mssql-server.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "PrivateDevices": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "ProtectHome": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "Requires": "-.mount basic.target system.slice", "RequiresMountsFor": "/var/opt/mssql", "Restart": "on-failure", "RestartUSec": "100ms", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "0", "StartLimitInterval": "0", "StartupBlockIOWeight": "18446744073709551615", "StartupCPUShares": "18446744073709551615", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "no", "TasksCurrent": "18446744073709551615", "TasksMax": "18446744073709551615", "TimeoutStartUSec": "30min", "TimeoutStopUSec": "30min", "TimerSlackNSec": "50000", "Transient": "no", "Type": "simple", "UMask": "0007", "UnitFilePreset": "disabled", "UnitFileState": "enabled", "User": "mssql", "WantedBy": "multi-user.target", "WatchdogTimestamp": "Sat 2023-12-09 14:18:20 UTC", "WatchdogTimestampMonotonic": "779158319", "WatchdogUSec": "0", "WorkingDirectory": "/var/opt/mssql" } } TASK [fedora.linux_system_roles.mssql : Gather package facts] ****************** task path: /WORKDIR/git-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:448 Saturday 09 December 2023 14:18:39 +0000 (0:00:00.825) 0:01:05.573 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:456 Saturday 09 December 2023 14:18:40 +0000 (0:00:00.687) 0:01:06.261 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:477 Saturday 09 December 2023 14:18:44 +0000 (0:00:03.761) 0:01:10.022 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:484 Saturday 09 December 2023 14:18:44 +0000 (0:00:00.017) 0:01:10.039 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:495 Saturday 09 December 2023 14:18:44 +0000 (0:00:00.017) 0:01:10.057 ***** skipping: [sut] => { "changed": false, "false_condition": "mssql_edition is not none", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Ensure that the mssql-server service is stopped] *** task path: /WORKDIR/git-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:508 Saturday 09 December 2023 14:18:44 +0000 (0:00:00.019) 0:01:10.076 ***** skipping: [sut] => { "changed": false, "false_condition": "mssql_edition is not none", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Gather package facts] ****************** task path: /WORKDIR/git-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:515 Saturday 09 December 2023 14:18:44 +0000 (0:00:00.018) 0:01:10.094 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:521 Saturday 09 December 2023 14:18:44 +0000 (0:00:00.052) 0:01:10.147 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:540 Saturday 09 December 2023 14:18:44 +0000 (0:00:00.019) 0:01:10.167 ***** skipping: [sut] => { "changed": false, "false_condition": "mssql_ip_address is not none", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Register the previous tcpport setting] *** task path: /WORKDIR/git-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:547 Saturday 09 December 2023 14:18:44 +0000 (0:00:00.019) 0:01:10.186 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:554 Saturday 09 December 2023 14:18:44 +0000 (0:00:00.018) 0:01:10.205 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:566 Saturday 09 December 2023 14:18:44 +0000 (0:00:00.018) 0:01:10.224 ***** included: /WORKDIR/git-storage-selinuxxlpt_7ke/.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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:3 Saturday 09 December 2023 14:18:44 +0000 (0:00:00.033) 0:01:10.257 ***** ok: [sut] => { "changed": false, "cmd": [ "grep", "^tcpport = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003336", "end": "2023-12-09 14:18:44.438680", "failed_when_result": false, "rc": 1, "start": "2023-12-09 14:18:44.435344" } MSG: non-zero return code TASK [fedora.linux_system_roles.mssql : Configure the setting network tcpport] *** task path: /WORKDIR/git-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:12 Saturday 09 December 2023 14:18:44 +0000 (0:00:00.140) 0:01:10.397 ***** Notification for handler Restart the mssql-server service has been saved. changed: [sut] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "set", "network.tcpport", "1433" ], "delta": "0:00:00.050253", "end": "2023-12-09 14:18:44.629804", "failed_when_result": false, "rc": 0, "start": "2023-12-09 14:18:44.579551" } 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:42 Saturday 09 December 2023 14:18:44 +0000 (0:00:00.193) 0:01:10.591 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:572 Saturday 09 December 2023 14:18:44 +0000 (0:00:00.018) 0:01:10.610 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:592 Saturday 09 December 2023 14:18:44 +0000 (0:00:00.018) 0:01:10.628 ***** skipping: [sut] => { "changed": false, "false_condition": "mssql_enable_sql_agent is not none", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Ensure the package mssql-server-fts] *** task path: /WORKDIR/git-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:599 Saturday 09 December 2023 14:18:44 +0000 (0:00:00.018) 0:01:10.646 ***** skipping: [sut] => { "changed": false, "false_condition": "mssql_install_fts is not none", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Ensure the package powershell] ********* task path: /WORKDIR/git-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:606 Saturday 09 December 2023 14:18:44 +0000 (0:00:00.019) 0:01:10.666 ***** skipping: [sut] => { "changed": false, "false_condition": "mssql_install_powershell is not none", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Check if the 3979 trace flag is enabled] *** task path: /WORKDIR/git-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:615 Saturday 09 December 2023 14:18:44 +0000 (0:00:00.019) 0:01:10.685 ***** skipping: [sut] => { "changed": false, "false_condition": "mssql_tune_for_fua_storage is not none", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Set the 3979 traceflag] **************** task path: /WORKDIR/git-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:621 Saturday 09 December 2023 14:18:44 +0000 (0:00:00.019) 0:01:10.704 ***** skipping: [sut] => { "changed": false, "false_condition": "mssql_tune_for_fua_storage is not none", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Unset the 3979 traceflag] ************** task path: /WORKDIR/git-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:628 Saturday 09 December 2023 14:18:44 +0000 (0:00:00.018) 0:01:10.723 ***** skipping: [sut] => { "changed": false, "false_condition": "mssql_tune_for_fua_storage is not none", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Configure the alternatewritethrough setting] *** task path: /WORKDIR/git-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:636 Saturday 09 December 2023 14:18:44 +0000 (0:00:00.017) 0:01:10.741 ***** skipping: [sut] => { "changed": false, "false_condition": "mssql_tune_for_fua_storage is not none", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Configure the writethrough setting] **** task path: /WORKDIR/git-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:642 Saturday 09 December 2023 14:18:44 +0000 (0:00:00.018) 0:01:10.759 ***** skipping: [sut] => { "changed": false, "false_condition": "mssql_tune_for_fua_storage is not none", "skip_reason": "Conditional result was False" } TASK [Create certificates using the certificate role] ************************** task path: /WORKDIR/git-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:660 Saturday 09 December 2023 14:18:44 +0000 (0:00:00.017) 0:01:10.777 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:674 Saturday 09 December 2023 14:18:44 +0000 (0:00:00.051) 0:01:10.828 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:679 Saturday 09 December 2023 14:18:44 +0000 (0:00:00.024) 0:01:10.852 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:697 Saturday 09 December 2023 14:18:44 +0000 (0:00:00.035) 0:01:10.887 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:706 Saturday 09 December 2023 14:18:44 +0000 (0:00:00.020) 0:01:10.907 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:715 Saturday 09 December 2023 14:18:45 +0000 (0:00:00.031) 0:01:10.938 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:722 Saturday 09 December 2023 14:18:45 +0000 (0:00:00.029) 0:01:10.968 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:731 Saturday 09 December 2023 14:18:45 +0000 (0:00:00.018) 0:01:10.987 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:739 Saturday 09 December 2023 14:18:45 +0000 (0:00:00.037) 0:01:11.025 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:747 Saturday 09 December 2023 14:18:45 +0000 (0:00:00.020) 0:01:11.045 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:754 Saturday 09 December 2023 14:18:45 +0000 (0:00:00.020) 0:01:11.065 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:761 Saturday 09 December 2023 14:18:45 +0000 (0:00:00.023) 0:01:11.089 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:770 Saturday 09 December 2023 14:18:45 +0000 (0:00:00.025) 0:01:11.114 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:783 Saturday 09 December 2023 14:18:45 +0000 (0:00:00.021) 0:01:11.136 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:792 Saturday 09 December 2023 14:18:45 +0000 (0:00:00.023) 0:01:11.160 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:804 Saturday 09 December 2023 14:18:45 +0000 (0:00:00.022) 0:01:11.182 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:809 Saturday 09 December 2023 14:18:45 +0000 (0:00:00.022) 0:01:11.205 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:826 Saturday 09 December 2023 14:18:45 +0000 (0:00:00.022) 0:01:11.228 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:831 Saturday 09 December 2023 14:18:45 +0000 (0:00:00.027) 0:01:11.255 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:836 Saturday 09 December 2023 14:18:45 +0000 (0:00:00.022) 0:01:11.278 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:842 Saturday 09 December 2023 14:18:45 +0000 (0:00:00.061) 0:01:11.339 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:868 Saturday 09 December 2023 14:18:45 +0000 (0:00:00.019) 0:01:11.359 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:889 Saturday 09 December 2023 14:18:45 +0000 (0:00:00.018) 0:01:11.378 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:897 Saturday 09 December 2023 14:18:45 +0000 (0:00:00.020) 0:01:11.398 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:907 Saturday 09 December 2023 14:18:45 +0000 (0:00:00.018) 0:01:11.417 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:913 Saturday 09 December 2023 14:18:45 +0000 (0:00:00.019) 0:01:11.437 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:930 Saturday 09 December 2023 14:18:45 +0000 (0:00:00.017) 0:01:11.455 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:941 Saturday 09 December 2023 14:18:45 +0000 (0:00:00.018) 0:01:11.473 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:961 Saturday 09 December 2023 14:18:45 +0000 (0:00:00.017) 0:01:11.491 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1015 Saturday 09 December 2023 14:18:45 +0000 (0:00:00.017) 0:01:11.508 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1022 Saturday 09 December 2023 14:18:45 +0000 (0:00:00.019) 0:01:11.528 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1029 Saturday 09 December 2023 14:18:45 +0000 (0:00:00.018) 0:01:11.546 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1039 Saturday 09 December 2023 14:18:45 +0000 (0:00:00.018) 0:01:11.565 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1045 Saturday 09 December 2023 14:18:45 +0000 (0:00:00.017) 0:01:11.582 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1053 Saturday 09 December 2023 14:18:45 +0000 (0:00:00.020) 0:01:11.603 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1062 Saturday 09 December 2023 14:18:45 +0000 (0:00:00.017) 0:01:11.621 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1070 Saturday 09 December 2023 14:18:45 +0000 (0:00:00.017) 0:01:11.638 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1085 Saturday 09 December 2023 14:18:45 +0000 (0:00:00.021) 0:01:11.660 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1092 Saturday 09 December 2023 14:18:45 +0000 (0:00:00.016) 0:01:11.676 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1117 Saturday 09 December 2023 14:18:45 +0000 (0:00:00.047) 0:01:11.723 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1126 Saturday 09 December 2023 14:18:45 +0000 (0:00:00.020) 0:01:11.744 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1135 Saturday 09 December 2023 14:18:45 +0000 (0:00:00.024) 0:01:11.768 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1146 Saturday 09 December 2023 14:18:45 +0000 (0:00:00.028) 0:01:11.797 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1159 Saturday 09 December 2023 14:18:45 +0000 (0:00:00.018) 0:01:11.815 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1168 Saturday 09 December 2023 14:18:45 +0000 (0:00:00.019) 0:01:11.834 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1175 Saturday 09 December 2023 14:18:45 +0000 (0:00:00.020) 0:01:11.855 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1182 Saturday 09 December 2023 14:18:45 +0000 (0:00:00.029) 0:01:11.884 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1190 Saturday 09 December 2023 14:18:45 +0000 (0:00:00.019) 0:01:11.903 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1197 Saturday 09 December 2023 14:18:45 +0000 (0:00:00.020) 0:01:11.924 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1209 Saturday 09 December 2023 14:18:46 +0000 (0:00:00.032) 0:01:11.957 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1218 Saturday 09 December 2023 14:18:46 +0000 (0:00:00.018) 0:01:11.975 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1225 Saturday 09 December 2023 14:18:46 +0000 (0:00:00.022) 0:01:11.998 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1231 Saturday 09 December 2023 14:18:46 +0000 (0:00:00.033) 0:01:12.031 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1239 Saturday 09 December 2023 14:18:46 +0000 (0:00:00.032) 0:01:12.063 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1252 Saturday 09 December 2023 14:18:46 +0000 (0:00:00.029) 0:01:12.093 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1264 Saturday 09 December 2023 14:18:46 +0000 (0:00:00.022) 0:01:12.115 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1270 Saturday 09 December 2023 14:18:46 +0000 (0:00:00.045) 0:01:12.161 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1279 Saturday 09 December 2023 14:18:46 +0000 (0:00:00.065) 0:01:12.226 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1288 Saturday 09 December 2023 14:18:46 +0000 (0:00:00.287) 0:01:12.513 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/handlers/main.yml:3 Saturday 09 December 2023 14:18:46 +0000 (0:00:00.019) 0:01:12.533 ***** changed: [sut] => { "changed": true, "name": "mssql-server", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2023-12-09 14:18:20 UTC", "ActiveEnterTimestampMonotonic": "779158344", "ActiveExitTimestamp": "Sat 2023-12-09 14:18:39 UTC", "ActiveExitTimestampMonotonic": "797935391", "ActiveState": "inactive", "After": "auditd.service -.mount systemd-journald.socket basic.target network.target system.slice", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Sat 2023-12-09 14:18:20 UTC", "AssertTimestampMonotonic": "779151035", "Before": "shutdown.target multi-user.target", "BlockIOAccounting": "no", "BlockIOWeight": "18446744073709551615", "CPUAccounting": "no", "CPUQuotaPerSecUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "18446744073709551615", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "18446744073709551615", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Sat 2023-12-09 14:18:20 UTC", "ConditionTimestampMonotonic": "779151033", "Conflicts": "shutdown.target", "ControlPID": "0", "DefaultDependencies": "yes", "Delegate": "no", "Description": "Microsoft SQL Server Database Engine", "DevicePolicy": "auto", "Documentation": "https://docs.microsoft.com/en-us/sql/linux", "ExecMainCode": "1", "ExecMainExitTimestamp": "Sat 2023-12-09 14:18:39 UTC", "ExecMainExitTimestampMonotonic": "798528500", "ExecMainPID": "11533", "ExecMainStartTimestamp": "Sat 2023-12-09 14:18:20 UTC", "ExecMainStartTimestampMonotonic": "779158280", "ExecMainStatus": "0", "ExecStart": "{ path=/opt/mssql/bin/sqlservr ; argv[]=/opt/mssql/bin/sqlservr ; ignore_errors=no ; start_time=[Sat 2023-12-09 14:18:20 UTC] ; stop_time=[Sat 2023-12-09 14:18:39 UTC] ; pid=11533 ; code=exited ; status=0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/mssql-server.service", "GuessMainPID": "yes", "IOScheduling": "0", "Id": "mssql-server.service", "IgnoreOnIsolate": "no", "IgnoreOnSnapshot": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestamp": "Sat 2023-12-09 14:18:39 UTC", "InactiveEnterTimestampMonotonic": "798528600", "InactiveExitTimestamp": "Sat 2023-12-09 14:18:20 UTC", "InactiveExitTimestampMonotonic": "779158344", "JobTimeoutAction": "none", "JobTimeoutUSec": "0", "KillMode": "process", "KillSignal": "15", "LimitAS": "18446744073709551615", "LimitCORE": "18446744073709551615", "LimitCPU": "18446744073709551615", "LimitDATA": "18446744073709551615", "LimitFSIZE": "18446744073709551615", "LimitLOCKS": "18446744073709551615", "LimitMEMLOCK": "65536", "LimitMSGQUEUE": "819200", "LimitNICE": "0", "LimitNOFILE": "18446744073709551615", "LimitNPROC": "18446744073709551615", "LimitRSS": "18446744073709551615", "LimitRTPRIO": "0", "LimitRTTIME": "18446744073709551615", "LimitSIGPENDING": "29173", "LimitSTACK": "18446744073709551615", "LoadState": "loaded", "MainPID": "0", "MemoryAccounting": "no", "MemoryCurrent": "18446744073709551615", "MemoryLimit": "18446744073709551615", "MountFlags": "0", "Names": "mssql-server.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "PrivateDevices": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "ProtectHome": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "Requires": "-.mount basic.target system.slice", "RequiresMountsFor": "/var/opt/mssql", "Restart": "on-failure", "RestartUSec": "100ms", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "0", "StartLimitInterval": "0", "StartupBlockIOWeight": "18446744073709551615", "StartupCPUShares": "18446744073709551615", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "dead", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "no", "TasksCurrent": "18446744073709551615", "TasksMax": "18446744073709551615", "TimeoutStartUSec": "30min", "TimeoutStopUSec": "30min", "TimerSlackNSec": "50000", "Transient": "no", "Type": "simple", "UMask": "0007", "UnitFilePreset": "disabled", "UnitFileState": "enabled", "User": "mssql", "WantedBy": "multi-user.target", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0", "WorkingDirectory": "/var/opt/mssql" } } TASK [fedora.linux_system_roles.mssql : Post-input SQL scripts to SQL Server] *** task path: /WORKDIR/git-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1292 Saturday 09 December 2023 14:18:46 +0000 (0:00:00.260) 0:01:12.794 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1299 Saturday 09 December 2023 14:18:46 +0000 (0:00:00.031) 0:01:12.825 ***** skipping: [sut] => { "changed": false, "false_condition": "mssql_post_input_sql_content != []", "skip_reason": "Conditional result was False" } TASK [Verify settings] ********************************************************* task path: /WORKDIR/git-storage-selinuxxlpt_7ke/tests/tasks/tests_password.yml:23 Saturday 09 December 2023 14:18:46 +0000 (0:00:00.039) 0:01:12.865 ***** included: /WORKDIR/git-storage-selinuxxlpt_7ke/tests/tasks/verify_settings.yml for sut TASK [Check if the errorlog file exists and its location] ********************** task path: /WORKDIR/git-storage-selinuxxlpt_7ke/tests/tasks/verify_settings.yml:8 Saturday 09 December 2023 14:18:47 +0000 (0:00:00.123) 0:01:12.989 ***** skipping: [sut] => { "changed": false, "false_condition": "__verify_mssql_edition is defined", "skip_reason": "Conditional result was False" } TASK [Check if the set edition matches the existing edition] ******************* task path: /WORKDIR/git-storage-selinuxxlpt_7ke/tests/tasks/verify_settings.yml:23 Saturday 09 December 2023 14:18:47 +0000 (0:00:00.043) 0:01:13.032 ***** skipping: [sut] => { "changed": false, "false_condition": "__verify_mssql_edition is defined", "skip_reason": "Conditional result was False" } TASK [Verify if the edition matches] ******************************************* task path: /WORKDIR/git-storage-selinuxxlpt_7ke/tests/tasks/verify_settings.yml:35 Saturday 09 December 2023 14:18:47 +0000 (0:00:00.045) 0:01:13.078 ***** skipping: [sut] => { "changed": false, "false_condition": "__verify_mssql_edition is defined", "skip_reason": "Conditional result was False" } TASK [Verify the setting {{ item.key }}] *************************************** task path: /WORKDIR/git-storage-selinuxxlpt_7ke/tests/tasks/verify_settings.yml:39 Saturday 09 December 2023 14:18:47 +0000 (0:00:00.038) 0:01:13.116 ***** skipping: [sut] => { "changed": false, "false_condition": "item.value is defined", "skip_reason": "Conditional result was False" } TASK [Get stat of mssql_datadir] *********************************************** task path: /WORKDIR/git-storage-selinuxxlpt_7ke/tests/tasks/verify_settings.yml:55 Saturday 09 December 2023 14:18:47 +0000 (0:00:00.036) 0:01:13.153 ***** skipping: [sut] => { "changed": false, "false_condition": "__verify_mssql_datadir_mode is defined", "skip_reason": "Conditional result was False" } TASK [Assert that mssql_datadir has proper permissions and ownership] ********** task path: /WORKDIR/git-storage-selinuxxlpt_7ke/tests/tasks/verify_settings.yml:60 Saturday 09 December 2023 14:18:47 +0000 (0:00:00.027) 0:01:13.180 ***** skipping: [sut] => { "changed": false, "false_condition": "__verify_mssql_datadir_mode is defined", "skip_reason": "Conditional result was False" } TASK [Get stat of mssql_logdir] ************************************************ task path: /WORKDIR/git-storage-selinuxxlpt_7ke/tests/tasks/verify_settings.yml:70 Saturday 09 December 2023 14:18:47 +0000 (0:00:00.039) 0:01:13.219 ***** skipping: [sut] => { "changed": false, "false_condition": "__verify_mssql_logdir_mode is defined", "skip_reason": "Conditional result was False" } TASK [Assert that mssql_logdir has proper permissions and ownership] *********** task path: /WORKDIR/git-storage-selinuxxlpt_7ke/tests/tasks/verify_settings.yml:75 Saturday 09 December 2023 14:18:47 +0000 (0:00:00.022) 0:01:13.241 ***** skipping: [sut] => { "changed": false, "false_condition": "__verify_mssql_logdir_mode is defined", "skip_reason": "Conditional result was False" } TASK [Prepare MSSQL and facts for logging in] ********************************** task path: /WORKDIR/git-storage-selinuxxlpt_7ke/tests/tasks/verify_settings.yml:85 Saturday 09 December 2023 14:18:47 +0000 (0:00:00.020) 0:01:13.262 ***** TASK [fedora.linux_system_roles.mssql : Ensure that the mssql-server service is started] *** task path: /WORKDIR/git-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/verify_password.yml:3 Saturday 09 December 2023 14:18:47 +0000 (0:00:00.074) 0:01:13.336 ***** ok: [sut] => { "changed": false, "name": "mssql-server", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2023-12-09 14:18:46 UTC", "ActiveEnterTimestampMonotonic": "805727699", "ActiveExitTimestamp": "Sat 2023-12-09 14:18:39 UTC", "ActiveExitTimestampMonotonic": "797935391", "ActiveState": "active", "After": "auditd.service -.mount systemd-journald.socket basic.target network.target system.slice", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Sat 2023-12-09 14:18:46 UTC", "AssertTimestampMonotonic": "805719767", "Before": "shutdown.target multi-user.target", "BlockIOAccounting": "no", "BlockIOWeight": "18446744073709551615", "CPUAccounting": "no", "CPUQuotaPerSecUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "18446744073709551615", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "18446744073709551615", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Sat 2023-12-09 14:18:46 UTC", "ConditionTimestampMonotonic": "805719766", "Conflicts": "shutdown.target", "ControlGroup": "/system.slice/mssql-server.service", "ControlPID": "0", "DefaultDependencies": "yes", "Delegate": "no", "Description": "Microsoft SQL Server Database Engine", "DevicePolicy": "auto", "Documentation": "https://docs.microsoft.com/en-us/sql/linux", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "12422", "ExecMainStartTimestamp": "Sat 2023-12-09 14:18:46 UTC", "ExecMainStartTimestampMonotonic": "805727640", "ExecMainStatus": "0", "ExecStart": "{ path=/opt/mssql/bin/sqlservr ; argv[]=/opt/mssql/bin/sqlservr ; ignore_errors=no ; start_time=[Sat 2023-12-09 14:18:46 UTC] ; stop_time=[n/a] ; pid=12422 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/mssql-server.service", "GuessMainPID": "yes", "IOScheduling": "0", "Id": "mssql-server.service", "IgnoreOnIsolate": "no", "IgnoreOnSnapshot": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestamp": "Sat 2023-12-09 14:18:39 UTC", "InactiveEnterTimestampMonotonic": "798528600", "InactiveExitTimestamp": "Sat 2023-12-09 14:18:46 UTC", "InactiveExitTimestampMonotonic": "805727699", "JobTimeoutAction": "none", "JobTimeoutUSec": "0", "KillMode": "process", "KillSignal": "15", "LimitAS": "18446744073709551615", "LimitCORE": "18446744073709551615", "LimitCPU": "18446744073709551615", "LimitDATA": "18446744073709551615", "LimitFSIZE": "18446744073709551615", "LimitLOCKS": "18446744073709551615", "LimitMEMLOCK": "65536", "LimitMSGQUEUE": "819200", "LimitNICE": "0", "LimitNOFILE": "18446744073709551615", "LimitNPROC": "18446744073709551615", "LimitRSS": "18446744073709551615", "LimitRTPRIO": "0", "LimitRTTIME": "18446744073709551615", "LimitSIGPENDING": "29173", "LimitSTACK": "18446744073709551615", "LoadState": "loaded", "MainPID": "12422", "MemoryAccounting": "no", "MemoryCurrent": "142569472", "MemoryLimit": "18446744073709551615", "MountFlags": "0", "Names": "mssql-server.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "PrivateDevices": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "ProtectHome": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "Requires": "-.mount basic.target system.slice", "RequiresMountsFor": "/var/opt/mssql", "Restart": "on-failure", "RestartUSec": "100ms", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "0", "StartLimitInterval": "0", "StartupBlockIOWeight": "18446744073709551615", "StartupCPUShares": "18446744073709551615", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "no", "TasksCurrent": "45", "TasksMax": "18446744073709551615", "TimeoutStartUSec": "30min", "TimeoutStopUSec": "30min", "TimerSlackNSec": "50000", "Transient": "no", "Type": "simple", "UMask": "0007", "UnitFilePreset": "disabled", "UnitFileState": "enabled", "User": "mssql", "WantedBy": "multi-user.target", "WatchdogTimestamp": "Sat 2023-12-09 14:18:46 UTC", "WatchdogTimestampMonotonic": "805727673", "WatchdogUSec": "0", "WorkingDirectory": "/var/opt/mssql" } } TASK [fedora.linux_system_roles.mssql : Check if a custom tcpport setting exist] *** task path: /WORKDIR/git-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/verify_password.yml:8 Saturday 09 December 2023 14:18:47 +0000 (0:00:00.270) 0:01:13.607 ***** ok: [sut] => { "changed": false, "cmd": [ "grep", "^tcpport = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003643", "end": "2023-12-09 14:18:47.792542", "failed_when_result": false, "rc": 0, "start": "2023-12-09 14:18:47.788899" } STDOUT: tcpport = 1433 TASK [fedora.linux_system_roles.mssql : Check if a custom ipaddress setting exist] *** task path: /WORKDIR/git-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/verify_password.yml:14 Saturday 09 December 2023 14:18:47 +0000 (0:00:00.147) 0:01:13.754 ***** ok: [sut] => { "changed": false, "cmd": [ "grep", "^ipaddress = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.004018", "end": "2023-12-09 14:18:47.954854", "failed_when_result": false, "rc": 1, "start": "2023-12-09 14:18:47.950836" } MSG: non-zero return code TASK [fedora.linux_system_roles.mssql : Set a fact with a login command] ******* task path: /WORKDIR/git-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/verify_password.yml:20 Saturday 09 December 2023 14:18:47 +0000 (0:00:00.172) 0:01:13.926 ***** 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-storage-selinuxxlpt_7ke/tests/tasks/verify_settings.yml:93 Saturday 09 December 2023 14:18:48 +0000 (0:00:00.052) 0:01:13.979 ***** ok: [sut] => { "changed": false, "elapsed": 2, "gid": 994, "group": "mssql", "match_groupdict": {}, "match_groups": [], "mode": "0660", "owner": "mssql", "path": "/var/opt/mssql/log/errorlog", "port": null, "search_regex": "SQL Server is now ready for client connections", "secontext": "system_u:object_r:var_t:s0", "size": 7082, "state": "file", "uid": 996 } TASK [Check if the set password matches the existing password] ***************** task path: /WORKDIR/git-storage-selinuxxlpt_7ke/tests/tasks/verify_settings.yml:99 Saturday 09 December 2023 14:18:50 +0000 (0:00:02.219) 0:01:16.198 ***** ok: [sut] => { "attempts": 1, "changed": false, "cmd": [ "/opt/mssql-tools/bin/sqlcmd", "-S", "localhost,1433", "-U", "sa", "-P", "p@55w0rD11", "-Q", "SELECT @@VERSION" ], "delta": "0:00:00.036598", "end": "2023-12-09 14:18:50.415946", "rc": 0, "start": "2023-12-09 14:18:50.379348" } 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 (Red Hat Enterprise Linux Server 7.9 (Maipo)) (1 rows affected) TASK [Set the mssql_password variable to default null] ************************* task path: /WORKDIR/git-storage-selinuxxlpt_7ke/tests/tasks/verify_settings.yml:113 Saturday 09 December 2023 14:18:50 +0000 (0:00:00.187) 0:01:16.386 ***** ok: [sut] => { "ansible_facts": { "mssql_password": null }, "changed": false } TASK [Verify the package mssql-server-fts] ************************************* task path: /WORKDIR/git-storage-selinuxxlpt_7ke/tests/tasks/verify_settings.yml:117 Saturday 09 December 2023 14:18:50 +0000 (0:00:00.021) 0:01:16.407 ***** skipping: [sut] => { "changed": false, "false_condition": "__verify_mssql_fts_is_installed is defined", "skip_reason": "Conditional result was False" } TASK [Verify the package powershell] ******************************************* task path: /WORKDIR/git-storage-selinuxxlpt_7ke/tests/tasks/verify_settings.yml:124 Saturday 09 December 2023 14:18:50 +0000 (0:00:00.021) 0:01:16.428 ***** skipping: [sut] => { "changed": false, "false_condition": "__verify_mssql_powershell_is_installed is defined", "skip_reason": "Conditional result was False" } TASK [Get the value of the traceflag setting] ********************************** task path: /WORKDIR/git-storage-selinuxxlpt_7ke/tests/tasks/verify_settings.yml:135 Saturday 09 December 2023 14:18:50 +0000 (0:00:00.019) 0:01:16.448 ***** skipping: [sut] => { "changed": false, "false_condition": "__verify_mssql_is_tuned_for_fua is defined", "skip_reason": "Conditional result was False" } TASK [Verify that the traceflag setting is set to 3979] ************************ task path: /WORKDIR/git-storage-selinuxxlpt_7ke/tests/tasks/verify_settings.yml:140 Saturday 09 December 2023 14:18:50 +0000 (0:00:00.019) 0:01:16.467 ***** skipping: [sut] => { "changed": false, "false_condition": "__verify_mssql_is_tuned_for_fua is defined", "skip_reason": "Conditional result was False" } TASK [Verify that the traceflag setting is not set to 3979] ******************** task path: /WORKDIR/git-storage-selinuxxlpt_7ke/tests/tasks/verify_settings.yml:145 Saturday 09 December 2023 14:18:50 +0000 (0:00:00.018) 0:01:16.485 ***** skipping: [sut] => { "changed": false, "false_condition": "__verify_mssql_is_tuned_for_fua is defined", "skip_reason": "Conditional result was False" } TASK [Verify that the alternatewritethrough setting is false] ****************** task path: /WORKDIR/git-storage-selinuxxlpt_7ke/tests/tasks/verify_settings.yml:151 Saturday 09 December 2023 14:18:50 +0000 (0:00:00.018) 0:01:16.504 ***** skipping: [sut] => { "changed": false, "false_condition": "__verify_mssql_is_tuned_for_fua is defined", "skip_reason": "Conditional result was False" } TASK [Verify the writethrough setting] ***************************************** task path: /WORKDIR/git-storage-selinuxxlpt_7ke/tests/tasks/verify_settings.yml:157 Saturday 09 December 2023 14:18:50 +0000 (0:00:00.021) 0:01:16.525 ***** skipping: [sut] => { "changed": false, "false_condition": "__verify_mssql_is_tuned_for_fua is defined", "skip_reason": "Conditional result was False" } TASK [Verify the tlscert setting] ********************************************** task path: /WORKDIR/git-storage-selinuxxlpt_7ke/tests/tasks/verify_settings.yml:167 Saturday 09 December 2023 14:18:50 +0000 (0:00:00.021) 0:01:16.547 ***** 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-storage-selinuxxlpt_7ke/tests/tasks/verify_settings.yml:178 Saturday 09 December 2023 14:18:50 +0000 (0:00:00.029) 0:01:16.576 ***** 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-storage-selinuxxlpt_7ke/tests/tasks/verify_settings.yml:190 Saturday 09 December 2023 14:18:50 +0000 (0:00:00.018) 0:01:16.594 ***** 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-storage-selinuxxlpt_7ke/tests/tasks/verify_settings.yml:198 Saturday 09 December 2023 14:18:50 +0000 (0:00:00.049) 0:01:16.643 ***** 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-storage-selinuxxlpt_7ke/tests/tasks/verify_settings.yml:208 Saturday 09 December 2023 14:18:50 +0000 (0:00:00.018) 0:01:16.661 ***** 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-storage-selinuxxlpt_7ke/tests/tasks/verify_settings.yml:213 Saturday 09 December 2023 14:18:50 +0000 (0:00:00.019) 0:01:16.681 ***** 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-storage-selinuxxlpt_7ke/tests/tasks/verify_settings.yml:219 Saturday 09 December 2023 14:18:50 +0000 (0:00:00.018) 0:01:16.699 ***** skipping: [sut] => { "changed": false, "false_condition": "__verify_mssql_is_confined is defined", "skip_reason": "Conditional result was False" } TASK [Change the IP address setting.] ****************************************** task path: /WORKDIR/git-storage-selinuxxlpt_7ke/tests/tasks/tests_password.yml:28 Saturday 09 December 2023 14:18:50 +0000 (0:00:00.017) 0:01:16.717 ***** TASK [fedora.linux_system_roles.mssql : Ensure ansible_facts and variables used by role] *** task path: /WORKDIR/git-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:3 Saturday 09 December 2023 14:18:51 +0000 (0:00:00.237) 0:01:16.955 ***** included: /WORKDIR/git-storage-selinuxxlpt_7ke/.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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/set_vars.yml:3 Saturday 09 December 2023 14:18:51 +0000 (0:00:00.029) 0:01:16.985 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/set_vars.yml:8 Saturday 09 December 2023 14:18:51 +0000 (0:00:00.023) 0:01:17.008 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/vars/RedHat.yml" ], "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml" } 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/vars/RedHat.yml" ], "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml" } ok: [sut] => (item=RedHat_7.yml) => { "ansible_facts": { "__mssql_client_repository": "https://packages.microsoft.com/rhel/7/prod/", "__mssql_confined_supported": false, "__mssql_server_repository": "https://packages.microsoft.com/rhel/7/mssql-server-{{ mssql_version | int }}/", "__mssql_supported_versions": [ 2017, 2019 ] }, "ansible_included_var_files": [ "/WORKDIR/git-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/vars/RedHat_7.yml" ], "ansible_loop_var": "item", "changed": false, "item": "RedHat_7.yml" } skipping: [sut] => (item=RedHat_7.9.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__mssql_vars_file is file", "item": "RedHat_7.9.yml", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Unset the __mssql_sqlcmd_login_cmd fact] *** task path: /WORKDIR/git-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:8 Saturday 09 December 2023 14:18:51 +0000 (0:00:00.037) 0:01:17.046 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:15 Saturday 09 December 2023 14:18:51 +0000 (0:00:00.020) 0:01:17.067 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:23 Saturday 09 December 2023 14:18:51 +0000 (0:00:00.020) 0:01:17.087 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:30 Saturday 09 December 2023 14:18:51 +0000 (0:00:00.021) 0:01:17.109 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:37 Saturday 09 December 2023 14:18:51 +0000 (0:00:00.097) 0:01:17.206 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:44 Saturday 09 December 2023 14:18:51 +0000 (0:00:00.022) 0:01:17.229 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:51 Saturday 09 December 2023 14:18:51 +0000 (0:00:00.020) 0:01:17.249 ***** 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 : Verify that the user accepts EULA variables] *** task path: /WORKDIR/git-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:55 Saturday 09 December 2023 14:18:51 +0000 (0:00:00.023) 0:01:17.272 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:67 Saturday 09 December 2023 14:18:51 +0000 (0:00:00.026) 0:01:17.299 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:75 Saturday 09 December 2023 14:18:51 +0000 (0:00:00.019) 0:01:17.318 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:84 Saturday 09 December 2023 14:18:51 +0000 (0:00:00.021) 0:01:17.340 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:93 Saturday 09 December 2023 14:18:51 +0000 (0:00:00.019) 0:01:17.359 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:103 Saturday 09 December 2023 14:18:51 +0000 (0:00:00.019) 0:01:17.379 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:112 Saturday 09 December 2023 14:18:51 +0000 (0:00:00.019) 0:01:17.398 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:116 Saturday 09 December 2023 14:18:52 +0000 (0:00:00.680) 0:01:18.078 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:124 Saturday 09 December 2023 14:18:52 +0000 (0:00:00.054) 0:01:18.133 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:131 Saturday 09 December 2023 14:18:52 +0000 (0:00:00.020) 0:01:18.153 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:138 Saturday 09 December 2023 14:18:52 +0000 (0:00:00.024) 0:01:18.177 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:152 Saturday 09 December 2023 14:18:52 +0000 (0:00:00.039) 0:01:18.217 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:165 Saturday 09 December 2023 14:18:52 +0000 (0:00:00.348) 0:01:18.566 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:175 Saturday 09 December 2023 14:18:52 +0000 (0:00:00.102) 0:01:18.668 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:186 Saturday 09 December 2023 14:18:52 +0000 (0:00:00.028) 0:01:18.697 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:194 Saturday 09 December 2023 14:18:52 +0000 (0:00:00.021) 0:01:18.719 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:207 Saturday 09 December 2023 14:18:52 +0000 (0:00:00.026) 0:01:18.745 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:214 Saturday 09 December 2023 14:18:52 +0000 (0:00:00.021) 0:01:18.767 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:219 Saturday 09 December 2023 14:18:52 +0000 (0:00:00.037) 0:01:18.804 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:228 Saturday 09 December 2023 14:18:52 +0000 (0:00:00.031) 0:01:18.836 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:237 Saturday 09 December 2023 14:18:52 +0000 (0:00:00.022) 0:01:18.858 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:242 Saturday 09 December 2023 14:18:52 +0000 (0:00:00.023) 0:01:18.882 ***** ok: [sut] => { "changed": false, "rc": 0, "results": [ "mssql-server-14.0.3465.1-1.x86_64 providing mssql-server is already installed" ] } TASK [fedora.linux_system_roles.mssql : Ensure that the openldap-compat package is installed] *** task path: /WORKDIR/git-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:250 Saturday 09 December 2023 14:18:53 +0000 (0:00:00.339) 0:01:19.222 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:258 Saturday 09 December 2023 14:18:53 +0000 (0:00:00.023) 0:01:19.245 ***** 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.005538", "end": "2023-12-09 14:18:53.455973", "rc": 0, "start": "2023-12-09 14:18:53.450435" } STDOUT: /var/opt/mssql/log/errorlog TASK [fedora.linux_system_roles.mssql : Gather system services facts] ********** task path: /WORKDIR/git-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:273 Saturday 09 December 2023 14:18:53 +0000 (0:00:00.179) 0:01:19.424 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:277 Saturday 09 December 2023 14:18:54 +0000 (0:00:00.821) 0:01:20.246 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:286 Saturday 09 December 2023 14:18:54 +0000 (0:00:00.027) 0:01:20.273 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:302 Saturday 09 December 2023 14:18:54 +0000 (0:00:00.018) 0:01:20.291 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:322 Saturday 09 December 2023 14:18:54 +0000 (0:00:00.017) 0:01:20.309 ***** skipping: [sut] => (item={'path': None, 'mode': None, 'setting': 'defaultdatadir'}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "item.path is not none", "item": { "mode": null, "path": null, "setting": "defaultdatadir" }, "skip_reason": "Conditional result was False" } skipping: [sut] => (item={'path': None, 'mode': None, 'setting': 'defaultlogdir'}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "item.path is not none", "item": { "mode": null, "path": null, "setting": "defaultlogdir" }, "skip_reason": "Conditional result was False" } skipping: [sut] => { "changed": false } MSG: All items skipped TASK [Ensure correct SELinux context for {{ __mssql_storage_path }}] *********** task path: /WORKDIR/git-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:337 Saturday 09 December 2023 14:18:54 +0000 (0:00:00.021) 0:01:20.330 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:344 Saturday 09 December 2023 14:18:54 +0000 (0:00:00.017) 0:01:20.348 ***** ok: [sut] => { "changed": false, "rc": 0, "results": [ "tuned-profiles-mssql-2.11.0-12.el7_9.noarch providing tuned-profiles-mssql is already installed" ] } TASK [fedora.linux_system_roles.mssql : Ensure that the tuned service is started and enabled] *** task path: /WORKDIR/git-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:349 Saturday 09 December 2023 14:18:54 +0000 (0:00:00.323) 0:01:20.671 ***** ok: [sut] => { "changed": false, "enabled": true, "name": "tuned", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2023-12-09 14:05:33 UTC", "ActiveEnterTimestampMonotonic": "12122499", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "basic.target systemd-journald.socket dbus.service network.target system.slice systemd-sysctl.service", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Sat 2023-12-09 14:05:32 UTC", "AssertTimestampMonotonic": "11342233", "Before": "shutdown.target multi-user.target", "BlockIOAccounting": "no", "BlockIOWeight": "18446744073709551615", "BusName": "com.redhat.tuned", "CPUAccounting": "no", "CPUQuotaPerSecUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "18446744073709551615", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "18446744073709551615", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Sat 2023-12-09 14:05:32 UTC", "ConditionTimestampMonotonic": "11342227", "Conflicts": "cpupower.service shutdown.target", "ControlGroup": "/system.slice/tuned.service", "ControlPID": "0", "DefaultDependencies": "yes", "Delegate": "no", "Description": "Dynamic System Tuning Daemon", "DevicePolicy": "auto", "Documentation": "man:tuned(8) man:tuned.conf(5) man:tuned-adm(8)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "946", "ExecMainStartTimestamp": "Sat 2023-12-09 14:05:32 UTC", "ExecMainStartTimestampMonotonic": "11349675", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/sbin/tuned ; argv[]=/usr/sbin/tuned -l -P ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/tuned.service", "GuessMainPID": "yes", "IOScheduling": "0", "Id": "tuned.service", "IgnoreOnIsolate": "no", "IgnoreOnSnapshot": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestamp": "Sat 2023-12-09 14:05:32 UTC", "InactiveExitTimestampMonotonic": "11349721", "JobTimeoutAction": "none", "JobTimeoutUSec": "0", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "18446744073709551615", "LimitCORE": "18446744073709551615", "LimitCPU": "18446744073709551615", "LimitDATA": "18446744073709551615", "LimitFSIZE": "18446744073709551615", "LimitLOCKS": "18446744073709551615", "LimitMEMLOCK": "65536", "LimitMSGQUEUE": "819200", "LimitNICE": "0", "LimitNOFILE": "4096", "LimitNPROC": "29173", "LimitRSS": "18446744073709551615", "LimitRTPRIO": "0", "LimitRTTIME": "18446744073709551615", "LimitSIGPENDING": "29173", "LimitSTACK": "18446744073709551615", "LoadState": "loaded", "MainPID": "946", "MemoryAccounting": "no", "MemoryCurrent": "18354176", "MemoryLimit": "18446744073709551615", "MountFlags": "0", "Names": "tuned.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PIDFile": "/run/tuned/tuned.pid", "PermissionsStartOnly": "no", "PrivateDevices": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "ProtectHome": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "Requires": "dbus.service polkit.service basic.target system.slice", "Restart": "no", "RestartUSec": "100ms", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitInterval": "10000000", "StartupBlockIOWeight": "18446744073709551615", "StartupCPUShares": "18446744073709551615", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "no", "TasksCurrent": "5", "TasksMax": "18446744073709551615", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "dbus", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "WantedBy": "multi-user.target", "WatchdogTimestamp": "Sat 2023-12-09 14:05:33 UTC", "WatchdogTimestampMonotonic": "12122371", "WatchdogUSec": "0" } } TASK [fedora.linux_system_roles.mssql : Get the active Tuned profiles] ********* task path: /WORKDIR/git-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:355 Saturday 09 December 2023 14:18:55 +0000 (0:00:00.339) 0:01:21.011 ***** ok: [sut] => { "changed": false, "cmd": [ "tuned-adm", "active" ], "delta": "0:00:00.105666", "end": "2023-12-09 14:18:55.294149", "rc": 0, "start": "2023-12-09 14:18:55.188483" } 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:365 Saturday 09 December 2023 14:18:55 +0000 (0:00:00.245) 0:01:21.256 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:378 Saturday 09 December 2023 14:18:55 +0000 (0:00:00.019) 0:01:21.276 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:387 Saturday 09 December 2023 14:18:55 +0000 (0:00:00.021) 0:01:21.298 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:397 Saturday 09 December 2023 14:18:55 +0000 (0:00:00.023) 0:01:21.321 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:404 Saturday 09 December 2023 14:18:55 +0000 (0:00:00.168) 0:01:21.490 ***** ok: [sut] => { "changed": false, "rc": 0, "results": [ "mssql-tools-17.10.1.1-1.x86_64 providing mssql-tools is already installed", "unixODBC-devel-2.3.11-1.rh.x86_64 providing unixODBC-devel is already installed" ] } TASK [fedora.linux_system_roles.mssql : Prepare MSSQL and facts for logging in] *** task path: /WORKDIR/git-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:416 Saturday 09 December 2023 14:18:55 +0000 (0:00:00.337) 0:01:21.828 ***** skipping: [sut] => { "changed": false, "false_condition": "mssql_password is not none", "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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:420 Saturday 09 December 2023 14:18:55 +0000 (0:00:00.018) 0:01:21.847 ***** skipping: [sut] => { "changed": false, "false_condition": "mssql_password is not none", "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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:426 Saturday 09 December 2023 14:18:55 +0000 (0:00:00.019) 0:01:21.866 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:441 Saturday 09 December 2023 14:18:55 +0000 (0:00:00.018) 0:01:21.885 ***** skipping: [sut] => { "changed": false, "false_condition": "mssql_password is not none", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Gather package facts] ****************** task path: /WORKDIR/git-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:448 Saturday 09 December 2023 14:18:55 +0000 (0:00:00.019) 0:01:21.904 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:456 Saturday 09 December 2023 14:18:55 +0000 (0:00:00.020) 0:01:21.924 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:477 Saturday 09 December 2023 14:18:56 +0000 (0:00:00.018) 0:01:21.942 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:484 Saturday 09 December 2023 14:18:56 +0000 (0:00:00.017) 0:01:21.960 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:495 Saturday 09 December 2023 14:18:56 +0000 (0:00:00.016) 0:01:21.977 ***** skipping: [sut] => { "changed": false, "false_condition": "mssql_edition is not none", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Ensure that the mssql-server service is stopped] *** task path: /WORKDIR/git-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:508 Saturday 09 December 2023 14:18:56 +0000 (0:00:00.019) 0:01:21.996 ***** skipping: [sut] => { "changed": false, "false_condition": "mssql_edition is not none", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Gather package facts] ****************** task path: /WORKDIR/git-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:515 Saturday 09 December 2023 14:18:56 +0000 (0:00:00.019) 0:01:22.015 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:521 Saturday 09 December 2023 14:18:56 +0000 (0:00:00.022) 0:01:22.038 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:540 Saturday 09 December 2023 14:18:56 +0000 (0:00:00.060) 0:01:22.099 ***** included: /WORKDIR/git-storage-selinuxxlpt_7ke/.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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:3 Saturday 09 December 2023 14:18:56 +0000 (0:00:00.033) 0:01:22.132 ***** ok: [sut] => { "changed": false, "cmd": [ "grep", "^ipaddress = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:01.005157", "end": "2023-12-09 14:18:57.317662", "failed_when_result": false, "rc": 1, "start": "2023-12-09 14:18:56.312505" } MSG: non-zero return code TASK [fedora.linux_system_roles.mssql : Configure the setting network ipaddress] *** task path: /WORKDIR/git-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:12 Saturday 09 December 2023 14:18:57 +0000 (0:00:01.174) 0:01:23.306 ***** 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.050800", "end": "2023-12-09 14:18:57.563669", "failed_when_result": false, "rc": 0, "start": "2023-12-09 14:18:57.512869" } 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:42 Saturday 09 December 2023 14:18:57 +0000 (0:00:00.233) 0:01:23.539 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:547 Saturday 09 December 2023 14:18:57 +0000 (0:00:00.021) 0:01:23.561 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:554 Saturday 09 December 2023 14:18:57 +0000 (0:00:00.026) 0:01:23.587 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:566 Saturday 09 December 2023 14:18:57 +0000 (0:00:00.026) 0:01:23.614 ***** included: /WORKDIR/git-storage-selinuxxlpt_7ke/.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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:3 Saturday 09 December 2023 14:18:57 +0000 (0:00:00.040) 0:01:23.654 ***** ok: [sut] => { "changed": false, "cmd": [ "grep", "^tcpport = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003561", "end": "2023-12-09 14:18:57.845925", "failed_when_result": false, "rc": 0, "start": "2023-12-09 14:18:57.842364" } STDOUT: tcpport = 1433 TASK [fedora.linux_system_roles.mssql : Configure the setting network tcpport] *** task path: /WORKDIR/git-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:12 Saturday 09 December 2023 14:18:57 +0000 (0:00:00.154) 0:01:23.809 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:42 Saturday 09 December 2023 14:18:57 +0000 (0:00:00.028) 0:01:23.837 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:572 Saturday 09 December 2023 14:18:57 +0000 (0:00:00.020) 0:01:23.858 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:592 Saturday 09 December 2023 14:18:57 +0000 (0:00:00.021) 0:01:23.879 ***** skipping: [sut] => { "changed": false, "false_condition": "mssql_enable_sql_agent is not none", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Ensure the package mssql-server-fts] *** task path: /WORKDIR/git-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:599 Saturday 09 December 2023 14:18:57 +0000 (0:00:00.020) 0:01:23.899 ***** skipping: [sut] => { "changed": false, "false_condition": "mssql_install_fts is not none", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Ensure the package powershell] ********* task path: /WORKDIR/git-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:606 Saturday 09 December 2023 14:18:57 +0000 (0:00:00.019) 0:01:23.919 ***** skipping: [sut] => { "changed": false, "false_condition": "mssql_install_powershell is not none", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Check if the 3979 trace flag is enabled] *** task path: /WORKDIR/git-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:615 Saturday 09 December 2023 14:18:58 +0000 (0:00:00.031) 0:01:23.950 ***** skipping: [sut] => { "changed": false, "false_condition": "mssql_tune_for_fua_storage is not none", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Set the 3979 traceflag] **************** task path: /WORKDIR/git-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:621 Saturday 09 December 2023 14:18:58 +0000 (0:00:00.030) 0:01:23.981 ***** skipping: [sut] => { "changed": false, "false_condition": "mssql_tune_for_fua_storage is not none", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Unset the 3979 traceflag] ************** task path: /WORKDIR/git-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:628 Saturday 09 December 2023 14:18:58 +0000 (0:00:00.023) 0:01:24.004 ***** skipping: [sut] => { "changed": false, "false_condition": "mssql_tune_for_fua_storage is not none", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Configure the alternatewritethrough setting] *** task path: /WORKDIR/git-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:636 Saturday 09 December 2023 14:18:58 +0000 (0:00:00.071) 0:01:24.075 ***** skipping: [sut] => { "changed": false, "false_condition": "mssql_tune_for_fua_storage is not none", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Configure the writethrough setting] **** task path: /WORKDIR/git-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:642 Saturday 09 December 2023 14:18:58 +0000 (0:00:00.024) 0:01:24.100 ***** skipping: [sut] => { "changed": false, "false_condition": "mssql_tune_for_fua_storage is not none", "skip_reason": "Conditional result was False" } TASK [Create certificates using the certificate role] ************************** task path: /WORKDIR/git-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:660 Saturday 09 December 2023 14:18:58 +0000 (0:00:00.027) 0:01:24.127 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:674 Saturday 09 December 2023 14:18:58 +0000 (0:00:00.036) 0:01:24.164 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:679 Saturday 09 December 2023 14:18:58 +0000 (0:00:00.025) 0:01:24.190 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:697 Saturday 09 December 2023 14:18:58 +0000 (0:00:00.042) 0:01:24.232 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:706 Saturday 09 December 2023 14:18:58 +0000 (0:00:00.021) 0:01:24.253 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:715 Saturday 09 December 2023 14:18:58 +0000 (0:00:00.022) 0:01:24.276 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:722 Saturday 09 December 2023 14:18:58 +0000 (0:00:00.022) 0:01:24.299 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:731 Saturday 09 December 2023 14:18:58 +0000 (0:00:00.041) 0:01:24.341 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:739 Saturday 09 December 2023 14:18:58 +0000 (0:00:00.032) 0:01:24.373 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:747 Saturday 09 December 2023 14:18:58 +0000 (0:00:00.025) 0:01:24.399 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:754 Saturday 09 December 2023 14:18:58 +0000 (0:00:00.019) 0:01:24.418 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:761 Saturday 09 December 2023 14:18:58 +0000 (0:00:00.031) 0:01:24.450 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:770 Saturday 09 December 2023 14:18:58 +0000 (0:00:00.043) 0:01:24.494 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:783 Saturday 09 December 2023 14:18:58 +0000 (0:00:00.023) 0:01:24.517 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:792 Saturday 09 December 2023 14:18:58 +0000 (0:00:00.020) 0:01:24.537 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:804 Saturday 09 December 2023 14:18:58 +0000 (0:00:00.026) 0:01:24.563 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:809 Saturday 09 December 2023 14:18:58 +0000 (0:00:00.021) 0:01:24.585 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:826 Saturday 09 December 2023 14:18:58 +0000 (0:00:00.081) 0:01:24.666 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:831 Saturday 09 December 2023 14:18:58 +0000 (0:00:00.025) 0:01:24.692 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:836 Saturday 09 December 2023 14:18:58 +0000 (0:00:00.024) 0:01:24.716 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:842 Saturday 09 December 2023 14:18:58 +0000 (0:00:00.032) 0:01:24.748 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:868 Saturday 09 December 2023 14:18:58 +0000 (0:00:00.039) 0:01:24.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 : Ensure correct permissions and ownership on the keytab] *** task path: /WORKDIR/git-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:889 Saturday 09 December 2023 14:18:58 +0000 (0:00:00.037) 0:01:24.825 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:897 Saturday 09 December 2023 14:18:58 +0000 (0:00:00.027) 0:01:24.852 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:907 Saturday 09 December 2023 14:18:58 +0000 (0:00:00.022) 0:01:24.875 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:913 Saturday 09 December 2023 14:18:58 +0000 (0:00:00.022) 0:01:24.897 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:930 Saturday 09 December 2023 14:18:58 +0000 (0:00:00.028) 0:01:24.925 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:941 Saturday 09 December 2023 14:18:59 +0000 (0:00:00.030) 0:01:24.955 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:961 Saturday 09 December 2023 14:18:59 +0000 (0:00:00.019) 0:01:24.975 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1015 Saturday 09 December 2023 14:18:59 +0000 (0:00:00.034) 0:01:25.009 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1022 Saturday 09 December 2023 14:18:59 +0000 (0:00:00.020) 0:01:25.029 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1029 Saturday 09 December 2023 14:18:59 +0000 (0:00:00.023) 0:01:25.052 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1039 Saturday 09 December 2023 14:18:59 +0000 (0:00:00.020) 0:01:25.073 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1045 Saturday 09 December 2023 14:18:59 +0000 (0:00:00.024) 0:01:25.097 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1053 Saturday 09 December 2023 14:18:59 +0000 (0:00:00.021) 0:01:25.119 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1062 Saturday 09 December 2023 14:18:59 +0000 (0:00:00.021) 0:01:25.140 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1070 Saturday 09 December 2023 14:18:59 +0000 (0:00:00.068) 0:01:25.209 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1085 Saturday 09 December 2023 14:18:59 +0000 (0:00:00.038) 0:01:25.247 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1092 Saturday 09 December 2023 14:18:59 +0000 (0:00:00.023) 0:01:25.271 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1117 Saturday 09 December 2023 14:18:59 +0000 (0:00:00.021) 0:01:25.293 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1126 Saturday 09 December 2023 14:18:59 +0000 (0:00:00.023) 0:01:25.316 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1135 Saturday 09 December 2023 14:18:59 +0000 (0:00:00.034) 0:01:25.351 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1146 Saturday 09 December 2023 14:18:59 +0000 (0:00:00.027) 0:01:25.378 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1159 Saturday 09 December 2023 14:18:59 +0000 (0:00:00.047) 0:01:25.426 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1168 Saturday 09 December 2023 14:18:59 +0000 (0:00:00.026) 0:01:25.453 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1175 Saturday 09 December 2023 14:18:59 +0000 (0:00:00.022) 0:01:25.475 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1182 Saturday 09 December 2023 14:18:59 +0000 (0:00:00.018) 0:01:25.493 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1190 Saturday 09 December 2023 14:18:59 +0000 (0:00:00.018) 0:01:25.512 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1197 Saturday 09 December 2023 14:18:59 +0000 (0:00:00.019) 0:01:25.531 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1209 Saturday 09 December 2023 14:18:59 +0000 (0:00:00.029) 0:01:25.561 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1218 Saturday 09 December 2023 14:18:59 +0000 (0:00:00.024) 0:01:25.586 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1225 Saturday 09 December 2023 14:18:59 +0000 (0:00:00.018) 0:01:25.605 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1231 Saturday 09 December 2023 14:18:59 +0000 (0:00:00.019) 0:01:25.624 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1239 Saturday 09 December 2023 14:18:59 +0000 (0:00:00.020) 0:01:25.645 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1252 Saturday 09 December 2023 14:18:59 +0000 (0:00:00.023) 0:01:25.668 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1264 Saturday 09 December 2023 14:18:59 +0000 (0:00:00.073) 0:01:25.741 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1270 Saturday 09 December 2023 14:18:59 +0000 (0:00:00.019) 0:01:25.761 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1279 Saturday 09 December 2023 14:18:59 +0000 (0:00:00.023) 0:01:25.785 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1288 Saturday 09 December 2023 14:19:00 +0000 (0:00:00.201) 0:01:25.986 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/handlers/main.yml:3 Saturday 09 December 2023 14:19:00 +0000 (0:00:00.020) 0:01:26.006 ***** changed: [sut] => { "changed": true, "name": "mssql-server", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2023-12-09 14:18:46 UTC", "ActiveEnterTimestampMonotonic": "805727699", "ActiveExitTimestamp": "Sat 2023-12-09 14:18:39 UTC", "ActiveExitTimestampMonotonic": "797935391", "ActiveState": "active", "After": "auditd.service -.mount systemd-journald.socket basic.target network.target system.slice", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Sat 2023-12-09 14:18:46 UTC", "AssertTimestampMonotonic": "805719767", "Before": "shutdown.target multi-user.target", "BlockIOAccounting": "no", "BlockIOWeight": "18446744073709551615", "CPUAccounting": "no", "CPUQuotaPerSecUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "18446744073709551615", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "18446744073709551615", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Sat 2023-12-09 14:18:46 UTC", "ConditionTimestampMonotonic": "805719766", "Conflicts": "shutdown.target", "ControlGroup": "/system.slice/mssql-server.service", "ControlPID": "0", "DefaultDependencies": "yes", "Delegate": "no", "Description": "Microsoft SQL Server Database Engine", "DevicePolicy": "auto", "Documentation": "https://docs.microsoft.com/en-us/sql/linux", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "12422", "ExecMainStartTimestamp": "Sat 2023-12-09 14:18:46 UTC", "ExecMainStartTimestampMonotonic": "805727640", "ExecMainStatus": "0", "ExecStart": "{ path=/opt/mssql/bin/sqlservr ; argv[]=/opt/mssql/bin/sqlservr ; ignore_errors=no ; start_time=[Sat 2023-12-09 14:18:46 UTC] ; stop_time=[n/a] ; pid=12422 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/mssql-server.service", "GuessMainPID": "yes", "IOScheduling": "0", "Id": "mssql-server.service", "IgnoreOnIsolate": "no", "IgnoreOnSnapshot": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestamp": "Sat 2023-12-09 14:18:39 UTC", "InactiveEnterTimestampMonotonic": "798528600", "InactiveExitTimestamp": "Sat 2023-12-09 14:18:46 UTC", "InactiveExitTimestampMonotonic": "805727699", "JobTimeoutAction": "none", "JobTimeoutUSec": "0", "KillMode": "process", "KillSignal": "15", "LimitAS": "18446744073709551615", "LimitCORE": "18446744073709551615", "LimitCPU": "18446744073709551615", "LimitDATA": "18446744073709551615", "LimitFSIZE": "18446744073709551615", "LimitLOCKS": "18446744073709551615", "LimitMEMLOCK": "65536", "LimitMSGQUEUE": "819200", "LimitNICE": "0", "LimitNOFILE": "18446744073709551615", "LimitNPROC": "18446744073709551615", "LimitRSS": "18446744073709551615", "LimitRTPRIO": "0", "LimitRTTIME": "18446744073709551615", "LimitSIGPENDING": "29173", "LimitSTACK": "18446744073709551615", "LoadState": "loaded", "MainPID": "12422", "MemoryAccounting": "no", "MemoryCurrent": "633249792", "MemoryLimit": "18446744073709551615", "MountFlags": "0", "Names": "mssql-server.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "PrivateDevices": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "ProtectHome": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "Requires": "-.mount basic.target system.slice", "RequiresMountsFor": "/var/opt/mssql", "Restart": "on-failure", "RestartUSec": "100ms", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "0", "StartLimitInterval": "0", "StartupBlockIOWeight": "18446744073709551615", "StartupCPUShares": "18446744073709551615", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "no", "TasksCurrent": "137", "TasksMax": "18446744073709551615", "TimeoutStartUSec": "30min", "TimeoutStopUSec": "30min", "TimerSlackNSec": "50000", "Transient": "no", "Type": "simple", "UMask": "0007", "UnitFilePreset": "disabled", "UnitFileState": "enabled", "User": "mssql", "WantedBy": "multi-user.target", "WatchdogTimestamp": "Sat 2023-12-09 14:18:46 UTC", "WatchdogTimestampMonotonic": "805727673", "WatchdogUSec": "0", "WorkingDirectory": "/var/opt/mssql" } } TASK [fedora.linux_system_roles.mssql : Post-input SQL scripts to SQL Server] *** task path: /WORKDIR/git-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1292 Saturday 09 December 2023 14:19:00 +0000 (0:00:00.482) 0:01:26.489 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1299 Saturday 09 December 2023 14:19:00 +0000 (0:00:00.024) 0:01:26.513 ***** skipping: [sut] => { "changed": false, "false_condition": "mssql_post_input_sql_content != []", "skip_reason": "Conditional result was False" } TASK [Change the password with a custom IP address. Should report Changed.] **** task path: /WORKDIR/git-storage-selinuxxlpt_7ke/tests/tasks/tests_password.yml:34 Saturday 09 December 2023 14:19:00 +0000 (0:00:00.040) 0:01:26.553 ***** TASK [fedora.linux_system_roles.mssql : Ensure ansible_facts and variables used by role] *** task path: /WORKDIR/git-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:3 Saturday 09 December 2023 14:19:00 +0000 (0:00:00.302) 0:01:26.856 ***** included: /WORKDIR/git-storage-selinuxxlpt_7ke/.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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/set_vars.yml:3 Saturday 09 December 2023 14:19:01 +0000 (0:00:00.110) 0:01:26.966 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/set_vars.yml:8 Saturday 09 December 2023 14:19:01 +0000 (0:00:00.026) 0:01:26.993 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/vars/RedHat.yml" ], "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml" } 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/vars/RedHat.yml" ], "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml" } ok: [sut] => (item=RedHat_7.yml) => { "ansible_facts": { "__mssql_client_repository": "https://packages.microsoft.com/rhel/7/prod/", "__mssql_confined_supported": false, "__mssql_server_repository": "https://packages.microsoft.com/rhel/7/mssql-server-{{ mssql_version | int }}/", "__mssql_supported_versions": [ 2017, 2019 ] }, "ansible_included_var_files": [ "/WORKDIR/git-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/vars/RedHat_7.yml" ], "ansible_loop_var": "item", "changed": false, "item": "RedHat_7.yml" } skipping: [sut] => (item=RedHat_7.9.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__mssql_vars_file is file", "item": "RedHat_7.9.yml", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Unset the __mssql_sqlcmd_login_cmd fact] *** task path: /WORKDIR/git-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:8 Saturday 09 December 2023 14:19:01 +0000 (0:00:00.046) 0:01:27.040 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:15 Saturday 09 December 2023 14:19:01 +0000 (0:00:00.021) 0:01:27.061 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:23 Saturday 09 December 2023 14:19:01 +0000 (0:00:00.031) 0:01:27.093 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:30 Saturday 09 December 2023 14:19:01 +0000 (0:00:00.022) 0:01:27.115 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:37 Saturday 09 December 2023 14:19:01 +0000 (0:00:00.022) 0:01:27.138 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:44 Saturday 09 December 2023 14:19:01 +0000 (0:00:00.023) 0:01:27.161 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:51 Saturday 09 December 2023 14:19:01 +0000 (0:00:00.021) 0:01:27.182 ***** 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 : Verify that the user accepts EULA variables] *** task path: /WORKDIR/git-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:55 Saturday 09 December 2023 14:19:01 +0000 (0:00:00.025) 0:01:27.208 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:67 Saturday 09 December 2023 14:19:01 +0000 (0:00:00.026) 0:01:27.234 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:75 Saturday 09 December 2023 14:19:01 +0000 (0:00:00.020) 0:01:27.255 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:84 Saturday 09 December 2023 14:19:01 +0000 (0:00:00.025) 0:01:27.280 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:93 Saturday 09 December 2023 14:19:01 +0000 (0:00:00.019) 0:01:27.299 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:103 Saturday 09 December 2023 14:19:01 +0000 (0:00:00.020) 0:01:27.320 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:112 Saturday 09 December 2023 14:19:01 +0000 (0:00:00.020) 0:01:27.340 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:116 Saturday 09 December 2023 14:19:02 +0000 (0:00:01.079) 0:01:28.420 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:124 Saturday 09 December 2023 14:19:02 +0000 (0:00:00.204) 0:01:28.624 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:131 Saturday 09 December 2023 14:19:02 +0000 (0:00:00.024) 0:01:28.648 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:138 Saturday 09 December 2023 14:19:02 +0000 (0:00:00.027) 0:01:28.675 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:152 Saturday 09 December 2023 14:19:02 +0000 (0:00:00.042) 0:01:28.718 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:165 Saturday 09 December 2023 14:19:03 +0000 (0:00:00.463) 0:01:29.181 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:175 Saturday 09 December 2023 14:19:03 +0000 (0:00:00.021) 0:01:29.202 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:186 Saturday 09 December 2023 14:19:03 +0000 (0:00:00.028) 0:01:29.230 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:194 Saturday 09 December 2023 14:19:03 +0000 (0:00:00.023) 0:01:29.253 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:207 Saturday 09 December 2023 14:19:03 +0000 (0:00:00.027) 0:01:29.280 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:214 Saturday 09 December 2023 14:19:03 +0000 (0:00:00.021) 0:01:29.302 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:219 Saturday 09 December 2023 14:19:03 +0000 (0:00:00.021) 0:01:29.323 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:228 Saturday 09 December 2023 14:19:03 +0000 (0:00:00.021) 0:01:29.345 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:237 Saturday 09 December 2023 14:19:03 +0000 (0:00:00.028) 0:01:29.373 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:242 Saturday 09 December 2023 14:19:03 +0000 (0:00:00.058) 0:01:29.431 ***** ok: [sut] => { "changed": false, "rc": 0, "results": [ "mssql-server-14.0.3465.1-1.x86_64 providing mssql-server is already installed" ] } TASK [fedora.linux_system_roles.mssql : Ensure that the openldap-compat package is installed] *** task path: /WORKDIR/git-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:250 Saturday 09 December 2023 14:19:03 +0000 (0:00:00.448) 0:01:29.879 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:258 Saturday 09 December 2023 14:19:03 +0000 (0:00:00.018) 0:01:29.898 ***** 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.006627", "end": "2023-12-09 14:19:04.091089", "rc": 0, "start": "2023-12-09 14:19:04.084462" } STDOUT: /var/opt/mssql/log/errorlog TASK [fedora.linux_system_roles.mssql : Gather system services facts] ********** task path: /WORKDIR/git-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:273 Saturday 09 December 2023 14:19:04 +0000 (0:00:00.151) 0:01:30.050 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:277 Saturday 09 December 2023 14:19:04 +0000 (0:00:00.830) 0:01:30.881 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:286 Saturday 09 December 2023 14:19:05 +0000 (0:00:00.068) 0:01:30.950 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:302 Saturday 09 December 2023 14:19:05 +0000 (0:00:00.018) 0:01:30.968 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:322 Saturday 09 December 2023 14:19:05 +0000 (0:00:00.019) 0:01:30.988 ***** skipping: [sut] => (item={'path': None, 'mode': None, 'setting': 'defaultdatadir'}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "item.path is not none", "item": { "mode": null, "path": null, "setting": "defaultdatadir" }, "skip_reason": "Conditional result was False" } skipping: [sut] => (item={'path': None, 'mode': None, 'setting': 'defaultlogdir'}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "item.path is not none", "item": { "mode": null, "path": null, "setting": "defaultlogdir" }, "skip_reason": "Conditional result was False" } skipping: [sut] => { "changed": false } MSG: All items skipped TASK [Ensure correct SELinux context for {{ __mssql_storage_path }}] *********** task path: /WORKDIR/git-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:337 Saturday 09 December 2023 14:19:05 +0000 (0:00:00.025) 0:01:31.014 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:344 Saturday 09 December 2023 14:19:05 +0000 (0:00:00.019) 0:01:31.034 ***** ok: [sut] => { "changed": false, "rc": 0, "results": [ "tuned-profiles-mssql-2.11.0-12.el7_9.noarch providing tuned-profiles-mssql is already installed" ] } TASK [fedora.linux_system_roles.mssql : Ensure that the tuned service is started and enabled] *** task path: /WORKDIR/git-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:349 Saturday 09 December 2023 14:19:05 +0000 (0:00:00.323) 0:01:31.357 ***** ok: [sut] => { "changed": false, "enabled": true, "name": "tuned", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2023-12-09 14:05:33 UTC", "ActiveEnterTimestampMonotonic": "12122499", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "basic.target systemd-journald.socket dbus.service network.target system.slice systemd-sysctl.service", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Sat 2023-12-09 14:05:32 UTC", "AssertTimestampMonotonic": "11342233", "Before": "shutdown.target multi-user.target", "BlockIOAccounting": "no", "BlockIOWeight": "18446744073709551615", "BusName": "com.redhat.tuned", "CPUAccounting": "no", "CPUQuotaPerSecUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "18446744073709551615", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "18446744073709551615", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Sat 2023-12-09 14:05:32 UTC", "ConditionTimestampMonotonic": "11342227", "Conflicts": "cpupower.service shutdown.target", "ControlGroup": "/system.slice/tuned.service", "ControlPID": "0", "DefaultDependencies": "yes", "Delegate": "no", "Description": "Dynamic System Tuning Daemon", "DevicePolicy": "auto", "Documentation": "man:tuned(8) man:tuned.conf(5) man:tuned-adm(8)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "946", "ExecMainStartTimestamp": "Sat 2023-12-09 14:05:32 UTC", "ExecMainStartTimestampMonotonic": "11349675", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/sbin/tuned ; argv[]=/usr/sbin/tuned -l -P ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/tuned.service", "GuessMainPID": "yes", "IOScheduling": "0", "Id": "tuned.service", "IgnoreOnIsolate": "no", "IgnoreOnSnapshot": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestamp": "Sat 2023-12-09 14:05:32 UTC", "InactiveExitTimestampMonotonic": "11349721", "JobTimeoutAction": "none", "JobTimeoutUSec": "0", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "18446744073709551615", "LimitCORE": "18446744073709551615", "LimitCPU": "18446744073709551615", "LimitDATA": "18446744073709551615", "LimitFSIZE": "18446744073709551615", "LimitLOCKS": "18446744073709551615", "LimitMEMLOCK": "65536", "LimitMSGQUEUE": "819200", "LimitNICE": "0", "LimitNOFILE": "4096", "LimitNPROC": "29173", "LimitRSS": "18446744073709551615", "LimitRTPRIO": "0", "LimitRTTIME": "18446744073709551615", "LimitSIGPENDING": "29173", "LimitSTACK": "18446744073709551615", "LoadState": "loaded", "MainPID": "946", "MemoryAccounting": "no", "MemoryCurrent": "18354176", "MemoryLimit": "18446744073709551615", "MountFlags": "0", "Names": "tuned.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PIDFile": "/run/tuned/tuned.pid", "PermissionsStartOnly": "no", "PrivateDevices": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "ProtectHome": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "Requires": "dbus.service polkit.service basic.target system.slice", "Restart": "no", "RestartUSec": "100ms", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitInterval": "10000000", "StartupBlockIOWeight": "18446744073709551615", "StartupCPUShares": "18446744073709551615", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "no", "TasksCurrent": "5", "TasksMax": "18446744073709551615", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "dbus", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "WantedBy": "multi-user.target", "WatchdogTimestamp": "Sat 2023-12-09 14:05:33 UTC", "WatchdogTimestampMonotonic": "12122371", "WatchdogUSec": "0" } } TASK [fedora.linux_system_roles.mssql : Get the active Tuned profiles] ********* task path: /WORKDIR/git-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:355 Saturday 09 December 2023 14:19:05 +0000 (0:00:00.224) 0:01:31.582 ***** ok: [sut] => { "changed": false, "cmd": [ "tuned-adm", "active" ], "delta": "0:00:00.107436", "end": "2023-12-09 14:19:05.865302", "rc": 0, "start": "2023-12-09 14:19:05.757866" } 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:365 Saturday 09 December 2023 14:19:05 +0000 (0:00:00.245) 0:01:31.828 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:378 Saturday 09 December 2023 14:19:05 +0000 (0:00:00.021) 0:01:31.850 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:387 Saturday 09 December 2023 14:19:05 +0000 (0:00:00.020) 0:01:31.870 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:397 Saturday 09 December 2023 14:19:05 +0000 (0:00:00.022) 0:01:31.893 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:404 Saturday 09 December 2023 14:19:06 +0000 (0:00:00.146) 0:01:32.040 ***** ok: [sut] => { "changed": false, "rc": 0, "results": [ "mssql-tools-17.10.1.1-1.x86_64 providing mssql-tools is already installed", "unixODBC-devel-2.3.11-1.rh.x86_64 providing unixODBC-devel is already installed" ] } TASK [fedora.linux_system_roles.mssql : Prepare MSSQL and facts for logging in] *** task path: /WORKDIR/git-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:416 Saturday 09 December 2023 14:19:06 +0000 (0:00:00.345) 0:01:32.385 ***** included: /WORKDIR/git-storage-selinuxxlpt_7ke/.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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/verify_password.yml:3 Saturday 09 December 2023 14:19:06 +0000 (0:00:00.048) 0:01:32.433 ***** ok: [sut] => { "changed": false, "name": "mssql-server", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2023-12-09 14:19:00 UTC", "ActiveEnterTimestampMonotonic": "819453040", "ActiveExitTimestamp": "Sat 2023-12-09 14:19:00 UTC", "ActiveExitTimestampMonotonic": "819197896", "ActiveState": "active", "After": "auditd.service -.mount systemd-journald.socket basic.target network.target system.slice", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Sat 2023-12-09 14:19:00 UTC", "AssertTimestampMonotonic": "819447647", "Before": "shutdown.target multi-user.target", "BlockIOAccounting": "no", "BlockIOWeight": "18446744073709551615", "CPUAccounting": "no", "CPUQuotaPerSecUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "18446744073709551615", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "18446744073709551615", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Sat 2023-12-09 14:19:00 UTC", "ConditionTimestampMonotonic": "819447645", "Conflicts": "shutdown.target", "ControlGroup": "/system.slice/mssql-server.service", "ControlPID": "0", "DefaultDependencies": "yes", "Delegate": "no", "Description": "Microsoft SQL Server Database Engine", "DevicePolicy": "auto", "Documentation": "https://docs.microsoft.com/en-us/sql/linux", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "12937", "ExecMainStartTimestamp": "Sat 2023-12-09 14:19:00 UTC", "ExecMainStartTimestampMonotonic": "819452943", "ExecMainStatus": "0", "ExecStart": "{ path=/opt/mssql/bin/sqlservr ; argv[]=/opt/mssql/bin/sqlservr ; ignore_errors=no ; start_time=[Sat 2023-12-09 14:19:00 UTC] ; stop_time=[n/a] ; pid=12937 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/mssql-server.service", "GuessMainPID": "yes", "IOScheduling": "0", "Id": "mssql-server.service", "IgnoreOnIsolate": "no", "IgnoreOnSnapshot": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestamp": "Sat 2023-12-09 14:19:00 UTC", "InactiveEnterTimestampMonotonic": "819440195", "InactiveExitTimestamp": "Sat 2023-12-09 14:19:00 UTC", "InactiveExitTimestampMonotonic": "819453040", "JobTimeoutAction": "none", "JobTimeoutUSec": "0", "KillMode": "process", "KillSignal": "15", "LimitAS": "18446744073709551615", "LimitCORE": "18446744073709551615", "LimitCPU": "18446744073709551615", "LimitDATA": "18446744073709551615", "LimitFSIZE": "18446744073709551615", "LimitLOCKS": "18446744073709551615", "LimitMEMLOCK": "65536", "LimitMSGQUEUE": "819200", "LimitNICE": "0", "LimitNOFILE": "18446744073709551615", "LimitNPROC": "18446744073709551615", "LimitRSS": "18446744073709551615", "LimitRTPRIO": "0", "LimitRTTIME": "18446744073709551615", "LimitSIGPENDING": "29173", "LimitSTACK": "18446744073709551615", "LoadState": "loaded", "MainPID": "12937", "MemoryAccounting": "no", "MemoryCurrent": "629628928", "MemoryLimit": "18446744073709551615", "MountFlags": "0", "Names": "mssql-server.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "PrivateDevices": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "ProtectHome": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "Requires": "-.mount basic.target system.slice", "RequiresMountsFor": "/var/opt/mssql", "Restart": "on-failure", "RestartUSec": "100ms", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "0", "StartLimitInterval": "0", "StartupBlockIOWeight": "18446744073709551615", "StartupCPUShares": "18446744073709551615", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "no", "TasksCurrent": "136", "TasksMax": "18446744073709551615", "TimeoutStartUSec": "30min", "TimeoutStopUSec": "30min", "TimerSlackNSec": "50000", "Transient": "no", "Type": "simple", "UMask": "0007", "UnitFilePreset": "disabled", "UnitFileState": "enabled", "User": "mssql", "WantedBy": "multi-user.target", "WatchdogTimestamp": "Sat 2023-12-09 14:19:00 UTC", "WatchdogTimestampMonotonic": "819452988", "WatchdogUSec": "0", "WorkingDirectory": "/var/opt/mssql" } } TASK [fedora.linux_system_roles.mssql : Check if a custom tcpport setting exist] *** task path: /WORKDIR/git-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/verify_password.yml:8 Saturday 09 December 2023 14:19:06 +0000 (0:00:00.252) 0:01:32.685 ***** ok: [sut] => { "changed": false, "cmd": [ "grep", "^tcpport = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003487", "end": "2023-12-09 14:19:06.871175", "failed_when_result": false, "rc": 0, "start": "2023-12-09 14:19:06.867688" } STDOUT: tcpport = 1433 TASK [fedora.linux_system_roles.mssql : Check if a custom ipaddress setting exist] *** task path: /WORKDIR/git-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/verify_password.yml:14 Saturday 09 December 2023 14:19:06 +0000 (0:00:00.146) 0:01:32.832 ***** ok: [sut] => { "changed": false, "cmd": [ "grep", "^ipaddress = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003427", "end": "2023-12-09 14:19:07.015512", "failed_when_result": false, "rc": 0, "start": "2023-12-09 14:19:07.012085" } STDOUT: ipaddress = 127.0.0.1 TASK [fedora.linux_system_roles.mssql : Set a fact with a login command] ******* task path: /WORKDIR/git-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/verify_password.yml:20 Saturday 09 December 2023 14:19:07 +0000 (0:00:00.155) 0:01:32.987 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:420 Saturday 09 December 2023 14:19:07 +0000 (0:00:00.035) 0:01:33.022 ***** ok: [sut] => { "changed": false, "elapsed": 1, "gid": 994, "group": "mssql", "match_groupdict": {}, "match_groups": [], "mode": "0660", "owner": "mssql", "path": "/var/opt/mssql/log/errorlog", "port": null, "search_regex": "SQL Server is now ready for client connections", "secontext": "system_u:object_r:var_t:s0", "size": 6209, "state": "file", "uid": 996 } TASK [fedora.linux_system_roles.mssql : Check if the set password matches the existing password] *** task path: /WORKDIR/git-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:426 Saturday 09 December 2023 14:19:08 +0000 (0:00:01.201) 0:01:34.224 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:441 Saturday 09 December 2023 14:19:08 +0000 (0:00:00.167) 0:01:34.392 ***** Notification for handler Restart the mssql-server service has been saved. changed: [sut] => { "changed": true, "name": "mssql-server", "state": "stopped", "status": { "ActiveEnterTimestamp": "Sat 2023-12-09 14:19:00 UTC", "ActiveEnterTimestampMonotonic": "819453040", "ActiveExitTimestamp": "Sat 2023-12-09 14:19:00 UTC", "ActiveExitTimestampMonotonic": "819197896", "ActiveState": "active", "After": "auditd.service -.mount systemd-journald.socket basic.target network.target system.slice", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Sat 2023-12-09 14:19:00 UTC", "AssertTimestampMonotonic": "819447647", "Before": "shutdown.target multi-user.target", "BlockIOAccounting": "no", "BlockIOWeight": "18446744073709551615", "CPUAccounting": "no", "CPUQuotaPerSecUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "18446744073709551615", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "18446744073709551615", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Sat 2023-12-09 14:19:00 UTC", "ConditionTimestampMonotonic": "819447645", "Conflicts": "shutdown.target", "ControlGroup": "/system.slice/mssql-server.service", "ControlPID": "0", "DefaultDependencies": "yes", "Delegate": "no", "Description": "Microsoft SQL Server Database Engine", "DevicePolicy": "auto", "Documentation": "https://docs.microsoft.com/en-us/sql/linux", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "12937", "ExecMainStartTimestamp": "Sat 2023-12-09 14:19:00 UTC", "ExecMainStartTimestampMonotonic": "819452943", "ExecMainStatus": "0", "ExecStart": "{ path=/opt/mssql/bin/sqlservr ; argv[]=/opt/mssql/bin/sqlservr ; ignore_errors=no ; start_time=[Sat 2023-12-09 14:19:00 UTC] ; stop_time=[n/a] ; pid=12937 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/mssql-server.service", "GuessMainPID": "yes", "IOScheduling": "0", "Id": "mssql-server.service", "IgnoreOnIsolate": "no", "IgnoreOnSnapshot": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestamp": "Sat 2023-12-09 14:19:00 UTC", "InactiveEnterTimestampMonotonic": "819440195", "InactiveExitTimestamp": "Sat 2023-12-09 14:19:00 UTC", "InactiveExitTimestampMonotonic": "819453040", "JobTimeoutAction": "none", "JobTimeoutUSec": "0", "KillMode": "process", "KillSignal": "15", "LimitAS": "18446744073709551615", "LimitCORE": "18446744073709551615", "LimitCPU": "18446744073709551615", "LimitDATA": "18446744073709551615", "LimitFSIZE": "18446744073709551615", "LimitLOCKS": "18446744073709551615", "LimitMEMLOCK": "65536", "LimitMSGQUEUE": "819200", "LimitNICE": "0", "LimitNOFILE": "18446744073709551615", "LimitNPROC": "18446744073709551615", "LimitRSS": "18446744073709551615", "LimitRTPRIO": "0", "LimitRTTIME": "18446744073709551615", "LimitSIGPENDING": "29173", "LimitSTACK": "18446744073709551615", "LoadState": "loaded", "MainPID": "12937", "MemoryAccounting": "no", "MemoryCurrent": "632311808", "MemoryLimit": "18446744073709551615", "MountFlags": "0", "Names": "mssql-server.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "PrivateDevices": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "ProtectHome": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "Requires": "-.mount basic.target system.slice", "RequiresMountsFor": "/var/opt/mssql", "Restart": "on-failure", "RestartUSec": "100ms", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "0", "StartLimitInterval": "0", "StartupBlockIOWeight": "18446744073709551615", "StartupCPUShares": "18446744073709551615", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "no", "TasksCurrent": "136", "TasksMax": "18446744073709551615", "TimeoutStartUSec": "30min", "TimeoutStopUSec": "30min", "TimerSlackNSec": "50000", "Transient": "no", "Type": "simple", "UMask": "0007", "UnitFilePreset": "disabled", "UnitFileState": "enabled", "User": "mssql", "WantedBy": "multi-user.target", "WatchdogTimestamp": "Sat 2023-12-09 14:19:00 UTC", "WatchdogTimestampMonotonic": "819452988", "WatchdogUSec": "0", "WorkingDirectory": "/var/opt/mssql" } } TASK [fedora.linux_system_roles.mssql : Gather package facts] ****************** task path: /WORKDIR/git-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:448 Saturday 09 December 2023 14:19:14 +0000 (0:00:05.849) 0:01:40.241 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:456 Saturday 09 December 2023 14:19:14 +0000 (0:00:00.687) 0:01:40.928 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:477 Saturday 09 December 2023 14:19:18 +0000 (0:00:03.650) 0:01:44.578 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:484 Saturday 09 December 2023 14:19:18 +0000 (0:00:00.018) 0:01:44.597 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:495 Saturday 09 December 2023 14:19:18 +0000 (0:00:00.020) 0:01:44.618 ***** skipping: [sut] => { "changed": false, "false_condition": "mssql_edition is not none", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Ensure that the mssql-server service is stopped] *** task path: /WORKDIR/git-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:508 Saturday 09 December 2023 14:19:18 +0000 (0:00:00.023) 0:01:44.641 ***** skipping: [sut] => { "changed": false, "false_condition": "mssql_edition is not none", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Gather package facts] ****************** task path: /WORKDIR/git-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:515 Saturday 09 December 2023 14:19:18 +0000 (0:00:00.021) 0:01:44.662 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:521 Saturday 09 December 2023 14:19:18 +0000 (0:00:00.022) 0:01:44.684 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:540 Saturday 09 December 2023 14:19:18 +0000 (0:00:00.020) 0:01:44.705 ***** skipping: [sut] => { "changed": false, "false_condition": "mssql_ip_address is not none", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Register the previous tcpport setting] *** task path: /WORKDIR/git-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:547 Saturday 09 December 2023 14:19:18 +0000 (0:00:00.020) 0:01:44.725 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:554 Saturday 09 December 2023 14:19:18 +0000 (0:00:00.020) 0:01:44.746 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:566 Saturday 09 December 2023 14:19:18 +0000 (0:00:00.021) 0:01:44.767 ***** included: /WORKDIR/git-storage-selinuxxlpt_7ke/.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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:3 Saturday 09 December 2023 14:19:18 +0000 (0:00:00.031) 0:01:44.799 ***** ok: [sut] => { "changed": false, "cmd": [ "grep", "^tcpport = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003399", "end": "2023-12-09 14:19:18.980949", "failed_when_result": false, "rc": 0, "start": "2023-12-09 14:19:18.977550" } STDOUT: tcpport = 1433 TASK [fedora.linux_system_roles.mssql : Configure the setting network tcpport] *** task path: /WORKDIR/git-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:12 Saturday 09 December 2023 14:19:19 +0000 (0:00:00.141) 0:01:44.940 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:42 Saturday 09 December 2023 14:19:19 +0000 (0:00:00.073) 0:01:45.014 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:572 Saturday 09 December 2023 14:19:19 +0000 (0:00:00.023) 0:01:45.038 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:592 Saturday 09 December 2023 14:19:19 +0000 (0:00:00.021) 0:01:45.060 ***** skipping: [sut] => { "changed": false, "false_condition": "mssql_enable_sql_agent is not none", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Ensure the package mssql-server-fts] *** task path: /WORKDIR/git-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:599 Saturday 09 December 2023 14:19:19 +0000 (0:00:00.021) 0:01:45.081 ***** skipping: [sut] => { "changed": false, "false_condition": "mssql_install_fts is not none", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Ensure the package powershell] ********* task path: /WORKDIR/git-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:606 Saturday 09 December 2023 14:19:19 +0000 (0:00:00.020) 0:01:45.102 ***** skipping: [sut] => { "changed": false, "false_condition": "mssql_install_powershell is not none", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Check if the 3979 trace flag is enabled] *** task path: /WORKDIR/git-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:615 Saturday 09 December 2023 14:19:19 +0000 (0:00:00.020) 0:01:45.122 ***** skipping: [sut] => { "changed": false, "false_condition": "mssql_tune_for_fua_storage is not none", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Set the 3979 traceflag] **************** task path: /WORKDIR/git-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:621 Saturday 09 December 2023 14:19:19 +0000 (0:00:00.020) 0:01:45.143 ***** skipping: [sut] => { "changed": false, "false_condition": "mssql_tune_for_fua_storage is not none", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Unset the 3979 traceflag] ************** task path: /WORKDIR/git-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:628 Saturday 09 December 2023 14:19:19 +0000 (0:00:00.021) 0:01:45.164 ***** skipping: [sut] => { "changed": false, "false_condition": "mssql_tune_for_fua_storage is not none", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Configure the alternatewritethrough setting] *** task path: /WORKDIR/git-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:636 Saturday 09 December 2023 14:19:19 +0000 (0:00:00.024) 0:01:45.189 ***** skipping: [sut] => { "changed": false, "false_condition": "mssql_tune_for_fua_storage is not none", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Configure the writethrough setting] **** task path: /WORKDIR/git-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:642 Saturday 09 December 2023 14:19:19 +0000 (0:00:00.020) 0:01:45.210 ***** skipping: [sut] => { "changed": false, "false_condition": "mssql_tune_for_fua_storage is not none", "skip_reason": "Conditional result was False" } TASK [Create certificates using the certificate role] ************************** task path: /WORKDIR/git-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:660 Saturday 09 December 2023 14:19:19 +0000 (0:00:00.021) 0:01:45.231 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:674 Saturday 09 December 2023 14:19:19 +0000 (0:00:00.031) 0:01:45.262 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:679 Saturday 09 December 2023 14:19:19 +0000 (0:00:00.022) 0:01:45.285 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:697 Saturday 09 December 2023 14:19:19 +0000 (0:00:00.034) 0:01:45.319 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:706 Saturday 09 December 2023 14:19:19 +0000 (0:00:00.019) 0:01:45.339 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:715 Saturday 09 December 2023 14:19:19 +0000 (0:00:00.022) 0:01:45.361 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:722 Saturday 09 December 2023 14:19:19 +0000 (0:00:00.020) 0:01:45.381 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:731 Saturday 09 December 2023 14:19:19 +0000 (0:00:00.020) 0:01:45.402 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:739 Saturday 09 December 2023 14:19:19 +0000 (0:00:00.019) 0:01:45.422 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:747 Saturday 09 December 2023 14:19:19 +0000 (0:00:00.084) 0:01:45.506 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:754 Saturday 09 December 2023 14:19:19 +0000 (0:00:00.033) 0:01:45.540 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:761 Saturday 09 December 2023 14:19:19 +0000 (0:00:00.030) 0:01:45.570 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:770 Saturday 09 December 2023 14:19:19 +0000 (0:00:00.024) 0:01:45.594 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:783 Saturday 09 December 2023 14:19:19 +0000 (0:00:00.022) 0:01:45.617 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:792 Saturday 09 December 2023 14:19:19 +0000 (0:00:00.024) 0:01:45.641 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:804 Saturday 09 December 2023 14:19:19 +0000 (0:00:00.020) 0:01:45.662 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:809 Saturday 09 December 2023 14:19:19 +0000 (0:00:00.023) 0:01:45.686 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:826 Saturday 09 December 2023 14:19:19 +0000 (0:00:00.021) 0:01:45.707 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:831 Saturday 09 December 2023 14:19:19 +0000 (0:00:00.029) 0:01:45.737 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:836 Saturday 09 December 2023 14:19:19 +0000 (0:00:00.025) 0:01:45.762 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:842 Saturday 09 December 2023 14:19:19 +0000 (0:00:00.019) 0:01:45.781 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:868 Saturday 09 December 2023 14:19:19 +0000 (0:00:00.018) 0:01:45.800 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:889 Saturday 09 December 2023 14:19:19 +0000 (0:00:00.019) 0:01:45.820 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:897 Saturday 09 December 2023 14:19:19 +0000 (0:00:00.019) 0:01:45.839 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:907 Saturday 09 December 2023 14:19:19 +0000 (0:00:00.026) 0:01:45.865 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:913 Saturday 09 December 2023 14:19:19 +0000 (0:00:00.022) 0:01:45.888 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:930 Saturday 09 December 2023 14:19:19 +0000 (0:00:00.027) 0:01:45.916 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:941 Saturday 09 December 2023 14:19:19 +0000 (0:00:00.019) 0:01:45.935 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:961 Saturday 09 December 2023 14:19:20 +0000 (0:00:00.068) 0:01:46.004 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1015 Saturday 09 December 2023 14:19:20 +0000 (0:00:00.020) 0:01:46.025 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1022 Saturday 09 December 2023 14:19:20 +0000 (0:00:00.018) 0:01:46.043 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1029 Saturday 09 December 2023 14:19:20 +0000 (0:00:00.018) 0:01:46.062 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1039 Saturday 09 December 2023 14:19:20 +0000 (0:00:00.021) 0:01:46.083 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1045 Saturday 09 December 2023 14:19:20 +0000 (0:00:00.020) 0:01:46.104 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1053 Saturday 09 December 2023 14:19:20 +0000 (0:00:00.036) 0:01:46.140 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1062 Saturday 09 December 2023 14:19:20 +0000 (0:00:00.022) 0:01:46.163 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1070 Saturday 09 December 2023 14:19:20 +0000 (0:00:00.025) 0:01:46.188 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1085 Saturday 09 December 2023 14:19:20 +0000 (0:00:00.025) 0:01:46.214 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1092 Saturday 09 December 2023 14:19:20 +0000 (0:00:00.029) 0:01:46.244 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1117 Saturday 09 December 2023 14:19:20 +0000 (0:00:00.022) 0:01:46.266 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1126 Saturday 09 December 2023 14:19:20 +0000 (0:00:00.025) 0:01:46.291 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1135 Saturday 09 December 2023 14:19:20 +0000 (0:00:00.024) 0:01:46.316 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1146 Saturday 09 December 2023 14:19:20 +0000 (0:00:00.031) 0:01:46.348 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1159 Saturday 09 December 2023 14:19:20 +0000 (0:00:00.026) 0:01:46.374 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1168 Saturday 09 December 2023 14:19:20 +0000 (0:00:00.019) 0:01:46.394 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1175 Saturday 09 December 2023 14:19:20 +0000 (0:00:00.018) 0:01:46.413 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1182 Saturday 09 December 2023 14:19:20 +0000 (0:00:00.026) 0:01:46.439 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1190 Saturday 09 December 2023 14:19:20 +0000 (0:00:00.131) 0:01:46.571 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1197 Saturday 09 December 2023 14:19:20 +0000 (0:00:00.022) 0:01:46.593 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1209 Saturday 09 December 2023 14:19:20 +0000 (0:00:00.037) 0:01:46.631 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1218 Saturday 09 December 2023 14:19:20 +0000 (0:00:00.027) 0:01:46.658 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1225 Saturday 09 December 2023 14:19:20 +0000 (0:00:00.030) 0:01:46.689 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1231 Saturday 09 December 2023 14:19:20 +0000 (0:00:00.019) 0:01:46.709 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1239 Saturday 09 December 2023 14:19:20 +0000 (0:00:00.020) 0:01:46.730 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1252 Saturday 09 December 2023 14:19:20 +0000 (0:00:00.032) 0:01:46.762 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1264 Saturday 09 December 2023 14:19:20 +0000 (0:00:00.020) 0:01:46.783 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1270 Saturday 09 December 2023 14:19:20 +0000 (0:00:00.019) 0:01:46.803 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1279 Saturday 09 December 2023 14:19:20 +0000 (0:00:00.020) 0:01:46.823 ***** ok: [sut] => { "changed": false } TASK [fedora.linux_system_roles.mssql : Flush handlers prior to inputting post SQL scripts] *** task path: /WORKDIR/git-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1288 Saturday 09 December 2023 14:19:21 +0000 (0:00:00.183) 0:01:47.007 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/handlers/main.yml:3 Saturday 09 December 2023 14:19:21 +0000 (0:00:00.020) 0:01:47.027 ***** changed: [sut] => { "changed": true, "name": "mssql-server", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2023-12-09 14:19:00 UTC", "ActiveEnterTimestampMonotonic": "819453040", "ActiveExitTimestamp": "Sat 2023-12-09 14:19:08 UTC", "ActiveExitTimestampMonotonic": "827581667", "ActiveState": "inactive", "After": "auditd.service -.mount systemd-journald.socket basic.target network.target system.slice", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Sat 2023-12-09 14:19:00 UTC", "AssertTimestampMonotonic": "819447647", "Before": "shutdown.target multi-user.target", "BlockIOAccounting": "no", "BlockIOWeight": "18446744073709551615", "CPUAccounting": "no", "CPUQuotaPerSecUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "18446744073709551615", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "18446744073709551615", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Sat 2023-12-09 14:19:00 UTC", "ConditionTimestampMonotonic": "819447645", "Conflicts": "shutdown.target", "ControlPID": "0", "DefaultDependencies": "yes", "Delegate": "no", "Description": "Microsoft SQL Server Database Engine", "DevicePolicy": "auto", "Documentation": "https://docs.microsoft.com/en-us/sql/linux", "ExecMainCode": "1", "ExecMainExitTimestamp": "Sat 2023-12-09 14:19:14 UTC", "ExecMainExitTimestampMonotonic": "833188795", "ExecMainPID": "12937", "ExecMainStartTimestamp": "Sat 2023-12-09 14:19:00 UTC", "ExecMainStartTimestampMonotonic": "819452943", "ExecMainStatus": "0", "ExecStart": "{ path=/opt/mssql/bin/sqlservr ; argv[]=/opt/mssql/bin/sqlservr ; ignore_errors=no ; start_time=[Sat 2023-12-09 14:19:00 UTC] ; stop_time=[Sat 2023-12-09 14:19:14 UTC] ; pid=12937 ; code=exited ; status=0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/mssql-server.service", "GuessMainPID": "yes", "IOScheduling": "0", "Id": "mssql-server.service", "IgnoreOnIsolate": "no", "IgnoreOnSnapshot": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestamp": "Sat 2023-12-09 14:19:14 UTC", "InactiveEnterTimestampMonotonic": "833188895", "InactiveExitTimestamp": "Sat 2023-12-09 14:19:00 UTC", "InactiveExitTimestampMonotonic": "819453040", "JobTimeoutAction": "none", "JobTimeoutUSec": "0", "KillMode": "process", "KillSignal": "15", "LimitAS": "18446744073709551615", "LimitCORE": "18446744073709551615", "LimitCPU": "18446744073709551615", "LimitDATA": "18446744073709551615", "LimitFSIZE": "18446744073709551615", "LimitLOCKS": "18446744073709551615", "LimitMEMLOCK": "65536", "LimitMSGQUEUE": "819200", "LimitNICE": "0", "LimitNOFILE": "18446744073709551615", "LimitNPROC": "18446744073709551615", "LimitRSS": "18446744073709551615", "LimitRTPRIO": "0", "LimitRTTIME": "18446744073709551615", "LimitSIGPENDING": "29173", "LimitSTACK": "18446744073709551615", "LoadState": "loaded", "MainPID": "0", "MemoryAccounting": "no", "MemoryCurrent": "18446744073709551615", "MemoryLimit": "18446744073709551615", "MountFlags": "0", "Names": "mssql-server.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "PrivateDevices": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "ProtectHome": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "Requires": "-.mount basic.target system.slice", "RequiresMountsFor": "/var/opt/mssql", "Restart": "on-failure", "RestartUSec": "100ms", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "0", "StartLimitInterval": "0", "StartupBlockIOWeight": "18446744073709551615", "StartupCPUShares": "18446744073709551615", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "dead", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "no", "TasksCurrent": "18446744073709551615", "TasksMax": "18446744073709551615", "TimeoutStartUSec": "30min", "TimeoutStopUSec": "30min", "TimerSlackNSec": "50000", "Transient": "no", "Type": "simple", "UMask": "0007", "UnitFilePreset": "disabled", "UnitFileState": "enabled", "User": "mssql", "WantedBy": "multi-user.target", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0", "WorkingDirectory": "/var/opt/mssql" } } TASK [fedora.linux_system_roles.mssql : Post-input SQL scripts to SQL Server] *** task path: /WORKDIR/git-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1292 Saturday 09 December 2023 14:19:21 +0000 (0:00:00.252) 0:01:47.280 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1299 Saturday 09 December 2023 14:19:21 +0000 (0:00:00.020) 0:01:47.300 ***** skipping: [sut] => { "changed": false, "false_condition": "mssql_post_input_sql_content != []", "skip_reason": "Conditional result was False" } TASK [Verify settings] ********************************************************* task path: /WORKDIR/git-storage-selinuxxlpt_7ke/tests/tasks/tests_password.yml:42 Saturday 09 December 2023 14:19:21 +0000 (0:00:00.029) 0:01:47.329 ***** included: /WORKDIR/git-storage-selinuxxlpt_7ke/tests/tasks/verify_settings.yml for sut TASK [Check if the errorlog file exists and its location] ********************** task path: /WORKDIR/git-storage-selinuxxlpt_7ke/tests/tasks/verify_settings.yml:8 Saturday 09 December 2023 14:19:21 +0000 (0:00:00.231) 0:01:47.560 ***** skipping: [sut] => { "changed": false, "false_condition": "__verify_mssql_edition is defined", "skip_reason": "Conditional result was False" } TASK [Check if the set edition matches the existing edition] ******************* task path: /WORKDIR/git-storage-selinuxxlpt_7ke/tests/tasks/verify_settings.yml:23 Saturday 09 December 2023 14:19:21 +0000 (0:00:00.027) 0:01:47.587 ***** skipping: [sut] => { "changed": false, "false_condition": "__verify_mssql_edition is defined", "skip_reason": "Conditional result was False" } TASK [Verify if the edition matches] ******************************************* task path: /WORKDIR/git-storage-selinuxxlpt_7ke/tests/tasks/verify_settings.yml:35 Saturday 09 December 2023 14:19:21 +0000 (0:00:00.019) 0:01:47.606 ***** skipping: [sut] => { "changed": false, "false_condition": "__verify_mssql_edition is defined", "skip_reason": "Conditional result was False" } TASK [Verify the setting {{ item.key }}] *************************************** task path: /WORKDIR/git-storage-selinuxxlpt_7ke/tests/tasks/verify_settings.yml:39 Saturday 09 December 2023 14:19:21 +0000 (0:00:00.018) 0:01:47.625 ***** skipping: [sut] => { "changed": false, "false_condition": "item.value is defined", "skip_reason": "Conditional result was False" } TASK [Get stat of mssql_datadir] *********************************************** task path: /WORKDIR/git-storage-selinuxxlpt_7ke/tests/tasks/verify_settings.yml:55 Saturday 09 December 2023 14:19:21 +0000 (0:00:00.018) 0:01:47.643 ***** skipping: [sut] => { "changed": false, "false_condition": "__verify_mssql_datadir_mode is defined", "skip_reason": "Conditional result was False" } TASK [Assert that mssql_datadir has proper permissions and ownership] ********** task path: /WORKDIR/git-storage-selinuxxlpt_7ke/tests/tasks/verify_settings.yml:60 Saturday 09 December 2023 14:19:21 +0000 (0:00:00.018) 0:01:47.661 ***** skipping: [sut] => { "changed": false, "false_condition": "__verify_mssql_datadir_mode is defined", "skip_reason": "Conditional result was False" } TASK [Get stat of mssql_logdir] ************************************************ task path: /WORKDIR/git-storage-selinuxxlpt_7ke/tests/tasks/verify_settings.yml:70 Saturday 09 December 2023 14:19:21 +0000 (0:00:00.017) 0:01:47.679 ***** skipping: [sut] => { "changed": false, "false_condition": "__verify_mssql_logdir_mode is defined", "skip_reason": "Conditional result was False" } TASK [Assert that mssql_logdir has proper permissions and ownership] *********** task path: /WORKDIR/git-storage-selinuxxlpt_7ke/tests/tasks/verify_settings.yml:75 Saturday 09 December 2023 14:19:21 +0000 (0:00:00.018) 0:01:47.697 ***** skipping: [sut] => { "changed": false, "false_condition": "__verify_mssql_logdir_mode is defined", "skip_reason": "Conditional result was False" } TASK [Prepare MSSQL and facts for logging in] ********************************** task path: /WORKDIR/git-storage-selinuxxlpt_7ke/tests/tasks/verify_settings.yml:85 Saturday 09 December 2023 14:19:21 +0000 (0:00:00.018) 0:01:47.716 ***** TASK [fedora.linux_system_roles.mssql : Ensure that the mssql-server service is started] *** task path: /WORKDIR/git-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/verify_password.yml:3 Saturday 09 December 2023 14:19:21 +0000 (0:00:00.036) 0:01:47.753 ***** ok: [sut] => { "changed": false, "name": "mssql-server", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2023-12-09 14:19:21 UTC", "ActiveEnterTimestampMonotonic": "840226753", "ActiveExitTimestamp": "Sat 2023-12-09 14:19:08 UTC", "ActiveExitTimestampMonotonic": "827581667", "ActiveState": "active", "After": "auditd.service -.mount systemd-journald.socket basic.target network.target system.slice", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Sat 2023-12-09 14:19:21 UTC", "AssertTimestampMonotonic": "840220360", "Before": "shutdown.target multi-user.target", "BlockIOAccounting": "no", "BlockIOWeight": "18446744073709551615", "CPUAccounting": "no", "CPUQuotaPerSecUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "18446744073709551615", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "18446744073709551615", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Sat 2023-12-09 14:19:21 UTC", "ConditionTimestampMonotonic": "840220359", "Conflicts": "shutdown.target", "ControlGroup": "/system.slice/mssql-server.service", "ControlPID": "0", "DefaultDependencies": "yes", "Delegate": "no", "Description": "Microsoft SQL Server Database Engine", "DevicePolicy": "auto", "Documentation": "https://docs.microsoft.com/en-us/sql/linux", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "13624", "ExecMainStartTimestamp": "Sat 2023-12-09 14:19:21 UTC", "ExecMainStartTimestampMonotonic": "840226685", "ExecMainStatus": "0", "ExecStart": "{ path=/opt/mssql/bin/sqlservr ; argv[]=/opt/mssql/bin/sqlservr ; ignore_errors=no ; start_time=[Sat 2023-12-09 14:19:21 UTC] ; stop_time=[n/a] ; pid=13624 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/mssql-server.service", "GuessMainPID": "yes", "IOScheduling": "0", "Id": "mssql-server.service", "IgnoreOnIsolate": "no", "IgnoreOnSnapshot": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestamp": "Sat 2023-12-09 14:19:14 UTC", "InactiveEnterTimestampMonotonic": "833188895", "InactiveExitTimestamp": "Sat 2023-12-09 14:19:21 UTC", "InactiveExitTimestampMonotonic": "840226753", "JobTimeoutAction": "none", "JobTimeoutUSec": "0", "KillMode": "process", "KillSignal": "15", "LimitAS": "18446744073709551615", "LimitCORE": "18446744073709551615", "LimitCPU": "18446744073709551615", "LimitDATA": "18446744073709551615", "LimitFSIZE": "18446744073709551615", "LimitLOCKS": "18446744073709551615", "LimitMEMLOCK": "65536", "LimitMSGQUEUE": "819200", "LimitNICE": "0", "LimitNOFILE": "18446744073709551615", "LimitNPROC": "18446744073709551615", "LimitRSS": "18446744073709551615", "LimitRTPRIO": "0", "LimitRTTIME": "18446744073709551615", "LimitSIGPENDING": "29173", "LimitSTACK": "18446744073709551615", "LoadState": "loaded", "MainPID": "13624", "MemoryAccounting": "no", "MemoryCurrent": "111501312", "MemoryLimit": "18446744073709551615", "MountFlags": "0", "Names": "mssql-server.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "PrivateDevices": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "ProtectHome": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "Requires": "-.mount basic.target system.slice", "RequiresMountsFor": "/var/opt/mssql", "Restart": "on-failure", "RestartUSec": "100ms", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "0", "StartLimitInterval": "0", "StartupBlockIOWeight": "18446744073709551615", "StartupCPUShares": "18446744073709551615", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "no", "TasksCurrent": "34", "TasksMax": "18446744073709551615", "TimeoutStartUSec": "30min", "TimeoutStopUSec": "30min", "TimerSlackNSec": "50000", "Transient": "no", "Type": "simple", "UMask": "0007", "UnitFilePreset": "disabled", "UnitFileState": "enabled", "User": "mssql", "WantedBy": "multi-user.target", "WatchdogTimestamp": "Sat 2023-12-09 14:19:21 UTC", "WatchdogTimestampMonotonic": "840226728", "WatchdogUSec": "0", "WorkingDirectory": "/var/opt/mssql" } } TASK [fedora.linux_system_roles.mssql : Check if a custom tcpport setting exist] *** task path: /WORKDIR/git-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/verify_password.yml:8 Saturday 09 December 2023 14:19:22 +0000 (0:00:00.236) 0:01:47.989 ***** ok: [sut] => { "changed": false, "cmd": [ "grep", "^tcpport = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003604", "end": "2023-12-09 14:19:22.208651", "failed_when_result": false, "rc": 0, "start": "2023-12-09 14:19:22.205047" } STDOUT: tcpport = 1433 TASK [fedora.linux_system_roles.mssql : Check if a custom ipaddress setting exist] *** task path: /WORKDIR/git-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/verify_password.yml:14 Saturday 09 December 2023 14:19:22 +0000 (0:00:00.186) 0:01:48.175 ***** ok: [sut] => { "changed": false, "cmd": [ "grep", "^ipaddress = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.004427", "end": "2023-12-09 14:19:22.365495", "failed_when_result": false, "rc": 0, "start": "2023-12-09 14:19:22.361068" } STDOUT: ipaddress = 127.0.0.1 TASK [fedora.linux_system_roles.mssql : Set a fact with a login command] ******* task path: /WORKDIR/git-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/verify_password.yml:20 Saturday 09 December 2023 14:19:22 +0000 (0:00:00.152) 0:01:48.327 ***** 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-storage-selinuxxlpt_7ke/tests/tasks/verify_settings.yml:93 Saturday 09 December 2023 14:19:22 +0000 (0:00:00.044) 0:01:48.372 ***** ok: [sut] => { "changed": false, "elapsed": 2, "gid": 994, "group": "mssql", "match_groupdict": {}, "match_groups": [], "mode": "0660", "owner": "mssql", "path": "/var/opt/mssql/log/errorlog", "port": null, "search_regex": "SQL Server is now ready for client connections", "secontext": "system_u:object_r:var_t:s0", "size": 6534, "state": "file", "uid": 996 } TASK [Check if the set password matches the existing password] ***************** task path: /WORKDIR/git-storage-selinuxxlpt_7ke/tests/tasks/verify_settings.yml:99 Saturday 09 December 2023 14:19:24 +0000 (0:00:02.277) 0:01:50.649 ***** ok: [sut] => { "attempts": 1, "changed": false, "cmd": [ "/opt/mssql-tools/bin/sqlcmd", "-S", "127.0.0.1,1433", "-U", "sa", "-P", "p@55w0rD", "-Q", "SELECT @@VERSION" ], "delta": "0:00:00.025558", "end": "2023-12-09 14:19:24.864192", "rc": 0, "start": "2023-12-09 14:19:24.838634" } 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 (Red Hat Enterprise Linux Server 7.9 (Maipo)) (1 rows affected) TASK [Set the mssql_password variable to default null] ************************* task path: /WORKDIR/git-storage-selinuxxlpt_7ke/tests/tasks/verify_settings.yml:113 Saturday 09 December 2023 14:19:24 +0000 (0:00:00.179) 0:01:50.829 ***** ok: [sut] => { "ansible_facts": { "mssql_password": null }, "changed": false } TASK [Verify the package mssql-server-fts] ************************************* task path: /WORKDIR/git-storage-selinuxxlpt_7ke/tests/tasks/verify_settings.yml:117 Saturday 09 December 2023 14:19:24 +0000 (0:00:00.027) 0:01:50.856 ***** skipping: [sut] => { "changed": false, "false_condition": "__verify_mssql_fts_is_installed is defined", "skip_reason": "Conditional result was False" } TASK [Verify the package powershell] ******************************************* task path: /WORKDIR/git-storage-selinuxxlpt_7ke/tests/tasks/verify_settings.yml:124 Saturday 09 December 2023 14:19:24 +0000 (0:00:00.036) 0:01:50.893 ***** skipping: [sut] => { "changed": false, "false_condition": "__verify_mssql_powershell_is_installed is defined", "skip_reason": "Conditional result was False" } TASK [Get the value of the traceflag setting] ********************************** task path: /WORKDIR/git-storage-selinuxxlpt_7ke/tests/tasks/verify_settings.yml:135 Saturday 09 December 2023 14:19:24 +0000 (0:00:00.030) 0:01:50.923 ***** skipping: [sut] => { "changed": false, "false_condition": "__verify_mssql_is_tuned_for_fua is defined", "skip_reason": "Conditional result was False" } TASK [Verify that the traceflag setting is set to 3979] ************************ task path: /WORKDIR/git-storage-selinuxxlpt_7ke/tests/tasks/verify_settings.yml:140 Saturday 09 December 2023 14:19:25 +0000 (0:00:00.022) 0:01:50.946 ***** skipping: [sut] => { "changed": false, "false_condition": "__verify_mssql_is_tuned_for_fua is defined", "skip_reason": "Conditional result was False" } TASK [Verify that the traceflag setting is not set to 3979] ******************** task path: /WORKDIR/git-storage-selinuxxlpt_7ke/tests/tasks/verify_settings.yml:145 Saturday 09 December 2023 14:19:25 +0000 (0:00:00.022) 0:01:50.968 ***** skipping: [sut] => { "changed": false, "false_condition": "__verify_mssql_is_tuned_for_fua is defined", "skip_reason": "Conditional result was False" } TASK [Verify that the alternatewritethrough setting is false] ****************** task path: /WORKDIR/git-storage-selinuxxlpt_7ke/tests/tasks/verify_settings.yml:151 Saturday 09 December 2023 14:19:25 +0000 (0:00:00.021) 0:01:50.990 ***** skipping: [sut] => { "changed": false, "false_condition": "__verify_mssql_is_tuned_for_fua is defined", "skip_reason": "Conditional result was False" } TASK [Verify the writethrough setting] ***************************************** task path: /WORKDIR/git-storage-selinuxxlpt_7ke/tests/tasks/verify_settings.yml:157 Saturday 09 December 2023 14:19:25 +0000 (0:00:00.044) 0:01:51.034 ***** skipping: [sut] => { "changed": false, "false_condition": "__verify_mssql_is_tuned_for_fua is defined", "skip_reason": "Conditional result was False" } TASK [Verify the tlscert setting] ********************************************** task path: /WORKDIR/git-storage-selinuxxlpt_7ke/tests/tasks/verify_settings.yml:167 Saturday 09 December 2023 14:19:25 +0000 (0:00:00.022) 0:01:51.057 ***** 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-storage-selinuxxlpt_7ke/tests/tasks/verify_settings.yml:178 Saturday 09 December 2023 14:19:25 +0000 (0:00:00.022) 0:01:51.080 ***** 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-storage-selinuxxlpt_7ke/tests/tasks/verify_settings.yml:190 Saturday 09 December 2023 14:19:25 +0000 (0:00:00.035) 0:01:51.115 ***** 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-storage-selinuxxlpt_7ke/tests/tasks/verify_settings.yml:198 Saturday 09 December 2023 14:19:25 +0000 (0:00:00.034) 0:01:51.150 ***** 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-storage-selinuxxlpt_7ke/tests/tasks/verify_settings.yml:208 Saturday 09 December 2023 14:19:25 +0000 (0:00:00.023) 0:01:51.173 ***** 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-storage-selinuxxlpt_7ke/tests/tasks/verify_settings.yml:213 Saturday 09 December 2023 14:19:25 +0000 (0:00:00.020) 0:01:51.194 ***** 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-storage-selinuxxlpt_7ke/tests/tasks/verify_settings.yml:219 Saturday 09 December 2023 14:19:25 +0000 (0:00:00.022) 0:01:51.216 ***** skipping: [sut] => { "changed": false, "false_condition": "__verify_mssql_is_confined is defined", "skip_reason": "Conditional result was False" } TASK [Change the TCP port setting.] ******************************************** task path: /WORKDIR/git-storage-selinuxxlpt_7ke/tests/tasks/tests_password.yml:47 Saturday 09 December 2023 14:19:25 +0000 (0:00:00.019) 0:01:51.235 ***** TASK [fedora.linux_system_roles.mssql : Ensure ansible_facts and variables used by role] *** task path: /WORKDIR/git-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:3 Saturday 09 December 2023 14:19:25 +0000 (0:00:00.466) 0:01:51.701 ***** included: /WORKDIR/git-storage-selinuxxlpt_7ke/.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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/set_vars.yml:3 Saturday 09 December 2023 14:19:25 +0000 (0:00:00.037) 0:01:51.739 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/set_vars.yml:8 Saturday 09 December 2023 14:19:25 +0000 (0:00:00.028) 0:01:51.768 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/vars/RedHat.yml" ], "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml" } 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/vars/RedHat.yml" ], "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml" } ok: [sut] => (item=RedHat_7.yml) => { "ansible_facts": { "__mssql_client_repository": "https://packages.microsoft.com/rhel/7/prod/", "__mssql_confined_supported": false, "__mssql_server_repository": "https://packages.microsoft.com/rhel/7/mssql-server-{{ mssql_version | int }}/", "__mssql_supported_versions": [ 2017, 2019 ] }, "ansible_included_var_files": [ "/WORKDIR/git-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/vars/RedHat_7.yml" ], "ansible_loop_var": "item", "changed": false, "item": "RedHat_7.yml" } skipping: [sut] => (item=RedHat_7.9.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__mssql_vars_file is file", "item": "RedHat_7.9.yml", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Unset the __mssql_sqlcmd_login_cmd fact] *** task path: /WORKDIR/git-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:8 Saturday 09 December 2023 14:19:25 +0000 (0:00:00.081) 0:01:51.849 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:15 Saturday 09 December 2023 14:19:25 +0000 (0:00:00.023) 0:01:51.872 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:23 Saturday 09 December 2023 14:19:25 +0000 (0:00:00.028) 0:01:51.901 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:30 Saturday 09 December 2023 14:19:25 +0000 (0:00:00.032) 0:01:51.933 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:37 Saturday 09 December 2023 14:19:26 +0000 (0:00:00.020) 0:01:51.953 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:44 Saturday 09 December 2023 14:19:26 +0000 (0:00:00.019) 0:01:51.973 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:51 Saturday 09 December 2023 14:19:26 +0000 (0:00:00.022) 0:01:51.995 ***** 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 : Verify that the user accepts EULA variables] *** task path: /WORKDIR/git-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:55 Saturday 09 December 2023 14:19:26 +0000 (0:00:00.019) 0:01:52.015 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:67 Saturday 09 December 2023 14:19:26 +0000 (0:00:00.107) 0:01:52.123 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:75 Saturday 09 December 2023 14:19:26 +0000 (0:00:00.018) 0:01:52.142 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:84 Saturday 09 December 2023 14:19:26 +0000 (0:00:00.022) 0:01:52.164 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:93 Saturday 09 December 2023 14:19:26 +0000 (0:00:00.018) 0:01:52.183 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:103 Saturday 09 December 2023 14:19:26 +0000 (0:00:00.020) 0:01:52.203 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:112 Saturday 09 December 2023 14:19:26 +0000 (0:00:00.029) 0:01:52.233 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:116 Saturday 09 December 2023 14:19:27 +0000 (0:00:00.704) 0:01:52.938 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:124 Saturday 09 December 2023 14:19:27 +0000 (0:00:00.070) 0:01:53.008 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:131 Saturday 09 December 2023 14:19:27 +0000 (0:00:00.024) 0:01:53.033 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:138 Saturday 09 December 2023 14:19:27 +0000 (0:00:00.025) 0:01:53.059 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:152 Saturday 09 December 2023 14:19:27 +0000 (0:00:00.044) 0:01:53.104 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:165 Saturday 09 December 2023 14:19:27 +0000 (0:00:00.364) 0:01:53.468 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:175 Saturday 09 December 2023 14:19:27 +0000 (0:00:00.022) 0:01:53.491 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:186 Saturday 09 December 2023 14:19:27 +0000 (0:00:00.031) 0:01:53.522 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:194 Saturday 09 December 2023 14:19:27 +0000 (0:00:00.033) 0:01:53.555 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:207 Saturday 09 December 2023 14:19:27 +0000 (0:00:00.027) 0:01:53.583 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:214 Saturday 09 December 2023 14:19:27 +0000 (0:00:00.039) 0:01:53.622 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:219 Saturday 09 December 2023 14:19:27 +0000 (0:00:00.107) 0:01:53.730 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:228 Saturday 09 December 2023 14:19:27 +0000 (0:00:00.022) 0:01:53.752 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:237 Saturday 09 December 2023 14:19:27 +0000 (0:00:00.020) 0:01:53.772 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:242 Saturday 09 December 2023 14:19:27 +0000 (0:00:00.020) 0:01:53.793 ***** ok: [sut] => { "changed": false, "rc": 0, "results": [ "mssql-server-14.0.3465.1-1.x86_64 providing mssql-server is already installed" ] } TASK [fedora.linux_system_roles.mssql : Ensure that the openldap-compat package is installed] *** task path: /WORKDIR/git-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:250 Saturday 09 December 2023 14:19:28 +0000 (0:00:00.338) 0:01:54.131 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:258 Saturday 09 December 2023 14:19:28 +0000 (0:00:00.027) 0:01:54.159 ***** 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.005583", "end": "2023-12-09 14:19:28.354254", "rc": 0, "start": "2023-12-09 14:19:28.348671" } STDOUT: /var/opt/mssql/log/errorlog TASK [fedora.linux_system_roles.mssql : Gather system services facts] ********** task path: /WORKDIR/git-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:273 Saturday 09 December 2023 14:19:28 +0000 (0:00:00.191) 0:01:54.350 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:277 Saturday 09 December 2023 14:19:29 +0000 (0:00:00.862) 0:01:55.213 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:286 Saturday 09 December 2023 14:19:29 +0000 (0:00:00.041) 0:01:55.255 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:302 Saturday 09 December 2023 14:19:29 +0000 (0:00:00.021) 0:01:55.276 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:322 Saturday 09 December 2023 14:19:29 +0000 (0:00:00.022) 0:01:55.298 ***** skipping: [sut] => (item={'path': None, 'mode': None, 'setting': 'defaultdatadir'}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "item.path is not none", "item": { "mode": null, "path": null, "setting": "defaultdatadir" }, "skip_reason": "Conditional result was False" } skipping: [sut] => (item={'path': None, 'mode': None, 'setting': 'defaultlogdir'}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "item.path is not none", "item": { "mode": null, "path": null, "setting": "defaultlogdir" }, "skip_reason": "Conditional result was False" } skipping: [sut] => { "changed": false } MSG: All items skipped TASK [Ensure correct SELinux context for {{ __mssql_storage_path }}] *********** task path: /WORKDIR/git-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:337 Saturday 09 December 2023 14:19:29 +0000 (0:00:00.040) 0:01:55.338 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:344 Saturday 09 December 2023 14:19:29 +0000 (0:00:00.027) 0:01:55.366 ***** ok: [sut] => { "changed": false, "rc": 0, "results": [ "tuned-profiles-mssql-2.11.0-12.el7_9.noarch providing tuned-profiles-mssql is already installed" ] } TASK [fedora.linux_system_roles.mssql : Ensure that the tuned service is started and enabled] *** task path: /WORKDIR/git-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:349 Saturday 09 December 2023 14:19:29 +0000 (0:00:00.326) 0:01:55.693 ***** ok: [sut] => { "changed": false, "enabled": true, "name": "tuned", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2023-12-09 14:05:33 UTC", "ActiveEnterTimestampMonotonic": "12122499", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "basic.target systemd-journald.socket dbus.service network.target system.slice systemd-sysctl.service", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Sat 2023-12-09 14:05:32 UTC", "AssertTimestampMonotonic": "11342233", "Before": "shutdown.target multi-user.target", "BlockIOAccounting": "no", "BlockIOWeight": "18446744073709551615", "BusName": "com.redhat.tuned", "CPUAccounting": "no", "CPUQuotaPerSecUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "18446744073709551615", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "18446744073709551615", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Sat 2023-12-09 14:05:32 UTC", "ConditionTimestampMonotonic": "11342227", "Conflicts": "cpupower.service shutdown.target", "ControlGroup": "/system.slice/tuned.service", "ControlPID": "0", "DefaultDependencies": "yes", "Delegate": "no", "Description": "Dynamic System Tuning Daemon", "DevicePolicy": "auto", "Documentation": "man:tuned(8) man:tuned.conf(5) man:tuned-adm(8)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "946", "ExecMainStartTimestamp": "Sat 2023-12-09 14:05:32 UTC", "ExecMainStartTimestampMonotonic": "11349675", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/sbin/tuned ; argv[]=/usr/sbin/tuned -l -P ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/tuned.service", "GuessMainPID": "yes", "IOScheduling": "0", "Id": "tuned.service", "IgnoreOnIsolate": "no", "IgnoreOnSnapshot": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestamp": "Sat 2023-12-09 14:05:32 UTC", "InactiveExitTimestampMonotonic": "11349721", "JobTimeoutAction": "none", "JobTimeoutUSec": "0", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "18446744073709551615", "LimitCORE": "18446744073709551615", "LimitCPU": "18446744073709551615", "LimitDATA": "18446744073709551615", "LimitFSIZE": "18446744073709551615", "LimitLOCKS": "18446744073709551615", "LimitMEMLOCK": "65536", "LimitMSGQUEUE": "819200", "LimitNICE": "0", "LimitNOFILE": "4096", "LimitNPROC": "29173", "LimitRSS": "18446744073709551615", "LimitRTPRIO": "0", "LimitRTTIME": "18446744073709551615", "LimitSIGPENDING": "29173", "LimitSTACK": "18446744073709551615", "LoadState": "loaded", "MainPID": "946", "MemoryAccounting": "no", "MemoryCurrent": "18358272", "MemoryLimit": "18446744073709551615", "MountFlags": "0", "Names": "tuned.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PIDFile": "/run/tuned/tuned.pid", "PermissionsStartOnly": "no", "PrivateDevices": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "ProtectHome": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "Requires": "dbus.service polkit.service basic.target system.slice", "Restart": "no", "RestartUSec": "100ms", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitInterval": "10000000", "StartupBlockIOWeight": "18446744073709551615", "StartupCPUShares": "18446744073709551615", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "no", "TasksCurrent": "5", "TasksMax": "18446744073709551615", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "dbus", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "WantedBy": "multi-user.target", "WatchdogTimestamp": "Sat 2023-12-09 14:05:33 UTC", "WatchdogTimestampMonotonic": "12122371", "WatchdogUSec": "0" } } TASK [fedora.linux_system_roles.mssql : Get the active Tuned profiles] ********* task path: /WORKDIR/git-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:355 Saturday 09 December 2023 14:19:29 +0000 (0:00:00.223) 0:01:55.916 ***** ok: [sut] => { "changed": false, "cmd": [ "tuned-adm", "active" ], "delta": "0:00:00.109459", "end": "2023-12-09 14:19:30.213449", "rc": 0, "start": "2023-12-09 14:19:30.103990" } 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:365 Saturday 09 December 2023 14:19:30 +0000 (0:00:00.280) 0:01:56.197 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:378 Saturday 09 December 2023 14:19:30 +0000 (0:00:00.026) 0:01:56.224 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:387 Saturday 09 December 2023 14:19:30 +0000 (0:00:00.033) 0:01:56.257 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:397 Saturday 09 December 2023 14:19:30 +0000 (0:00:00.097) 0:01:56.354 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:404 Saturday 09 December 2023 14:19:30 +0000 (0:00:00.148) 0:01:56.503 ***** ok: [sut] => { "changed": false, "rc": 0, "results": [ "mssql-tools-17.10.1.1-1.x86_64 providing mssql-tools is already installed", "unixODBC-devel-2.3.11-1.rh.x86_64 providing unixODBC-devel is already installed" ] } TASK [fedora.linux_system_roles.mssql : Prepare MSSQL and facts for logging in] *** task path: /WORKDIR/git-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:416 Saturday 09 December 2023 14:19:30 +0000 (0:00:00.332) 0:01:56.835 ***** skipping: [sut] => { "changed": false, "false_condition": "mssql_password is not none", "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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:420 Saturday 09 December 2023 14:19:30 +0000 (0:00:00.026) 0:01:56.862 ***** skipping: [sut] => { "changed": false, "false_condition": "mssql_password is not none", "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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:426 Saturday 09 December 2023 14:19:30 +0000 (0:00:00.021) 0:01:56.884 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:441 Saturday 09 December 2023 14:19:30 +0000 (0:00:00.023) 0:01:56.907 ***** skipping: [sut] => { "changed": false, "false_condition": "mssql_password is not none", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Gather package facts] ****************** task path: /WORKDIR/git-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:448 Saturday 09 December 2023 14:19:30 +0000 (0:00:00.023) 0:01:56.931 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:456 Saturday 09 December 2023 14:19:31 +0000 (0:00:00.022) 0:01:56.953 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:477 Saturday 09 December 2023 14:19:31 +0000 (0:00:00.028) 0:01:56.982 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:484 Saturday 09 December 2023 14:19:31 +0000 (0:00:00.031) 0:01:57.013 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:495 Saturday 09 December 2023 14:19:31 +0000 (0:00:00.020) 0:01:57.034 ***** skipping: [sut] => { "changed": false, "false_condition": "mssql_edition is not none", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Ensure that the mssql-server service is stopped] *** task path: /WORKDIR/git-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:508 Saturday 09 December 2023 14:19:31 +0000 (0:00:00.020) 0:01:57.055 ***** skipping: [sut] => { "changed": false, "false_condition": "mssql_edition is not none", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Gather package facts] ****************** task path: /WORKDIR/git-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:515 Saturday 09 December 2023 14:19:31 +0000 (0:00:00.020) 0:01:57.075 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:521 Saturday 09 December 2023 14:19:31 +0000 (0:00:00.023) 0:01:57.098 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:540 Saturday 09 December 2023 14:19:31 +0000 (0:00:00.022) 0:01:57.121 ***** skipping: [sut] => { "changed": false, "false_condition": "mssql_ip_address is not none", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Register the previous tcpport setting] *** task path: /WORKDIR/git-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:547 Saturday 09 December 2023 14:19:31 +0000 (0:00:00.019) 0:01:57.140 ***** skipping: [sut] => { "changed": false, "false_condition": "mssql_manage_firewall | bool", "skip_reason": "Conditional result was False" } TASK [Open the TCP port 1432] ************************************************** task path: /WORKDIR/git-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:554 Saturday 09 December 2023 14:19:31 +0000 (0:00:00.018) 0:01:57.159 ***** 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 1432] *** task path: /WORKDIR/git-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:566 Saturday 09 December 2023 14:19:31 +0000 (0:00:00.018) 0:01:57.178 ***** included: /WORKDIR/git-storage-selinuxxlpt_7ke/.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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:3 Saturday 09 December 2023 14:19:31 +0000 (0:00:00.093) 0:01:57.272 ***** ok: [sut] => { "changed": false, "cmd": [ "grep", "^tcpport = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003609", "end": "2023-12-09 14:19:31.455962", "failed_when_result": false, "rc": 0, "start": "2023-12-09 14:19:31.452353" } STDOUT: tcpport = 1433 TASK [fedora.linux_system_roles.mssql : Configure the setting network tcpport] *** task path: /WORKDIR/git-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:12 Saturday 09 December 2023 14:19:31 +0000 (0:00:00.149) 0:01:57.421 ***** Notification for handler Restart the mssql-server service has been saved. changed: [sut] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "set", "network.tcpport", "1432" ], "delta": "0:00:00.050389", "end": "2023-12-09 14:19:31.656933", "failed_when_result": false, "rc": 0, "start": "2023-12-09 14:19:31.606544" } 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:42 Saturday 09 December 2023 14:19:31 +0000 (0:00:00.198) 0:01:57.619 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:572 Saturday 09 December 2023 14:19:31 +0000 (0:00:00.020) 0:01:57.640 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:592 Saturday 09 December 2023 14:19:31 +0000 (0:00:00.020) 0:01:57.660 ***** skipping: [sut] => { "changed": false, "false_condition": "mssql_enable_sql_agent is not none", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Ensure the package mssql-server-fts] *** task path: /WORKDIR/git-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:599 Saturday 09 December 2023 14:19:31 +0000 (0:00:00.021) 0:01:57.681 ***** skipping: [sut] => { "changed": false, "false_condition": "mssql_install_fts is not none", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Ensure the package powershell] ********* task path: /WORKDIR/git-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:606 Saturday 09 December 2023 14:19:31 +0000 (0:00:00.020) 0:01:57.702 ***** skipping: [sut] => { "changed": false, "false_condition": "mssql_install_powershell is not none", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Check if the 3979 trace flag is enabled] *** task path: /WORKDIR/git-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:615 Saturday 09 December 2023 14:19:31 +0000 (0:00:00.022) 0:01:57.724 ***** skipping: [sut] => { "changed": false, "false_condition": "mssql_tune_for_fua_storage is not none", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Set the 3979 traceflag] **************** task path: /WORKDIR/git-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:621 Saturday 09 December 2023 14:19:31 +0000 (0:00:00.022) 0:01:57.747 ***** skipping: [sut] => { "changed": false, "false_condition": "mssql_tune_for_fua_storage is not none", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Unset the 3979 traceflag] ************** task path: /WORKDIR/git-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:628 Saturday 09 December 2023 14:19:31 +0000 (0:00:00.024) 0:01:57.772 ***** skipping: [sut] => { "changed": false, "false_condition": "mssql_tune_for_fua_storage is not none", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Configure the alternatewritethrough setting] *** task path: /WORKDIR/git-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:636 Saturday 09 December 2023 14:19:31 +0000 (0:00:00.024) 0:01:57.796 ***** skipping: [sut] => { "changed": false, "false_condition": "mssql_tune_for_fua_storage is not none", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Configure the writethrough setting] **** task path: /WORKDIR/git-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:642 Saturday 09 December 2023 14:19:31 +0000 (0:00:00.022) 0:01:57.818 ***** skipping: [sut] => { "changed": false, "false_condition": "mssql_tune_for_fua_storage is not none", "skip_reason": "Conditional result was False" } TASK [Create certificates using the certificate role] ************************** task path: /WORKDIR/git-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:660 Saturday 09 December 2023 14:19:31 +0000 (0:00:00.021) 0:01:57.839 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:674 Saturday 09 December 2023 14:19:31 +0000 (0:00:00.021) 0:01:57.861 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:679 Saturday 09 December 2023 14:19:31 +0000 (0:00:00.024) 0:01:57.885 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:697 Saturday 09 December 2023 14:19:31 +0000 (0:00:00.025) 0:01:57.910 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:706 Saturday 09 December 2023 14:19:31 +0000 (0:00:00.021) 0:01:57.931 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:715 Saturday 09 December 2023 14:19:32 +0000 (0:00:00.023) 0:01:57.955 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:722 Saturday 09 December 2023 14:19:32 +0000 (0:00:00.020) 0:01:57.975 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:731 Saturday 09 December 2023 14:19:32 +0000 (0:00:00.098) 0:01:58.073 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:739 Saturday 09 December 2023 14:19:32 +0000 (0:00:00.020) 0:01:58.093 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:747 Saturday 09 December 2023 14:19:32 +0000 (0:00:00.019) 0:01:58.113 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:754 Saturday 09 December 2023 14:19:32 +0000 (0:00:00.019) 0:01:58.132 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:761 Saturday 09 December 2023 14:19:32 +0000 (0:00:00.022) 0:01:58.154 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:770 Saturday 09 December 2023 14:19:32 +0000 (0:00:00.050) 0:01:58.205 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:783 Saturday 09 December 2023 14:19:32 +0000 (0:00:00.024) 0:01:58.229 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:792 Saturday 09 December 2023 14:19:32 +0000 (0:00:00.022) 0:01:58.252 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:804 Saturday 09 December 2023 14:19:32 +0000 (0:00:00.022) 0:01:58.274 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:809 Saturday 09 December 2023 14:19:32 +0000 (0:00:00.019) 0:01:58.294 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:826 Saturday 09 December 2023 14:19:32 +0000 (0:00:00.018) 0:01:58.312 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:831 Saturday 09 December 2023 14:19:32 +0000 (0:00:00.017) 0:01:58.330 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:836 Saturday 09 December 2023 14:19:32 +0000 (0:00:00.018) 0:01:58.349 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:842 Saturday 09 December 2023 14:19:32 +0000 (0:00:00.017) 0:01:58.367 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:868 Saturday 09 December 2023 14:19:32 +0000 (0:00:00.018) 0:01:58.386 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:889 Saturday 09 December 2023 14:19:32 +0000 (0:00:00.019) 0:01:58.405 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:897 Saturday 09 December 2023 14:19:32 +0000 (0:00:00.018) 0:01:58.424 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:907 Saturday 09 December 2023 14:19:32 +0000 (0:00:00.018) 0:01:58.442 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:913 Saturday 09 December 2023 14:19:32 +0000 (0:00:00.017) 0:01:58.460 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:930 Saturday 09 December 2023 14:19:32 +0000 (0:00:00.070) 0:01:58.530 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:941 Saturday 09 December 2023 14:19:32 +0000 (0:00:00.019) 0:01:58.550 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:961 Saturday 09 December 2023 14:19:32 +0000 (0:00:00.018) 0:01:58.568 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1015 Saturday 09 December 2023 14:19:32 +0000 (0:00:00.018) 0:01:58.587 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1022 Saturday 09 December 2023 14:19:32 +0000 (0:00:00.018) 0:01:58.605 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1029 Saturday 09 December 2023 14:19:32 +0000 (0:00:00.019) 0:01:58.624 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1039 Saturday 09 December 2023 14:19:32 +0000 (0:00:00.020) 0:01:58.644 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1045 Saturday 09 December 2023 14:19:32 +0000 (0:00:00.019) 0:01:58.664 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1053 Saturday 09 December 2023 14:19:32 +0000 (0:00:00.023) 0:01:58.687 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1062 Saturday 09 December 2023 14:19:32 +0000 (0:00:00.034) 0:01:58.721 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1070 Saturday 09 December 2023 14:19:32 +0000 (0:00:00.022) 0:01:58.744 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1085 Saturday 09 December 2023 14:19:32 +0000 (0:00:00.024) 0:01:58.768 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1092 Saturday 09 December 2023 14:19:32 +0000 (0:00:00.018) 0:01:58.787 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1117 Saturday 09 December 2023 14:19:32 +0000 (0:00:00.017) 0:01:58.805 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1126 Saturday 09 December 2023 14:19:32 +0000 (0:00:00.018) 0:01:58.823 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1135 Saturday 09 December 2023 14:19:32 +0000 (0:00:00.018) 0:01:58.841 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1146 Saturday 09 December 2023 14:19:32 +0000 (0:00:00.020) 0:01:58.862 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1159 Saturday 09 December 2023 14:19:32 +0000 (0:00:00.021) 0:01:58.884 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1168 Saturday 09 December 2023 14:19:32 +0000 (0:00:00.021) 0:01:58.905 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1175 Saturday 09 December 2023 14:19:33 +0000 (0:00:00.086) 0:01:58.992 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1182 Saturday 09 December 2023 14:19:33 +0000 (0:00:00.019) 0:01:59.012 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1190 Saturday 09 December 2023 14:19:33 +0000 (0:00:00.020) 0:01:59.032 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1197 Saturday 09 December 2023 14:19:33 +0000 (0:00:00.018) 0:01:59.051 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1209 Saturday 09 December 2023 14:19:33 +0000 (0:00:00.023) 0:01:59.074 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1218 Saturday 09 December 2023 14:19:33 +0000 (0:00:00.020) 0:01:59.095 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1225 Saturday 09 December 2023 14:19:33 +0000 (0:00:00.019) 0:01:59.114 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1231 Saturday 09 December 2023 14:19:33 +0000 (0:00:00.018) 0:01:59.132 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1239 Saturday 09 December 2023 14:19:33 +0000 (0:00:00.017) 0:01:59.150 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1252 Saturday 09 December 2023 14:19:33 +0000 (0:00:00.023) 0:01:59.173 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1264 Saturday 09 December 2023 14:19:33 +0000 (0:00:00.020) 0:01:59.193 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1270 Saturday 09 December 2023 14:19:33 +0000 (0:00:00.021) 0:01:59.215 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1279 Saturday 09 December 2023 14:19:33 +0000 (0:00:00.035) 0:01:59.250 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1288 Saturday 09 December 2023 14:19:33 +0000 (0:00:00.171) 0:01:59.422 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/handlers/main.yml:3 Saturday 09 December 2023 14:19:33 +0000 (0:00:00.018) 0:01:59.441 ***** changed: [sut] => { "changed": true, "name": "mssql-server", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2023-12-09 14:19:21 UTC", "ActiveEnterTimestampMonotonic": "840226753", "ActiveExitTimestamp": "Sat 2023-12-09 14:19:08 UTC", "ActiveExitTimestampMonotonic": "827581667", "ActiveState": "active", "After": "auditd.service -.mount systemd-journald.socket basic.target network.target system.slice", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Sat 2023-12-09 14:19:21 UTC", "AssertTimestampMonotonic": "840220360", "Before": "shutdown.target multi-user.target", "BlockIOAccounting": "no", "BlockIOWeight": "18446744073709551615", "CPUAccounting": "no", "CPUQuotaPerSecUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "18446744073709551615", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "18446744073709551615", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Sat 2023-12-09 14:19:21 UTC", "ConditionTimestampMonotonic": "840220359", "Conflicts": "shutdown.target", "ControlGroup": "/system.slice/mssql-server.service", "ControlPID": "0", "DefaultDependencies": "yes", "Delegate": "no", "Description": "Microsoft SQL Server Database Engine", "DevicePolicy": "auto", "Documentation": "https://docs.microsoft.com/en-us/sql/linux", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "13624", "ExecMainStartTimestamp": "Sat 2023-12-09 14:19:21 UTC", "ExecMainStartTimestampMonotonic": "840226685", "ExecMainStatus": "0", "ExecStart": "{ path=/opt/mssql/bin/sqlservr ; argv[]=/opt/mssql/bin/sqlservr ; ignore_errors=no ; start_time=[Sat 2023-12-09 14:19:21 UTC] ; stop_time=[n/a] ; pid=13624 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/mssql-server.service", "GuessMainPID": "yes", "IOScheduling": "0", "Id": "mssql-server.service", "IgnoreOnIsolate": "no", "IgnoreOnSnapshot": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestamp": "Sat 2023-12-09 14:19:14 UTC", "InactiveEnterTimestampMonotonic": "833188895", "InactiveExitTimestamp": "Sat 2023-12-09 14:19:21 UTC", "InactiveExitTimestampMonotonic": "840226753", "JobTimeoutAction": "none", "JobTimeoutUSec": "0", "KillMode": "process", "KillSignal": "15", "LimitAS": "18446744073709551615", "LimitCORE": "18446744073709551615", "LimitCPU": "18446744073709551615", "LimitDATA": "18446744073709551615", "LimitFSIZE": "18446744073709551615", "LimitLOCKS": "18446744073709551615", "LimitMEMLOCK": "65536", "LimitMSGQUEUE": "819200", "LimitNICE": "0", "LimitNOFILE": "18446744073709551615", "LimitNPROC": "18446744073709551615", "LimitRSS": "18446744073709551615", "LimitRTPRIO": "0", "LimitRTTIME": "18446744073709551615", "LimitSIGPENDING": "29173", "LimitSTACK": "18446744073709551615", "LoadState": "loaded", "MainPID": "13624", "MemoryAccounting": "no", "MemoryCurrent": "629129216", "MemoryLimit": "18446744073709551615", "MountFlags": "0", "Names": "mssql-server.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "PrivateDevices": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "ProtectHome": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "Requires": "-.mount basic.target system.slice", "RequiresMountsFor": "/var/opt/mssql", "Restart": "on-failure", "RestartUSec": "100ms", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "0", "StartLimitInterval": "0", "StartupBlockIOWeight": "18446744073709551615", "StartupCPUShares": "18446744073709551615", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "no", "TasksCurrent": "141", "TasksMax": "18446744073709551615", "TimeoutStartUSec": "30min", "TimeoutStopUSec": "30min", "TimerSlackNSec": "50000", "Transient": "no", "Type": "simple", "UMask": "0007", "UnitFilePreset": "disabled", "UnitFileState": "enabled", "User": "mssql", "WantedBy": "multi-user.target", "WatchdogTimestamp": "Sat 2023-12-09 14:19:21 UTC", "WatchdogTimestampMonotonic": "840226728", "WatchdogUSec": "0", "WorkingDirectory": "/var/opt/mssql" } } TASK [fedora.linux_system_roles.mssql : Post-input SQL scripts to SQL Server] *** task path: /WORKDIR/git-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1292 Saturday 09 December 2023 14:19:34 +0000 (0:00:01.290) 0:02:00.732 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1299 Saturday 09 December 2023 14:19:34 +0000 (0:00:00.019) 0:02:00.751 ***** skipping: [sut] => { "changed": false, "false_condition": "mssql_post_input_sql_content != []", "skip_reason": "Conditional result was False" } TASK [Change the password with a custom TCP port and IP address. Should report Changed.] *** task path: /WORKDIR/git-storage-selinuxxlpt_7ke/tests/tasks/tests_password.yml:53 Saturday 09 December 2023 14:19:34 +0000 (0:00:00.106) 0:02:00.858 ***** TASK [fedora.linux_system_roles.mssql : Ensure ansible_facts and variables used by role] *** task path: /WORKDIR/git-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:3 Saturday 09 December 2023 14:19:35 +0000 (0:00:00.464) 0:02:01.322 ***** included: /WORKDIR/git-storage-selinuxxlpt_7ke/.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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/set_vars.yml:3 Saturday 09 December 2023 14:19:35 +0000 (0:00:00.028) 0:02:01.350 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/set_vars.yml:8 Saturday 09 December 2023 14:19:35 +0000 (0:00:00.023) 0:02:01.374 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/vars/RedHat.yml" ], "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml" } 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/vars/RedHat.yml" ], "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml" } ok: [sut] => (item=RedHat_7.yml) => { "ansible_facts": { "__mssql_client_repository": "https://packages.microsoft.com/rhel/7/prod/", "__mssql_confined_supported": false, "__mssql_server_repository": "https://packages.microsoft.com/rhel/7/mssql-server-{{ mssql_version | int }}/", "__mssql_supported_versions": [ 2017, 2019 ] }, "ansible_included_var_files": [ "/WORKDIR/git-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/vars/RedHat_7.yml" ], "ansible_loop_var": "item", "changed": false, "item": "RedHat_7.yml" } skipping: [sut] => (item=RedHat_7.9.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__mssql_vars_file is file", "item": "RedHat_7.9.yml", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Unset the __mssql_sqlcmd_login_cmd fact] *** task path: /WORKDIR/git-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:8 Saturday 09 December 2023 14:19:35 +0000 (0:00:00.035) 0:02:01.410 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:15 Saturday 09 December 2023 14:19:35 +0000 (0:00:00.022) 0:02:01.432 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:23 Saturday 09 December 2023 14:19:35 +0000 (0:00:00.022) 0:02:01.455 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:30 Saturday 09 December 2023 14:19:35 +0000 (0:00:00.021) 0:02:01.476 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:37 Saturday 09 December 2023 14:19:35 +0000 (0:00:00.019) 0:02:01.495 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:44 Saturday 09 December 2023 14:19:35 +0000 (0:00:00.083) 0:02:01.579 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:51 Saturday 09 December 2023 14:19:35 +0000 (0:00:00.024) 0:02:01.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 : Verify that the user accepts EULA variables] *** task path: /WORKDIR/git-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:55 Saturday 09 December 2023 14:19:35 +0000 (0:00:00.019) 0:02:01.623 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:67 Saturday 09 December 2023 14:19:35 +0000 (0:00:00.023) 0:02:01.647 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:75 Saturday 09 December 2023 14:19:35 +0000 (0:00:00.018) 0:02:01.665 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:84 Saturday 09 December 2023 14:19:35 +0000 (0:00:00.018) 0:02:01.684 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:93 Saturday 09 December 2023 14:19:35 +0000 (0:00:00.018) 0:02:01.702 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:103 Saturday 09 December 2023 14:19:35 +0000 (0:00:00.020) 0:02:01.723 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:112 Saturday 09 December 2023 14:19:35 +0000 (0:00:00.023) 0:02:01.746 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:116 Saturday 09 December 2023 14:19:36 +0000 (0:00:00.735) 0:02:02.482 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:124 Saturday 09 December 2023 14:19:36 +0000 (0:00:00.052) 0:02:02.534 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:131 Saturday 09 December 2023 14:19:36 +0000 (0:00:00.019) 0:02:02.553 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:138 Saturday 09 December 2023 14:19:36 +0000 (0:00:00.023) 0:02:02.577 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:152 Saturday 09 December 2023 14:19:36 +0000 (0:00:00.036) 0:02:02.613 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:165 Saturday 09 December 2023 14:19:37 +0000 (0:00:00.423) 0:02:03.036 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:175 Saturday 09 December 2023 14:19:37 +0000 (0:00:00.028) 0:02:03.065 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:186 Saturday 09 December 2023 14:19:37 +0000 (0:00:00.127) 0:02:03.193 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:194 Saturday 09 December 2023 14:19:37 +0000 (0:00:00.029) 0:02:03.222 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:207 Saturday 09 December 2023 14:19:37 +0000 (0:00:00.024) 0:02:03.246 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:214 Saturday 09 December 2023 14:19:37 +0000 (0:00:00.019) 0:02:03.266 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:219 Saturday 09 December 2023 14:19:37 +0000 (0:00:00.048) 0:02:03.314 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:228 Saturday 09 December 2023 14:19:37 +0000 (0:00:00.035) 0:02:03.349 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:237 Saturday 09 December 2023 14:19:37 +0000 (0:00:00.027) 0:02:03.377 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:242 Saturday 09 December 2023 14:19:37 +0000 (0:00:00.021) 0:02:03.399 ***** ok: [sut] => { "changed": false, "rc": 0, "results": [ "mssql-server-14.0.3465.1-1.x86_64 providing mssql-server is already installed" ] } TASK [fedora.linux_system_roles.mssql : Ensure that the openldap-compat package is installed] *** task path: /WORKDIR/git-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:250 Saturday 09 December 2023 14:19:37 +0000 (0:00:00.387) 0:02:03.786 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:258 Saturday 09 December 2023 14:19:37 +0000 (0:00:00.021) 0:02:03.808 ***** 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.006563", "end": "2023-12-09 14:19:38.049682", "rc": 0, "start": "2023-12-09 14:19:38.043119" } STDOUT: /var/opt/mssql/log/errorlog TASK [fedora.linux_system_roles.mssql : Gather system services facts] ********** task path: /WORKDIR/git-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:273 Saturday 09 December 2023 14:19:38 +0000 (0:00:00.201) 0:02:04.010 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:277 Saturday 09 December 2023 14:19:39 +0000 (0:00:00.931) 0:02:04.941 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:286 Saturday 09 December 2023 14:19:39 +0000 (0:00:00.027) 0:02:04.969 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:302 Saturday 09 December 2023 14:19:39 +0000 (0:00:00.018) 0:02:04.987 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:322 Saturday 09 December 2023 14:19:39 +0000 (0:00:00.017) 0:02:05.005 ***** skipping: [sut] => (item={'path': None, 'mode': None, 'setting': 'defaultdatadir'}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "item.path is not none", "item": { "mode": null, "path": null, "setting": "defaultdatadir" }, "skip_reason": "Conditional result was False" } skipping: [sut] => (item={'path': None, 'mode': None, 'setting': 'defaultlogdir'}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "item.path is not none", "item": { "mode": null, "path": null, "setting": "defaultlogdir" }, "skip_reason": "Conditional result was False" } skipping: [sut] => { "changed": false } MSG: All items skipped TASK [Ensure correct SELinux context for {{ __mssql_storage_path }}] *********** task path: /WORKDIR/git-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:337 Saturday 09 December 2023 14:19:39 +0000 (0:00:00.023) 0:02:05.029 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:344 Saturday 09 December 2023 14:19:39 +0000 (0:00:00.018) 0:02:05.047 ***** ok: [sut] => { "changed": false, "rc": 0, "results": [ "tuned-profiles-mssql-2.11.0-12.el7_9.noarch providing tuned-profiles-mssql is already installed" ] } TASK [fedora.linux_system_roles.mssql : Ensure that the tuned service is started and enabled] *** task path: /WORKDIR/git-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:349 Saturday 09 December 2023 14:19:39 +0000 (0:00:00.324) 0:02:05.372 ***** ok: [sut] => { "changed": false, "enabled": true, "name": "tuned", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2023-12-09 14:05:33 UTC", "ActiveEnterTimestampMonotonic": "12122499", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "basic.target systemd-journald.socket dbus.service network.target system.slice systemd-sysctl.service", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Sat 2023-12-09 14:05:32 UTC", "AssertTimestampMonotonic": "11342233", "Before": "shutdown.target multi-user.target", "BlockIOAccounting": "no", "BlockIOWeight": "18446744073709551615", "BusName": "com.redhat.tuned", "CPUAccounting": "no", "CPUQuotaPerSecUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "18446744073709551615", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "18446744073709551615", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Sat 2023-12-09 14:05:32 UTC", "ConditionTimestampMonotonic": "11342227", "Conflicts": "cpupower.service shutdown.target", "ControlGroup": "/system.slice/tuned.service", "ControlPID": "0", "DefaultDependencies": "yes", "Delegate": "no", "Description": "Dynamic System Tuning Daemon", "DevicePolicy": "auto", "Documentation": "man:tuned(8) man:tuned.conf(5) man:tuned-adm(8)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "946", "ExecMainStartTimestamp": "Sat 2023-12-09 14:05:32 UTC", "ExecMainStartTimestampMonotonic": "11349675", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/sbin/tuned ; argv[]=/usr/sbin/tuned -l -P ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/tuned.service", "GuessMainPID": "yes", "IOScheduling": "0", "Id": "tuned.service", "IgnoreOnIsolate": "no", "IgnoreOnSnapshot": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestamp": "Sat 2023-12-09 14:05:32 UTC", "InactiveExitTimestampMonotonic": "11349721", "JobTimeoutAction": "none", "JobTimeoutUSec": "0", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "18446744073709551615", "LimitCORE": "18446744073709551615", "LimitCPU": "18446744073709551615", "LimitDATA": "18446744073709551615", "LimitFSIZE": "18446744073709551615", "LimitLOCKS": "18446744073709551615", "LimitMEMLOCK": "65536", "LimitMSGQUEUE": "819200", "LimitNICE": "0", "LimitNOFILE": "4096", "LimitNPROC": "29173", "LimitRSS": "18446744073709551615", "LimitRTPRIO": "0", "LimitRTTIME": "18446744073709551615", "LimitSIGPENDING": "29173", "LimitSTACK": "18446744073709551615", "LoadState": "loaded", "MainPID": "946", "MemoryAccounting": "no", "MemoryCurrent": "18358272", "MemoryLimit": "18446744073709551615", "MountFlags": "0", "Names": "tuned.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PIDFile": "/run/tuned/tuned.pid", "PermissionsStartOnly": "no", "PrivateDevices": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "ProtectHome": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "Requires": "dbus.service polkit.service basic.target system.slice", "Restart": "no", "RestartUSec": "100ms", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitInterval": "10000000", "StartupBlockIOWeight": "18446744073709551615", "StartupCPUShares": "18446744073709551615", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "no", "TasksCurrent": "5", "TasksMax": "18446744073709551615", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "dbus", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "WantedBy": "multi-user.target", "WatchdogTimestamp": "Sat 2023-12-09 14:05:33 UTC", "WatchdogTimestampMonotonic": "12122371", "WatchdogUSec": "0" } } TASK [fedora.linux_system_roles.mssql : Get the active Tuned profiles] ********* task path: /WORKDIR/git-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:355 Saturday 09 December 2023 14:19:39 +0000 (0:00:00.231) 0:02:05.603 ***** ok: [sut] => { "changed": false, "cmd": [ "tuned-adm", "active" ], "delta": "0:00:00.104725", "end": "2023-12-09 14:19:39.893686", "rc": 0, "start": "2023-12-09 14:19:39.788961" } 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:365 Saturday 09 December 2023 14:19:39 +0000 (0:00:00.323) 0:02:05.927 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:378 Saturday 09 December 2023 14:19:40 +0000 (0:00:00.020) 0:02:05.948 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:387 Saturday 09 December 2023 14:19:40 +0000 (0:00:00.024) 0:02:05.972 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:397 Saturday 09 December 2023 14:19:40 +0000 (0:00:00.022) 0:02:05.994 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:404 Saturday 09 December 2023 14:19:40 +0000 (0:00:00.151) 0:02:06.146 ***** ok: [sut] => { "changed": false, "rc": 0, "results": [ "mssql-tools-17.10.1.1-1.x86_64 providing mssql-tools is already installed", "unixODBC-devel-2.3.11-1.rh.x86_64 providing unixODBC-devel is already installed" ] } TASK [fedora.linux_system_roles.mssql : Prepare MSSQL and facts for logging in] *** task path: /WORKDIR/git-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:416 Saturday 09 December 2023 14:19:40 +0000 (0:00:00.339) 0:02:06.486 ***** included: /WORKDIR/git-storage-selinuxxlpt_7ke/.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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/verify_password.yml:3 Saturday 09 December 2023 14:19:40 +0000 (0:00:00.068) 0:02:06.554 ***** ok: [sut] => { "changed": false, "name": "mssql-server", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2023-12-09 14:19:34 UTC", "ActiveEnterTimestampMonotonic": "853696767", "ActiveExitTimestamp": "Sat 2023-12-09 14:19:33 UTC", "ActiveExitTimestampMonotonic": "852631263", "ActiveState": "active", "After": "auditd.service -.mount systemd-journald.socket basic.target network.target system.slice", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Sat 2023-12-09 14:19:34 UTC", "AssertTimestampMonotonic": "853688120", "Before": "shutdown.target multi-user.target", "BlockIOAccounting": "no", "BlockIOWeight": "18446744073709551615", "CPUAccounting": "no", "CPUQuotaPerSecUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "18446744073709551615", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "18446744073709551615", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Sat 2023-12-09 14:19:34 UTC", "ConditionTimestampMonotonic": "853688118", "Conflicts": "shutdown.target", "ControlGroup": "/system.slice/mssql-server.service", "ControlPID": "0", "DefaultDependencies": "yes", "Delegate": "no", "Description": "Microsoft SQL Server Database Engine", "DevicePolicy": "auto", "Documentation": "https://docs.microsoft.com/en-us/sql/linux", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "14162", "ExecMainStartTimestamp": "Sat 2023-12-09 14:19:34 UTC", "ExecMainStartTimestampMonotonic": "853696699", "ExecMainStatus": "0", "ExecStart": "{ path=/opt/mssql/bin/sqlservr ; argv[]=/opt/mssql/bin/sqlservr ; ignore_errors=no ; start_time=[Sat 2023-12-09 14:19:34 UTC] ; stop_time=[n/a] ; pid=14162 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/mssql-server.service", "GuessMainPID": "yes", "IOScheduling": "0", "Id": "mssql-server.service", "IgnoreOnIsolate": "no", "IgnoreOnSnapshot": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestamp": "Sat 2023-12-09 14:19:34 UTC", "InactiveEnterTimestampMonotonic": "853681312", "InactiveExitTimestamp": "Sat 2023-12-09 14:19:34 UTC", "InactiveExitTimestampMonotonic": "853696767", "JobTimeoutAction": "none", "JobTimeoutUSec": "0", "KillMode": "process", "KillSignal": "15", "LimitAS": "18446744073709551615", "LimitCORE": "18446744073709551615", "LimitCPU": "18446744073709551615", "LimitDATA": "18446744073709551615", "LimitFSIZE": "18446744073709551615", "LimitLOCKS": "18446744073709551615", "LimitMEMLOCK": "65536", "LimitMSGQUEUE": "819200", "LimitNICE": "0", "LimitNOFILE": "18446744073709551615", "LimitNPROC": "18446744073709551615", "LimitRSS": "18446744073709551615", "LimitRTPRIO": "0", "LimitRTTIME": "18446744073709551615", "LimitSIGPENDING": "29173", "LimitSTACK": "18446744073709551615", "LoadState": "loaded", "MainPID": "14162", "MemoryAccounting": "no", "MemoryCurrent": "626659328", "MemoryLimit": "18446744073709551615", "MountFlags": "0", "Names": "mssql-server.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "PrivateDevices": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "ProtectHome": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "Requires": "-.mount basic.target system.slice", "RequiresMountsFor": "/var/opt/mssql", "Restart": "on-failure", "RestartUSec": "100ms", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "0", "StartLimitInterval": "0", "StartupBlockIOWeight": "18446744073709551615", "StartupCPUShares": "18446744073709551615", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "no", "TasksCurrent": "135", "TasksMax": "18446744073709551615", "TimeoutStartUSec": "30min", "TimeoutStopUSec": "30min", "TimerSlackNSec": "50000", "Transient": "no", "Type": "simple", "UMask": "0007", "UnitFilePreset": "disabled", "UnitFileState": "enabled", "User": "mssql", "WantedBy": "multi-user.target", "WatchdogTimestamp": "Sat 2023-12-09 14:19:34 UTC", "WatchdogTimestampMonotonic": "853696742", "WatchdogUSec": "0", "WorkingDirectory": "/var/opt/mssql" } } TASK [fedora.linux_system_roles.mssql : Check if a custom tcpport setting exist] *** task path: /WORKDIR/git-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/verify_password.yml:8 Saturday 09 December 2023 14:19:40 +0000 (0:00:00.229) 0:02:06.784 ***** ok: [sut] => { "changed": false, "cmd": [ "grep", "^tcpport = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003524", "end": "2023-12-09 14:19:40.967757", "failed_when_result": false, "rc": 0, "start": "2023-12-09 14:19:40.964233" } STDOUT: tcpport = 1432 TASK [fedora.linux_system_roles.mssql : Check if a custom ipaddress setting exist] *** task path: /WORKDIR/git-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/verify_password.yml:14 Saturday 09 December 2023 14:19:40 +0000 (0:00:00.143) 0:02:06.927 ***** ok: [sut] => { "changed": false, "cmd": [ "grep", "^ipaddress = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003714", "end": "2023-12-09 14:19:41.132058", "failed_when_result": false, "rc": 0, "start": "2023-12-09 14:19:41.128344" } STDOUT: ipaddress = 127.0.0.1 TASK [fedora.linux_system_roles.mssql : Set a fact with a login command] ******* task path: /WORKDIR/git-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/verify_password.yml:20 Saturday 09 December 2023 14:19:41 +0000 (0:00:00.168) 0:02:07.096 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:420 Saturday 09 December 2023 14:19:41 +0000 (0:00:00.029) 0:02:07.125 ***** ok: [sut] => { "changed": false, "elapsed": 1, "gid": 994, "group": "mssql", "match_groupdict": {}, "match_groups": [], "mode": "0660", "owner": "mssql", "path": "/var/opt/mssql/log/errorlog", "port": null, "search_regex": "SQL Server is now ready for client connections", "secontext": "system_u:object_r:var_t:s0", "size": 6209, "state": "file", "uid": 996 } TASK [fedora.linux_system_roles.mssql : Check if the set password matches the existing password] *** task path: /WORKDIR/git-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:426 Saturday 09 December 2023 14:19:42 +0000 (0:00:01.144) 0:02:08.270 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:441 Saturday 09 December 2023 14:19:42 +0000 (0:00:00.176) 0:02:08.446 ***** Notification for handler Restart the mssql-server service has been saved. changed: [sut] => { "changed": true, "name": "mssql-server", "state": "stopped", "status": { "ActiveEnterTimestamp": "Sat 2023-12-09 14:19:34 UTC", "ActiveEnterTimestampMonotonic": "853696767", "ActiveExitTimestamp": "Sat 2023-12-09 14:19:33 UTC", "ActiveExitTimestampMonotonic": "852631263", "ActiveState": "active", "After": "auditd.service -.mount systemd-journald.socket basic.target network.target system.slice", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Sat 2023-12-09 14:19:34 UTC", "AssertTimestampMonotonic": "853688120", "Before": "shutdown.target multi-user.target", "BlockIOAccounting": "no", "BlockIOWeight": "18446744073709551615", "CPUAccounting": "no", "CPUQuotaPerSecUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "18446744073709551615", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "18446744073709551615", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Sat 2023-12-09 14:19:34 UTC", "ConditionTimestampMonotonic": "853688118", "Conflicts": "shutdown.target", "ControlGroup": "/system.slice/mssql-server.service", "ControlPID": "0", "DefaultDependencies": "yes", "Delegate": "no", "Description": "Microsoft SQL Server Database Engine", "DevicePolicy": "auto", "Documentation": "https://docs.microsoft.com/en-us/sql/linux", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "14162", "ExecMainStartTimestamp": "Sat 2023-12-09 14:19:34 UTC", "ExecMainStartTimestampMonotonic": "853696699", "ExecMainStatus": "0", "ExecStart": "{ path=/opt/mssql/bin/sqlservr ; argv[]=/opt/mssql/bin/sqlservr ; ignore_errors=no ; start_time=[Sat 2023-12-09 14:19:34 UTC] ; stop_time=[n/a] ; pid=14162 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/mssql-server.service", "GuessMainPID": "yes", "IOScheduling": "0", "Id": "mssql-server.service", "IgnoreOnIsolate": "no", "IgnoreOnSnapshot": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestamp": "Sat 2023-12-09 14:19:34 UTC", "InactiveEnterTimestampMonotonic": "853681312", "InactiveExitTimestamp": "Sat 2023-12-09 14:19:34 UTC", "InactiveExitTimestampMonotonic": "853696767", "JobTimeoutAction": "none", "JobTimeoutUSec": "0", "KillMode": "process", "KillSignal": "15", "LimitAS": "18446744073709551615", "LimitCORE": "18446744073709551615", "LimitCPU": "18446744073709551615", "LimitDATA": "18446744073709551615", "LimitFSIZE": "18446744073709551615", "LimitLOCKS": "18446744073709551615", "LimitMEMLOCK": "65536", "LimitMSGQUEUE": "819200", "LimitNICE": "0", "LimitNOFILE": "18446744073709551615", "LimitNPROC": "18446744073709551615", "LimitRSS": "18446744073709551615", "LimitRTPRIO": "0", "LimitRTTIME": "18446744073709551615", "LimitSIGPENDING": "29173", "LimitSTACK": "18446744073709551615", "LoadState": "loaded", "MainPID": "14162", "MemoryAccounting": "no", "MemoryCurrent": "627785728", "MemoryLimit": "18446744073709551615", "MountFlags": "0", "Names": "mssql-server.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "PrivateDevices": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "ProtectHome": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "Requires": "-.mount basic.target system.slice", "RequiresMountsFor": "/var/opt/mssql", "Restart": "on-failure", "RestartUSec": "100ms", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "0", "StartLimitInterval": "0", "StartupBlockIOWeight": "18446744073709551615", "StartupCPUShares": "18446744073709551615", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "no", "TasksCurrent": "135", "TasksMax": "18446744073709551615", "TimeoutStartUSec": "30min", "TimeoutStopUSec": "30min", "TimerSlackNSec": "50000", "Transient": "no", "Type": "simple", "UMask": "0007", "UnitFilePreset": "disabled", "UnitFileState": "enabled", "User": "mssql", "WantedBy": "multi-user.target", "WatchdogTimestamp": "Sat 2023-12-09 14:19:34 UTC", "WatchdogTimestampMonotonic": "853696742", "WatchdogUSec": "0", "WorkingDirectory": "/var/opt/mssql" } } TASK [fedora.linux_system_roles.mssql : Gather package facts] ****************** task path: /WORKDIR/git-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:448 Saturday 09 December 2023 14:19:48 +0000 (0:00:06.084) 0:02:14.531 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:456 Saturday 09 December 2023 14:19:49 +0000 (0:00:00.774) 0:02:15.305 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:477 Saturday 09 December 2023 14:19:53 +0000 (0:00:03.844) 0:02:19.150 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:484 Saturday 09 December 2023 14:19:53 +0000 (0:00:00.021) 0:02:19.171 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:495 Saturday 09 December 2023 14:19:53 +0000 (0:00:00.027) 0:02:19.198 ***** skipping: [sut] => { "changed": false, "false_condition": "mssql_edition is not none", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Ensure that the mssql-server service is stopped] *** task path: /WORKDIR/git-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:508 Saturday 09 December 2023 14:19:53 +0000 (0:00:00.025) 0:02:19.224 ***** skipping: [sut] => { "changed": false, "false_condition": "mssql_edition is not none", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Gather package facts] ****************** task path: /WORKDIR/git-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:515 Saturday 09 December 2023 14:19:53 +0000 (0:00:00.032) 0:02:19.256 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:521 Saturday 09 December 2023 14:19:53 +0000 (0:00:00.055) 0:02:19.312 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:540 Saturday 09 December 2023 14:19:53 +0000 (0:00:00.021) 0:02:19.334 ***** skipping: [sut] => { "changed": false, "false_condition": "mssql_ip_address is not none", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Register the previous tcpport setting] *** task path: /WORKDIR/git-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:547 Saturday 09 December 2023 14:19:53 +0000 (0:00:00.028) 0:02:19.363 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:554 Saturday 09 December 2023 14:19:53 +0000 (0:00:00.037) 0:02:19.400 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:566 Saturday 09 December 2023 14:19:53 +0000 (0:00:00.026) 0:02:19.427 ***** included: /WORKDIR/git-storage-selinuxxlpt_7ke/.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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:3 Saturday 09 December 2023 14:19:53 +0000 (0:00:00.056) 0:02:19.483 ***** ok: [sut] => { "changed": false, "cmd": [ "grep", "^tcpport = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003447", "end": "2023-12-09 14:19:53.668900", "failed_when_result": false, "rc": 0, "start": "2023-12-09 14:19:53.665453" } STDOUT: tcpport = 1432 TASK [fedora.linux_system_roles.mssql : Configure the setting network tcpport] *** task path: /WORKDIR/git-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:12 Saturday 09 December 2023 14:19:53 +0000 (0:00:00.155) 0:02:19.638 ***** Notification for handler Restart the mssql-server service has been saved. changed: [sut] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "set", "network.tcpport", "1433" ], "delta": "0:00:00.049937", "end": "2023-12-09 14:19:53.878426", "failed_when_result": false, "rc": 0, "start": "2023-12-09 14:19:53.828489" } 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:42 Saturday 09 December 2023 14:19:53 +0000 (0:00:00.215) 0:02:19.854 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:572 Saturday 09 December 2023 14:19:53 +0000 (0:00:00.023) 0:02:19.877 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:592 Saturday 09 December 2023 14:19:53 +0000 (0:00:00.023) 0:02:19.901 ***** skipping: [sut] => { "changed": false, "false_condition": "mssql_enable_sql_agent is not none", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Ensure the package mssql-server-fts] *** task path: /WORKDIR/git-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:599 Saturday 09 December 2023 14:19:54 +0000 (0:00:00.044) 0:02:19.945 ***** skipping: [sut] => { "changed": false, "false_condition": "mssql_install_fts is not none", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Ensure the package powershell] ********* task path: /WORKDIR/git-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:606 Saturday 09 December 2023 14:19:54 +0000 (0:00:00.023) 0:02:19.969 ***** skipping: [sut] => { "changed": false, "false_condition": "mssql_install_powershell is not none", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Check if the 3979 trace flag is enabled] *** task path: /WORKDIR/git-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:615 Saturday 09 December 2023 14:19:54 +0000 (0:00:00.026) 0:02:19.996 ***** skipping: [sut] => { "changed": false, "false_condition": "mssql_tune_for_fua_storage is not none", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Set the 3979 traceflag] **************** task path: /WORKDIR/git-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:621 Saturday 09 December 2023 14:19:54 +0000 (0:00:00.126) 0:02:20.122 ***** skipping: [sut] => { "changed": false, "false_condition": "mssql_tune_for_fua_storage is not none", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Unset the 3979 traceflag] ************** task path: /WORKDIR/git-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:628 Saturday 09 December 2023 14:19:54 +0000 (0:00:00.025) 0:02:20.148 ***** skipping: [sut] => { "changed": false, "false_condition": "mssql_tune_for_fua_storage is not none", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Configure the alternatewritethrough setting] *** task path: /WORKDIR/git-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:636 Saturday 09 December 2023 14:19:54 +0000 (0:00:00.022) 0:02:20.170 ***** skipping: [sut] => { "changed": false, "false_condition": "mssql_tune_for_fua_storage is not none", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Configure the writethrough setting] **** task path: /WORKDIR/git-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:642 Saturday 09 December 2023 14:19:54 +0000 (0:00:00.022) 0:02:20.192 ***** skipping: [sut] => { "changed": false, "false_condition": "mssql_tune_for_fua_storage is not none", "skip_reason": "Conditional result was False" } TASK [Create certificates using the certificate role] ************************** task path: /WORKDIR/git-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:660 Saturday 09 December 2023 14:19:54 +0000 (0:00:00.021) 0:02:20.214 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:674 Saturday 09 December 2023 14:19:54 +0000 (0:00:00.027) 0:02:20.241 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:679 Saturday 09 December 2023 14:19:54 +0000 (0:00:00.027) 0:02:20.269 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:697 Saturday 09 December 2023 14:19:54 +0000 (0:00:00.028) 0:02:20.297 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:706 Saturday 09 December 2023 14:19:54 +0000 (0:00:00.020) 0:02:20.318 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:715 Saturday 09 December 2023 14:19:54 +0000 (0:00:00.019) 0:02:20.337 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:722 Saturday 09 December 2023 14:19:54 +0000 (0:00:00.020) 0:02:20.358 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:731 Saturday 09 December 2023 14:19:54 +0000 (0:00:00.026) 0:02:20.385 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:739 Saturday 09 December 2023 14:19:54 +0000 (0:00:00.019) 0:02:20.404 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:747 Saturday 09 December 2023 14:19:54 +0000 (0:00:00.018) 0:02:20.423 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:754 Saturday 09 December 2023 14:19:54 +0000 (0:00:00.023) 0:02:20.446 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:761 Saturday 09 December 2023 14:19:54 +0000 (0:00:00.023) 0:02:20.470 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:770 Saturday 09 December 2023 14:19:54 +0000 (0:00:00.021) 0:02:20.492 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:783 Saturday 09 December 2023 14:19:54 +0000 (0:00:00.019) 0:02:20.512 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:792 Saturday 09 December 2023 14:19:54 +0000 (0:00:00.018) 0:02:20.530 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:804 Saturday 09 December 2023 14:19:54 +0000 (0:00:00.080) 0:02:20.611 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:809 Saturday 09 December 2023 14:19:54 +0000 (0:00:00.019) 0:02:20.630 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:826 Saturday 09 December 2023 14:19:54 +0000 (0:00:00.018) 0:02:20.649 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:831 Saturday 09 December 2023 14:19:54 +0000 (0:00:00.018) 0:02:20.668 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:836 Saturday 09 December 2023 14:19:54 +0000 (0:00:00.018) 0:02:20.686 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:842 Saturday 09 December 2023 14:19:54 +0000 (0:00:00.020) 0:02:20.706 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:868 Saturday 09 December 2023 14:19:54 +0000 (0:00:00.021) 0:02:20.727 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:889 Saturday 09 December 2023 14:19:54 +0000 (0:00:00.037) 0:02:20.765 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:897 Saturday 09 December 2023 14:19:54 +0000 (0:00:00.020) 0:02:20.785 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:907 Saturday 09 December 2023 14:19:54 +0000 (0:00:00.020) 0:02:20.805 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:913 Saturday 09 December 2023 14:19:54 +0000 (0:00:00.020) 0:02:20.825 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:930 Saturday 09 December 2023 14:19:54 +0000 (0:00:00.019) 0:02:20.844 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:941 Saturday 09 December 2023 14:19:54 +0000 (0:00:00.020) 0:02:20.864 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:961 Saturday 09 December 2023 14:19:54 +0000 (0:00:00.026) 0:02:20.891 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1015 Saturday 09 December 2023 14:19:54 +0000 (0:00:00.028) 0:02:20.920 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1022 Saturday 09 December 2023 14:19:55 +0000 (0:00:00.019) 0:02:20.939 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1029 Saturday 09 December 2023 14:19:55 +0000 (0:00:00.018) 0:02:20.958 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1039 Saturday 09 December 2023 14:19:55 +0000 (0:00:00.018) 0:02:20.977 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1045 Saturday 09 December 2023 14:19:55 +0000 (0:00:00.017) 0:02:20.995 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1053 Saturday 09 December 2023 14:19:55 +0000 (0:00:00.104) 0:02:21.099 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1062 Saturday 09 December 2023 14:19:55 +0000 (0:00:00.023) 0:02:21.123 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1070 Saturday 09 December 2023 14:19:55 +0000 (0:00:00.020) 0:02:21.143 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1085 Saturday 09 December 2023 14:19:55 +0000 (0:00:00.029) 0:02:21.172 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1092 Saturday 09 December 2023 14:19:55 +0000 (0:00:00.019) 0:02:21.192 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1117 Saturday 09 December 2023 14:19:55 +0000 (0:00:00.031) 0:02:21.224 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1126 Saturday 09 December 2023 14:19:55 +0000 (0:00:00.023) 0:02:21.248 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1135 Saturday 09 December 2023 14:19:55 +0000 (0:00:00.026) 0:02:21.275 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1146 Saturday 09 December 2023 14:19:55 +0000 (0:00:00.025) 0:02:21.301 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1159 Saturday 09 December 2023 14:19:55 +0000 (0:00:00.028) 0:02:21.329 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1168 Saturday 09 December 2023 14:19:55 +0000 (0:00:00.031) 0:02:21.360 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1175 Saturday 09 December 2023 14:19:55 +0000 (0:00:00.023) 0:02:21.383 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1182 Saturday 09 December 2023 14:19:55 +0000 (0:00:00.020) 0:02:21.404 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1190 Saturday 09 December 2023 14:19:55 +0000 (0:00:00.020) 0:02:21.424 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1197 Saturday 09 December 2023 14:19:55 +0000 (0:00:00.023) 0:02:21.448 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1209 Saturday 09 December 2023 14:19:55 +0000 (0:00:00.026) 0:02:21.475 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1218 Saturday 09 December 2023 14:19:55 +0000 (0:00:00.020) 0:02:21.495 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1225 Saturday 09 December 2023 14:19:55 +0000 (0:00:00.019) 0:02:21.515 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1231 Saturday 09 December 2023 14:19:55 +0000 (0:00:00.032) 0:02:21.548 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1239 Saturday 09 December 2023 14:19:55 +0000 (0:00:00.108) 0:02:21.656 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1252 Saturday 09 December 2023 14:19:55 +0000 (0:00:00.026) 0:02:21.682 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1264 Saturday 09 December 2023 14:19:55 +0000 (0:00:00.020) 0:02:21.703 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1270 Saturday 09 December 2023 14:19:55 +0000 (0:00:00.024) 0:02:21.727 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1279 Saturday 09 December 2023 14:19:55 +0000 (0:00:00.029) 0:02:21.757 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1288 Saturday 09 December 2023 14:19:56 +0000 (0:00:00.204) 0:02:21.962 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/handlers/main.yml:3 Saturday 09 December 2023 14:19:56 +0000 (0:00:00.019) 0:02:21.982 ***** changed: [sut] => { "changed": true, "name": "mssql-server", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2023-12-09 14:19:34 UTC", "ActiveEnterTimestampMonotonic": "853696767", "ActiveExitTimestamp": "Sat 2023-12-09 14:19:42 UTC", "ActiveExitTimestampMonotonic": "861640276", "ActiveState": "inactive", "After": "auditd.service -.mount systemd-journald.socket basic.target network.target system.slice", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Sat 2023-12-09 14:19:34 UTC", "AssertTimestampMonotonic": "853688120", "Before": "shutdown.target multi-user.target", "BlockIOAccounting": "no", "BlockIOWeight": "18446744073709551615", "CPUAccounting": "no", "CPUQuotaPerSecUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "18446744073709551615", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "18446744073709551615", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Sat 2023-12-09 14:19:34 UTC", "ConditionTimestampMonotonic": "853688118", "Conflicts": "shutdown.target", "ControlPID": "0", "DefaultDependencies": "yes", "Delegate": "no", "Description": "Microsoft SQL Server Database Engine", "DevicePolicy": "auto", "Documentation": "https://docs.microsoft.com/en-us/sql/linux", "ExecMainCode": "1", "ExecMainExitTimestamp": "Sat 2023-12-09 14:19:48 UTC", "ExecMainExitTimestampMonotonic": "867492943", "ExecMainPID": "14162", "ExecMainStartTimestamp": "Sat 2023-12-09 14:19:34 UTC", "ExecMainStartTimestampMonotonic": "853696699", "ExecMainStatus": "0", "ExecStart": "{ path=/opt/mssql/bin/sqlservr ; argv[]=/opt/mssql/bin/sqlservr ; ignore_errors=no ; start_time=[Sat 2023-12-09 14:19:34 UTC] ; stop_time=[Sat 2023-12-09 14:19:48 UTC] ; pid=14162 ; code=exited ; status=0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/mssql-server.service", "GuessMainPID": "yes", "IOScheduling": "0", "Id": "mssql-server.service", "IgnoreOnIsolate": "no", "IgnoreOnSnapshot": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestamp": "Sat 2023-12-09 14:19:48 UTC", "InactiveEnterTimestampMonotonic": "867493081", "InactiveExitTimestamp": "Sat 2023-12-09 14:19:34 UTC", "InactiveExitTimestampMonotonic": "853696767", "JobTimeoutAction": "none", "JobTimeoutUSec": "0", "KillMode": "process", "KillSignal": "15", "LimitAS": "18446744073709551615", "LimitCORE": "18446744073709551615", "LimitCPU": "18446744073709551615", "LimitDATA": "18446744073709551615", "LimitFSIZE": "18446744073709551615", "LimitLOCKS": "18446744073709551615", "LimitMEMLOCK": "65536", "LimitMSGQUEUE": "819200", "LimitNICE": "0", "LimitNOFILE": "18446744073709551615", "LimitNPROC": "18446744073709551615", "LimitRSS": "18446744073709551615", "LimitRTPRIO": "0", "LimitRTTIME": "18446744073709551615", "LimitSIGPENDING": "29173", "LimitSTACK": "18446744073709551615", "LoadState": "loaded", "MainPID": "0", "MemoryAccounting": "no", "MemoryCurrent": "18446744073709551615", "MemoryLimit": "18446744073709551615", "MountFlags": "0", "Names": "mssql-server.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "PrivateDevices": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "ProtectHome": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "Requires": "-.mount basic.target system.slice", "RequiresMountsFor": "/var/opt/mssql", "Restart": "on-failure", "RestartUSec": "100ms", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "0", "StartLimitInterval": "0", "StartupBlockIOWeight": "18446744073709551615", "StartupCPUShares": "18446744073709551615", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "dead", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "no", "TasksCurrent": "18446744073709551615", "TasksMax": "18446744073709551615", "TimeoutStartUSec": "30min", "TimeoutStopUSec": "30min", "TimerSlackNSec": "50000", "Transient": "no", "Type": "simple", "UMask": "0007", "UnitFilePreset": "disabled", "UnitFileState": "enabled", "User": "mssql", "WantedBy": "multi-user.target", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0", "WorkingDirectory": "/var/opt/mssql" } } TASK [fedora.linux_system_roles.mssql : Post-input SQL scripts to SQL Server] *** task path: /WORKDIR/git-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1292 Saturday 09 December 2023 14:19:56 +0000 (0:00:00.263) 0:02:22.245 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1299 Saturday 09 December 2023 14:19:56 +0000 (0:00:00.018) 0:02:22.264 ***** skipping: [sut] => { "changed": false, "false_condition": "mssql_post_input_sql_content != []", "skip_reason": "Conditional result was False" } TASK [Verify settings] ********************************************************* task path: /WORKDIR/git-storage-selinuxxlpt_7ke/tests/tasks/tests_password.yml:61 Saturday 09 December 2023 14:19:56 +0000 (0:00:00.027) 0:02:22.291 ***** included: /WORKDIR/git-storage-selinuxxlpt_7ke/tests/tasks/verify_settings.yml for sut TASK [Check if the errorlog file exists and its location] ********************** task path: /WORKDIR/git-storage-selinuxxlpt_7ke/tests/tasks/verify_settings.yml:8 Saturday 09 December 2023 14:19:56 +0000 (0:00:00.238) 0:02:22.530 ***** skipping: [sut] => { "changed": false, "false_condition": "__verify_mssql_edition is defined", "skip_reason": "Conditional result was False" } TASK [Check if the set edition matches the existing edition] ******************* task path: /WORKDIR/git-storage-selinuxxlpt_7ke/tests/tasks/verify_settings.yml:23 Saturday 09 December 2023 14:19:56 +0000 (0:00:00.019) 0:02:22.549 ***** skipping: [sut] => { "changed": false, "false_condition": "__verify_mssql_edition is defined", "skip_reason": "Conditional result was False" } TASK [Verify if the edition matches] ******************************************* task path: /WORKDIR/git-storage-selinuxxlpt_7ke/tests/tasks/verify_settings.yml:35 Saturday 09 December 2023 14:19:56 +0000 (0:00:00.084) 0:02:22.634 ***** skipping: [sut] => { "changed": false, "false_condition": "__verify_mssql_edition is defined", "skip_reason": "Conditional result was False" } TASK [Verify the setting {{ item.key }}] *************************************** task path: /WORKDIR/git-storage-selinuxxlpt_7ke/tests/tasks/verify_settings.yml:39 Saturday 09 December 2023 14:19:56 +0000 (0:00:00.020) 0:02:22.654 ***** skipping: [sut] => { "changed": false, "false_condition": "item.value is defined", "skip_reason": "Conditional result was False" } TASK [Get stat of mssql_datadir] *********************************************** task path: /WORKDIR/git-storage-selinuxxlpt_7ke/tests/tasks/verify_settings.yml:55 Saturday 09 December 2023 14:19:56 +0000 (0:00:00.019) 0:02:22.674 ***** skipping: [sut] => { "changed": false, "false_condition": "__verify_mssql_datadir_mode is defined", "skip_reason": "Conditional result was False" } TASK [Assert that mssql_datadir has proper permissions and ownership] ********** task path: /WORKDIR/git-storage-selinuxxlpt_7ke/tests/tasks/verify_settings.yml:60 Saturday 09 December 2023 14:19:56 +0000 (0:00:00.019) 0:02:22.693 ***** skipping: [sut] => { "changed": false, "false_condition": "__verify_mssql_datadir_mode is defined", "skip_reason": "Conditional result was False" } TASK [Get stat of mssql_logdir] ************************************************ task path: /WORKDIR/git-storage-selinuxxlpt_7ke/tests/tasks/verify_settings.yml:70 Saturday 09 December 2023 14:19:56 +0000 (0:00:00.020) 0:02:22.713 ***** skipping: [sut] => { "changed": false, "false_condition": "__verify_mssql_logdir_mode is defined", "skip_reason": "Conditional result was False" } TASK [Assert that mssql_logdir has proper permissions and ownership] *********** task path: /WORKDIR/git-storage-selinuxxlpt_7ke/tests/tasks/verify_settings.yml:75 Saturday 09 December 2023 14:19:56 +0000 (0:00:00.022) 0:02:22.735 ***** skipping: [sut] => { "changed": false, "false_condition": "__verify_mssql_logdir_mode is defined", "skip_reason": "Conditional result was False" } TASK [Prepare MSSQL and facts for logging in] ********************************** task path: /WORKDIR/git-storage-selinuxxlpt_7ke/tests/tasks/verify_settings.yml:85 Saturday 09 December 2023 14:19:56 +0000 (0:00:00.020) 0:02:22.756 ***** TASK [fedora.linux_system_roles.mssql : Ensure that the mssql-server service is started] *** task path: /WORKDIR/git-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/verify_password.yml:3 Saturday 09 December 2023 14:19:56 +0000 (0:00:00.037) 0:02:22.793 ***** ok: [sut] => { "changed": false, "name": "mssql-server", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2023-12-09 14:19:56 UTC", "ActiveEnterTimestampMonotonic": "875210821", "ActiveExitTimestamp": "Sat 2023-12-09 14:19:42 UTC", "ActiveExitTimestampMonotonic": "861640276", "ActiveState": "active", "After": "auditd.service -.mount systemd-journald.socket basic.target network.target system.slice", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Sat 2023-12-09 14:19:56 UTC", "AssertTimestampMonotonic": "875205112", "Before": "shutdown.target multi-user.target", "BlockIOAccounting": "no", "BlockIOWeight": "18446744073709551615", "CPUAccounting": "no", "CPUQuotaPerSecUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "18446744073709551615", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "18446744073709551615", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Sat 2023-12-09 14:19:56 UTC", "ConditionTimestampMonotonic": "875205110", "Conflicts": "shutdown.target", "ControlGroup": "/system.slice/mssql-server.service", "ControlPID": "0", "DefaultDependencies": "yes", "Delegate": "no", "Description": "Microsoft SQL Server Database Engine", "DevicePolicy": "auto", "Documentation": "https://docs.microsoft.com/en-us/sql/linux", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "14860", "ExecMainStartTimestamp": "Sat 2023-12-09 14:19:56 UTC", "ExecMainStartTimestampMonotonic": "875210760", "ExecMainStatus": "0", "ExecStart": "{ path=/opt/mssql/bin/sqlservr ; argv[]=/opt/mssql/bin/sqlservr ; ignore_errors=no ; start_time=[Sat 2023-12-09 14:19:56 UTC] ; stop_time=[n/a] ; pid=14860 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/mssql-server.service", "GuessMainPID": "yes", "IOScheduling": "0", "Id": "mssql-server.service", "IgnoreOnIsolate": "no", "IgnoreOnSnapshot": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestamp": "Sat 2023-12-09 14:19:48 UTC", "InactiveEnterTimestampMonotonic": "867493081", "InactiveExitTimestamp": "Sat 2023-12-09 14:19:56 UTC", "InactiveExitTimestampMonotonic": "875210821", "JobTimeoutAction": "none", "JobTimeoutUSec": "0", "KillMode": "process", "KillSignal": "15", "LimitAS": "18446744073709551615", "LimitCORE": "18446744073709551615", "LimitCPU": "18446744073709551615", "LimitDATA": "18446744073709551615", "LimitFSIZE": "18446744073709551615", "LimitLOCKS": "18446744073709551615", "LimitMEMLOCK": "65536", "LimitMSGQUEUE": "819200", "LimitNICE": "0", "LimitNOFILE": "18446744073709551615", "LimitNPROC": "18446744073709551615", "LimitRSS": "18446744073709551615", "LimitRTPRIO": "0", "LimitRTTIME": "18446744073709551615", "LimitSIGPENDING": "29173", "LimitSTACK": "18446744073709551615", "LoadState": "loaded", "MainPID": "14860", "MemoryAccounting": "no", "MemoryCurrent": "143765504", "MemoryLimit": "18446744073709551615", "MountFlags": "0", "Names": "mssql-server.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "PrivateDevices": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "ProtectHome": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "Requires": "-.mount basic.target system.slice", "RequiresMountsFor": "/var/opt/mssql", "Restart": "on-failure", "RestartUSec": "100ms", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "0", "StartLimitInterval": "0", "StartupBlockIOWeight": "18446744073709551615", "StartupCPUShares": "18446744073709551615", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "no", "TasksCurrent": "41", "TasksMax": "18446744073709551615", "TimeoutStartUSec": "30min", "TimeoutStopUSec": "30min", "TimerSlackNSec": "50000", "Transient": "no", "Type": "simple", "UMask": "0007", "UnitFilePreset": "disabled", "UnitFileState": "enabled", "User": "mssql", "WantedBy": "multi-user.target", "WatchdogTimestamp": "Sat 2023-12-09 14:19:56 UTC", "WatchdogTimestampMonotonic": "875210795", "WatchdogUSec": "0", "WorkingDirectory": "/var/opt/mssql" } } TASK [fedora.linux_system_roles.mssql : Check if a custom tcpport setting exist] *** task path: /WORKDIR/git-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/verify_password.yml:8 Saturday 09 December 2023 14:19:57 +0000 (0:00:00.229) 0:02:23.022 ***** ok: [sut] => { "changed": false, "cmd": [ "grep", "^tcpport = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.004193", "end": "2023-12-09 14:19:57.207705", "failed_when_result": false, "rc": 0, "start": "2023-12-09 14:19:57.203512" } STDOUT: tcpport = 1433 TASK [fedora.linux_system_roles.mssql : Check if a custom ipaddress setting exist] *** task path: /WORKDIR/git-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/verify_password.yml:14 Saturday 09 December 2023 14:19:57 +0000 (0:00:00.145) 0:02:23.167 ***** ok: [sut] => { "changed": false, "cmd": [ "grep", "^ipaddress = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.004425", "end": "2023-12-09 14:19:57.361722", "failed_when_result": false, "rc": 0, "start": "2023-12-09 14:19:57.357297" } STDOUT: ipaddress = 127.0.0.1 TASK [fedora.linux_system_roles.mssql : Set a fact with a login command] ******* task path: /WORKDIR/git-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/verify_password.yml:20 Saturday 09 December 2023 14:19:57 +0000 (0:00:00.159) 0:02:23.327 ***** 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-storage-selinuxxlpt_7ke/tests/tasks/verify_settings.yml:93 Saturday 09 December 2023 14:19:57 +0000 (0:00:00.038) 0:02:23.365 ***** ok: [sut] => { "changed": false, "elapsed": 2, "gid": 994, "group": "mssql", "match_groupdict": {}, "match_groups": [], "mode": "0660", "owner": "mssql", "path": "/var/opt/mssql/log/errorlog", "port": null, "search_regex": "SQL Server is now ready for client connections", "secontext": "system_u:object_r:var_t:s0", "size": 6467, "state": "file", "uid": 996 } TASK [Check if the set password matches the existing password] ***************** task path: /WORKDIR/git-storage-selinuxxlpt_7ke/tests/tasks/verify_settings.yml:99 Saturday 09 December 2023 14:19:59 +0000 (0:00:02.169) 0:02:25.534 ***** ok: [sut] => { "attempts": 1, "changed": false, "cmd": [ "/opt/mssql-tools/bin/sqlcmd", "-S", "127.0.0.1,1433", "-U", "sa", "-P", "p@55w0rD11", "-Q", "SELECT @@VERSION" ], "delta": "0:00:00.027366", "end": "2023-12-09 14:19:59.746209", "rc": 0, "start": "2023-12-09 14:19:59.718843" } 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 (Red Hat Enterprise Linux Server 7.9 (Maipo)) (1 rows affected) TASK [Set the mssql_password variable to default null] ************************* task path: /WORKDIR/git-storage-selinuxxlpt_7ke/tests/tasks/verify_settings.yml:113 Saturday 09 December 2023 14:19:59 +0000 (0:00:00.176) 0:02:25.710 ***** ok: [sut] => { "ansible_facts": { "mssql_password": null }, "changed": false } TASK [Verify the package mssql-server-fts] ************************************* task path: /WORKDIR/git-storage-selinuxxlpt_7ke/tests/tasks/verify_settings.yml:117 Saturday 09 December 2023 14:19:59 +0000 (0:00:00.022) 0:02:25.733 ***** skipping: [sut] => { "changed": false, "false_condition": "__verify_mssql_fts_is_installed is defined", "skip_reason": "Conditional result was False" } TASK [Verify the package powershell] ******************************************* task path: /WORKDIR/git-storage-selinuxxlpt_7ke/tests/tasks/verify_settings.yml:124 Saturday 09 December 2023 14:19:59 +0000 (0:00:00.021) 0:02:25.755 ***** skipping: [sut] => { "changed": false, "false_condition": "__verify_mssql_powershell_is_installed is defined", "skip_reason": "Conditional result was False" } TASK [Get the value of the traceflag setting] ********************************** task path: /WORKDIR/git-storage-selinuxxlpt_7ke/tests/tasks/verify_settings.yml:135 Saturday 09 December 2023 14:19:59 +0000 (0:00:00.027) 0:02:25.783 ***** skipping: [sut] => { "changed": false, "false_condition": "__verify_mssql_is_tuned_for_fua is defined", "skip_reason": "Conditional result was False" } TASK [Verify that the traceflag setting is set to 3979] ************************ task path: /WORKDIR/git-storage-selinuxxlpt_7ke/tests/tasks/verify_settings.yml:140 Saturday 09 December 2023 14:19:59 +0000 (0:00:00.101) 0:02:25.884 ***** skipping: [sut] => { "changed": false, "false_condition": "__verify_mssql_is_tuned_for_fua is defined", "skip_reason": "Conditional result was False" } TASK [Verify that the traceflag setting is not set to 3979] ******************** task path: /WORKDIR/git-storage-selinuxxlpt_7ke/tests/tasks/verify_settings.yml:145 Saturday 09 December 2023 14:19:59 +0000 (0:00:00.019) 0:02:25.903 ***** skipping: [sut] => { "changed": false, "false_condition": "__verify_mssql_is_tuned_for_fua is defined", "skip_reason": "Conditional result was False" } TASK [Verify that the alternatewritethrough setting is false] ****************** task path: /WORKDIR/git-storage-selinuxxlpt_7ke/tests/tasks/verify_settings.yml:151 Saturday 09 December 2023 14:19:59 +0000 (0:00:00.019) 0:02:25.923 ***** skipping: [sut] => { "changed": false, "false_condition": "__verify_mssql_is_tuned_for_fua is defined", "skip_reason": "Conditional result was False" } TASK [Verify the writethrough setting] ***************************************** task path: /WORKDIR/git-storage-selinuxxlpt_7ke/tests/tasks/verify_settings.yml:157 Saturday 09 December 2023 14:20:00 +0000 (0:00:00.019) 0:02:25.942 ***** skipping: [sut] => { "changed": false, "false_condition": "__verify_mssql_is_tuned_for_fua is defined", "skip_reason": "Conditional result was False" } TASK [Verify the tlscert setting] ********************************************** task path: /WORKDIR/git-storage-selinuxxlpt_7ke/tests/tasks/verify_settings.yml:167 Saturday 09 December 2023 14:20:00 +0000 (0:00:00.018) 0:02:25.961 ***** 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-storage-selinuxxlpt_7ke/tests/tasks/verify_settings.yml:178 Saturday 09 December 2023 14:20:00 +0000 (0:00:00.020) 0:02:25.982 ***** 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-storage-selinuxxlpt_7ke/tests/tasks/verify_settings.yml:190 Saturday 09 December 2023 14:20:00 +0000 (0:00:00.019) 0:02:26.001 ***** 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-storage-selinuxxlpt_7ke/tests/tasks/verify_settings.yml:198 Saturday 09 December 2023 14:20:00 +0000 (0:00:00.021) 0:02:26.023 ***** 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-storage-selinuxxlpt_7ke/tests/tasks/verify_settings.yml:208 Saturday 09 December 2023 14:20:00 +0000 (0:00:00.020) 0:02:26.043 ***** 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-storage-selinuxxlpt_7ke/tests/tasks/verify_settings.yml:213 Saturday 09 December 2023 14:20:00 +0000 (0:00:00.019) 0:02:26.063 ***** 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-storage-selinuxxlpt_7ke/tests/tasks/verify_settings.yml:219 Saturday 09 December 2023 14:20:00 +0000 (0:00:00.019) 0:02:26.083 ***** 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-storage-selinuxxlpt_7ke/tests/tasks/tests_password.yml:66 Saturday 09 December 2023 14:20:00 +0000 (0:00:00.019) 0:02:26.103 ***** included: /WORKDIR/git-storage-selinuxxlpt_7ke/tests/tasks/check_header.yml for sut TASK [Grep the ansible_managed header in /var/opt/mssql/mssql.conf] ************ task path: /WORKDIR/git-storage-selinuxxlpt_7ke/tests/tasks/check_header.yml:4 Saturday 09 December 2023 14:20:00 +0000 (0:00:00.249) 0:02:26.352 ***** ok: [sut] => { "changed": false, "cmd": [ "grep", "Ansible managed\n", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003182", "end": "2023-12-09 14:20:00.690470", "rc": 0, "start": "2023-12-09 14:20:00.687288" } STDOUT: # BEGIN ANSIBLE MANAGED BLOCK # # Ansible managed # # system_role:mssql # END ANSIBLE MANAGED BLOCK [sqlagent] enabled = false [EULA] accepteula = Y [network] tcpport = 1433 ipaddress = 127.0.0.1 TASK [Clean up after the role invocation] ************************************** task path: /WORKDIR/git-storage-selinuxxlpt_7ke/tests/tests_password_2017.yml:17 Saturday 09 December 2023 14:20:00 +0000 (0:00:00.296) 0:02:26.649 ***** included: /WORKDIR/git-storage-selinuxxlpt_7ke/tests/tasks/cleanup.yml for sut TASK [Gather package facts] **************************************************** task path: /WORKDIR/git-storage-selinuxxlpt_7ke/tests/tasks/cleanup.yml:2 Saturday 09 December 2023 14:20:00 +0000 (0:00:00.156) 0:02:26.805 ***** 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-storage-selinuxxlpt_7ke/tests/tasks/cleanup.yml:6 Saturday 09 December 2023 14:20:01 +0000 (0:00:00.682) 0:02:27.488 ***** 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-storage-selinuxxlpt_7ke/tests/tasks/cleanup.yml:14 Saturday 09 December 2023 14:20:01 +0000 (0:00:00.023) 0:02:27.511 ***** ok: [sut] => { "ansible_python_version": "2.7.5" } TASK [Purge firewall configuration] ******************************************** task path: /WORKDIR/git-storage-selinuxxlpt_7ke/tests/tasks/cleanup.yml:18 Saturday 09 December 2023 14:20:01 +0000 (0:00:00.018) 0:02:27.530 ***** TASK [fedora.linux_system_roles.firewall : Setup firewalld] ******************** task path: /WORKDIR/git-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:2 Saturday 09 December 2023 14:20:01 +0000 (0:00:00.047) 0:02:27.577 ***** included: /WORKDIR/git-storage-selinuxxlpt_7ke/.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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:2 Saturday 09 December 2023 14:20:01 +0000 (0:00:00.031) 0:02:27.608 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:10 Saturday 09 December 2023 14:20:01 +0000 (0:00:00.029) 0:02:27.638 ***** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.firewall : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:15 Saturday 09 December 2023 14:20:02 +0000 (0:00:00.308) 0:02:27.946 ***** ok: [sut] => { "ansible_facts": { "__firewall_is_ostree": false }, "changed": false } TASK [fedora.linux_system_roles.firewall : Install firewalld] ****************** task path: /WORKDIR/git-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:19 Saturday 09 December 2023 14:20:02 +0000 (0:00:00.028) 0:02:27.975 ***** ok: [sut] => { "changed": false, "rc": 0, "results": [ "firewalld-0.6.3-13.el7_9.noarch providing firewalld is already installed" ] } TASK [fedora.linux_system_roles.firewall : Collect service facts] ************** task path: /WORKDIR/git-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:5 Saturday 09 December 2023 14:20:02 +0000 (0:00:00.332) 0:02:28.308 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:9 Saturday 09 December 2023 14:20:02 +0000 (0:00:00.022) 0:02:28.331 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:22 Saturday 09 December 2023 14:20:02 +0000 (0:00:00.028) 0:02:28.360 ***** ok: [sut] => { "changed": false, "name": "firewalld", "status": { "ActiveEnterTimestamp": "Sat 2023-12-09 14:13:54 UTC", "ActiveEnterTimestampMonotonic": "513355244", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "dbus.service polkit.service basic.target system.slice", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Sat 2023-12-09 14:13:53 UTC", "AssertTimestampMonotonic": "512912463", "Before": "shutdown.target network-pre.target multi-user.target", "BlockIOAccounting": "no", "BlockIOWeight": "18446744073709551615", "BusName": "org.fedoraproject.FirewallD1", "CPUAccounting": "no", "CPUQuotaPerSecUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "18446744073709551615", "CanIsolate": "no", "CanReload": "yes", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "18446744073709551615", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Sat 2023-12-09 14:13:53 UTC", "ConditionTimestampMonotonic": "512912460", "Conflicts": "ebtables.service ip6tables.service iptables.service shutdown.target ipset.service", "ControlGroup": "/system.slice/firewalld.service", "ControlPID": "0", "DefaultDependencies": "yes", "Delegate": "no", "Description": "firewalld - dynamic firewall daemon", "DevicePolicy": "auto", "Documentation": "man:firewalld(1)", "EnvironmentFile": "/etc/sysconfig/firewalld (ignore_errors=yes)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "5683", "ExecMainStartTimestamp": "Sat 2023-12-09 14:13:53 UTC", "ExecMainStartTimestampMonotonic": "512922761", "ExecMainStatus": "0", "ExecReload": "{ path=/bin/kill ; argv[]=/bin/kill -HUP $MAINPID ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStart": "{ path=/usr/sbin/firewalld ; argv[]=/usr/sbin/firewalld --nofork --nopid $FIREWALLD_ARGS ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/firewalld.service", "GuessMainPID": "yes", "IOScheduling": "0", "Id": "firewalld.service", "IgnoreOnIsolate": "no", "IgnoreOnSnapshot": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestamp": "Sat 2023-12-09 14:13:53 UTC", "InactiveExitTimestampMonotonic": "512922800", "JobTimeoutAction": "none", "JobTimeoutUSec": "0", "KillMode": "mixed", "KillSignal": "15", "LimitAS": "18446744073709551615", "LimitCORE": "18446744073709551615", "LimitCPU": "18446744073709551615", "LimitDATA": "18446744073709551615", "LimitFSIZE": "18446744073709551615", "LimitLOCKS": "18446744073709551615", "LimitMEMLOCK": "65536", "LimitMSGQUEUE": "819200", "LimitNICE": "0", "LimitNOFILE": "4096", "LimitNPROC": "29173", "LimitRSS": "18446744073709551615", "LimitRTPRIO": "0", "LimitRTTIME": "18446744073709551615", "LimitSIGPENDING": "29173", "LimitSTACK": "18446744073709551615", "LoadState": "loaded", "MainPID": "5683", "MemoryAccounting": "no", "MemoryCurrent": "30302208", "MemoryLimit": "18446744073709551615", "MountFlags": "0", "Names": "firewalld.service dbus-org.fedoraproject.FirewallD1.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "PrivateDevices": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "ProtectHome": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "Requires": "basic.target system.slice", "Restart": "no", "RestartUSec": "100ms", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "null", "StandardInput": "null", "StandardOutput": "null", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitInterval": "10000000", "StartupBlockIOWeight": "18446744073709551615", "StartupCPUShares": "18446744073709551615", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "no", "TasksCurrent": "2", "TasksMax": "18446744073709551615", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "dbus", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "WantedBy": "multi-user.target", "Wants": "network-pre.target", "WatchdogTimestamp": "Sat 2023-12-09 14:13:54 UTC", "WatchdogTimestampMonotonic": "513355178", "WatchdogUSec": "0" } } TASK [fedora.linux_system_roles.firewall : Enable and start firewalld service] *** task path: /WORKDIR/git-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:28 Saturday 09 December 2023 14:20:02 +0000 (0:00:00.225) 0:02:28.585 ***** ok: [sut] => { "changed": false, "enabled": true, "name": "firewalld", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2023-12-09 14:13:54 UTC", "ActiveEnterTimestampMonotonic": "513355244", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "dbus.service polkit.service basic.target system.slice", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Sat 2023-12-09 14:13:53 UTC", "AssertTimestampMonotonic": "512912463", "Before": "shutdown.target network-pre.target multi-user.target", "BlockIOAccounting": "no", "BlockIOWeight": "18446744073709551615", "BusName": "org.fedoraproject.FirewallD1", "CPUAccounting": "no", "CPUQuotaPerSecUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "18446744073709551615", "CanIsolate": "no", "CanReload": "yes", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "18446744073709551615", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Sat 2023-12-09 14:13:53 UTC", "ConditionTimestampMonotonic": "512912460", "Conflicts": "ebtables.service ip6tables.service iptables.service shutdown.target ipset.service", "ControlGroup": "/system.slice/firewalld.service", "ControlPID": "0", "DefaultDependencies": "yes", "Delegate": "no", "Description": "firewalld - dynamic firewall daemon", "DevicePolicy": "auto", "Documentation": "man:firewalld(1)", "EnvironmentFile": "/etc/sysconfig/firewalld (ignore_errors=yes)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "5683", "ExecMainStartTimestamp": "Sat 2023-12-09 14:13:53 UTC", "ExecMainStartTimestampMonotonic": "512922761", "ExecMainStatus": "0", "ExecReload": "{ path=/bin/kill ; argv[]=/bin/kill -HUP $MAINPID ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStart": "{ path=/usr/sbin/firewalld ; argv[]=/usr/sbin/firewalld --nofork --nopid $FIREWALLD_ARGS ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/firewalld.service", "GuessMainPID": "yes", "IOScheduling": "0", "Id": "firewalld.service", "IgnoreOnIsolate": "no", "IgnoreOnSnapshot": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestamp": "Sat 2023-12-09 14:13:53 UTC", "InactiveExitTimestampMonotonic": "512922800", "JobTimeoutAction": "none", "JobTimeoutUSec": "0", "KillMode": "mixed", "KillSignal": "15", "LimitAS": "18446744073709551615", "LimitCORE": "18446744073709551615", "LimitCPU": "18446744073709551615", "LimitDATA": "18446744073709551615", "LimitFSIZE": "18446744073709551615", "LimitLOCKS": "18446744073709551615", "LimitMEMLOCK": "65536", "LimitMSGQUEUE": "819200", "LimitNICE": "0", "LimitNOFILE": "4096", "LimitNPROC": "29173", "LimitRSS": "18446744073709551615", "LimitRTPRIO": "0", "LimitRTTIME": "18446744073709551615", "LimitSIGPENDING": "29173", "LimitSTACK": "18446744073709551615", "LoadState": "loaded", "MainPID": "5683", "MemoryAccounting": "no", "MemoryCurrent": "30302208", "MemoryLimit": "18446744073709551615", "MountFlags": "0", "Names": "firewalld.service dbus-org.fedoraproject.FirewallD1.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "PrivateDevices": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "ProtectHome": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "Requires": "basic.target system.slice", "Restart": "no", "RestartUSec": "100ms", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "null", "StandardInput": "null", "StandardOutput": "null", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitInterval": "10000000", "StartupBlockIOWeight": "18446744073709551615", "StartupCPUShares": "18446744073709551615", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "no", "TasksCurrent": "2", "TasksMax": "18446744073709551615", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "dbus", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "WantedBy": "multi-user.target", "Wants": "network-pre.target", "WatchdogTimestamp": "Sat 2023-12-09 14:13:54 UTC", "WatchdogTimestampMonotonic": "513355178", "WatchdogUSec": "0" } } TASK [fedora.linux_system_roles.firewall : Check if previous replaced is defined] *** task path: /WORKDIR/git-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:34 Saturday 09 December 2023 14:20:02 +0000 (0:00:00.318) 0:02:28.904 ***** ok: [sut] => { "ansible_facts": { "__firewall_previous_replaced": true, "__firewall_python_cmd": "/usr/bin/python2", "__firewall_report_changed": true }, "changed": false } TASK [fedora.linux_system_roles.firewall : Get config files, checksums before and remove] *** task path: /WORKDIR/git-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:43 Saturday 09 December 2023 14:20:02 +0000 (0:00:00.028) 0:02:28.932 ***** ok: [sut] => { "changed": false, "rc": 0 } STDERR: Shared connection to 10.31.44.223 closed. TASK [fedora.linux_system_roles.firewall : Tell firewall module it is able to report changed] *** task path: /WORKDIR/git-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:55 Saturday 09 December 2023 14:20:03 +0000 (0:00:00.260) 0:02:29.192 ***** ok: [sut] => { "ansible_facts": { "__firewall_report_changed": true }, "changed": false } TASK [fedora.linux_system_roles.firewall : Configure firewall] ***************** task path: /WORKDIR/git-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:71 Saturday 09 December 2023 14:20:03 +0000 (0:00:00.024) 0:02:29.216 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:120 Saturday 09 December 2023 14:20:03 +0000 (0:00:00.023) 0:02:29.240 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:130 Saturday 09 December 2023 14:20:03 +0000 (0:00:00.023) 0:02:29.263 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:139 Saturday 09 December 2023 14:20:03 +0000 (0:00:00.022) 0:02:29.286 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:144 Saturday 09 December 2023 14:20:03 +0000 (0:00:00.022) 0:02:29.308 ***** 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-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:153 Saturday 09 December 2023 14:20:03 +0000 (0:00:00.020) 0:02:29.329 ***** ok: [sut] => { "changed": false, "rc": 0 } STDERR: Shared connection to 10.31.44.223 closed. TASK [fedora.linux_system_roles.firewall : Calculate what has changed] ********* task path: /WORKDIR/git-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:163 Saturday 09 December 2023 14:20:03 +0000 (0:00:00.249) 0:02:29.579 ***** ok: [sut] => { "ansible_facts": { "firewall_lib_result": { "changed": false } }, "changed": false } TASK [fedora.linux_system_roles.firewall : Show diffs] ************************* task path: /WORKDIR/git-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:169 Saturday 09 December 2023 14:20:03 +0000 (0:00:00.026) 0:02:29.605 ***** skipping: [sut] => { "false_condition": "__firewall_debug | d(false)" } TASK [Leave realm] ************************************************************* task path: /WORKDIR/git-storage-selinuxxlpt_7ke/tests/tasks/cleanup.yml:27 Saturday 09 December 2023 14:20:03 +0000 (0:00:00.031) 0:02:29.637 ***** 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-storage-selinuxxlpt_7ke/tests/tasks/cleanup.yml:35 Saturday 09 December 2023 14:20:03 +0000 (0:00:00.024) 0:02:29.661 ***** 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-storage-selinuxxlpt_7ke/tests/tasks/cleanup.yml:39 Saturday 09 December 2023 14:20:03 +0000 (0:00:00.037) 0:02:29.699 ***** ok: [sut] => { "backup": "", "changed": false } TASK [Remove related packages] ************************************************* task path: /WORKDIR/git-storage-selinuxxlpt_7ke/tests/tasks/cleanup.yml:45 Saturday 09 December 2023 14:20:04 +0000 (0:00:00.360) 0:02:30.060 ***** changed: [sut] => { "changed": true, "changes": { "removed": [ "mssql-server", "mssql-tools", "unixODBC-devel" ] }, "rc": 0, "results": [ "adutil is not installed", "mssql-server-fts is not installed", "mssql-server-ha is not installed", "powershell is not installed", "Loaded plugins: search-disabled-repos\nResolving Dependencies\n--> Running transaction check\n---> Package mssql-server.x86_64 0:14.0.3465.1-1 will be erased\n---> Package mssql-tools.x86_64 0:17.10.1.1-1 will be erased\n---> Package unixODBC-devel.x86_64 0:2.3.11-1.rh will be erased\n--> Finished Dependency Resolution\n--> Finding unneeded leftover dependencies\n---> Marking msodbcsql17 to be removed - no longer needed by mssql-tools\n---> Marking unixODBC to be removed - no longer needed by unixODBC-devel\n---> Marking libsss_nss_idmap to be removed - no longer needed by mssql-server\n---> Marking cyrus-sasl to be removed - no longer needed by mssql-server\n---> Marking gdb to be removed - no longer needed by mssql-server\n---> Marking cyrus-sasl-gssapi to be removed - no longer needed by mssql-server\n---> Marking libatomic to be removed - no longer needed by mssql-server\n---> Marking bzip2 to be removed - no longer needed by mssql-server\n---> Marking libtool-ltdl to be removed - no longer needed by unixODBC\nFound and removing 9 unneeded dependencies\n--> Running transaction check\n---> Package bzip2.x86_64 0:1.0.6-13.el7 will be erased\n---> Package cyrus-sasl.x86_64 0:2.1.26-24.el7_9 will be erased\n---> Package cyrus-sasl-gssapi.x86_64 0:2.1.26-24.el7_9 will be erased\n---> Package gdb.x86_64 0:7.6.1-120.el7 will be erased\n---> Package libatomic.x86_64 0:4.8.5-44.el7 will be erased\n---> Package libsss_nss_idmap.x86_64 0:1.16.5-10.el7_9.15 will be erased\n---> Package libtool-ltdl.x86_64 0:2.4.2-22.el7_3 will be erased\n---> Package msodbcsql17.x86_64 0:17.10.5.1-1 will be erased\n---> Package unixODBC.x86_64 0:2.3.11-1.rh will be erased\n--> Finished Dependency Resolution\n\nDependencies Resolved\n\n================================================================================\n Package Arch Version Repository Size\n================================================================================\nRemoving:\n mssql-server x86_64 14.0.3465.1-1 @packages-microsoft-com-mssql-server-2017\n 1.0 G\n mssql-tools x86_64 17.10.1.1-1 @packages-microsoft-com-prod 714 k\n unixODBC-devel x86_64 2.3.11-1.rh @packages-microsoft-com-prod 223 k\nRemoving for dependencies:\n bzip2 x86_64 1.0.6-13.el7 @rhel-Server 86 k\n cyrus-sasl x86_64 2.1.26-24.el7_9 @rhel-Server 141 k\n cyrus-sasl-gssapi x86_64 2.1.26-24.el7_9 @rhel-Server 36 k\n gdb x86_64 7.6.1-120.el7 @rhel-Server 7.0 M\n libatomic x86_64 4.8.5-44.el7 @rhel-Server 26 k\n libsss_nss_idmap x86_64 1.16.5-10.el7_9.15 @rhel-Server 82 k\n libtool-ltdl x86_64 2.4.2-22.el7_3 @rhel-Server 66 k\n msodbcsql17 x86_64 17.10.5.1-1 @packages-microsoft-com-prod 2.2 M\n unixODBC x86_64 2.3.11-1.rh @packages-microsoft-com-prod 648 k\n\nTransaction Summary\n================================================================================\nRemove 3 Packages (+9 Dependent packages)\n\nInstalled size: 1.0 G\nDownloading packages:\nRunning transaction check\nRunning transaction test\nTransaction test succeeded\nRunning transaction\n Erasing : mssql-server-14.0.3465.1-1.x86_64 1/12 \n Erasing : unixODBC-devel-2.3.11-1.rh.x86_64 2/12 \n Erasing : mssql-tools-17.10.1.1-1.x86_64 3/12 \n Erasing : msodbcsql17-17.10.5.1-1.x86_64 4/12 \nODBC Driver 17 for SQL Server has been deleted (if it existed at all) because its usage count became zero\n Erasing : unixODBC-2.3.11-1.rh.x86_64 5/12 \nwarning: /etc/odbcinst.ini saved as /etc/odbcinst.ini.rpmsave\n Erasing : libtool-ltdl-2.4.2-22.el7_3.x86_64 6/12 \n Erasing : libatomic-4.8.5-44.el7.x86_64 7/12 \n Erasing : bzip2-1.0.6-13.el7.x86_64 8/12 \n Erasing : gdb-7.6.1-120.el7.x86_64 9/12 \n Erasing : libsss_nss_idmap-1.16.5-10.el7_9.15.x86_64 10/12 \n Erasing : cyrus-sasl-2.1.26-24.el7_9.x86_64 11/12 \n Erasing : cyrus-sasl-gssapi-2.1.26-24.el7_9.x86_64 12/12 \n Verifying : mssql-tools-17.10.1.1-1.x86_64 1/12 \n Verifying : libatomic-4.8.5-44.el7.x86_64 2/12 \n Verifying : bzip2-1.0.6-13.el7.x86_64 3/12 \n Verifying : libtool-ltdl-2.4.2-22.el7_3.x86_64 4/12 \n Verifying : mssql-server-14.0.3465.1-1.x86_64 5/12 \n Verifying : unixODBC-devel-2.3.11-1.rh.x86_64 6/12 \n Verifying : cyrus-sasl-gssapi-2.1.26-24.el7_9.x86_64 7/12 \n Verifying : gdb-7.6.1-120.el7.x86_64 8/12 \n Verifying : unixODBC-2.3.11-1.rh.x86_64 9/12 \n Verifying : msodbcsql17-17.10.5.1-1.x86_64 10/12 \n Verifying : cyrus-sasl-2.1.26-24.el7_9.x86_64 11/12 \n Verifying : libsss_nss_idmap-1.16.5-10.el7_9.15.x86_64 12/12 \n\nRemoved:\n mssql-server.x86_64 0:14.0.3465.1-1 mssql-tools.x86_64 0:17.10.1.1-1 \n unixODBC-devel.x86_64 0:2.3.11-1.rh \n\nDependency Removed:\n bzip2.x86_64 0:1.0.6-13.el7 \n cyrus-sasl.x86_64 0:2.1.26-24.el7_9 \n cyrus-sasl-gssapi.x86_64 0:2.1.26-24.el7_9 \n gdb.x86_64 0:7.6.1-120.el7 \n libatomic.x86_64 0:4.8.5-44.el7 \n libsss_nss_idmap.x86_64 0:1.16.5-10.el7_9.15 \n libtool-ltdl.x86_64 0:2.4.2-22.el7_3 \n msodbcsql17.x86_64 0:17.10.5.1-1 \n unixODBC.x86_64 0:2.3.11-1.rh \n\nComplete!\n" ] } TASK [Remove related files] **************************************************** task path: /WORKDIR/git-storage-selinuxxlpt_7ke/tests/tasks/cleanup.yml:58 Saturday 09 December 2023 14:20:06 +0000 (0:00:02.186) 0:02:32.246 ***** 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.008454", "end": "2023-12-09 14:20:06.432488", "rc": 0, "start": "2023-12-09 14:20:06.424034" } STDOUT: removed ‘/var/opt/mssql/mssql.conf’ removed directory: ‘/var/opt/mssql/.system/system/Temp’ removed ‘/var/opt/mssql/.system/system/lsasetup.log’ removed ‘/var/opt/mssql/.system/system/debug/PASSWD.LOG’ removed directory: ‘/var/opt/mssql/.system/system/debug’ removed ‘/var/opt/mssql/.system/system/system32/Microsoft/Protect/S-1-5-18/User/3eb3c829-cf2f-43a2-a248-93431e4c476d’ removed ‘/var/opt/mssql/.system/system/system32/Microsoft/Protect/S-1-5-18/User/Preferred’ removed directory: ‘/var/opt/mssql/.system/system/system32/Microsoft/Protect/S-1-5-18/User’ removed directory: ‘/var/opt/mssql/.system/system/system32/Microsoft/Protect/S-1-5-18’ removed directory: ‘/var/opt/mssql/.system/system/system32/Microsoft/Protect’ removed directory: ‘/var/opt/mssql/.system/system/system32/Microsoft’ removed directory: ‘/var/opt/mssql/.system/system/system32/LogFiles/Scm’ removed directory: ‘/var/opt/mssql/.system/system/system32/LogFiles’ removed directory: ‘/var/opt/mssql/.system/system/system32’ removed ‘/var/opt/mssql/.system/system/licensing.hiv’ removed ‘/var/opt/mssql/.system/system/security.hiv’ removed ‘/var/opt/mssql/.system/system/lsa.hiv’ removed directory: ‘/var/opt/mssql/.system/system’ removed directory: ‘/var/opt/mssql/.system/profiles/Client/Desktop’ removed directory: ‘/var/opt/mssql/.system/profiles/Client/Documents’ removed directory: ‘/var/opt/mssql/.system/profiles/Client/Temp’ removed directory: ‘/var/opt/mssql/.system/profiles/Client/AppData/Local/Microsoft/Windows/Temporary Internet Files’ removed directory: ‘/var/opt/mssql/.system/profiles/Client/AppData/Local/Microsoft/Windows’ 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-1998769226-1546278698-4237471467-500/42e7704ae40b0d75de00736cc66b813a_8d73ce87-f64f-4cad-9851-a52f5569f87c’ removed directory: ‘/var/opt/mssql/.system/profiles/Client/AppData/Roaming/Microsoft/Crypto/RSA/S-1-5-21-1998769226-1546278698-4237471467-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-1998769226-1546278698-4237471467-500/69f28507-cd84-4284-a04d-15d2323dfc46’ removed ‘/var/opt/mssql/.system/profiles/Client/AppData/Roaming/Microsoft/Protect/S-1-5-21-1998769226-1546278698-4237471467-500/Preferred’ removed directory: ‘/var/opt/mssql/.system/profiles/Client/AppData/Roaming/Microsoft/Protect/S-1-5-21-1998769226-1546278698-4237471467-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_133466050986600000.xel’ removed ‘/var/opt/mssql/log/system_health_0_133466050992360000.xel’ removed ‘/var/opt/mssql/log/HkEngineEventFile_0_133466051030100000.xel’ removed ‘/var/opt/mssql/log/system_health_0_133466051034830000.xel’ removed ‘/var/opt/mssql/log/HkEngineEventFile_0_133466051229100000.xel’ removed ‘/var/opt/mssql/log/system_health_0_133466051231630000.xel’ removed ‘/var/opt/mssql/log/HkEngineEventFile_0_133466051293340000.xel’ removed ‘/var/opt/mssql/log/system_health_0_133466051295950000.xel’ removed ‘/var/opt/mssql/log/HkEngineEventFile_0_133466051431720000.xel’ removed ‘/var/opt/mssql/log/system_health_0_133466051434460000.xel’ removed ‘/var/opt/mssql/log/HkEngineEventFile_0_133466051575230000.xel’ removed ‘/var/opt/mssql/log/system_health_0_133466051577560000.xel’ removed ‘/var/opt/mssql/log/log_5.trc’ removed ‘/var/opt/mssql/log/HkEngineEventFile_0_133466051638000000.xel’ removed ‘/var/opt/mssql/log/system_health_0_133466051640620000.xel’ removed ‘/var/opt/mssql/log/log_6.trc’ removed ‘/var/opt/mssql/log/HkEngineEventFile_0_133466051773990000.xel’ removed ‘/var/opt/mssql/log/system_health_0_133466051777550000.xel’ removed ‘/var/opt/mssql/log/log_7.trc’ removed ‘/var/opt/mssql/log/HkEngineEventFile_0_133466051919630000.xel’ removed ‘/var/opt/mssql/log/system_health_0_133466051922530000.xel’ removed ‘/var/opt/mssql/log/log_8.trc’ removed ‘/var/opt/mssql/log/errorlog.10’ removed ‘/var/opt/mssql/log/errorlog.9’ removed ‘/var/opt/mssql/log/errorlog.8’ removed ‘/var/opt/mssql/log/errorlog.7’ 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_133466051988090000.xel’ removed ‘/var/opt/mssql/log/system_health_0_133466051991880000.xel’ removed ‘/var/opt/mssql/log/log_9.trc’ removed directory: ‘/var/opt/mssql/log’ removed ‘/var/opt/mssql/secrets/machine-key’ removed directory: ‘/var/opt/mssql/secrets’ removed directory: ‘/var/opt/mssql’ removed directory: ‘/opt/mssql’ removed directory: ‘/opt/mssql-tools’ removed ‘/etc/yum.repos.d/packages-microsoft-com-mssql-server-2017.repo’ removed ‘/etc/yum.repos.d/packages-microsoft-com-prod.repo’ removed ‘/etc/systemd/system/multi-user.target.wants/mssql-server.service’ TASK [Stop the mssql-server service] ******************************************* task path: /WORKDIR/git-storage-selinuxxlpt_7ke/tests/tasks/cleanup.yml:72 Saturday 09 December 2023 14:20:06 +0000 (0:00:00.146) 0:02:32.393 ***** ok: [sut] => { "changed": false, "cmd": "systemctl stop mssql-server || true", "delta": "0:00:03.494481", "end": "2023-12-09 14:20:10.062371", "rc": 0, "start": "2023-12-09 14:20:06.567890" } PLAY RECAP ********************************************************************* sut : ok=216 changed=29 unreachable=0 failed=0 skipped=752 rescued=0 ignored=3 Saturday 09 December 2023 14:20:10 +0000 (0:00:03.781) 0:02:36.174 ***** =============================================================================== fedora.linux_system_roles.mssql : Ensure the package mssql-server ------ 37.23s /WORKDIR/git-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:242 fedora.linux_system_roles.mssql : Ensure that the mssql-server service is stopped --- 6.08s /WORKDIR/git-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:441 fedora.linux_system_roles.mssql : Ensure that the mssql-server service is stopped --- 5.85s /WORKDIR/git-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:441 fedora.linux_system_roles.mssql : Set up MSSQL -------------------------- 4.78s /WORKDIR/git-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:302 fedora.linux_system_roles.mssql : Ensure that SQL Server client tools are installed --- 4.06s /WORKDIR/git-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:404 fedora.linux_system_roles.mssql : Change the password of sa user -------- 3.84s /WORKDIR/git-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:456 Stop the mssql-server service ------------------------------------------- 3.78s /WORKDIR/git-storage-selinuxxlpt_7ke/tests/tasks/cleanup.yml:72 --------------- fedora.linux_system_roles.mssql : Change the password of sa user -------- 3.76s /WORKDIR/git-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:456 fedora.linux_system_roles.mssql : Change the password of sa user -------- 3.65s /WORKDIR/git-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:456 Wait for mssql-server to prepare for client connections ----------------- 2.28s /WORKDIR/git-storage-selinuxxlpt_7ke/tests/tasks/verify_settings.yml:93 ------- fedora.linux_system_roles.mssql : Check if the set password matches the existing password --- 2.27s /WORKDIR/git-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:426 Wait for mssql-server to prepare for client connections ----------------- 2.22s /WORKDIR/git-storage-selinuxxlpt_7ke/tests/tasks/verify_settings.yml:93 ------- Remove related packages ------------------------------------------------- 2.19s /WORKDIR/git-storage-selinuxxlpt_7ke/tests/tasks/cleanup.yml:45 --------------- Wait for mssql-server to prepare for client connections ----------------- 2.17s /WORKDIR/git-storage-selinuxxlpt_7ke/tests/tasks/verify_settings.yml:93 ------- fedora.linux_system_roles.mssql : Restart the mssql-server service ------ 1.29s /WORKDIR/git-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/handlers/main.yml:3 fedora.linux_system_roles.mssql : Wait for mssql-server to prepare for client connections --- 1.20s /WORKDIR/git-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:420 fedora.linux_system_roles.mssql : Wait for mssql-server to prepare for client connections --- 1.20s /WORKDIR/git-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:420 fedora.linux_system_roles.mssql : Get the setting network ipaddress ----- 1.17s /WORKDIR/git-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:3 fedora.linux_system_roles.mssql : Wait for mssql-server to prepare for client connections --- 1.14s /WORKDIR/git-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:420 fedora.linux_system_roles.mssql : Check if a custom ipaddress setting exist --- 1.14s /WORKDIR/git-storage-selinuxxlpt_7ke/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/verify_password.yml:14 ---^---^---^---^---^--- # 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. ---^---^---^---^---^---