# 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-selinux024dcq7d/.collection executable location = /opt/ansible-2.16/bin/ansible-playbook python version = 3.11.5 (main, Sep 7 2023, 00:00:00) [GCC 11.4.1 20230605 (Red Hat 11.4.1-2)] (/opt/ansible-2.16/bin/python) jinja version = 3.1.2 libyaml = True Using /etc/ansible/ansible.cfg as config file Skipping callback 'debug', as we already have a stdout callback. Skipping callback 'default', as we already have a stdout callback. Skipping callback 'minimal', as we already have a stdout callback. Skipping callback 'oneline', as we already have a stdout callback. PLAYBOOK: tests_idempotency_2017.yml ******************************************* 1 plays in /WORKDIR/git-storage-selinux024dcq7d/tests/tests_idempotency_2017.yml PLAY [Ensure that the role is idempotent] ************************************** TASK [Run tests_idempotency with SQL Server 2017] ****************************** task path: /WORKDIR/git-storage-selinux024dcq7d/tests/tests_idempotency_2017.yml:14 Friday 08 December 2023 22:15:24 +0000 (0:00:00.040) 0:00:00.040 ******* included: /WORKDIR/git-storage-selinux024dcq7d/tests/tasks/tests_idempotency.yml for sut TASK [Assert fail on EL 7 with version = 2022 and EL 9 with version != 2022] *** task path: /WORKDIR/git-storage-selinux024dcq7d/tests/tasks/tests_idempotency.yml:2 Friday 08 December 2023 22:15:24 +0000 (0:00:00.012) 0:00:00.053 ******* included: /WORKDIR/git-storage-selinux024dcq7d/tests/tasks/assert_fail_on_unsupported_ver.yml for sut TASK [Ensure ansible_facts to get ansible_distribution] ************************ task path: /WORKDIR/git-storage-selinux024dcq7d/tests/tasks/assert_fail_on_unsupported_ver.yml:2 Friday 08 December 2023 22:15:24 +0000 (0:00:00.010) 0:00:00.064 ******* ok: [sut] TASK [Run the role] ************************************************************ task path: /WORKDIR/git-storage-selinux024dcq7d/tests/tasks/assert_fail_on_unsupported_ver.yml:15 Friday 08 December 2023 22:15:24 +0000 (0:00:00.428) 0:00:00.493 ******* 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-selinux024dcq7d/tests/tasks/assert_fail_on_unsupported_ver.yml:22 Friday 08 December 2023 22:15:24 +0000 (0:00:00.042) 0:00:00.535 ******* skipping: [sut] => { "changed": false, "false_condition": "(ansible_distribution in ['CentOS', 'RedHat'] and ansible_distribution_major_version is version('7', '=') and mssql_version | int == 2022) or (ansible_distribution in ['CentOS', 'RedHat'] and ansible_distribution_major_version is version('9', '=') and mssql_version | int != 2022)", "skip_reason": "Conditional result was False" } TASK [Run on a fresh host and set all parameters] ****************************** task path: /WORKDIR/git-storage-selinux024dcq7d/tests/tasks/tests_idempotency.yml:5 Friday 08 December 2023 22:15:24 +0000 (0:00:00.062) 0:00:00.598 ******* TASK [fedora.linux_system_roles.mssql : Ensure ansible_facts and variables used by role] *** task path: /WORKDIR/git-storage-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:3 Friday 08 December 2023 22:15:25 +0000 (0:00:00.120) 0:00:00.718 ******* included: /WORKDIR/git-storage-selinux024dcq7d/.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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/set_vars.yml:3 Friday 08 December 2023 22:15:25 +0000 (0:00:00.009) 0:00:00.728 ******* 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/set_vars.yml:8 Friday 08 December 2023 22:15:25 +0000 (0:00:00.019) 0:00:00.747 ******* 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/vars/RedHat.yml" ], "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml" } skipping: [sut] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__mssql_vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [sut] => (item=CentOS_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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/vars/CentOS_7.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_7.yml" } skipping: [sut] => (item=CentOS_7.9.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__mssql_vars_file is file", "item": "CentOS_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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:8 Friday 08 December 2023 22:15:25 +0000 (0:00:00.030) 0:00:00.778 ******* 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:15 Friday 08 December 2023 22:15:25 +0000 (0:00:00.008) 0:00:00.787 ******* 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:23 Friday 08 December 2023 22:15:25 +0000 (0:00:00.012) 0:00:00.799 ******* 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:30 Friday 08 December 2023 22:15:25 +0000 (0:00:00.012) 0:00:00.811 ******* 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:37 Friday 08 December 2023 22:15:25 +0000 (0:00:00.011) 0:00:00.822 ******* 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:44 Friday 08 December 2023 22:15:25 +0000 (0:00:00.010) 0:00:00.833 ******* 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:51 Friday 08 December 2023 22:15:25 +0000 (0:00:00.010) 0:00:00.843 ******* 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:55 Friday 08 December 2023 22:15:25 +0000 (0:00:00.010) 0:00:00.854 ******* 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:67 Friday 08 December 2023 22:15:25 +0000 (0:00:00.020) 0:00:00.875 ******* 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:75 Friday 08 December 2023 22:15:25 +0000 (0:00:00.024) 0:00:00.899 ******* 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:84 Friday 08 December 2023 22:15:25 +0000 (0:00:00.030) 0:00:00.930 ******* 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:93 Friday 08 December 2023 22:15:25 +0000 (0:00:00.040) 0:00:00.970 ******* 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:103 Friday 08 December 2023 22:15:25 +0000 (0:00:00.031) 0:00:01.002 ******* 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:112 Friday 08 December 2023 22:15:25 +0000 (0:00:00.020) 0:00:01.022 ******* 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:116 Friday 08 December 2023 22:15:26 +0000 (0:00:01.224) 0:00:02.247 ******* 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:124 Friday 08 December 2023 22:15:26 +0000 (0:00:00.039) 0:00:02.287 ******* 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:131 Friday 08 December 2023 22:15:26 +0000 (0:00:00.019) 0:00:02.306 ******* 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:138 Friday 08 December 2023 22:15:26 +0000 (0:00:00.032) 0:00:02.339 ******* 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:152 Friday 08 December 2023 22:15:26 +0000 (0:00:00.044) 0:00:02.383 ******* 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:165 Friday 08 December 2023 22:15:27 +0000 (0:00:00.509) 0:00:02.893 ******* 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:175 Friday 08 December 2023 22:15:27 +0000 (0:00:00.020) 0:00:02.914 ******* 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:186 Friday 08 December 2023 22:15:27 +0000 (0:00:00.019) 0:00:02.933 ******* 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:194 Friday 08 December 2023 22:15:27 +0000 (0:00:00.020) 0:00:02.954 ******* 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:207 Friday 08 December 2023 22:15:27 +0000 (0:00:00.269) 0:00:03.223 ******* 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:214 Friday 08 December 2023 22:15:27 +0000 (0:00:00.048) 0:00:03.272 ******* 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:219 Friday 08 December 2023 22:15:27 +0000 (0:00:00.046) 0:00:03.319 ******* 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:228 Friday 08 December 2023 22:15:27 +0000 (0:00:00.100) 0:00:03.419 ******* 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:237 Friday 08 December 2023 22:15:27 +0000 (0:00:00.105) 0:00:03.525 ******* 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:242 Friday 08 December 2023 22:15:27 +0000 (0:00:00.032) 0:00:03.557 ******* changed: [sut] => { "changed": true, "changes": { "installed": [ "mssql-server" ] }, "rc": 0, "results": [ "Loaded plugins: fastestmirror\nLoading mirror speeds from cached hostfile\n * base: download.cf.centos.org\n * extras: download.cf.centos.org\n * updates: download.cf.centos.org\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 base 52 k\n cyrus-sasl x86_64 2.1.26-24.el7_9 updates 88 k\n cyrus-sasl-gssapi x86_64 2.1.26-24.el7_9 updates 41 k\n gdb x86_64 7.6.1-120.el7 base 2.4 M\n libatomic x86_64 4.8.5-44.el7 base 51 k\n libsss_nss_idmap x86_64 1.16.5-10.el7_9.15 updates 170 k\n\nTransaction Summary\n================================================================================\nInstall 1 Package (+6 Dependent packages)\n\nTotal download size: 203 M\nInstalled size: 1.0 G\nDownloading packages:\n--------------------------------------------------------------------------------\nTotal 50 MB/s | 203 MB 00:04 \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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:250 Friday 08 December 2023 22:16:05 +0000 (0:00:38.048) 0:00:41.605 ******* 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:258 Friday 08 December 2023 22:16:05 +0000 (0:00:00.015) 0:00:41.621 ******* 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.005971", "end": "2023-12-08 22:16:06.131567", "rc": 0, "start": "2023-12-08 22:16:06.125596" } TASK [fedora.linux_system_roles.mssql : Gather system services facts] ********** task path: /WORKDIR/git-storage-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:273 Friday 08 December 2023 22:16:06 +0000 (0:00:00.205) 0:00:41.826 ******* 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:277 Friday 08 December 2023 22:16:06 +0000 (0:00:00.832) 0:00:42.659 ******* 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:286 Friday 08 December 2023 22:16:07 +0000 (0:00:00.031) 0:00:42.691 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [fedora.linux_system_roles.mssql : Set up MSSQL] ************************** task path: /WORKDIR/git-storage-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:302 Friday 08 December 2023 22:16:07 +0000 (0:00:00.024) 0:00:42.716 ******* 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:322 Friday 08 December 2023 22:16:12 +0000 (0:00:05.291) 0:00:48.007 ******* included: /WORKDIR/git-storage-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/configure_storage_paths.yml for sut => (item={'path': '/tmp/mssql_data', 'mode': '0700', 'setting': 'defaultdatadir'}) included: /WORKDIR/git-storage-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/configure_storage_paths.yml for sut => (item={'path': '/tmp/mssql_log', 'mode': '0700', 'setting': 'defaultlogdir'}) TASK [fedora.linux_system_roles.mssql : Get stat of the directory /tmp/mssql_data] *** task path: /WORKDIR/git-storage-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/configure_storage_paths.yml:3 Friday 08 December 2023 22:16:12 +0000 (0:00:00.039) 0:00:48.047 ******* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.mssql : Ensure the directory and keep present permissions /tmp/mssql_data] *** task path: /WORKDIR/git-storage-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/configure_storage_paths.yml:8 Friday 08 December 2023 22:16:12 +0000 (0:00:00.249) 0:00:48.296 ******* changed: [sut] => { "changed": true, "gid": 994, "group": "mssql", "mode": "0700", "owner": "mssql", "path": "/tmp/mssql_data", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 4096, "state": "directory", "uid": 996 } TASK [fedora.linux_system_roles.mssql : Append facts for the selinux role] ***** task path: /WORKDIR/git-storage-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/configure_storage_paths.yml:17 Friday 08 December 2023 22:16:12 +0000 (0:00:00.267) 0:00:48.564 ******* ok: [sut] => { "ansible_facts": { "selinux_fcontexts": [ { "ftype": "d", "setype": "mssql_var_t", "state": "present", "target": "/tmp/mssql_data" } ], "selinux_restore_dirs": [ "/tmp/mssql_data" ] }, "changed": false } TASK [fedora.linux_system_roles.mssql : Configure the setting defaultdatadir] *** task path: /WORKDIR/git-storage-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/configure_storage_paths.yml:30 Friday 08 December 2023 22:16:12 +0000 (0:00:00.031) 0:00:48.596 ******* included: /WORKDIR/git-storage-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml for sut TASK [fedora.linux_system_roles.mssql : Get the setting filelocation defaultdatadir] *** task path: /WORKDIR/git-storage-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:3 Friday 08 December 2023 22:16:12 +0000 (0:00:00.027) 0:00:48.623 ******* ok: [sut] => { "changed": false, "cmd": [ "grep", "^defaultdatadir = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003751", "end": "2023-12-08 22:16:13.087341", "failed_when_result": false, "rc": 1, "start": "2023-12-08 22:16:13.083590" } MSG: non-zero return code TASK [fedora.linux_system_roles.mssql : Configure the setting filelocation defaultdatadir] *** task path: /WORKDIR/git-storage-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:12 Friday 08 December 2023 22:16:13 +0000 (0:00:00.155) 0:00:48.779 ******* Notification for handler Restart the mssql-server service has been saved. changed: [sut] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "set", "filelocation.defaultdatadir", "/tmp/mssql_data" ], "delta": "0:00:00.054630", "end": "2023-12-08 22:16:13.292756", "failed_when_result": false, "rc": 0, "start": "2023-12-08 22:16:13.238126" } STDOUT: SQL Server needs to be restarted in order to apply this setting. Please run 'systemctl restart mssql-server.service'. TASK [fedora.linux_system_roles.mssql : Unset the setting filelocation defaultdatadir] *** task path: /WORKDIR/git-storage-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:42 Friday 08 December 2023 22:16:13 +0000 (0:00:00.210) 0:00:48.990 ******* skipping: [sut] => { "changed": false, "false_condition": "__mssql_conf_setting_value == \"unset\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Get stat of the directory /tmp/mssql_log] *** task path: /WORKDIR/git-storage-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/configure_storage_paths.yml:3 Friday 08 December 2023 22:16:13 +0000 (0:00:00.018) 0:00:49.008 ******* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.mssql : Ensure the directory and keep present permissions /tmp/mssql_log] *** task path: /WORKDIR/git-storage-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/configure_storage_paths.yml:8 Friday 08 December 2023 22:16:13 +0000 (0:00:00.161) 0:00:49.169 ******* changed: [sut] => { "changed": true, "gid": 994, "group": "mssql", "mode": "0700", "owner": "mssql", "path": "/tmp/mssql_log", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 4096, "state": "directory", "uid": 996 } TASK [fedora.linux_system_roles.mssql : Append facts for the selinux role] ***** task path: /WORKDIR/git-storage-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/configure_storage_paths.yml:17 Friday 08 December 2023 22:16:13 +0000 (0:00:00.240) 0:00:49.410 ******* ok: [sut] => { "ansible_facts": { "selinux_fcontexts": [ { "ftype": "d", "setype": "mssql_var_t", "state": "present", "target": "/tmp/mssql_data" }, { "ftype": "d", "setype": "mssql_db_t", "state": "present", "target": "/tmp/mssql_log" } ], "selinux_restore_dirs": [ "/tmp/mssql_data", "/tmp/mssql_log" ] }, "changed": false } TASK [fedora.linux_system_roles.mssql : Configure the setting defaultlogdir] *** task path: /WORKDIR/git-storage-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/configure_storage_paths.yml:30 Friday 08 December 2023 22:16:13 +0000 (0:00:00.031) 0:00:49.442 ******* included: /WORKDIR/git-storage-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml for sut TASK [fedora.linux_system_roles.mssql : Get the setting filelocation defaultlogdir] *** task path: /WORKDIR/git-storage-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:3 Friday 08 December 2023 22:16:13 +0000 (0:00:00.032) 0:00:49.475 ******* ok: [sut] => { "changed": false, "cmd": [ "grep", "^defaultlogdir = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.004831", "end": "2023-12-08 22:16:13.965989", "failed_when_result": false, "rc": 1, "start": "2023-12-08 22:16:13.961158" } MSG: non-zero return code TASK [fedora.linux_system_roles.mssql : Configure the setting filelocation defaultlogdir] *** task path: /WORKDIR/git-storage-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:12 Friday 08 December 2023 22:16:13 +0000 (0:00:00.186) 0:00:49.661 ******* Notification for handler Restart the mssql-server service has been saved. changed: [sut] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "set", "filelocation.defaultlogdir", "/tmp/mssql_log" ], "delta": "0:00:00.077039", "end": "2023-12-08 22:16:14.243518", "failed_when_result": false, "rc": 0, "start": "2023-12-08 22:16:14.166479" } STDOUT: SQL Server needs to be restarted in order to apply this setting. Please run 'systemctl restart mssql-server.service'. TASK [fedora.linux_system_roles.mssql : Unset the setting filelocation defaultlogdir] *** task path: /WORKDIR/git-storage-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:42 Friday 08 December 2023 22:16:14 +0000 (0:00:00.280) 0:00:49.942 ******* skipping: [sut] => { "changed": false, "false_condition": "__mssql_conf_setting_value == \"unset\"", "skip_reason": "Conditional result was False" } TASK [Ensure correct SELinux context for {{ __mssql_storage_path }}] *********** task path: /WORKDIR/git-storage-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:337 Friday 08 December 2023 22:16:14 +0000 (0:00:00.017) 0:00:49.960 ******* 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:344 Friday 08 December 2023 22:16:14 +0000 (0:00:00.022) 0:00:49.983 ******* changed: [sut] => { "changed": true, "changes": { "installed": [ "tuned-profiles-mssql" ] }, "rc": 0, "results": [ "Loaded plugins: fastestmirror\nLoading mirror speeds from cached hostfile\n * base: download.cf.centos.org\n * extras: download.cf.centos.org\n * updates: download.cf.centos.org\nResolving Dependencies\n--> Running transaction check\n---> Package tuned-profiles-mssql.noarch 0:2.11.0-12.el7_9 will be installed\n--> Finished Dependency Resolution\n\nDependencies Resolved\n\n================================================================================\n Package Arch Version Repository Size\n================================================================================\nInstalling:\n tuned-profiles-mssql noarch 2.11.0-12.el7_9 updates 30 k\n\nTransaction Summary\n================================================================================\nInstall 1 Package\n\nTotal download size: 30 k\nInstalled size: 1.1 k\nDownloading packages:\nRunning transaction check\nRunning transaction test\nTransaction test succeeded\nRunning transaction\n Installing : tuned-profiles-mssql-2.11.0-12.el7_9.noarch 1/1 \n Verifying : tuned-profiles-mssql-2.11.0-12.el7_9.noarch 1/1 \n\nInstalled:\n tuned-profiles-mssql.noarch 0:2.11.0-12.el7_9 \n\nComplete!\n" ] } TASK [fedora.linux_system_roles.mssql : Ensure that the tuned service is started and enabled] *** task path: /WORKDIR/git-storage-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:349 Friday 08 December 2023 22:16:16 +0000 (0:00:02.457) 0:00:52.440 ******* ok: [sut] => { "changed": false, "enabled": true, "name": "tuned", "state": "started", "status": { "ActiveEnterTimestamp": "Fri 2023-12-08 21:54:48 UTC", "ActiveEnterTimestampMonotonic": "22503888", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "systemd-sysctl.service basic.target dbus.service network.target systemd-journald.socket system.slice", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Fri 2023-12-08 21:54:47 UTC", "AssertTimestampMonotonic": "21383399", "Before": "multi-user.target shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "18446744073709551615", "BusName": "com.redhat.tuned", "CPUAccounting": "no", "CPUQuotaPerSecUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "18446744073709551615", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "18446744073709551615", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Fri 2023-12-08 21:54:47 UTC", "ConditionTimestampMonotonic": "21383397", "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": "878", "ExecMainStartTimestamp": "Fri 2023-12-08 21:54:47 UTC", "ExecMainStartTimestampMonotonic": "21384191", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/sbin/tuned ; argv[]=/usr/sbin/tuned -l -P ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/tuned.service", "GuessMainPID": "yes", "IOScheduling": "0", "Id": "tuned.service", "IgnoreOnIsolate": "no", "IgnoreOnSnapshot": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestamp": "Fri 2023-12-08 21:54:47 UTC", "InactiveExitTimestampMonotonic": "21384240", "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": "878", "MemoryAccounting": "no", "MemoryCurrent": "18446744073709551615", "MemoryLimit": "18446744073709551615", "MountFlags": "0", "Names": "tuned.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PIDFile": "/run/tuned/tuned.pid", "PermissionsStartOnly": "no", "PrivateDevices": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "ProtectHome": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "Requires": "system.slice basic.target polkit.service dbus.service", "Restart": "no", "RestartUSec": "100ms", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitInterval": "10000000", "StartupBlockIOWeight": "18446744073709551615", "StartupCPUShares": "18446744073709551615", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "no", "TasksCurrent": "18446744073709551615", "TasksMax": "18446744073709551615", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "dbus", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "WantedBy": "multi-user.target", "WatchdogTimestamp": "Fri 2023-12-08 21:54:48 UTC", "WatchdogTimestampMonotonic": "22503816", "WatchdogUSec": "0" } } TASK [fedora.linux_system_roles.mssql : Get the active Tuned profiles] ********* task path: /WORKDIR/git-storage-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:355 Friday 08 December 2023 22:16:17 +0000 (0:00:00.380) 0:00:52.821 ******* ok: [sut] => { "changed": false, "cmd": [ "tuned-adm", "active" ], "delta": "0:00:00.138960", "end": "2023-12-08 22:16:17.399402", "rc": 0, "start": "2023-12-08 22:16:17.260442" } STDOUT: Current active profile: virtual-guest TASK [fedora.linux_system_roles.mssql : Attempt to add mssql to the list of Tuned profiles] *** task path: /WORKDIR/git-storage-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:365 Friday 08 December 2023 22:16:17 +0000 (0:00:00.271) 0:00:53.092 ******* ok: [sut] => { "changed": false, "cmd": [ "tuned-adm", "profile", "virtual-guest", "mssql" ], "delta": "0:00:00.415288", "end": "2023-12-08 22:16:17.955779", "failed_when_result": false, "rc": 1, "start": "2023-12-08 22:16:17.540491" } STDERR: Cannot load profile(s) 'virtual-guest mssql': Cannot find profile 'throughput-performance' in '['/etc/tuned', '/usr/lib/tuned']'. MSG: non-zero return code TASK [fedora.linux_system_roles.mssql : Remove troublemaking include from the mssql profile] *** task path: /WORKDIR/git-storage-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:378 Friday 08 December 2023 22:16:17 +0000 (0:00:00.556) 0:00:53.649 ******* changed: [sut] => { "backup": "", "changed": true, "found": 1 } MSG: 1 line(s) removed TASK [fedora.linux_system_roles.mssql : Add the fixed mssql profile to the list of Tuned profiles] *** task path: /WORKDIR/git-storage-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:387 Friday 08 December 2023 22:16:18 +0000 (0:00:00.233) 0:00:53.882 ******* changed: [sut] => { "changed": true, "cmd": [ "tuned-adm", "profile", "virtual-guest", "mssql" ], "delta": "0:00:01.652912", "end": "2023-12-08 22:16:19.983899", "rc": 0, "start": "2023-12-08 22:16:18.330987" } TASK [fedora.linux_system_roles.mssql : Configure the Microsoft SQL Server Tools repository] *** task path: /WORKDIR/git-storage-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:397 Friday 08 December 2023 22:16:20 +0000 (0:00:01.796) 0:00:55.678 ******* 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:404 Friday 08 December 2023 22:16:20 +0000 (0:00:00.139) 0:00:55.818 ******* changed: [sut] => { "changed": true, "changes": { "installed": [ "mssql-tools", "unixODBC-devel" ] }, "rc": 0, "results": [ "Loaded plugins: fastestmirror\nLoading mirror speeds from cached hostfile\n * base: download.cf.centos.org\n * extras: download.cf.centos.org\n * updates: download.cf.centos.org\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 base 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 download size: 1.5 M\nInstalled size: 3.8 M\nDownloading packages:\n--------------------------------------------------------------------------------\nTotal 3.7 MB/s | 1.5 MB 00:00 \nRunning transaction check\nRunning transaction test\nTransaction test succeeded\nRunning transaction\n Installing : libtool-ltdl-2.4.2-22.el7_3.x86_64 1/5 \n Installing : unixODBC-2.3.11-1.rh.x86_64 2/5 \n Installing : 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:416 Friday 08 December 2023 22:16:28 +0000 (0:00:08.381) 0:01:04.199 ******* 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:420 Friday 08 December 2023 22:16:28 +0000 (0:00:00.019) 0:01:04.219 ******* 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:426 Friday 08 December 2023 22:16:28 +0000 (0:00:00.023) 0:01:04.242 ******* 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:441 Friday 08 December 2023 22:16:28 +0000 (0:00:00.024) 0:01:04.266 ******* 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:448 Friday 08 December 2023 22:16:28 +0000 (0:00:00.018) 0:01:04.284 ******* 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:456 Friday 08 December 2023 22:16:28 +0000 (0:00:00.019) 0:01:04.304 ******* 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:477 Friday 08 December 2023 22:16:28 +0000 (0:00:00.020) 0:01:04.324 ******* 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:484 Friday 08 December 2023 22:16:28 +0000 (0:00:00.043) 0:01:04.368 ******* 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:495 Friday 08 December 2023 22:16:28 +0000 (0:00:00.018) 0:01:04.386 ******* 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:508 Friday 08 December 2023 22:16:28 +0000 (0:00:00.020) 0:01:04.406 ******* 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:515 Friday 08 December 2023 22:16:28 +0000 (0:00:00.019) 0:01:04.426 ******* 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:521 Friday 08 December 2023 22:16:28 +0000 (0:00:00.019) 0:01:04.446 ******* 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:540 Friday 08 December 2023 22:16:28 +0000 (0:00:00.019) 0:01:04.465 ******* included: /WORKDIR/git-storage-selinux024dcq7d/.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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:3 Friday 08 December 2023 22:16:28 +0000 (0:00:00.032) 0:01:04.498 ******* ok: [sut] => { "changed": false, "cmd": [ "grep", "^ipaddress = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003666", "end": "2023-12-08 22:16:28.954799", "failed_when_result": false, "rc": 1, "start": "2023-12-08 22:16:28.951133" } MSG: non-zero return code TASK [fedora.linux_system_roles.mssql : Configure the setting network ipaddress] *** task path: /WORKDIR/git-storage-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:12 Friday 08 December 2023 22:16:28 +0000 (0:00:00.150) 0:01:04.649 ******* Notification for handler Restart the mssql-server service has been saved. changed: [sut] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "set", "network.ipaddress", "0.0.0.0" ], "delta": "0:00:00.049634", "end": "2023-12-08 22:16:29.157094", "failed_when_result": false, "rc": 0, "start": "2023-12-08 22:16:29.107460" } 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:42 Friday 08 December 2023 22:16:29 +0000 (0:00:00.207) 0:01:04.857 ******* 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:547 Friday 08 December 2023 22:16:29 +0000 (0:00:00.019) 0:01:04.876 ******* 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:554 Friday 08 December 2023 22:16:29 +0000 (0:00:00.039) 0:01:04.915 ******* 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:566 Friday 08 December 2023 22:16:29 +0000 (0:00:00.038) 0:01:04.954 ******* included: /WORKDIR/git-storage-selinux024dcq7d/.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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:3 Friday 08 December 2023 22:16:29 +0000 (0:00:00.034) 0:01:04.989 ******* ok: [sut] => { "changed": false, "cmd": [ "grep", "^tcpport = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003514", "end": "2023-12-08 22:16:29.447599", "failed_when_result": false, "rc": 1, "start": "2023-12-08 22:16:29.444085" } MSG: non-zero return code TASK [fedora.linux_system_roles.mssql : Configure the setting network tcpport] *** task path: /WORKDIR/git-storage-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:12 Friday 08 December 2023 22:16:29 +0000 (0:00:00.150) 0:01:05.139 ******* ok: [sut] => { "changed": false, "cmd": [ "/opt/mssql/bin/mssql-conf", "set", "network.tcpport", "1433" ], "delta": "0:00:00.049790", "end": "2023-12-08 22:16:29.649600", "failed_when_result": false, "rc": 0, "start": "2023-12-08 22:16:29.599810" } 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:42 Friday 08 December 2023 22:16:29 +0000 (0:00:00.207) 0:01:05.347 ******* 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:572 Friday 08 December 2023 22:16:29 +0000 (0:00:00.017) 0:01:05.364 ******* 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:592 Friday 08 December 2023 22:16:29 +0000 (0:00:00.025) 0:01:05.390 ******* included: /WORKDIR/git-storage-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml for sut TASK [fedora.linux_system_roles.mssql : Get the setting sqlagent enabled] ****** task path: /WORKDIR/git-storage-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:3 Friday 08 December 2023 22:16:29 +0000 (0:00:00.034) 0:01:05.424 ******* ok: [sut] => { "changed": false, "cmd": [ "grep", "^enabled = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003546", "end": "2023-12-08 22:16:29.879897", "failed_when_result": false, "rc": 0, "start": "2023-12-08 22:16:29.876351" } STDOUT: enabled = false TASK [fedora.linux_system_roles.mssql : Configure the setting sqlagent enabled] *** task path: /WORKDIR/git-storage-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:12 Friday 08 December 2023 22:16:29 +0000 (0:00:00.176) 0:01:05.601 ******* Notification for handler Restart the mssql-server service has been saved. changed: [sut] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "set", "sqlagent.enabled", "True" ], "delta": "0:00:00.050115", "end": "2023-12-08 22:16:30.108358", "failed_when_result": false, "rc": 0, "start": "2023-12-08 22:16:30.058243" } STDOUT: SQL Server needs to be restarted in order to apply this setting. Please run 'systemctl restart mssql-server.service'. TASK [fedora.linux_system_roles.mssql : Unset the setting sqlagent enabled] **** task path: /WORKDIR/git-storage-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:42 Friday 08 December 2023 22:16:30 +0000 (0:00:00.208) 0:01:05.810 ******* skipping: [sut] => { "changed": false, "false_condition": "__mssql_conf_setting_value == \"unset\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Ensure the package mssql-server-fts] *** task path: /WORKDIR/git-storage-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:599 Friday 08 December 2023 22:16:30 +0000 (0:00:00.020) 0:01:05.830 ******* Notification for handler Restart the mssql-server service has been saved. changed: [sut] => { "changed": true, "changes": { "installed": [ "mssql-server-fts" ] }, "rc": 0, "results": [ "Loaded plugins: fastestmirror\nLoading mirror speeds from cached hostfile\n * base: download.cf.centos.org\n * extras: download.cf.centos.org\n * updates: download.cf.centos.org\nResolving Dependencies\n--> Running transaction check\n---> Package mssql-server-fts.x86_64 0:14.0.3465.1-1 will be installed\n--> Finished Dependency Resolution\n\nDependencies Resolved\n\n================================================================================\n Package Arch Version Repository Size\n================================================================================\nInstalling:\n mssql-server-fts\n x86_64 14.0.3465.1-1 packages-microsoft-com-mssql-server-2017 225 M\n\nTransaction Summary\n================================================================================\nInstall 1 Package\n\nTotal download size: 225 M\nInstalled size: 554 M\nDownloading packages:\nRunning transaction check\nRunning transaction test\nTransaction test succeeded\nRunning transaction\n Installing : mssql-server-fts-14.0.3465.1-1.x86_64 1/1 \n\n+-------------------------------------------------------------------------------------+\nPlease restart mssql-server to enable Microsoft SQL Server Full Text Search.\n+-------------------------------------------------------------------------------------+\n\n Verifying : mssql-server-fts-14.0.3465.1-1.x86_64 1/1 \n\nInstalled:\n mssql-server-fts.x86_64 0:14.0.3465.1-1 \n\nComplete!\n" ] } TASK [fedora.linux_system_roles.mssql : Ensure the package powershell] ********* task path: /WORKDIR/git-storage-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:606 Friday 08 December 2023 22:16:55 +0000 (0:00:24.931) 0:01:30.762 ******* changed: [sut] => { "changed": true, "changes": { "installed": [ "powershell" ] }, "rc": 0, "results": [ "Loaded plugins: fastestmirror\nLoading mirror speeds from cached hostfile\n * base: download.cf.centos.org\n * extras: download.cf.centos.org\n * updates: download.cf.centos.org\nResolving Dependencies\n--> Running transaction check\n---> Package powershell.x86_64 0:7.3.10-1.rh will be installed\n--> Processing Dependency: libicu for package: powershell-7.3.10-1.rh.x86_64\n--> Running transaction check\n---> Package libicu.x86_64 0:50.2-4.el7_7 will be installed\n--> Finished Dependency Resolution\n\nDependencies Resolved\n\n================================================================================\n Package Arch Version Repository Size\n================================================================================\nInstalling:\n powershell x86_64 7.3.10-1.rh packages-microsoft-com-prod 66 M\nInstalling for dependencies:\n libicu x86_64 50.2-4.el7_7 base 6.9 M\n\nTransaction Summary\n================================================================================\nInstall 1 Package (+1 Dependent package)\n\nTotal download size: 72 M\nInstalled size: 192 M\nDownloading packages:\n--------------------------------------------------------------------------------\nTotal 39 MB/s | 72 MB 00:01 \nRunning transaction check\nRunning transaction test\nTransaction test succeeded\nRunning transaction\n Installing : libicu-50.2-4.el7_7.x86_64 1/2 \n Installing : powershell-7.3.10-1.rh.x86_64 2/2 \n Verifying : powershell-7.3.10-1.rh.x86_64 1/2 \n Verifying : libicu-50.2-4.el7_7.x86_64 2/2 \n\nInstalled:\n powershell.x86_64 0:7.3.10-1.rh \n\nDependency Installed:\n libicu.x86_64 0:50.2-4.el7_7 \n\nComplete!\n" ] } TASK [fedora.linux_system_roles.mssql : Check if the 3979 trace flag is enabled] *** task path: /WORKDIR/git-storage-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:615 Friday 08 December 2023 22:17:07 +0000 (0:00:12.287) 0:01:43.049 ******* ok: [sut] => { "changed": false, "cmd": [ "grep", "^traceflag[0-9] = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003403", "end": "2023-12-08 22:17:07.498350", "failed_when_result": false, "rc": 1, "start": "2023-12-08 22:17:07.494947" } MSG: non-zero return code TASK [fedora.linux_system_roles.mssql : Set the 3979 traceflag] **************** task path: /WORKDIR/git-storage-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:621 Friday 08 December 2023 22:17:07 +0000 (0:00:00.140) 0:01:43.189 ******* changed: [sut] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "traceflag", "3979", "on" ], "delta": "0:00:00.049887", "end": "2023-12-08 22:17:07.695049", "rc": 0, "start": "2023-12-08 22:17:07.645162" } STDOUT: SQL Server needs to be restarted in order to apply this setting. Please run 'systemctl restart mssql-server.service'. TASK [fedora.linux_system_roles.mssql : Unset the 3979 traceflag] ************** task path: /WORKDIR/git-storage-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:628 Friday 08 December 2023 22:17:07 +0000 (0:00:00.198) 0:01:43.388 ******* skipping: [sut] => { "changed": false, "false_condition": "not mssql_tune_for_fua_storage | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Configure the alternatewritethrough setting] *** task path: /WORKDIR/git-storage-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:636 Friday 08 December 2023 22:17:07 +0000 (0:00:00.030) 0:01:43.418 ******* included: /WORKDIR/git-storage-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml for sut TASK [fedora.linux_system_roles.mssql : Get the setting control alternatewritethrough] *** task path: /WORKDIR/git-storage-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:3 Friday 08 December 2023 22:17:07 +0000 (0:00:00.043) 0:01:43.462 ******* ok: [sut] => { "changed": false, "cmd": [ "grep", "^alternatewritethrough = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003375", "end": "2023-12-08 22:17:07.918824", "failed_when_result": false, "rc": 1, "start": "2023-12-08 22:17:07.915449" } MSG: non-zero return code TASK [fedora.linux_system_roles.mssql : Configure the setting control alternatewritethrough] *** task path: /WORKDIR/git-storage-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:12 Friday 08 December 2023 22:17:07 +0000 (0:00:00.149) 0:01:43.611 ******* Notification for handler Restart the mssql-server service has been saved. changed: [sut] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "set", "control.alternatewritethrough", "0" ], "delta": "0:00:00.048955", "end": "2023-12-08 22:17:08.117419", "failed_when_result": false, "rc": 0, "start": "2023-12-08 22:17:08.068464" } STDOUT: SQL Server needs to be restarted in order to apply this setting. Please run 'systemctl restart mssql-server.service'. TASK [fedora.linux_system_roles.mssql : Unset the setting control alternatewritethrough] *** task path: /WORKDIR/git-storage-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:42 Friday 08 December 2023 22:17:08 +0000 (0:00:00.234) 0:01:43.845 ******* skipping: [sut] => { "changed": false, "false_condition": "__mssql_conf_setting_value == \"unset\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Configure the writethrough setting] **** task path: /WORKDIR/git-storage-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:642 Friday 08 December 2023 22:17:08 +0000 (0:00:00.044) 0:01:43.890 ******* included: /WORKDIR/git-storage-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml for sut TASK [fedora.linux_system_roles.mssql : Get the setting control writethrough] *** task path: /WORKDIR/git-storage-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:3 Friday 08 December 2023 22:17:08 +0000 (0:00:00.041) 0:01:43.931 ******* ok: [sut] => { "changed": false, "cmd": [ "grep", "^writethrough = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003343", "end": "2023-12-08 22:17:08.407215", "failed_when_result": false, "rc": 1, "start": "2023-12-08 22:17:08.403872" } MSG: non-zero return code TASK [fedora.linux_system_roles.mssql : Configure the setting control writethrough] *** task path: /WORKDIR/git-storage-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:12 Friday 08 December 2023 22:17:08 +0000 (0:00:00.171) 0:01:44.103 ******* Notification for handler Restart the mssql-server service has been saved. changed: [sut] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "set", "control.writethrough", "1" ], "delta": "0:00:00.049134", "end": "2023-12-08 22:17:08.608468", "failed_when_result": false, "rc": 0, "start": "2023-12-08 22:17:08.559334" } STDOUT: SQL Server needs to be restarted in order to apply this setting. Please run 'systemctl restart mssql-server.service'. TASK [fedora.linux_system_roles.mssql : Unset the setting control writethrough] *** task path: /WORKDIR/git-storage-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:42 Friday 08 December 2023 22:17:08 +0000 (0:00:00.199) 0:01:44.302 ******* skipping: [sut] => { "changed": false, "false_condition": "__mssql_conf_setting_value == \"unset\"", "skip_reason": "Conditional result was False" } TASK [Create certificates using the certificate role] ************************** task path: /WORKDIR/git-storage-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:660 Friday 08 December 2023 22:17:08 +0000 (0:00:00.022) 0:01:44.325 ******* 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:674 Friday 08 December 2023 22:17:08 +0000 (0:00:00.019) 0:01:44.344 ******* 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:679 Friday 08 December 2023 22:17:08 +0000 (0:00:00.020) 0:01:44.365 ******* 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:697 Friday 08 December 2023 22:17:08 +0000 (0:00:00.022) 0:01:44.388 ******* 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:706 Friday 08 December 2023 22:17:08 +0000 (0:00:00.047) 0:01:44.435 ******* 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:715 Friday 08 December 2023 22:17:08 +0000 (0:00:00.019) 0:01:44.455 ******* 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:722 Friday 08 December 2023 22:17:08 +0000 (0:00:00.018) 0:01:44.474 ******* 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:731 Friday 08 December 2023 22:17:08 +0000 (0:00:00.020) 0:01:44.494 ******* 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:739 Friday 08 December 2023 22:17:08 +0000 (0:00:00.024) 0:01:44.518 ******* 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:747 Friday 08 December 2023 22:17:08 +0000 (0:00:00.025) 0:01:44.543 ******* 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:754 Friday 08 December 2023 22:17:08 +0000 (0:00:00.023) 0:01:44.567 ******* 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:761 Friday 08 December 2023 22:17:08 +0000 (0:00:00.035) 0:01:44.602 ******* 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:770 Friday 08 December 2023 22:17:08 +0000 (0:00:00.020) 0:01:44.623 ******* 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:783 Friday 08 December 2023 22:17:08 +0000 (0:00:00.018) 0:01:44.642 ******* 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:792 Friday 08 December 2023 22:17:08 +0000 (0:00:00.017) 0:01:44.659 ******* 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:804 Friday 08 December 2023 22:17:09 +0000 (0:00:00.018) 0:01:44.678 ******* 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:809 Friday 08 December 2023 22:17:09 +0000 (0:00:00.018) 0:01:44.697 ******* 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:826 Friday 08 December 2023 22:17:09 +0000 (0:00:00.019) 0:01:44.716 ******* 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:831 Friday 08 December 2023 22:17:09 +0000 (0:00:00.024) 0:01:44.741 ******* 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:836 Friday 08 December 2023 22:17:09 +0000 (0:00:00.019) 0:01:44.761 ******* 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:842 Friday 08 December 2023 22:17:09 +0000 (0:00:00.018) 0:01:44.779 ******* 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:868 Friday 08 December 2023 22:17:09 +0000 (0:00:00.017) 0:01:44.797 ******* 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:889 Friday 08 December 2023 22:17:09 +0000 (0:00:00.016) 0:01:44.813 ******* 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:897 Friday 08 December 2023 22:17:09 +0000 (0:00:00.016) 0:01:44.830 ******* 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:907 Friday 08 December 2023 22:17:09 +0000 (0:00:00.016) 0:01:44.846 ******* 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:913 Friday 08 December 2023 22:17:09 +0000 (0:00:00.040) 0:01:44.886 ******* 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:930 Friday 08 December 2023 22:17:09 +0000 (0:00:00.017) 0:01:44.904 ******* 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:941 Friday 08 December 2023 22:17:09 +0000 (0:00:00.018) 0:01:44.922 ******* 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:961 Friday 08 December 2023 22:17:09 +0000 (0:00:00.019) 0:01:44.941 ******* 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1015 Friday 08 December 2023 22:17:09 +0000 (0:00:00.025) 0:01:44.967 ******* 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1022 Friday 08 December 2023 22:17:09 +0000 (0:00:00.019) 0:01:44.987 ******* 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1029 Friday 08 December 2023 22:17:09 +0000 (0:00:00.022) 0:01:45.010 ******* 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1039 Friday 08 December 2023 22:17:09 +0000 (0:00:00.019) 0:01:45.029 ******* 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1045 Friday 08 December 2023 22:17:09 +0000 (0:00:00.017) 0:01:45.047 ******* 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1053 Friday 08 December 2023 22:17:09 +0000 (0:00:00.022) 0:01:45.069 ******* 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1062 Friday 08 December 2023 22:17:09 +0000 (0:00:00.018) 0:01:45.087 ******* 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1070 Friday 08 December 2023 22:17:09 +0000 (0:00:00.028) 0:01:45.116 ******* 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1085 Friday 08 December 2023 22:17:09 +0000 (0:00:00.022) 0:01:45.138 ******* 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1092 Friday 08 December 2023 22:17:09 +0000 (0:00:00.019) 0:01:45.158 ******* 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1117 Friday 08 December 2023 22:17:09 +0000 (0:00:00.019) 0:01:45.177 ******* 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1126 Friday 08 December 2023 22:17:09 +0000 (0:00:00.018) 0:01:45.196 ******* 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1135 Friday 08 December 2023 22:17:09 +0000 (0:00:00.017) 0:01:45.213 ******* 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1146 Friday 08 December 2023 22:17:09 +0000 (0:00:00.016) 0:01:45.230 ******* 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1159 Friday 08 December 2023 22:17:09 +0000 (0:00:00.017) 0:01:45.247 ******* 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1168 Friday 08 December 2023 22:17:09 +0000 (0:00:00.017) 0:01:45.264 ******* 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1175 Friday 08 December 2023 22:17:09 +0000 (0:00:00.016) 0:01:45.281 ******* 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1182 Friday 08 December 2023 22:17:09 +0000 (0:00:00.016) 0:01:45.298 ******* 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1190 Friday 08 December 2023 22:17:09 +0000 (0:00:00.046) 0:01:45.344 ******* 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1197 Friday 08 December 2023 22:17:09 +0000 (0:00:00.024) 0:01:45.369 ******* 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1209 Friday 08 December 2023 22:17:09 +0000 (0:00:00.027) 0:01:45.396 ******* 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1218 Friday 08 December 2023 22:17:09 +0000 (0:00:00.024) 0:01:45.421 ******* 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1225 Friday 08 December 2023 22:17:09 +0000 (0:00:00.019) 0:01:45.440 ******* 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1231 Friday 08 December 2023 22:17:09 +0000 (0:00:00.016) 0:01:45.457 ******* 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1239 Friday 08 December 2023 22:17:09 +0000 (0:00:00.021) 0:01:45.479 ******* 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1252 Friday 08 December 2023 22:17:09 +0000 (0:00:00.028) 0:01:45.508 ******* 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1264 Friday 08 December 2023 22:17:09 +0000 (0:00:00.018) 0:01:45.526 ******* 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1270 Friday 08 December 2023 22:17:09 +0000 (0:00:00.021) 0:01:45.548 ******* 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1279 Friday 08 December 2023 22:17:09 +0000 (0:00:00.039) 0:01:45.587 ******* 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1288 Friday 08 December 2023 22:17:10 +0000 (0:00:00.287) 0:01:45.875 ******* 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/handlers/main.yml:3 Friday 08 December 2023 22:17:10 +0000 (0:00:00.017) 0:01:45.892 ******* changed: [sut] => { "changed": true, "name": "mssql-server", "state": "started", "status": { "ActiveEnterTimestamp": "Fri 2023-12-08 22:16:12 UTC", "ActiveEnterTimestampMonotonic": "1306254954", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "systemd-journald.socket -.mount system.slice auditd.service basic.target network.target", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Fri 2023-12-08 22:16:12 UTC", "AssertTimestampMonotonic": "1306252974", "Before": "multi-user.target shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "18446744073709551615", "CPUAccounting": "no", "CPUQuotaPerSecUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "18446744073709551615", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "18446744073709551615", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Fri 2023-12-08 22:16:12 UTC", "ConditionTimestampMonotonic": "1306252972", "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": "13606", "ExecMainStartTimestamp": "Fri 2023-12-08 22:16:12 UTC", "ExecMainStartTimestampMonotonic": "1306254191", "ExecMainStatus": "0", "ExecStart": "{ path=/opt/mssql/bin/sqlservr ; argv[]=/opt/mssql/bin/sqlservr ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/mssql-server.service", "GuessMainPID": "yes", "IOScheduling": "0", "Id": "mssql-server.service", "IgnoreOnIsolate": "no", "IgnoreOnSnapshot": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestamp": "Fri 2023-12-08 22:16:12 UTC", "InactiveExitTimestampMonotonic": "1306254954", "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": "13606", "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": "basic.target -.mount 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": "3", "StartLimitInterval": "120000000", "StartupBlockIOWeight": "18446744073709551615", "StartupCPUShares": "18446744073709551615", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "no", "TasksCurrent": "18446744073709551615", "TasksMax": "18446744073709551615", "TimeoutStartUSec": "30min", "TimeoutStopUSec": "30min", "TimerSlackNSec": "50000", "Transient": "no", "Type": "simple", "UMask": "0007", "UnitFilePreset": "disabled", "UnitFileState": "enabled", "User": "mssql", "WantedBy": "multi-user.target", "WatchdogTimestamp": "Fri 2023-12-08 22:16:12 UTC", "WatchdogTimestampMonotonic": "1306254927", "WatchdogUSec": "0", "WorkingDirectory": "/var/opt/mssql" } } TASK [fedora.linux_system_roles.mssql : Post-input SQL scripts to SQL Server] *** task path: /WORKDIR/git-storage-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1292 Friday 08 December 2023 22:17:10 +0000 (0:00:00.511) 0:01:46.403 ******* 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1299 Friday 08 December 2023 22:17:10 +0000 (0:00:00.019) 0:01:46.423 ******* 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-selinux024dcq7d/tests/tasks/tests_idempotency.yml:22 Friday 08 December 2023 22:17:10 +0000 (0:00:00.028) 0:01:46.451 ******* included: /WORKDIR/git-storage-selinux024dcq7d/tests/tasks/mssql-sever-increase-start-limit.yml for sut TASK [Modify the mssql-server service start limit interval] ******************** task path: /WORKDIR/git-storage-selinux024dcq7d/tests/tasks/mssql-sever-increase-start-limit.yml:3 Friday 08 December 2023 22:17:10 +0000 (0:00:00.063) 0:01:46.515 ******* changed: [sut] => { "changed": true, "rc": 0 } MSG: 1 replacements made TASK [Modify the mssql-server service start limit burst] *********************** task path: /WORKDIR/git-storage-selinux024dcq7d/tests/tasks/mssql-sever-increase-start-limit.yml:10 Friday 08 December 2023 22:17:11 +0000 (0:00:00.247) 0:01:46.762 ******* changed: [sut] => { "changed": true, "rc": 0 } MSG: 1 replacements made TASK [Reload service daemon] *************************************************** task path: /WORKDIR/git-storage-selinux024dcq7d/tests/tasks/mssql-sever-increase-start-limit.yml:17 Friday 08 December 2023 22:17:11 +0000 (0:00:00.186) 0:01:46.949 ******* ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [Run again with the same settings - should report not changed] ************ task path: /WORKDIR/git-storage-selinux024dcq7d/tests/tasks/tests_idempotency.yml:25 Friday 08 December 2023 22:17:11 +0000 (0:00:00.303) 0:01:47.253 ******* TASK [fedora.linux_system_roles.mssql : Ensure ansible_facts and variables used by role] *** task path: /WORKDIR/git-storage-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:3 Friday 08 December 2023 22:17:11 +0000 (0:00:00.171) 0:01:47.424 ******* included: /WORKDIR/git-storage-selinux024dcq7d/.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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/set_vars.yml:3 Friday 08 December 2023 22:17:11 +0000 (0:00:00.040) 0:01:47.465 ******* 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/set_vars.yml:8 Friday 08 December 2023 22:17:11 +0000 (0:00:00.037) 0:01:47.502 ******* 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/vars/RedHat.yml" ], "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml" } skipping: [sut] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__mssql_vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [sut] => (item=CentOS_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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/vars/CentOS_7.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_7.yml" } skipping: [sut] => (item=CentOS_7.9.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__mssql_vars_file is file", "item": "CentOS_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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:8 Friday 08 December 2023 22:17:11 +0000 (0:00:00.036) 0:01:47.539 ******* 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:15 Friday 08 December 2023 22:17:11 +0000 (0:00:00.025) 0:01:47.564 ******* 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:23 Friday 08 December 2023 22:17:11 +0000 (0:00:00.018) 0:01:47.583 ******* 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:30 Friday 08 December 2023 22:17:11 +0000 (0:00:00.018) 0:01:47.601 ******* 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:37 Friday 08 December 2023 22:17:11 +0000 (0:00:00.019) 0:01:47.621 ******* 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:44 Friday 08 December 2023 22:17:11 +0000 (0:00:00.028) 0:01:47.650 ******* 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:51 Friday 08 December 2023 22:17:11 +0000 (0:00:00.020) 0:01:47.670 ******* 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:55 Friday 08 December 2023 22:17:12 +0000 (0:00:00.036) 0:01:47.707 ******* 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:67 Friday 08 December 2023 22:17:12 +0000 (0:00:00.025) 0:01:47.732 ******* 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:75 Friday 08 December 2023 22:17:12 +0000 (0:00:00.018) 0:01:47.751 ******* 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:84 Friday 08 December 2023 22:17:12 +0000 (0:00:00.055) 0:01:47.806 ******* 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:93 Friday 08 December 2023 22:17:12 +0000 (0:00:00.027) 0:01:47.833 ******* 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:103 Friday 08 December 2023 22:17:12 +0000 (0:00:00.025) 0:01:47.859 ******* 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:112 Friday 08 December 2023 22:17:12 +0000 (0:00:00.029) 0:01:47.888 ******* 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:116 Friday 08 December 2023 22:17:13 +0000 (0:00:01.263) 0:01:49.152 ******* 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:124 Friday 08 December 2023 22:17:13 +0000 (0:00:00.073) 0:01:49.226 ******* 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:131 Friday 08 December 2023 22:17:13 +0000 (0:00:00.018) 0:01:49.244 ******* 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:138 Friday 08 December 2023 22:17:13 +0000 (0:00:00.023) 0:01:49.268 ******* 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:152 Friday 08 December 2023 22:17:13 +0000 (0:00:00.034) 0:01:49.302 ******* 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:165 Friday 08 December 2023 22:17:14 +0000 (0:00:00.521) 0:01:49.823 ******* 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:175 Friday 08 December 2023 22:17:14 +0000 (0:00:00.027) 0:01:49.851 ******* 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:186 Friday 08 December 2023 22:17:14 +0000 (0:00:00.023) 0:01:49.875 ******* 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:194 Friday 08 December 2023 22:17:14 +0000 (0:00:00.018) 0:01:49.894 ******* 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:207 Friday 08 December 2023 22:17:14 +0000 (0:00:00.022) 0:01:49.916 ******* 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:214 Friday 08 December 2023 22:17:14 +0000 (0:00:00.018) 0:01:49.934 ******* 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:219 Friday 08 December 2023 22:17:14 +0000 (0:00:00.025) 0:01:49.960 ******* 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:228 Friday 08 December 2023 22:17:14 +0000 (0:00:00.023) 0:01:49.984 ******* 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:237 Friday 08 December 2023 22:17:14 +0000 (0:00:00.028) 0:01:50.012 ******* 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:242 Friday 08 December 2023 22:17:14 +0000 (0:00:00.069) 0:01:50.082 ******* 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:250 Friday 08 December 2023 22:17:14 +0000 (0:00:00.315) 0:01:50.397 ******* 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:258 Friday 08 December 2023 22:17:14 +0000 (0:00:00.018) 0:01:50.416 ******* 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.006079", "end": "2023-12-08 22:17:14.862411", "rc": 0, "start": "2023-12-08 22:17:14.856332" } STDOUT: /var/opt/mssql/log/errorlog TASK [fedora.linux_system_roles.mssql : Gather system services facts] ********** task path: /WORKDIR/git-storage-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:273 Friday 08 December 2023 22:17:14 +0000 (0:00:00.138) 0:01:50.554 ******* 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:277 Friday 08 December 2023 22:17:15 +0000 (0:00:00.831) 0:01:51.386 ******* 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:286 Friday 08 December 2023 22:17:15 +0000 (0:00:00.053) 0:01:51.440 ******* 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:302 Friday 08 December 2023 22:17:15 +0000 (0:00:00.029) 0:01:51.469 ******* 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:322 Friday 08 December 2023 22:17:15 +0000 (0:00:00.027) 0:01:51.497 ******* included: /WORKDIR/git-storage-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/configure_storage_paths.yml for sut => (item={'path': '/tmp/mssql_data', 'mode': None, 'setting': 'defaultdatadir'}) included: /WORKDIR/git-storage-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/configure_storage_paths.yml for sut => (item={'path': '/tmp/mssql_log', 'mode': None, 'setting': 'defaultlogdir'}) TASK [fedora.linux_system_roles.mssql : Get stat of the directory /tmp/mssql_data] *** task path: /WORKDIR/git-storage-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/configure_storage_paths.yml:3 Friday 08 December 2023 22:17:15 +0000 (0:00:00.044) 0:01:51.541 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1702073772.872255, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "binary", "ctime": 1702073772.873255, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 994, "gr_name": "mssql", "inode": 263557, "isblk": false, "ischr": false, "isdir": true, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/directory", "mode": "0700", "mtime": 1702073772.872255, "nlink": 2, "path": "/tmp/mssql_data", "pw_name": "mssql", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 4096, "uid": 996, "version": "749089999", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": true } } TASK [fedora.linux_system_roles.mssql : Ensure the directory and keep present permissions /tmp/mssql_data] *** task path: /WORKDIR/git-storage-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/configure_storage_paths.yml:8 Friday 08 December 2023 22:17:16 +0000 (0:00:00.160) 0:01:51.701 ******* ok: [sut] => { "changed": false, "gid": 994, "group": "mssql", "mode": "0700", "owner": "mssql", "path": "/tmp/mssql_data", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 4096, "state": "directory", "uid": 996 } TASK [fedora.linux_system_roles.mssql : Append facts for the selinux role] ***** task path: /WORKDIR/git-storage-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/configure_storage_paths.yml:17 Friday 08 December 2023 22:17:16 +0000 (0:00:00.150) 0:01:51.851 ******* ok: [sut] => { "ansible_facts": { "selinux_fcontexts": [ { "ftype": "d", "setype": "mssql_var_t", "state": "present", "target": "/tmp/mssql_data" }, { "ftype": "d", "setype": "mssql_db_t", "state": "present", "target": "/tmp/mssql_log" }, { "ftype": "d", "setype": "mssql_var_t", "state": "present", "target": "/tmp/mssql_data" } ], "selinux_restore_dirs": [ "/tmp/mssql_data", "/tmp/mssql_log", "/tmp/mssql_data" ] }, "changed": false } TASK [fedora.linux_system_roles.mssql : Configure the setting defaultdatadir] *** task path: /WORKDIR/git-storage-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/configure_storage_paths.yml:30 Friday 08 December 2023 22:17:16 +0000 (0:00:00.039) 0:01:51.890 ******* included: /WORKDIR/git-storage-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml for sut TASK [fedora.linux_system_roles.mssql : Get the setting filelocation defaultdatadir] *** task path: /WORKDIR/git-storage-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:3 Friday 08 December 2023 22:17:16 +0000 (0:00:00.071) 0:01:51.963 ******* ok: [sut] => { "changed": false, "cmd": [ "grep", "^defaultdatadir = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003636", "end": "2023-12-08 22:17:16.439125", "failed_when_result": false, "rc": 0, "start": "2023-12-08 22:17:16.435489" } STDOUT: defaultdatadir = /tmp/mssql_data TASK [fedora.linux_system_roles.mssql : Configure the setting filelocation defaultdatadir] *** task path: /WORKDIR/git-storage-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:12 Friday 08 December 2023 22:17:16 +0000 (0:00:00.183) 0:01:52.146 ******* skipping: [sut] => { "changed": false, "false_condition": "(__mssql_conf_setting_value != 'unset') and ((\"No setting for the given\" in __mssql_conf_get_setting.stdout) or ((__mssql_conf_setting_value | type_debug != \"bool\") and (__mssql_conf_setting_value | string | lower not in __mssql_conf_get_value | lower)) or ((__mssql_conf_setting_value | type_debug == \"bool\") and (__mssql_conf_setting_value != __mssql_conf_get_value | bool)))", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Unset the setting filelocation defaultdatadir] *** task path: /WORKDIR/git-storage-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:42 Friday 08 December 2023 22:17:16 +0000 (0:00:00.031) 0:01:52.178 ******* skipping: [sut] => { "changed": false, "false_condition": "__mssql_conf_setting_value == \"unset\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Get stat of the directory /tmp/mssql_log] *** task path: /WORKDIR/git-storage-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/configure_storage_paths.yml:3 Friday 08 December 2023 22:17:16 +0000 (0:00:00.036) 0:01:52.215 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1702073773.6912231, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "binary", "ctime": 1702073773.692223, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 994, "gr_name": "mssql", "inode": 263610, "isblk": false, "ischr": false, "isdir": true, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/directory", "mode": "0700", "mtime": 1702073773.6912231, "nlink": 2, "path": "/tmp/mssql_log", "pw_name": "mssql", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 4096, "uid": 996, "version": "749090012", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": true } } TASK [fedora.linux_system_roles.mssql : Ensure the directory and keep present permissions /tmp/mssql_log] *** task path: /WORKDIR/git-storage-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/configure_storage_paths.yml:8 Friday 08 December 2023 22:17:16 +0000 (0:00:00.147) 0:01:52.362 ******* ok: [sut] => { "changed": false, "gid": 994, "group": "mssql", "mode": "0700", "owner": "mssql", "path": "/tmp/mssql_log", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 4096, "state": "directory", "uid": 996 } TASK [fedora.linux_system_roles.mssql : Append facts for the selinux role] ***** task path: /WORKDIR/git-storage-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/configure_storage_paths.yml:17 Friday 08 December 2023 22:17:16 +0000 (0:00:00.178) 0:01:52.540 ******* ok: [sut] => { "ansible_facts": { "selinux_fcontexts": [ { "ftype": "d", "setype": "mssql_var_t", "state": "present", "target": "/tmp/mssql_data" }, { "ftype": "d", "setype": "mssql_db_t", "state": "present", "target": "/tmp/mssql_log" }, { "ftype": "d", "setype": "mssql_var_t", "state": "present", "target": "/tmp/mssql_data" }, { "ftype": "d", "setype": "mssql_db_t", "state": "present", "target": "/tmp/mssql_log" } ], "selinux_restore_dirs": [ "/tmp/mssql_data", "/tmp/mssql_log", "/tmp/mssql_data", "/tmp/mssql_log" ] }, "changed": false } TASK [fedora.linux_system_roles.mssql : Configure the setting defaultlogdir] *** task path: /WORKDIR/git-storage-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/configure_storage_paths.yml:30 Friday 08 December 2023 22:17:16 +0000 (0:00:00.033) 0:01:52.574 ******* included: /WORKDIR/git-storage-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml for sut TASK [fedora.linux_system_roles.mssql : Get the setting filelocation defaultlogdir] *** task path: /WORKDIR/git-storage-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:3 Friday 08 December 2023 22:17:16 +0000 (0:00:00.039) 0:01:52.613 ******* ok: [sut] => { "changed": false, "cmd": [ "grep", "^defaultlogdir = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003523", "end": "2023-12-08 22:17:17.073975", "failed_when_result": false, "rc": 0, "start": "2023-12-08 22:17:17.070452" } STDOUT: defaultlogdir = /tmp/mssql_log TASK [fedora.linux_system_roles.mssql : Configure the setting filelocation defaultlogdir] *** task path: /WORKDIR/git-storage-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:12 Friday 08 December 2023 22:17:17 +0000 (0:00:00.165) 0:01:52.778 ******* skipping: [sut] => { "changed": false, "false_condition": "(__mssql_conf_setting_value != 'unset') and ((\"No setting for the given\" in __mssql_conf_get_setting.stdout) or ((__mssql_conf_setting_value | type_debug != \"bool\") and (__mssql_conf_setting_value | string | lower not in __mssql_conf_get_value | lower)) or ((__mssql_conf_setting_value | type_debug == \"bool\") and (__mssql_conf_setting_value != __mssql_conf_get_value | bool)))", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Unset the setting filelocation defaultlogdir] *** task path: /WORKDIR/git-storage-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:42 Friday 08 December 2023 22:17:17 +0000 (0:00:00.033) 0:01:52.812 ******* skipping: [sut] => { "changed": false, "false_condition": "__mssql_conf_setting_value == \"unset\"", "skip_reason": "Conditional result was False" } TASK [Ensure correct SELinux context for {{ __mssql_storage_path }}] *********** task path: /WORKDIR/git-storage-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:337 Friday 08 December 2023 22:17:17 +0000 (0:00:00.024) 0:01:52.837 ******* 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:344 Friday 08 December 2023 22:17:17 +0000 (0:00:00.019) 0:01:52.856 ******* 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:349 Friday 08 December 2023 22:17:17 +0000 (0:00:00.330) 0:01:53.187 ******* ok: [sut] => { "changed": false, "enabled": true, "name": "tuned", "state": "started", "status": { "ActiveEnterTimestamp": "Fri 2023-12-08 21:54:48 UTC", "ActiveEnterTimestampMonotonic": "22503888", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "systemd-journald.socket basic.target systemd-sysctl.service system.slice network.target dbus.service", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Fri 2023-12-08 21:54:47 UTC", "AssertTimestampMonotonic": "21383399", "Before": "multi-user.target shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "18446744073709551615", "BusName": "com.redhat.tuned", "CPUAccounting": "no", "CPUQuotaPerSecUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "18446744073709551615", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "18446744073709551615", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Fri 2023-12-08 21:54:47 UTC", "ConditionTimestampMonotonic": "21383397", "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": "878", "ExecMainStartTimestamp": "Fri 2023-12-08 21:54:47 UTC", "ExecMainStartTimestampMonotonic": "21384191", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/sbin/tuned ; argv[]=/usr/sbin/tuned -l -P ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/tuned.service", "GuessMainPID": "yes", "IOScheduling": "0", "Id": "tuned.service", "IgnoreOnIsolate": "no", "IgnoreOnSnapshot": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestamp": "Fri 2023-12-08 21:54:47 UTC", "InactiveExitTimestampMonotonic": "21384240", "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": "878", "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 basic.target polkit.service system.slice", "Restart": "no", "RestartUSec": "100ms", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitInterval": "10000000", "StartupBlockIOWeight": "18446744073709551615", "StartupCPUShares": "18446744073709551615", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "no", "TasksCurrent": "18446744073709551615", "TasksMax": "18446744073709551615", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "dbus", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "WantedBy": "multi-user.target", "WatchdogTimestamp": "Fri 2023-12-08 21:54:48 UTC", "WatchdogTimestampMonotonic": "22503816", "WatchdogUSec": "0" } } TASK [fedora.linux_system_roles.mssql : Get the active Tuned profiles] ********* task path: /WORKDIR/git-storage-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:355 Friday 08 December 2023 22:17:17 +0000 (0:00:00.232) 0:01:53.420 ******* ok: [sut] => { "changed": false, "cmd": [ "tuned-adm", "active" ], "delta": "0:00:00.097243", "end": "2023-12-08 22:17:17.957664", "rc": 0, "start": "2023-12-08 22:17:17.860421" } 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:365 Friday 08 December 2023 22:17:18 +0000 (0:00:00.260) 0:01:53.680 ******* 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:378 Friday 08 December 2023 22:17:18 +0000 (0:00:00.032) 0:01:53.713 ******* 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:387 Friday 08 December 2023 22:17:18 +0000 (0:00:00.037) 0:01:53.750 ******* 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:397 Friday 08 December 2023 22:17:18 +0000 (0:00:00.020) 0:01:53.771 ******* 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:404 Friday 08 December 2023 22:17:18 +0000 (0:00:00.147) 0:01:53.919 ******* 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:416 Friday 08 December 2023 22:17:18 +0000 (0:00:00.323) 0:01:54.242 ******* included: /WORKDIR/git-storage-selinux024dcq7d/.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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/verify_password.yml:3 Friday 08 December 2023 22:17:18 +0000 (0:00:00.048) 0:01:54.291 ******* ok: [sut] => { "changed": false, "name": "mssql-server", "state": "started", "status": { "ActiveEnterTimestamp": "Fri 2023-12-08 22:17:10 UTC", "ActiveEnterTimestampMonotonic": "1364713646", "ActiveExitTimestamp": "Fri 2023-12-08 22:17:10 UTC", "ActiveExitTimestampMonotonic": "1364444944", "ActiveState": "active", "After": "system.slice network.target basic.target auditd.service systemd-journald.socket -.mount", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Fri 2023-12-08 22:17:10 UTC", "AssertTimestampMonotonic": "1364712940", "Before": "multi-user.target shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "18446744073709551615", "CPUAccounting": "no", "CPUQuotaPerSecUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "18446744073709551615", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "18446744073709551615", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Fri 2023-12-08 22:17:10 UTC", "ConditionTimestampMonotonic": "1364712938", "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": "14176", "ExecMainStartTimestamp": "Fri 2023-12-08 22:17:10 UTC", "ExecMainStartTimestampMonotonic": "1364713574", "ExecMainStatus": "0", "ExecStart": "{ path=/opt/mssql/bin/sqlservr ; argv[]=/opt/mssql/bin/sqlservr ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/mssql-server.service", "GuessMainPID": "yes", "IOScheduling": "0", "Id": "mssql-server.service", "IgnoreOnIsolate": "no", "IgnoreOnSnapshot": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestamp": "Fri 2023-12-08 22:17:10 UTC", "InactiveEnterTimestampMonotonic": "1364711614", "InactiveExitTimestamp": "Fri 2023-12-08 22:17:10 UTC", "InactiveExitTimestampMonotonic": "1364713646", "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": "14176", "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": "basic.target -.mount system.slice", "RequiresMountsFor": "/var/opt/mssql", "Restart": "on-failure", "RestartUSec": "100ms", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "0", "StartLimitInterval": "0", "StartupBlockIOWeight": "18446744073709551615", "StartupCPUShares": "18446744073709551615", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "no", "TasksCurrent": "18446744073709551615", "TasksMax": "18446744073709551615", "TimeoutStartUSec": "30min", "TimeoutStopUSec": "30min", "TimerSlackNSec": "50000", "Transient": "no", "Type": "simple", "UMask": "0007", "UnitFilePreset": "disabled", "UnitFileState": "enabled", "User": "mssql", "WantedBy": "multi-user.target", "WatchdogTimestamp": "Fri 2023-12-08 22:17:10 UTC", "WatchdogTimestampMonotonic": "1364713620", "WatchdogUSec": "0", "WorkingDirectory": "/var/opt/mssql" } } TASK [fedora.linux_system_roles.mssql : Check if a custom tcpport setting exist] *** task path: /WORKDIR/git-storage-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/verify_password.yml:8 Friday 08 December 2023 22:17:18 +0000 (0:00:00.217) 0:01:54.508 ******* ok: [sut] => { "changed": false, "cmd": [ "grep", "^tcpport = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.004135", "end": "2023-12-08 22:17:18.954648", "failed_when_result": false, "rc": 1, "start": "2023-12-08 22:17:18.950513" } MSG: non-zero return code TASK [fedora.linux_system_roles.mssql : Check if a custom ipaddress setting exist] *** task path: /WORKDIR/git-storage-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/verify_password.yml:14 Friday 08 December 2023 22:17:18 +0000 (0:00:00.144) 0:01:54.653 ******* ok: [sut] => { "changed": false, "cmd": [ "grep", "^ipaddress = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003540", "end": "2023-12-08 22:17:19.109009", "failed_when_result": false, "rc": 0, "start": "2023-12-08 22:17:19.105469" } STDOUT: ipaddress = 0.0.0.0 TASK [fedora.linux_system_roles.mssql : Set a fact with a login command] ******* task path: /WORKDIR/git-storage-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/verify_password.yml:20 Friday 08 December 2023 22:17:19 +0000 (0:00:00.209) 0:01:54.863 ******* 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:420 Friday 08 December 2023 22:17:19 +0000 (0:00:00.031) 0:01:54.894 ******* 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": 6322, "state": "file", "uid": 996 } TASK [fedora.linux_system_roles.mssql : Check if the set password matches the existing password] *** task path: /WORKDIR/git-storage-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:426 Friday 08 December 2023 22:17:20 +0000 (0:00:01.252) 0:01:56.147 ******* ok: [sut] => { "attempts": 1, "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.mssql : Ensure that the mssql-server service is stopped] *** task path: /WORKDIR/git-storage-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:441 Friday 08 December 2023 22:17:20 +0000 (0:00:00.175) 0:01:56.323 ******* skipping: [sut] => { "changed": false, "false_condition": "__mssql_password_query is failed", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Gather package facts] ****************** task path: /WORKDIR/git-storage-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:448 Friday 08 December 2023 22:17:20 +0000 (0:00:00.020) 0:01:56.343 ******* 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:456 Friday 08 December 2023 22:17:21 +0000 (0:00:00.970) 0:01:57.313 ******* 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:477 Friday 08 December 2023 22:17:21 +0000 (0:00:00.022) 0:01:57.336 ******* 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:484 Friday 08 December 2023 22:17:21 +0000 (0:00:00.017) 0:01:57.353 ******* 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:495 Friday 08 December 2023 22:17:21 +0000 (0:00:00.018) 0:01:57.372 ******* ok: [sut] => { "changed": false, "cmd": "errorlog_edition=\"$(grep -oi 'Evaluation edition' \\\n/var/opt/mssql/log/errorlog)\"\nif [ -z \"${errorlog_edition}\" ]; then\n edition_matches=false\nelse\n edition_matches=true\nfi\necho \"${edition_matches}\"\n", "delta": "0:00:00.005191", "end": "2023-12-08 22:17:21.820576", "rc": 0, "start": "2023-12-08 22:17:21.815385" } STDOUT: true TASK [fedora.linux_system_roles.mssql : Ensure that the mssql-server service is stopped] *** task path: /WORKDIR/git-storage-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:508 Friday 08 December 2023 22:17:21 +0000 (0:00:00.150) 0:01:57.522 ******* skipping: [sut] => { "changed": false, "false_condition": "not __mssql_edition_matches.stdout | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Gather package facts] ****************** task path: /WORKDIR/git-storage-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:515 Friday 08 December 2023 22:17:21 +0000 (0:00:00.020) 0:01:57.543 ******* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.mssql : Change the edition of MSSQL] *********** task path: /WORKDIR/git-storage-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:521 Friday 08 December 2023 22:17:22 +0000 (0:00:01.000) 0:01:58.543 ******* 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:540 Friday 08 December 2023 22:17:22 +0000 (0:00:00.031) 0:01:58.575 ******* included: /WORKDIR/git-storage-selinux024dcq7d/.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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:3 Friday 08 December 2023 22:17:22 +0000 (0:00:00.087) 0:01:58.662 ******* ok: [sut] => { "changed": false, "cmd": [ "grep", "^ipaddress = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003434", "end": "2023-12-08 22:17:23.109514", "failed_when_result": false, "rc": 0, "start": "2023-12-08 22:17:23.106080" } STDOUT: ipaddress = 0.0.0.0 TASK [fedora.linux_system_roles.mssql : Configure the setting network ipaddress] *** task path: /WORKDIR/git-storage-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:12 Friday 08 December 2023 22:17:23 +0000 (0:00:00.141) 0:01:58.804 ******* skipping: [sut] => { "changed": false, "false_condition": "(__mssql_conf_setting_value != 'unset') and ((\"No setting for the given\" in __mssql_conf_get_setting.stdout) or ((__mssql_conf_setting_value | type_debug != \"bool\") and (__mssql_conf_setting_value | string | lower not in __mssql_conf_get_value | lower)) or ((__mssql_conf_setting_value | type_debug == \"bool\") and (__mssql_conf_setting_value != __mssql_conf_get_value | bool)))", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Unset the setting network ipaddress] *** task path: /WORKDIR/git-storage-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:42 Friday 08 December 2023 22:17:23 +0000 (0:00:00.027) 0:01:58.832 ******* 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:547 Friday 08 December 2023 22:17:23 +0000 (0:00:00.032) 0:01:58.864 ******* 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:554 Friday 08 December 2023 22:17:23 +0000 (0:00:00.031) 0:01:58.896 ******* 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:566 Friday 08 December 2023 22:17:23 +0000 (0:00:00.039) 0:01:58.935 ******* included: /WORKDIR/git-storage-selinux024dcq7d/.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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:3 Friday 08 December 2023 22:17:23 +0000 (0:00:00.081) 0:01:59.017 ******* ok: [sut] => { "changed": false, "cmd": [ "grep", "^tcpport = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003416", "end": "2023-12-08 22:17:23.562568", "failed_when_result": false, "rc": 1, "start": "2023-12-08 22:17:23.559152" } MSG: non-zero return code TASK [fedora.linux_system_roles.mssql : Configure the setting network tcpport] *** task path: /WORKDIR/git-storage-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:12 Friday 08 December 2023 22:17:23 +0000 (0:00:00.274) 0:01:59.291 ******* ok: [sut] => { "changed": false, "cmd": [ "/opt/mssql/bin/mssql-conf", "set", "network.tcpport", "1433" ], "delta": "0:00:00.050378", "end": "2023-12-08 22:17:23.815817", "failed_when_result": false, "rc": 0, "start": "2023-12-08 22:17:23.765439" } 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:42 Friday 08 December 2023 22:17:23 +0000 (0:00:00.279) 0:01:59.571 ******* 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:572 Friday 08 December 2023 22:17:23 +0000 (0:00:00.053) 0:01:59.624 ******* 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:592 Friday 08 December 2023 22:17:24 +0000 (0:00:00.055) 0:01:59.679 ******* included: /WORKDIR/git-storage-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml for sut TASK [fedora.linux_system_roles.mssql : Get the setting sqlagent enabled] ****** task path: /WORKDIR/git-storage-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:3 Friday 08 December 2023 22:17:24 +0000 (0:00:00.051) 0:01:59.731 ******* ok: [sut] => { "changed": false, "cmd": [ "grep", "^enabled = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003395", "end": "2023-12-08 22:17:24.199700", "failed_when_result": false, "rc": 0, "start": "2023-12-08 22:17:24.196305" } STDOUT: enabled = True TASK [fedora.linux_system_roles.mssql : Configure the setting sqlagent enabled] *** task path: /WORKDIR/git-storage-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:12 Friday 08 December 2023 22:17:24 +0000 (0:00:00.191) 0:01:59.922 ******* skipping: [sut] => { "changed": false, "false_condition": "(__mssql_conf_setting_value != 'unset') and ((\"No setting for the given\" in __mssql_conf_get_setting.stdout) or ((__mssql_conf_setting_value | type_debug != \"bool\") and (__mssql_conf_setting_value | string | lower not in __mssql_conf_get_value | lower)) or ((__mssql_conf_setting_value | type_debug == \"bool\") and (__mssql_conf_setting_value != __mssql_conf_get_value | bool)))", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Unset the setting sqlagent enabled] **** task path: /WORKDIR/git-storage-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:42 Friday 08 December 2023 22:17:24 +0000 (0:00:00.025) 0:01:59.948 ******* skipping: [sut] => { "changed": false, "false_condition": "__mssql_conf_setting_value == \"unset\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Ensure the package mssql-server-fts] *** task path: /WORKDIR/git-storage-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:599 Friday 08 December 2023 22:17:24 +0000 (0:00:00.028) 0:01:59.976 ******* ok: [sut] => { "changed": false, "rc": 0, "results": [ "mssql-server-fts-14.0.3465.1-1.x86_64 providing mssql-server-fts is already installed" ] } TASK [fedora.linux_system_roles.mssql : Ensure the package powershell] ********* task path: /WORKDIR/git-storage-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:606 Friday 08 December 2023 22:17:24 +0000 (0:00:00.350) 0:02:00.327 ******* ok: [sut] => { "changed": false, "rc": 0, "results": [ "powershell-7.3.10-1.rh.x86_64 providing powershell is already installed" ] } TASK [fedora.linux_system_roles.mssql : Check if the 3979 trace flag is enabled] *** task path: /WORKDIR/git-storage-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:615 Friday 08 December 2023 22:17:24 +0000 (0:00:00.338) 0:02:00.665 ******* ok: [sut] => { "changed": false, "cmd": [ "grep", "^traceflag[0-9] = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003740", "end": "2023-12-08 22:17:25.114811", "failed_when_result": false, "rc": 0, "start": "2023-12-08 22:17:25.111071" } STDOUT: traceflag0 = 3979 TASK [fedora.linux_system_roles.mssql : Set the 3979 traceflag] **************** task path: /WORKDIR/git-storage-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:621 Friday 08 December 2023 22:17:25 +0000 (0:00:00.159) 0:02:00.824 ******* skipping: [sut] => { "changed": false, "false_condition": "'3979' not in __mssql_get_traceflag.stdout", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Unset the 3979 traceflag] ************** task path: /WORKDIR/git-storage-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:628 Friday 08 December 2023 22:17:25 +0000 (0:00:00.077) 0:02:00.902 ******* skipping: [sut] => { "changed": false, "false_condition": "not mssql_tune_for_fua_storage | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Configure the alternatewritethrough setting] *** task path: /WORKDIR/git-storage-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:636 Friday 08 December 2023 22:17:25 +0000 (0:00:00.039) 0:02:00.941 ******* included: /WORKDIR/git-storage-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml for sut TASK [fedora.linux_system_roles.mssql : Get the setting control alternatewritethrough] *** task path: /WORKDIR/git-storage-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:3 Friday 08 December 2023 22:17:25 +0000 (0:00:00.039) 0:02:00.981 ******* ok: [sut] => { "changed": false, "cmd": [ "grep", "^alternatewritethrough = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003606", "end": "2023-12-08 22:17:25.462561", "failed_when_result": false, "rc": 0, "start": "2023-12-08 22:17:25.458955" } STDOUT: alternatewritethrough = 0 TASK [fedora.linux_system_roles.mssql : Configure the setting control alternatewritethrough] *** task path: /WORKDIR/git-storage-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:12 Friday 08 December 2023 22:17:25 +0000 (0:00:00.226) 0:02:01.207 ******* skipping: [sut] => { "changed": false, "false_condition": "(__mssql_conf_setting_value != 'unset') and ((\"No setting for the given\" in __mssql_conf_get_setting.stdout) or ((__mssql_conf_setting_value | type_debug != \"bool\") and (__mssql_conf_setting_value | string | lower not in __mssql_conf_get_value | lower)) or ((__mssql_conf_setting_value | type_debug == \"bool\") and (__mssql_conf_setting_value != __mssql_conf_get_value | bool)))", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Unset the setting control alternatewritethrough] *** task path: /WORKDIR/git-storage-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:42 Friday 08 December 2023 22:17:25 +0000 (0:00:00.044) 0:02:01.251 ******* skipping: [sut] => { "changed": false, "false_condition": "__mssql_conf_setting_value == \"unset\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Configure the writethrough setting] **** task path: /WORKDIR/git-storage-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:642 Friday 08 December 2023 22:17:25 +0000 (0:00:00.021) 0:02:01.273 ******* included: /WORKDIR/git-storage-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml for sut TASK [fedora.linux_system_roles.mssql : Get the setting control writethrough] *** task path: /WORKDIR/git-storage-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:3 Friday 08 December 2023 22:17:25 +0000 (0:00:00.084) 0:02:01.358 ******* ok: [sut] => { "changed": false, "cmd": [ "grep", "^writethrough = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003503", "end": "2023-12-08 22:17:25.835719", "failed_when_result": false, "rc": 0, "start": "2023-12-08 22:17:25.832216" } STDOUT: writethrough = 1 TASK [fedora.linux_system_roles.mssql : Configure the setting control writethrough] *** task path: /WORKDIR/git-storage-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:12 Friday 08 December 2023 22:17:25 +0000 (0:00:00.176) 0:02:01.534 ******* skipping: [sut] => { "changed": false, "false_condition": "(__mssql_conf_setting_value != 'unset') and ((\"No setting for the given\" in __mssql_conf_get_setting.stdout) or ((__mssql_conf_setting_value | type_debug != \"bool\") and (__mssql_conf_setting_value | string | lower not in __mssql_conf_get_value | lower)) or ((__mssql_conf_setting_value | type_debug == \"bool\") and (__mssql_conf_setting_value != __mssql_conf_get_value | bool)))", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Unset the setting control writethrough] *** task path: /WORKDIR/git-storage-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:42 Friday 08 December 2023 22:17:25 +0000 (0:00:00.049) 0:02:01.584 ******* skipping: [sut] => { "changed": false, "false_condition": "__mssql_conf_setting_value == \"unset\"", "skip_reason": "Conditional result was False" } TASK [Create certificates using the certificate role] ************************** task path: /WORKDIR/git-storage-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:660 Friday 08 December 2023 22:17:25 +0000 (0:00:00.030) 0:02:01.615 ******* skipping: [sut] => { "changed": false, "false_condition": "mssql_tls_enable is not none", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Set mssql_tls_cert and _private_key based on the cert name] *** task path: /WORKDIR/git-storage-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:674 Friday 08 December 2023 22:17:25 +0000 (0:00:00.033) 0:02:01.649 ******* 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:679 Friday 08 December 2023 22:17:26 +0000 (0:00:00.068) 0:02:01.717 ******* 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:697 Friday 08 December 2023 22:17:26 +0000 (0:00:00.049) 0:02:01.766 ******* 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:706 Friday 08 December 2023 22:17:26 +0000 (0:00:00.034) 0:02:01.801 ******* 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:715 Friday 08 December 2023 22:17:26 +0000 (0:00:00.023) 0:02:01.824 ******* 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:722 Friday 08 December 2023 22:17:26 +0000 (0:00:00.046) 0:02:01.871 ******* 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:731 Friday 08 December 2023 22:17:26 +0000 (0:00:00.029) 0:02:01.901 ******* 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:739 Friday 08 December 2023 22:17:26 +0000 (0:00:00.033) 0:02:01.934 ******* 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:747 Friday 08 December 2023 22:17:26 +0000 (0:00:00.078) 0:02:02.012 ******* 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:754 Friday 08 December 2023 22:17:26 +0000 (0:00:00.023) 0:02:02.035 ******* 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:761 Friday 08 December 2023 22:17:26 +0000 (0:00:00.054) 0:02:02.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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:770 Friday 08 December 2023 22:17:26 +0000 (0:00:00.059) 0:02:02.148 ******* 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:783 Friday 08 December 2023 22:17:26 +0000 (0:00:00.025) 0:02:02.174 ******* 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:792 Friday 08 December 2023 22:17:26 +0000 (0:00:00.045) 0:02:02.219 ******* 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:804 Friday 08 December 2023 22:17:26 +0000 (0:00:00.033) 0:02:02.252 ******* 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:809 Friday 08 December 2023 22:17:26 +0000 (0:00:00.044) 0:02:02.297 ******* 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:826 Friday 08 December 2023 22:17:26 +0000 (0:00:00.041) 0:02:02.338 ******* 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:831 Friday 08 December 2023 22:17:26 +0000 (0:00:00.066) 0:02:02.404 ******* 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:836 Friday 08 December 2023 22:17:26 +0000 (0:00:00.062) 0:02:02.467 ******* 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:842 Friday 08 December 2023 22:17:26 +0000 (0:00:00.064) 0:02:02.531 ******* skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.mssql : Add an entry in the keytab for the principal name and password] *** task path: /WORKDIR/git-storage-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:868 Friday 08 December 2023 22:17:26 +0000 (0:00:00.047) 0:02:02.579 ******* 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:889 Friday 08 December 2023 22:17:26 +0000 (0:00:00.037) 0:02:02.616 ******* 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:897 Friday 08 December 2023 22:17:27 +0000 (0:00:00.077) 0:02:02.694 ******* 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:907 Friday 08 December 2023 22:17:27 +0000 (0:00:00.024) 0:02:02.719 ******* 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:913 Friday 08 December 2023 22:17:27 +0000 (0:00:00.027) 0:02:02.746 ******* 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:930 Friday 08 December 2023 22:17:27 +0000 (0:00:00.035) 0:02:02.782 ******* 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:941 Friday 08 December 2023 22:17:27 +0000 (0:00:00.055) 0:02:02.838 ******* 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:961 Friday 08 December 2023 22:17:27 +0000 (0:00:00.028) 0:02:02.866 ******* 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1015 Friday 08 December 2023 22:17:27 +0000 (0:00:00.143) 0:02:03.010 ******* 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1022 Friday 08 December 2023 22:17:27 +0000 (0:00:00.037) 0:02:03.048 ******* 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1029 Friday 08 December 2023 22:17:27 +0000 (0:00:00.032) 0:02:03.081 ******* skipping: [sut] => { "changed": false, "false_condition": "mssql_ha_configure | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Remove certificate from SQL Server] **** task path: /WORKDIR/git-storage-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1039 Friday 08 December 2023 22:17:27 +0000 (0:00:00.020) 0:02:03.101 ******* 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1045 Friday 08 December 2023 22:17:27 +0000 (0:00:00.022) 0:02:03.124 ******* 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1053 Friday 08 December 2023 22:17:27 +0000 (0:00:00.031) 0:02:03.155 ******* 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1062 Friday 08 December 2023 22:17:27 +0000 (0:00:00.060) 0:02:03.216 ******* 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1070 Friday 08 December 2023 22:17:27 +0000 (0:00:00.044) 0:02:03.261 ******* 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1085 Friday 08 December 2023 22:17:27 +0000 (0:00:00.042) 0:02:03.303 ******* 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1092 Friday 08 December 2023 22:17:27 +0000 (0:00:00.040) 0:02:03.344 ******* 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1117 Friday 08 December 2023 22:17:27 +0000 (0:00:00.028) 0:02:03.373 ******* 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1126 Friday 08 December 2023 22:17:27 +0000 (0:00:00.037) 0:02:03.411 ******* 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1135 Friday 08 December 2023 22:17:27 +0000 (0:00:00.064) 0:02:03.475 ******* 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1146 Friday 08 December 2023 22:17:27 +0000 (0:00:00.039) 0:02:03.515 ******* 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1159 Friday 08 December 2023 22:17:27 +0000 (0:00:00.043) 0:02:03.558 ******* 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1168 Friday 08 December 2023 22:17:27 +0000 (0:00:00.025) 0:02:03.584 ******* 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1175 Friday 08 December 2023 22:17:27 +0000 (0:00:00.023) 0:02:03.607 ******* 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1182 Friday 08 December 2023 22:17:27 +0000 (0:00:00.024) 0:02:03.632 ******* 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1190 Friday 08 December 2023 22:17:28 +0000 (0:00:00.041) 0:02:03.673 ******* 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1197 Friday 08 December 2023 22:17:28 +0000 (0:00:00.033) 0:02:03.707 ******* 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1209 Friday 08 December 2023 22:17:28 +0000 (0:00:00.130) 0:02:03.838 ******* 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1218 Friday 08 December 2023 22:17:28 +0000 (0:00:00.092) 0:02:03.931 ******* 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1225 Friday 08 December 2023 22:17:28 +0000 (0:00:00.033) 0:02:03.965 ******* 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1231 Friday 08 December 2023 22:17:28 +0000 (0:00:00.049) 0:02:04.014 ******* 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1239 Friday 08 December 2023 22:17:28 +0000 (0:00:00.061) 0:02:04.076 ******* 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1252 Friday 08 December 2023 22:17:28 +0000 (0:00:00.038) 0:02:04.115 ******* 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1264 Friday 08 December 2023 22:17:28 +0000 (0:00:00.067) 0:02:04.183 ******* 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1270 Friday 08 December 2023 22:17:28 +0000 (0:00:00.024) 0:02:04.208 ******* 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1279 Friday 08 December 2023 22:17:28 +0000 (0:00:00.020) 0:02:04.228 ******* ok: [sut] => { "changed": false } TASK [fedora.linux_system_roles.mssql : Flush handlers prior to inputting post SQL scripts] *** task path: /WORKDIR/git-storage-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1288 Friday 08 December 2023 22:17:28 +0000 (0:00:00.255) 0:02:04.484 ******* META: triggered running handlers for sut TASK [fedora.linux_system_roles.mssql : Post-input SQL scripts to SQL Server] *** task path: /WORKDIR/git-storage-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1292 Friday 08 December 2023 22:17:28 +0000 (0:00:00.017) 0:02:04.501 ******* 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1299 Friday 08 December 2023 22:17:28 +0000 (0:00:00.022) 0:02:04.524 ******* 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-selinux024dcq7d/tests/tasks/tests_idempotency.yml:40 Friday 08 December 2023 22:17:28 +0000 (0:00:00.026) 0:02:04.550 ******* included: /WORKDIR/git-storage-selinux024dcq7d/tests/tasks/verify_settings.yml for sut TASK [Check if the errorlog file exists and its location] ********************** task path: /WORKDIR/git-storage-selinux024dcq7d/tests/tasks/verify_settings.yml:8 Friday 08 December 2023 22:17:28 +0000 (0:00:00.114) 0:02:04.665 ******* ok: [sut] => { "changed": false, "cmd": "set -euo pipefail\nerrorlog=\"$(grep '^errorlogfile' /var/opt/mssql/mssql.conf \\\n2>&1 | sed 's\\errorlogfile : \\\\')\" || :\nif [ -f \"${errorlog}\" ]; then\n echo \"${errorlog}\"\nelif [ -f /var/opt/mssql/log/errorlog ]; then\n echo \"/var/opt/mssql/log/errorlog\"\nelse\n echo \"\"\nfi\n", "delta": "0:00:00.005345", "end": "2023-12-08 22:17:29.114267", "rc": 0, "start": "2023-12-08 22:17:29.108922" } STDOUT: /var/opt/mssql/log/errorlog TASK [Check if the set edition matches the existing edition] ******************* task path: /WORKDIR/git-storage-selinux024dcq7d/tests/tasks/verify_settings.yml:23 Friday 08 December 2023 22:17:29 +0000 (0:00:00.175) 0:02:04.840 ******* ok: [sut] => { "changed": false, "cmd": "errorlog_edition=\"$(grep -oi 'Evaluation edition' \\\n/var/opt/mssql/log/errorlog)\"\nif [ -z \"${errorlog_edition}\" ]; then\n echo false\nelse\n echo true\nfi\n", "delta": "0:00:00.005219", "end": "2023-12-08 22:17:29.289802", "rc": 0, "start": "2023-12-08 22:17:29.284583" } STDOUT: true TASK [Verify if the edition matches] ******************************************* task path: /WORKDIR/git-storage-selinux024dcq7d/tests/tasks/verify_settings.yml:35 Friday 08 December 2023 22:17:29 +0000 (0:00:00.147) 0:02:04.987 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the setting {{ item.key }}] *************************************** task path: /WORKDIR/git-storage-selinux024dcq7d/tests/tasks/verify_settings.yml:39 Friday 08 December 2023 22:17:29 +0000 (0:00:00.023) 0:02:05.011 ******* included: /WORKDIR/git-storage-selinux024dcq7d/tests/tasks/mssql_conf_verify.yml for sut => (item={'key': 'ipaddress', 'value': '0.0.0.0'}) included: /WORKDIR/git-storage-selinux024dcq7d/tests/tasks/mssql_conf_verify.yml for sut => (item={'key': 'tcpport', 'value': 1433}) included: /WORKDIR/git-storage-selinux024dcq7d/tests/tasks/mssql_conf_verify.yml for sut => (item={'key': 'defaultdatadir', 'value': '/tmp/mssql_data'}) included: /WORKDIR/git-storage-selinux024dcq7d/tests/tasks/mssql_conf_verify.yml for sut => (item={'key': 'defaultlogdir', 'value': '/tmp/mssql_log'}) included: /WORKDIR/git-storage-selinux024dcq7d/tests/tasks/mssql_conf_verify.yml for sut => (item={'key': 'enabled', 'value': True}) TASK [Get the value of the setting ipaddress] ********************************** task path: /WORKDIR/git-storage-selinux024dcq7d/tests/tasks/mssql_conf_verify.yml:7 Friday 08 December 2023 22:17:29 +0000 (0:00:00.050) 0:02:05.062 ******* ok: [sut] => { "changed": false, "cmd": "grep '^ipaddress' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004425", "end": "2023-12-08 22:17:29.512677", "rc": 0, "start": "2023-12-08 22:17:29.508252" } STDOUT: ipaddress = 0.0.0.0 TASK [Verify the setting when it is type str ipaddress] ************************ task path: /WORKDIR/git-storage-selinux024dcq7d/tests/tasks/mssql_conf_verify.yml:14 Friday 08 December 2023 22:17:29 +0000 (0:00:00.153) 0:02:05.215 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the setting when it is type bool ipaddress] *********************** task path: /WORKDIR/git-storage-selinux024dcq7d/tests/tasks/mssql_conf_verify.yml:25 Friday 08 December 2023 22:17:29 +0000 (0:00:00.025) 0:02:05.240 ******* skipping: [sut] => { "changed": false, "false_condition": "__mssql_conf_value | type_debug == 'bool'", "skip_reason": "Conditional result was False" } TASK [Verify that tcpport = 0.0.0.0] ******************************************* task path: /WORKDIR/git-storage-selinux024dcq7d/tests/tasks/mssql_conf_verify.yml:40 Friday 08 December 2023 22:17:29 +0000 (0:00:00.037) 0:02:05.278 ******* skipping: [sut] => { "changed": false, "false_condition": "__mssql_conf_setting == \"tcpport\"", "skip_reason": "Conditional result was False" } TASK [Get the value of the setting tcpport] ************************************ task path: /WORKDIR/git-storage-selinux024dcq7d/tests/tasks/mssql_conf_verify.yml:7 Friday 08 December 2023 22:17:29 +0000 (0:00:00.056) 0:02:05.335 ******* ok: [sut] => { "changed": false, "cmd": "grep '^tcpport' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004855", "end": "2023-12-08 22:17:29.807689", "rc": 0, "start": "2023-12-08 22:17:29.802834" } TASK [Verify the setting when it is type str tcpport] ************************** task path: /WORKDIR/git-storage-selinux024dcq7d/tests/tasks/mssql_conf_verify.yml:14 Friday 08 December 2023 22:17:29 +0000 (0:00:00.191) 0:02:05.526 ******* skipping: [sut] => { "changed": false, "false_condition": "__mssql_conf_setting != \"tcpport\"", "skip_reason": "Conditional result was False" } TASK [Verify the setting when it is type bool tcpport] ************************* task path: /WORKDIR/git-storage-selinux024dcq7d/tests/tasks/mssql_conf_verify.yml:25 Friday 08 December 2023 22:17:29 +0000 (0:00:00.029) 0:02:05.556 ******* skipping: [sut] => { "changed": false, "false_condition": "__mssql_conf_value | type_debug == 'bool'", "skip_reason": "Conditional result was False" } TASK [Verify that tcpport = 1433] ********************************************** task path: /WORKDIR/git-storage-selinux024dcq7d/tests/tasks/mssql_conf_verify.yml:40 Friday 08 December 2023 22:17:29 +0000 (0:00:00.020) 0:02:05.577 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get the value of the setting defaultdatadir] ***************************** task path: /WORKDIR/git-storage-selinux024dcq7d/tests/tasks/mssql_conf_verify.yml:7 Friday 08 December 2023 22:17:29 +0000 (0:00:00.064) 0:02:05.642 ******* ok: [sut] => { "changed": false, "cmd": "grep '^defaultdatadir' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004901", "end": "2023-12-08 22:17:30.133719", "rc": 0, "start": "2023-12-08 22:17:30.128818" } STDOUT: defaultdatadir = /tmp/mssql_data TASK [Verify the setting when it is type str defaultdatadir] ******************* task path: /WORKDIR/git-storage-selinux024dcq7d/tests/tasks/mssql_conf_verify.yml:14 Friday 08 December 2023 22:17:30 +0000 (0:00:00.202) 0:02:05.844 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the setting when it is type bool defaultdatadir] ****************** task path: /WORKDIR/git-storage-selinux024dcq7d/tests/tasks/mssql_conf_verify.yml:25 Friday 08 December 2023 22:17:30 +0000 (0:00:00.026) 0:02:05.871 ******* skipping: [sut] => { "changed": false, "false_condition": "__mssql_conf_value | type_debug == 'bool'", "skip_reason": "Conditional result was False" } TASK [Verify that tcpport = /tmp/mssql_data] *********************************** task path: /WORKDIR/git-storage-selinux024dcq7d/tests/tasks/mssql_conf_verify.yml:40 Friday 08 December 2023 22:17:30 +0000 (0:00:00.030) 0:02:05.902 ******* skipping: [sut] => { "changed": false, "false_condition": "__mssql_conf_setting == \"tcpport\"", "skip_reason": "Conditional result was False" } TASK [Get the value of the setting defaultlogdir] ****************************** task path: /WORKDIR/git-storage-selinux024dcq7d/tests/tasks/mssql_conf_verify.yml:7 Friday 08 December 2023 22:17:30 +0000 (0:00:00.028) 0:02:05.931 ******* ok: [sut] => { "changed": false, "cmd": "grep '^defaultlogdir' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004808", "end": "2023-12-08 22:17:30.390371", "rc": 0, "start": "2023-12-08 22:17:30.385563" } STDOUT: defaultlogdir = /tmp/mssql_log TASK [Verify the setting when it is type str defaultlogdir] ******************** task path: /WORKDIR/git-storage-selinux024dcq7d/tests/tasks/mssql_conf_verify.yml:14 Friday 08 December 2023 22:17:30 +0000 (0:00:00.166) 0:02:06.097 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the setting when it is type bool defaultlogdir] ******************* task path: /WORKDIR/git-storage-selinux024dcq7d/tests/tasks/mssql_conf_verify.yml:25 Friday 08 December 2023 22:17:30 +0000 (0:00:00.069) 0:02:06.166 ******* skipping: [sut] => { "changed": false, "false_condition": "__mssql_conf_value | type_debug == 'bool'", "skip_reason": "Conditional result was False" } TASK [Verify that tcpport = /tmp/mssql_log] ************************************ task path: /WORKDIR/git-storage-selinux024dcq7d/tests/tasks/mssql_conf_verify.yml:40 Friday 08 December 2023 22:17:30 +0000 (0:00:00.043) 0:02:06.210 ******* skipping: [sut] => { "changed": false, "false_condition": "__mssql_conf_setting == \"tcpport\"", "skip_reason": "Conditional result was False" } TASK [Get the value of the setting enabled] ************************************ task path: /WORKDIR/git-storage-selinux024dcq7d/tests/tasks/mssql_conf_verify.yml:7 Friday 08 December 2023 22:17:30 +0000 (0:00:00.115) 0:02:06.325 ******* ok: [sut] => { "changed": false, "cmd": "grep '^enabled' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004769", "end": "2023-12-08 22:17:30.837525", "rc": 0, "start": "2023-12-08 22:17:30.832756" } STDOUT: enabled = True TASK [Verify the setting when it is type str enabled] ************************** task path: /WORKDIR/git-storage-selinux024dcq7d/tests/tasks/mssql_conf_verify.yml:14 Friday 08 December 2023 22:17:30 +0000 (0:00:00.221) 0:02:06.547 ******* skipping: [sut] => { "changed": false, "false_condition": "__mssql_conf_value | type_debug != 'bool'", "skip_reason": "Conditional result was False" } TASK [Verify the setting when it is type bool enabled] ************************* task path: /WORKDIR/git-storage-selinux024dcq7d/tests/tasks/mssql_conf_verify.yml:25 Friday 08 December 2023 22:17:30 +0000 (0:00:00.022) 0:02:06.570 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify that tcpport = True] ********************************************** task path: /WORKDIR/git-storage-selinux024dcq7d/tests/tasks/mssql_conf_verify.yml:40 Friday 08 December 2023 22:17:30 +0000 (0:00:00.032) 0:02:06.602 ******* skipping: [sut] => { "changed": false, "false_condition": "__mssql_conf_setting == \"tcpport\"", "skip_reason": "Conditional result was False" } TASK [Get stat of mssql_datadir] *********************************************** task path: /WORKDIR/git-storage-selinux024dcq7d/tests/tasks/verify_settings.yml:55 Friday 08 December 2023 22:17:30 +0000 (0:00:00.051) 0:02:06.654 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1702073772.872255, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "binary", "ctime": 1702073772.873255, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 994, "gr_name": "mssql", "inode": 263557, "isblk": false, "ischr": false, "isdir": true, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/directory", "mode": "0700", "mtime": 1702073772.872255, "nlink": 2, "path": "/tmp/mssql_data", "pw_name": "mssql", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 4096, "uid": 996, "version": "749089999", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": true } } TASK [Assert that mssql_datadir has proper permissions and ownership] ********** task path: /WORKDIR/git-storage-selinux024dcq7d/tests/tasks/verify_settings.yml:60 Friday 08 December 2023 22:17:31 +0000 (0:00:00.252) 0:02:06.906 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get stat of mssql_logdir] ************************************************ task path: /WORKDIR/git-storage-selinux024dcq7d/tests/tasks/verify_settings.yml:70 Friday 08 December 2023 22:17:31 +0000 (0:00:00.029) 0:02:06.936 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1702073773.6912231, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "binary", "ctime": 1702073773.692223, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 994, "gr_name": "mssql", "inode": 263610, "isblk": false, "ischr": false, "isdir": true, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/directory", "mode": "0700", "mtime": 1702073773.6912231, "nlink": 2, "path": "/tmp/mssql_log", "pw_name": "mssql", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 4096, "uid": 996, "version": "749090012", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": true } } TASK [Assert that mssql_logdir has proper permissions and ownership] *********** task path: /WORKDIR/git-storage-selinux024dcq7d/tests/tasks/verify_settings.yml:75 Friday 08 December 2023 22:17:31 +0000 (0:00:00.237) 0:02:07.173 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Prepare MSSQL and facts for logging in] ********************************** task path: /WORKDIR/git-storage-selinux024dcq7d/tests/tasks/verify_settings.yml:85 Friday 08 December 2023 22:17:31 +0000 (0:00:00.031) 0:02:07.204 ******* TASK [fedora.linux_system_roles.mssql : Ensure that the mssql-server service is started] *** task path: /WORKDIR/git-storage-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/verify_password.yml:3 Friday 08 December 2023 22:17:31 +0000 (0:00:00.041) 0:02:07.246 ******* ok: [sut] => { "changed": false, "name": "mssql-server", "state": "started", "status": { "ActiveEnterTimestamp": "Fri 2023-12-08 22:17:10 UTC", "ActiveEnterTimestampMonotonic": "1364713646", "ActiveExitTimestamp": "Fri 2023-12-08 22:17:10 UTC", "ActiveExitTimestampMonotonic": "1364444944", "ActiveState": "active", "After": "system.slice network.target basic.target auditd.service systemd-journald.socket -.mount", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Fri 2023-12-08 22:17:10 UTC", "AssertTimestampMonotonic": "1364712940", "Before": "multi-user.target shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "18446744073709551615", "CPUAccounting": "no", "CPUQuotaPerSecUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "18446744073709551615", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "18446744073709551615", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Fri 2023-12-08 22:17:10 UTC", "ConditionTimestampMonotonic": "1364712938", "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": "14176", "ExecMainStartTimestamp": "Fri 2023-12-08 22:17:10 UTC", "ExecMainStartTimestampMonotonic": "1364713574", "ExecMainStatus": "0", "ExecStart": "{ path=/opt/mssql/bin/sqlservr ; argv[]=/opt/mssql/bin/sqlservr ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/mssql-server.service", "GuessMainPID": "yes", "IOScheduling": "0", "Id": "mssql-server.service", "IgnoreOnIsolate": "no", "IgnoreOnSnapshot": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestamp": "Fri 2023-12-08 22:17:10 UTC", "InactiveEnterTimestampMonotonic": "1364711614", "InactiveExitTimestamp": "Fri 2023-12-08 22:17:10 UTC", "InactiveExitTimestampMonotonic": "1364713646", "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": "14176", "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": "basic.target -.mount system.slice", "RequiresMountsFor": "/var/opt/mssql", "Restart": "on-failure", "RestartUSec": "100ms", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "0", "StartLimitInterval": "0", "StartupBlockIOWeight": "18446744073709551615", "StartupCPUShares": "18446744073709551615", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "no", "TasksCurrent": "18446744073709551615", "TasksMax": "18446744073709551615", "TimeoutStartUSec": "30min", "TimeoutStopUSec": "30min", "TimerSlackNSec": "50000", "Transient": "no", "Type": "simple", "UMask": "0007", "UnitFilePreset": "disabled", "UnitFileState": "enabled", "User": "mssql", "WantedBy": "multi-user.target", "WatchdogTimestamp": "Fri 2023-12-08 22:17:10 UTC", "WatchdogTimestampMonotonic": "1364713620", "WatchdogUSec": "0", "WorkingDirectory": "/var/opt/mssql" } } TASK [fedora.linux_system_roles.mssql : Check if a custom tcpport setting exist] *** task path: /WORKDIR/git-storage-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/verify_password.yml:8 Friday 08 December 2023 22:17:31 +0000 (0:00:00.243) 0:02:07.489 ******* ok: [sut] => { "changed": false, "cmd": [ "grep", "^tcpport = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003345", "end": "2023-12-08 22:17:31.955853", "failed_when_result": false, "rc": 1, "start": "2023-12-08 22:17:31.952508" } MSG: non-zero return code TASK [fedora.linux_system_roles.mssql : Check if a custom ipaddress setting exist] *** task path: /WORKDIR/git-storage-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/verify_password.yml:14 Friday 08 December 2023 22:17:31 +0000 (0:00:00.156) 0:02:07.646 ******* ok: [sut] => { "changed": false, "cmd": [ "grep", "^ipaddress = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003482", "end": "2023-12-08 22:17:32.091518", "failed_when_result": false, "rc": 0, "start": "2023-12-08 22:17:32.088036" } STDOUT: ipaddress = 0.0.0.0 TASK [fedora.linux_system_roles.mssql : Set a fact with a login command] ******* task path: /WORKDIR/git-storage-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/verify_password.yml:20 Friday 08 December 2023 22:17:32 +0000 (0:00:00.137) 0:02:07.784 ******* 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-selinux024dcq7d/tests/tasks/verify_settings.yml:93 Friday 08 December 2023 22:17:32 +0000 (0:00:00.036) 0:02:07.820 ******* ok: [sut] => { "changed": false, "elapsed": 18, "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": 6322, "state": "file", "uid": 996 } TASK [Check if the set password matches the existing password] ***************** task path: /WORKDIR/git-storage-selinux024dcq7d/tests/tasks/verify_settings.yml:100 Friday 08 December 2023 22:17:50 +0000 (0:00:18.155) 0:02:25.975 ******* ok: [sut] => { "attempts": 1, "changed": false, "cmd": [ "/opt/mssql-tools/bin/sqlcmd", "-S", "0.0.0.0", "-U", "sa", "-P", "p@55w0rD", "-Q", "SELECT @@VERSION" ], "delta": "0:00:00.022470", "end": "2023-12-08 22:17:50.442508", "rc": 0, "start": "2023-12-08 22:17:50.420038" } STDOUT: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ Microsoft SQL Server 2017 (RTM-CU31-GDR) (KB5029376) - 14.0.3465.1 (X64) Jul 30 2023 15:31:58 Copyright (C) 2017 Microsoft Corporation Enterprise Evaluation Edition (64-bit) on Linux (CentOS Linux 7 (Core)) (1 rows affected) TASK [Set the mssql_password variable to default null] ************************* task path: /WORKDIR/git-storage-selinux024dcq7d/tests/tasks/verify_settings.yml:114 Friday 08 December 2023 22:17:50 +0000 (0:00:00.162) 0:02:26.138 ******* ok: [sut] => { "ansible_facts": { "mssql_password": null }, "changed": false } TASK [Verify the package mssql-server-fts] ************************************* task path: /WORKDIR/git-storage-selinux024dcq7d/tests/tasks/verify_settings.yml:118 Friday 08 December 2023 22:17:50 +0000 (0:00:00.021) 0:02:26.160 ******* included: /WORKDIR/git-storage-selinux024dcq7d/tests/tasks/verify_package.yml for sut TASK [Gather package facts] **************************************************** task path: /WORKDIR/git-storage-selinux024dcq7d/tests/tasks/verify_package.yml:7 Friday 08 December 2023 22:17:50 +0000 (0:00:00.062) 0:02:26.223 ******* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [Verify if the package is installed mssql-server-fts] ********************* task path: /WORKDIR/git-storage-selinux024dcq7d/tests/tasks/verify_package.yml:12 Friday 08 December 2023 22:17:51 +0000 (0:00:00.948) 0:02:27.171 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify if the package is not installed mssql-server-fts] ***************** task path: /WORKDIR/git-storage-selinux024dcq7d/tests/tasks/verify_package.yml:17 Friday 08 December 2023 22:17:51 +0000 (0:00:00.025) 0:02:27.196 ******* skipping: [sut] => { "changed": false, "false_condition": "not __mssql_verify_package_installed", "skip_reason": "Conditional result was False" } TASK [Verify the package powershell] ******************************************* task path: /WORKDIR/git-storage-selinux024dcq7d/tests/tasks/verify_settings.yml:125 Friday 08 December 2023 22:17:51 +0000 (0:00:00.017) 0:02:27.214 ******* included: /WORKDIR/git-storage-selinux024dcq7d/tests/tasks/verify_package.yml for sut TASK [Gather package facts] **************************************************** task path: /WORKDIR/git-storage-selinux024dcq7d/tests/tasks/verify_package.yml:7 Friday 08 December 2023 22:17:51 +0000 (0:00:00.029) 0:02:27.243 ******* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [Verify if the package is installed powershell] *************************** task path: /WORKDIR/git-storage-selinux024dcq7d/tests/tasks/verify_package.yml:12 Friday 08 December 2023 22:17:52 +0000 (0:00:00.954) 0:02:28.198 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify if the package is not installed powershell] *********************** task path: /WORKDIR/git-storage-selinux024dcq7d/tests/tasks/verify_package.yml:17 Friday 08 December 2023 22:17:52 +0000 (0:00:00.026) 0:02:28.224 ******* skipping: [sut] => { "changed": false, "false_condition": "not __mssql_verify_package_installed", "skip_reason": "Conditional result was False" } TASK [Get the value of the traceflag setting] ********************************** task path: /WORKDIR/git-storage-selinux024dcq7d/tests/tasks/verify_settings.yml:136 Friday 08 December 2023 22:17:52 +0000 (0:00:00.019) 0:02:28.243 ******* ok: [sut] => { "changed": false, "cmd": "grep '^traceflag' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004855", "end": "2023-12-08 22:17:52.688925", "rc": 0, "start": "2023-12-08 22:17:52.684070" } STDOUT: traceflag0 = 3979 TASK [Verify that the traceflag setting is set to 3979] ************************ task path: /WORKDIR/git-storage-selinux024dcq7d/tests/tasks/verify_settings.yml:141 Friday 08 December 2023 22:17:52 +0000 (0:00:00.138) 0:02:28.381 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify that the traceflag setting is not set to 3979] ******************** task path: /WORKDIR/git-storage-selinux024dcq7d/tests/tasks/verify_settings.yml:146 Friday 08 December 2023 22:17:52 +0000 (0:00:00.020) 0:02:28.402 ******* skipping: [sut] => { "changed": false, "false_condition": "not __verify_mssql_is_tuned_for_fua | bool", "skip_reason": "Conditional result was False" } TASK [Verify that the alternatewritethrough setting is false] ****************** task path: /WORKDIR/git-storage-selinux024dcq7d/tests/tasks/verify_settings.yml:152 Friday 08 December 2023 22:17:52 +0000 (0:00:00.018) 0:02:28.421 ******* included: /WORKDIR/git-storage-selinux024dcq7d/tests/tasks/mssql_conf_verify.yml for sut TASK [Get the value of the setting alternatewritethrough] ********************** task path: /WORKDIR/git-storage-selinux024dcq7d/tests/tasks/mssql_conf_verify.yml:7 Friday 08 December 2023 22:17:52 +0000 (0:00:00.028) 0:02:28.450 ******* ok: [sut] => { "changed": false, "cmd": "grep '^alternatewritethrough' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004771", "end": "2023-12-08 22:17:52.896201", "rc": 0, "start": "2023-12-08 22:17:52.891430" } STDOUT: alternatewritethrough = 0 TASK [Verify the setting when it is type str alternatewritethrough] ************ task path: /WORKDIR/git-storage-selinux024dcq7d/tests/tasks/mssql_conf_verify.yml:14 Friday 08 December 2023 22:17:52 +0000 (0:00:00.139) 0:02:28.589 ******* skipping: [sut] => { "changed": false, "false_condition": "__mssql_conf_value | type_debug != 'bool'", "skip_reason": "Conditional result was False" } TASK [Verify the setting when it is type bool alternatewritethrough] *********** task path: /WORKDIR/git-storage-selinux024dcq7d/tests/tasks/mssql_conf_verify.yml:25 Friday 08 December 2023 22:17:52 +0000 (0:00:00.057) 0:02:28.647 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify that tcpport = False] ********************************************* task path: /WORKDIR/git-storage-selinux024dcq7d/tests/tasks/mssql_conf_verify.yml:40 Friday 08 December 2023 22:17:53 +0000 (0:00:00.024) 0:02:28.672 ******* skipping: [sut] => { "changed": false, "false_condition": "__mssql_conf_setting == \"tcpport\"", "skip_reason": "Conditional result was False" } TASK [Verify the writethrough setting] ***************************************** task path: /WORKDIR/git-storage-selinux024dcq7d/tests/tasks/verify_settings.yml:158 Friday 08 December 2023 22:17:53 +0000 (0:00:00.018) 0:02:28.690 ******* included: /WORKDIR/git-storage-selinux024dcq7d/tests/tasks/mssql_conf_verify.yml for sut TASK [Get the value of the setting writethrough] ******************************* task path: /WORKDIR/git-storage-selinux024dcq7d/tests/tasks/mssql_conf_verify.yml:7 Friday 08 December 2023 22:17:53 +0000 (0:00:00.030) 0:02:28.720 ******* ok: [sut] => { "changed": false, "cmd": "grep '^writethrough' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.005134", "end": "2023-12-08 22:17:53.166798", "rc": 0, "start": "2023-12-08 22:17:53.161664" } STDOUT: writethrough = 1 TASK [Verify the setting when it is type str writethrough] ********************* task path: /WORKDIR/git-storage-selinux024dcq7d/tests/tasks/mssql_conf_verify.yml:14 Friday 08 December 2023 22:17:53 +0000 (0:00:00.139) 0:02:28.860 ******* skipping: [sut] => { "changed": false, "false_condition": "__mssql_conf_value | type_debug != 'bool'", "skip_reason": "Conditional result was False" } TASK [Verify the setting when it is type bool writethrough] ******************** task path: /WORKDIR/git-storage-selinux024dcq7d/tests/tasks/mssql_conf_verify.yml:25 Friday 08 December 2023 22:17:53 +0000 (0:00:00.021) 0:02:28.881 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify that tcpport = True] ********************************************** task path: /WORKDIR/git-storage-selinux024dcq7d/tests/tasks/mssql_conf_verify.yml:40 Friday 08 December 2023 22:17:53 +0000 (0:00:00.026) 0:02:28.907 ******* skipping: [sut] => { "changed": false, "false_condition": "__mssql_conf_setting == \"tcpport\"", "skip_reason": "Conditional result was False" } TASK [Verify the tlscert setting] ********************************************** task path: /WORKDIR/git-storage-selinux024dcq7d/tests/tasks/verify_settings.yml:168 Friday 08 December 2023 22:17:53 +0000 (0:00:00.019) 0:02:28.927 ******* 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-selinux024dcq7d/tests/tasks/verify_settings.yml:179 Friday 08 December 2023 22:17:53 +0000 (0:00:00.018) 0:02:28.945 ******* 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-selinux024dcq7d/tests/tasks/verify_settings.yml:191 Friday 08 December 2023 22:17:53 +0000 (0:00:00.022) 0:02:28.967 ******* 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-selinux024dcq7d/tests/tasks/verify_settings.yml:199 Friday 08 December 2023 22:17:53 +0000 (0:00:00.019) 0:02:28.987 ******* 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-selinux024dcq7d/tests/tasks/verify_settings.yml:209 Friday 08 December 2023 22:17:53 +0000 (0:00:00.017) 0:02:29.005 ******* 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-selinux024dcq7d/tests/tasks/verify_settings.yml:214 Friday 08 December 2023 22:17:53 +0000 (0:00:00.018) 0:02:29.023 ******* 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-selinux024dcq7d/tests/tasks/verify_settings.yml:220 Friday 08 December 2023 22:17:53 +0000 (0:00:00.017) 0:02:29.040 ******* skipping: [sut] => { "changed": false, "false_condition": "__verify_mssql_is_confined is defined", "skip_reason": "Conditional result was False" } TASK [Run to edit settings] **************************************************** task path: /WORKDIR/git-storage-selinux024dcq7d/tests/tasks/tests_idempotency.yml:56 Friday 08 December 2023 22:17:53 +0000 (0:00:00.016) 0:02:29.057 ******* TASK [fedora.linux_system_roles.mssql : Ensure ansible_facts and variables used by role] *** task path: /WORKDIR/git-storage-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:3 Friday 08 December 2023 22:17:53 +0000 (0:00:00.271) 0:02:29.329 ******* included: /WORKDIR/git-storage-selinux024dcq7d/.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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/set_vars.yml:3 Friday 08 December 2023 22:17:53 +0000 (0:00:00.027) 0:02:29.357 ******* 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/set_vars.yml:8 Friday 08 December 2023 22:17:53 +0000 (0:00:00.023) 0:02:29.380 ******* 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/vars/RedHat.yml" ], "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml" } skipping: [sut] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__mssql_vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [sut] => (item=CentOS_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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/vars/CentOS_7.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_7.yml" } skipping: [sut] => (item=CentOS_7.9.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__mssql_vars_file is file", "item": "CentOS_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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:8 Friday 08 December 2023 22:17:53 +0000 (0:00:00.031) 0:02:29.412 ******* 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:15 Friday 08 December 2023 22:17:53 +0000 (0:00:00.019) 0:02:29.431 ******* 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:23 Friday 08 December 2023 22:17:53 +0000 (0:00:00.020) 0:02:29.451 ******* 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:30 Friday 08 December 2023 22:17:53 +0000 (0:00:00.020) 0:02:29.472 ******* 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:37 Friday 08 December 2023 22:17:53 +0000 (0:00:00.019) 0:02:29.491 ******* 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:44 Friday 08 December 2023 22:17:53 +0000 (0:00:00.020) 0:02:29.512 ******* 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:51 Friday 08 December 2023 22:17:53 +0000 (0:00:00.019) 0:02:29.532 ******* 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:55 Friday 08 December 2023 22:17:53 +0000 (0:00:00.019) 0:02:29.551 ******* 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:67 Friday 08 December 2023 22:17:53 +0000 (0:00:00.022) 0:02:29.573 ******* 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:75 Friday 08 December 2023 22:17:53 +0000 (0:00:00.018) 0:02:29.592 ******* 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:84 Friday 08 December 2023 22:17:53 +0000 (0:00:00.017) 0:02:29.609 ******* 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:93 Friday 08 December 2023 22:17:53 +0000 (0:00:00.017) 0:02:29.627 ******* 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:103 Friday 08 December 2023 22:17:54 +0000 (0:00:00.056) 0:02:29.683 ******* 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:112 Friday 08 December 2023 22:17:54 +0000 (0:00:00.020) 0:02:29.704 ******* 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:116 Friday 08 December 2023 22:17:54 +0000 (0:00:00.953) 0:02:30.657 ******* 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:124 Friday 08 December 2023 22:17:55 +0000 (0:00:00.052) 0:02:30.709 ******* 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:131 Friday 08 December 2023 22:17:55 +0000 (0:00:00.018) 0:02:30.727 ******* 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:138 Friday 08 December 2023 22:17:55 +0000 (0:00:00.022) 0:02:30.750 ******* 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:152 Friday 08 December 2023 22:17:55 +0000 (0:00:00.035) 0:02:30.786 ******* 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:165 Friday 08 December 2023 22:17:55 +0000 (0:00:00.357) 0:02:31.143 ******* 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:175 Friday 08 December 2023 22:17:55 +0000 (0:00:00.028) 0:02:31.171 ******* 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:186 Friday 08 December 2023 22:17:55 +0000 (0:00:00.020) 0:02:31.192 ******* 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:194 Friday 08 December 2023 22:17:55 +0000 (0:00:00.023) 0:02:31.215 ******* 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:207 Friday 08 December 2023 22:17:55 +0000 (0:00:00.034) 0:02:31.250 ******* 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:214 Friday 08 December 2023 22:17:55 +0000 (0:00:00.022) 0:02:31.272 ******* 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:219 Friday 08 December 2023 22:17:55 +0000 (0:00:00.020) 0:02:31.292 ******* 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:228 Friday 08 December 2023 22:17:55 +0000 (0:00:00.018) 0:02:31.311 ******* 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:237 Friday 08 December 2023 22:17:55 +0000 (0:00:00.019) 0:02:31.331 ******* 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:242 Friday 08 December 2023 22:17:55 +0000 (0:00:00.019) 0:02:31.351 ******* 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:250 Friday 08 December 2023 22:17:55 +0000 (0:00:00.319) 0:02:31.670 ******* 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:258 Friday 08 December 2023 22:17:56 +0000 (0:00:00.069) 0:02:31.739 ******* 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.005353", "end": "2023-12-08 22:17:56.188367", "rc": 0, "start": "2023-12-08 22:17:56.183014" } STDOUT: /var/opt/mssql/log/errorlog TASK [fedora.linux_system_roles.mssql : Gather system services facts] ********** task path: /WORKDIR/git-storage-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:273 Friday 08 December 2023 22:17:56 +0000 (0:00:00.152) 0:02:31.892 ******* 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:277 Friday 08 December 2023 22:17:56 +0000 (0:00:00.745) 0:02:32.637 ******* 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:286 Friday 08 December 2023 22:17:56 +0000 (0:00:00.027) 0:02:32.665 ******* 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:302 Friday 08 December 2023 22:17:57 +0000 (0:00:00.018) 0:02:32.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 : Ensure the directory and permissions for datadir and logdir] *** task path: /WORKDIR/git-storage-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:322 Friday 08 December 2023 22:17:57 +0000 (0:00:00.016) 0:02:32.700 ******* included: /WORKDIR/git-storage-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/configure_storage_paths.yml for sut => (item={'path': '/var/opt/mssql/data', 'mode': '0755', 'setting': 'defaultdatadir'}) included: /WORKDIR/git-storage-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/configure_storage_paths.yml for sut => (item={'path': '/var/opt/mssql/log', 'mode': '0755', 'setting': 'defaultlogdir'}) TASK [fedora.linux_system_roles.mssql : Get stat of the directory /var/opt/mssql/data] *** task path: /WORKDIR/git-storage-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/configure_storage_paths.yml:3 Friday 08 December 2023 22:17:57 +0000 (0:00:00.038) 0:02:32.738 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1702073771.8472953, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "binary", "ctime": 1702073771.7852979, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 994, "gr_name": "mssql", "inode": 263539, "isblk": false, "ischr": false, "isdir": true, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/directory", "mode": "0755", "mtime": 1702073771.7852979, "nlink": 2, "path": "/var/opt/mssql/data", "pw_name": "mssql", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 4096, "uid": 996, "version": "749089867", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [fedora.linux_system_roles.mssql : Ensure the directory and keep present permissions /var/opt/mssql/data] *** task path: /WORKDIR/git-storage-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/configure_storage_paths.yml:8 Friday 08 December 2023 22:17:57 +0000 (0:00:00.149) 0:02:32.888 ******* ok: [sut] => { "changed": false, "gid": 994, "group": "mssql", "mode": "0755", "owner": "mssql", "path": "/var/opt/mssql/data", "secontext": "unconfined_u:object_r:var_t:s0", "size": 4096, "state": "directory", "uid": 996 } TASK [fedora.linux_system_roles.mssql : Append facts for the selinux role] ***** task path: /WORKDIR/git-storage-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/configure_storage_paths.yml:17 Friday 08 December 2023 22:17:57 +0000 (0:00:00.149) 0:02:33.037 ******* ok: [sut] => { "ansible_facts": { "selinux_fcontexts": [ { "ftype": "d", "setype": "mssql_var_t", "state": "present", "target": "/tmp/mssql_data" }, { "ftype": "d", "setype": "mssql_db_t", "state": "present", "target": "/tmp/mssql_log" }, { "ftype": "d", "setype": "mssql_var_t", "state": "present", "target": "/tmp/mssql_data" }, { "ftype": "d", "setype": "mssql_db_t", "state": "present", "target": "/tmp/mssql_log" }, { "ftype": "d", "setype": "mssql_var_t", "state": "present", "target": "/var/opt/mssql/data" } ], "selinux_restore_dirs": [ "/tmp/mssql_data", "/tmp/mssql_log", "/tmp/mssql_data", "/tmp/mssql_log", "/var/opt/mssql/data" ] }, "changed": false } TASK [fedora.linux_system_roles.mssql : Configure the setting defaultdatadir] *** task path: /WORKDIR/git-storage-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/configure_storage_paths.yml:30 Friday 08 December 2023 22:17:57 +0000 (0:00:00.025) 0:02:33.063 ******* included: /WORKDIR/git-storage-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml for sut TASK [fedora.linux_system_roles.mssql : Get the setting filelocation defaultdatadir] *** task path: /WORKDIR/git-storage-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:3 Friday 08 December 2023 22:17:57 +0000 (0:00:00.029) 0:02:33.093 ******* ok: [sut] => { "changed": false, "cmd": [ "grep", "^defaultdatadir = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003742", "end": "2023-12-08 22:17:57.541974", "failed_when_result": false, "rc": 0, "start": "2023-12-08 22:17:57.538232" } STDOUT: defaultdatadir = /tmp/mssql_data TASK [fedora.linux_system_roles.mssql : Configure the setting filelocation defaultdatadir] *** task path: /WORKDIR/git-storage-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:12 Friday 08 December 2023 22:17:57 +0000 (0:00:00.143) 0:02:33.237 ******* Notification for handler Restart the mssql-server service has been saved. changed: [sut] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "set", "filelocation.defaultdatadir", "/var/opt/mssql/data" ], "delta": "0:00:00.051244", "end": "2023-12-08 22:17:57.739938", "failed_when_result": false, "rc": 0, "start": "2023-12-08 22:17:57.688694" } STDOUT: SQL Server needs to be restarted in order to apply this setting. Please run 'systemctl restart mssql-server.service'. TASK [fedora.linux_system_roles.mssql : Unset the setting filelocation defaultdatadir] *** task path: /WORKDIR/git-storage-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:42 Friday 08 December 2023 22:17:57 +0000 (0:00:00.200) 0:02:33.437 ******* skipping: [sut] => { "changed": false, "false_condition": "__mssql_conf_setting_value == \"unset\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Get stat of the directory /var/opt/mssql/log] *** task path: /WORKDIR/git-storage-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/configure_storage_paths.yml:3 Friday 08 December 2023 22:17:57 +0000 (0:00:00.020) 0:02:33.457 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1702073834.1978657, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "binary", "ctime": 1702073834.1968658, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 994, "gr_name": "mssql", "inode": 263540, "isblk": false, "ischr": false, "isdir": true, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/directory", "mode": "0755", "mtime": 1702073834.1968658, "nlink": 2, "path": "/var/opt/mssql/log", "pw_name": "mssql", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 4096, "uid": 996, "version": "749089868", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [fedora.linux_system_roles.mssql : Ensure the directory and keep present permissions /var/opt/mssql/log] *** task path: /WORKDIR/git-storage-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/configure_storage_paths.yml:8 Friday 08 December 2023 22:17:57 +0000 (0:00:00.147) 0:02:33.605 ******* ok: [sut] => { "changed": false, "gid": 994, "group": "mssql", "mode": "0755", "owner": "mssql", "path": "/var/opt/mssql/log", "secontext": "unconfined_u:object_r:var_t:s0", "size": 4096, "state": "directory", "uid": 996 } TASK [fedora.linux_system_roles.mssql : Append facts for the selinux role] ***** task path: /WORKDIR/git-storage-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/configure_storage_paths.yml:17 Friday 08 December 2023 22:17:58 +0000 (0:00:00.149) 0:02:33.754 ******* ok: [sut] => { "ansible_facts": { "selinux_fcontexts": [ { "ftype": "d", "setype": "mssql_var_t", "state": "present", "target": "/tmp/mssql_data" }, { "ftype": "d", "setype": "mssql_db_t", "state": "present", "target": "/tmp/mssql_log" }, { "ftype": "d", "setype": "mssql_var_t", "state": "present", "target": "/tmp/mssql_data" }, { "ftype": "d", "setype": "mssql_db_t", "state": "present", "target": "/tmp/mssql_log" }, { "ftype": "d", "setype": "mssql_var_t", "state": "present", "target": "/var/opt/mssql/data" }, { "ftype": "d", "setype": "mssql_db_t", "state": "present", "target": "/var/opt/mssql/log" } ], "selinux_restore_dirs": [ "/tmp/mssql_data", "/tmp/mssql_log", "/tmp/mssql_data", "/tmp/mssql_log", "/var/opt/mssql/data", "/var/opt/mssql/log" ] }, "changed": false } TASK [fedora.linux_system_roles.mssql : Configure the setting defaultlogdir] *** task path: /WORKDIR/git-storage-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/configure_storage_paths.yml:30 Friday 08 December 2023 22:17:58 +0000 (0:00:00.064) 0:02:33.819 ******* included: /WORKDIR/git-storage-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml for sut TASK [fedora.linux_system_roles.mssql : Get the setting filelocation defaultlogdir] *** task path: /WORKDIR/git-storage-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:3 Friday 08 December 2023 22:17:58 +0000 (0:00:00.030) 0:02:33.849 ******* ok: [sut] => { "changed": false, "cmd": [ "grep", "^defaultlogdir = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003790", "end": "2023-12-08 22:17:58.299454", "failed_when_result": false, "rc": 0, "start": "2023-12-08 22:17:58.295664" } STDOUT: defaultlogdir = /tmp/mssql_log TASK [fedora.linux_system_roles.mssql : Configure the setting filelocation defaultlogdir] *** task path: /WORKDIR/git-storage-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:12 Friday 08 December 2023 22:17:58 +0000 (0:00:00.144) 0:02:33.993 ******* Notification for handler Restart the mssql-server service has been saved. changed: [sut] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "set", "filelocation.defaultlogdir", "/var/opt/mssql/log" ], "delta": "0:00:00.050791", "end": "2023-12-08 22:17:58.493967", "failed_when_result": false, "rc": 0, "start": "2023-12-08 22:17:58.443176" } STDOUT: SQL Server needs to be restarted in order to apply this setting. Please run 'systemctl restart mssql-server.service'. TASK [fedora.linux_system_roles.mssql : Unset the setting filelocation defaultlogdir] *** task path: /WORKDIR/git-storage-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:42 Friday 08 December 2023 22:17:58 +0000 (0:00:00.197) 0:02:34.191 ******* skipping: [sut] => { "changed": false, "false_condition": "__mssql_conf_setting_value == \"unset\"", "skip_reason": "Conditional result was False" } TASK [Ensure correct SELinux context for {{ __mssql_storage_path }}] *********** task path: /WORKDIR/git-storage-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:337 Friday 08 December 2023 22:17:58 +0000 (0:00:00.019) 0:02:34.211 ******* 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:344 Friday 08 December 2023 22:17:58 +0000 (0:00:00.018) 0:02:34.229 ******* 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:349 Friday 08 December 2023 22:17:58 +0000 (0:00:00.319) 0:02:34.548 ******* ok: [sut] => { "changed": false, "enabled": true, "name": "tuned", "state": "started", "status": { "ActiveEnterTimestamp": "Fri 2023-12-08 21:54:48 UTC", "ActiveEnterTimestampMonotonic": "22503888", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "systemd-journald.socket basic.target systemd-sysctl.service system.slice network.target dbus.service", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Fri 2023-12-08 21:54:47 UTC", "AssertTimestampMonotonic": "21383399", "Before": "multi-user.target shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "18446744073709551615", "BusName": "com.redhat.tuned", "CPUAccounting": "no", "CPUQuotaPerSecUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "18446744073709551615", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "18446744073709551615", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Fri 2023-12-08 21:54:47 UTC", "ConditionTimestampMonotonic": "21383397", "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": "878", "ExecMainStartTimestamp": "Fri 2023-12-08 21:54:47 UTC", "ExecMainStartTimestampMonotonic": "21384191", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/sbin/tuned ; argv[]=/usr/sbin/tuned -l -P ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/tuned.service", "GuessMainPID": "yes", "IOScheduling": "0", "Id": "tuned.service", "IgnoreOnIsolate": "no", "IgnoreOnSnapshot": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestamp": "Fri 2023-12-08 21:54:47 UTC", "InactiveExitTimestampMonotonic": "21384240", "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": "878", "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 basic.target polkit.service system.slice", "Restart": "no", "RestartUSec": "100ms", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitInterval": "10000000", "StartupBlockIOWeight": "18446744073709551615", "StartupCPUShares": "18446744073709551615", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "no", "TasksCurrent": "18446744073709551615", "TasksMax": "18446744073709551615", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "dbus", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "WantedBy": "multi-user.target", "WatchdogTimestamp": "Fri 2023-12-08 21:54:48 UTC", "WatchdogTimestampMonotonic": "22503816", "WatchdogUSec": "0" } } TASK [fedora.linux_system_roles.mssql : Get the active Tuned profiles] ********* task path: /WORKDIR/git-storage-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:355 Friday 08 December 2023 22:17:59 +0000 (0:00:00.213) 0:02:34.762 ******* ok: [sut] => { "changed": false, "cmd": [ "tuned-adm", "active" ], "delta": "0:00:00.092293", "end": "2023-12-08 22:17:59.294901", "rc": 0, "start": "2023-12-08 22:17:59.202608" } 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:365 Friday 08 December 2023 22:17:59 +0000 (0:00:00.226) 0:02:34.989 ******* 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:378 Friday 08 December 2023 22:17:59 +0000 (0:00:00.017) 0:02:35.007 ******* 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:387 Friday 08 December 2023 22:17:59 +0000 (0:00:00.016) 0:02:35.024 ******* 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:397 Friday 08 December 2023 22:17:59 +0000 (0:00:00.016) 0:02:35.040 ******* 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:404 Friday 08 December 2023 22:17:59 +0000 (0:00:00.137) 0:02:35.178 ******* 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:416 Friday 08 December 2023 22:17:59 +0000 (0:00:00.313) 0:02:35.491 ******* included: /WORKDIR/git-storage-selinux024dcq7d/.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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/verify_password.yml:3 Friday 08 December 2023 22:17:59 +0000 (0:00:00.034) 0:02:35.526 ******* ok: [sut] => { "changed": false, "name": "mssql-server", "state": "started", "status": { "ActiveEnterTimestamp": "Fri 2023-12-08 22:17:10 UTC", "ActiveEnterTimestampMonotonic": "1364713646", "ActiveExitTimestamp": "Fri 2023-12-08 22:17:10 UTC", "ActiveExitTimestampMonotonic": "1364444944", "ActiveState": "active", "After": "system.slice network.target basic.target auditd.service systemd-journald.socket -.mount", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Fri 2023-12-08 22:17:10 UTC", "AssertTimestampMonotonic": "1364712940", "Before": "multi-user.target shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "18446744073709551615", "CPUAccounting": "no", "CPUQuotaPerSecUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "18446744073709551615", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "18446744073709551615", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Fri 2023-12-08 22:17:10 UTC", "ConditionTimestampMonotonic": "1364712938", "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": "14176", "ExecMainStartTimestamp": "Fri 2023-12-08 22:17:10 UTC", "ExecMainStartTimestampMonotonic": "1364713574", "ExecMainStatus": "0", "ExecStart": "{ path=/opt/mssql/bin/sqlservr ; argv[]=/opt/mssql/bin/sqlservr ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/mssql-server.service", "GuessMainPID": "yes", "IOScheduling": "0", "Id": "mssql-server.service", "IgnoreOnIsolate": "no", "IgnoreOnSnapshot": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestamp": "Fri 2023-12-08 22:17:10 UTC", "InactiveEnterTimestampMonotonic": "1364711614", "InactiveExitTimestamp": "Fri 2023-12-08 22:17:10 UTC", "InactiveExitTimestampMonotonic": "1364713646", "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": "14176", "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": "basic.target -.mount system.slice", "RequiresMountsFor": "/var/opt/mssql", "Restart": "on-failure", "RestartUSec": "100ms", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "0", "StartLimitInterval": "0", "StartupBlockIOWeight": "18446744073709551615", "StartupCPUShares": "18446744073709551615", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "no", "TasksCurrent": "18446744073709551615", "TasksMax": "18446744073709551615", "TimeoutStartUSec": "30min", "TimeoutStopUSec": "30min", "TimerSlackNSec": "50000", "Transient": "no", "Type": "simple", "UMask": "0007", "UnitFilePreset": "disabled", "UnitFileState": "enabled", "User": "mssql", "WantedBy": "multi-user.target", "WatchdogTimestamp": "Fri 2023-12-08 22:17:10 UTC", "WatchdogTimestampMonotonic": "1364713620", "WatchdogUSec": "0", "WorkingDirectory": "/var/opt/mssql" } } TASK [fedora.linux_system_roles.mssql : Check if a custom tcpport setting exist] *** task path: /WORKDIR/git-storage-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/verify_password.yml:8 Friday 08 December 2023 22:18:00 +0000 (0:00:00.216) 0:02:35.742 ******* ok: [sut] => { "changed": false, "cmd": [ "grep", "^tcpport = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003541", "end": "2023-12-08 22:18:00.188868", "failed_when_result": false, "rc": 1, "start": "2023-12-08 22:18:00.185327" } MSG: non-zero return code TASK [fedora.linux_system_roles.mssql : Check if a custom ipaddress setting exist] *** task path: /WORKDIR/git-storage-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/verify_password.yml:14 Friday 08 December 2023 22:18:00 +0000 (0:00:00.139) 0:02:35.881 ******* ok: [sut] => { "changed": false, "cmd": [ "grep", "^ipaddress = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003513", "end": "2023-12-08 22:18:00.327368", "failed_when_result": false, "rc": 0, "start": "2023-12-08 22:18:00.323855" } STDOUT: ipaddress = 0.0.0.0 TASK [fedora.linux_system_roles.mssql : Set a fact with a login command] ******* task path: /WORKDIR/git-storage-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/verify_password.yml:20 Friday 08 December 2023 22:18:00 +0000 (0:00:00.138) 0:02:36.019 ******* 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:420 Friday 08 December 2023 22:18:00 +0000 (0:00:00.063) 0:02:36.083 ******* 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": 6322, "state": "file", "uid": 996 } TASK [fedora.linux_system_roles.mssql : Check if the set password matches the existing password] *** task path: /WORKDIR/git-storage-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:426 Friday 08 December 2023 22:18:01 +0000 (0:00:01.148) 0:02:37.232 ******* 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:441 Friday 08 December 2023 22:18:01 +0000 (0:00:00.168) 0:02:37.400 ******* Notification for handler Restart the mssql-server service has been saved. changed: [sut] => { "changed": true, "name": "mssql-server", "state": "stopped", "status": { "ActiveEnterTimestamp": "Fri 2023-12-08 22:17:10 UTC", "ActiveEnterTimestampMonotonic": "1364713646", "ActiveExitTimestamp": "Fri 2023-12-08 22:17:10 UTC", "ActiveExitTimestampMonotonic": "1364444944", "ActiveState": "active", "After": "system.slice network.target basic.target auditd.service systemd-journald.socket -.mount", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Fri 2023-12-08 22:17:10 UTC", "AssertTimestampMonotonic": "1364712940", "Before": "multi-user.target shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "18446744073709551615", "CPUAccounting": "no", "CPUQuotaPerSecUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "18446744073709551615", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "18446744073709551615", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Fri 2023-12-08 22:17:10 UTC", "ConditionTimestampMonotonic": "1364712938", "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": "14176", "ExecMainStartTimestamp": "Fri 2023-12-08 22:17:10 UTC", "ExecMainStartTimestampMonotonic": "1364713574", "ExecMainStatus": "0", "ExecStart": "{ path=/opt/mssql/bin/sqlservr ; argv[]=/opt/mssql/bin/sqlservr ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/mssql-server.service", "GuessMainPID": "yes", "IOScheduling": "0", "Id": "mssql-server.service", "IgnoreOnIsolate": "no", "IgnoreOnSnapshot": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestamp": "Fri 2023-12-08 22:17:10 UTC", "InactiveEnterTimestampMonotonic": "1364711614", "InactiveExitTimestamp": "Fri 2023-12-08 22:17:10 UTC", "InactiveExitTimestampMonotonic": "1364713646", "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": "14176", "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": "basic.target -.mount system.slice", "RequiresMountsFor": "/var/opt/mssql", "Restart": "on-failure", "RestartUSec": "100ms", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "0", "StartLimitInterval": "0", "StartupBlockIOWeight": "18446744073709551615", "StartupCPUShares": "18446744073709551615", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "no", "TasksCurrent": "18446744073709551615", "TasksMax": "18446744073709551615", "TimeoutStartUSec": "30min", "TimeoutStopUSec": "30min", "TimerSlackNSec": "50000", "Transient": "no", "Type": "simple", "UMask": "0007", "UnitFilePreset": "disabled", "UnitFileState": "enabled", "User": "mssql", "WantedBy": "multi-user.target", "WatchdogTimestamp": "Fri 2023-12-08 22:17:10 UTC", "WatchdogTimestampMonotonic": "1364713620", "WatchdogUSec": "0", "WorkingDirectory": "/var/opt/mssql" } } TASK [fedora.linux_system_roles.mssql : Gather package facts] ****************** task path: /WORKDIR/git-storage-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:448 Friday 08 December 2023 22:18:02 +0000 (0:00:00.441) 0:02:37.842 ******* 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:456 Friday 08 December 2023 22:18:03 +0000 (0:00:00.955) 0:02:38.797 ******* 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:477 Friday 08 December 2023 22:18:08 +0000 (0:00:05.120) 0:02:43.917 ******* 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:484 Friday 08 December 2023 22:18:08 +0000 (0:00:00.018) 0:02:43.935 ******* 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:495 Friday 08 December 2023 22:18:08 +0000 (0:00:00.016) 0:02:43.952 ******* ok: [sut] => { "changed": false, "cmd": "errorlog_edition=\"$(grep -oi 'Standard edition' \\\n/var/opt/mssql/log/errorlog)\"\nif [ -z \"${errorlog_edition}\" ]; then\n edition_matches=false\nelse\n edition_matches=true\nfi\necho \"${edition_matches}\"\n", "delta": "0:00:00.005043", "end": "2023-12-08 22:18:08.399502", "rc": 0, "start": "2023-12-08 22:18:08.394459" } STDOUT: false TASK [fedora.linux_system_roles.mssql : Ensure that the mssql-server service is stopped] *** task path: /WORKDIR/git-storage-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:508 Friday 08 December 2023 22:18:08 +0000 (0:00:00.140) 0:02:44.092 ******* ok: [sut] => { "changed": false, "name": "mssql-server", "state": "stopped", "status": { "ActiveEnterTimestamp": "Fri 2023-12-08 22:17:10 UTC", "ActiveEnterTimestampMonotonic": "1364713646", "ActiveExitTimestamp": "Fri 2023-12-08 22:18:01 UTC", "ActiveExitTimestampMonotonic": "1415940591", "ActiveState": "inactive", "After": "system.slice network.target basic.target auditd.service systemd-journald.socket -.mount", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Fri 2023-12-08 22:17:10 UTC", "AssertTimestampMonotonic": "1364712940", "Before": "multi-user.target shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "18446744073709551615", "CPUAccounting": "no", "CPUQuotaPerSecUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "18446744073709551615", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "18446744073709551615", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Fri 2023-12-08 22:17:10 UTC", "ConditionTimestampMonotonic": "1364712938", "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": "Fri 2023-12-08 22:18:02 UTC", "ExecMainExitTimestampMonotonic": "1416155013", "ExecMainPID": "14176", "ExecMainStartTimestamp": "Fri 2023-12-08 22:17:10 UTC", "ExecMainStartTimestampMonotonic": "1364713574", "ExecMainStatus": "0", "ExecStart": "{ path=/opt/mssql/bin/sqlservr ; argv[]=/opt/mssql/bin/sqlservr ; ignore_errors=no ; start_time=[Fri 2023-12-08 22:17:10 UTC] ; stop_time=[Fri 2023-12-08 22:18:02 UTC] ; pid=14176 ; code=exited ; status=0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/mssql-server.service", "GuessMainPID": "yes", "IOScheduling": "0", "Id": "mssql-server.service", "IgnoreOnIsolate": "no", "IgnoreOnSnapshot": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestamp": "Fri 2023-12-08 22:18:02 UTC", "InactiveEnterTimestampMonotonic": "1416155150", "InactiveExitTimestamp": "Fri 2023-12-08 22:17:10 UTC", "InactiveExitTimestampMonotonic": "1364713646", "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": "basic.target -.mount system.slice", "RequiresMountsFor": "/var/opt/mssql", "Restart": "on-failure", "RestartUSec": "100ms", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "0", "StartLimitInterval": "0", "StartupBlockIOWeight": "18446744073709551615", "StartupCPUShares": "18446744073709551615", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "dead", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "no", "TasksCurrent": "18446744073709551615", "TasksMax": "18446744073709551615", "TimeoutStartUSec": "30min", "TimeoutStopUSec": "30min", "TimerSlackNSec": "50000", "Transient": "no", "Type": "simple", "UMask": "0007", "UnitFilePreset": "disabled", "UnitFileState": "enabled", "User": "mssql", "WantedBy": "multi-user.target", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0", "WorkingDirectory": "/var/opt/mssql" } } TASK [fedora.linux_system_roles.mssql : Gather package facts] ****************** task path: /WORKDIR/git-storage-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:515 Friday 08 December 2023 22:18:08 +0000 (0:00:00.213) 0:02:44.306 ******* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.mssql : Change the edition of MSSQL] *********** task path: /WORKDIR/git-storage-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:521 Friday 08 December 2023 22:18:09 +0000 (0:00:00.956) 0:02:45.262 ******* Notification for handler Restart the mssql-server service has been saved. changed: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": true } TASK [fedora.linux_system_roles.mssql : Configure the IP address setting] ****** task path: /WORKDIR/git-storage-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:540 Friday 08 December 2023 22:18:14 +0000 (0:00:05.012) 0:02:50.275 ******* included: /WORKDIR/git-storage-selinux024dcq7d/.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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:3 Friday 08 December 2023 22:18:14 +0000 (0:00:00.037) 0:02:50.313 ******* ok: [sut] => { "changed": false, "cmd": [ "grep", "^ipaddress = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003462", "end": "2023-12-08 22:18:14.758867", "failed_when_result": false, "rc": 0, "start": "2023-12-08 22:18:14.755405" } STDOUT: ipaddress = 0.0.0.0 TASK [fedora.linux_system_roles.mssql : Configure the setting network ipaddress] *** task path: /WORKDIR/git-storage-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:12 Friday 08 December 2023 22:18:14 +0000 (0:00:00.154) 0:02:50.467 ******* 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.049600", "end": "2023-12-08 22:18:14.977402", "failed_when_result": false, "rc": 0, "start": "2023-12-08 22:18:14.927802" } 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:42 Friday 08 December 2023 22:18:15 +0000 (0:00:00.247) 0:02:50.714 ******* 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:547 Friday 08 December 2023 22:18:15 +0000 (0:00:00.018) 0:02:50.732 ******* skipping: [sut] => { "changed": false, "false_condition": "mssql_manage_firewall | bool", "skip_reason": "Conditional result was False" } TASK [Open the TCP port 1435] ************************************************** task path: /WORKDIR/git-storage-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:554 Friday 08 December 2023 22:18:15 +0000 (0:00:00.018) 0:02:50.751 ******* skipping: [sut] => { "changed": false, "false_condition": "mssql_manage_firewall | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Configure the TCP port setting to 1435] *** task path: /WORKDIR/git-storage-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:566 Friday 08 December 2023 22:18:15 +0000 (0:00:00.018) 0:02:50.769 ******* included: /WORKDIR/git-storage-selinux024dcq7d/.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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:3 Friday 08 December 2023 22:18:15 +0000 (0:00:00.030) 0:02:50.799 ******* ok: [sut] => { "changed": false, "cmd": [ "grep", "^tcpport = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003674", "end": "2023-12-08 22:18:15.257372", "failed_when_result": false, "rc": 1, "start": "2023-12-08 22:18:15.253698" } MSG: non-zero return code TASK [fedora.linux_system_roles.mssql : Configure the setting network tcpport] *** task path: /WORKDIR/git-storage-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:12 Friday 08 December 2023 22:18:15 +0000 (0:00:00.150) 0:02:50.950 ******* Notification for handler Restart the mssql-server service has been saved. changed: [sut] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "set", "network.tcpport", "1435" ], "delta": "0:00:00.049474", "end": "2023-12-08 22:18:15.445484", "failed_when_result": false, "rc": 0, "start": "2023-12-08 22:18:15.396010" } 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:42 Friday 08 December 2023 22:18:15 +0000 (0:00:00.191) 0:02:51.142 ******* 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:572 Friday 08 December 2023 22:18:15 +0000 (0:00:00.019) 0:02:51.161 ******* 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:592 Friday 08 December 2023 22:18:15 +0000 (0:00:00.022) 0:02:51.184 ******* included: /WORKDIR/git-storage-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml for sut TASK [fedora.linux_system_roles.mssql : Get the setting sqlagent enabled] ****** task path: /WORKDIR/git-storage-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:3 Friday 08 December 2023 22:18:15 +0000 (0:00:00.042) 0:02:51.226 ******* ok: [sut] => { "changed": false, "cmd": [ "grep", "^enabled = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003471", "end": "2023-12-08 22:18:15.685716", "failed_when_result": false, "rc": 0, "start": "2023-12-08 22:18:15.682245" } STDOUT: enabled = True TASK [fedora.linux_system_roles.mssql : Configure the setting sqlagent enabled] *** task path: /WORKDIR/git-storage-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:12 Friday 08 December 2023 22:18:15 +0000 (0:00:00.155) 0:02:51.382 ******* Notification for handler Restart the mssql-server service has been saved. changed: [sut] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "set", "sqlagent.enabled", "False" ], "delta": "0:00:00.049342", "end": "2023-12-08 22:18:15.878526", "failed_when_result": false, "rc": 0, "start": "2023-12-08 22:18:15.829184" } STDOUT: SQL Server needs to be restarted in order to apply this setting. Please run 'systemctl restart mssql-server.service'. TASK [fedora.linux_system_roles.mssql : Unset the setting sqlagent enabled] **** task path: /WORKDIR/git-storage-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:42 Friday 08 December 2023 22:18:15 +0000 (0:00:00.195) 0:02:51.577 ******* skipping: [sut] => { "changed": false, "false_condition": "__mssql_conf_setting_value == \"unset\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Ensure the package mssql-server-fts] *** task path: /WORKDIR/git-storage-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:599 Friday 08 December 2023 22:18:15 +0000 (0:00:00.022) 0:02:51.599 ******* Notification for handler Restart the mssql-server service has been saved. changed: [sut] => { "changed": true, "changes": { "removed": [ "mssql-server-fts" ] }, "rc": 0, "results": [ "Loaded plugins: fastestmirror\nResolving Dependencies\n--> Running transaction check\n---> Package mssql-server-fts.x86_64 0:14.0.3465.1-1 will be erased\n--> Finished Dependency Resolution\n\nDependencies Resolved\n\n================================================================================\n Package Arch Version Repository Size\n================================================================================\nRemoving:\n mssql-server-fts\n x86_64 14.0.3465.1-1 @packages-microsoft-com-mssql-server-2017 554 M\n\nTransaction Summary\n================================================================================\nRemove 1 Package\n\nInstalled size: 554 M\nDownloading packages:\nRunning transaction check\nRunning transaction test\nTransaction test succeeded\nRunning transaction\n Erasing : mssql-server-fts-14.0.3465.1-1.x86_64 1/1 \n Verifying : mssql-server-fts-14.0.3465.1-1.x86_64 1/1 \n\nRemoved:\n mssql-server-fts.x86_64 0:14.0.3465.1-1 \n\nComplete!\n" ] } TASK [fedora.linux_system_roles.mssql : Ensure the package powershell] ********* task path: /WORKDIR/git-storage-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:606 Friday 08 December 2023 22:18:17 +0000 (0:00:01.348) 0:02:52.948 ******* changed: [sut] => { "changed": true, "changes": { "removed": [ "powershell" ] }, "rc": 0, "results": [ "Loaded plugins: fastestmirror\nResolving Dependencies\n--> Running transaction check\n---> Package powershell.x86_64 0:7.3.10-1.rh will be erased\n--> Finished Dependency Resolution\n\nDependencies Resolved\n\n================================================================================\n Package Arch Version Repository Size\n================================================================================\nRemoving:\n powershell x86_64 7.3.10-1.rh @packages-microsoft-com-prod 168 M\n\nTransaction Summary\n================================================================================\nRemove 1 Package\n\nInstalled size: 168 M\nDownloading packages:\nRunning transaction check\nRunning transaction test\nTransaction test succeeded\nRunning transaction\n Erasing : powershell-7.3.10-1.rh.x86_64 1/1 \n Verifying : powershell-7.3.10-1.rh.x86_64 1/1 \n\nRemoved:\n powershell.x86_64 0:7.3.10-1.rh \n\nComplete!\n" ] } TASK [fedora.linux_system_roles.mssql : Check if the 3979 trace flag is enabled] *** task path: /WORKDIR/git-storage-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:615 Friday 08 December 2023 22:18:18 +0000 (0:00:01.275) 0:02:54.223 ******* ok: [sut] => { "changed": false, "cmd": [ "grep", "^traceflag[0-9] = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003899", "end": "2023-12-08 22:18:18.672372", "failed_when_result": false, "rc": 0, "start": "2023-12-08 22:18:18.668473" } STDOUT: traceflag0 = 3979 TASK [fedora.linux_system_roles.mssql : Set the 3979 traceflag] **************** task path: /WORKDIR/git-storage-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:621 Friday 08 December 2023 22:18:18 +0000 (0:00:00.154) 0:02:54.378 ******* skipping: [sut] => { "changed": false, "false_condition": "mssql_tune_for_fua_storage | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Unset the 3979 traceflag] ************** task path: /WORKDIR/git-storage-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:628 Friday 08 December 2023 22:18:18 +0000 (0:00:00.023) 0:02:54.402 ******* changed: [sut] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "traceflag", "3979", "off" ], "delta": "0:00:00.051112", "end": "2023-12-08 22:18:18.900262", "rc": 0, "start": "2023-12-08 22:18:18.849150" } STDOUT: SQL Server needs to be restarted in order to apply this setting. Please run 'systemctl restart mssql-server.service'. TASK [fedora.linux_system_roles.mssql : Configure the alternatewritethrough setting] *** task path: /WORKDIR/git-storage-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:636 Friday 08 December 2023 22:18:18 +0000 (0:00:00.239) 0:02:54.642 ******* included: /WORKDIR/git-storage-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml for sut TASK [fedora.linux_system_roles.mssql : Get the setting control alternatewritethrough] *** task path: /WORKDIR/git-storage-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:3 Friday 08 December 2023 22:18:19 +0000 (0:00:00.031) 0:02:54.673 ******* ok: [sut] => { "changed": false, "cmd": [ "grep", "^alternatewritethrough = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003373", "end": "2023-12-08 22:18:19.121870", "failed_when_result": false, "rc": 0, "start": "2023-12-08 22:18:19.118497" } STDOUT: alternatewritethrough = 0 TASK [fedora.linux_system_roles.mssql : Configure the setting control alternatewritethrough] *** task path: /WORKDIR/git-storage-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:12 Friday 08 December 2023 22:18:19 +0000 (0:00:00.141) 0:02:54.815 ******* skipping: [sut] => { "changed": false, "false_condition": "(__mssql_conf_setting_value != 'unset') and ((\"No setting for the given\" in __mssql_conf_get_setting.stdout) or ((__mssql_conf_setting_value | type_debug != \"bool\") and (__mssql_conf_setting_value | string | lower not in __mssql_conf_get_value | lower)) or ((__mssql_conf_setting_value | type_debug == \"bool\") and (__mssql_conf_setting_value != __mssql_conf_get_value | bool)))", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Unset the setting control alternatewritethrough] *** task path: /WORKDIR/git-storage-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:42 Friday 08 December 2023 22:18:19 +0000 (0:00:00.025) 0:02:54.841 ******* skipping: [sut] => { "changed": false, "false_condition": "__mssql_conf_setting_value == \"unset\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Configure the writethrough setting] **** task path: /WORKDIR/git-storage-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:642 Friday 08 December 2023 22:18:19 +0000 (0:00:00.020) 0:02:54.861 ******* included: /WORKDIR/git-storage-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml for sut TASK [fedora.linux_system_roles.mssql : Get the setting control writethrough] *** task path: /WORKDIR/git-storage-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:3 Friday 08 December 2023 22:18:19 +0000 (0:00:00.032) 0:02:54.894 ******* ok: [sut] => { "changed": false, "cmd": [ "grep", "^writethrough = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003275", "end": "2023-12-08 22:18:19.346426", "failed_when_result": false, "rc": 0, "start": "2023-12-08 22:18:19.343151" } STDOUT: writethrough = 1 TASK [fedora.linux_system_roles.mssql : Configure the setting control writethrough] *** task path: /WORKDIR/git-storage-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:12 Friday 08 December 2023 22:18:19 +0000 (0:00:00.145) 0:02:55.040 ******* Notification for handler Restart the mssql-server service has been saved. changed: [sut] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "set", "control.writethrough", "0" ], "delta": "0:00:00.049384", "end": "2023-12-08 22:18:19.537473", "failed_when_result": false, "rc": 0, "start": "2023-12-08 22:18:19.488089" } STDOUT: SQL Server needs to be restarted in order to apply this setting. Please run 'systemctl restart mssql-server.service'. TASK [fedora.linux_system_roles.mssql : Unset the setting control writethrough] *** task path: /WORKDIR/git-storage-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:42 Friday 08 December 2023 22:18:19 +0000 (0:00:00.194) 0:02:55.234 ******* skipping: [sut] => { "changed": false, "false_condition": "__mssql_conf_setting_value == \"unset\"", "skip_reason": "Conditional result was False" } TASK [Create certificates using the certificate role] ************************** task path: /WORKDIR/git-storage-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:660 Friday 08 December 2023 22:18:19 +0000 (0:00:00.026) 0:02:55.261 ******* 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:674 Friday 08 December 2023 22:18:19 +0000 (0:00:00.027) 0:02:55.288 ******* 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:679 Friday 08 December 2023 22:18:19 +0000 (0:00:00.019) 0:02:55.308 ******* 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:697 Friday 08 December 2023 22:18:19 +0000 (0:00:00.021) 0:02:55.329 ******* 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:706 Friday 08 December 2023 22:18:19 +0000 (0:00:00.018) 0:02:55.348 ******* 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:715 Friday 08 December 2023 22:18:19 +0000 (0:00:00.018) 0:02:55.366 ******* 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:722 Friday 08 December 2023 22:18:19 +0000 (0:00:00.020) 0:02:55.387 ******* 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:731 Friday 08 December 2023 22:18:19 +0000 (0:00:00.018) 0:02:55.406 ******* 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:739 Friday 08 December 2023 22:18:19 +0000 (0:00:00.020) 0:02:55.426 ******* 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:747 Friday 08 December 2023 22:18:19 +0000 (0:00:00.020) 0:02:55.446 ******* 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:754 Friday 08 December 2023 22:18:19 +0000 (0:00:00.059) 0:02:55.505 ******* 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:761 Friday 08 December 2023 22:18:19 +0000 (0:00:00.021) 0:02:55.527 ******* 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:770 Friday 08 December 2023 22:18:19 +0000 (0:00:00.022) 0:02:55.549 ******* 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:783 Friday 08 December 2023 22:18:19 +0000 (0:00:00.018) 0:02:55.567 ******* 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:792 Friday 08 December 2023 22:18:19 +0000 (0:00:00.018) 0:02:55.585 ******* 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:804 Friday 08 December 2023 22:18:19 +0000 (0:00:00.017) 0:02:55.603 ******* 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:809 Friday 08 December 2023 22:18:19 +0000 (0:00:00.018) 0:02:55.621 ******* 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:826 Friday 08 December 2023 22:18:19 +0000 (0:00:00.017) 0:02:55.639 ******* 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:831 Friday 08 December 2023 22:18:19 +0000 (0:00:00.017) 0:02:55.657 ******* 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:836 Friday 08 December 2023 22:18:20 +0000 (0:00:00.018) 0:02:55.675 ******* 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:842 Friday 08 December 2023 22:18:20 +0000 (0:00:00.017) 0:02:55.692 ******* 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:868 Friday 08 December 2023 22:18:20 +0000 (0:00:00.017) 0:02:55.710 ******* 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:889 Friday 08 December 2023 22:18:20 +0000 (0:00:00.017) 0:02:55.727 ******* 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:897 Friday 08 December 2023 22:18:20 +0000 (0:00:00.018) 0:02:55.746 ******* 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:907 Friday 08 December 2023 22:18:20 +0000 (0:00:00.019) 0:02:55.766 ******* 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:913 Friday 08 December 2023 22:18:20 +0000 (0:00:00.018) 0:02:55.785 ******* 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:930 Friday 08 December 2023 22:18:20 +0000 (0:00:00.018) 0:02:55.804 ******* 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:941 Friday 08 December 2023 22:18:20 +0000 (0:00:00.018) 0:02:55.822 ******* 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:961 Friday 08 December 2023 22:18:20 +0000 (0:00:00.018) 0:02:55.840 ******* 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1015 Friday 08 December 2023 22:18:20 +0000 (0:00:00.018) 0:02:55.858 ******* 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1022 Friday 08 December 2023 22:18:20 +0000 (0:00:00.063) 0:02:55.922 ******* 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1029 Friday 08 December 2023 22:18:20 +0000 (0:00:00.019) 0:02:55.941 ******* 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1039 Friday 08 December 2023 22:18:20 +0000 (0:00:00.018) 0:02:55.959 ******* 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1045 Friday 08 December 2023 22:18:20 +0000 (0:00:00.021) 0:02:55.981 ******* 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1053 Friday 08 December 2023 22:18:20 +0000 (0:00:00.021) 0:02:56.002 ******* 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1062 Friday 08 December 2023 22:18:20 +0000 (0:00:00.017) 0:02:56.020 ******* 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1070 Friday 08 December 2023 22:18:20 +0000 (0:00:00.017) 0:02:56.037 ******* 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1085 Friday 08 December 2023 22:18:20 +0000 (0:00:00.021) 0:02:56.059 ******* 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1092 Friday 08 December 2023 22:18:20 +0000 (0:00:00.017) 0:02:56.076 ******* 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1117 Friday 08 December 2023 22:18:20 +0000 (0:00:00.016) 0:02:56.093 ******* 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1126 Friday 08 December 2023 22:18:20 +0000 (0:00:00.017) 0:02:56.110 ******* 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1135 Friday 08 December 2023 22:18:20 +0000 (0:00:00.017) 0:02:56.127 ******* 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1146 Friday 08 December 2023 22:18:20 +0000 (0:00:00.017) 0:02:56.145 ******* 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1159 Friday 08 December 2023 22:18:20 +0000 (0:00:00.017) 0:02:56.162 ******* 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1168 Friday 08 December 2023 22:18:20 +0000 (0:00:00.018) 0:02:56.181 ******* 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1175 Friday 08 December 2023 22:18:20 +0000 (0:00:00.017) 0:02:56.199 ******* 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1182 Friday 08 December 2023 22:18:20 +0000 (0:00:00.017) 0:02:56.217 ******* 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1190 Friday 08 December 2023 22:18:20 +0000 (0:00:00.017) 0:02:56.234 ******* 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1197 Friday 08 December 2023 22:18:20 +0000 (0:00:00.017) 0:02:56.252 ******* 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1209 Friday 08 December 2023 22:18:20 +0000 (0:00:00.021) 0:02:56.273 ******* 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1218 Friday 08 December 2023 22:18:20 +0000 (0:00:00.055) 0:02:56.329 ******* 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1225 Friday 08 December 2023 22:18:20 +0000 (0:00:00.018) 0:02:56.347 ******* 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1231 Friday 08 December 2023 22:18:20 +0000 (0:00:00.025) 0:02:56.373 ******* 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1239 Friday 08 December 2023 22:18:20 +0000 (0:00:00.017) 0:02:56.391 ******* 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1252 Friday 08 December 2023 22:18:20 +0000 (0:00:00.023) 0:02:56.414 ******* 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1264 Friday 08 December 2023 22:18:20 +0000 (0:00:00.018) 0:02:56.433 ******* 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1270 Friday 08 December 2023 22:18:20 +0000 (0:00:00.019) 0:02:56.453 ******* 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1279 Friday 08 December 2023 22:18:20 +0000 (0:00:00.023) 0:02:56.476 ******* 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1288 Friday 08 December 2023 22:18:20 +0000 (0:00:00.179) 0:02:56.655 ******* 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/handlers/main.yml:3 Friday 08 December 2023 22:18:21 +0000 (0:00:00.018) 0:02:56.673 ******* changed: [sut] => { "changed": true, "name": "mssql-server", "state": "started", "status": { "ActiveEnterTimestamp": "Fri 2023-12-08 22:17:10 UTC", "ActiveEnterTimestampMonotonic": "1364713646", "ActiveExitTimestamp": "Fri 2023-12-08 22:18:01 UTC", "ActiveExitTimestampMonotonic": "1415940591", "ActiveState": "inactive", "After": "system.slice network.target basic.target auditd.service systemd-journald.socket -.mount", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Fri 2023-12-08 22:17:10 UTC", "AssertTimestampMonotonic": "1364712940", "Before": "multi-user.target shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "18446744073709551615", "CPUAccounting": "no", "CPUQuotaPerSecUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "18446744073709551615", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "18446744073709551615", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Fri 2023-12-08 22:17:10 UTC", "ConditionTimestampMonotonic": "1364712938", "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": "Fri 2023-12-08 22:18:02 UTC", "ExecMainExitTimestampMonotonic": "1416155013", "ExecMainPID": "14176", "ExecMainStartTimestamp": "Fri 2023-12-08 22:17:10 UTC", "ExecMainStartTimestampMonotonic": "1364713574", "ExecMainStatus": "0", "ExecStart": "{ path=/opt/mssql/bin/sqlservr ; argv[]=/opt/mssql/bin/sqlservr ; ignore_errors=no ; start_time=[Fri 2023-12-08 22:17:10 UTC] ; stop_time=[Fri 2023-12-08 22:18:02 UTC] ; pid=14176 ; code=exited ; status=0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/mssql-server.service", "GuessMainPID": "yes", "IOScheduling": "0", "Id": "mssql-server.service", "IgnoreOnIsolate": "no", "IgnoreOnSnapshot": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestamp": "Fri 2023-12-08 22:18:02 UTC", "InactiveEnterTimestampMonotonic": "1416155150", "InactiveExitTimestamp": "Fri 2023-12-08 22:17:10 UTC", "InactiveExitTimestampMonotonic": "1364713646", "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": "basic.target -.mount 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1292 Friday 08 December 2023 22:18:21 +0000 (0:00:00.221) 0:02:56.895 ******* 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1299 Friday 08 December 2023 22:18:21 +0000 (0:00:00.018) 0:02:56.913 ******* skipping: [sut] => { "changed": false, "false_condition": "mssql_post_input_sql_content != []", "skip_reason": "Conditional result was False" } TASK [Run with the edited settings again - should report not changed] ********** task path: /WORKDIR/git-storage-selinux024dcq7d/tests/tasks/tests_idempotency.yml:73 Friday 08 December 2023 22:18:21 +0000 (0:00:00.026) 0:02:56.940 ******* TASK [fedora.linux_system_roles.mssql : Ensure ansible_facts and variables used by role] *** task path: /WORKDIR/git-storage-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:3 Friday 08 December 2023 22:18:21 +0000 (0:00:00.343) 0:02:57.284 ******* included: /WORKDIR/git-storage-selinux024dcq7d/.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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/set_vars.yml:3 Friday 08 December 2023 22:18:21 +0000 (0:00:00.028) 0:02:57.312 ******* 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/set_vars.yml:8 Friday 08 December 2023 22:18:21 +0000 (0:00:00.024) 0:02:57.337 ******* 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/vars/RedHat.yml" ], "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml" } skipping: [sut] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__mssql_vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [sut] => (item=CentOS_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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/vars/CentOS_7.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_7.yml" } skipping: [sut] => (item=CentOS_7.9.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__mssql_vars_file is file", "item": "CentOS_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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:8 Friday 08 December 2023 22:18:21 +0000 (0:00:00.032) 0:02:57.370 ******* 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:15 Friday 08 December 2023 22:18:21 +0000 (0:00:00.018) 0:02:57.389 ******* 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:23 Friday 08 December 2023 22:18:21 +0000 (0:00:00.018) 0:02:57.407 ******* 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:30 Friday 08 December 2023 22:18:21 +0000 (0:00:00.017) 0:02:57.425 ******* 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:37 Friday 08 December 2023 22:18:21 +0000 (0:00:00.018) 0:02:57.443 ******* 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:44 Friday 08 December 2023 22:18:21 +0000 (0:00:00.017) 0:02:57.460 ******* 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:51 Friday 08 December 2023 22:18:21 +0000 (0:00:00.017) 0:02:57.478 ******* 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:55 Friday 08 December 2023 22:18:21 +0000 (0:00:00.017) 0:02:57.496 ******* 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:67 Friday 08 December 2023 22:18:21 +0000 (0:00:00.022) 0:02:57.518 ******* 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:75 Friday 08 December 2023 22:18:21 +0000 (0:00:00.017) 0:02:57.536 ******* 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:84 Friday 08 December 2023 22:18:21 +0000 (0:00:00.016) 0:02:57.553 ******* 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:93 Friday 08 December 2023 22:18:21 +0000 (0:00:00.017) 0:02:57.570 ******* 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:103 Friday 08 December 2023 22:18:21 +0000 (0:00:00.018) 0:02:57.588 ******* 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:112 Friday 08 December 2023 22:18:21 +0000 (0:00:00.076) 0:02:57.665 ******* 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:116 Friday 08 December 2023 22:18:23 +0000 (0:00:01.213) 0:02:58.878 ******* 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:124 Friday 08 December 2023 22:18:23 +0000 (0:00:00.096) 0:02:58.975 ******* 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:131 Friday 08 December 2023 22:18:23 +0000 (0:00:00.025) 0:02:59.001 ******* 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:138 Friday 08 December 2023 22:18:23 +0000 (0:00:00.025) 0:02:59.027 ******* 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:152 Friday 08 December 2023 22:18:23 +0000 (0:00:00.068) 0:02:59.096 ******* 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:165 Friday 08 December 2023 22:18:23 +0000 (0:00:00.365) 0:02:59.461 ******* 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:175 Friday 08 December 2023 22:18:23 +0000 (0:00:00.022) 0:02:59.484 ******* 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:186 Friday 08 December 2023 22:18:23 +0000 (0:00:00.022) 0:02:59.506 ******* 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:194 Friday 08 December 2023 22:18:23 +0000 (0:00:00.020) 0:02:59.527 ******* 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:207 Friday 08 December 2023 22:18:23 +0000 (0:00:00.024) 0:02:59.551 ******* 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:214 Friday 08 December 2023 22:18:23 +0000 (0:00:00.026) 0:02:59.578 ******* 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:219 Friday 08 December 2023 22:18:23 +0000 (0:00:00.019) 0:02:59.597 ******* 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:228 Friday 08 December 2023 22:18:23 +0000 (0:00:00.033) 0:02:59.631 ******* 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:237 Friday 08 December 2023 22:18:23 +0000 (0:00:00.023) 0:02:59.654 ******* 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:242 Friday 08 December 2023 22:18:24 +0000 (0:00:00.024) 0:02:59.678 ******* 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:250 Friday 08 December 2023 22:18:24 +0000 (0:00:00.407) 0:03:00.086 ******* 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:258 Friday 08 December 2023 22:18:24 +0000 (0:00:00.086) 0:03:00.173 ******* 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.006063", "end": "2023-12-08 22:18:24.680726", "rc": 0, "start": "2023-12-08 22:18:24.674663" } STDOUT: /var/opt/mssql/log/errorlog TASK [fedora.linux_system_roles.mssql : Gather system services facts] ********** task path: /WORKDIR/git-storage-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:273 Friday 08 December 2023 22:18:24 +0000 (0:00:00.203) 0:03:00.376 ******* 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:277 Friday 08 December 2023 22:18:25 +0000 (0:00:00.741) 0:03:01.118 ******* 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:286 Friday 08 December 2023 22:18:25 +0000 (0:00:00.028) 0:03:01.146 ******* 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:302 Friday 08 December 2023 22:18:25 +0000 (0:00:00.018) 0:03:01.165 ******* 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:322 Friday 08 December 2023 22:18:25 +0000 (0:00:00.018) 0:03:01.184 ******* included: /WORKDIR/git-storage-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/configure_storage_paths.yml for sut => (item={'path': '/var/opt/mssql/data', 'mode': None, 'setting': 'defaultdatadir'}) included: /WORKDIR/git-storage-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/configure_storage_paths.yml for sut => (item={'path': '/var/opt/mssql/log', 'mode': None, 'setting': 'defaultlogdir'}) TASK [fedora.linux_system_roles.mssql : Get stat of the directory /var/opt/mssql/data] *** task path: /WORKDIR/git-storage-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/configure_storage_paths.yml:3 Friday 08 December 2023 22:18:25 +0000 (0:00:00.039) 0:03:01.223 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1702073771.8472953, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "binary", "ctime": 1702073771.7852979, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 994, "gr_name": "mssql", "inode": 263539, "isblk": false, "ischr": false, "isdir": true, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/directory", "mode": "0755", "mtime": 1702073771.7852979, "nlink": 2, "path": "/var/opt/mssql/data", "pw_name": "mssql", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 4096, "uid": 996, "version": "749089867", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [fedora.linux_system_roles.mssql : Ensure the directory and keep present permissions /var/opt/mssql/data] *** task path: /WORKDIR/git-storage-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/configure_storage_paths.yml:8 Friday 08 December 2023 22:18:25 +0000 (0:00:00.147) 0:03:01.370 ******* ok: [sut] => { "changed": false, "gid": 994, "group": "mssql", "mode": "0755", "owner": "mssql", "path": "/var/opt/mssql/data", "secontext": "unconfined_u:object_r:var_t:s0", "size": 4096, "state": "directory", "uid": 996 } TASK [fedora.linux_system_roles.mssql : Append facts for the selinux role] ***** task path: /WORKDIR/git-storage-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/configure_storage_paths.yml:17 Friday 08 December 2023 22:18:25 +0000 (0:00:00.149) 0:03:01.520 ******* ok: [sut] => { "ansible_facts": { "selinux_fcontexts": [ { "ftype": "d", "setype": "mssql_var_t", "state": "present", "target": "/tmp/mssql_data" }, { "ftype": "d", "setype": "mssql_db_t", "state": "present", "target": "/tmp/mssql_log" }, { "ftype": "d", "setype": "mssql_var_t", "state": "present", "target": "/tmp/mssql_data" }, { "ftype": "d", "setype": "mssql_db_t", "state": "present", "target": "/tmp/mssql_log" }, { "ftype": "d", "setype": "mssql_var_t", "state": "present", "target": "/var/opt/mssql/data" }, { "ftype": "d", "setype": "mssql_db_t", "state": "present", "target": "/var/opt/mssql/log" }, { "ftype": "d", "setype": "mssql_var_t", "state": "present", "target": "/var/opt/mssql/data" } ], "selinux_restore_dirs": [ "/tmp/mssql_data", "/tmp/mssql_log", "/tmp/mssql_data", "/tmp/mssql_log", "/var/opt/mssql/data", "/var/opt/mssql/log", "/var/opt/mssql/data" ] }, "changed": false } TASK [fedora.linux_system_roles.mssql : Configure the setting defaultdatadir] *** task path: /WORKDIR/git-storage-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/configure_storage_paths.yml:30 Friday 08 December 2023 22:18:25 +0000 (0:00:00.035) 0:03:01.555 ******* included: /WORKDIR/git-storage-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml for sut TASK [fedora.linux_system_roles.mssql : Get the setting filelocation defaultdatadir] *** task path: /WORKDIR/git-storage-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:3 Friday 08 December 2023 22:18:25 +0000 (0:00:00.043) 0:03:01.599 ******* ok: [sut] => { "changed": false, "cmd": [ "grep", "^defaultdatadir = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003443", "end": "2023-12-08 22:18:26.056333", "failed_when_result": false, "rc": 0, "start": "2023-12-08 22:18:26.052890" } STDOUT: defaultdatadir = /var/opt/mssql/data TASK [fedora.linux_system_roles.mssql : Configure the setting filelocation defaultdatadir] *** task path: /WORKDIR/git-storage-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:12 Friday 08 December 2023 22:18:26 +0000 (0:00:00.163) 0:03:01.763 ******* skipping: [sut] => { "changed": false, "false_condition": "(__mssql_conf_setting_value != 'unset') and ((\"No setting for the given\" in __mssql_conf_get_setting.stdout) or ((__mssql_conf_setting_value | type_debug != \"bool\") and (__mssql_conf_setting_value | string | lower not in __mssql_conf_get_value | lower)) or ((__mssql_conf_setting_value | type_debug == \"bool\") and (__mssql_conf_setting_value != __mssql_conf_get_value | bool)))", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Unset the setting filelocation defaultdatadir] *** task path: /WORKDIR/git-storage-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:42 Friday 08 December 2023 22:18:26 +0000 (0:00:00.033) 0:03:01.796 ******* skipping: [sut] => { "changed": false, "false_condition": "__mssql_conf_setting_value == \"unset\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Get stat of the directory /var/opt/mssql/log] *** task path: /WORKDIR/git-storage-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/configure_storage_paths.yml:3 Friday 08 December 2023 22:18:26 +0000 (0:00:00.025) 0:03:01.821 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1702073903.9551635, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "binary", "ctime": 1702073903.9631631, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 994, "gr_name": "mssql", "inode": 263540, "isblk": false, "ischr": false, "isdir": true, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/directory", "mode": "0755", "mtime": 1702073903.9631631, "nlink": 2, "path": "/var/opt/mssql/log", "pw_name": "mssql", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 4096, "uid": 996, "version": "749089868", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [fedora.linux_system_roles.mssql : Ensure the directory and keep present permissions /var/opt/mssql/log] *** task path: /WORKDIR/git-storage-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/configure_storage_paths.yml:8 Friday 08 December 2023 22:18:26 +0000 (0:00:00.158) 0:03:01.979 ******* ok: [sut] => { "changed": false, "gid": 994, "group": "mssql", "mode": "0755", "owner": "mssql", "path": "/var/opt/mssql/log", "secontext": "unconfined_u:object_r:var_t:s0", "size": 4096, "state": "directory", "uid": 996 } TASK [fedora.linux_system_roles.mssql : Append facts for the selinux role] ***** task path: /WORKDIR/git-storage-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/configure_storage_paths.yml:17 Friday 08 December 2023 22:18:26 +0000 (0:00:00.160) 0:03:02.140 ******* ok: [sut] => { "ansible_facts": { "selinux_fcontexts": [ { "ftype": "d", "setype": "mssql_var_t", "state": "present", "target": "/tmp/mssql_data" }, { "ftype": "d", "setype": "mssql_db_t", "state": "present", "target": "/tmp/mssql_log" }, { "ftype": "d", "setype": "mssql_var_t", "state": "present", "target": "/tmp/mssql_data" }, { "ftype": "d", "setype": "mssql_db_t", "state": "present", "target": "/tmp/mssql_log" }, { "ftype": "d", "setype": "mssql_var_t", "state": "present", "target": "/var/opt/mssql/data" }, { "ftype": "d", "setype": "mssql_db_t", "state": "present", "target": "/var/opt/mssql/log" }, { "ftype": "d", "setype": "mssql_var_t", "state": "present", "target": "/var/opt/mssql/data" }, { "ftype": "d", "setype": "mssql_db_t", "state": "present", "target": "/var/opt/mssql/log" } ], "selinux_restore_dirs": [ "/tmp/mssql_data", "/tmp/mssql_log", "/tmp/mssql_data", "/tmp/mssql_log", "/var/opt/mssql/data", "/var/opt/mssql/log", "/var/opt/mssql/data", "/var/opt/mssql/log" ] }, "changed": false } TASK [fedora.linux_system_roles.mssql : Configure the setting defaultlogdir] *** task path: /WORKDIR/git-storage-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/configure_storage_paths.yml:30 Friday 08 December 2023 22:18:26 +0000 (0:00:00.025) 0:03:02.165 ******* included: /WORKDIR/git-storage-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml for sut TASK [fedora.linux_system_roles.mssql : Get the setting filelocation defaultlogdir] *** task path: /WORKDIR/git-storage-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:3 Friday 08 December 2023 22:18:26 +0000 (0:00:00.104) 0:03:02.270 ******* ok: [sut] => { "changed": false, "cmd": [ "grep", "^defaultlogdir = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003617", "end": "2023-12-08 22:18:26.750426", "failed_when_result": false, "rc": 0, "start": "2023-12-08 22:18:26.746809" } STDOUT: defaultlogdir = /var/opt/mssql/log TASK [fedora.linux_system_roles.mssql : Configure the setting filelocation defaultlogdir] *** task path: /WORKDIR/git-storage-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:12 Friday 08 December 2023 22:18:26 +0000 (0:00:00.185) 0:03:02.456 ******* skipping: [sut] => { "changed": false, "false_condition": "(__mssql_conf_setting_value != 'unset') and ((\"No setting for the given\" in __mssql_conf_get_setting.stdout) or ((__mssql_conf_setting_value | type_debug != \"bool\") and (__mssql_conf_setting_value | string | lower not in __mssql_conf_get_value | lower)) or ((__mssql_conf_setting_value | type_debug == \"bool\") and (__mssql_conf_setting_value != __mssql_conf_get_value | bool)))", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Unset the setting filelocation defaultlogdir] *** task path: /WORKDIR/git-storage-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:42 Friday 08 December 2023 22:18:26 +0000 (0:00:00.031) 0:03:02.487 ******* skipping: [sut] => { "changed": false, "false_condition": "__mssql_conf_setting_value == \"unset\"", "skip_reason": "Conditional result was False" } TASK [Ensure correct SELinux context for {{ __mssql_storage_path }}] *********** task path: /WORKDIR/git-storage-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:337 Friday 08 December 2023 22:18:26 +0000 (0:00:00.021) 0:03:02.509 ******* 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:344 Friday 08 December 2023 22:18:26 +0000 (0:00:00.020) 0:03:02.529 ******* 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:349 Friday 08 December 2023 22:18:27 +0000 (0:00:00.315) 0:03:02.845 ******* ok: [sut] => { "changed": false, "enabled": true, "name": "tuned", "state": "started", "status": { "ActiveEnterTimestamp": "Fri 2023-12-08 21:54:48 UTC", "ActiveEnterTimestampMonotonic": "22503888", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "systemd-journald.socket basic.target systemd-sysctl.service system.slice network.target dbus.service", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Fri 2023-12-08 21:54:47 UTC", "AssertTimestampMonotonic": "21383399", "Before": "multi-user.target shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "18446744073709551615", "BusName": "com.redhat.tuned", "CPUAccounting": "no", "CPUQuotaPerSecUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "18446744073709551615", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "18446744073709551615", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Fri 2023-12-08 21:54:47 UTC", "ConditionTimestampMonotonic": "21383397", "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": "878", "ExecMainStartTimestamp": "Fri 2023-12-08 21:54:47 UTC", "ExecMainStartTimestampMonotonic": "21384191", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/sbin/tuned ; argv[]=/usr/sbin/tuned -l -P ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/tuned.service", "GuessMainPID": "yes", "IOScheduling": "0", "Id": "tuned.service", "IgnoreOnIsolate": "no", "IgnoreOnSnapshot": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestamp": "Fri 2023-12-08 21:54:47 UTC", "InactiveExitTimestampMonotonic": "21384240", "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": "878", "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 basic.target polkit.service system.slice", "Restart": "no", "RestartUSec": "100ms", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitInterval": "10000000", "StartupBlockIOWeight": "18446744073709551615", "StartupCPUShares": "18446744073709551615", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "no", "TasksCurrent": "18446744073709551615", "TasksMax": "18446744073709551615", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "dbus", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "WantedBy": "multi-user.target", "WatchdogTimestamp": "Fri 2023-12-08 21:54:48 UTC", "WatchdogTimestampMonotonic": "22503816", "WatchdogUSec": "0" } } TASK [fedora.linux_system_roles.mssql : Get the active Tuned profiles] ********* task path: /WORKDIR/git-storage-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:355 Friday 08 December 2023 22:18:27 +0000 (0:00:00.248) 0:03:03.093 ******* ok: [sut] => { "changed": false, "cmd": [ "tuned-adm", "active" ], "delta": "0:00:00.093158", "end": "2023-12-08 22:18:27.633008", "rc": 0, "start": "2023-12-08 22:18:27.539850" } 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:365 Friday 08 December 2023 22:18:27 +0000 (0:00:00.239) 0:03:03.332 ******* 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:378 Friday 08 December 2023 22:18:27 +0000 (0:00:00.024) 0:03:03.356 ******* 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:387 Friday 08 December 2023 22:18:27 +0000 (0:00:00.026) 0:03:03.383 ******* 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:397 Friday 08 December 2023 22:18:27 +0000 (0:00:00.030) 0:03:03.414 ******* 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:404 Friday 08 December 2023 22:18:27 +0000 (0:00:00.157) 0:03:03.571 ******* 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:416 Friday 08 December 2023 22:18:28 +0000 (0:00:00.340) 0:03:03.912 ******* included: /WORKDIR/git-storage-selinux024dcq7d/.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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/verify_password.yml:3 Friday 08 December 2023 22:18:28 +0000 (0:00:00.058) 0:03:03.970 ******* ok: [sut] => { "changed": false, "name": "mssql-server", "state": "started", "status": { "ActiveEnterTimestamp": "Fri 2023-12-08 22:18:21 UTC", "ActiveEnterTimestampMonotonic": "1435210021", "ActiveExitTimestamp": "Fri 2023-12-08 22:18:01 UTC", "ActiveExitTimestampMonotonic": "1415940591", "ActiveState": "active", "After": "system.slice network.target basic.target auditd.service systemd-journald.socket -.mount", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Fri 2023-12-08 22:18:21 UTC", "AssertTimestampMonotonic": "1435209327", "Before": "multi-user.target shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "18446744073709551615", "CPUAccounting": "no", "CPUQuotaPerSecUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "18446744073709551615", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "18446744073709551615", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Fri 2023-12-08 22:18:21 UTC", "ConditionTimestampMonotonic": "1435209325", "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": "16032", "ExecMainStartTimestamp": "Fri 2023-12-08 22:18:21 UTC", "ExecMainStartTimestampMonotonic": "1435209955", "ExecMainStatus": "0", "ExecStart": "{ path=/opt/mssql/bin/sqlservr ; argv[]=/opt/mssql/bin/sqlservr ; ignore_errors=no ; start_time=[Fri 2023-12-08 22:18:21 UTC] ; stop_time=[n/a] ; pid=16032 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/mssql-server.service", "GuessMainPID": "yes", "IOScheduling": "0", "Id": "mssql-server.service", "IgnoreOnIsolate": "no", "IgnoreOnSnapshot": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestamp": "Fri 2023-12-08 22:18:02 UTC", "InactiveEnterTimestampMonotonic": "1416155150", "InactiveExitTimestamp": "Fri 2023-12-08 22:18:21 UTC", "InactiveExitTimestampMonotonic": "1435210021", "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": "16032", "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": "basic.target -.mount system.slice", "RequiresMountsFor": "/var/opt/mssql", "Restart": "on-failure", "RestartUSec": "100ms", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "0", "StartLimitInterval": "0", "StartupBlockIOWeight": "18446744073709551615", "StartupCPUShares": "18446744073709551615", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "no", "TasksCurrent": "18446744073709551615", "TasksMax": "18446744073709551615", "TimeoutStartUSec": "30min", "TimeoutStopUSec": "30min", "TimerSlackNSec": "50000", "Transient": "no", "Type": "simple", "UMask": "0007", "UnitFilePreset": "disabled", "UnitFileState": "enabled", "User": "mssql", "WantedBy": "multi-user.target", "WatchdogTimestamp": "Fri 2023-12-08 22:18:21 UTC", "WatchdogTimestampMonotonic": "1435209995", "WatchdogUSec": "0", "WorkingDirectory": "/var/opt/mssql" } } TASK [fedora.linux_system_roles.mssql : Check if a custom tcpport setting exist] *** task path: /WORKDIR/git-storage-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/verify_password.yml:8 Friday 08 December 2023 22:18:28 +0000 (0:00:00.220) 0:03:04.190 ******* ok: [sut] => { "changed": false, "cmd": [ "grep", "^tcpport = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003715", "end": "2023-12-08 22:18:28.639882", "failed_when_result": false, "rc": 0, "start": "2023-12-08 22:18:28.636167" } STDOUT: tcpport = 1435 TASK [fedora.linux_system_roles.mssql : Check if a custom ipaddress setting exist] *** task path: /WORKDIR/git-storage-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/verify_password.yml:14 Friday 08 December 2023 22:18:28 +0000 (0:00:00.157) 0:03:04.348 ******* ok: [sut] => { "changed": false, "cmd": [ "grep", "^ipaddress = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003483", "end": "2023-12-08 22:18:28.803339", "failed_when_result": false, "rc": 0, "start": "2023-12-08 22:18:28.799856" } STDOUT: ipaddress = 127.0.0.1 TASK [fedora.linux_system_roles.mssql : Set a fact with a login command] ******* task path: /WORKDIR/git-storage-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/verify_password.yml:20 Friday 08 December 2023 22:18:28 +0000 (0:00:00.154) 0:03:04.503 ******* 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:420 Friday 08 December 2023 22:18:28 +0000 (0:00:00.056) 0:03:04.560 ******* 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": 6889, "state": "file", "uid": 996 } TASK [fedora.linux_system_roles.mssql : Check if the set password matches the existing password] *** task path: /WORKDIR/git-storage-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:426 Friday 08 December 2023 22:18:30 +0000 (0:00:01.252) 0:03:05.812 ******* ok: [sut] => { "attempts": 1, "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.mssql : Ensure that the mssql-server service is stopped] *** task path: /WORKDIR/git-storage-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:441 Friday 08 December 2023 22:18:30 +0000 (0:00:00.166) 0:03:05.979 ******* skipping: [sut] => { "changed": false, "false_condition": "__mssql_password_query is failed", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Gather package facts] ****************** task path: /WORKDIR/git-storage-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:448 Friday 08 December 2023 22:18:30 +0000 (0:00:00.025) 0:03:06.004 ******* 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:456 Friday 08 December 2023 22:18:31 +0000 (0:00:00.948) 0:03:06.952 ******* 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:477 Friday 08 December 2023 22:18:31 +0000 (0:00:00.019) 0:03:06.972 ******* 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:484 Friday 08 December 2023 22:18:31 +0000 (0:00:00.019) 0:03:06.992 ******* 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:495 Friday 08 December 2023 22:18:31 +0000 (0:00:00.017) 0:03:07.009 ******* ok: [sut] => { "changed": false, "cmd": "errorlog_edition=\"$(grep -oi 'Standard edition' \\\n/var/opt/mssql/log/errorlog)\"\nif [ -z \"${errorlog_edition}\" ]; then\n edition_matches=false\nelse\n edition_matches=true\nfi\necho \"${edition_matches}\"\n", "delta": "0:00:00.005484", "end": "2023-12-08 22:18:31.462080", "rc": 0, "start": "2023-12-08 22:18:31.456596" } STDOUT: true TASK [fedora.linux_system_roles.mssql : Ensure that the mssql-server service is stopped] *** task path: /WORKDIR/git-storage-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:508 Friday 08 December 2023 22:18:31 +0000 (0:00:00.147) 0:03:07.157 ******* skipping: [sut] => { "changed": false, "false_condition": "not __mssql_edition_matches.stdout | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Gather package facts] ****************** task path: /WORKDIR/git-storage-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:515 Friday 08 December 2023 22:18:31 +0000 (0:00:00.023) 0:03:07.180 ******* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.mssql : Change the edition of MSSQL] *********** task path: /WORKDIR/git-storage-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:521 Friday 08 December 2023 22:18:32 +0000 (0:00:00.966) 0:03:08.146 ******* 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:540 Friday 08 December 2023 22:18:32 +0000 (0:00:00.021) 0:03:08.168 ******* included: /WORKDIR/git-storage-selinux024dcq7d/.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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:3 Friday 08 December 2023 22:18:32 +0000 (0:00:00.031) 0:03:08.199 ******* ok: [sut] => { "changed": false, "cmd": [ "grep", "^ipaddress = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003472", "end": "2023-12-08 22:18:32.646080", "failed_when_result": false, "rc": 0, "start": "2023-12-08 22:18:32.642608" } STDOUT: ipaddress = 127.0.0.1 TASK [fedora.linux_system_roles.mssql : Configure the setting network ipaddress] *** task path: /WORKDIR/git-storage-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:12 Friday 08 December 2023 22:18:32 +0000 (0:00:00.142) 0:03:08.341 ******* skipping: [sut] => { "changed": false, "false_condition": "(__mssql_conf_setting_value != 'unset') and ((\"No setting for the given\" in __mssql_conf_get_setting.stdout) or ((__mssql_conf_setting_value | type_debug != \"bool\") and (__mssql_conf_setting_value | string | lower not in __mssql_conf_get_value | lower)) or ((__mssql_conf_setting_value | type_debug == \"bool\") and (__mssql_conf_setting_value != __mssql_conf_get_value | bool)))", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Unset the setting network ipaddress] *** task path: /WORKDIR/git-storage-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:42 Friday 08 December 2023 22:18:32 +0000 (0:00:00.036) 0:03:08.378 ******* 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:547 Friday 08 December 2023 22:18:32 +0000 (0:00:00.075) 0:03:08.453 ******* skipping: [sut] => { "changed": false, "false_condition": "mssql_manage_firewall | bool", "skip_reason": "Conditional result was False" } TASK [Open the TCP port 1435] ************************************************** task path: /WORKDIR/git-storage-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:554 Friday 08 December 2023 22:18:32 +0000 (0:00:00.020) 0:03:08.474 ******* skipping: [sut] => { "changed": false, "false_condition": "mssql_manage_firewall | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Configure the TCP port setting to 1435] *** task path: /WORKDIR/git-storage-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:566 Friday 08 December 2023 22:18:32 +0000 (0:00:00.019) 0:03:08.493 ******* included: /WORKDIR/git-storage-selinux024dcq7d/.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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:3 Friday 08 December 2023 22:18:32 +0000 (0:00:00.031) 0:03:08.525 ******* ok: [sut] => { "changed": false, "cmd": [ "grep", "^tcpport = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003498", "end": "2023-12-08 22:18:32.972474", "failed_when_result": false, "rc": 0, "start": "2023-12-08 22:18:32.968976" } STDOUT: tcpport = 1435 TASK [fedora.linux_system_roles.mssql : Configure the setting network tcpport] *** task path: /WORKDIR/git-storage-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:12 Friday 08 December 2023 22:18:32 +0000 (0:00:00.144) 0:03:08.669 ******* 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:42 Friday 08 December 2023 22:18:33 +0000 (0:00:00.025) 0:03:08.694 ******* 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:572 Friday 08 December 2023 22:18:33 +0000 (0:00:00.019) 0:03:08.713 ******* 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:592 Friday 08 December 2023 22:18:33 +0000 (0:00:00.018) 0:03:08.732 ******* included: /WORKDIR/git-storage-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml for sut TASK [fedora.linux_system_roles.mssql : Get the setting sqlagent enabled] ****** task path: /WORKDIR/git-storage-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:3 Friday 08 December 2023 22:18:33 +0000 (0:00:00.034) 0:03:08.766 ******* ok: [sut] => { "changed": false, "cmd": [ "grep", "^enabled = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003654", "end": "2023-12-08 22:18:33.214952", "failed_when_result": false, "rc": 0, "start": "2023-12-08 22:18:33.211298" } STDOUT: enabled = False TASK [fedora.linux_system_roles.mssql : Configure the setting sqlagent enabled] *** task path: /WORKDIR/git-storage-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:12 Friday 08 December 2023 22:18:33 +0000 (0:00:00.143) 0:03:08.910 ******* skipping: [sut] => { "changed": false, "false_condition": "(__mssql_conf_setting_value != 'unset') and ((\"No setting for the given\" in __mssql_conf_get_setting.stdout) or ((__mssql_conf_setting_value | type_debug != \"bool\") and (__mssql_conf_setting_value | string | lower not in __mssql_conf_get_value | lower)) or ((__mssql_conf_setting_value | type_debug == \"bool\") and (__mssql_conf_setting_value != __mssql_conf_get_value | bool)))", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Unset the setting sqlagent enabled] **** task path: /WORKDIR/git-storage-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:42 Friday 08 December 2023 22:18:33 +0000 (0:00:00.023) 0:03:08.933 ******* skipping: [sut] => { "changed": false, "false_condition": "__mssql_conf_setting_value == \"unset\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Ensure the package mssql-server-fts] *** task path: /WORKDIR/git-storage-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:599 Friday 08 December 2023 22:18:33 +0000 (0:00:00.019) 0:03:08.952 ******* ok: [sut] => { "changed": false, "rc": 0, "results": [ "mssql-server-fts is not installed" ] } TASK [fedora.linux_system_roles.mssql : Ensure the package powershell] ********* task path: /WORKDIR/git-storage-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:606 Friday 08 December 2023 22:18:33 +0000 (0:00:00.365) 0:03:09.318 ******* ok: [sut] => { "changed": false, "rc": 0, "results": [ "powershell is not installed" ] } TASK [fedora.linux_system_roles.mssql : Check if the 3979 trace flag is enabled] *** task path: /WORKDIR/git-storage-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:615 Friday 08 December 2023 22:18:33 +0000 (0:00:00.261) 0:03:09.579 ******* ok: [sut] => { "changed": false, "cmd": [ "grep", "^traceflag[0-9] = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003538", "end": "2023-12-08 22:18:34.026395", "failed_when_result": false, "rc": 1, "start": "2023-12-08 22:18:34.022857" } MSG: non-zero return code TASK [fedora.linux_system_roles.mssql : Set the 3979 traceflag] **************** task path: /WORKDIR/git-storage-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:621 Friday 08 December 2023 22:18:34 +0000 (0:00:00.139) 0:03:09.719 ******* skipping: [sut] => { "changed": false, "false_condition": "mssql_tune_for_fua_storage | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Unset the 3979 traceflag] ************** task path: /WORKDIR/git-storage-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:628 Friday 08 December 2023 22:18:34 +0000 (0:00:00.018) 0:03:09.737 ******* skipping: [sut] => { "changed": false, "false_condition": "'3979' in __mssql_get_traceflag.stdout", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Configure the alternatewritethrough setting] *** task path: /WORKDIR/git-storage-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:636 Friday 08 December 2023 22:18:34 +0000 (0:00:00.019) 0:03:09.757 ******* included: /WORKDIR/git-storage-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml for sut TASK [fedora.linux_system_roles.mssql : Get the setting control alternatewritethrough] *** task path: /WORKDIR/git-storage-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:3 Friday 08 December 2023 22:18:34 +0000 (0:00:00.091) 0:03:09.848 ******* ok: [sut] => { "changed": false, "cmd": [ "grep", "^alternatewritethrough = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003575", "end": "2023-12-08 22:18:34.298730", "failed_when_result": false, "rc": 0, "start": "2023-12-08 22:18:34.295155" } STDOUT: alternatewritethrough = 0 TASK [fedora.linux_system_roles.mssql : Configure the setting control alternatewritethrough] *** task path: /WORKDIR/git-storage-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:12 Friday 08 December 2023 22:18:34 +0000 (0:00:00.147) 0:03:09.996 ******* skipping: [sut] => { "changed": false, "false_condition": "(__mssql_conf_setting_value != 'unset') and ((\"No setting for the given\" in __mssql_conf_get_setting.stdout) or ((__mssql_conf_setting_value | type_debug != \"bool\") and (__mssql_conf_setting_value | string | lower not in __mssql_conf_get_value | lower)) or ((__mssql_conf_setting_value | type_debug == \"bool\") and (__mssql_conf_setting_value != __mssql_conf_get_value | bool)))", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Unset the setting control alternatewritethrough] *** task path: /WORKDIR/git-storage-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:42 Friday 08 December 2023 22:18:34 +0000 (0:00:00.024) 0:03:10.021 ******* skipping: [sut] => { "changed": false, "false_condition": "__mssql_conf_setting_value == \"unset\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Configure the writethrough setting] **** task path: /WORKDIR/git-storage-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:642 Friday 08 December 2023 22:18:34 +0000 (0:00:00.018) 0:03:10.039 ******* included: /WORKDIR/git-storage-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml for sut TASK [fedora.linux_system_roles.mssql : Get the setting control writethrough] *** task path: /WORKDIR/git-storage-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:3 Friday 08 December 2023 22:18:34 +0000 (0:00:00.031) 0:03:10.071 ******* ok: [sut] => { "changed": false, "cmd": [ "grep", "^writethrough = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003409", "end": "2023-12-08 22:18:34.519385", "failed_when_result": false, "rc": 0, "start": "2023-12-08 22:18:34.515976" } STDOUT: writethrough = 0 TASK [fedora.linux_system_roles.mssql : Configure the setting control writethrough] *** task path: /WORKDIR/git-storage-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:12 Friday 08 December 2023 22:18:34 +0000 (0:00:00.141) 0:03:10.212 ******* skipping: [sut] => { "changed": false, "false_condition": "(__mssql_conf_setting_value != 'unset') and ((\"No setting for the given\" in __mssql_conf_get_setting.stdout) or ((__mssql_conf_setting_value | type_debug != \"bool\") and (__mssql_conf_setting_value | string | lower not in __mssql_conf_get_value | lower)) or ((__mssql_conf_setting_value | type_debug == \"bool\") and (__mssql_conf_setting_value != __mssql_conf_get_value | bool)))", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Unset the setting control writethrough] *** task path: /WORKDIR/git-storage-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:42 Friday 08 December 2023 22:18:34 +0000 (0:00:00.024) 0:03:10.237 ******* skipping: [sut] => { "changed": false, "false_condition": "__mssql_conf_setting_value == \"unset\"", "skip_reason": "Conditional result was False" } TASK [Create certificates using the certificate role] ************************** task path: /WORKDIR/git-storage-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:660 Friday 08 December 2023 22:18:34 +0000 (0:00:00.020) 0:03:10.258 ******* 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:674 Friday 08 December 2023 22:18:34 +0000 (0:00:00.018) 0:03:10.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 : Copy certificate and private_key files to the host] *** task path: /WORKDIR/git-storage-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:679 Friday 08 December 2023 22:18:34 +0000 (0:00:00.017) 0:03:10.294 ******* 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:697 Friday 08 December 2023 22:18:34 +0000 (0:00:00.021) 0:03:10.316 ******* 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:706 Friday 08 December 2023 22:18:34 +0000 (0:00:00.019) 0:03:10.335 ******* 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:715 Friday 08 December 2023 22:18:34 +0000 (0:00:00.019) 0:03:10.354 ******* 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:722 Friday 08 December 2023 22:18:34 +0000 (0:00:00.019) 0:03:10.374 ******* 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:731 Friday 08 December 2023 22:18:34 +0000 (0:00:00.022) 0:03:10.397 ******* 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:739 Friday 08 December 2023 22:18:34 +0000 (0:00:00.034) 0:03:10.432 ******* 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:747 Friday 08 December 2023 22:18:34 +0000 (0:00:00.018) 0:03:10.450 ******* 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:754 Friday 08 December 2023 22:18:34 +0000 (0:00:00.018) 0:03:10.469 ******* 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:761 Friday 08 December 2023 22:18:34 +0000 (0:00:00.023) 0:03:10.493 ******* 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:770 Friday 08 December 2023 22:18:34 +0000 (0:00:00.087) 0:03:10.580 ******* 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:783 Friday 08 December 2023 22:18:34 +0000 (0:00:00.020) 0:03:10.600 ******* 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:792 Friday 08 December 2023 22:18:34 +0000 (0:00:00.024) 0:03:10.625 ******* 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:804 Friday 08 December 2023 22:18:34 +0000 (0:00:00.032) 0:03:10.658 ******* 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:809 Friday 08 December 2023 22:18:35 +0000 (0:00:00.020) 0:03:10.678 ******* 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:826 Friday 08 December 2023 22:18:35 +0000 (0:00:00.029) 0:03:10.708 ******* 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:831 Friday 08 December 2023 22:18:35 +0000 (0:00:00.018) 0:03:10.726 ******* 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:836 Friday 08 December 2023 22:18:35 +0000 (0:00:00.021) 0:03:10.747 ******* 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:842 Friday 08 December 2023 22:18:35 +0000 (0:00:00.017) 0:03:10.765 ******* 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:868 Friday 08 December 2023 22:18:35 +0000 (0:00:00.017) 0:03:10.783 ******* 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:889 Friday 08 December 2023 22:18:35 +0000 (0:00:00.017) 0:03:10.800 ******* 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:897 Friday 08 December 2023 22:18:35 +0000 (0:00:00.019) 0:03:10.820 ******* 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:907 Friday 08 December 2023 22:18:35 +0000 (0:00:00.018) 0:03:10.838 ******* 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:913 Friday 08 December 2023 22:18:35 +0000 (0:00:00.018) 0:03:10.856 ******* 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:930 Friday 08 December 2023 22:18:35 +0000 (0:00:00.025) 0:03:10.881 ******* 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:941 Friday 08 December 2023 22:18:35 +0000 (0:00:00.018) 0:03:10.900 ******* 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:961 Friday 08 December 2023 22:18:35 +0000 (0:00:00.020) 0:03:10.920 ******* 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1015 Friday 08 December 2023 22:18:35 +0000 (0:00:00.019) 0:03:10.940 ******* 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1022 Friday 08 December 2023 22:18:35 +0000 (0:00:00.018) 0:03:10.958 ******* 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1029 Friday 08 December 2023 22:18:35 +0000 (0:00:00.018) 0:03:10.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 from SQL Server] **** task path: /WORKDIR/git-storage-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1039 Friday 08 December 2023 22:18:35 +0000 (0:00:00.069) 0:03:11.046 ******* 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1045 Friday 08 December 2023 22:18:35 +0000 (0:00:00.023) 0:03:11.069 ******* 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1053 Friday 08 December 2023 22:18:35 +0000 (0:00:00.037) 0:03:11.107 ******* 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1062 Friday 08 December 2023 22:18:35 +0000 (0:00:00.024) 0:03:11.131 ******* 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1070 Friday 08 December 2023 22:18:35 +0000 (0:00:00.020) 0:03:11.151 ******* 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1085 Friday 08 December 2023 22:18:35 +0000 (0:00:00.038) 0:03:11.190 ******* 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1092 Friday 08 December 2023 22:18:35 +0000 (0:00:00.020) 0:03:11.211 ******* 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1117 Friday 08 December 2023 22:18:35 +0000 (0:00:00.018) 0:03:11.230 ******* skipping: [sut] => { "changed": false, "false_condition": "mssql_ha_configure | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Grant permissions to HA login] ********* task path: /WORKDIR/git-storage-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1126 Friday 08 December 2023 22:18:35 +0000 (0:00:00.017) 0:03:11.247 ******* 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1135 Friday 08 December 2023 22:18:35 +0000 (0:00:00.017) 0:03:11.265 ******* 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1146 Friday 08 December 2023 22:18:35 +0000 (0:00:00.018) 0:03:11.284 ******* 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1159 Friday 08 December 2023 22:18:35 +0000 (0:00:00.019) 0:03:11.303 ******* 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1168 Friday 08 December 2023 22:18:35 +0000 (0:00:00.025) 0:03:11.328 ******* 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1175 Friday 08 December 2023 22:18:35 +0000 (0:00:00.035) 0:03:11.364 ******* 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1182 Friday 08 December 2023 22:18:35 +0000 (0:00:00.024) 0:03:11.389 ******* 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1190 Friday 08 December 2023 22:18:35 +0000 (0:00:00.035) 0:03:11.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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1197 Friday 08 December 2023 22:18:35 +0000 (0:00:00.021) 0:03:11.446 ******* 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1209 Friday 08 December 2023 22:18:35 +0000 (0:00:00.024) 0:03:11.470 ******* 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1218 Friday 08 December 2023 22:18:35 +0000 (0:00:00.019) 0:03:11.490 ******* 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1225 Friday 08 December 2023 22:18:35 +0000 (0:00:00.019) 0:03:11.510 ******* 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1231 Friday 08 December 2023 22:18:35 +0000 (0:00:00.070) 0:03:11.581 ******* 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1239 Friday 08 December 2023 22:18:35 +0000 (0:00:00.019) 0:03:11.600 ******* 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1252 Friday 08 December 2023 22:18:35 +0000 (0:00:00.023) 0:03:11.624 ******* 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1264 Friday 08 December 2023 22:18:35 +0000 (0:00:00.023) 0:03:11.647 ******* 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1270 Friday 08 December 2023 22:18:35 +0000 (0:00:00.019) 0:03:11.667 ******* 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1279 Friday 08 December 2023 22:18:36 +0000 (0:00:00.019) 0:03:11.686 ******* ok: [sut] => { "changed": false } TASK [fedora.linux_system_roles.mssql : Flush handlers prior to inputting post SQL scripts] *** task path: /WORKDIR/git-storage-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1288 Friday 08 December 2023 22:18:36 +0000 (0:00:00.182) 0:03:11.868 ******* META: triggered running handlers for sut TASK [fedora.linux_system_roles.mssql : Post-input SQL scripts to SQL Server] *** task path: /WORKDIR/git-storage-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1292 Friday 08 December 2023 22:18:36 +0000 (0:00:00.017) 0:03:11.886 ******* 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1299 Friday 08 December 2023 22:18:36 +0000 (0:00:00.018) 0:03:11.905 ******* skipping: [sut] => { "changed": false, "false_condition": "mssql_post_input_sql_content != []", "skip_reason": "Conditional result was False" } TASK [Verify disabled settings] ************************************************ task path: /WORKDIR/git-storage-selinux024dcq7d/tests/tasks/tests_idempotency.yml:88 Friday 08 December 2023 22:18:36 +0000 (0:00:00.027) 0:03:11.932 ******* included: /WORKDIR/git-storage-selinux024dcq7d/tests/tasks/verify_settings.yml for sut TASK [Check if the errorlog file exists and its location] ********************** task path: /WORKDIR/git-storage-selinux024dcq7d/tests/tasks/verify_settings.yml:8 Friday 08 December 2023 22:18:36 +0000 (0:00:00.172) 0:03:12.105 ******* ok: [sut] => { "changed": false, "cmd": "set -euo pipefail\nerrorlog=\"$(grep '^errorlogfile' /var/opt/mssql/mssql.conf \\\n2>&1 | sed 's\\errorlogfile : \\\\')\" || :\nif [ -f \"${errorlog}\" ]; then\n echo \"${errorlog}\"\nelif [ -f /var/opt/mssql/log/errorlog ]; then\n echo \"/var/opt/mssql/log/errorlog\"\nelse\n echo \"\"\nfi\n", "delta": "0:00:00.005435", "end": "2023-12-08 22:18:36.556940", "rc": 0, "start": "2023-12-08 22:18:36.551505" } STDOUT: /var/opt/mssql/log/errorlog TASK [Check if the set edition matches the existing edition] ******************* task path: /WORKDIR/git-storage-selinux024dcq7d/tests/tasks/verify_settings.yml:23 Friday 08 December 2023 22:18:36 +0000 (0:00:00.142) 0:03:12.247 ******* ok: [sut] => { "changed": false, "cmd": "errorlog_edition=\"$(grep -oi 'Standard edition' \\\n/var/opt/mssql/log/errorlog)\"\nif [ -z \"${errorlog_edition}\" ]; then\n echo false\nelse\n echo true\nfi\n", "delta": "0:00:00.005660", "end": "2023-12-08 22:18:36.697401", "rc": 0, "start": "2023-12-08 22:18:36.691741" } STDOUT: true TASK [Verify if the edition matches] ******************************************* task path: /WORKDIR/git-storage-selinux024dcq7d/tests/tasks/verify_settings.yml:35 Friday 08 December 2023 22:18:36 +0000 (0:00:00.143) 0:03:12.391 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the setting {{ item.key }}] *************************************** task path: /WORKDIR/git-storage-selinux024dcq7d/tests/tasks/verify_settings.yml:39 Friday 08 December 2023 22:18:36 +0000 (0:00:00.021) 0:03:12.412 ******* included: /WORKDIR/git-storage-selinux024dcq7d/tests/tasks/mssql_conf_verify.yml for sut => (item={'key': 'ipaddress', 'value': '127.0.0.1'}) included: /WORKDIR/git-storage-selinux024dcq7d/tests/tasks/mssql_conf_verify.yml for sut => (item={'key': 'tcpport', 'value': 1435}) included: /WORKDIR/git-storage-selinux024dcq7d/tests/tasks/mssql_conf_verify.yml for sut => (item={'key': 'defaultdatadir', 'value': '/var/opt/mssql/data'}) included: /WORKDIR/git-storage-selinux024dcq7d/tests/tasks/mssql_conf_verify.yml for sut => (item={'key': 'defaultlogdir', 'value': '/var/opt/mssql/log'}) included: /WORKDIR/git-storage-selinux024dcq7d/tests/tasks/mssql_conf_verify.yml for sut => (item={'key': 'enabled', 'value': False}) TASK [Get the value of the setting ipaddress] ********************************** task path: /WORKDIR/git-storage-selinux024dcq7d/tests/tasks/mssql_conf_verify.yml:7 Friday 08 December 2023 22:18:36 +0000 (0:00:00.111) 0:03:12.524 ******* ok: [sut] => { "changed": false, "cmd": "grep '^ipaddress' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004596", "end": "2023-12-08 22:18:36.973983", "rc": 0, "start": "2023-12-08 22:18:36.969387" } STDOUT: ipaddress = 127.0.0.1 TASK [Verify the setting when it is type str ipaddress] ************************ task path: /WORKDIR/git-storage-selinux024dcq7d/tests/tasks/mssql_conf_verify.yml:14 Friday 08 December 2023 22:18:36 +0000 (0:00:00.142) 0:03:12.666 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the setting when it is type bool ipaddress] *********************** task path: /WORKDIR/git-storage-selinux024dcq7d/tests/tasks/mssql_conf_verify.yml:25 Friday 08 December 2023 22:18:37 +0000 (0:00:00.027) 0:03:12.693 ******* skipping: [sut] => { "changed": false, "false_condition": "__mssql_conf_value | type_debug == 'bool'", "skip_reason": "Conditional result was False" } TASK [Verify that tcpport = 127.0.0.1] ***************************************** task path: /WORKDIR/git-storage-selinux024dcq7d/tests/tasks/mssql_conf_verify.yml:40 Friday 08 December 2023 22:18:37 +0000 (0:00:00.019) 0:03:12.713 ******* skipping: [sut] => { "changed": false, "false_condition": "__mssql_conf_setting == \"tcpport\"", "skip_reason": "Conditional result was False" } TASK [Get the value of the setting tcpport] ************************************ task path: /WORKDIR/git-storage-selinux024dcq7d/tests/tasks/mssql_conf_verify.yml:7 Friday 08 December 2023 22:18:37 +0000 (0:00:00.019) 0:03:12.732 ******* ok: [sut] => { "changed": false, "cmd": "grep '^tcpport' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004485", "end": "2023-12-08 22:18:37.182649", "rc": 0, "start": "2023-12-08 22:18:37.178164" } STDOUT: tcpport = 1435 TASK [Verify the setting when it is type str tcpport] ************************** task path: /WORKDIR/git-storage-selinux024dcq7d/tests/tasks/mssql_conf_verify.yml:14 Friday 08 December 2023 22:18:37 +0000 (0:00:00.144) 0:03:12.877 ******* skipping: [sut] => { "changed": false, "false_condition": "__mssql_conf_setting != \"tcpport\"", "skip_reason": "Conditional result was False" } TASK [Verify the setting when it is type bool tcpport] ************************* task path: /WORKDIR/git-storage-selinux024dcq7d/tests/tasks/mssql_conf_verify.yml:25 Friday 08 December 2023 22:18:37 +0000 (0:00:00.023) 0:03:12.901 ******* skipping: [sut] => { "changed": false, "false_condition": "__mssql_conf_value | type_debug == 'bool'", "skip_reason": "Conditional result was False" } TASK [Verify that tcpport = 1435] ********************************************** task path: /WORKDIR/git-storage-selinux024dcq7d/tests/tasks/mssql_conf_verify.yml:40 Friday 08 December 2023 22:18:37 +0000 (0:00:00.023) 0:03:12.924 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get the value of the setting defaultdatadir] ***************************** task path: /WORKDIR/git-storage-selinux024dcq7d/tests/tasks/mssql_conf_verify.yml:7 Friday 08 December 2023 22:18:37 +0000 (0:00:00.025) 0:03:12.950 ******* ok: [sut] => { "changed": false, "cmd": "grep '^defaultdatadir' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004551", "end": "2023-12-08 22:18:37.393753", "rc": 0, "start": "2023-12-08 22:18:37.389202" } STDOUT: defaultdatadir = /var/opt/mssql/data TASK [Verify the setting when it is type str defaultdatadir] ******************* task path: /WORKDIR/git-storage-selinux024dcq7d/tests/tasks/mssql_conf_verify.yml:14 Friday 08 December 2023 22:18:37 +0000 (0:00:00.137) 0:03:13.088 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the setting when it is type bool defaultdatadir] ****************** task path: /WORKDIR/git-storage-selinux024dcq7d/tests/tasks/mssql_conf_verify.yml:25 Friday 08 December 2023 22:18:37 +0000 (0:00:00.026) 0:03:13.114 ******* skipping: [sut] => { "changed": false, "false_condition": "__mssql_conf_value | type_debug == 'bool'", "skip_reason": "Conditional result was False" } TASK [Verify that tcpport = /var/opt/mssql/data] ******************************* task path: /WORKDIR/git-storage-selinux024dcq7d/tests/tasks/mssql_conf_verify.yml:40 Friday 08 December 2023 22:18:37 +0000 (0:00:00.019) 0:03:13.134 ******* skipping: [sut] => { "changed": false, "false_condition": "__mssql_conf_setting == \"tcpport\"", "skip_reason": "Conditional result was False" } TASK [Get the value of the setting defaultlogdir] ****************************** task path: /WORKDIR/git-storage-selinux024dcq7d/tests/tasks/mssql_conf_verify.yml:7 Friday 08 December 2023 22:18:37 +0000 (0:00:00.018) 0:03:13.152 ******* ok: [sut] => { "changed": false, "cmd": "grep '^defaultlogdir' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004888", "end": "2023-12-08 22:18:37.598591", "rc": 0, "start": "2023-12-08 22:18:37.593703" } STDOUT: defaultlogdir = /var/opt/mssql/log TASK [Verify the setting when it is type str defaultlogdir] ******************** task path: /WORKDIR/git-storage-selinux024dcq7d/tests/tasks/mssql_conf_verify.yml:14 Friday 08 December 2023 22:18:37 +0000 (0:00:00.140) 0:03:13.292 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the setting when it is type bool defaultlogdir] ******************* task path: /WORKDIR/git-storage-selinux024dcq7d/tests/tasks/mssql_conf_verify.yml:25 Friday 08 December 2023 22:18:37 +0000 (0:00:00.025) 0:03:13.318 ******* skipping: [sut] => { "changed": false, "false_condition": "__mssql_conf_value | type_debug == 'bool'", "skip_reason": "Conditional result was False" } TASK [Verify that tcpport = /var/opt/mssql/log] ******************************** task path: /WORKDIR/git-storage-selinux024dcq7d/tests/tasks/mssql_conf_verify.yml:40 Friday 08 December 2023 22:18:37 +0000 (0:00:00.019) 0:03:13.337 ******* skipping: [sut] => { "changed": false, "false_condition": "__mssql_conf_setting == \"tcpport\"", "skip_reason": "Conditional result was False" } TASK [Get the value of the setting enabled] ************************************ task path: /WORKDIR/git-storage-selinux024dcq7d/tests/tasks/mssql_conf_verify.yml:7 Friday 08 December 2023 22:18:37 +0000 (0:00:00.018) 0:03:13.356 ******* ok: [sut] => { "changed": false, "cmd": "grep '^enabled' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004794", "end": "2023-12-08 22:18:37.802510", "rc": 0, "start": "2023-12-08 22:18:37.797716" } STDOUT: enabled = False TASK [Verify the setting when it is type str enabled] ************************** task path: /WORKDIR/git-storage-selinux024dcq7d/tests/tasks/mssql_conf_verify.yml:14 Friday 08 December 2023 22:18:37 +0000 (0:00:00.140) 0:03:13.496 ******* skipping: [sut] => { "changed": false, "false_condition": "__mssql_conf_value | type_debug != 'bool'", "skip_reason": "Conditional result was False" } TASK [Verify the setting when it is type bool enabled] ************************* task path: /WORKDIR/git-storage-selinux024dcq7d/tests/tasks/mssql_conf_verify.yml:25 Friday 08 December 2023 22:18:37 +0000 (0:00:00.023) 0:03:13.519 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify that tcpport = False] ********************************************* task path: /WORKDIR/git-storage-selinux024dcq7d/tests/tasks/mssql_conf_verify.yml:40 Friday 08 December 2023 22:18:37 +0000 (0:00:00.072) 0:03:13.592 ******* skipping: [sut] => { "changed": false, "false_condition": "__mssql_conf_setting == \"tcpport\"", "skip_reason": "Conditional result was False" } TASK [Get stat of mssql_datadir] *********************************************** task path: /WORKDIR/git-storage-selinux024dcq7d/tests/tasks/verify_settings.yml:55 Friday 08 December 2023 22:18:37 +0000 (0:00:00.019) 0:03:13.611 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1702073771.8472953, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "binary", "ctime": 1702073771.7852979, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 994, "gr_name": "mssql", "inode": 263539, "isblk": false, "ischr": false, "isdir": true, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/directory", "mode": "0755", "mtime": 1702073771.7852979, "nlink": 2, "path": "/var/opt/mssql/data", "pw_name": "mssql", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 4096, "uid": 996, "version": "749089867", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [Assert that mssql_datadir has proper permissions and ownership] ********** task path: /WORKDIR/git-storage-selinux024dcq7d/tests/tasks/verify_settings.yml:60 Friday 08 December 2023 22:18:38 +0000 (0:00:00.140) 0:03:13.751 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get stat of mssql_logdir] ************************************************ task path: /WORKDIR/git-storage-selinux024dcq7d/tests/tasks/verify_settings.yml:70 Friday 08 December 2023 22:18:38 +0000 (0:00:00.029) 0:03:13.780 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1702073903.9551635, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "binary", "ctime": 1702073903.9631631, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 994, "gr_name": "mssql", "inode": 263540, "isblk": false, "ischr": false, "isdir": true, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/directory", "mode": "0755", "mtime": 1702073903.9631631, "nlink": 2, "path": "/var/opt/mssql/log", "pw_name": "mssql", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 4096, "uid": 996, "version": "749089868", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [Assert that mssql_logdir has proper permissions and ownership] *********** task path: /WORKDIR/git-storage-selinux024dcq7d/tests/tasks/verify_settings.yml:75 Friday 08 December 2023 22:18:38 +0000 (0:00:00.141) 0:03:13.921 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Prepare MSSQL and facts for logging in] ********************************** task path: /WORKDIR/git-storage-selinux024dcq7d/tests/tasks/verify_settings.yml:85 Friday 08 December 2023 22:18:38 +0000 (0:00:00.027) 0:03:13.949 ******* TASK [fedora.linux_system_roles.mssql : Ensure that the mssql-server service is started] *** task path: /WORKDIR/git-storage-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/verify_password.yml:3 Friday 08 December 2023 22:18:38 +0000 (0:00:00.038) 0:03:13.988 ******* ok: [sut] => { "changed": false, "name": "mssql-server", "state": "started", "status": { "ActiveEnterTimestamp": "Fri 2023-12-08 22:18:21 UTC", "ActiveEnterTimestampMonotonic": "1435210021", "ActiveExitTimestamp": "Fri 2023-12-08 22:18:01 UTC", "ActiveExitTimestampMonotonic": "1415940591", "ActiveState": "active", "After": "system.slice network.target basic.target auditd.service systemd-journald.socket -.mount", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Fri 2023-12-08 22:18:21 UTC", "AssertTimestampMonotonic": "1435209327", "Before": "multi-user.target shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "18446744073709551615", "CPUAccounting": "no", "CPUQuotaPerSecUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "18446744073709551615", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "18446744073709551615", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Fri 2023-12-08 22:18:21 UTC", "ConditionTimestampMonotonic": "1435209325", "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": "16032", "ExecMainStartTimestamp": "Fri 2023-12-08 22:18:21 UTC", "ExecMainStartTimestampMonotonic": "1435209955", "ExecMainStatus": "0", "ExecStart": "{ path=/opt/mssql/bin/sqlservr ; argv[]=/opt/mssql/bin/sqlservr ; ignore_errors=no ; start_time=[Fri 2023-12-08 22:18:21 UTC] ; stop_time=[n/a] ; pid=16032 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/mssql-server.service", "GuessMainPID": "yes", "IOScheduling": "0", "Id": "mssql-server.service", "IgnoreOnIsolate": "no", "IgnoreOnSnapshot": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestamp": "Fri 2023-12-08 22:18:02 UTC", "InactiveEnterTimestampMonotonic": "1416155150", "InactiveExitTimestamp": "Fri 2023-12-08 22:18:21 UTC", "InactiveExitTimestampMonotonic": "1435210021", "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": "16032", "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": "basic.target -.mount system.slice", "RequiresMountsFor": "/var/opt/mssql", "Restart": "on-failure", "RestartUSec": "100ms", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "0", "StartLimitInterval": "0", "StartupBlockIOWeight": "18446744073709551615", "StartupCPUShares": "18446744073709551615", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "no", "TasksCurrent": "18446744073709551615", "TasksMax": "18446744073709551615", "TimeoutStartUSec": "30min", "TimeoutStopUSec": "30min", "TimerSlackNSec": "50000", "Transient": "no", "Type": "simple", "UMask": "0007", "UnitFilePreset": "disabled", "UnitFileState": "enabled", "User": "mssql", "WantedBy": "multi-user.target", "WatchdogTimestamp": "Fri 2023-12-08 22:18:21 UTC", "WatchdogTimestampMonotonic": "1435209995", "WatchdogUSec": "0", "WorkingDirectory": "/var/opt/mssql" } } TASK [fedora.linux_system_roles.mssql : Check if a custom tcpport setting exist] *** task path: /WORKDIR/git-storage-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/verify_password.yml:8 Friday 08 December 2023 22:18:38 +0000 (0:00:00.217) 0:03:14.206 ******* ok: [sut] => { "changed": false, "cmd": [ "grep", "^tcpport = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003485", "end": "2023-12-08 22:18:38.654147", "failed_when_result": false, "rc": 0, "start": "2023-12-08 22:18:38.650662" } STDOUT: tcpport = 1435 TASK [fedora.linux_system_roles.mssql : Check if a custom ipaddress setting exist] *** task path: /WORKDIR/git-storage-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/verify_password.yml:14 Friday 08 December 2023 22:18:38 +0000 (0:00:00.140) 0:03:14.347 ******* ok: [sut] => { "changed": false, "cmd": [ "grep", "^ipaddress = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003511", "end": "2023-12-08 22:18:38.793307", "failed_when_result": false, "rc": 0, "start": "2023-12-08 22:18:38.789796" } STDOUT: ipaddress = 127.0.0.1 TASK [fedora.linux_system_roles.mssql : Set a fact with a login command] ******* task path: /WORKDIR/git-storage-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/verify_password.yml:20 Friday 08 December 2023 22:18:38 +0000 (0:00:00.143) 0:03:14.490 ******* 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-selinux024dcq7d/tests/tasks/verify_settings.yml:93 Friday 08 December 2023 22:18:38 +0000 (0:00:00.040) 0:03:14.531 ******* ok: [sut] => { "changed": false, "elapsed": 18, "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": 6889, "state": "file", "uid": 996 } TASK [Check if the set password matches the existing password] ***************** task path: /WORKDIR/git-storage-selinux024dcq7d/tests/tasks/verify_settings.yml:100 Friday 08 December 2023 22:18:57 +0000 (0:00:18.184) 0:03:32.715 ******* ok: [sut] => { "attempts": 1, "changed": false, "cmd": [ "/opt/mssql-tools/bin/sqlcmd", "-S", "127.0.0.1,1435", "-U", "sa", "-P", "p@55w0rD1", "-Q", "SELECT @@VERSION" ], "delta": "0:00:00.022563", "end": "2023-12-08 22:18:57.200427", "rc": 0, "start": "2023-12-08 22:18:57.177864" } STDOUT: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ Microsoft SQL Server 2017 (RTM-CU31-GDR) (KB5029376) - 14.0.3465.1 (X64) Jul 30 2023 15:31:58 Copyright (C) 2017 Microsoft Corporation Standard Edition (64-bit) on Linux (CentOS Linux 7 (Core)) (1 rows affected) TASK [Set the mssql_password variable to default null] ************************* task path: /WORKDIR/git-storage-selinux024dcq7d/tests/tasks/verify_settings.yml:114 Friday 08 December 2023 22:18:57 +0000 (0:00:00.191) 0:03:32.906 ******* ok: [sut] => { "ansible_facts": { "mssql_password": null }, "changed": false } TASK [Verify the package mssql-server-fts] ************************************* task path: /WORKDIR/git-storage-selinux024dcq7d/tests/tasks/verify_settings.yml:118 Friday 08 December 2023 22:18:57 +0000 (0:00:00.024) 0:03:32.930 ******* included: /WORKDIR/git-storage-selinux024dcq7d/tests/tasks/verify_package.yml for sut TASK [Gather package facts] **************************************************** task path: /WORKDIR/git-storage-selinux024dcq7d/tests/tasks/verify_package.yml:7 Friday 08 December 2023 22:18:57 +0000 (0:00:00.034) 0:03:32.965 ******* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [Verify if the package is installed mssql-server-fts] ********************* task path: /WORKDIR/git-storage-selinux024dcq7d/tests/tasks/verify_package.yml:12 Friday 08 December 2023 22:18:58 +0000 (0:00:01.113) 0:03:34.078 ******* skipping: [sut] => { "changed": false, "false_condition": "__mssql_verify_package_installed | bool", "skip_reason": "Conditional result was False" } TASK [Verify if the package is not installed mssql-server-fts] ***************** task path: /WORKDIR/git-storage-selinux024dcq7d/tests/tasks/verify_package.yml:17 Friday 08 December 2023 22:18:58 +0000 (0:00:00.023) 0:03:34.102 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the package powershell] ******************************************* task path: /WORKDIR/git-storage-selinux024dcq7d/tests/tasks/verify_settings.yml:125 Friday 08 December 2023 22:18:58 +0000 (0:00:00.033) 0:03:34.136 ******* included: /WORKDIR/git-storage-selinux024dcq7d/tests/tasks/verify_package.yml for sut TASK [Gather package facts] **************************************************** task path: /WORKDIR/git-storage-selinux024dcq7d/tests/tasks/verify_package.yml:7 Friday 08 December 2023 22:18:58 +0000 (0:00:00.042) 0:03:34.179 ******* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [Verify if the package is installed powershell] *************************** task path: /WORKDIR/git-storage-selinux024dcq7d/tests/tasks/verify_package.yml:12 Friday 08 December 2023 22:18:59 +0000 (0:00:00.978) 0:03:35.157 ******* skipping: [sut] => { "changed": false, "false_condition": "__mssql_verify_package_installed | bool", "skip_reason": "Conditional result was False" } TASK [Verify if the package is not installed powershell] *********************** task path: /WORKDIR/git-storage-selinux024dcq7d/tests/tasks/verify_package.yml:17 Friday 08 December 2023 22:18:59 +0000 (0:00:00.033) 0:03:35.190 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get the value of the traceflag setting] ********************************** task path: /WORKDIR/git-storage-selinux024dcq7d/tests/tasks/verify_settings.yml:136 Friday 08 December 2023 22:18:59 +0000 (0:00:00.033) 0:03:35.223 ******* ok: [sut] => { "changed": false, "cmd": "grep '^traceflag' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004558", "end": "2023-12-08 22:18:59.672104", "rc": 0, "start": "2023-12-08 22:18:59.667546" } TASK [Verify that the traceflag setting is set to 3979] ************************ task path: /WORKDIR/git-storage-selinux024dcq7d/tests/tasks/verify_settings.yml:141 Friday 08 December 2023 22:18:59 +0000 (0:00:00.143) 0:03:35.367 ******* skipping: [sut] => { "changed": false, "false_condition": "__verify_mssql_is_tuned_for_fua | bool", "skip_reason": "Conditional result was False" } TASK [Verify that the traceflag setting is not set to 3979] ******************** task path: /WORKDIR/git-storage-selinux024dcq7d/tests/tasks/verify_settings.yml:146 Friday 08 December 2023 22:18:59 +0000 (0:00:00.025) 0:03:35.393 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify that the alternatewritethrough setting is false] ****************** task path: /WORKDIR/git-storage-selinux024dcq7d/tests/tasks/verify_settings.yml:152 Friday 08 December 2023 22:18:59 +0000 (0:00:00.029) 0:03:35.422 ******* included: /WORKDIR/git-storage-selinux024dcq7d/tests/tasks/mssql_conf_verify.yml for sut TASK [Get the value of the setting alternatewritethrough] ********************** task path: /WORKDIR/git-storage-selinux024dcq7d/tests/tasks/mssql_conf_verify.yml:7 Friday 08 December 2023 22:18:59 +0000 (0:00:00.047) 0:03:35.469 ******* ok: [sut] => { "changed": false, "cmd": "grep '^alternatewritethrough' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004767", "end": "2023-12-08 22:18:59.917225", "rc": 0, "start": "2023-12-08 22:18:59.912458" } STDOUT: alternatewritethrough = 0 TASK [Verify the setting when it is type str alternatewritethrough] ************ task path: /WORKDIR/git-storage-selinux024dcq7d/tests/tasks/mssql_conf_verify.yml:14 Friday 08 December 2023 22:18:59 +0000 (0:00:00.142) 0:03:35.612 ******* skipping: [sut] => { "changed": false, "false_condition": "__mssql_conf_value | type_debug != 'bool'", "skip_reason": "Conditional result was False" } TASK [Verify the setting when it is type bool alternatewritethrough] *********** task path: /WORKDIR/git-storage-selinux024dcq7d/tests/tasks/mssql_conf_verify.yml:25 Friday 08 December 2023 22:18:59 +0000 (0:00:00.023) 0:03:35.635 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify that tcpport = False] ********************************************* task path: /WORKDIR/git-storage-selinux024dcq7d/tests/tasks/mssql_conf_verify.yml:40 Friday 08 December 2023 22:18:59 +0000 (0:00:00.023) 0:03:35.658 ******* skipping: [sut] => { "changed": false, "false_condition": "__mssql_conf_setting == \"tcpport\"", "skip_reason": "Conditional result was False" } TASK [Verify the writethrough setting] ***************************************** task path: /WORKDIR/git-storage-selinux024dcq7d/tests/tasks/verify_settings.yml:158 Friday 08 December 2023 22:19:00 +0000 (0:00:00.091) 0:03:35.750 ******* included: /WORKDIR/git-storage-selinux024dcq7d/tests/tasks/mssql_conf_verify.yml for sut TASK [Get the value of the setting writethrough] ******************************* task path: /WORKDIR/git-storage-selinux024dcq7d/tests/tasks/mssql_conf_verify.yml:7 Friday 08 December 2023 22:19:00 +0000 (0:00:00.032) 0:03:35.783 ******* ok: [sut] => { "changed": false, "cmd": "grep '^writethrough' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004854", "end": "2023-12-08 22:19:00.234695", "rc": 0, "start": "2023-12-08 22:19:00.229841" } STDOUT: writethrough = 0 TASK [Verify the setting when it is type str writethrough] ********************* task path: /WORKDIR/git-storage-selinux024dcq7d/tests/tasks/mssql_conf_verify.yml:14 Friday 08 December 2023 22:19:00 +0000 (0:00:00.150) 0:03:35.933 ******* skipping: [sut] => { "changed": false, "false_condition": "__mssql_conf_value | type_debug != 'bool'", "skip_reason": "Conditional result was False" } TASK [Verify the setting when it is type bool writethrough] ******************** task path: /WORKDIR/git-storage-selinux024dcq7d/tests/tasks/mssql_conf_verify.yml:25 Friday 08 December 2023 22:19:00 +0000 (0:00:00.022) 0:03:35.955 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify that tcpport = False] ********************************************* task path: /WORKDIR/git-storage-selinux024dcq7d/tests/tasks/mssql_conf_verify.yml:40 Friday 08 December 2023 22:19:00 +0000 (0:00:00.024) 0:03:35.980 ******* skipping: [sut] => { "changed": false, "false_condition": "__mssql_conf_setting == \"tcpport\"", "skip_reason": "Conditional result was False" } TASK [Verify the tlscert setting] ********************************************** task path: /WORKDIR/git-storage-selinux024dcq7d/tests/tasks/verify_settings.yml:168 Friday 08 December 2023 22:19:00 +0000 (0:00:00.020) 0:03:36.000 ******* 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-selinux024dcq7d/tests/tasks/verify_settings.yml:179 Friday 08 December 2023 22:19:00 +0000 (0:00:00.017) 0:03:36.018 ******* 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-selinux024dcq7d/tests/tasks/verify_settings.yml:191 Friday 08 December 2023 22:19:00 +0000 (0:00:00.017) 0:03:36.035 ******* 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-selinux024dcq7d/tests/tasks/verify_settings.yml:199 Friday 08 December 2023 22:19:00 +0000 (0:00:00.017) 0:03:36.053 ******* 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-selinux024dcq7d/tests/tasks/verify_settings.yml:209 Friday 08 December 2023 22:19:00 +0000 (0:00:00.017) 0:03:36.070 ******* 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-selinux024dcq7d/tests/tasks/verify_settings.yml:214 Friday 08 December 2023 22:19:00 +0000 (0:00:00.018) 0:03:36.089 ******* 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-selinux024dcq7d/tests/tasks/verify_settings.yml:220 Friday 08 December 2023 22:19:00 +0000 (0:00:00.019) 0:03:36.108 ******* 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-selinux024dcq7d/tests/tasks/tests_idempotency.yml:105 Friday 08 December 2023 22:19:00 +0000 (0:00:00.021) 0:03:36.130 ******* included: /WORKDIR/git-storage-selinux024dcq7d/tests/tasks/check_header.yml for sut TASK [Grep the ansible_managed header in /var/opt/mssql/mssql.conf] ************ task path: /WORKDIR/git-storage-selinux024dcq7d/tests/tasks/check_header.yml:4 Friday 08 December 2023 22:19:00 +0000 (0:00:00.172) 0:03:36.303 ******* ok: [sut] => { "changed": false, "cmd": [ "grep", "Ansible managed\n", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003497", "end": "2023-12-08 22:19:00.839872", "rc": 0, "start": "2023-12-08 22:19:00.836375" } STDOUT: # BEGIN ANSIBLE MANAGED BLOCK # # Ansible managed # # system_role:mssql # END ANSIBLE MANAGED BLOCK [sqlagent] enabled = False [EULA] accepteula = Y [filelocation] defaultdatadir = /var/opt/mssql/data defaultlogdir = /var/opt/mssql/log [network] ipaddress = 127.0.0.1 tcpport = 1435 [traceflag] [control] alternatewritethrough = 0 writethrough = 0 TASK [Clean up after the role invocation] ************************************** task path: /WORKDIR/git-storage-selinux024dcq7d/tests/tests_idempotency_2017.yml:17 Friday 08 December 2023 22:19:00 +0000 (0:00:00.229) 0:03:36.532 ******* included: /WORKDIR/git-storage-selinux024dcq7d/tests/tasks/cleanup.yml for sut TASK [Gather package facts] **************************************************** task path: /WORKDIR/git-storage-selinux024dcq7d/tests/tasks/cleanup.yml:2 Friday 08 December 2023 22:19:00 +0000 (0:00:00.080) 0:03:36.612 ******* 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-selinux024dcq7d/tests/tasks/cleanup.yml:6 Friday 08 December 2023 22:19:01 +0000 (0:00:00.946) 0:03:37.559 ******* 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-selinux024dcq7d/tests/tasks/cleanup.yml:14 Friday 08 December 2023 22:19:01 +0000 (0:00:00.022) 0:03:37.581 ******* ok: [sut] => { "ansible_python_version": "2.7.5" } TASK [Purge firewall configuration] ******************************************** task path: /WORKDIR/git-storage-selinux024dcq7d/tests/tasks/cleanup.yml:18 Friday 08 December 2023 22:19:01 +0000 (0:00:00.018) 0:03:37.599 ******* TASK [fedora.linux_system_roles.firewall : Setup firewalld] ******************** task path: /WORKDIR/git-storage-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:2 Friday 08 December 2023 22:19:01 +0000 (0:00:00.045) 0:03:37.645 ******* included: /WORKDIR/git-storage-selinux024dcq7d/.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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:2 Friday 08 December 2023 22:19:02 +0000 (0:00:00.032) 0:03:37.677 ******* 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:10 Friday 08 December 2023 22:19:02 +0000 (0:00:00.029) 0:03:37.707 ******* 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:15 Friday 08 December 2023 22:19:02 +0000 (0:00:00.139) 0:03:37.846 ******* ok: [sut] => { "ansible_facts": { "__firewall_is_ostree": false }, "changed": false } TASK [fedora.linux_system_roles.firewall : Install firewalld] ****************** task path: /WORKDIR/git-storage-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:19 Friday 08 December 2023 22:19:02 +0000 (0:00:00.023) 0:03:37.870 ******* 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:5 Friday 08 December 2023 22:19:02 +0000 (0:00:00.320) 0:03:38.191 ******* 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:9 Friday 08 December 2023 22:19:02 +0000 (0:00:00.018) 0:03:38.209 ******* 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:22 Friday 08 December 2023 22:19:02 +0000 (0:00:00.021) 0:03:38.231 ******* ok: [sut] => { "changed": false, "name": "firewalld", "status": { "ActiveEnterTimestamp": "Fri 2023-12-08 22:14:40 UTC", "ActiveEnterTimestampMonotonic": "1214686495", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "dbus.service basic.target polkit.service system.slice", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Fri 2023-12-08 22:14:40 UTC", "AssertTimestampMonotonic": "1214087577", "Before": "network-pre.target multi-user.target shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "18446744073709551615", "BusName": "org.fedoraproject.FirewallD1", "CPUAccounting": "no", "CPUQuotaPerSecUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "18446744073709551615", "CanIsolate": "no", "CanReload": "yes", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "18446744073709551615", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Fri 2023-12-08 22:14:40 UTC", "ConditionTimestampMonotonic": "1214087576", "Conflicts": "ipset.service shutdown.target iptables.service ip6tables.service ebtables.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": "11815", "ExecMainStartTimestamp": "Fri 2023-12-08 22:14:40 UTC", "ExecMainStartTimestampMonotonic": "1214089815", "ExecMainStatus": "0", "ExecReload": "{ path=/bin/kill ; argv[]=/bin/kill -HUP $MAINPID ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStart": "{ path=/usr/sbin/firewalld ; argv[]=/usr/sbin/firewalld --nofork --nopid $FIREWALLD_ARGS ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/firewalld.service", "GuessMainPID": "yes", "IOScheduling": "0", "Id": "firewalld.service", "IgnoreOnIsolate": "no", "IgnoreOnSnapshot": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestamp": "Fri 2023-12-08 22:14:40 UTC", "InactiveExitTimestampMonotonic": "1214089862", "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": "11815", "MemoryAccounting": "no", "MemoryCurrent": "18446744073709551615", "MemoryLimit": "18446744073709551615", "MountFlags": "0", "Names": "dbus-org.fedoraproject.FirewallD1.service firewalld.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "PrivateDevices": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "ProtectHome": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "Requires": "basic.target system.slice", "Restart": "no", "RestartUSec": "100ms", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "null", "StandardInput": "null", "StandardOutput": "null", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitInterval": "10000000", "StartupBlockIOWeight": "18446744073709551615", "StartupCPUShares": "18446744073709551615", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "no", "TasksCurrent": "18446744073709551615", "TasksMax": "18446744073709551615", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "dbus", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "WantedBy": "multi-user.target", "Wants": "network-pre.target", "WatchdogTimestamp": "Fri 2023-12-08 22:14:40 UTC", "WatchdogTimestampMonotonic": "1214686213", "WatchdogUSec": "0" } } TASK [fedora.linux_system_roles.firewall : Enable and start firewalld service] *** task path: /WORKDIR/git-storage-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:28 Friday 08 December 2023 22:19:02 +0000 (0:00:00.216) 0:03:38.447 ******* ok: [sut] => { "changed": false, "enabled": true, "name": "firewalld", "state": "started", "status": { "ActiveEnterTimestamp": "Fri 2023-12-08 22:14:40 UTC", "ActiveEnterTimestampMonotonic": "1214686495", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "dbus.service basic.target polkit.service system.slice", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Fri 2023-12-08 22:14:40 UTC", "AssertTimestampMonotonic": "1214087577", "Before": "network-pre.target multi-user.target shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "18446744073709551615", "BusName": "org.fedoraproject.FirewallD1", "CPUAccounting": "no", "CPUQuotaPerSecUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "18446744073709551615", "CanIsolate": "no", "CanReload": "yes", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "18446744073709551615", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Fri 2023-12-08 22:14:40 UTC", "ConditionTimestampMonotonic": "1214087576", "Conflicts": "ipset.service shutdown.target iptables.service ip6tables.service ebtables.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": "11815", "ExecMainStartTimestamp": "Fri 2023-12-08 22:14:40 UTC", "ExecMainStartTimestampMonotonic": "1214089815", "ExecMainStatus": "0", "ExecReload": "{ path=/bin/kill ; argv[]=/bin/kill -HUP $MAINPID ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStart": "{ path=/usr/sbin/firewalld ; argv[]=/usr/sbin/firewalld --nofork --nopid $FIREWALLD_ARGS ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/firewalld.service", "GuessMainPID": "yes", "IOScheduling": "0", "Id": "firewalld.service", "IgnoreOnIsolate": "no", "IgnoreOnSnapshot": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestamp": "Fri 2023-12-08 22:14:40 UTC", "InactiveExitTimestampMonotonic": "1214089862", "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": "11815", "MemoryAccounting": "no", "MemoryCurrent": "18446744073709551615", "MemoryLimit": "18446744073709551615", "MountFlags": "0", "Names": "dbus-org.fedoraproject.FirewallD1.service firewalld.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "PrivateDevices": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "ProtectHome": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "Requires": "basic.target system.slice", "Restart": "no", "RestartUSec": "100ms", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "null", "StandardInput": "null", "StandardOutput": "null", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitInterval": "10000000", "StartupBlockIOWeight": "18446744073709551615", "StartupCPUShares": "18446744073709551615", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "no", "TasksCurrent": "18446744073709551615", "TasksMax": "18446744073709551615", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "dbus", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "WantedBy": "multi-user.target", "Wants": "network-pre.target", "WatchdogTimestamp": "Fri 2023-12-08 22:14:40 UTC", "WatchdogTimestampMonotonic": "1214686213", "WatchdogUSec": "0" } } TASK [fedora.linux_system_roles.firewall : Check if previous replaced is defined] *** task path: /WORKDIR/git-storage-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:34 Friday 08 December 2023 22:19:02 +0000 (0:00:00.216) 0:03:38.664 ******* 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:43 Friday 08 December 2023 22:19:03 +0000 (0:00:00.076) 0:03:38.740 ******* ok: [sut] => { "changed": false, "rc": 0 } STDERR: Shared connection to 10.31.13.55 closed. TASK [fedora.linux_system_roles.firewall : Tell firewall module it is able to report changed] *** task path: /WORKDIR/git-storage-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:55 Friday 08 December 2023 22:19:03 +0000 (0:00:00.277) 0:03:39.017 ******* ok: [sut] => { "ansible_facts": { "__firewall_report_changed": true }, "changed": false } TASK [fedora.linux_system_roles.firewall : Configure firewall] ***************** task path: /WORKDIR/git-storage-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:71 Friday 08 December 2023 22:19:03 +0000 (0:00:00.022) 0:03:39.040 ******* 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:120 Friday 08 December 2023 22:19:03 +0000 (0:00:00.024) 0:03:39.064 ******* 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:130 Friday 08 December 2023 22:19:03 +0000 (0:00:00.022) 0:03:39.087 ******* 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:139 Friday 08 December 2023 22:19:03 +0000 (0:00:00.023) 0:03:39.111 ******* 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:144 Friday 08 December 2023 22:19:03 +0000 (0:00:00.020) 0:03:39.131 ******* 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-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:153 Friday 08 December 2023 22:19:03 +0000 (0:00:00.020) 0:03:39.151 ******* ok: [sut] => { "changed": false, "rc": 0 } STDERR: Shared connection to 10.31.13.55 closed. TASK [fedora.linux_system_roles.firewall : Calculate what has changed] ********* task path: /WORKDIR/git-storage-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:163 Friday 08 December 2023 22:19:03 +0000 (0:00:00.275) 0:03:39.427 ******* ok: [sut] => { "ansible_facts": { "firewall_lib_result": { "changed": false } }, "changed": false } TASK [fedora.linux_system_roles.firewall : Show diffs] ************************* task path: /WORKDIR/git-storage-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:169 Friday 08 December 2023 22:19:03 +0000 (0:00:00.023) 0:03:39.450 ******* skipping: [sut] => { "false_condition": "__firewall_debug | d(false)" } TASK [Leave realm] ************************************************************* task path: /WORKDIR/git-storage-selinux024dcq7d/tests/tasks/cleanup.yml:27 Friday 08 December 2023 22:19:03 +0000 (0:00:00.028) 0:03:39.479 ******* 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-selinux024dcq7d/tests/tasks/cleanup.yml:35 Friday 08 December 2023 22:19:03 +0000 (0:00:00.021) 0:03:39.500 ******* 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-selinux024dcq7d/tests/tasks/cleanup.yml:39 Friday 08 December 2023 22:19:03 +0000 (0:00:00.021) 0:03:39.522 ******* ok: [sut] => { "backup": "", "changed": false } TASK [Remove related packages] ************************************************* task path: /WORKDIR/git-storage-selinux024dcq7d/tests/tasks/cleanup.yml:45 Friday 08 December 2023 22:19:04 +0000 (0:00:00.162) 0:03:39.684 ******* 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: fastestmirror\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 @base 82 k\n cyrus-sasl x86_64 2.1.26-24.el7_9 @updates 141 k\n cyrus-sasl-gssapi x86_64 2.1.26-24.el7_9 @updates 36 k\n gdb x86_64 7.6.1-120.el7 @base 7.0 M\n libatomic x86_64 4.8.5-44.el7 @base 26 k\n libsss_nss_idmap x86_64 1.16.5-10.el7_9.15 @updates 82 k\n libtool-ltdl x86_64 2.4.2-22.el7_3 @base 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-selinux024dcq7d/tests/tasks/cleanup.yml:58 Friday 08 December 2023 22:19:06 +0000 (0:00:02.911) 0:03:42.596 ******* 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.008982", "end": "2023-12-08 22:19:07.049318", "rc": 0, "start": "2023-12-08 22:19:07.040336" } STDOUT: removed ‘/var/opt/mssql/secrets/machine-key’ removed directory: ‘/var/opt/mssql/secrets’ removed ‘/var/opt/mssql/mssql.conf’ removed ‘/var/opt/mssql/FTData/tssrb.xml’ removed ‘/var/opt/mssql/FTData/tsben.xml’ removed ‘/var/opt/mssql/FTData/tsbgr.xml’ removed ‘/var/opt/mssql/FTData/tsind.xml’ removed ‘/var/opt/mssql/FTData/tskan.xml’ removed ‘/var/opt/mssql/FTData/tsdan.xml’ removed ‘/var/opt/mssql/FTData/tschs.xml’ removed ‘/var/opt/mssql/FTData/tscze.xml’ removed ‘/var/opt/mssql/FTData/tsptg.xml’ removed ‘/var/opt/mssql/FTData/tsrom.xml’ removed ‘/var/opt/mssql/FTData/tslvi.xml’ removed ‘/var/opt/mssql/FTData/tspan.xml’ removed ‘/var/opt/mssql/FTData/tsrus.xml’ removed ‘/var/opt/mssql/FTData/tssve.xml’ removed ‘/var/opt/mssql/FTData/tsguj.xml’ removed ‘/var/opt/mssql/FTData/tstha.xml’ removed ‘/var/opt/mssql/FTData/tskor.xml’ removed ‘/var/opt/mssql/FTData/tssrl.xml’ removed ‘/var/opt/mssql/FTData/tssky.xml’ removed ‘/var/opt/mssql/FTData/tstel.xml’ removed ‘/var/opt/mssql/FTData/tshin.xml’ removed ‘/var/opt/mssql/FTData/tstrk.xml’ removed ‘/var/opt/mssql/FTData/tsnor.xml’ removed ‘/var/opt/mssql/FTData/tstam.xml’ removed ‘/var/opt/mssql/FTData/tshrv.xml’ removed ‘/var/opt/mssql/FTData/tslth.xml’ removed ‘/var/opt/mssql/FTData/tsurd.xml’ removed ‘/var/opt/mssql/FTData/tscht.xml’ removed directory: ‘/var/opt/mssql/FTData/FilterData’ removed ‘/var/opt/mssql/FTData/tsplk.xml’ removed ‘/var/opt/mssql/FTData/tsmsl.xml’ removed ‘/var/opt/mssql/FTData/tsvit.xml’ removed ‘/var/opt/mssql/FTData/tsdeu.xml’ removed ‘/var/opt/mssql/FTData/tsara.xml’ removed ‘/var/opt/mssql/FTData/tsesn.xml’ removed ‘/var/opt/mssql/FTData/tsglobal.xml’ removed ‘/var/opt/mssql/FTData/tsukr.xml’ removed ‘/var/opt/mssql/FTData/tsjpn.xml’ removed ‘/var/opt/mssql/FTData/tsnld.xml’ removed ‘/var/opt/mssql/FTData/tsfra.xml’ removed ‘/var/opt/mssql/FTData/tsenu.xml’ removed ‘/var/opt/mssql/FTData/tsmar.xml’ removed ‘/var/opt/mssql/FTData/tsita.xml’ removed ‘/var/opt/mssql/FTData/tseng.xml’ removed ‘/var/opt/mssql/FTData/tsmal.xml’ removed ‘/var/opt/mssql/FTData/tsisl.xml’ removed ‘/var/opt/mssql/FTData/tsptb.xml’ removed ‘/var/opt/mssql/FTData/tscat.xml’ removed ‘/var/opt/mssql/FTData/tsheb.xml’ removed ‘/var/opt/mssql/FTData/tsgrk.xml’ removed ‘/var/opt/mssql/FTData/tsslv.xml’ removed directory: ‘/var/opt/mssql/FTData’ removed ‘/var/opt/mssql/data/modellog.ldf’ removed ‘/var/opt/mssql/data/templog.ldf’ removed ‘/var/opt/mssql/data/model.mdf’ removed ‘/var/opt/mssql/data/tempdb.mdf’ removed ‘/var/opt/mssql/data/msdbdata.mdf’ removed ‘/var/opt/mssql/data/msdblog.ldf’ removed ‘/var/opt/mssql/data/mastlog.ldf’ removed ‘/var/opt/mssql/data/master.mdf’ removed directory: ‘/var/opt/mssql/data’ removed ‘/var/opt/mssql/.system/system/licensing.hiv’ removed ‘/var/opt/mssql/.system/system/security.hiv’ removed ‘/var/opt/mssql/.system/system/debug/PASSWD.LOG’ removed directory: ‘/var/opt/mssql/.system/system/debug’ removed directory: ‘/var/opt/mssql/.system/system/Temp’ removed ‘/var/opt/mssql/.system/system/lsasetup.log’ removed ‘/var/opt/mssql/.system/system/lsa.hiv’ removed ‘/var/opt/mssql/.system/system/system32/Microsoft/Protect/S-1-5-18/User/Preferred’ removed ‘/var/opt/mssql/.system/system/system32/Microsoft/Protect/S-1-5-18/User/8e64d071-1833-46e5-81bb-411dd8670f12’ 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 directory: ‘/var/opt/mssql/.system/system’ removed ‘/var/opt/mssql/.system/instance_id’ 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 directory: ‘/var/opt/mssql/.system/profiles/Client/AppData/Roaming/Microsoft/SystemCertificates/My/Certificates’ removed directory: ‘/var/opt/mssql/.system/profiles/Client/AppData/Roaming/Microsoft/SystemCertificates/My/CTLs’ removed ‘/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/CRLs’ 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-818776731-3238065261-3246291701-500/42e7704ae40b0d75de00736cc66b813a_39b1e297-9de1-4053-b5d0-8eb692e2d5e6’ removed directory: ‘/var/opt/mssql/.system/profiles/Client/AppData/Roaming/Microsoft/Crypto/RSA/S-1-5-21-818776731-3238065261-3246291701-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/CREDHIST’ removed ‘/var/opt/mssql/.system/profiles/Client/AppData/Roaming/Microsoft/Protect/S-1-5-21-818776731-3238065261-3246291701-500/Preferred’ removed ‘/var/opt/mssql/.system/profiles/Client/AppData/Roaming/Microsoft/Protect/S-1-5-21-818776731-3238065261-3246291701-500/dffab6a2-074d-4537-b3ca-530fbfafd3cb’ removed directory: ‘/var/opt/mssql/.system/profiles/Client/AppData/Roaming/Microsoft/Protect/S-1-5-21-818776731-3238065261-3246291701-500’ 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/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’ removed directory: ‘/var/opt/mssql/.system/profiles/Client/Temp’ removed directory: ‘/var/opt/mssql/.system/profiles/Client/Desktop’ removed directory: ‘/var/opt/mssql/.system/profiles/Client/Documents’ removed directory: ‘/var/opt/mssql/.system/profiles/Client’ removed directory: ‘/var/opt/mssql/.system/profiles’ removed directory: ‘/var/opt/mssql/.system’ removed ‘/var/opt/mssql/log/HkEngineEventFile_0_133465474334820000.xel’ removed ‘/var/opt/mssql/log/system_health_0_133465474861330000.xel’ removed ‘/var/opt/mssql/log/log_3.trc’ removed ‘/var/opt/mssql/log/system_health_0_133465474337220000.xel’ removed ‘/var/opt/mssql/log/errorlog.3’ removed ‘/var/opt/mssql/log/sqlagentstartup.log’ removed ‘/var/opt/mssql/log/HkEngineEventFile_0_133465474922410000.xel’ removed ‘/var/opt/mssql/log/errorlog’ removed ‘/var/opt/mssql/log/sqlagent.2’ removed ‘/var/opt/mssql/log/system_health_0_133465473752630000.xel’ removed ‘/var/opt/mssql/log/sqlagent.1’ removed ‘/var/opt/mssql/log/FDLAUNCHERRORLOG’ removed ‘/var/opt/mssql/log/HkEngineEventFile_0_133465473705330000.xel’ removed ‘/var/opt/mssql/log/system_health_0_133465473712560000.xel’ removed ‘/var/opt/mssql/log/system_health_0_133465475039460000.xel’ removed ‘/var/opt/mssql/log/errorlog.2’ removed ‘/var/opt/mssql/log/log_5.trc’ removed ‘/var/opt/mssql/log/HkEngineEventFile_0_133465474857790000.xel’ removed ‘/var/opt/mssql/log/errorlog.4’ removed ‘/var/opt/mssql/log/log_4.trc’ removed ‘/var/opt/mssql/log/log_1.trc’ removed ‘/var/opt/mssql/log/errorlog.1’ removed ‘/var/opt/mssql/log/errorlog.5’ removed ‘/var/opt/mssql/log/HkEngineEventFile_0_133465473748640000.xel’ removed ‘/var/opt/mssql/log/log_2.trc’ removed ‘/var/opt/mssql/log/errorlog.6’ removed ‘/var/opt/mssql/log/sqlagent.out’ removed ‘/var/opt/mssql/log/HkEngineEventFile_0_133465475036520000.xel’ removed ‘/var/opt/mssql/log/system_health_0_133465474925660000.xel’ removed directory: ‘/var/opt/mssql/log’ removed directory: ‘/var/opt/mssql’ removed directory: ‘/opt/mssql/misc’ removed directory: ‘/opt/mssql’ removed directory: ‘/opt/mssql-tools’ removed ‘/etc/yum.repos.d/packages-microsoft-com-mssql-server-2017.repo’ removed ‘/etc/yum.repos.d/packages-microsoft-com-prod.repo’ removed directory: ‘/tmp/mssql_data’ removed directory: ‘/tmp/mssql_log’ removed ‘/etc/systemd/system/multi-user.target.wants/mssql-server.service’ TASK [Stop the mssql-server service] ******************************************* task path: /WORKDIR/git-storage-selinux024dcq7d/tests/tasks/cleanup.yml:72 Friday 08 December 2023 22:19:07 +0000 (0:00:00.148) 0:03:42.744 ******* ok: [sut] => { "changed": false, "cmd": "systemctl stop mssql-server || true", "delta": "0:00:00.367580", "end": "2023-12-08 22:19:07.550356", "rc": 0, "start": "2023-12-08 22:19:07.182776" } PLAY RECAP ********************************************************************* sut : ok=344 changed=39 unreachable=0 failed=0 skipped=499 rescued=0 ignored=1 Friday 08 December 2023 22:19:07 +0000 (0:00:00.593) 0:03:43.338 ******* =============================================================================== fedora.linux_system_roles.mssql : Ensure the package mssql-server ------ 38.05s /WORKDIR/git-storage-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:242 fedora.linux_system_roles.mssql : Ensure the package mssql-server-fts -- 24.93s /WORKDIR/git-storage-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:599 Wait for mssql-server to prepare for client connections ---------------- 18.18s /WORKDIR/git-storage-selinux024dcq7d/tests/tasks/verify_settings.yml:93 ------- Wait for mssql-server to prepare for client connections ---------------- 18.16s /WORKDIR/git-storage-selinux024dcq7d/tests/tasks/verify_settings.yml:93 ------- fedora.linux_system_roles.mssql : Ensure the package powershell -------- 12.29s /WORKDIR/git-storage-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:606 fedora.linux_system_roles.mssql : Ensure that SQL Server client tools are installed --- 8.38s /WORKDIR/git-storage-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:404 fedora.linux_system_roles.mssql : Set up MSSQL -------------------------- 5.29s /WORKDIR/git-storage-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:302 fedora.linux_system_roles.mssql : Change the password of sa user -------- 5.12s /WORKDIR/git-storage-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:456 fedora.linux_system_roles.mssql : Change the edition of MSSQL ----------- 5.01s /WORKDIR/git-storage-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:521 Remove related packages ------------------------------------------------- 2.91s /WORKDIR/git-storage-selinux024dcq7d/tests/tasks/cleanup.yml:45 --------------- fedora.linux_system_roles.mssql : Ensure that the tuned-profiles-mssql package is installed --- 2.46s /WORKDIR/git-storage-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:344 fedora.linux_system_roles.mssql : Add the fixed mssql profile to the list of Tuned profiles --- 1.80s /WORKDIR/git-storage-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:387 fedora.linux_system_roles.mssql : Ensure the package mssql-server-fts --- 1.35s /WORKDIR/git-storage-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:599 fedora.linux_system_roles.mssql : Ensure the package powershell --------- 1.28s /WORKDIR/git-storage-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:606 fedora.linux_system_roles.mssql : Gather package facts ------------------ 1.26s /WORKDIR/git-storage-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:112 fedora.linux_system_roles.mssql : Wait for mssql-server to prepare for client connections --- 1.25s /WORKDIR/git-storage-selinux024dcq7d/.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.25s /WORKDIR/git-storage-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:420 fedora.linux_system_roles.mssql : Gather package facts ------------------ 1.22s /WORKDIR/git-storage-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:112 fedora.linux_system_roles.mssql : Gather package facts ------------------ 1.21s /WORKDIR/git-storage-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:112 fedora.linux_system_roles.mssql : Wait for mssql-server to prepare for client connections --- 1.15s /WORKDIR/git-storage-selinux024dcq7d/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:420 ---^---^---^---^---^--- # 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. ---^---^---^---^---^---