# 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-selinuxert7ze5x/.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-selinuxert7ze5x/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-selinuxert7ze5x/tests/tests_idempotency_2017.yml:14 Friday 08 December 2023 22:15:25 +0000 (0:00:00.056) 0:00:00.056 ******* included: /WORKDIR/git-storage-selinuxert7ze5x/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-selinuxert7ze5x/tests/tasks/tests_idempotency.yml:2 Friday 08 December 2023 22:15:25 +0000 (0:00:00.011) 0:00:00.067 ******* included: /WORKDIR/git-storage-selinuxert7ze5x/tests/tasks/assert_fail_on_unsupported_ver.yml for sut TASK [Ensure ansible_facts to get ansible_distribution] ************************ task path: /WORKDIR/git-storage-selinuxert7ze5x/tests/tasks/assert_fail_on_unsupported_ver.yml:2 Friday 08 December 2023 22:15:25 +0000 (0:00:00.017) 0:00:00.085 ******* ok: [sut] TASK [Run the role] ************************************************************ task path: /WORKDIR/git-storage-selinuxert7ze5x/tests/tasks/assert_fail_on_unsupported_ver.yml:15 Friday 08 December 2023 22:15:25 +0000 (0:00:00.427) 0:00:00.513 ******* 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-selinuxert7ze5x/tests/tasks/assert_fail_on_unsupported_ver.yml:22 Friday 08 December 2023 22:15:25 +0000 (0:00:00.025) 0:00:00.538 ******* 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-selinuxert7ze5x/tests/tasks/tests_idempotency.yml:5 Friday 08 December 2023 22:15:25 +0000 (0:00:00.030) 0:00:00.569 ******* TASK [fedora.linux_system_roles.mssql : Ensure ansible_facts and variables used by role] *** task path: /WORKDIR/git-storage-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:3 Friday 08 December 2023 22:15:25 +0000 (0:00:00.084) 0:00:00.654 ******* included: /WORKDIR/git-storage-selinuxert7ze5x/.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-selinuxert7ze5x/.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.021) 0:00:00.675 ******* 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-selinuxert7ze5x/.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.041) 0:00:00.716 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/vars/RedHat.yml" ], "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml" } ok: [sut] => (item=RedHat.yml) => { "ansible_facts": { "__mssql_client_repository": "https://packages.microsoft.com/rhel/9/prod/", "__mssql_confined_supported": true, "__mssql_server_repository": "https://packages.microsoft.com/rhel/9/mssql-server-{{ mssql_version | int }}/", "__mssql_supported_versions": [ 2022 ] }, "ansible_included_var_files": [ "/WORKDIR/git-storage-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/vars/RedHat.yml" ], "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml" } ok: [sut] => (item=RedHat_7.yml) => { "ansible_facts": { "__mssql_client_repository": "https://packages.microsoft.com/rhel/7/prod/", "__mssql_confined_supported": false, "__mssql_server_repository": "https://packages.microsoft.com/rhel/7/mssql-server-{{ mssql_version | int }}/", "__mssql_supported_versions": [ 2017, 2019 ] }, "ansible_included_var_files": [ "/WORKDIR/git-storage-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/vars/RedHat_7.yml" ], "ansible_loop_var": "item", "changed": false, "item": "RedHat_7.yml" } skipping: [sut] => (item=RedHat_7.9.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__mssql_vars_file is file", "item": "RedHat_7.9.yml", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Unset the __mssql_sqlcmd_login_cmd fact] *** task path: /WORKDIR/git-storage-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:8 Friday 08 December 2023 22:15:26 +0000 (0:00:00.054) 0:00:00.770 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:15 Friday 08 December 2023 22:15:26 +0000 (0:00:00.016) 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:23 Friday 08 December 2023 22:15:26 +0000 (0:00:00.039) 0:00:00.827 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:30 Friday 08 December 2023 22:15:26 +0000 (0:00:00.014) 0:00:00.841 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:37 Friday 08 December 2023 22:15:26 +0000 (0:00:00.027) 0:00:00.869 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:44 Friday 08 December 2023 22:15:26 +0000 (0:00:00.020) 0:00:00.889 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:51 Friday 08 December 2023 22:15:26 +0000 (0:00:00.011) 0:00:00.900 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:55 Friday 08 December 2023 22:15:26 +0000 (0:00:00.024) 0:00:00.925 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:67 Friday 08 December 2023 22:15:26 +0000 (0:00:00.030) 0:00:00.956 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:75 Friday 08 December 2023 22:15:26 +0000 (0:00:00.028) 0:00:00.984 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:84 Friday 08 December 2023 22:15:26 +0000 (0:00:00.023) 0:00:01.008 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:93 Friday 08 December 2023 22:15:26 +0000 (0:00:00.015) 0:00:01.023 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:103 Friday 08 December 2023 22:15:26 +0000 (0:00:00.025) 0:00:01.049 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:112 Friday 08 December 2023 22:15:26 +0000 (0:00:00.018) 0:00:01.067 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:116 Friday 08 December 2023 22:15:27 +0000 (0:00:00.949) 0:00:02.017 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:124 Friday 08 December 2023 22:15:27 +0000 (0:00:00.035) 0:00:02.052 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:131 Friday 08 December 2023 22:15:27 +0000 (0:00:00.020) 0:00:02.072 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:138 Friday 08 December 2023 22:15:27 +0000 (0:00:00.044) 0:00:02.116 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:152 Friday 08 December 2023 22:15:27 +0000 (0:00:00.046) 0:00:02.163 ******* 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-selinuxert7ze5x/.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.673 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:175 Friday 08 December 2023 22:15:27 +0000 (0:00:00.023) 0:00:02.696 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:186 Friday 08 December 2023 22:15:27 +0000 (0:00:00.017) 0:00:02.714 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:194 Friday 08 December 2023 22:15:28 +0000 (0:00:00.022) 0:00:02.736 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:207 Friday 08 December 2023 22:15:28 +0000 (0:00:00.499) 0:00:03.235 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:214 Friday 08 December 2023 22:15:28 +0000 (0:00:00.057) 0:00:03.293 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:219 Friday 08 December 2023 22:15:28 +0000 (0:00:00.036) 0:00:03.329 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:228 Friday 08 December 2023 22:15:28 +0000 (0:00:00.050) 0:00:03.379 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:237 Friday 08 December 2023 22:15:28 +0000 (0:00:00.064) 0:00:03.443 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:242 Friday 08 December 2023 22:15:28 +0000 (0:00:00.025) 0:00:03.469 ******* changed: [sut] => { "changed": true, "changes": { "installed": [ "mssql-server" ] }, "rc": 0, "results": [ "Loaded plugins: search-disabled-repos\nResolving Dependencies\n--> Running transaction check\n---> Package mssql-server.x86_64 0:14.0.3465.1-1 will be installed\n--> Processing Dependency: libatomic for package: mssql-server-14.0.3465.1-1.x86_64\n--> Processing Dependency: bzip2 for package: mssql-server-14.0.3465.1-1.x86_64\n--> Processing Dependency: gdb for package: mssql-server-14.0.3465.1-1.x86_64\n--> Processing Dependency: libsss_nss_idmap for package: mssql-server-14.0.3465.1-1.x86_64\n--> Processing Dependency: cyrus-sasl for package: mssql-server-14.0.3465.1-1.x86_64\n--> Processing Dependency: cyrus-sasl-gssapi for package: mssql-server-14.0.3465.1-1.x86_64\n--> Running transaction check\n---> Package bzip2.x86_64 0:1.0.6-13.el7 will be installed\n---> Package cyrus-sasl.x86_64 0:2.1.26-24.el7_9 will be installed\n---> Package cyrus-sasl-gssapi.x86_64 0:2.1.26-24.el7_9 will be installed\n---> Package gdb.x86_64 0:7.6.1-120.el7 will be installed\n---> Package libatomic.x86_64 0:4.8.5-44.el7 will be installed\n---> Package libsss_nss_idmap.x86_64 0:1.16.5-10.el7_9.15 will be installed\n--> Finished Dependency Resolution\n\nDependencies Resolved\n\n================================================================================\n Package Arch Version Repository Size\n================================================================================\nInstalling:\n mssql-server x86_64 14.0.3465.1-1 packages-microsoft-com-mssql-server-2017\n 200 M\nInstalling for dependencies:\n bzip2 x86_64 1.0.6-13.el7 rhel-Server 52 k\n cyrus-sasl x86_64 2.1.26-24.el7_9 rhel-Server 88 k\n cyrus-sasl-gssapi x86_64 2.1.26-24.el7_9 rhel-Server 41 k\n gdb x86_64 7.6.1-120.el7 rhel-Server 2.4 M\n libatomic x86_64 4.8.5-44.el7 rhel-Server 51 k\n libsss_nss_idmap x86_64 1.16.5-10.el7_9.15 rhel-Server 170 k\n\nTransaction Summary\n================================================================================\nInstall 1 Package (+6 Dependent packages)\n\nTotal download size: 203 M\nInstalled size: 1.0 G\nDownloading packages:\n--------------------------------------------------------------------------------\nTotal 46 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:250 Friday 08 December 2023 22:16:08 +0000 (0:00:39.441) 0:00:42.910 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:258 Friday 08 December 2023 22:16:08 +0000 (0:00:00.014) 0:00:42.924 ******* 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.005734", "end": "2023-12-08 22:16:08.363757", "rc": 0, "start": "2023-12-08 22:16:08.358023" } TASK [fedora.linux_system_roles.mssql : Gather system services facts] ********** task path: /WORKDIR/git-storage-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:273 Friday 08 December 2023 22:16:08 +0000 (0:00:00.200) 0:00:43.125 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:277 Friday 08 December 2023 22:16:09 +0000 (0:00:00.884) 0:00:44.009 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:286 Friday 08 December 2023 22:16:09 +0000 (0:00:00.033) 0:00:44.042 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [fedora.linux_system_roles.mssql : Set up MSSQL] ************************** task path: /WORKDIR/git-storage-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:302 Friday 08 December 2023 22:16:09 +0000 (0:00:00.028) 0:00:44.071 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:322 Friday 08 December 2023 22:16:14 +0000 (0:00:04.865) 0:00:48.936 ******* included: /WORKDIR/git-storage-selinuxert7ze5x/.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-selinuxert7ze5x/.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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/configure_storage_paths.yml:3 Friday 08 December 2023 22:16:14 +0000 (0:00:00.045) 0:00:48.982 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/configure_storage_paths.yml:8 Friday 08 December 2023 22:16:14 +0000 (0:00:00.245) 0:00:49.227 ******* 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": 6, "state": "directory", "uid": 996 } TASK [fedora.linux_system_roles.mssql : Append facts for the selinux role] ***** task path: /WORKDIR/git-storage-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/configure_storage_paths.yml:17 Friday 08 December 2023 22:16:14 +0000 (0:00:00.241) 0:00:49.469 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/configure_storage_paths.yml:30 Friday 08 December 2023 22:16:14 +0000 (0:00:00.030) 0:00:49.499 ******* included: /WORKDIR/git-storage-selinuxert7ze5x/.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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:3 Friday 08 December 2023 22:16:14 +0000 (0:00:00.027) 0:00:49.527 ******* ok: [sut] => { "changed": false, "cmd": [ "grep", "^defaultdatadir = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003678", "end": "2023-12-08 22:16:14.927230", "failed_when_result": false, "rc": 1, "start": "2023-12-08 22:16:14.923552" } MSG: non-zero return code TASK [fedora.linux_system_roles.mssql : Configure the setting filelocation defaultdatadir] *** task path: /WORKDIR/git-storage-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:12 Friday 08 December 2023 22:16:14 +0000 (0:00:00.157) 0:00:49.684 ******* 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.061904", "end": "2023-12-08 22:16:15.138201", "failed_when_result": false, "rc": 0, "start": "2023-12-08 22:16:15.076297" } 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:42 Friday 08 December 2023 22:16:15 +0000 (0:00:00.216) 0:00:49.901 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/configure_storage_paths.yml:3 Friday 08 December 2023 22:16:15 +0000 (0:00:00.017) 0:00:49.919 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/configure_storage_paths.yml:8 Friday 08 December 2023 22:16:15 +0000 (0:00:00.179) 0:00:50.099 ******* 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": 6, "state": "directory", "uid": 996 } TASK [fedora.linux_system_roles.mssql : Append facts for the selinux role] ***** task path: /WORKDIR/git-storage-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/configure_storage_paths.yml:17 Friday 08 December 2023 22:16:15 +0000 (0:00:00.212) 0:00:50.311 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/configure_storage_paths.yml:30 Friday 08 December 2023 22:16:15 +0000 (0:00:00.066) 0:00:50.378 ******* included: /WORKDIR/git-storage-selinuxert7ze5x/.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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:3 Friday 08 December 2023 22:16:15 +0000 (0:00:00.033) 0:00:50.411 ******* ok: [sut] => { "changed": false, "cmd": [ "grep", "^defaultlogdir = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:01.003987", "end": "2023-12-08 22:16:16.848197", "failed_when_result": false, "rc": 1, "start": "2023-12-08 22:16:15.844210" } MSG: non-zero return code TASK [fedora.linux_system_roles.mssql : Configure the setting filelocation defaultlogdir] *** task path: /WORKDIR/git-storage-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:12 Friday 08 December 2023 22:16:16 +0000 (0:00:01.198) 0:00:51.610 ******* 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.086683", "end": "2023-12-08 22:16:17.136185", "failed_when_result": false, "rc": 0, "start": "2023-12-08 22:16:17.049502" } 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:42 Friday 08 December 2023 22:16:17 +0000 (0:00:00.310) 0:00:51.920 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:337 Friday 08 December 2023 22:16:17 +0000 (0:00:00.019) 0:00:51.940 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:344 Friday 08 December 2023 22:16:17 +0000 (0:00:00.029) 0:00:51.969 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:349 Friday 08 December 2023 22:16:17 +0000 (0:00:00.420) 0:00:52.390 ******* ok: [sut] => { "changed": false, "enabled": true, "name": "tuned", "state": "started", "status": { "ActiveEnterTimestamp": "Fri 2023-12-08 22:07:22 UTC", "ActiveEnterTimestampMonotonic": "11191118", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "basic.target dbus.service system.slice network.target systemd-journald.socket systemd-sysctl.service", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Fri 2023-12-08 22:07:21 UTC", "AssertTimestampMonotonic": "10439985", "Before": "shutdown.target multi-user.target", "BlockIOAccounting": "no", "BlockIOWeight": "18446744073709551615", "BusName": "com.redhat.tuned", "CPUAccounting": "no", "CPUQuotaPerSecUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "18446744073709551615", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "18446744073709551615", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Fri 2023-12-08 22:07:21 UTC", "ConditionTimestampMonotonic": "10439980", "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": "945", "ExecMainStartTimestamp": "Fri 2023-12-08 22:07:21 UTC", "ExecMainStartTimestampMonotonic": "10446771", "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 22:07:21 UTC", "InactiveExitTimestampMonotonic": "10446810", "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": "945", "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 polkit.service dbus.service basic.target", "Restart": "no", "RestartUSec": "100ms", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitInterval": "10000000", "StartupBlockIOWeight": "18446744073709551615", "StartupCPUShares": "18446744073709551615", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "no", "TasksCurrent": "18446744073709551615", "TasksMax": "18446744073709551615", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "dbus", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "WantedBy": "multi-user.target", "WatchdogTimestamp": "Fri 2023-12-08 22:07:22 UTC", "WatchdogTimestampMonotonic": "11190874", "WatchdogUSec": "0" } } TASK [fedora.linux_system_roles.mssql : Get the active Tuned profiles] ********* task path: /WORKDIR/git-storage-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:355 Friday 08 December 2023 22:16:18 +0000 (0:00:00.487) 0:00:52.878 ******* ok: [sut] => { "changed": false, "cmd": [ "tuned-adm", "active" ], "delta": "0:00:00.105879", "end": "2023-12-08 22:16:18.357455", "rc": 0, "start": "2023-12-08 22:16:18.251576" } 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:365 Friday 08 December 2023 22:16:18 +0000 (0:00:00.261) 0:00:53.139 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:378 Friday 08 December 2023 22:16:18 +0000 (0:00:00.018) 0:00:53.158 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:387 Friday 08 December 2023 22:16:18 +0000 (0:00:00.025) 0:00:53.183 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:397 Friday 08 December 2023 22:16:18 +0000 (0:00:00.020) 0:00:53.204 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:404 Friday 08 December 2023 22:16:18 +0000 (0:00:00.140) 0:00:53.345 ******* changed: [sut] => { "changed": true, "changes": { "installed": [ "mssql-tools", "unixODBC-devel" ] }, "rc": 0, "results": [ "Loaded plugins: search-disabled-repos\nResolving Dependencies\n--> Running transaction check\n---> Package mssql-tools.x86_64 0:17.10.1.1-1 will be installed\n--> Processing Dependency: msodbcsql17 >= 17.3.0.0 for package: mssql-tools-17.10.1.1-1.x86_64\n---> Package unixODBC-devel.x86_64 0:2.3.11-1.rh will be installed\n--> Processing Dependency: unixODBC = 2.3.11 for package: unixODBC-devel-2.3.11-1.rh.x86_64\n--> Running transaction check\n---> Package msodbcsql17.x86_64 0:17.10.5.1-1 will be installed\n---> Package unixODBC.x86_64 0:2.3.11-1.rh will be installed\n--> Processing Dependency: libltdl.so.7()(64bit) for package: unixODBC-2.3.11-1.rh.x86_64\n--> Running transaction check\n---> Package libtool-ltdl.x86_64 0:2.4.2-22.el7_3 will be installed\n--> Finished Dependency Resolution\n\nDependencies Resolved\n\n================================================================================\n Package Arch Version Repository Size\n================================================================================\nInstalling:\n mssql-tools x86_64 17.10.1.1-1 packages-microsoft-com-prod 291 k\n unixODBC-devel x86_64 2.3.11-1.rh packages-microsoft-com-prod 53 k\nInstalling for dependencies:\n libtool-ltdl x86_64 2.4.2-22.el7_3 rhel-Server 49 k\n msodbcsql17 x86_64 17.10.5.1-1 packages-microsoft-com-prod 913 k\n unixODBC x86_64 2.3.11-1.rh packages-microsoft-com-prod 274 k\n\nTransaction Summary\n================================================================================\nInstall 2 Packages (+3 Dependent packages)\n\nTotal download size: 1.5 M\nInstalled size: 3.8 M\nDownloading packages:\n--------------------------------------------------------------------------------\nTotal 2.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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:416 Friday 08 December 2023 22:16:22 +0000 (0:00:04.279) 0:00:57.624 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:420 Friday 08 December 2023 22:16:22 +0000 (0:00:00.021) 0:00:57.645 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:426 Friday 08 December 2023 22:16:22 +0000 (0:00:00.022) 0:00:57.668 ******* skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.mssql : Ensure that the mssql-server service is stopped] *** task path: /WORKDIR/git-storage-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:441 Friday 08 December 2023 22:16:22 +0000 (0:00:00.020) 0:00:57.688 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:448 Friday 08 December 2023 22:16:22 +0000 (0:00:00.020) 0:00:57.708 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:456 Friday 08 December 2023 22:16:22 +0000 (0:00:00.019) 0:00:57.727 ******* skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.mssql : Pre-input SQL script files to SQL Server] *** task path: /WORKDIR/git-storage-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:477 Friday 08 December 2023 22:16:23 +0000 (0:00:00.020) 0:00:57.747 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:484 Friday 08 December 2023 22:16:23 +0000 (0:00:00.018) 0:00:57.766 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:495 Friday 08 December 2023 22:16:23 +0000 (0:00:00.066) 0:00:57.832 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:508 Friday 08 December 2023 22:16:23 +0000 (0:00:00.019) 0:00:57.852 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:515 Friday 08 December 2023 22:16:23 +0000 (0:00:00.022) 0:00:57.874 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:521 Friday 08 December 2023 22:16:23 +0000 (0:00:00.023) 0:00:57.898 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:540 Friday 08 December 2023 22:16:23 +0000 (0:00:00.020) 0:00:57.918 ******* included: /WORKDIR/git-storage-selinuxert7ze5x/.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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:3 Friday 08 December 2023 22:16:23 +0000 (0:00:00.034) 0:00:57.952 ******* ok: [sut] => { "changed": false, "cmd": [ "grep", "^ipaddress = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003631", "end": "2023-12-08 22:16:23.339339", "failed_when_result": false, "rc": 1, "start": "2023-12-08 22:16:23.335708" } MSG: non-zero return code TASK [fedora.linux_system_roles.mssql : Configure the setting network ipaddress] *** task path: /WORKDIR/git-storage-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:12 Friday 08 December 2023 22:16:23 +0000 (0:00:00.155) 0:00:58.108 ******* 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.049871", "end": "2023-12-08 22:16:23.550886", "failed_when_result": false, "rc": 0, "start": "2023-12-08 22:16:23.501015" } 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:42 Friday 08 December 2023 22:16:23 +0000 (0:00:00.207) 0:00:58.315 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:547 Friday 08 December 2023 22:16:23 +0000 (0:00:00.017) 0:00:58.333 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:554 Friday 08 December 2023 22:16:23 +0000 (0:00:00.027) 0:00:58.360 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:566 Friday 08 December 2023 22:16:23 +0000 (0:00:00.026) 0:00:58.386 ******* included: /WORKDIR/git-storage-selinuxert7ze5x/.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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:3 Friday 08 December 2023 22:16:23 +0000 (0:00:00.032) 0:00:58.419 ******* ok: [sut] => { "changed": false, "cmd": [ "grep", "^tcpport = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003542", "end": "2023-12-08 22:16:23.823571", "failed_when_result": false, "rc": 1, "start": "2023-12-08 22:16:23.820029" } MSG: non-zero return code TASK [fedora.linux_system_roles.mssql : Configure the setting network tcpport] *** task path: /WORKDIR/git-storage-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:12 Friday 08 December 2023 22:16:23 +0000 (0:00:00.181) 0:00:58.601 ******* ok: [sut] => { "changed": false, "cmd": [ "/opt/mssql/bin/mssql-conf", "set", "network.tcpport", "1433" ], "delta": "0:00:00.050500", "end": "2023-12-08 22:16:24.052672", "failed_when_result": false, "rc": 0, "start": "2023-12-08 22:16:24.002172" } 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:42 Friday 08 December 2023 22:16:24 +0000 (0:00:00.214) 0:00:58.815 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:572 Friday 08 December 2023 22:16:24 +0000 (0:00:00.017) 0:00:58.832 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:592 Friday 08 December 2023 22:16:24 +0000 (0:00:00.024) 0:00:58.857 ******* included: /WORKDIR/git-storage-selinuxert7ze5x/.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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:3 Friday 08 December 2023 22:16:24 +0000 (0:00:00.034) 0:00:58.892 ******* ok: [sut] => { "changed": false, "cmd": [ "grep", "^enabled = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003248", "end": "2023-12-08 22:16:24.298849", "failed_when_result": false, "rc": 0, "start": "2023-12-08 22:16:24.295601" } STDOUT: enabled = false TASK [fedora.linux_system_roles.mssql : Configure the setting sqlagent enabled] *** task path: /WORKDIR/git-storage-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:12 Friday 08 December 2023 22:16:24 +0000 (0:00:00.165) 0:00:59.057 ******* 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.048863", "end": "2023-12-08 22:16:24.492001", "failed_when_result": false, "rc": 0, "start": "2023-12-08 22:16:24.443138" } 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:42 Friday 08 December 2023 22:16:24 +0000 (0:00:00.196) 0:00:59.254 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:599 Friday 08 December 2023 22:16:24 +0000 (0:00:00.039) 0:00:59.293 ******* 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: search-disabled-repos\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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:606 Friday 08 December 2023 22:16:53 +0000 (0:00:28.690) 0:01:27.984 ******* changed: [sut] => { "changed": true, "changes": { "installed": [ "powershell" ] }, "rc": 0, "results": [ "Loaded plugins: search-disabled-repos\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 rhel-Server 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 23 MB/s | 72 MB 00:03 \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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:615 Friday 08 December 2023 22:17:05 +0000 (0:00:11.836) 0:01:39.821 ******* ok: [sut] => { "changed": false, "cmd": [ "grep", "^traceflag[0-9] = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:01.004351", "end": "2023-12-08 22:17:06.201999", "failed_when_result": false, "rc": 1, "start": "2023-12-08 22:17:05.197648" } MSG: non-zero return code TASK [fedora.linux_system_roles.mssql : Set the 3979 traceflag] **************** task path: /WORKDIR/git-storage-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:621 Friday 08 December 2023 22:17:06 +0000 (0:00:01.147) 0:01:40.968 ******* changed: [sut] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "traceflag", "3979", "on" ], "delta": "0:00:00.049587", "end": "2023-12-08 22:17:06.450414", "rc": 0, "start": "2023-12-08 22:17:06.400827" } 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:628 Friday 08 December 2023 22:17:06 +0000 (0:00:00.250) 0:01:41.219 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:636 Friday 08 December 2023 22:17:06 +0000 (0:00:00.045) 0:01:41.264 ******* included: /WORKDIR/git-storage-selinuxert7ze5x/.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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:3 Friday 08 December 2023 22:17:06 +0000 (0:00:00.099) 0:01:41.363 ******* ok: [sut] => { "changed": false, "cmd": [ "grep", "^alternatewritethrough = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003298", "end": "2023-12-08 22:17:06.810967", "failed_when_result": false, "rc": 1, "start": "2023-12-08 22:17:06.807669" } MSG: non-zero return code TASK [fedora.linux_system_roles.mssql : Configure the setting control alternatewritethrough] *** task path: /WORKDIR/git-storage-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:12 Friday 08 December 2023 22:17:06 +0000 (0:00:00.243) 0:01:41.607 ******* 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.048701", "end": "2023-12-08 22:17:07.076874", "failed_when_result": false, "rc": 0, "start": "2023-12-08 22:17:07.028173" } 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:42 Friday 08 December 2023 22:17:07 +0000 (0:00:00.235) 0:01:41.842 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:642 Friday 08 December 2023 22:17:07 +0000 (0:00:00.024) 0:01:41.867 ******* included: /WORKDIR/git-storage-selinuxert7ze5x/.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-selinuxert7ze5x/.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:41.911 ******* ok: [sut] => { "changed": false, "cmd": [ "grep", "^writethrough = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:01.004420", "end": "2023-12-08 22:17:08.301251", "failed_when_result": false, "rc": 1, "start": "2023-12-08 22:17:07.296831" } MSG: non-zero return code TASK [fedora.linux_system_roles.mssql : Configure the setting control writethrough] *** task path: /WORKDIR/git-storage-selinuxert7ze5x/.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:01.148) 0:01:43.059 ******* 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.049014", "end": "2023-12-08 22:17:08.533020", "failed_when_result": false, "rc": 0, "start": "2023-12-08 22:17:08.484006" } 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-selinuxert7ze5x/.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.233) 0:01:43.293 ******* 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-selinuxert7ze5x/.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:43.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 : Set mssql_tls_cert and _private_key based on the cert name] *** task path: /WORKDIR/git-storage-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:674 Friday 08 December 2023 22:17:08 +0000 (0:00:00.024) 0:01:43.341 ******* 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-selinuxert7ze5x/.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:43.361 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:697 Friday 08 December 2023 22:17:08 +0000 (0:00:00.020) 0:01:43.382 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:706 Friday 08 December 2023 22:17:08 +0000 (0:00:00.019) 0:01:43.401 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:715 Friday 08 December 2023 22:17:08 +0000 (0:00:00.017) 0:01:43.419 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:722 Friday 08 December 2023 22:17:08 +0000 (0:00:00.045) 0:01:43.464 ******* 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-selinuxert7ze5x/.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:43.485 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:739 Friday 08 December 2023 22:17:08 +0000 (0:00:00.034) 0:01:43.519 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:747 Friday 08 December 2023 22:17:08 +0000 (0:00:00.029) 0:01:43.549 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:754 Friday 08 December 2023 22:17:08 +0000 (0:00:00.026) 0:01:43.576 ******* 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-selinuxert7ze5x/.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:43.612 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:770 Friday 08 December 2023 22:17:08 +0000 (0:00:00.022) 0:01:43.635 ******* 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-selinuxert7ze5x/.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:43.654 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:792 Friday 08 December 2023 22:17:08 +0000 (0:00:00.028) 0:01:43.682 ******* skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.mssql : Get SPNs for the principal] ************ task path: /WORKDIR/git-storage-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:804 Friday 08 December 2023 22:17:08 +0000 (0:00:00.018) 0:01:43.701 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:809 Friday 08 December 2023 22:17:08 +0000 (0:00:00.022) 0:01:43.723 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:826 Friday 08 December 2023 22:17:09 +0000 (0:00:00.017) 0:01:43.741 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:831 Friday 08 December 2023 22:17:09 +0000 (0:00:00.017) 0:01:43.759 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:836 Friday 08 December 2023 22:17:09 +0000 (0:00:00.016) 0:01:43.775 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:842 Friday 08 December 2023 22:17:09 +0000 (0:00:00.016) 0:01:43.792 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:868 Friday 08 December 2023 22:17:09 +0000 (0:00:00.015) 0:01:43.807 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:889 Friday 08 December 2023 22:17:09 +0000 (0:00:00.021) 0:01:43.829 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:897 Friday 08 December 2023 22:17:09 +0000 (0:00:00.017) 0:01:43.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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:907 Friday 08 December 2023 22:17:09 +0000 (0:00:00.019) 0:01:43.865 ******* skipping: [sut] => { "changed": false, "false_condition": "mssql_ad_configure | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Configure the network.kerberoskeytabfile setting] *** task path: /WORKDIR/git-storage-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:913 Friday 08 December 2023 22:17:09 +0000 (0:00:00.018) 0:01:43.884 ******* 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-selinuxert7ze5x/.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:43.902 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:941 Friday 08 December 2023 22:17:09 +0000 (0:00:00.016) 0:01:43.918 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:961 Friday 08 December 2023 22:17:09 +0000 (0:00:00.041) 0:01:43.959 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1015 Friday 08 December 2023 22:17:09 +0000 (0:00:00.017) 0:01:43.977 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1022 Friday 08 December 2023 22:17:09 +0000 (0:00:00.017) 0:01:43.994 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1029 Friday 08 December 2023 22:17:09 +0000 (0:00:00.015) 0:01:44.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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1039 Friday 08 December 2023 22:17:09 +0000 (0:00:00.016) 0:01:44.026 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1045 Friday 08 December 2023 22:17:09 +0000 (0:00:00.015) 0:01:44.041 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1053 Friday 08 December 2023 22:17:09 +0000 (0:00:00.020) 0:01:44.062 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1062 Friday 08 December 2023 22:17:09 +0000 (0:00:00.017) 0:01:44.079 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1070 Friday 08 December 2023 22:17:09 +0000 (0:00:00.018) 0:01:44.097 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1085 Friday 08 December 2023 22:17:09 +0000 (0:00:00.025) 0:01:44.122 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1092 Friday 08 December 2023 22:17:09 +0000 (0:00:00.017) 0:01:44.140 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1117 Friday 08 December 2023 22:17:09 +0000 (0:00:00.016) 0:01:44.156 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1126 Friday 08 December 2023 22:17:09 +0000 (0:00:00.016) 0:01:44.173 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1135 Friday 08 December 2023 22:17:09 +0000 (0:00:00.016) 0:01:44.190 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1146 Friday 08 December 2023 22:17:09 +0000 (0:00:00.017) 0:01:44.207 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1159 Friday 08 December 2023 22:17:09 +0000 (0:00:00.016) 0:01:44.224 ******* 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-selinuxert7ze5x/.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:44.242 ******* 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-selinuxert7ze5x/.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:44.259 ******* 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-selinuxert7ze5x/.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:44.275 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1190 Friday 08 December 2023 22:17:09 +0000 (0:00:00.016) 0:01:44.292 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1197 Friday 08 December 2023 22:17:09 +0000 (0:00:00.016) 0:01:44.309 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1209 Friday 08 December 2023 22:17:09 +0000 (0:00:00.020) 0:01:44.329 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1218 Friday 08 December 2023 22:17:09 +0000 (0:00:00.044) 0:01:44.374 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1225 Friday 08 December 2023 22:17:09 +0000 (0:00:00.017) 0:01:44.391 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1231 Friday 08 December 2023 22:17:09 +0000 (0:00:00.017) 0:01:44.409 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1239 Friday 08 December 2023 22:17:09 +0000 (0:00:00.018) 0:01:44.428 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1252 Friday 08 December 2023 22:17:09 +0000 (0:00:00.021) 0:01:44.449 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1264 Friday 08 December 2023 22:17:09 +0000 (0:00:00.019) 0:01:44.468 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1270 Friday 08 December 2023 22:17:09 +0000 (0:00:00.018) 0:01:44.486 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1279 Friday 08 December 2023 22:17:09 +0000 (0:00:00.017) 0:01:44.504 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1288 Friday 08 December 2023 22:17:10 +0000 (0:00:00.256) 0:01:44.760 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/handlers/main.yml:3 Friday 08 December 2023 22:17:10 +0000 (0:00:00.018) 0:01:44.778 ******* changed: [sut] => { "changed": true, "name": "mssql-server", "state": "started", "status": { "ActiveEnterTimestamp": "Fri 2023-12-08 22:16:14 UTC", "ActiveEnterTimestampMonotonic": "542904717", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "network.target -.mount basic.target auditd.service system.slice systemd-journald.socket", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Fri 2023-12-08 22:16:14 UTC", "AssertTimestampMonotonic": "542895454", "Before": "shutdown.target multi-user.target", "BlockIOAccounting": "no", "BlockIOWeight": "18446744073709551615", "CPUAccounting": "no", "CPUQuotaPerSecUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "18446744073709551615", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "18446744073709551615", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Fri 2023-12-08 22:16:14 UTC", "ConditionTimestampMonotonic": "542895452", "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": "6647", "ExecMainStartTimestamp": "Fri 2023-12-08 22:16:14 UTC", "ExecMainStartTimestampMonotonic": "542904653", "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:14 UTC", "InactiveExitTimestampMonotonic": "542904717", "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": "6647", "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": "system.slice basic.target -.mount", "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:14 UTC", "WatchdogTimestampMonotonic": "542904695", "WatchdogUSec": "0", "WorkingDirectory": "/var/opt/mssql" } } TASK [fedora.linux_system_roles.mssql : Post-input SQL scripts to SQL Server] *** task path: /WORKDIR/git-storage-selinuxert7ze5x/.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:45.290 ******* 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-selinuxert7ze5x/.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:45.309 ******* 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-selinuxert7ze5x/tests/tasks/tests_idempotency.yml:22 Friday 08 December 2023 22:17:10 +0000 (0:00:00.024) 0:01:45.334 ******* included: /WORKDIR/git-storage-selinuxert7ze5x/tests/tasks/mssql-sever-increase-start-limit.yml for sut TASK [Modify the mssql-server service start limit interval] ******************** task path: /WORKDIR/git-storage-selinuxert7ze5x/tests/tasks/mssql-sever-increase-start-limit.yml:3 Friday 08 December 2023 22:17:10 +0000 (0:00:00.060) 0:01:45.394 ******* changed: [sut] => { "changed": true, "rc": 0 } MSG: 1 replacements made TASK [Modify the mssql-server service start limit burst] *********************** task path: /WORKDIR/git-storage-selinuxert7ze5x/tests/tasks/mssql-sever-increase-start-limit.yml:10 Friday 08 December 2023 22:17:10 +0000 (0:00:00.251) 0:01:45.646 ******* changed: [sut] => { "changed": true, "rc": 0 } MSG: 1 replacements made TASK [Reload service daemon] *************************************************** task path: /WORKDIR/git-storage-selinuxert7ze5x/tests/tasks/mssql-sever-increase-start-limit.yml:17 Friday 08 December 2023 22:17:11 +0000 (0:00:00.149) 0:01:45.796 ******* ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [Run again with the same settings - should report not changed] ************ task path: /WORKDIR/git-storage-selinuxert7ze5x/tests/tasks/tests_idempotency.yml:25 Friday 08 December 2023 22:17:11 +0000 (0:00:00.313) 0:01:46.109 ******* TASK [fedora.linux_system_roles.mssql : Ensure ansible_facts and variables used by role] *** task path: /WORKDIR/git-storage-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:3 Friday 08 December 2023 22:17:11 +0000 (0:00:00.200) 0:01:46.310 ******* included: /WORKDIR/git-storage-selinuxert7ze5x/.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-selinuxert7ze5x/.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.027) 0:01:46.337 ******* 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-selinuxert7ze5x/.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.043) 0:01:46.381 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/vars/RedHat.yml" ], "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml" } ok: [sut] => (item=RedHat.yml) => { "ansible_facts": { "__mssql_client_repository": "https://packages.microsoft.com/rhel/9/prod/", "__mssql_confined_supported": true, "__mssql_server_repository": "https://packages.microsoft.com/rhel/9/mssql-server-{{ mssql_version | int }}/", "__mssql_supported_versions": [ 2022 ] }, "ansible_included_var_files": [ "/WORKDIR/git-storage-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/vars/RedHat.yml" ], "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml" } ok: [sut] => (item=RedHat_7.yml) => { "ansible_facts": { "__mssql_client_repository": "https://packages.microsoft.com/rhel/7/prod/", "__mssql_confined_supported": false, "__mssql_server_repository": "https://packages.microsoft.com/rhel/7/mssql-server-{{ mssql_version | int }}/", "__mssql_supported_versions": [ 2017, 2019 ] }, "ansible_included_var_files": [ "/WORKDIR/git-storage-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/vars/RedHat_7.yml" ], "ansible_loop_var": "item", "changed": false, "item": "RedHat_7.yml" } skipping: [sut] => (item=RedHat_7.9.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__mssql_vars_file is file", "item": "RedHat_7.9.yml", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Unset the __mssql_sqlcmd_login_cmd fact] *** task path: /WORKDIR/git-storage-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:8 Friday 08 December 2023 22:17:11 +0000 (0:00:00.038) 0:01:46.420 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:15 Friday 08 December 2023 22:17:11 +0000 (0:00:00.044) 0:01:46.465 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:23 Friday 08 December 2023 22:17:11 +0000 (0:00:00.038) 0:01:46.504 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:30 Friday 08 December 2023 22:17:11 +0000 (0:00:00.022) 0:01:46.526 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:37 Friday 08 December 2023 22:17:11 +0000 (0:00:00.023) 0:01:46.550 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:44 Friday 08 December 2023 22:17:11 +0000 (0:00:00.023) 0:01:46.573 ******* 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-selinuxert7ze5x/.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:46.593 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:55 Friday 08 December 2023 22:17:11 +0000 (0:00:00.037) 0:01:46.630 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:67 Friday 08 December 2023 22:17:11 +0000 (0:00:00.030) 0:01:46.661 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:75 Friday 08 December 2023 22:17:11 +0000 (0:00:00.018) 0:01:46.680 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:84 Friday 08 December 2023 22:17:11 +0000 (0:00:00.022) 0:01:46.703 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:93 Friday 08 December 2023 22:17:11 +0000 (0:00:00.020) 0:01:46.723 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:103 Friday 08 December 2023 22:17:12 +0000 (0:00:00.020) 0:01:46.744 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:112 Friday 08 December 2023 22:17:12 +0000 (0:00:00.018) 0:01:46.763 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:116 Friday 08 December 2023 22:17:12 +0000 (0:00:00.947) 0:01:47.710 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:124 Friday 08 December 2023 22:17:13 +0000 (0:00:00.059) 0:01:47.769 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:131 Friday 08 December 2023 22:17:13 +0000 (0:00:00.039) 0:01:47.809 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:138 Friday 08 December 2023 22:17:13 +0000 (0:00:00.052) 0:01:47.862 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:152 Friday 08 December 2023 22:17:13 +0000 (0:00:00.052) 0:01:47.914 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:165 Friday 08 December 2023 22:17:13 +0000 (0:00:00.417) 0:01:48.332 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:175 Friday 08 December 2023 22:17:13 +0000 (0:00:00.050) 0:01:48.383 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:186 Friday 08 December 2023 22:17:13 +0000 (0:00:00.031) 0:01:48.414 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:194 Friday 08 December 2023 22:17:13 +0000 (0:00:00.032) 0:01:48.447 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:207 Friday 08 December 2023 22:17:13 +0000 (0:00:00.044) 0:01:48.492 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:214 Friday 08 December 2023 22:17:13 +0000 (0:00:00.054) 0:01:48.546 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:219 Friday 08 December 2023 22:17:13 +0000 (0:00:00.028) 0:01:48.575 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:228 Friday 08 December 2023 22:17:13 +0000 (0:00:00.036) 0:01:48.612 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:237 Friday 08 December 2023 22:17:13 +0000 (0:00:00.020) 0:01:48.632 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:242 Friday 08 December 2023 22:17:13 +0000 (0:00:00.020) 0:01:48.653 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:250 Friday 08 December 2023 22:17:14 +0000 (0:00:00.356) 0:01:49.009 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:258 Friday 08 December 2023 22:17:14 +0000 (0:00:00.019) 0:01:49.029 ******* 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.005700", "end": "2023-12-08 22:17:14.416007", "rc": 0, "start": "2023-12-08 22:17:14.410307" } STDOUT: /var/opt/mssql/log/errorlog TASK [fedora.linux_system_roles.mssql : Gather system services facts] ********** task path: /WORKDIR/git-storage-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:273 Friday 08 December 2023 22:17:14 +0000 (0:00:00.155) 0:01:49.184 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:277 Friday 08 December 2023 22:17:15 +0000 (0:00:00.918) 0:01:50.102 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:286 Friday 08 December 2023 22:17:15 +0000 (0:00:00.037) 0:01:50.140 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:302 Friday 08 December 2023 22:17:15 +0000 (0:00:00.031) 0:01:50.171 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:322 Friday 08 December 2023 22:17:15 +0000 (0:00:00.021) 0:01:50.193 ******* included: /WORKDIR/git-storage-selinuxert7ze5x/.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-selinuxert7ze5x/.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-selinuxert7ze5x/.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.040) 0:01:50.233 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1702073774.710332, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1702073774.7113318, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 994, "gr_name": "mssql", "inode": 327155844, "isblk": false, "ischr": false, "isdir": true, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/directory", "mode": "0700", "mtime": 1702073774.710332, "nlink": 2, "path": "/tmp/mssql_data", "pw_name": "mssql", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 6, "uid": 996, "version": "18446744073496484004", "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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/configure_storage_paths.yml:8 Friday 08 December 2023 22:17:15 +0000 (0:00:00.172) 0:01:50.405 ******* 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": 6, "state": "directory", "uid": 996 } TASK [fedora.linux_system_roles.mssql : Append facts for the selinux role] ***** task path: /WORKDIR/git-storage-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/configure_storage_paths.yml:17 Friday 08 December 2023 22:17:15 +0000 (0:00:00.160) 0:01:50.566 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/configure_storage_paths.yml:30 Friday 08 December 2023 22:17:15 +0000 (0:00:00.025) 0:01:50.591 ******* included: /WORKDIR/git-storage-selinuxert7ze5x/.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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:3 Friday 08 December 2023 22:17:15 +0000 (0:00:00.030) 0:01:50.622 ******* ok: [sut] => { "changed": false, "cmd": [ "grep", "^defaultdatadir = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003303", "end": "2023-12-08 22:17:16.001696", "failed_when_result": false, "rc": 0, "start": "2023-12-08 22:17:15.998393" } STDOUT: defaultdatadir = /tmp/mssql_data TASK [fedora.linux_system_roles.mssql : Configure the setting filelocation defaultdatadir] *** task path: /WORKDIR/git-storage-selinuxert7ze5x/.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.143) 0:01:50.765 ******* 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-selinuxert7ze5x/.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.024) 0:01:50.789 ******* 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-selinuxert7ze5x/.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.018) 0:01:50.808 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1702073775.5503407, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1702073775.5513408, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 994, "gr_name": "mssql", "inode": 348127552, "isblk": false, "ischr": false, "isdir": true, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/directory", "mode": "0700", "mtime": 1702073775.5503407, "nlink": 2, "path": "/tmp/mssql_log", "pw_name": "mssql", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 6, "uid": 996, "version": "18446744072541443644", "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-selinuxert7ze5x/.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.145) 0:01:50.953 ******* 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": 6, "state": "directory", "uid": 996 } TASK [fedora.linux_system_roles.mssql : Append facts for the selinux role] ***** task path: /WORKDIR/git-storage-selinuxert7ze5x/.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.145) 0:01:51.098 ******* 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-selinuxert7ze5x/.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.027) 0:01:51.126 ******* included: /WORKDIR/git-storage-selinuxert7ze5x/.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-selinuxert7ze5x/.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:51.166 ******* ok: [sut] => { "changed": false, "cmd": [ "grep", "^defaultlogdir = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003251", "end": "2023-12-08 22:17:16.553875", "failed_when_result": false, "rc": 0, "start": "2023-12-08 22:17:16.550624" } STDOUT: defaultlogdir = /tmp/mssql_log TASK [fedora.linux_system_roles.mssql : Configure the setting filelocation defaultlogdir] *** task path: /WORKDIR/git-storage-selinuxert7ze5x/.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.147) 0:01:51.313 ******* 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-selinuxert7ze5x/.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.071) 0:01:51.384 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:337 Friday 08 December 2023 22:17:16 +0000 (0:00:00.023) 0:01:51.407 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:344 Friday 08 December 2023 22:17:16 +0000 (0:00:00.017) 0:01:51.425 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:349 Friday 08 December 2023 22:17:17 +0000 (0:00:00.332) 0:01:51.757 ******* ok: [sut] => { "changed": false, "enabled": true, "name": "tuned", "state": "started", "status": { "ActiveEnterTimestamp": "Fri 2023-12-08 22:07:22 UTC", "ActiveEnterTimestampMonotonic": "11191118", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "systemd-sysctl.service basic.target systemd-journald.socket dbus.service network.target system.slice", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Fri 2023-12-08 22:07:21 UTC", "AssertTimestampMonotonic": "10439985", "Before": "shutdown.target multi-user.target", "BlockIOAccounting": "no", "BlockIOWeight": "18446744073709551615", "BusName": "com.redhat.tuned", "CPUAccounting": "no", "CPUQuotaPerSecUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "18446744073709551615", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "18446744073709551615", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Fri 2023-12-08 22:07:21 UTC", "ConditionTimestampMonotonic": "10439980", "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": "945", "ExecMainStartTimestamp": "Fri 2023-12-08 22:07:21 UTC", "ExecMainStartTimestampMonotonic": "10446771", "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 22:07:21 UTC", "InactiveExitTimestampMonotonic": "10446810", "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": "945", "MemoryAccounting": "no", "MemoryCurrent": "18446744073709551615", "MemoryLimit": "18446744073709551615", "MountFlags": "0", "Names": "tuned.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PIDFile": "/run/tuned/tuned.pid", "PermissionsStartOnly": "no", "PrivateDevices": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "ProtectHome": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "Requires": "polkit.service system.slice basic.target dbus.service", "Restart": "no", "RestartUSec": "100ms", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitInterval": "10000000", "StartupBlockIOWeight": "18446744073709551615", "StartupCPUShares": "18446744073709551615", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "no", "TasksCurrent": "18446744073709551615", "TasksMax": "18446744073709551615", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "dbus", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "WantedBy": "multi-user.target", "WatchdogTimestamp": "Fri 2023-12-08 22:07:22 UTC", "WatchdogTimestampMonotonic": "11190874", "WatchdogUSec": "0" } } TASK [fedora.linux_system_roles.mssql : Get the active Tuned profiles] ********* task path: /WORKDIR/git-storage-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:355 Friday 08 December 2023 22:17:17 +0000 (0:00:00.225) 0:01:51.982 ******* ok: [sut] => { "changed": false, "cmd": [ "tuned-adm", "active" ], "delta": "0:00:00.106352", "end": "2023-12-08 22:17:17.474524", "rc": 0, "start": "2023-12-08 22:17:17.368172" } 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:365 Friday 08 December 2023 22:17:17 +0000 (0:00:00.255) 0:01:52.237 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:378 Friday 08 December 2023 22:17:17 +0000 (0:00:00.017) 0:01:52.255 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:387 Friday 08 December 2023 22:17:17 +0000 (0:00:00.017) 0:01:52.273 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:397 Friday 08 December 2023 22:17:17 +0000 (0:00:00.020) 0:01:52.293 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:404 Friday 08 December 2023 22:17:17 +0000 (0:00:00.144) 0:01:52.437 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:416 Friday 08 December 2023 22:17:18 +0000 (0:00:00.345) 0:01:52.783 ******* included: /WORKDIR/git-storage-selinuxert7ze5x/.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-selinuxert7ze5x/.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.033) 0:01:52.817 ******* ok: [sut] => { "changed": false, "name": "mssql-server", "state": "started", "status": { "ActiveEnterTimestamp": "Fri 2023-12-08 22:17:10 UTC", "ActiveEnterTimestampMonotonic": "599355726", "ActiveExitTimestamp": "Fri 2023-12-08 22:17:10 UTC", "ActiveExitTimestampMonotonic": "599080258", "ActiveState": "active", "After": "system.slice network.target -.mount systemd-journald.socket auditd.service basic.target", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Fri 2023-12-08 22:17:10 UTC", "AssertTimestampMonotonic": "599346662", "Before": "shutdown.target multi-user.target", "BlockIOAccounting": "no", "BlockIOWeight": "18446744073709551615", "CPUAccounting": "no", "CPUQuotaPerSecUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "18446744073709551615", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "18446744073709551615", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Fri 2023-12-08 22:17:10 UTC", "ConditionTimestampMonotonic": "599346660", "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": "7206", "ExecMainStartTimestamp": "Fri 2023-12-08 22:17:10 UTC", "ExecMainStartTimestampMonotonic": "599355657", "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": "599335773", "InactiveExitTimestamp": "Fri 2023-12-08 22:17:10 UTC", "InactiveExitTimestampMonotonic": "599355726", "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": "7206", "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": "system.slice basic.target -.mount", "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": "599355703", "WatchdogUSec": "0", "WorkingDirectory": "/var/opt/mssql" } } TASK [fedora.linux_system_roles.mssql : Check if a custom tcpport setting exist] *** task path: /WORKDIR/git-storage-selinuxert7ze5x/.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.242) 0:01:53.059 ******* ok: [sut] => { "changed": false, "cmd": [ "grep", "^tcpport = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003400", "end": "2023-12-08 22:17:18.443061", "failed_when_result": false, "rc": 1, "start": "2023-12-08 22:17:18.439661" } MSG: non-zero return code TASK [fedora.linux_system_roles.mssql : Check if a custom ipaddress setting exist] *** task path: /WORKDIR/git-storage-selinuxert7ze5x/.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.142) 0:01:53.201 ******* ok: [sut] => { "changed": false, "cmd": [ "grep", "^ipaddress = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003398", "end": "2023-12-08 22:17:18.591291", "failed_when_result": false, "rc": 0, "start": "2023-12-08 22:17:18.587893" } STDOUT: ipaddress = 0.0.0.0 TASK [fedora.linux_system_roles.mssql : Set a fact with a login command] ******* task path: /WORKDIR/git-storage-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/verify_password.yml:20 Friday 08 December 2023 22:17:18 +0000 (0:00:00.149) 0:01:53.351 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:420 Friday 08 December 2023 22:17:18 +0000 (0:00:00.032) 0:01:53.384 ******* 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": 6344, "state": "file", "uid": 996 } TASK [fedora.linux_system_roles.mssql : Check if the set password matches the existing password] *** task path: /WORKDIR/git-storage-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:426 Friday 08 December 2023 22:17:19 +0000 (0:00:01.255) 0:01:54.640 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:441 Friday 08 December 2023 22:17:20 +0000 (0:00:00.230) 0:01:54.871 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:448 Friday 08 December 2023 22:17:20 +0000 (0:00:00.039) 0:01:54.910 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:456 Friday 08 December 2023 22:17:20 +0000 (0:00:00.813) 0:01:55.723 ******* 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-selinuxert7ze5x/.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:55.746 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:484 Friday 08 December 2023 22:17:21 +0000 (0:00:00.018) 0:01:55.764 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:495 Friday 08 December 2023 22:17:21 +0000 (0:00:00.017) 0:01:55.782 ******* 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.005237", "end": "2023-12-08 22:17:21.172164", "rc": 0, "start": "2023-12-08 22:17:21.166927" } STDOUT: true TASK [fedora.linux_system_roles.mssql : Ensure that the mssql-server service is stopped] *** task path: /WORKDIR/git-storage-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:508 Friday 08 December 2023 22:17:21 +0000 (0:00:00.152) 0:01:55.935 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:515 Friday 08 December 2023 22:17:21 +0000 (0:00:00.034) 0:01:55.970 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:521 Friday 08 December 2023 22:17:21 +0000 (0:00:00.679) 0:01:56.649 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:540 Friday 08 December 2023 22:17:21 +0000 (0:00:00.020) 0:01:56.669 ******* included: /WORKDIR/git-storage-selinuxert7ze5x/.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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:3 Friday 08 December 2023 22:17:21 +0000 (0:00:00.038) 0:01:56.708 ******* ok: [sut] => { "changed": false, "cmd": [ "grep", "^ipaddress = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003278", "end": "2023-12-08 22:17:22.094480", "failed_when_result": false, "rc": 0, "start": "2023-12-08 22:17:22.091202" } STDOUT: ipaddress = 0.0.0.0 TASK [fedora.linux_system_roles.mssql : Configure the setting network ipaddress] *** task path: /WORKDIR/git-storage-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:12 Friday 08 December 2023 22:17:22 +0000 (0:00:00.145) 0:01:56.853 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:42 Friday 08 December 2023 22:17:22 +0000 (0:00:00.022) 0:01:56.876 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:547 Friday 08 December 2023 22:17:22 +0000 (0:00:00.018) 0:01:56.894 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:554 Friday 08 December 2023 22:17:22 +0000 (0:00:00.017) 0:01:56.912 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:566 Friday 08 December 2023 22:17:22 +0000 (0:00:00.018) 0:01:56.931 ******* included: /WORKDIR/git-storage-selinuxert7ze5x/.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-selinuxert7ze5x/.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.066) 0:01:56.998 ******* ok: [sut] => { "changed": false, "cmd": [ "grep", "^tcpport = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003241", "end": "2023-12-08 22:17:22.380222", "failed_when_result": false, "rc": 1, "start": "2023-12-08 22:17:22.376981" } MSG: non-zero return code TASK [fedora.linux_system_roles.mssql : Configure the setting network tcpport] *** task path: /WORKDIR/git-storage-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:12 Friday 08 December 2023 22:17:22 +0000 (0:00:00.139) 0:01:57.137 ******* ok: [sut] => { "changed": false, "cmd": [ "/opt/mssql/bin/mssql-conf", "set", "network.tcpport", "1433" ], "delta": "0:00:00.049710", "end": "2023-12-08 22:17:22.565662", "failed_when_result": false, "rc": 0, "start": "2023-12-08 22:17:22.515952" } 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:42 Friday 08 December 2023 22:17:22 +0000 (0:00:00.189) 0:01:57.327 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:572 Friday 08 December 2023 22:17:22 +0000 (0:00:00.018) 0:01:57.346 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:592 Friday 08 December 2023 22:17:22 +0000 (0:00:00.017) 0:01:57.363 ******* included: /WORKDIR/git-storage-selinuxert7ze5x/.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-selinuxert7ze5x/.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.035) 0:01:57.398 ******* ok: [sut] => { "changed": false, "cmd": [ "grep", "^enabled = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003434", "end": "2023-12-08 22:17:22.779236", "failed_when_result": false, "rc": 0, "start": "2023-12-08 22:17:22.775802" } STDOUT: enabled = True TASK [fedora.linux_system_roles.mssql : Configure the setting sqlagent enabled] *** task path: /WORKDIR/git-storage-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:12 Friday 08 December 2023 22:17:22 +0000 (0:00:00.140) 0:01:57.539 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:42 Friday 08 December 2023 22:17:22 +0000 (0:00:00.027) 0:01:57.566 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:599 Friday 08 December 2023 22:17:22 +0000 (0:00:00.019) 0:01:57.585 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:606 Friday 08 December 2023 22:17:23 +0000 (0:00:00.327) 0:01:57.912 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:615 Friday 08 December 2023 22:17:23 +0000 (0:00:00.334) 0:01:58.247 ******* ok: [sut] => { "changed": false, "cmd": [ "grep", "^traceflag[0-9] = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:01.004511", "end": "2023-12-08 22:17:24.626358", "failed_when_result": false, "rc": 0, "start": "2023-12-08 22:17:23.621847" } STDOUT: traceflag0 = 3979 TASK [fedora.linux_system_roles.mssql : Set the 3979 traceflag] **************** task path: /WORKDIR/git-storage-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:621 Friday 08 December 2023 22:17:24 +0000 (0:00:01.138) 0:01:59.386 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:628 Friday 08 December 2023 22:17:24 +0000 (0:00:00.021) 0:01:59.407 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:636 Friday 08 December 2023 22:17:24 +0000 (0:00:00.027) 0:01:59.434 ******* included: /WORKDIR/git-storage-selinuxert7ze5x/.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-selinuxert7ze5x/.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.044) 0:01:59.479 ******* ok: [sut] => { "changed": false, "cmd": [ "grep", "^alternatewritethrough = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003419", "end": "2023-12-08 22:17:24.861285", "failed_when_result": false, "rc": 0, "start": "2023-12-08 22:17:24.857866" } STDOUT: alternatewritethrough = 0 TASK [fedora.linux_system_roles.mssql : Configure the setting control alternatewritethrough] *** task path: /WORKDIR/git-storage-selinuxert7ze5x/.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.144) 0:01:59.623 ******* 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-selinuxert7ze5x/.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.044) 0:01:59.668 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:642 Friday 08 December 2023 22:17:24 +0000 (0:00:00.029) 0:01:59.697 ******* included: /WORKDIR/git-storage-selinuxert7ze5x/.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-selinuxert7ze5x/.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.071) 0:01:59.769 ******* ok: [sut] => { "changed": false, "cmd": [ "grep", "^writethrough = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003297", "end": "2023-12-08 22:17:25.155391", "failed_when_result": false, "rc": 0, "start": "2023-12-08 22:17:25.152094" } STDOUT: writethrough = 1 TASK [fedora.linux_system_roles.mssql : Configure the setting control writethrough] *** task path: /WORKDIR/git-storage-selinuxert7ze5x/.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.145) 0:01:59.914 ******* 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-selinuxert7ze5x/.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.034) 0:01:59.948 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:660 Friday 08 December 2023 22:17:25 +0000 (0:00:00.026) 0:01:59.975 ******* skipping: [sut] => { "changed": false, "false_condition": "mssql_tls_enable is not none", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Set mssql_tls_cert and _private_key based on the cert name] *** task path: /WORKDIR/git-storage-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:674 Friday 08 December 2023 22:17:25 +0000 (0:00:00.022) 0:01:59.998 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:679 Friday 08 December 2023 22:17:25 +0000 (0:00:00.020) 0:02:00.019 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:697 Friday 08 December 2023 22:17:25 +0000 (0:00:00.022) 0:02:00.041 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:706 Friday 08 December 2023 22:17:25 +0000 (0:00:00.025) 0:02:00.067 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:715 Friday 08 December 2023 22:17:25 +0000 (0:00:00.022) 0:02:00.089 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:722 Friday 08 December 2023 22:17:25 +0000 (0:00:00.025) 0:02:00.115 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:731 Friday 08 December 2023 22:17:25 +0000 (0:00:00.029) 0:02:00.144 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:739 Friday 08 December 2023 22:17:25 +0000 (0:00:00.020) 0:02:00.164 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:747 Friday 08 December 2023 22:17:25 +0000 (0:00:00.021) 0:02:00.186 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:754 Friday 08 December 2023 22:17:25 +0000 (0:00:00.019) 0:02:00.206 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:761 Friday 08 December 2023 22:17:25 +0000 (0:00:00.022) 0:02:00.228 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:770 Friday 08 December 2023 22:17:25 +0000 (0:00:00.024) 0:02:00.252 ******* skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.mssql : Check if AD user exists] *************** task path: /WORKDIR/git-storage-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:783 Friday 08 December 2023 22:17:25 +0000 (0:00:00.035) 0:02:00.288 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:792 Friday 08 December 2023 22:17:25 +0000 (0:00:00.019) 0:02:00.307 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:804 Friday 08 December 2023 22:17:25 +0000 (0:00:00.022) 0:02:00.329 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:809 Friday 08 December 2023 22:17:25 +0000 (0:00:00.019) 0:02:00.349 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:826 Friday 08 December 2023 22:17:25 +0000 (0:00:00.018) 0:02:00.367 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:831 Friday 08 December 2023 22:17:25 +0000 (0:00:00.101) 0:02:00.469 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:836 Friday 08 December 2023 22:17:25 +0000 (0:00:00.033) 0:02:00.502 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:842 Friday 08 December 2023 22:17:25 +0000 (0:00:00.030) 0:02:00.533 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:868 Friday 08 December 2023 22:17:25 +0000 (0:00:00.027) 0:02:00.561 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:889 Friday 08 December 2023 22:17:25 +0000 (0:00:00.037) 0:02:00.598 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:897 Friday 08 December 2023 22:17:25 +0000 (0:00:00.022) 0:02:00.621 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:907 Friday 08 December 2023 22:17:25 +0000 (0:00:00.025) 0:02:00.647 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:913 Friday 08 December 2023 22:17:25 +0000 (0:00:00.018) 0:02:00.665 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:930 Friday 08 December 2023 22:17:25 +0000 (0:00:00.022) 0:02:00.687 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:941 Friday 08 December 2023 22:17:25 +0000 (0:00:00.033) 0:02:00.721 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:961 Friday 08 December 2023 22:17:26 +0000 (0:00:00.026) 0:02:00.748 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1015 Friday 08 December 2023 22:17:26 +0000 (0:00:00.021) 0:02:00.769 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1022 Friday 08 December 2023 22:17:26 +0000 (0:00:00.029) 0:02:00.799 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1029 Friday 08 December 2023 22:17:26 +0000 (0:00:00.023) 0:02:00.822 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1039 Friday 08 December 2023 22:17:26 +0000 (0:00:00.016) 0:02:00.838 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1045 Friday 08 December 2023 22:17:26 +0000 (0:00:00.019) 0:02:00.858 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1053 Friday 08 December 2023 22:17:26 +0000 (0:00:00.021) 0:02:00.879 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1062 Friday 08 December 2023 22:17:26 +0000 (0:00:00.019) 0:02:00.899 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1070 Friday 08 December 2023 22:17:26 +0000 (0:00:00.018) 0:02:00.917 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1085 Friday 08 December 2023 22:17:26 +0000 (0:00:00.026) 0:02:00.943 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1092 Friday 08 December 2023 22:17:26 +0000 (0:00:00.069) 0:02:01.013 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1117 Friday 08 December 2023 22:17:26 +0000 (0:00:00.047) 0:02:01.060 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1126 Friday 08 December 2023 22:17:26 +0000 (0:00:00.020) 0:02:01.080 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1135 Friday 08 December 2023 22:17:26 +0000 (0:00:00.077) 0:02:01.158 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1146 Friday 08 December 2023 22:17:26 +0000 (0:00:00.057) 0:02:01.216 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1159 Friday 08 December 2023 22:17:26 +0000 (0:00:00.039) 0:02:01.255 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1168 Friday 08 December 2023 22:17:26 +0000 (0:00:00.024) 0:02:01.280 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1175 Friday 08 December 2023 22:17:26 +0000 (0:00:00.026) 0:02:01.306 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1182 Friday 08 December 2023 22:17:26 +0000 (0:00:00.026) 0:02:01.333 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1190 Friday 08 December 2023 22:17:26 +0000 (0:00:00.022) 0:02:01.355 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1197 Friday 08 December 2023 22:17:26 +0000 (0:00:00.028) 0:02:01.383 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1209 Friday 08 December 2023 22:17:26 +0000 (0:00:00.030) 0:02:01.414 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1218 Friday 08 December 2023 22:17:26 +0000 (0:00:00.037) 0:02:01.452 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1225 Friday 08 December 2023 22:17:26 +0000 (0:00:00.023) 0:02:01.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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1231 Friday 08 December 2023 22:17:26 +0000 (0:00:00.035) 0:02:01.511 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1239 Friday 08 December 2023 22:17:26 +0000 (0:00:00.019) 0:02:01.530 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1252 Friday 08 December 2023 22:17:26 +0000 (0:00:00.026) 0:02:01.557 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1264 Friday 08 December 2023 22:17:26 +0000 (0:00:00.027) 0:02:01.584 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1270 Friday 08 December 2023 22:17:26 +0000 (0:00:00.047) 0:02:01.632 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1279 Friday 08 December 2023 22:17:26 +0000 (0:00:00.038) 0:02:01.671 ******* ok: [sut] => { "changed": false } TASK [fedora.linux_system_roles.mssql : Flush handlers prior to inputting post SQL scripts] *** task path: /WORKDIR/git-storage-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1288 Friday 08 December 2023 22:17:27 +0000 (0:00:00.258) 0:02:01.930 ******* META: triggered running handlers for sut TASK [fedora.linux_system_roles.mssql : Post-input SQL scripts to SQL Server] *** task path: /WORKDIR/git-storage-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1292 Friday 08 December 2023 22:17:27 +0000 (0:00:00.051) 0:02:01.981 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1299 Friday 08 December 2023 22:17:27 +0000 (0:00:00.018) 0:02:01.999 ******* 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-selinuxert7ze5x/tests/tasks/tests_idempotency.yml:40 Friday 08 December 2023 22:17:27 +0000 (0:00:00.028) 0:02:02.027 ******* included: /WORKDIR/git-storage-selinuxert7ze5x/tests/tasks/verify_settings.yml for sut TASK [Check if the errorlog file exists and its location] ********************** task path: /WORKDIR/git-storage-selinuxert7ze5x/tests/tasks/verify_settings.yml:8 Friday 08 December 2023 22:17:27 +0000 (0:00:00.101) 0:02:02.129 ******* 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:27.512696", "rc": 0, "start": "2023-12-08 22:17:27.507351" } STDOUT: /var/opt/mssql/log/errorlog TASK [Check if the set edition matches the existing edition] ******************* task path: /WORKDIR/git-storage-selinuxert7ze5x/tests/tasks/verify_settings.yml:23 Friday 08 December 2023 22:17:27 +0000 (0:00:00.145) 0:02:02.275 ******* 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.005222", "end": "2023-12-08 22:17:27.678727", "rc": 0, "start": "2023-12-08 22:17:27.673505" } STDOUT: true TASK [Verify if the edition matches] ******************************************* task path: /WORKDIR/git-storage-selinuxert7ze5x/tests/tasks/verify_settings.yml:35 Friday 08 December 2023 22:17:27 +0000 (0:00:00.163) 0:02:02.438 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the setting {{ item.key }}] *************************************** task path: /WORKDIR/git-storage-selinuxert7ze5x/tests/tasks/verify_settings.yml:39 Friday 08 December 2023 22:17:27 +0000 (0:00:00.022) 0:02:02.460 ******* included: /WORKDIR/git-storage-selinuxert7ze5x/tests/tasks/mssql_conf_verify.yml for sut => (item={'key': 'ipaddress', 'value': '0.0.0.0'}) included: /WORKDIR/git-storage-selinuxert7ze5x/tests/tasks/mssql_conf_verify.yml for sut => (item={'key': 'tcpport', 'value': 1433}) included: /WORKDIR/git-storage-selinuxert7ze5x/tests/tasks/mssql_conf_verify.yml for sut => (item={'key': 'defaultdatadir', 'value': '/tmp/mssql_data'}) included: /WORKDIR/git-storage-selinuxert7ze5x/tests/tasks/mssql_conf_verify.yml for sut => (item={'key': 'defaultlogdir', 'value': '/tmp/mssql_log'}) included: /WORKDIR/git-storage-selinuxert7ze5x/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-selinuxert7ze5x/tests/tasks/mssql_conf_verify.yml:7 Friday 08 December 2023 22:17:27 +0000 (0:00:00.047) 0:02:02.507 ******* ok: [sut] => { "changed": false, "cmd": "grep '^ipaddress' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004516", "end": "2023-12-08 22:17:27.901376", "rc": 0, "start": "2023-12-08 22:17:27.896860" } STDOUT: ipaddress = 0.0.0.0 TASK [Verify the setting when it is type str ipaddress] ************************ task path: /WORKDIR/git-storage-selinuxert7ze5x/tests/tasks/mssql_conf_verify.yml:14 Friday 08 December 2023 22:17:27 +0000 (0:00:00.154) 0:02:02.662 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the setting when it is type bool ipaddress] *********************** task path: /WORKDIR/git-storage-selinuxert7ze5x/tests/tasks/mssql_conf_verify.yml:25 Friday 08 December 2023 22:17:27 +0000 (0:00:00.025) 0:02:02.688 ******* 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-selinuxert7ze5x/tests/tasks/mssql_conf_verify.yml:40 Friday 08 December 2023 22:17:27 +0000 (0:00:00.022) 0:02:02.711 ******* 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-selinuxert7ze5x/tests/tasks/mssql_conf_verify.yml:7 Friday 08 December 2023 22:17:28 +0000 (0:00:00.034) 0:02:02.745 ******* ok: [sut] => { "changed": false, "cmd": "grep '^tcpport' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004546", "end": "2023-12-08 22:17:28.126119", "rc": 0, "start": "2023-12-08 22:17:28.121573" } TASK [Verify the setting when it is type str tcpport] ************************** task path: /WORKDIR/git-storage-selinuxert7ze5x/tests/tasks/mssql_conf_verify.yml:14 Friday 08 December 2023 22:17:28 +0000 (0:00:00.150) 0:02:02.895 ******* 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-selinuxert7ze5x/tests/tasks/mssql_conf_verify.yml:25 Friday 08 December 2023 22:17:28 +0000 (0:00:00.054) 0:02:02.950 ******* 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-selinuxert7ze5x/tests/tasks/mssql_conf_verify.yml:40 Friday 08 December 2023 22:17:28 +0000 (0:00:00.031) 0:02:02.981 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get the value of the setting defaultdatadir] ***************************** task path: /WORKDIR/git-storage-selinuxert7ze5x/tests/tasks/mssql_conf_verify.yml:7 Friday 08 December 2023 22:17:28 +0000 (0:00:00.078) 0:02:03.060 ******* ok: [sut] => { "changed": false, "cmd": "grep '^defaultdatadir' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004483", "end": "2023-12-08 22:17:28.445490", "rc": 0, "start": "2023-12-08 22:17:28.441007" } STDOUT: defaultdatadir = /tmp/mssql_data TASK [Verify the setting when it is type str defaultdatadir] ******************* task path: /WORKDIR/git-storage-selinuxert7ze5x/tests/tasks/mssql_conf_verify.yml:14 Friday 08 December 2023 22:17:28 +0000 (0:00:00.159) 0:02:03.219 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the setting when it is type bool defaultdatadir] ****************** task path: /WORKDIR/git-storage-selinuxert7ze5x/tests/tasks/mssql_conf_verify.yml:25 Friday 08 December 2023 22:17:28 +0000 (0:00:00.045) 0:02:03.265 ******* 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-selinuxert7ze5x/tests/tasks/mssql_conf_verify.yml:40 Friday 08 December 2023 22:17:28 +0000 (0:00:00.032) 0:02:03.297 ******* 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-selinuxert7ze5x/tests/tasks/mssql_conf_verify.yml:7 Friday 08 December 2023 22:17:28 +0000 (0:00:00.022) 0:02:03.320 ******* ok: [sut] => { "changed": false, "cmd": "grep '^defaultlogdir' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004428", "end": "2023-12-08 22:17:28.708730", "rc": 0, "start": "2023-12-08 22:17:28.704302" } STDOUT: defaultlogdir = /tmp/mssql_log TASK [Verify the setting when it is type str defaultlogdir] ******************** task path: /WORKDIR/git-storage-selinuxert7ze5x/tests/tasks/mssql_conf_verify.yml:14 Friday 08 December 2023 22:17:28 +0000 (0:00:00.159) 0:02:03.479 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the setting when it is type bool defaultlogdir] ******************* task path: /WORKDIR/git-storage-selinuxert7ze5x/tests/tasks/mssql_conf_verify.yml:25 Friday 08 December 2023 22:17:28 +0000 (0:00:00.040) 0:02:03.519 ******* 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-selinuxert7ze5x/tests/tasks/mssql_conf_verify.yml:40 Friday 08 December 2023 22:17:28 +0000 (0:00:00.024) 0:02:03.544 ******* 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-selinuxert7ze5x/tests/tasks/mssql_conf_verify.yml:7 Friday 08 December 2023 22:17:28 +0000 (0:00:00.025) 0:02:03.570 ******* ok: [sut] => { "changed": false, "cmd": "grep '^enabled' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004501", "end": "2023-12-08 22:17:29.007370", "rc": 0, "start": "2023-12-08 22:17:29.002869" } STDOUT: enabled = True TASK [Verify the setting when it is type str enabled] ************************** task path: /WORKDIR/git-storage-selinuxert7ze5x/tests/tasks/mssql_conf_verify.yml:14 Friday 08 December 2023 22:17:29 +0000 (0:00:00.234) 0:02:03.804 ******* 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-selinuxert7ze5x/tests/tasks/mssql_conf_verify.yml:25 Friday 08 December 2023 22:17:29 +0000 (0:00:00.038) 0:02:03.843 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify that tcpport = True] ********************************************** task path: /WORKDIR/git-storage-selinuxert7ze5x/tests/tasks/mssql_conf_verify.yml:40 Friday 08 December 2023 22:17:29 +0000 (0:00:00.058) 0:02:03.901 ******* 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-selinuxert7ze5x/tests/tasks/verify_settings.yml:55 Friday 08 December 2023 22:17:29 +0000 (0:00:00.043) 0:02:03.945 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1702073774.710332, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1702073774.7113318, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 994, "gr_name": "mssql", "inode": 327155844, "isblk": false, "ischr": false, "isdir": true, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/directory", "mode": "0700", "mtime": 1702073774.710332, "nlink": 2, "path": "/tmp/mssql_data", "pw_name": "mssql", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 6, "uid": 996, "version": "18446744073496484004", "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-selinuxert7ze5x/tests/tasks/verify_settings.yml:60 Friday 08 December 2023 22:17:29 +0000 (0:00:00.185) 0:02:04.131 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get stat of mssql_logdir] ************************************************ task path: /WORKDIR/git-storage-selinuxert7ze5x/tests/tasks/verify_settings.yml:70 Friday 08 December 2023 22:17:29 +0000 (0:00:00.022) 0:02:04.153 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1702073775.5503407, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1702073775.5513408, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 994, "gr_name": "mssql", "inode": 348127552, "isblk": false, "ischr": false, "isdir": true, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/directory", "mode": "0700", "mtime": 1702073775.5503407, "nlink": 2, "path": "/tmp/mssql_log", "pw_name": "mssql", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 6, "uid": 996, "version": "18446744072541443644", "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-selinuxert7ze5x/tests/tasks/verify_settings.yml:75 Friday 08 December 2023 22:17:29 +0000 (0:00:00.164) 0:02:04.317 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Prepare MSSQL and facts for logging in] ********************************** task path: /WORKDIR/git-storage-selinuxert7ze5x/tests/tasks/verify_settings.yml:85 Friday 08 December 2023 22:17:29 +0000 (0:00:00.031) 0:02:04.349 ******* TASK [fedora.linux_system_roles.mssql : Ensure that the mssql-server service is started] *** task path: /WORKDIR/git-storage-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/verify_password.yml:3 Friday 08 December 2023 22:17:29 +0000 (0:00:00.036) 0:02:04.386 ******* ok: [sut] => { "changed": false, "name": "mssql-server", "state": "started", "status": { "ActiveEnterTimestamp": "Fri 2023-12-08 22:17:10 UTC", "ActiveEnterTimestampMonotonic": "599355726", "ActiveExitTimestamp": "Fri 2023-12-08 22:17:10 UTC", "ActiveExitTimestampMonotonic": "599080258", "ActiveState": "active", "After": "system.slice network.target -.mount systemd-journald.socket auditd.service basic.target", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Fri 2023-12-08 22:17:10 UTC", "AssertTimestampMonotonic": "599346662", "Before": "shutdown.target multi-user.target", "BlockIOAccounting": "no", "BlockIOWeight": "18446744073709551615", "CPUAccounting": "no", "CPUQuotaPerSecUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "18446744073709551615", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "18446744073709551615", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Fri 2023-12-08 22:17:10 UTC", "ConditionTimestampMonotonic": "599346660", "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": "7206", "ExecMainStartTimestamp": "Fri 2023-12-08 22:17:10 UTC", "ExecMainStartTimestampMonotonic": "599355657", "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": "599335773", "InactiveExitTimestamp": "Fri 2023-12-08 22:17:10 UTC", "InactiveExitTimestampMonotonic": "599355726", "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": "7206", "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": "system.slice basic.target -.mount", "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": "599355703", "WatchdogUSec": "0", "WorkingDirectory": "/var/opt/mssql" } } TASK [fedora.linux_system_roles.mssql : Check if a custom tcpport setting exist] *** task path: /WORKDIR/git-storage-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/verify_password.yml:8 Friday 08 December 2023 22:17:29 +0000 (0:00:00.212) 0:02:04.598 ******* ok: [sut] => { "changed": false, "cmd": [ "grep", "^tcpport = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:01.004369", "end": "2023-12-08 22:17:30.979898", "failed_when_result": false, "rc": 1, "start": "2023-12-08 22:17:29.975529" } MSG: non-zero return code TASK [fedora.linux_system_roles.mssql : Check if a custom ipaddress setting exist] *** task path: /WORKDIR/git-storage-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/verify_password.yml:14 Friday 08 December 2023 22:17:31 +0000 (0:00:01.163) 0:02:05.761 ******* ok: [sut] => { "changed": false, "cmd": [ "grep", "^ipaddress = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003394", "end": "2023-12-08 22:17:31.173193", "failed_when_result": false, "rc": 0, "start": "2023-12-08 22:17:31.169799" } STDOUT: ipaddress = 0.0.0.0 TASK [fedora.linux_system_roles.mssql : Set a fact with a login command] ******* task path: /WORKDIR/git-storage-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/verify_password.yml:20 Friday 08 December 2023 22:17:31 +0000 (0:00:00.217) 0:02:05.979 ******* 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-selinuxert7ze5x/tests/tasks/verify_settings.yml:93 Friday 08 December 2023 22:17:31 +0000 (0:00:00.097) 0:02:06.076 ******* 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": 6344, "state": "file", "uid": 996 } TASK [Check if the set password matches the existing password] ***************** task path: /WORKDIR/git-storage-selinuxert7ze5x/tests/tasks/verify_settings.yml:100 Friday 08 December 2023 22:17:49 +0000 (0:00:18.172) 0:02:24.249 ******* 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.021742", "end": "2023-12-08 22:17:49.648148", "rc": 0, "start": "2023-12-08 22:17:49.626406" } STDOUT: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ Microsoft SQL Server 2017 (RTM-CU31-GDR) (KB5029376) - 14.0.3465.1 (X64) Jul 30 2023 15:31:58 Copyright (C) 2017 Microsoft Corporation Enterprise Evaluation Edition (64-bit) on Linux (Red Hat Enterprise Linux Server 7.9 (Maipo)) (1 rows affected) TASK [Set the mssql_password variable to default null] ************************* task path: /WORKDIR/git-storage-selinuxert7ze5x/tests/tasks/verify_settings.yml:114 Friday 08 December 2023 22:17:49 +0000 (0:00:00.167) 0:02:24.417 ******* ok: [sut] => { "ansible_facts": { "mssql_password": null }, "changed": false } TASK [Verify the package mssql-server-fts] ************************************* task path: /WORKDIR/git-storage-selinuxert7ze5x/tests/tasks/verify_settings.yml:118 Friday 08 December 2023 22:17:49 +0000 (0:00:00.022) 0:02:24.439 ******* included: /WORKDIR/git-storage-selinuxert7ze5x/tests/tasks/verify_package.yml for sut TASK [Gather package facts] **************************************************** task path: /WORKDIR/git-storage-selinuxert7ze5x/tests/tasks/verify_package.yml:7 Friday 08 December 2023 22:17:49 +0000 (0:00:00.042) 0:02:24.482 ******* 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-selinuxert7ze5x/tests/tasks/verify_package.yml:12 Friday 08 December 2023 22:17:50 +0000 (0:00:00.820) 0:02:25.303 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify if the package is not installed mssql-server-fts] ***************** task path: /WORKDIR/git-storage-selinuxert7ze5x/tests/tasks/verify_package.yml:17 Friday 08 December 2023 22:17:50 +0000 (0:00:00.072) 0:02:25.375 ******* 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-selinuxert7ze5x/tests/tasks/verify_settings.yml:125 Friday 08 December 2023 22:17:50 +0000 (0:00:00.019) 0:02:25.394 ******* included: /WORKDIR/git-storage-selinuxert7ze5x/tests/tasks/verify_package.yml for sut TASK [Gather package facts] **************************************************** task path: /WORKDIR/git-storage-selinuxert7ze5x/tests/tasks/verify_package.yml:7 Friday 08 December 2023 22:17:50 +0000 (0:00:00.042) 0:02:25.437 ******* 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-selinuxert7ze5x/tests/tasks/verify_package.yml:12 Friday 08 December 2023 22:17:51 +0000 (0:00:00.700) 0:02:26.138 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify if the package is not installed powershell] *********************** task path: /WORKDIR/git-storage-selinuxert7ze5x/tests/tasks/verify_package.yml:17 Friday 08 December 2023 22:17:51 +0000 (0:00:00.043) 0:02:26.182 ******* 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-selinuxert7ze5x/tests/tasks/verify_settings.yml:136 Friday 08 December 2023 22:17:51 +0000 (0:00:00.071) 0:02:26.253 ******* ok: [sut] => { "changed": false, "cmd": "grep '^traceflag' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004549", "end": "2023-12-08 22:17:51.642706", "rc": 0, "start": "2023-12-08 22:17:51.638157" } STDOUT: traceflag0 = 3979 TASK [Verify that the traceflag setting is set to 3979] ************************ task path: /WORKDIR/git-storage-selinuxert7ze5x/tests/tasks/verify_settings.yml:141 Friday 08 December 2023 22:17:51 +0000 (0:00:00.162) 0:02:26.415 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify that the traceflag setting is not set to 3979] ******************** task path: /WORKDIR/git-storage-selinuxert7ze5x/tests/tasks/verify_settings.yml:146 Friday 08 December 2023 22:17:51 +0000 (0:00:00.040) 0:02:26.456 ******* 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-selinuxert7ze5x/tests/tasks/verify_settings.yml:152 Friday 08 December 2023 22:17:51 +0000 (0:00:00.045) 0:02:26.501 ******* included: /WORKDIR/git-storage-selinuxert7ze5x/tests/tasks/mssql_conf_verify.yml for sut TASK [Get the value of the setting alternatewritethrough] ********************** task path: /WORKDIR/git-storage-selinuxert7ze5x/tests/tasks/mssql_conf_verify.yml:7 Friday 08 December 2023 22:17:51 +0000 (0:00:00.063) 0:02:26.564 ******* ok: [sut] => { "changed": false, "cmd": "grep '^alternatewritethrough' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004601", "end": "2023-12-08 22:17:51.990363", "rc": 0, "start": "2023-12-08 22:17:51.985762" } STDOUT: alternatewritethrough = 0 TASK [Verify the setting when it is type str alternatewritethrough] ************ task path: /WORKDIR/git-storage-selinuxert7ze5x/tests/tasks/mssql_conf_verify.yml:14 Friday 08 December 2023 22:17:52 +0000 (0:00:00.221) 0:02:26.785 ******* 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-selinuxert7ze5x/tests/tasks/mssql_conf_verify.yml:25 Friday 08 December 2023 22:17:52 +0000 (0:00:00.062) 0:02:26.848 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify that tcpport = False] ********************************************* task path: /WORKDIR/git-storage-selinuxert7ze5x/tests/tasks/mssql_conf_verify.yml:40 Friday 08 December 2023 22:17:52 +0000 (0:00:00.046) 0:02:26.894 ******* 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-selinuxert7ze5x/tests/tasks/verify_settings.yml:158 Friday 08 December 2023 22:17:52 +0000 (0:00:00.026) 0:02:26.920 ******* included: /WORKDIR/git-storage-selinuxert7ze5x/tests/tasks/mssql_conf_verify.yml for sut TASK [Get the value of the setting writethrough] ******************************* task path: /WORKDIR/git-storage-selinuxert7ze5x/tests/tasks/mssql_conf_verify.yml:7 Friday 08 December 2023 22:17:52 +0000 (0:00:00.082) 0:02:27.002 ******* ok: [sut] => { "changed": false, "cmd": "grep '^writethrough' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004506", "end": "2023-12-08 22:17:52.409624", "rc": 0, "start": "2023-12-08 22:17:52.405118" } STDOUT: writethrough = 1 TASK [Verify the setting when it is type str writethrough] ********************* task path: /WORKDIR/git-storage-selinuxert7ze5x/tests/tasks/mssql_conf_verify.yml:14 Friday 08 December 2023 22:17:52 +0000 (0:00:00.190) 0:02:27.193 ******* 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-selinuxert7ze5x/tests/tasks/mssql_conf_verify.yml:25 Friday 08 December 2023 22:17:52 +0000 (0:00:00.033) 0:02:27.226 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify that tcpport = True] ********************************************** task path: /WORKDIR/git-storage-selinuxert7ze5x/tests/tasks/mssql_conf_verify.yml:40 Friday 08 December 2023 22:17:52 +0000 (0:00:00.037) 0:02:27.264 ******* 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-selinuxert7ze5x/tests/tasks/verify_settings.yml:168 Friday 08 December 2023 22:17:52 +0000 (0:00:00.020) 0:02:27.285 ******* 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-selinuxert7ze5x/tests/tasks/verify_settings.yml:179 Friday 08 December 2023 22:17:52 +0000 (0:00:00.020) 0:02:27.305 ******* 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-selinuxert7ze5x/tests/tasks/verify_settings.yml:191 Friday 08 December 2023 22:17:52 +0000 (0:00:00.020) 0:02:27.326 ******* 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-selinuxert7ze5x/tests/tasks/verify_settings.yml:199 Friday 08 December 2023 22:17:52 +0000 (0:00:00.021) 0:02:27.348 ******* 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-selinuxert7ze5x/tests/tasks/verify_settings.yml:209 Friday 08 December 2023 22:17:52 +0000 (0:00:00.020) 0:02:27.368 ******* 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-selinuxert7ze5x/tests/tasks/verify_settings.yml:214 Friday 08 December 2023 22:17:52 +0000 (0:00:00.026) 0:02:27.395 ******* 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-selinuxert7ze5x/tests/tasks/verify_settings.yml:220 Friday 08 December 2023 22:17:52 +0000 (0:00:00.090) 0:02:27.485 ******* 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-selinuxert7ze5x/tests/tasks/tests_idempotency.yml:56 Friday 08 December 2023 22:17:52 +0000 (0:00:00.025) 0:02:27.511 ******* TASK [fedora.linux_system_roles.mssql : Ensure ansible_facts and variables used by role] *** task path: /WORKDIR/git-storage-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:3 Friday 08 December 2023 22:17:53 +0000 (0:00:00.256) 0:02:27.768 ******* included: /WORKDIR/git-storage-selinuxert7ze5x/.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-selinuxert7ze5x/.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.029) 0:02:27.797 ******* 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-selinuxert7ze5x/.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.028) 0:02:27.825 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/vars/RedHat.yml" ], "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml" } ok: [sut] => (item=RedHat.yml) => { "ansible_facts": { "__mssql_client_repository": "https://packages.microsoft.com/rhel/9/prod/", "__mssql_confined_supported": true, "__mssql_server_repository": "https://packages.microsoft.com/rhel/9/mssql-server-{{ mssql_version | int }}/", "__mssql_supported_versions": [ 2022 ] }, "ansible_included_var_files": [ "/WORKDIR/git-storage-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/vars/RedHat.yml" ], "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml" } ok: [sut] => (item=RedHat_7.yml) => { "ansible_facts": { "__mssql_client_repository": "https://packages.microsoft.com/rhel/7/prod/", "__mssql_confined_supported": false, "__mssql_server_repository": "https://packages.microsoft.com/rhel/7/mssql-server-{{ mssql_version | int }}/", "__mssql_supported_versions": [ 2017, 2019 ] }, "ansible_included_var_files": [ "/WORKDIR/git-storage-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/vars/RedHat_7.yml" ], "ansible_loop_var": "item", "changed": false, "item": "RedHat_7.yml" } skipping: [sut] => (item=RedHat_7.9.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__mssql_vars_file is file", "item": "RedHat_7.9.yml", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Unset the __mssql_sqlcmd_login_cmd fact] *** task path: /WORKDIR/git-storage-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:8 Friday 08 December 2023 22:17:53 +0000 (0:00:00.039) 0:02:27.864 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:15 Friday 08 December 2023 22:17:53 +0000 (0:00:00.038) 0:02:27.902 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:23 Friday 08 December 2023 22:17:53 +0000 (0:00:00.056) 0:02:27.958 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:30 Friday 08 December 2023 22:17:53 +0000 (0:00:00.040) 0:02:27.998 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:37 Friday 08 December 2023 22:17:53 +0000 (0:00:00.026) 0:02:28.025 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:44 Friday 08 December 2023 22:17:53 +0000 (0:00:00.028) 0:02:28.054 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:51 Friday 08 December 2023 22:17:53 +0000 (0:00:00.025) 0:02:28.080 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:55 Friday 08 December 2023 22:17:53 +0000 (0:00:00.033) 0:02:28.113 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:67 Friday 08 December 2023 22:17:53 +0000 (0:00:00.023) 0:02:28.136 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:75 Friday 08 December 2023 22:17:53 +0000 (0:00:00.076) 0:02:28.213 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:84 Friday 08 December 2023 22:17:53 +0000 (0:00:00.019) 0:02:28.232 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:93 Friday 08 December 2023 22:17:53 +0000 (0:00:00.020) 0:02:28.252 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:103 Friday 08 December 2023 22:17:53 +0000 (0:00:00.021) 0:02:28.274 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:112 Friday 08 December 2023 22:17:53 +0000 (0:00:00.021) 0:02:28.295 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:116 Friday 08 December 2023 22:17:54 +0000 (0:00:00.691) 0:02:28.987 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:124 Friday 08 December 2023 22:17:54 +0000 (0:00:00.075) 0:02:29.062 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:131 Friday 08 December 2023 22:17:54 +0000 (0:00:00.021) 0:02:29.084 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:138 Friday 08 December 2023 22:17:54 +0000 (0:00:00.028) 0:02:29.112 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:152 Friday 08 December 2023 22:17:54 +0000 (0:00:00.047) 0:02:29.160 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:165 Friday 08 December 2023 22:17:54 +0000 (0:00:00.354) 0:02:29.514 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:175 Friday 08 December 2023 22:17:54 +0000 (0:00:00.020) 0:02:29.535 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:186 Friday 08 December 2023 22:17:54 +0000 (0:00:00.020) 0:02:29.555 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:194 Friday 08 December 2023 22:17:54 +0000 (0:00:00.019) 0:02:29.574 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:207 Friday 08 December 2023 22:17:54 +0000 (0:00:00.021) 0:02:29.595 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:214 Friday 08 December 2023 22:17:54 +0000 (0:00:00.016) 0:02:29.612 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:219 Friday 08 December 2023 22:17:54 +0000 (0:00:00.017) 0:02:29.630 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:228 Friday 08 December 2023 22:17:54 +0000 (0:00:00.016) 0:02:29.647 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:237 Friday 08 December 2023 22:17:54 +0000 (0:00:00.053) 0:02:29.700 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:242 Friday 08 December 2023 22:17:54 +0000 (0:00:00.018) 0:02:29.719 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:250 Friday 08 December 2023 22:17:55 +0000 (0:00:00.322) 0:02:30.042 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:258 Friday 08 December 2023 22:17:55 +0000 (0:00:00.019) 0:02:30.061 ******* 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.005373", "end": "2023-12-08 22:17:55.446633", "rc": 0, "start": "2023-12-08 22:17:55.441260" } STDOUT: /var/opt/mssql/log/errorlog TASK [fedora.linux_system_roles.mssql : Gather system services facts] ********** task path: /WORKDIR/git-storage-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:273 Friday 08 December 2023 22:17:55 +0000 (0:00:00.146) 0:02:30.207 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:277 Friday 08 December 2023 22:17:56 +0000 (0:00:00.799) 0:02:31.006 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:286 Friday 08 December 2023 22:17:56 +0000 (0:00:00.037) 0:02:31.044 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:302 Friday 08 December 2023 22:17:56 +0000 (0:00:00.017) 0:02:31.062 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:322 Friday 08 December 2023 22:17:56 +0000 (0:00:00.027) 0:02:31.090 ******* included: /WORKDIR/git-storage-selinuxert7ze5x/.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-selinuxert7ze5x/.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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/configure_storage_paths.yml:3 Friday 08 December 2023 22:17:56 +0000 (0:00:00.055) 0:02:31.145 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1702073773.6163204, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1702073773.5513198, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 994, "gr_name": "mssql", "inode": 150995072, "isblk": false, "ischr": false, "isdir": true, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/directory", "mode": "0755", "mtime": 1702073773.5513198, "nlink": 2, "path": "/var/opt/mssql/data", "pw_name": "mssql", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 156, "uid": 996, "version": "2106396722", "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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/configure_storage_paths.yml:8 Friday 08 December 2023 22:17:56 +0000 (0:00:00.178) 0:02:31.324 ******* 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": 156, "state": "directory", "uid": 996 } TASK [fedora.linux_system_roles.mssql : Append facts for the selinux role] ***** task path: /WORKDIR/git-storage-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/configure_storage_paths.yml:17 Friday 08 December 2023 22:17:56 +0000 (0:00:00.168) 0:02:31.492 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/configure_storage_paths.yml:30 Friday 08 December 2023 22:17:56 +0000 (0:00:00.031) 0:02:31.524 ******* included: /WORKDIR/git-storage-selinuxert7ze5x/.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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:3 Friday 08 December 2023 22:17:56 +0000 (0:00:00.032) 0:02:31.556 ******* ok: [sut] => { "changed": false, "cmd": [ "grep", "^defaultdatadir = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003303", "end": "2023-12-08 22:17:56.937349", "failed_when_result": false, "rc": 0, "start": "2023-12-08 22:17:56.934046" } STDOUT: defaultdatadir = /tmp/mssql_data TASK [fedora.linux_system_roles.mssql : Configure the setting filelocation defaultdatadir] *** task path: /WORKDIR/git-storage-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:12 Friday 08 December 2023 22:17:56 +0000 (0:00:00.152) 0:02:31.708 ******* 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.049461", "end": "2023-12-08 22:17:57.158937", "failed_when_result": false, "rc": 0, "start": "2023-12-08 22:17:57.109476" } 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-selinuxert7ze5x/.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.212) 0:02:31.920 ******* 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-selinuxert7ze5x/.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:31.941 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1702073833.93267, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "binary", "ctime": 1702073833.9316702, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 994, "gr_name": "mssql", "inode": 155189568, "isblk": false, "ischr": false, "isdir": true, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/directory", "mode": "0755", "mtime": 1702073833.9316702, "nlink": 2, "path": "/var/opt/mssql/log", "pw_name": "mssql", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 4096, "uid": 996, "version": "1210709133", "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-selinuxert7ze5x/.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.248) 0:02:32.189 ******* 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-selinuxert7ze5x/.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.156) 0:02:32.346 ******* 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-selinuxert7ze5x/.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.032) 0:02:32.379 ******* included: /WORKDIR/git-storage-selinuxert7ze5x/.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-selinuxert7ze5x/.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.030) 0:02:32.410 ******* ok: [sut] => { "changed": false, "cmd": [ "grep", "^defaultlogdir = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003370", "end": "2023-12-08 22:17:57.790520", "failed_when_result": false, "rc": 0, "start": "2023-12-08 22:17:57.787150" } STDOUT: defaultlogdir = /tmp/mssql_log TASK [fedora.linux_system_roles.mssql : Configure the setting filelocation defaultlogdir] *** task path: /WORKDIR/git-storage-selinuxert7ze5x/.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.140) 0:02:32.551 ******* 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.050017", "end": "2023-12-08 22:17:57.984087", "failed_when_result": false, "rc": 0, "start": "2023-12-08 22:17:57.934070" } 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-selinuxert7ze5x/.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.198) 0:02:32.749 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:337 Friday 08 December 2023 22:17:58 +0000 (0:00:00.020) 0:02:32.769 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:344 Friday 08 December 2023 22:17:58 +0000 (0:00:00.036) 0:02:32.806 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:349 Friday 08 December 2023 22:17:58 +0000 (0:00:00.330) 0:02:33.137 ******* ok: [sut] => { "changed": false, "enabled": true, "name": "tuned", "state": "started", "status": { "ActiveEnterTimestamp": "Fri 2023-12-08 22:07:22 UTC", "ActiveEnterTimestampMonotonic": "11191118", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "systemd-sysctl.service basic.target systemd-journald.socket dbus.service network.target system.slice", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Fri 2023-12-08 22:07:21 UTC", "AssertTimestampMonotonic": "10439985", "Before": "shutdown.target multi-user.target", "BlockIOAccounting": "no", "BlockIOWeight": "18446744073709551615", "BusName": "com.redhat.tuned", "CPUAccounting": "no", "CPUQuotaPerSecUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "18446744073709551615", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "18446744073709551615", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Fri 2023-12-08 22:07:21 UTC", "ConditionTimestampMonotonic": "10439980", "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": "945", "ExecMainStartTimestamp": "Fri 2023-12-08 22:07:21 UTC", "ExecMainStartTimestampMonotonic": "10446771", "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 22:07:21 UTC", "InactiveExitTimestampMonotonic": "10446810", "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": "945", "MemoryAccounting": "no", "MemoryCurrent": "18446744073709551615", "MemoryLimit": "18446744073709551615", "MountFlags": "0", "Names": "tuned.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PIDFile": "/run/tuned/tuned.pid", "PermissionsStartOnly": "no", "PrivateDevices": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "ProtectHome": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "Requires": "polkit.service system.slice basic.target dbus.service", "Restart": "no", "RestartUSec": "100ms", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitInterval": "10000000", "StartupBlockIOWeight": "18446744073709551615", "StartupCPUShares": "18446744073709551615", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "no", "TasksCurrent": "18446744073709551615", "TasksMax": "18446744073709551615", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "dbus", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "WantedBy": "multi-user.target", "WatchdogTimestamp": "Fri 2023-12-08 22:07:22 UTC", "WatchdogTimestampMonotonic": "11190874", "WatchdogUSec": "0" } } TASK [fedora.linux_system_roles.mssql : Get the active Tuned profiles] ********* task path: /WORKDIR/git-storage-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:355 Friday 08 December 2023 22:17:58 +0000 (0:00:00.256) 0:02:33.394 ******* ok: [sut] => { "changed": false, "cmd": [ "tuned-adm", "active" ], "delta": "0:00:00.105213", "end": "2023-12-08 22:17:58.888218", "rc": 0, "start": "2023-12-08 22:17:58.783005" } 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:365 Friday 08 December 2023 22:17:58 +0000 (0:00:00.254) 0:02:33.648 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:378 Friday 08 December 2023 22:17:58 +0000 (0:00:00.020) 0:02:33.668 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:387 Friday 08 December 2023 22:17:58 +0000 (0:00:00.021) 0:02:33.689 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:397 Friday 08 December 2023 22:17:58 +0000 (0:00:00.034) 0:02:33.723 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:404 Friday 08 December 2023 22:17:59 +0000 (0:00:00.177) 0:02:33.901 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:416 Friday 08 December 2023 22:17:59 +0000 (0:00:00.383) 0:02:34.284 ******* included: /WORKDIR/git-storage-selinuxert7ze5x/.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-selinuxert7ze5x/.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.085) 0:02:34.370 ******* ok: [sut] => { "changed": false, "name": "mssql-server", "state": "started", "status": { "ActiveEnterTimestamp": "Fri 2023-12-08 22:17:10 UTC", "ActiveEnterTimestampMonotonic": "599355726", "ActiveExitTimestamp": "Fri 2023-12-08 22:17:10 UTC", "ActiveExitTimestampMonotonic": "599080258", "ActiveState": "active", "After": "system.slice network.target -.mount systemd-journald.socket auditd.service basic.target", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Fri 2023-12-08 22:17:10 UTC", "AssertTimestampMonotonic": "599346662", "Before": "shutdown.target multi-user.target", "BlockIOAccounting": "no", "BlockIOWeight": "18446744073709551615", "CPUAccounting": "no", "CPUQuotaPerSecUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "18446744073709551615", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "18446744073709551615", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Fri 2023-12-08 22:17:10 UTC", "ConditionTimestampMonotonic": "599346660", "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": "7206", "ExecMainStartTimestamp": "Fri 2023-12-08 22:17:10 UTC", "ExecMainStartTimestampMonotonic": "599355657", "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": "599335773", "InactiveExitTimestamp": "Fri 2023-12-08 22:17:10 UTC", "InactiveExitTimestampMonotonic": "599355726", "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": "7206", "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": "system.slice basic.target -.mount", "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": "599355703", "WatchdogUSec": "0", "WorkingDirectory": "/var/opt/mssql" } } TASK [fedora.linux_system_roles.mssql : Check if a custom tcpport setting exist] *** task path: /WORKDIR/git-storage-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/verify_password.yml:8 Friday 08 December 2023 22:17:59 +0000 (0:00:00.318) 0:02:34.688 ******* ok: [sut] => { "changed": false, "cmd": [ "grep", "^tcpport = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:01.004465", "end": "2023-12-08 22:18:01.090984", "failed_when_result": false, "rc": 1, "start": "2023-12-08 22:18:00.086519" } MSG: non-zero return code TASK [fedora.linux_system_roles.mssql : Check if a custom ipaddress setting exist] *** task path: /WORKDIR/git-storage-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/verify_password.yml:14 Friday 08 December 2023 22:18:01 +0000 (0:00:01.212) 0:02:35.900 ******* ok: [sut] => { "changed": false, "cmd": [ "grep", "^ipaddress = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003268", "end": "2023-12-08 22:18:01.410972", "failed_when_result": false, "rc": 0, "start": "2023-12-08 22:18:01.407704" } STDOUT: ipaddress = 0.0.0.0 TASK [fedora.linux_system_roles.mssql : Set a fact with a login command] ******* task path: /WORKDIR/git-storage-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/verify_password.yml:20 Friday 08 December 2023 22:18:01 +0000 (0:00:00.455) 0:02:36.355 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:420 Friday 08 December 2023 22:18:01 +0000 (0:00:00.124) 0:02:36.480 ******* 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": 6344, "state": "file", "uid": 996 } TASK [fedora.linux_system_roles.mssql : Check if the set password matches the existing password] *** task path: /WORKDIR/git-storage-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:426 Friday 08 December 2023 22:18:02 +0000 (0:00:01.189) 0:02:37.669 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:441 Friday 08 December 2023 22:18:03 +0000 (0:00:00.231) 0:02:37.900 ******* 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": "599355726", "ActiveExitTimestamp": "Fri 2023-12-08 22:17:10 UTC", "ActiveExitTimestampMonotonic": "599080258", "ActiveState": "active", "After": "system.slice network.target -.mount systemd-journald.socket auditd.service basic.target", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Fri 2023-12-08 22:17:10 UTC", "AssertTimestampMonotonic": "599346662", "Before": "shutdown.target multi-user.target", "BlockIOAccounting": "no", "BlockIOWeight": "18446744073709551615", "CPUAccounting": "no", "CPUQuotaPerSecUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "18446744073709551615", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "18446744073709551615", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Fri 2023-12-08 22:17:10 UTC", "ConditionTimestampMonotonic": "599346660", "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": "7206", "ExecMainStartTimestamp": "Fri 2023-12-08 22:17:10 UTC", "ExecMainStartTimestampMonotonic": "599355657", "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": "599335773", "InactiveExitTimestamp": "Fri 2023-12-08 22:17:10 UTC", "InactiveExitTimestampMonotonic": "599355726", "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": "7206", "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": "system.slice basic.target -.mount", "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": "599355703", "WatchdogUSec": "0", "WorkingDirectory": "/var/opt/mssql" } } TASK [fedora.linux_system_roles.mssql : Gather package facts] ****************** task path: /WORKDIR/git-storage-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:448 Friday 08 December 2023 22:18:04 +0000 (0:00:00.839) 0:02:38.740 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:456 Friday 08 December 2023 22:18:04 +0000 (0:00:00.689) 0:02:39.429 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:477 Friday 08 December 2023 22:18:09 +0000 (0:00:04.937) 0:02:44.366 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:484 Friday 08 December 2023 22:18:09 +0000 (0:00:00.043) 0:02:44.409 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:495 Friday 08 December 2023 22:18:09 +0000 (0:00:00.038) 0:02:44.448 ******* 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.005224", "end": "2023-12-08 22:18:09.834148", "rc": 0, "start": "2023-12-08 22:18:09.828924" } STDOUT: false TASK [fedora.linux_system_roles.mssql : Ensure that the mssql-server service is stopped] *** task path: /WORKDIR/git-storage-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:508 Friday 08 December 2023 22:18:09 +0000 (0:00:00.164) 0:02:44.613 ******* ok: [sut] => { "changed": false, "name": "mssql-server", "state": "stopped", "status": { "ActiveEnterTimestamp": "Fri 2023-12-08 22:17:10 UTC", "ActiveEnterTimestampMonotonic": "599355726", "ActiveExitTimestamp": "Fri 2023-12-08 22:18:03 UTC", "ActiveExitTimestampMonotonic": "652210797", "ActiveState": "inactive", "After": "system.slice network.target -.mount systemd-journald.socket auditd.service basic.target", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Fri 2023-12-08 22:17:10 UTC", "AssertTimestampMonotonic": "599346662", "Before": "shutdown.target multi-user.target", "BlockIOAccounting": "no", "BlockIOWeight": "18446744073709551615", "CPUAccounting": "no", "CPUQuotaPerSecUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "18446744073709551615", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "18446744073709551615", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Fri 2023-12-08 22:17:10 UTC", "ConditionTimestampMonotonic": "599346660", "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:03 UTC", "ExecMainExitTimestampMonotonic": "652790112", "ExecMainPID": "7206", "ExecMainStartTimestamp": "Fri 2023-12-08 22:17:10 UTC", "ExecMainStartTimestampMonotonic": "599355657", "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:03 UTC] ; pid=7206 ; 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:03 UTC", "InactiveEnterTimestampMonotonic": "652790205", "InactiveExitTimestamp": "Fri 2023-12-08 22:17:10 UTC", "InactiveExitTimestampMonotonic": "599355726", "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": "system.slice basic.target -.mount", "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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:515 Friday 08 December 2023 22:18:10 +0000 (0:00:00.231) 0:02:44.844 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:521 Friday 08 December 2023 22:18:10 +0000 (0:00:00.692) 0:02:45.537 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:540 Friday 08 December 2023 22:18:15 +0000 (0:00:05.085) 0:02:50.623 ******* included: /WORKDIR/git-storage-selinuxert7ze5x/.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-selinuxert7ze5x/.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.045) 0:02:50.668 ******* ok: [sut] => { "changed": false, "cmd": [ "grep", "^ipaddress = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003389", "end": "2023-12-08 22:18:16.062922", "failed_when_result": false, "rc": 0, "start": "2023-12-08 22:18:16.059533" } STDOUT: ipaddress = 0.0.0.0 TASK [fedora.linux_system_roles.mssql : Configure the setting network ipaddress] *** task path: /WORKDIR/git-storage-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:12 Friday 08 December 2023 22:18:16 +0000 (0:00:00.172) 0:02:50.841 ******* 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.049887", "end": "2023-12-08 22:18:16.306513", "failed_when_result": false, "rc": 0, "start": "2023-12-08 22:18:16.256626" } 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:42 Friday 08 December 2023 22:18:16 +0000 (0:00:00.309) 0:02:51.150 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:547 Friday 08 December 2023 22:18:16 +0000 (0:00:00.026) 0:02:51.176 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:554 Friday 08 December 2023 22:18:16 +0000 (0:00:00.021) 0:02:51.198 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:566 Friday 08 December 2023 22:18:16 +0000 (0:00:00.018) 0:02:51.217 ******* included: /WORKDIR/git-storage-selinuxert7ze5x/.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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:3 Friday 08 December 2023 22:18:16 +0000 (0:00:00.031) 0:02:51.248 ******* ok: [sut] => { "changed": false, "cmd": [ "grep", "^tcpport = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003348", "end": "2023-12-08 22:18:16.627980", "failed_when_result": false, "rc": 1, "start": "2023-12-08 22:18:16.624632" } MSG: non-zero return code TASK [fedora.linux_system_roles.mssql : Configure the setting network tcpport] *** task path: /WORKDIR/git-storage-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:12 Friday 08 December 2023 22:18:16 +0000 (0:00:00.156) 0:02:51.405 ******* 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.049454", "end": "2023-12-08 22:18:16.862663", "failed_when_result": false, "rc": 0, "start": "2023-12-08 22:18:16.813209" } 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:42 Friday 08 December 2023 22:18:16 +0000 (0:00:00.221) 0:02:51.626 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:572 Friday 08 December 2023 22:18:16 +0000 (0:00:00.032) 0:02:51.658 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:592 Friday 08 December 2023 22:18:16 +0000 (0:00:00.023) 0:02:51.682 ******* included: /WORKDIR/git-storage-selinuxert7ze5x/.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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:3 Friday 08 December 2023 22:18:17 +0000 (0:00:00.067) 0:02:51.750 ******* ok: [sut] => { "changed": false, "cmd": [ "grep", "^enabled = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003423", "end": "2023-12-08 22:18:17.163861", "failed_when_result": false, "rc": 0, "start": "2023-12-08 22:18:17.160438" } STDOUT: enabled = True TASK [fedora.linux_system_roles.mssql : Configure the setting sqlagent enabled] *** task path: /WORKDIR/git-storage-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:12 Friday 08 December 2023 22:18:17 +0000 (0:00:00.186) 0:02:51.937 ******* 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.049691", "end": "2023-12-08 22:18:17.384891", "failed_when_result": false, "rc": 0, "start": "2023-12-08 22:18:17.335200" } 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:42 Friday 08 December 2023 22:18:17 +0000 (0:00:00.226) 0:02:52.163 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:599 Friday 08 December 2023 22:18:17 +0000 (0:00:00.034) 0:02:52.197 ******* 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: search-disabled-repos\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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:606 Friday 08 December 2023 22:18:18 +0000 (0:00:01.269) 0:02:53.466 ******* changed: [sut] => { "changed": true, "changes": { "removed": [ "powershell" ] }, "rc": 0, "results": [ "Loaded plugins: search-disabled-repos\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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:615 Friday 08 December 2023 22:18:19 +0000 (0:00:01.141) 0:02:54.607 ******* ok: [sut] => { "changed": false, "cmd": [ "grep", "^traceflag[0-9] = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003608", "end": "2023-12-08 22:18:19.995181", "failed_when_result": false, "rc": 0, "start": "2023-12-08 22:18:19.991573" } STDOUT: traceflag0 = 3979 TASK [fedora.linux_system_roles.mssql : Set the 3979 traceflag] **************** task path: /WORKDIR/git-storage-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:621 Friday 08 December 2023 22:18:20 +0000 (0:00:00.157) 0:02:54.765 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:628 Friday 08 December 2023 22:18:20 +0000 (0:00:00.027) 0:02:54.792 ******* changed: [sut] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "traceflag", "3979", "off" ], "delta": "0:00:00.049856", "end": "2023-12-08 22:18:20.226353", "rc": 0, "start": "2023-12-08 22:18:20.176497" } 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:636 Friday 08 December 2023 22:18:20 +0000 (0:00:00.229) 0:02:55.022 ******* included: /WORKDIR/git-storage-selinuxert7ze5x/.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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:3 Friday 08 December 2023 22:18:20 +0000 (0:00:00.115) 0:02:55.138 ******* ok: [sut] => { "changed": false, "cmd": [ "grep", "^alternatewritethrough = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003461", "end": "2023-12-08 22:18:20.549350", "failed_when_result": false, "rc": 0, "start": "2023-12-08 22:18:20.545889" } STDOUT: alternatewritethrough = 0 TASK [fedora.linux_system_roles.mssql : Configure the setting control alternatewritethrough] *** task path: /WORKDIR/git-storage-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:12 Friday 08 December 2023 22:18:20 +0000 (0:00:00.172) 0:02:55.310 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:42 Friday 08 December 2023 22:18:20 +0000 (0:00:00.024) 0:02:55.334 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:642 Friday 08 December 2023 22:18:20 +0000 (0:00:00.018) 0:02:55.352 ******* included: /WORKDIR/git-storage-selinuxert7ze5x/.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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:3 Friday 08 December 2023 22:18:20 +0000 (0:00:00.032) 0:02:55.385 ******* ok: [sut] => { "changed": false, "cmd": [ "grep", "^writethrough = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003431", "end": "2023-12-08 22:18:20.776319", "failed_when_result": false, "rc": 0, "start": "2023-12-08 22:18:20.772888" } STDOUT: writethrough = 1 TASK [fedora.linux_system_roles.mssql : Configure the setting control writethrough] *** task path: /WORKDIR/git-storage-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:12 Friday 08 December 2023 22:18:20 +0000 (0:00:00.155) 0:02:55.540 ******* 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.049399", "end": "2023-12-08 22:18:20.975710", "failed_when_result": false, "rc": 0, "start": "2023-12-08 22:18:20.926311" } 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:42 Friday 08 December 2023 22:18:21 +0000 (0:00:00.198) 0:02:55.739 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:660 Friday 08 December 2023 22:18:21 +0000 (0:00:00.033) 0:02:55.772 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:674 Friday 08 December 2023 22:18:21 +0000 (0:00:00.020) 0:02:55.793 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:679 Friday 08 December 2023 22:18:21 +0000 (0:00:00.030) 0:02:55.824 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:697 Friday 08 December 2023 22:18:21 +0000 (0:00:00.035) 0:02:55.859 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:706 Friday 08 December 2023 22:18:21 +0000 (0:00:00.029) 0:02:55.889 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:715 Friday 08 December 2023 22:18:21 +0000 (0:00:00.051) 0:02:55.941 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:722 Friday 08 December 2023 22:18:21 +0000 (0:00:00.027) 0:02:55.968 ******* skipping: [sut] => { "changed": false, "false_condition": "mssql_tls_enable is not none", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Verify that ad_integration_realm variable is provided] *** task path: /WORKDIR/git-storage-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:731 Friday 08 December 2023 22:18:21 +0000 (0:00:00.023) 0:02:55.991 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:739 Friday 08 December 2023 22:18:21 +0000 (0:00:00.020) 0:02:56.012 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:747 Friday 08 December 2023 22:18:21 +0000 (0:00:00.039) 0:02:56.051 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:754 Friday 08 December 2023 22:18:21 +0000 (0:00:00.045) 0:02:56.097 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:761 Friday 08 December 2023 22:18:21 +0000 (0:00:00.138) 0:02:56.235 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:770 Friday 08 December 2023 22:18:21 +0000 (0:00:00.084) 0:02:56.319 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:783 Friday 08 December 2023 22:18:21 +0000 (0:00:00.050) 0:02:56.370 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:792 Friday 08 December 2023 22:18:21 +0000 (0:00:00.029) 0:02:56.400 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:804 Friday 08 December 2023 22:18:21 +0000 (0:00:00.019) 0:02:56.419 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:809 Friday 08 December 2023 22:18:21 +0000 (0:00:00.020) 0:02:56.439 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:826 Friday 08 December 2023 22:18:21 +0000 (0:00:00.020) 0:02:56.460 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:831 Friday 08 December 2023 22:18:21 +0000 (0:00:00.029) 0:02:56.490 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:836 Friday 08 December 2023 22:18:21 +0000 (0:00:00.022) 0:02:56.512 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:842 Friday 08 December 2023 22:18:21 +0000 (0:00:00.019) 0:02:56.532 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:868 Friday 08 December 2023 22:18:21 +0000 (0:00:00.020) 0:02:56.553 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:889 Friday 08 December 2023 22:18:21 +0000 (0:00:00.019) 0:02:56.573 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:897 Friday 08 December 2023 22:18:21 +0000 (0:00:00.032) 0:02:56.606 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:907 Friday 08 December 2023 22:18:21 +0000 (0:00:00.038) 0:02:56.644 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:913 Friday 08 December 2023 22:18:21 +0000 (0:00:00.050) 0:02:56.694 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:930 Friday 08 December 2023 22:18:21 +0000 (0:00:00.035) 0:02:56.729 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:941 Friday 08 December 2023 22:18:22 +0000 (0:00:00.028) 0:02:56.758 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:961 Friday 08 December 2023 22:18:22 +0000 (0:00:00.033) 0:02:56.792 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1015 Friday 08 December 2023 22:18:22 +0000 (0:00:00.022) 0:02:56.814 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1022 Friday 08 December 2023 22:18:22 +0000 (0:00:00.044) 0:02:56.859 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1029 Friday 08 December 2023 22:18:22 +0000 (0:00:00.021) 0:02:56.881 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1039 Friday 08 December 2023 22:18:22 +0000 (0:00:00.130) 0:02:57.011 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1045 Friday 08 December 2023 22:18:22 +0000 (0:00:00.038) 0:02:57.049 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1053 Friday 08 December 2023 22:18:22 +0000 (0:00:00.037) 0:02:57.087 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1062 Friday 08 December 2023 22:18:22 +0000 (0:00:00.023) 0:02:57.110 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1070 Friday 08 December 2023 22:18:22 +0000 (0:00:00.019) 0:02:57.130 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1085 Friday 08 December 2023 22:18:22 +0000 (0:00:00.027) 0:02:57.157 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1092 Friday 08 December 2023 22:18:22 +0000 (0:00:00.040) 0:02:57.198 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1117 Friday 08 December 2023 22:18:22 +0000 (0:00:00.020) 0:02:57.218 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1126 Friday 08 December 2023 22:18:22 +0000 (0:00:00.024) 0:02:57.242 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1135 Friday 08 December 2023 22:18:22 +0000 (0:00:00.031) 0:02:57.273 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1146 Friday 08 December 2023 22:18:22 +0000 (0:00:00.037) 0:02:57.311 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1159 Friday 08 December 2023 22:18:22 +0000 (0:00:00.052) 0:02:57.363 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1168 Friday 08 December 2023 22:18:22 +0000 (0:00:00.049) 0:02:57.413 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1175 Friday 08 December 2023 22:18:22 +0000 (0:00:00.019) 0:02:57.433 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1182 Friday 08 December 2023 22:18:22 +0000 (0:00:00.024) 0:02:57.458 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1190 Friday 08 December 2023 22:18:22 +0000 (0:00:00.020) 0:02:57.478 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1197 Friday 08 December 2023 22:18:22 +0000 (0:00:00.027) 0:02:57.506 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1209 Friday 08 December 2023 22:18:22 +0000 (0:00:00.036) 0:02:57.542 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1218 Friday 08 December 2023 22:18:22 +0000 (0:00:00.028) 0:02:57.571 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1225 Friday 08 December 2023 22:18:22 +0000 (0:00:00.065) 0:02:57.637 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1231 Friday 08 December 2023 22:18:22 +0000 (0:00:00.031) 0:02:57.668 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1239 Friday 08 December 2023 22:18:22 +0000 (0:00:00.037) 0:02:57.705 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1252 Friday 08 December 2023 22:18:23 +0000 (0:00:00.086) 0:02:57.791 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1264 Friday 08 December 2023 22:18:23 +0000 (0:00:00.028) 0:02:57.819 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1270 Friday 08 December 2023 22:18:23 +0000 (0:00:00.022) 0:02:57.842 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1279 Friday 08 December 2023 22:18:23 +0000 (0:00:00.018) 0:02:57.861 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1288 Friday 08 December 2023 22:18:23 +0000 (0:00:00.178) 0:02:58.040 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/handlers/main.yml:3 Friday 08 December 2023 22:18:23 +0000 (0:00:00.018) 0:02:58.059 ******* changed: [sut] => { "changed": true, "name": "mssql-server", "state": "started", "status": { "ActiveEnterTimestamp": "Fri 2023-12-08 22:17:10 UTC", "ActiveEnterTimestampMonotonic": "599355726", "ActiveExitTimestamp": "Fri 2023-12-08 22:18:03 UTC", "ActiveExitTimestampMonotonic": "652210797", "ActiveState": "inactive", "After": "system.slice network.target -.mount systemd-journald.socket auditd.service basic.target", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Fri 2023-12-08 22:17:10 UTC", "AssertTimestampMonotonic": "599346662", "Before": "shutdown.target multi-user.target", "BlockIOAccounting": "no", "BlockIOWeight": "18446744073709551615", "CPUAccounting": "no", "CPUQuotaPerSecUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "18446744073709551615", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "18446744073709551615", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Fri 2023-12-08 22:17:10 UTC", "ConditionTimestampMonotonic": "599346660", "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:03 UTC", "ExecMainExitTimestampMonotonic": "652790112", "ExecMainPID": "7206", "ExecMainStartTimestamp": "Fri 2023-12-08 22:17:10 UTC", "ExecMainStartTimestampMonotonic": "599355657", "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:03 UTC] ; pid=7206 ; 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:03 UTC", "InactiveEnterTimestampMonotonic": "652790205", "InactiveExitTimestamp": "Fri 2023-12-08 22:17:10 UTC", "InactiveExitTimestampMonotonic": "599355726", "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": "system.slice basic.target -.mount", "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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1292 Friday 08 December 2023 22:18:23 +0000 (0:00:00.294) 0:02:58.353 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1299 Friday 08 December 2023 22:18:23 +0000 (0:00:00.018) 0:02:58.372 ******* 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-selinuxert7ze5x/tests/tasks/tests_idempotency.yml:73 Friday 08 December 2023 22:18:23 +0000 (0:00:00.052) 0:02:58.425 ******* TASK [fedora.linux_system_roles.mssql : Ensure ansible_facts and variables used by role] *** task path: /WORKDIR/git-storage-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:3 Friday 08 December 2023 22:18:24 +0000 (0:00:00.360) 0:02:58.785 ******* included: /WORKDIR/git-storage-selinuxert7ze5x/.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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/set_vars.yml:3 Friday 08 December 2023 22:18:24 +0000 (0:00:00.072) 0:02:58.857 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/set_vars.yml:8 Friday 08 December 2023 22:18:24 +0000 (0:00:00.023) 0:02:58.881 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/vars/RedHat.yml" ], "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml" } ok: [sut] => (item=RedHat.yml) => { "ansible_facts": { "__mssql_client_repository": "https://packages.microsoft.com/rhel/9/prod/", "__mssql_confined_supported": true, "__mssql_server_repository": "https://packages.microsoft.com/rhel/9/mssql-server-{{ mssql_version | int }}/", "__mssql_supported_versions": [ 2022 ] }, "ansible_included_var_files": [ "/WORKDIR/git-storage-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/vars/RedHat.yml" ], "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml" } ok: [sut] => (item=RedHat_7.yml) => { "ansible_facts": { "__mssql_client_repository": "https://packages.microsoft.com/rhel/7/prod/", "__mssql_confined_supported": false, "__mssql_server_repository": "https://packages.microsoft.com/rhel/7/mssql-server-{{ mssql_version | int }}/", "__mssql_supported_versions": [ 2017, 2019 ] }, "ansible_included_var_files": [ "/WORKDIR/git-storage-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/vars/RedHat_7.yml" ], "ansible_loop_var": "item", "changed": false, "item": "RedHat_7.yml" } skipping: [sut] => (item=RedHat_7.9.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__mssql_vars_file is file", "item": "RedHat_7.9.yml", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Unset the __mssql_sqlcmd_login_cmd fact] *** task path: /WORKDIR/git-storage-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:8 Friday 08 December 2023 22:18:24 +0000 (0:00:00.035) 0:02:58.916 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:15 Friday 08 December 2023 22:18:24 +0000 (0:00:00.020) 0:02:58.936 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:23 Friday 08 December 2023 22:18:24 +0000 (0:00:00.027) 0:02:58.964 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:30 Friday 08 December 2023 22:18:24 +0000 (0:00:00.037) 0:02:59.001 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:37 Friday 08 December 2023 22:18:24 +0000 (0:00:00.021) 0:02:59.023 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:44 Friday 08 December 2023 22:18:24 +0000 (0:00:00.023) 0:02:59.046 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:51 Friday 08 December 2023 22:18:24 +0000 (0:00:00.024) 0:02:59.070 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:55 Friday 08 December 2023 22:18:24 +0000 (0:00:00.020) 0:02:59.091 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:67 Friday 08 December 2023 22:18:24 +0000 (0:00:00.031) 0:02:59.123 ******* skipping: [sut] => { "changed": false, "false_condition": "mssql_ha_configure | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Verify if the mssql_ha_replica_type variable is provided correctly] *** task path: /WORKDIR/git-storage-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:75 Friday 08 December 2023 22:18:24 +0000 (0:00:00.029) 0:02:59.152 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:84 Friday 08 December 2023 22:18:24 +0000 (0:00:00.021) 0:02:59.173 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:93 Friday 08 December 2023 22:18:24 +0000 (0:00:00.025) 0:02:59.199 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:103 Friday 08 December 2023 22:18:24 +0000 (0:00:00.026) 0:02:59.225 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:112 Friday 08 December 2023 22:18:24 +0000 (0:00:00.042) 0:02:59.268 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:116 Friday 08 December 2023 22:18:25 +0000 (0:00:00.741) 0:03:00.010 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:124 Friday 08 December 2023 22:18:25 +0000 (0:00:00.057) 0:03:00.067 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:131 Friday 08 December 2023 22:18:25 +0000 (0:00:00.080) 0:03:00.148 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:138 Friday 08 December 2023 22:18:25 +0000 (0:00:00.026) 0:03:00.174 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:152 Friday 08 December 2023 22:18:25 +0000 (0:00:00.045) 0:03:00.219 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:165 Friday 08 December 2023 22:18:25 +0000 (0:00:00.398) 0:03:00.617 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:175 Friday 08 December 2023 22:18:25 +0000 (0:00:00.025) 0:03:00.643 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:186 Friday 08 December 2023 22:18:25 +0000 (0:00:00.027) 0:03:00.670 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:194 Friday 08 December 2023 22:18:25 +0000 (0:00:00.042) 0:03:00.712 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:207 Friday 08 December 2023 22:18:26 +0000 (0:00:00.031) 0:03:00.744 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:214 Friday 08 December 2023 22:18:26 +0000 (0:00:00.037) 0:03:00.781 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:219 Friday 08 December 2023 22:18:26 +0000 (0:00:00.032) 0:03:00.814 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:228 Friday 08 December 2023 22:18:26 +0000 (0:00:00.033) 0:03:00.847 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:237 Friday 08 December 2023 22:18:26 +0000 (0:00:00.041) 0:03:00.889 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:242 Friday 08 December 2023 22:18:26 +0000 (0:00:00.031) 0:03:00.920 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:250 Friday 08 December 2023 22:18:26 +0000 (0:00:00.450) 0:03:01.371 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:258 Friday 08 December 2023 22:18:26 +0000 (0:00:00.024) 0:03:01.396 ******* 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.005949", "end": "2023-12-08 22:18:26.782428", "rc": 0, "start": "2023-12-08 22:18:26.776479" } STDOUT: /var/opt/mssql/log/errorlog TASK [fedora.linux_system_roles.mssql : Gather system services facts] ********** task path: /WORKDIR/git-storage-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:273 Friday 08 December 2023 22:18:26 +0000 (0:00:00.144) 0:03:01.540 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:277 Friday 08 December 2023 22:18:27 +0000 (0:00:00.859) 0:03:02.400 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:286 Friday 08 December 2023 22:18:27 +0000 (0:00:00.063) 0:03:02.464 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:302 Friday 08 December 2023 22:18:27 +0000 (0:00:00.023) 0:03:02.488 ******* skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.mssql : Ensure the directory and permissions for datadir and logdir] *** task path: /WORKDIR/git-storage-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:322 Friday 08 December 2023 22:18:27 +0000 (0:00:00.021) 0:03:02.509 ******* included: /WORKDIR/git-storage-selinuxert7ze5x/.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-selinuxert7ze5x/.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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/configure_storage_paths.yml:3 Friday 08 December 2023 22:18:27 +0000 (0:00:00.129) 0:03:02.638 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1702073773.6163204, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1702073773.5513198, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 994, "gr_name": "mssql", "inode": 150995072, "isblk": false, "ischr": false, "isdir": true, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/directory", "mode": "0755", "mtime": 1702073773.5513198, "nlink": 2, "path": "/var/opt/mssql/data", "pw_name": "mssql", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 156, "uid": 996, "version": "2106396722", "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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/configure_storage_paths.yml:8 Friday 08 December 2023 22:18:28 +0000 (0:00:00.202) 0:03:02.841 ******* 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": 156, "state": "directory", "uid": 996 } TASK [fedora.linux_system_roles.mssql : Append facts for the selinux role] ***** task path: /WORKDIR/git-storage-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/configure_storage_paths.yml:17 Friday 08 December 2023 22:18:28 +0000 (0:00:00.175) 0:03:03.016 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/configure_storage_paths.yml:30 Friday 08 December 2023 22:18:28 +0000 (0:00:00.026) 0:03:03.043 ******* included: /WORKDIR/git-storage-selinuxert7ze5x/.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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:3 Friday 08 December 2023 22:18:28 +0000 (0:00:00.039) 0:03:03.082 ******* ok: [sut] => { "changed": false, "cmd": [ "grep", "^defaultdatadir = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003614", "end": "2023-12-08 22:18:28.474413", "failed_when_result": false, "rc": 0, "start": "2023-12-08 22:18:28.470799" } STDOUT: defaultdatadir = /var/opt/mssql/data TASK [fedora.linux_system_roles.mssql : Configure the setting filelocation defaultdatadir] *** task path: /WORKDIR/git-storage-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:12 Friday 08 December 2023 22:18:28 +0000 (0:00:00.154) 0:03:03.236 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:42 Friday 08 December 2023 22:18:28 +0000 (0:00:00.025) 0:03:03.262 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/configure_storage_paths.yml:3 Friday 08 December 2023 22:18:28 +0000 (0:00:00.026) 0:03:03.288 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1702073906.218586, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "binary", "ctime": 1702073906.224586, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 994, "gr_name": "mssql", "inode": 155189568, "isblk": false, "ischr": false, "isdir": true, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/directory", "mode": "0755", "mtime": 1702073906.224586, "nlink": 2, "path": "/var/opt/mssql/log", "pw_name": "mssql", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 4096, "uid": 996, "version": "1210709133", "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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/configure_storage_paths.yml:8 Friday 08 December 2023 22:18:28 +0000 (0:00:00.152) 0:03:03.441 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/configure_storage_paths.yml:17 Friday 08 December 2023 22:18:28 +0000 (0:00:00.164) 0:03:03.606 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/configure_storage_paths.yml:30 Friday 08 December 2023 22:18:28 +0000 (0:00:00.037) 0:03:03.644 ******* included: /WORKDIR/git-storage-selinuxert7ze5x/.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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:3 Friday 08 December 2023 22:18:28 +0000 (0:00:00.041) 0:03:03.685 ******* ok: [sut] => { "changed": false, "cmd": [ "grep", "^defaultlogdir = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003380", "end": "2023-12-08 22:18:29.104886", "failed_when_result": false, "rc": 0, "start": "2023-12-08 22:18:29.101506" } STDOUT: defaultlogdir = /var/opt/mssql/log TASK [fedora.linux_system_roles.mssql : Configure the setting filelocation defaultlogdir] *** task path: /WORKDIR/git-storage-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:12 Friday 08 December 2023 22:18:29 +0000 (0:00:00.187) 0:03:03.873 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:42 Friday 08 December 2023 22:18:29 +0000 (0:00:00.045) 0:03:03.919 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:337 Friday 08 December 2023 22:18:29 +0000 (0:00:00.056) 0:03:03.975 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:344 Friday 08 December 2023 22:18:29 +0000 (0:00:00.040) 0:03:04.016 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:349 Friday 08 December 2023 22:18:29 +0000 (0:00:00.336) 0:03:04.353 ******* ok: [sut] => { "changed": false, "enabled": true, "name": "tuned", "state": "started", "status": { "ActiveEnterTimestamp": "Fri 2023-12-08 22:07:22 UTC", "ActiveEnterTimestampMonotonic": "11191118", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "systemd-sysctl.service basic.target systemd-journald.socket dbus.service network.target system.slice", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Fri 2023-12-08 22:07:21 UTC", "AssertTimestampMonotonic": "10439985", "Before": "shutdown.target multi-user.target", "BlockIOAccounting": "no", "BlockIOWeight": "18446744073709551615", "BusName": "com.redhat.tuned", "CPUAccounting": "no", "CPUQuotaPerSecUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "18446744073709551615", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "18446744073709551615", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Fri 2023-12-08 22:07:21 UTC", "ConditionTimestampMonotonic": "10439980", "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": "945", "ExecMainStartTimestamp": "Fri 2023-12-08 22:07:21 UTC", "ExecMainStartTimestampMonotonic": "10446771", "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 22:07:21 UTC", "InactiveExitTimestampMonotonic": "10446810", "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": "945", "MemoryAccounting": "no", "MemoryCurrent": "20434944", "MemoryLimit": "18446744073709551615", "MountFlags": "0", "Names": "tuned.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PIDFile": "/run/tuned/tuned.pid", "PermissionsStartOnly": "no", "PrivateDevices": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "ProtectHome": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "Requires": "polkit.service system.slice basic.target dbus.service", "Restart": "no", "RestartUSec": "100ms", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitInterval": "10000000", "StartupBlockIOWeight": "18446744073709551615", "StartupCPUShares": "18446744073709551615", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "no", "TasksCurrent": "5", "TasksMax": "18446744073709551615", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "dbus", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "WantedBy": "multi-user.target", "WatchdogTimestamp": "Fri 2023-12-08 22:07:22 UTC", "WatchdogTimestampMonotonic": "11190874", "WatchdogUSec": "0" } } TASK [fedora.linux_system_roles.mssql : Get the active Tuned profiles] ********* task path: /WORKDIR/git-storage-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:355 Friday 08 December 2023 22:18:29 +0000 (0:00:00.258) 0:03:04.611 ******* ok: [sut] => { "changed": false, "cmd": [ "tuned-adm", "active" ], "delta": "0:00:00.105178", "end": "2023-12-08 22:18:30.092415", "rc": 0, "start": "2023-12-08 22:18:29.987237" } 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:365 Friday 08 December 2023 22:18:30 +0000 (0:00:00.356) 0:03:04.968 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:378 Friday 08 December 2023 22:18:30 +0000 (0:00:00.053) 0:03:05.022 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:387 Friday 08 December 2023 22:18:30 +0000 (0:00:00.024) 0:03:05.046 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:397 Friday 08 December 2023 22:18:30 +0000 (0:00:00.036) 0:03:05.082 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:404 Friday 08 December 2023 22:18:30 +0000 (0:00:00.172) 0:03:05.255 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:416 Friday 08 December 2023 22:18:30 +0000 (0:00:00.336) 0:03:05.592 ******* included: /WORKDIR/git-storage-selinuxert7ze5x/.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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/verify_password.yml:3 Friday 08 December 2023 22:18:30 +0000 (0:00:00.048) 0:03:05.640 ******* ok: [sut] => { "changed": false, "name": "mssql-server", "state": "started", "status": { "ActiveEnterTimestamp": "Fri 2023-12-08 22:18:23 UTC", "ActiveEnterTimestampMonotonic": "672385743", "ActiveExitTimestamp": "Fri 2023-12-08 22:18:03 UTC", "ActiveExitTimestampMonotonic": "652210797", "ActiveState": "active", "After": "system.slice network.target -.mount systemd-journald.socket auditd.service basic.target", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Fri 2023-12-08 22:18:23 UTC", "AssertTimestampMonotonic": "672377692", "Before": "shutdown.target multi-user.target", "BlockIOAccounting": "no", "BlockIOWeight": "18446744073709551615", "CPUAccounting": "no", "CPUQuotaPerSecUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "18446744073709551615", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "18446744073709551615", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Fri 2023-12-08 22:18:23 UTC", "ConditionTimestampMonotonic": "672377691", "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": "9155", "ExecMainStartTimestamp": "Fri 2023-12-08 22:18:23 UTC", "ExecMainStartTimestampMonotonic": "672385686", "ExecMainStatus": "0", "ExecStart": "{ path=/opt/mssql/bin/sqlservr ; argv[]=/opt/mssql/bin/sqlservr ; ignore_errors=no ; start_time=[Fri 2023-12-08 22:18:23 UTC] ; stop_time=[n/a] ; pid=9155 ; 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:03 UTC", "InactiveEnterTimestampMonotonic": "652790205", "InactiveExitTimestamp": "Fri 2023-12-08 22:18:23 UTC", "InactiveExitTimestampMonotonic": "672385743", "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": "9155", "MemoryAccounting": "no", "MemoryCurrent": "618336256", "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": "system.slice basic.target -.mount", "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": "131", "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:23 UTC", "WatchdogTimestampMonotonic": "672385721", "WatchdogUSec": "0", "WorkingDirectory": "/var/opt/mssql" } } TASK [fedora.linux_system_roles.mssql : Check if a custom tcpport setting exist] *** task path: /WORKDIR/git-storage-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/verify_password.yml:8 Friday 08 December 2023 22:18:31 +0000 (0:00:00.251) 0:03:05.892 ******* ok: [sut] => { "changed": false, "cmd": [ "grep", "^tcpport = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003270", "end": "2023-12-08 22:18:31.280176", "failed_when_result": false, "rc": 0, "start": "2023-12-08 22:18:31.276906" } STDOUT: tcpport = 1435 TASK [fedora.linux_system_roles.mssql : Check if a custom ipaddress setting exist] *** task path: /WORKDIR/git-storage-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/verify_password.yml:14 Friday 08 December 2023 22:18:31 +0000 (0:00:00.158) 0:03:06.050 ******* ok: [sut] => { "changed": false, "cmd": [ "grep", "^ipaddress = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003510", "end": "2023-12-08 22:18:31.439173", "failed_when_result": false, "rc": 0, "start": "2023-12-08 22:18:31.435663" } STDOUT: ipaddress = 127.0.0.1 TASK [fedora.linux_system_roles.mssql : Set a fact with a login command] ******* task path: /WORKDIR/git-storage-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/verify_password.yml:20 Friday 08 December 2023 22:18:31 +0000 (0:00:00.157) 0:03:06.207 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:420 Friday 08 December 2023 22:18:31 +0000 (0:00:00.042) 0:03:06.250 ******* 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": 6911, "state": "file", "uid": 996 } TASK [fedora.linux_system_roles.mssql : Check if the set password matches the existing password] *** task path: /WORKDIR/git-storage-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:426 Friday 08 December 2023 22:18:32 +0000 (0:00:01.141) 0:03:07.392 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:441 Friday 08 December 2023 22:18:32 +0000 (0:00:00.177) 0:03:07.570 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:448 Friday 08 December 2023 22:18:32 +0000 (0:00:00.023) 0:03:07.593 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:456 Friday 08 December 2023 22:18:33 +0000 (0:00:00.679) 0:03:08.273 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:477 Friday 08 December 2023 22:18:33 +0000 (0:00:00.030) 0:03:08.304 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:484 Friday 08 December 2023 22:18:33 +0000 (0:00:00.022) 0:03:08.326 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:495 Friday 08 December 2023 22:18:33 +0000 (0:00:00.057) 0:03:08.383 ******* 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.005161", "end": "2023-12-08 22:18:33.797465", "rc": 0, "start": "2023-12-08 22:18:33.792304" } STDOUT: true TASK [fedora.linux_system_roles.mssql : Ensure that the mssql-server service is stopped] *** task path: /WORKDIR/git-storage-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:508 Friday 08 December 2023 22:18:33 +0000 (0:00:00.255) 0:03:08.638 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:515 Friday 08 December 2023 22:18:33 +0000 (0:00:00.020) 0:03:08.659 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:521 Friday 08 December 2023 22:18:34 +0000 (0:00:00.686) 0:03:09.346 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:540 Friday 08 December 2023 22:18:34 +0000 (0:00:00.022) 0:03:09.369 ******* included: /WORKDIR/git-storage-selinuxert7ze5x/.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-selinuxert7ze5x/.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.037) 0:03:09.406 ******* ok: [sut] => { "changed": false, "cmd": [ "grep", "^ipaddress = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003391", "end": "2023-12-08 22:18:34.786849", "failed_when_result": false, "rc": 0, "start": "2023-12-08 22:18:34.783458" } STDOUT: ipaddress = 127.0.0.1 TASK [fedora.linux_system_roles.mssql : Configure the setting network ipaddress] *** task path: /WORKDIR/git-storage-selinuxert7ze5x/.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.139) 0:03:09.546 ******* 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-selinuxert7ze5x/.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.028) 0:03:09.574 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:547 Friday 08 December 2023 22:18:34 +0000 (0:00:00.026) 0:03:09.600 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:554 Friday 08 December 2023 22:18:34 +0000 (0:00:00.019) 0:03:09.620 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:566 Friday 08 December 2023 22:18:34 +0000 (0:00:00.030) 0:03:09.651 ******* included: /WORKDIR/git-storage-selinuxert7ze5x/.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-selinuxert7ze5x/.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.036) 0:03:09.688 ******* ok: [sut] => { "changed": false, "cmd": [ "grep", "^tcpport = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003427", "end": "2023-12-08 22:18:35.078423", "failed_when_result": false, "rc": 0, "start": "2023-12-08 22:18:35.074996" } STDOUT: tcpport = 1435 TASK [fedora.linux_system_roles.mssql : Configure the setting network tcpport] *** task path: /WORKDIR/git-storage-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:12 Friday 08 December 2023 22:18:35 +0000 (0:00:00.150) 0:03:09.838 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:42 Friday 08 December 2023 22:18:35 +0000 (0:00:00.035) 0:03:09.874 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:572 Friday 08 December 2023 22:18:35 +0000 (0:00:00.021) 0:03:09.895 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:592 Friday 08 December 2023 22:18:35 +0000 (0:00:00.020) 0:03:09.915 ******* included: /WORKDIR/git-storage-selinuxert7ze5x/.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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:3 Friday 08 December 2023 22:18:35 +0000 (0:00:00.086) 0:03:10.002 ******* ok: [sut] => { "changed": false, "cmd": [ "grep", "^enabled = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003437", "end": "2023-12-08 22:18:35.384164", "failed_when_result": false, "rc": 0, "start": "2023-12-08 22:18:35.380727" } STDOUT: enabled = False TASK [fedora.linux_system_roles.mssql : Configure the setting sqlagent enabled] *** task path: /WORKDIR/git-storage-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:12 Friday 08 December 2023 22:18:35 +0000 (0:00:00.151) 0:03:10.154 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:42 Friday 08 December 2023 22:18:35 +0000 (0:00:00.023) 0:03:10.178 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:599 Friday 08 December 2023 22:18:35 +0000 (0:00:00.018) 0:03:10.196 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:606 Friday 08 December 2023 22:18:35 +0000 (0:00:00.369) 0:03:10.565 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:615 Friday 08 December 2023 22:18:36 +0000 (0:00:00.315) 0:03:10.880 ******* ok: [sut] => { "changed": false, "cmd": [ "grep", "^traceflag[0-9] = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:01.004395", "end": "2023-12-08 22:18:37.284190", "failed_when_result": false, "rc": 1, "start": "2023-12-08 22:18:36.279795" } MSG: non-zero return code TASK [fedora.linux_system_roles.mssql : Set the 3979 traceflag] **************** task path: /WORKDIR/git-storage-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:621 Friday 08 December 2023 22:18:37 +0000 (0:00:01.182) 0:03:12.063 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:628 Friday 08 December 2023 22:18:37 +0000 (0:00:00.025) 0:03:12.088 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:636 Friday 08 December 2023 22:18:37 +0000 (0:00:00.029) 0:03:12.118 ******* included: /WORKDIR/git-storage-selinuxert7ze5x/.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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:3 Friday 08 December 2023 22:18:37 +0000 (0:00:00.034) 0:03:12.153 ******* ok: [sut] => { "changed": false, "cmd": [ "grep", "^alternatewritethrough = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003453", "end": "2023-12-08 22:18:37.566116", "failed_when_result": false, "rc": 0, "start": "2023-12-08 22:18:37.562663" } STDOUT: alternatewritethrough = 0 TASK [fedora.linux_system_roles.mssql : Configure the setting control alternatewritethrough] *** task path: /WORKDIR/git-storage-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:12 Friday 08 December 2023 22:18:37 +0000 (0:00:00.199) 0:03:12.353 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:42 Friday 08 December 2023 22:18:37 +0000 (0:00:00.037) 0:03:12.390 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:642 Friday 08 December 2023 22:18:37 +0000 (0:00:00.021) 0:03:12.412 ******* included: /WORKDIR/git-storage-selinuxert7ze5x/.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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:3 Friday 08 December 2023 22:18:37 +0000 (0:00:00.036) 0:03:12.448 ******* ok: [sut] => { "changed": false, "cmd": [ "grep", "^writethrough = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003438", "end": "2023-12-08 22:18:37.854416", "failed_when_result": false, "rc": 0, "start": "2023-12-08 22:18:37.850978" } STDOUT: writethrough = 0 TASK [fedora.linux_system_roles.mssql : Configure the setting control writethrough] *** task path: /WORKDIR/git-storage-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:12 Friday 08 December 2023 22:18:37 +0000 (0:00:00.177) 0:03:12.625 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:42 Friday 08 December 2023 22:18:37 +0000 (0:00:00.084) 0:03:12.710 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:660 Friday 08 December 2023 22:18:38 +0000 (0:00:00.077) 0:03:12.787 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:674 Friday 08 December 2023 22:18:38 +0000 (0:00:00.033) 0:03:12.821 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:679 Friday 08 December 2023 22:18:38 +0000 (0:00:00.079) 0:03:12.901 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:697 Friday 08 December 2023 22:18:38 +0000 (0:00:00.181) 0:03:13.082 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:706 Friday 08 December 2023 22:18:38 +0000 (0:00:00.039) 0:03:13.122 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:715 Friday 08 December 2023 22:18:38 +0000 (0:00:00.045) 0:03:13.168 ******* skipping: [sut] => { "changed": false, "false_condition": "mssql_tls_enable is not none", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Configure the forceencryption setting] *** task path: /WORKDIR/git-storage-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:722 Friday 08 December 2023 22:18:38 +0000 (0:00:00.045) 0:03:13.213 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:731 Friday 08 December 2023 22:18:38 +0000 (0:00:00.044) 0:03:13.258 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:739 Friday 08 December 2023 22:18:38 +0000 (0:00:00.042) 0:03:13.301 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:747 Friday 08 December 2023 22:18:38 +0000 (0:00:00.045) 0:03:13.347 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:754 Friday 08 December 2023 22:18:38 +0000 (0:00:00.046) 0:03:13.393 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:761 Friday 08 December 2023 22:18:38 +0000 (0:00:00.040) 0:03:13.433 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:770 Friday 08 December 2023 22:18:38 +0000 (0:00:00.035) 0:03:13.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 : Check if AD user exists] *************** task path: /WORKDIR/git-storage-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:783 Friday 08 December 2023 22:18:38 +0000 (0:00:00.038) 0:03:13.507 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:792 Friday 08 December 2023 22:18:38 +0000 (0:00:00.022) 0:03:13.530 ******* skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.mssql : Get SPNs for the principal] ************ task path: /WORKDIR/git-storage-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:804 Friday 08 December 2023 22:18:38 +0000 (0:00:00.021) 0:03:13.551 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:809 Friday 08 December 2023 22:18:38 +0000 (0:00:00.021) 0:03:13.573 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:826 Friday 08 December 2023 22:18:38 +0000 (0:00:00.031) 0:03:13.605 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:831 Friday 08 December 2023 22:18:38 +0000 (0:00:00.030) 0:03:13.636 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:836 Friday 08 December 2023 22:18:38 +0000 (0:00:00.039) 0:03:13.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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:842 Friday 08 December 2023 22:18:38 +0000 (0:00:00.023) 0:03:13.698 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:868 Friday 08 December 2023 22:18:38 +0000 (0:00:00.021) 0:03:13.720 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:889 Friday 08 December 2023 22:18:39 +0000 (0:00:00.026) 0:03:13.746 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:897 Friday 08 December 2023 22:18:39 +0000 (0:00:00.030) 0:03:13.776 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:907 Friday 08 December 2023 22:18:39 +0000 (0:00:00.026) 0:03:13.802 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:913 Friday 08 December 2023 22:18:39 +0000 (0:00:00.176) 0:03:13.979 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:930 Friday 08 December 2023 22:18:39 +0000 (0:00:00.066) 0:03:14.045 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:941 Friday 08 December 2023 22:18:39 +0000 (0:00:00.025) 0:03:14.071 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:961 Friday 08 December 2023 22:18:39 +0000 (0:00:00.065) 0:03:14.137 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1015 Friday 08 December 2023 22:18:39 +0000 (0:00:00.026) 0:03:14.163 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1022 Friday 08 December 2023 22:18:39 +0000 (0:00:00.055) 0:03:14.218 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1029 Friday 08 December 2023 22:18:39 +0000 (0:00:00.075) 0:03:14.294 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1039 Friday 08 December 2023 22:18:39 +0000 (0:00:00.088) 0:03:14.382 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1045 Friday 08 December 2023 22:18:39 +0000 (0:00:00.064) 0:03:14.447 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1053 Friday 08 December 2023 22:18:39 +0000 (0:00:00.054) 0:03:14.501 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1062 Friday 08 December 2023 22:18:39 +0000 (0:00:00.033) 0:03:14.535 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1070 Friday 08 December 2023 22:18:39 +0000 (0:00:00.033) 0:03:14.569 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1085 Friday 08 December 2023 22:18:39 +0000 (0:00:00.061) 0:03:14.631 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1092 Friday 08 December 2023 22:18:39 +0000 (0:00:00.084) 0:03:14.716 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1117 Friday 08 December 2023 22:18:40 +0000 (0:00:00.074) 0:03:14.791 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1126 Friday 08 December 2023 22:18:40 +0000 (0:00:00.053) 0:03:14.845 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1135 Friday 08 December 2023 22:18:40 +0000 (0:00:00.051) 0:03:14.896 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1146 Friday 08 December 2023 22:18:40 +0000 (0:00:00.041) 0:03:14.938 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1159 Friday 08 December 2023 22:18:40 +0000 (0:00:00.042) 0:03:14.980 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1168 Friday 08 December 2023 22:18:40 +0000 (0:00:00.040) 0:03:15.020 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1175 Friday 08 December 2023 22:18:40 +0000 (0:00:00.034) 0:03:15.055 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1182 Friday 08 December 2023 22:18:40 +0000 (0:00:00.057) 0:03:15.112 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1190 Friday 08 December 2023 22:18:40 +0000 (0:00:00.180) 0:03:15.293 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1197 Friday 08 December 2023 22:18:40 +0000 (0:00:00.079) 0:03:15.372 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1209 Friday 08 December 2023 22:18:40 +0000 (0:00:00.100) 0:03:15.472 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1218 Friday 08 December 2023 22:18:40 +0000 (0:00:00.071) 0:03:15.544 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1225 Friday 08 December 2023 22:18:40 +0000 (0:00:00.026) 0:03:15.570 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1231 Friday 08 December 2023 22:18:40 +0000 (0:00:00.022) 0:03:15.592 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1239 Friday 08 December 2023 22:18:40 +0000 (0:00:00.061) 0:03:15.654 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1252 Friday 08 December 2023 22:18:40 +0000 (0:00:00.042) 0:03:15.696 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1264 Friday 08 December 2023 22:18:41 +0000 (0:00:00.052) 0:03:15.749 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1270 Friday 08 December 2023 22:18:41 +0000 (0:00:00.041) 0:03:15.790 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1279 Friday 08 December 2023 22:18:41 +0000 (0:00:00.030) 0:03:15.820 ******* ok: [sut] => { "changed": false } TASK [fedora.linux_system_roles.mssql : Flush handlers prior to inputting post SQL scripts] *** task path: /WORKDIR/git-storage-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1288 Friday 08 December 2023 22:18:41 +0000 (0:00:00.274) 0:03:16.095 ******* META: triggered running handlers for sut TASK [fedora.linux_system_roles.mssql : Post-input SQL scripts to SQL Server] *** task path: /WORKDIR/git-storage-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1292 Friday 08 December 2023 22:18:41 +0000 (0:00:00.026) 0:03:16.121 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1299 Friday 08 December 2023 22:18:41 +0000 (0:00:00.022) 0:03:16.143 ******* 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-selinuxert7ze5x/tests/tasks/tests_idempotency.yml:88 Friday 08 December 2023 22:18:41 +0000 (0:00:00.028) 0:03:16.172 ******* included: /WORKDIR/git-storage-selinuxert7ze5x/tests/tasks/verify_settings.yml for sut TASK [Check if the errorlog file exists and its location] ********************** task path: /WORKDIR/git-storage-selinuxert7ze5x/tests/tasks/verify_settings.yml:8 Friday 08 December 2023 22:18:41 +0000 (0:00:00.248) 0:03:16.420 ******* 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.005492", "end": "2023-12-08 22:18:41.841784", "rc": 0, "start": "2023-12-08 22:18:41.836292" } STDOUT: /var/opt/mssql/log/errorlog TASK [Check if the set edition matches the existing edition] ******************* task path: /WORKDIR/git-storage-selinuxert7ze5x/tests/tasks/verify_settings.yml:23 Friday 08 December 2023 22:18:41 +0000 (0:00:00.249) 0:03:16.669 ******* 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.005237", "end": "2023-12-08 22:18:42.142619", "rc": 0, "start": "2023-12-08 22:18:42.137382" } STDOUT: true TASK [Verify if the edition matches] ******************************************* task path: /WORKDIR/git-storage-selinuxert7ze5x/tests/tasks/verify_settings.yml:35 Friday 08 December 2023 22:18:42 +0000 (0:00:00.296) 0:03:16.966 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the setting {{ item.key }}] *************************************** task path: /WORKDIR/git-storage-selinuxert7ze5x/tests/tasks/verify_settings.yml:39 Friday 08 December 2023 22:18:42 +0000 (0:00:00.066) 0:03:17.032 ******* included: /WORKDIR/git-storage-selinuxert7ze5x/tests/tasks/mssql_conf_verify.yml for sut => (item={'key': 'ipaddress', 'value': '127.0.0.1'}) included: /WORKDIR/git-storage-selinuxert7ze5x/tests/tasks/mssql_conf_verify.yml for sut => (item={'key': 'tcpport', 'value': 1435}) included: /WORKDIR/git-storage-selinuxert7ze5x/tests/tasks/mssql_conf_verify.yml for sut => (item={'key': 'defaultdatadir', 'value': '/var/opt/mssql/data'}) included: /WORKDIR/git-storage-selinuxert7ze5x/tests/tasks/mssql_conf_verify.yml for sut => (item={'key': 'defaultlogdir', 'value': '/var/opt/mssql/log'}) included: /WORKDIR/git-storage-selinuxert7ze5x/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-selinuxert7ze5x/tests/tasks/mssql_conf_verify.yml:7 Friday 08 December 2023 22:18:42 +0000 (0:00:00.107) 0:03:17.140 ******* ok: [sut] => { "changed": false, "cmd": "grep '^ipaddress' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004607", "end": "2023-12-08 22:18:42.588704", "rc": 0, "start": "2023-12-08 22:18:42.584097" } STDOUT: ipaddress = 127.0.0.1 TASK [Verify the setting when it is type str ipaddress] ************************ task path: /WORKDIR/git-storage-selinuxert7ze5x/tests/tasks/mssql_conf_verify.yml:14 Friday 08 December 2023 22:18:42 +0000 (0:00:00.227) 0:03:17.367 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the setting when it is type bool ipaddress] *********************** task path: /WORKDIR/git-storage-selinuxert7ze5x/tests/tasks/mssql_conf_verify.yml:25 Friday 08 December 2023 22:18:42 +0000 (0:00:00.040) 0:03:17.408 ******* 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-selinuxert7ze5x/tests/tasks/mssql_conf_verify.yml:40 Friday 08 December 2023 22:18:42 +0000 (0:00:00.052) 0:03:17.460 ******* 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-selinuxert7ze5x/tests/tasks/mssql_conf_verify.yml:7 Friday 08 December 2023 22:18:42 +0000 (0:00:00.032) 0:03:17.492 ******* ok: [sut] => { "changed": false, "cmd": "grep '^tcpport' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004553", "end": "2023-12-08 22:18:42.913981", "rc": 0, "start": "2023-12-08 22:18:42.909428" } STDOUT: tcpport = 1435 TASK [Verify the setting when it is type str tcpport] ************************** task path: /WORKDIR/git-storage-selinuxert7ze5x/tests/tasks/mssql_conf_verify.yml:14 Friday 08 December 2023 22:18:42 +0000 (0:00:00.191) 0:03:17.683 ******* 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-selinuxert7ze5x/tests/tasks/mssql_conf_verify.yml:25 Friday 08 December 2023 22:18:42 +0000 (0:00:00.039) 0:03:17.723 ******* 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-selinuxert7ze5x/tests/tasks/mssql_conf_verify.yml:40 Friday 08 December 2023 22:18:43 +0000 (0:00:00.026) 0:03:17.749 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get the value of the setting defaultdatadir] ***************************** task path: /WORKDIR/git-storage-selinuxert7ze5x/tests/tasks/mssql_conf_verify.yml:7 Friday 08 December 2023 22:18:43 +0000 (0:00:00.057) 0:03:17.806 ******* ok: [sut] => { "changed": false, "cmd": "grep '^defaultdatadir' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004562", "end": "2023-12-08 22:18:43.225010", "rc": 0, "start": "2023-12-08 22:18:43.220448" } STDOUT: defaultdatadir = /var/opt/mssql/data TASK [Verify the setting when it is type str defaultdatadir] ******************* task path: /WORKDIR/git-storage-selinuxert7ze5x/tests/tasks/mssql_conf_verify.yml:14 Friday 08 December 2023 22:18:43 +0000 (0:00:00.193) 0:03:18.000 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the setting when it is type bool defaultdatadir] ****************** task path: /WORKDIR/git-storage-selinuxert7ze5x/tests/tasks/mssql_conf_verify.yml:25 Friday 08 December 2023 22:18:43 +0000 (0:00:00.040) 0:03:18.040 ******* 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-selinuxert7ze5x/tests/tasks/mssql_conf_verify.yml:40 Friday 08 December 2023 22:18:43 +0000 (0:00:00.038) 0:03:18.079 ******* 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-selinuxert7ze5x/tests/tasks/mssql_conf_verify.yml:7 Friday 08 December 2023 22:18:43 +0000 (0:00:00.035) 0:03:18.115 ******* ok: [sut] => { "changed": false, "cmd": "grep '^defaultlogdir' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004548", "end": "2023-12-08 22:18:43.544269", "rc": 0, "start": "2023-12-08 22:18:43.539721" } STDOUT: defaultlogdir = /var/opt/mssql/log TASK [Verify the setting when it is type str defaultlogdir] ******************** task path: /WORKDIR/git-storage-selinuxert7ze5x/tests/tasks/mssql_conf_verify.yml:14 Friday 08 December 2023 22:18:43 +0000 (0:00:00.206) 0:03:18.322 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the setting when it is type bool defaultlogdir] ******************* task path: /WORKDIR/git-storage-selinuxert7ze5x/tests/tasks/mssql_conf_verify.yml:25 Friday 08 December 2023 22:18:43 +0000 (0:00:00.070) 0:03:18.392 ******* 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-selinuxert7ze5x/tests/tasks/mssql_conf_verify.yml:40 Friday 08 December 2023 22:18:43 +0000 (0:00:00.038) 0:03:18.430 ******* 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-selinuxert7ze5x/tests/tasks/mssql_conf_verify.yml:7 Friday 08 December 2023 22:18:43 +0000 (0:00:00.039) 0:03:18.470 ******* ok: [sut] => { "changed": false, "cmd": "grep '^enabled' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004522", "end": "2023-12-08 22:18:43.884189", "rc": 0, "start": "2023-12-08 22:18:43.879667" } STDOUT: enabled = False TASK [Verify the setting when it is type str enabled] ************************** task path: /WORKDIR/git-storage-selinuxert7ze5x/tests/tasks/mssql_conf_verify.yml:14 Friday 08 December 2023 22:18:44 +0000 (0:00:00.280) 0:03:18.751 ******* 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-selinuxert7ze5x/tests/tasks/mssql_conf_verify.yml:25 Friday 08 December 2023 22:18:44 +0000 (0:00:00.071) 0:03:18.822 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify that tcpport = False] ********************************************* task path: /WORKDIR/git-storage-selinuxert7ze5x/tests/tasks/mssql_conf_verify.yml:40 Friday 08 December 2023 22:18:44 +0000 (0:00:00.056) 0:03:18.879 ******* 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-selinuxert7ze5x/tests/tasks/verify_settings.yml:55 Friday 08 December 2023 22:18:44 +0000 (0:00:00.027) 0:03:18.906 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1702073773.6163204, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1702073773.5513198, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 994, "gr_name": "mssql", "inode": 150995072, "isblk": false, "ischr": false, "isdir": true, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/directory", "mode": "0755", "mtime": 1702073773.5513198, "nlink": 2, "path": "/var/opt/mssql/data", "pw_name": "mssql", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 156, "uid": 996, "version": "2106396722", "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-selinuxert7ze5x/tests/tasks/verify_settings.yml:60 Friday 08 December 2023 22:18:44 +0000 (0:00:00.188) 0:03:19.094 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get stat of mssql_logdir] ************************************************ task path: /WORKDIR/git-storage-selinuxert7ze5x/tests/tasks/verify_settings.yml:70 Friday 08 December 2023 22:18:44 +0000 (0:00:00.066) 0:03:19.161 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1702073906.218586, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "binary", "ctime": 1702073906.224586, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 994, "gr_name": "mssql", "inode": 155189568, "isblk": false, "ischr": false, "isdir": true, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/directory", "mode": "0755", "mtime": 1702073906.224586, "nlink": 2, "path": "/var/opt/mssql/log", "pw_name": "mssql", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 4096, "uid": 996, "version": "1210709133", "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-selinuxert7ze5x/tests/tasks/verify_settings.yml:75 Friday 08 December 2023 22:18:44 +0000 (0:00:00.189) 0:03:19.351 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Prepare MSSQL and facts for logging in] ********************************** task path: /WORKDIR/git-storage-selinuxert7ze5x/tests/tasks/verify_settings.yml:85 Friday 08 December 2023 22:18:44 +0000 (0:00:00.054) 0:03:19.405 ******* TASK [fedora.linux_system_roles.mssql : Ensure that the mssql-server service is started] *** task path: /WORKDIR/git-storage-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/verify_password.yml:3 Friday 08 December 2023 22:18:44 +0000 (0:00:00.072) 0:03:19.478 ******* ok: [sut] => { "changed": false, "name": "mssql-server", "state": "started", "status": { "ActiveEnterTimestamp": "Fri 2023-12-08 22:18:23 UTC", "ActiveEnterTimestampMonotonic": "672385743", "ActiveExitTimestamp": "Fri 2023-12-08 22:18:03 UTC", "ActiveExitTimestampMonotonic": "652210797", "ActiveState": "active", "After": "system.slice network.target -.mount systemd-journald.socket auditd.service basic.target", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Fri 2023-12-08 22:18:23 UTC", "AssertTimestampMonotonic": "672377692", "Before": "shutdown.target multi-user.target", "BlockIOAccounting": "no", "BlockIOWeight": "18446744073709551615", "CPUAccounting": "no", "CPUQuotaPerSecUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "18446744073709551615", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "18446744073709551615", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Fri 2023-12-08 22:18:23 UTC", "ConditionTimestampMonotonic": "672377691", "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": "9155", "ExecMainStartTimestamp": "Fri 2023-12-08 22:18:23 UTC", "ExecMainStartTimestampMonotonic": "672385686", "ExecMainStatus": "0", "ExecStart": "{ path=/opt/mssql/bin/sqlservr ; argv[]=/opt/mssql/bin/sqlservr ; ignore_errors=no ; start_time=[Fri 2023-12-08 22:18:23 UTC] ; stop_time=[n/a] ; pid=9155 ; 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:03 UTC", "InactiveEnterTimestampMonotonic": "652790205", "InactiveExitTimestamp": "Fri 2023-12-08 22:18:23 UTC", "InactiveExitTimestampMonotonic": "672385743", "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": "9155", "MemoryAccounting": "no", "MemoryCurrent": "620175360", "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": "system.slice basic.target -.mount", "RequiresMountsFor": "/var/opt/mssql", "Restart": "on-failure", "RestartUSec": "100ms", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "0", "StartLimitInterval": "0", "StartupBlockIOWeight": "18446744073709551615", "StartupCPUShares": "18446744073709551615", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "no", "TasksCurrent": "135", "TasksMax": "18446744073709551615", "TimeoutStartUSec": "30min", "TimeoutStopUSec": "30min", "TimerSlackNSec": "50000", "Transient": "no", "Type": "simple", "UMask": "0007", "UnitFilePreset": "disabled", "UnitFileState": "enabled", "User": "mssql", "WantedBy": "multi-user.target", "WatchdogTimestamp": "Fri 2023-12-08 22:18:23 UTC", "WatchdogTimestampMonotonic": "672385721", "WatchdogUSec": "0", "WorkingDirectory": "/var/opt/mssql" } } TASK [fedora.linux_system_roles.mssql : Check if a custom tcpport setting exist] *** task path: /WORKDIR/git-storage-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/verify_password.yml:8 Friday 08 December 2023 22:18:45 +0000 (0:00:00.268) 0:03:19.746 ******* ok: [sut] => { "changed": false, "cmd": [ "grep", "^tcpport = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003260", "end": "2023-12-08 22:18:45.138618", "failed_when_result": false, "rc": 0, "start": "2023-12-08 22:18:45.135358" } STDOUT: tcpport = 1435 TASK [fedora.linux_system_roles.mssql : Check if a custom ipaddress setting exist] *** task path: /WORKDIR/git-storage-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/verify_password.yml:14 Friday 08 December 2023 22:18:45 +0000 (0:00:00.160) 0:03:19.907 ******* ok: [sut] => { "changed": false, "cmd": [ "grep", "^ipaddress = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003193", "end": "2023-12-08 22:18:45.299154", "failed_when_result": false, "rc": 0, "start": "2023-12-08 22:18:45.295961" } STDOUT: ipaddress = 127.0.0.1 TASK [fedora.linux_system_roles.mssql : Set a fact with a login command] ******* task path: /WORKDIR/git-storage-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/verify_password.yml:20 Friday 08 December 2023 22:18:45 +0000 (0:00:00.153) 0:03:20.061 ******* 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-selinuxert7ze5x/tests/tasks/verify_settings.yml:93 Friday 08 December 2023 22:18:45 +0000 (0:00:00.046) 0:03:20.107 ******* 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": 6911, "state": "file", "uid": 996 } TASK [Check if the set password matches the existing password] ***************** task path: /WORKDIR/git-storage-selinuxert7ze5x/tests/tasks/verify_settings.yml:100 Friday 08 December 2023 22:19:03 +0000 (0:00:18.164) 0:03:38.272 ******* 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.021906", "end": "2023-12-08 22:19:03.677535", "rc": 0, "start": "2023-12-08 22:19:03.655629" } 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 (Red Hat Enterprise Linux Server 7.9 (Maipo)) (1 rows affected) TASK [Set the mssql_password variable to default null] ************************* task path: /WORKDIR/git-storage-selinuxert7ze5x/tests/tasks/verify_settings.yml:114 Friday 08 December 2023 22:19:03 +0000 (0:00:00.248) 0:03:38.521 ******* ok: [sut] => { "ansible_facts": { "mssql_password": null }, "changed": false } TASK [Verify the package mssql-server-fts] ************************************* task path: /WORKDIR/git-storage-selinuxert7ze5x/tests/tasks/verify_settings.yml:118 Friday 08 December 2023 22:19:03 +0000 (0:00:00.032) 0:03:38.553 ******* included: /WORKDIR/git-storage-selinuxert7ze5x/tests/tasks/verify_package.yml for sut TASK [Gather package facts] **************************************************** task path: /WORKDIR/git-storage-selinuxert7ze5x/tests/tasks/verify_package.yml:7 Friday 08 December 2023 22:19:03 +0000 (0:00:00.056) 0:03:38.610 ******* 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-selinuxert7ze5x/tests/tasks/verify_package.yml:12 Friday 08 December 2023 22:19:05 +0000 (0:00:01.181) 0:03:39.791 ******* 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-selinuxert7ze5x/tests/tasks/verify_package.yml:17 Friday 08 December 2023 22:19:05 +0000 (0:00:00.021) 0:03:39.812 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the package powershell] ******************************************* task path: /WORKDIR/git-storage-selinuxert7ze5x/tests/tasks/verify_settings.yml:125 Friday 08 December 2023 22:19:05 +0000 (0:00:00.028) 0:03:39.841 ******* included: /WORKDIR/git-storage-selinuxert7ze5x/tests/tasks/verify_package.yml for sut TASK [Gather package facts] **************************************************** task path: /WORKDIR/git-storage-selinuxert7ze5x/tests/tasks/verify_package.yml:7 Friday 08 December 2023 22:19:05 +0000 (0:00:00.032) 0:03:39.873 ******* 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-selinuxert7ze5x/tests/tasks/verify_package.yml:12 Friday 08 December 2023 22:19:05 +0000 (0:00:00.679) 0:03:40.553 ******* 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-selinuxert7ze5x/tests/tasks/verify_package.yml:17 Friday 08 December 2023 22:19:05 +0000 (0:00:00.022) 0:03:40.576 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get the value of the traceflag setting] ********************************** task path: /WORKDIR/git-storage-selinuxert7ze5x/tests/tasks/verify_settings.yml:136 Friday 08 December 2023 22:19:05 +0000 (0:00:00.027) 0:03:40.603 ******* ok: [sut] => { "changed": false, "cmd": "grep '^traceflag' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004604", "end": "2023-12-08 22:19:05.986216", "rc": 0, "start": "2023-12-08 22:19:05.981612" } TASK [Verify that the traceflag setting is set to 3979] ************************ task path: /WORKDIR/git-storage-selinuxert7ze5x/tests/tasks/verify_settings.yml:141 Friday 08 December 2023 22:19:06 +0000 (0:00:00.143) 0:03:40.747 ******* 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-selinuxert7ze5x/tests/tasks/verify_settings.yml:146 Friday 08 December 2023 22:19:06 +0000 (0:00:00.020) 0:03:40.767 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify that the alternatewritethrough setting is false] ****************** task path: /WORKDIR/git-storage-selinuxert7ze5x/tests/tasks/verify_settings.yml:152 Friday 08 December 2023 22:19:06 +0000 (0:00:00.023) 0:03:40.791 ******* included: /WORKDIR/git-storage-selinuxert7ze5x/tests/tasks/mssql_conf_verify.yml for sut TASK [Get the value of the setting alternatewritethrough] ********************** task path: /WORKDIR/git-storage-selinuxert7ze5x/tests/tasks/mssql_conf_verify.yml:7 Friday 08 December 2023 22:19:06 +0000 (0:00:00.032) 0:03:40.823 ******* ok: [sut] => { "changed": false, "cmd": "grep '^alternatewritethrough' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004849", "end": "2023-12-08 22:19:06.219248", "rc": 0, "start": "2023-12-08 22:19:06.214399" } STDOUT: alternatewritethrough = 0 TASK [Verify the setting when it is type str alternatewritethrough] ************ task path: /WORKDIR/git-storage-selinuxert7ze5x/tests/tasks/mssql_conf_verify.yml:14 Friday 08 December 2023 22:19:06 +0000 (0:00:00.161) 0:03:40.985 ******* 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-selinuxert7ze5x/tests/tasks/mssql_conf_verify.yml:25 Friday 08 December 2023 22:19:06 +0000 (0:00:00.022) 0:03:41.007 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify that tcpport = False] ********************************************* task path: /WORKDIR/git-storage-selinuxert7ze5x/tests/tasks/mssql_conf_verify.yml:40 Friday 08 December 2023 22:19:06 +0000 (0:00:00.051) 0:03:41.059 ******* 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-selinuxert7ze5x/tests/tasks/verify_settings.yml:158 Friday 08 December 2023 22:19:06 +0000 (0:00:00.029) 0:03:41.088 ******* included: /WORKDIR/git-storage-selinuxert7ze5x/tests/tasks/mssql_conf_verify.yml for sut TASK [Get the value of the setting writethrough] ******************************* task path: /WORKDIR/git-storage-selinuxert7ze5x/tests/tasks/mssql_conf_verify.yml:7 Friday 08 December 2023 22:19:06 +0000 (0:00:00.109) 0:03:41.198 ******* ok: [sut] => { "changed": false, "cmd": "grep '^writethrough' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004507", "end": "2023-12-08 22:19:06.584612", "rc": 0, "start": "2023-12-08 22:19:06.580105" } STDOUT: writethrough = 0 TASK [Verify the setting when it is type str writethrough] ********************* task path: /WORKDIR/git-storage-selinuxert7ze5x/tests/tasks/mssql_conf_verify.yml:14 Friday 08 December 2023 22:19:06 +0000 (0:00:00.178) 0:03:41.376 ******* 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-selinuxert7ze5x/tests/tasks/mssql_conf_verify.yml:25 Friday 08 December 2023 22:19:06 +0000 (0:00:00.042) 0:03:41.418 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify that tcpport = False] ********************************************* task path: /WORKDIR/git-storage-selinuxert7ze5x/tests/tasks/mssql_conf_verify.yml:40 Friday 08 December 2023 22:19:06 +0000 (0:00:00.044) 0:03:41.463 ******* 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-selinuxert7ze5x/tests/tasks/verify_settings.yml:168 Friday 08 December 2023 22:19:06 +0000 (0:00:00.028) 0:03:41.491 ******* 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-selinuxert7ze5x/tests/tasks/verify_settings.yml:179 Friday 08 December 2023 22:19:06 +0000 (0:00:00.028) 0:03:41.519 ******* 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-selinuxert7ze5x/tests/tasks/verify_settings.yml:191 Friday 08 December 2023 22:19:06 +0000 (0:00:00.031) 0:03:41.551 ******* 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-selinuxert7ze5x/tests/tasks/verify_settings.yml:199 Friday 08 December 2023 22:19:06 +0000 (0:00:00.022) 0:03:41.573 ******* 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-selinuxert7ze5x/tests/tasks/verify_settings.yml:209 Friday 08 December 2023 22:19:06 +0000 (0:00:00.021) 0:03:41.594 ******* 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-selinuxert7ze5x/tests/tasks/verify_settings.yml:214 Friday 08 December 2023 22:19:06 +0000 (0:00:00.024) 0:03:41.618 ******* 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-selinuxert7ze5x/tests/tasks/verify_settings.yml:220 Friday 08 December 2023 22:19:06 +0000 (0:00:00.026) 0:03:41.645 ******* 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-selinuxert7ze5x/tests/tasks/tests_idempotency.yml:105 Friday 08 December 2023 22:19:06 +0000 (0:00:00.020) 0:03:41.665 ******* included: /WORKDIR/git-storage-selinuxert7ze5x/tests/tasks/check_header.yml for sut TASK [Grep the ansible_managed header in /var/opt/mssql/mssql.conf] ************ task path: /WORKDIR/git-storage-selinuxert7ze5x/tests/tasks/check_header.yml:4 Friday 08 December 2023 22:19:07 +0000 (0:00:00.260) 0:03:41.926 ******* ok: [sut] => { "changed": false, "cmd": [ "grep", "Ansible managed\n", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003204", "end": "2023-12-08 22:19:07.367276", "rc": 0, "start": "2023-12-08 22:19:07.364072" } 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-selinuxert7ze5x/tests/tests_idempotency_2017.yml:17 Friday 08 December 2023 22:19:07 +0000 (0:00:00.222) 0:03:42.148 ******* included: /WORKDIR/git-storage-selinuxert7ze5x/tests/tasks/cleanup.yml for sut TASK [Gather package facts] **************************************************** task path: /WORKDIR/git-storage-selinuxert7ze5x/tests/tasks/cleanup.yml:2 Friday 08 December 2023 22:19:07 +0000 (0:00:00.041) 0:03:42.190 ******* 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-selinuxert7ze5x/tests/tasks/cleanup.yml:6 Friday 08 December 2023 22:19:08 +0000 (0:00:01.058) 0:03:43.249 ******* 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-selinuxert7ze5x/tests/tasks/cleanup.yml:14 Friday 08 December 2023 22:19:08 +0000 (0:00:00.033) 0:03:43.282 ******* ok: [sut] => { "ansible_python_version": "2.7.5" } TASK [Purge firewall configuration] ******************************************** task path: /WORKDIR/git-storage-selinuxert7ze5x/tests/tasks/cleanup.yml:18 Friday 08 December 2023 22:19:08 +0000 (0:00:00.026) 0:03:43.309 ******* TASK [fedora.linux_system_roles.firewall : Setup firewalld] ******************** task path: /WORKDIR/git-storage-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:2 Friday 08 December 2023 22:19:08 +0000 (0:00:00.089) 0:03:43.398 ******* included: /WORKDIR/git-storage-selinuxert7ze5x/.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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:2 Friday 08 December 2023 22:19:08 +0000 (0:00:00.042) 0:03:43.441 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:10 Friday 08 December 2023 22:19:08 +0000 (0:00:00.032) 0:03:43.473 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:15 Friday 08 December 2023 22:19:08 +0000 (0:00:00.154) 0:03:43.627 ******* ok: [sut] => { "ansible_facts": { "__firewall_is_ostree": false }, "changed": false } TASK [fedora.linux_system_roles.firewall : Install firewalld] ****************** task path: /WORKDIR/git-storage-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:19 Friday 08 December 2023 22:19:08 +0000 (0:00:00.029) 0:03:43.657 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:5 Friday 08 December 2023 22:19:09 +0000 (0:00:00.330) 0:03:43.987 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:9 Friday 08 December 2023 22:19:09 +0000 (0:00:00.030) 0:03:44.018 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:22 Friday 08 December 2023 22:19:09 +0000 (0:00:00.032) 0:03:44.050 ******* ok: [sut] => { "changed": false, "name": "firewalld", "status": { "ActiveEnterTimestamp": "Fri 2023-12-08 22:15:13 UTC", "ActiveEnterTimestampMonotonic": "482777405", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "polkit.service system.slice basic.target dbus.service", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Fri 2023-12-08 22:15:13 UTC", "AssertTimestampMonotonic": "482359753", "Before": "network-pre.target shutdown.target multi-user.target", "BlockIOAccounting": "no", "BlockIOWeight": "18446744073709551615", "BusName": "org.fedoraproject.FirewallD1", "CPUAccounting": "no", "CPUQuotaPerSecUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "18446744073709551615", "CanIsolate": "no", "CanReload": "yes", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "18446744073709551615", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Fri 2023-12-08 22:15:13 UTC", "ConditionTimestampMonotonic": "482359751", "Conflicts": "iptables.service shutdown.target ipset.service ebtables.service ip6tables.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": "5693", "ExecMainStartTimestamp": "Fri 2023-12-08 22:15:13 UTC", "ExecMainStartTimestampMonotonic": "482367586", "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:15:13 UTC", "InactiveExitTimestampMonotonic": "482367619", "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": "5693", "MemoryAccounting": "no", "MemoryCurrent": "30310400", "MemoryLimit": "18446744073709551615", "MountFlags": "0", "Names": "firewalld.service dbus-org.fedoraproject.FirewallD1.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "PrivateDevices": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "ProtectHome": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "Requires": "system.slice basic.target", "Restart": "no", "RestartUSec": "100ms", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "null", "StandardInput": "null", "StandardOutput": "null", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitInterval": "10000000", "StartupBlockIOWeight": "18446744073709551615", "StartupCPUShares": "18446744073709551615", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "no", "TasksCurrent": "2", "TasksMax": "18446744073709551615", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "dbus", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "WantedBy": "multi-user.target", "Wants": "network-pre.target", "WatchdogTimestamp": "Fri 2023-12-08 22:15:13 UTC", "WatchdogTimestampMonotonic": "482777358", "WatchdogUSec": "0" } } TASK [fedora.linux_system_roles.firewall : Enable and start firewalld service] *** task path: /WORKDIR/git-storage-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:28 Friday 08 December 2023 22:19:09 +0000 (0:00:00.253) 0:03:44.303 ******* ok: [sut] => { "changed": false, "enabled": true, "name": "firewalld", "state": "started", "status": { "ActiveEnterTimestamp": "Fri 2023-12-08 22:15:13 UTC", "ActiveEnterTimestampMonotonic": "482777405", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "polkit.service system.slice basic.target dbus.service", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Fri 2023-12-08 22:15:13 UTC", "AssertTimestampMonotonic": "482359753", "Before": "network-pre.target shutdown.target multi-user.target", "BlockIOAccounting": "no", "BlockIOWeight": "18446744073709551615", "BusName": "org.fedoraproject.FirewallD1", "CPUAccounting": "no", "CPUQuotaPerSecUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "18446744073709551615", "CanIsolate": "no", "CanReload": "yes", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "18446744073709551615", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Fri 2023-12-08 22:15:13 UTC", "ConditionTimestampMonotonic": "482359751", "Conflicts": "iptables.service shutdown.target ipset.service ebtables.service ip6tables.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": "5693", "ExecMainStartTimestamp": "Fri 2023-12-08 22:15:13 UTC", "ExecMainStartTimestampMonotonic": "482367586", "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:15:13 UTC", "InactiveExitTimestampMonotonic": "482367619", "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": "5693", "MemoryAccounting": "no", "MemoryCurrent": "30310400", "MemoryLimit": "18446744073709551615", "MountFlags": "0", "Names": "firewalld.service dbus-org.fedoraproject.FirewallD1.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "PrivateDevices": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "ProtectHome": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "Requires": "system.slice basic.target", "Restart": "no", "RestartUSec": "100ms", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "null", "StandardInput": "null", "StandardOutput": "null", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitInterval": "10000000", "StartupBlockIOWeight": "18446744073709551615", "StartupCPUShares": "18446744073709551615", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "no", "TasksCurrent": "2", "TasksMax": "18446744073709551615", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "dbus", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "WantedBy": "multi-user.target", "Wants": "network-pre.target", "WatchdogTimestamp": "Fri 2023-12-08 22:15:13 UTC", "WatchdogTimestampMonotonic": "482777358", "WatchdogUSec": "0" } } TASK [fedora.linux_system_roles.firewall : Check if previous replaced is defined] *** task path: /WORKDIR/git-storage-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:34 Friday 08 December 2023 22:19:09 +0000 (0:00:00.286) 0:03:44.590 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:43 Friday 08 December 2023 22:19:09 +0000 (0:00:00.091) 0:03:44.681 ******* ok: [sut] => { "changed": false, "rc": 0 } STDERR: Shared connection to 10.31.10.153 closed. TASK [fedora.linux_system_roles.firewall : Tell firewall module it is able to report changed] *** task path: /WORKDIR/git-storage-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:55 Friday 08 December 2023 22:19:10 +0000 (0:00:00.392) 0:03:45.074 ******* ok: [sut] => { "ansible_facts": { "__firewall_report_changed": true }, "changed": false } TASK [fedora.linux_system_roles.firewall : Configure firewall] ***************** task path: /WORKDIR/git-storage-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:71 Friday 08 December 2023 22:19:10 +0000 (0:00:00.038) 0:03:45.113 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:120 Friday 08 December 2023 22:19:10 +0000 (0:00:00.133) 0:03:45.246 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:130 Friday 08 December 2023 22:19:10 +0000 (0:00:00.029) 0:03:45.276 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:139 Friday 08 December 2023 22:19:10 +0000 (0:00:00.027) 0:03:45.303 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:144 Friday 08 December 2023 22:19:10 +0000 (0:00:00.032) 0:03:45.336 ******* 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-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:153 Friday 08 December 2023 22:19:10 +0000 (0:00:00.030) 0:03:45.366 ******* ok: [sut] => { "changed": false, "rc": 0 } STDERR: Shared connection to 10.31.10.153 closed. TASK [fedora.linux_system_roles.firewall : Calculate what has changed] ********* task path: /WORKDIR/git-storage-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:163 Friday 08 December 2023 22:19:11 +0000 (0:00:00.424) 0:03:45.791 ******* ok: [sut] => { "ansible_facts": { "firewall_lib_result": { "changed": false } }, "changed": false } TASK [fedora.linux_system_roles.firewall : Show diffs] ************************* task path: /WORKDIR/git-storage-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:169 Friday 08 December 2023 22:19:11 +0000 (0:00:00.037) 0:03:45.829 ******* skipping: [sut] => { "false_condition": "__firewall_debug | d(false)" } TASK [Leave realm] ************************************************************* task path: /WORKDIR/git-storage-selinuxert7ze5x/tests/tasks/cleanup.yml:27 Friday 08 December 2023 22:19:11 +0000 (0:00:00.047) 0:03:45.876 ******* 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-selinuxert7ze5x/tests/tasks/cleanup.yml:35 Friday 08 December 2023 22:19:11 +0000 (0:00:00.047) 0:03:45.923 ******* 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-selinuxert7ze5x/tests/tasks/cleanup.yml:39 Friday 08 December 2023 22:19:11 +0000 (0:00:00.037) 0:03:45.961 ******* ok: [sut] => { "backup": "", "changed": false } TASK [Remove related packages] ************************************************* task path: /WORKDIR/git-storage-selinuxert7ze5x/tests/tasks/cleanup.yml:45 Friday 08 December 2023 22:19:11 +0000 (0:00:00.410) 0:03:46.371 ******* changed: [sut] => { "changed": true, "changes": { "removed": [ "mssql-server", "mssql-tools", "unixODBC-devel" ] }, "rc": 0, "results": [ "adutil is not installed", "mssql-server-fts is not installed", "mssql-server-ha is not installed", "powershell is not installed", "Loaded plugins: search-disabled-repos\nResolving Dependencies\n--> Running transaction check\n---> Package mssql-server.x86_64 0:14.0.3465.1-1 will be erased\n---> Package mssql-tools.x86_64 0:17.10.1.1-1 will be erased\n---> Package unixODBC-devel.x86_64 0:2.3.11-1.rh will be erased\n--> Finished Dependency Resolution\n--> Finding unneeded leftover dependencies\n---> Marking msodbcsql17 to be removed - no longer needed by mssql-tools\n---> Marking unixODBC to be removed - no longer needed by unixODBC-devel\n---> Marking libsss_nss_idmap to be removed - no longer needed by mssql-server\n---> Marking cyrus-sasl to be removed - no longer needed by mssql-server\n---> Marking gdb to be removed - no longer needed by mssql-server\n---> Marking cyrus-sasl-gssapi to be removed - no longer needed by mssql-server\n---> Marking libatomic to be removed - no longer needed by mssql-server\n---> Marking bzip2 to be removed - no longer needed by mssql-server\n---> Marking libtool-ltdl to be removed - no longer needed by unixODBC\nFound and removing 9 unneeded dependencies\n--> Running transaction check\n---> Package bzip2.x86_64 0:1.0.6-13.el7 will be erased\n---> Package cyrus-sasl.x86_64 0:2.1.26-24.el7_9 will be erased\n---> Package cyrus-sasl-gssapi.x86_64 0:2.1.26-24.el7_9 will be erased\n---> Package gdb.x86_64 0:7.6.1-120.el7 will be erased\n---> Package libatomic.x86_64 0:4.8.5-44.el7 will be erased\n---> Package libsss_nss_idmap.x86_64 0:1.16.5-10.el7_9.15 will be erased\n---> Package libtool-ltdl.x86_64 0:2.4.2-22.el7_3 will be erased\n---> Package msodbcsql17.x86_64 0:17.10.5.1-1 will be erased\n---> Package unixODBC.x86_64 0:2.3.11-1.rh will be erased\n--> Finished Dependency Resolution\n\nDependencies Resolved\n\n================================================================================\n Package Arch Version Repository Size\n================================================================================\nRemoving:\n mssql-server x86_64 14.0.3465.1-1 @packages-microsoft-com-mssql-server-2017\n 1.0 G\n mssql-tools x86_64 17.10.1.1-1 @packages-microsoft-com-prod 714 k\n unixODBC-devel x86_64 2.3.11-1.rh @packages-microsoft-com-prod 223 k\nRemoving for dependencies:\n bzip2 x86_64 1.0.6-13.el7 @rhel-Server 86 k\n cyrus-sasl x86_64 2.1.26-24.el7_9 @rhel-Server 141 k\n cyrus-sasl-gssapi x86_64 2.1.26-24.el7_9 @rhel-Server 36 k\n gdb x86_64 7.6.1-120.el7 @rhel-Server 7.0 M\n libatomic x86_64 4.8.5-44.el7 @rhel-Server 26 k\n libsss_nss_idmap x86_64 1.16.5-10.el7_9.15 @rhel-Server 82 k\n libtool-ltdl x86_64 2.4.2-22.el7_3 @rhel-Server 66 k\n msodbcsql17 x86_64 17.10.5.1-1 @packages-microsoft-com-prod 2.2 M\n unixODBC x86_64 2.3.11-1.rh @packages-microsoft-com-prod 648 k\n\nTransaction Summary\n================================================================================\nRemove 3 Packages (+9 Dependent packages)\n\nInstalled size: 1.0 G\nDownloading packages:\nRunning transaction check\nRunning transaction test\nTransaction test succeeded\nRunning transaction\n Erasing : mssql-server-14.0.3465.1-1.x86_64 1/12 \n Erasing : unixODBC-devel-2.3.11-1.rh.x86_64 2/12 \n Erasing : mssql-tools-17.10.1.1-1.x86_64 3/12 \n Erasing : msodbcsql17-17.10.5.1-1.x86_64 4/12 \nODBC Driver 17 for SQL Server has been deleted (if it existed at all) because its usage count became zero\n Erasing : unixODBC-2.3.11-1.rh.x86_64 5/12 \nwarning: /etc/odbcinst.ini saved as /etc/odbcinst.ini.rpmsave\n Erasing : libtool-ltdl-2.4.2-22.el7_3.x86_64 6/12 \n Erasing : libatomic-4.8.5-44.el7.x86_64 7/12 \n Erasing : bzip2-1.0.6-13.el7.x86_64 8/12 \n Erasing : gdb-7.6.1-120.el7.x86_64 9/12 \n Erasing : libsss_nss_idmap-1.16.5-10.el7_9.15.x86_64 10/12 \n Erasing : cyrus-sasl-2.1.26-24.el7_9.x86_64 11/12 \n Erasing : cyrus-sasl-gssapi-2.1.26-24.el7_9.x86_64 12/12 \n Verifying : mssql-tools-17.10.1.1-1.x86_64 1/12 \n Verifying : libatomic-4.8.5-44.el7.x86_64 2/12 \n Verifying : bzip2-1.0.6-13.el7.x86_64 3/12 \n Verifying : libtool-ltdl-2.4.2-22.el7_3.x86_64 4/12 \n Verifying : mssql-server-14.0.3465.1-1.x86_64 5/12 \n Verifying : unixODBC-devel-2.3.11-1.rh.x86_64 6/12 \n Verifying : cyrus-sasl-gssapi-2.1.26-24.el7_9.x86_64 7/12 \n Verifying : gdb-7.6.1-120.el7.x86_64 8/12 \n Verifying : unixODBC-2.3.11-1.rh.x86_64 9/12 \n Verifying : msodbcsql17-17.10.5.1-1.x86_64 10/12 \n Verifying : cyrus-sasl-2.1.26-24.el7_9.x86_64 11/12 \n Verifying : libsss_nss_idmap-1.16.5-10.el7_9.15.x86_64 12/12 \n\nRemoved:\n mssql-server.x86_64 0:14.0.3465.1-1 mssql-tools.x86_64 0:17.10.1.1-1 \n unixODBC-devel.x86_64 0:2.3.11-1.rh \n\nDependency Removed:\n bzip2.x86_64 0:1.0.6-13.el7 \n cyrus-sasl.x86_64 0:2.1.26-24.el7_9 \n cyrus-sasl-gssapi.x86_64 0:2.1.26-24.el7_9 \n gdb.x86_64 0:7.6.1-120.el7 \n libatomic.x86_64 0:4.8.5-44.el7 \n libsss_nss_idmap.x86_64 0:1.16.5-10.el7_9.15 \n libtool-ltdl.x86_64 0:2.4.2-22.el7_3 \n msodbcsql17.x86_64 0:17.10.5.1-1 \n unixODBC.x86_64 0:2.3.11-1.rh \n\nComplete!\n" ] } TASK [Remove related files] **************************************************** task path: /WORKDIR/git-storage-selinuxert7ze5x/tests/tasks/cleanup.yml:58 Friday 08 December 2023 22:19:13 +0000 (0:00:02.234) 0:03:48.605 ******* 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.008656", "end": "2023-12-08 22:19:13.994938", "rc": 0, "start": "2023-12-08 22:19:13.986282" } STDOUT: removed ‘/var/opt/mssql/mssql.conf’ removed directory: ‘/var/opt/mssql/.system/system/Temp’ removed ‘/var/opt/mssql/.system/system/lsa.hiv’ removed ‘/var/opt/mssql/.system/system/lsasetup.log’ removed ‘/var/opt/mssql/.system/system/debug/PASSWD.LOG’ removed directory: ‘/var/opt/mssql/.system/system/debug’ removed ‘/var/opt/mssql/.system/system/system32/Microsoft/Protect/S-1-5-18/User/d6df4948-4b2a-4087-b4b9-a6321bba1ae1’ removed ‘/var/opt/mssql/.system/system/system32/Microsoft/Protect/S-1-5-18/User/Preferred’ removed directory: ‘/var/opt/mssql/.system/system/system32/Microsoft/Protect/S-1-5-18/User’ removed directory: ‘/var/opt/mssql/.system/system/system32/Microsoft/Protect/S-1-5-18’ removed directory: ‘/var/opt/mssql/.system/system/system32/Microsoft/Protect’ removed directory: ‘/var/opt/mssql/.system/system/system32/Microsoft’ removed directory: ‘/var/opt/mssql/.system/system/system32/LogFiles/Scm’ removed directory: ‘/var/opt/mssql/.system/system/system32/LogFiles’ removed directory: ‘/var/opt/mssql/.system/system/system32’ removed ‘/var/opt/mssql/.system/system/licensing.hiv’ removed ‘/var/opt/mssql/.system/system/security.hiv’ removed directory: ‘/var/opt/mssql/.system/system’ removed directory: ‘/var/opt/mssql/.system/profiles/Client/Desktop’ removed directory: ‘/var/opt/mssql/.system/profiles/Client/Documents’ removed directory: ‘/var/opt/mssql/.system/profiles/Client/Temp’ removed directory: ‘/var/opt/mssql/.system/profiles/Client/AppData/Local/Microsoft/Windows/Temporary Internet Files’ removed directory: ‘/var/opt/mssql/.system/profiles/Client/AppData/Local/Microsoft/Windows’ removed directory: ‘/var/opt/mssql/.system/profiles/Client/AppData/Local/Microsoft’ removed directory: ‘/var/opt/mssql/.system/profiles/Client/AppData/Local’ removed directory: ‘/var/opt/mssql/.system/profiles/Client/AppData/Roaming/Microsoft/SystemCertificates/My/Certificates’ removed directory: ‘/var/opt/mssql/.system/profiles/Client/AppData/Roaming/Microsoft/SystemCertificates/My/CRLs’ removed directory: ‘/var/opt/mssql/.system/profiles/Client/AppData/Roaming/Microsoft/SystemCertificates/My/CTLs’ removed ‘/var/opt/mssql/.system/profiles/Client/AppData/Roaming/Microsoft/SystemCertificates/My/AppContainerUserCertRead’ removed directory: ‘/var/opt/mssql/.system/profiles/Client/AppData/Roaming/Microsoft/SystemCertificates/My’ removed directory: ‘/var/opt/mssql/.system/profiles/Client/AppData/Roaming/Microsoft/SystemCertificates’ removed ‘/var/opt/mssql/.system/profiles/Client/AppData/Roaming/Microsoft/Crypto/RSA/S-1-5-21-1054743078-1523070146-3097768304-500/42e7704ae40b0d75de00736cc66b813a_bb30ed79-c2b3-4643-988a-a4929828beee’ removed directory: ‘/var/opt/mssql/.system/profiles/Client/AppData/Roaming/Microsoft/Crypto/RSA/S-1-5-21-1054743078-1523070146-3097768304-500’ removed directory: ‘/var/opt/mssql/.system/profiles/Client/AppData/Roaming/Microsoft/Crypto/RSA’ removed directory: ‘/var/opt/mssql/.system/profiles/Client/AppData/Roaming/Microsoft/Crypto’ removed ‘/var/opt/mssql/.system/profiles/Client/AppData/Roaming/Microsoft/Protect/S-1-5-21-1054743078-1523070146-3097768304-500/41577799-0f90-418a-b4d3-4b50d6d791e7’ removed ‘/var/opt/mssql/.system/profiles/Client/AppData/Roaming/Microsoft/Protect/S-1-5-21-1054743078-1523070146-3097768304-500/Preferred’ removed directory: ‘/var/opt/mssql/.system/profiles/Client/AppData/Roaming/Microsoft/Protect/S-1-5-21-1054743078-1523070146-3097768304-500’ removed ‘/var/opt/mssql/.system/profiles/Client/AppData/Roaming/Microsoft/Protect/CREDHIST’ removed directory: ‘/var/opt/mssql/.system/profiles/Client/AppData/Roaming/Microsoft/Protect’ removed directory: ‘/var/opt/mssql/.system/profiles/Client/AppData/Roaming/Microsoft’ removed directory: ‘/var/opt/mssql/.system/profiles/Client/AppData/Roaming’ removed directory: ‘/var/opt/mssql/.system/profiles/Client/AppData/LocalLow’ removed directory: ‘/var/opt/mssql/.system/profiles/Client/AppData’ removed directory: ‘/var/opt/mssql/.system/profiles/Client’ removed directory: ‘/var/opt/mssql/.system/profiles’ removed ‘/var/opt/mssql/.system/programdata/Microsoft/NetFramework/BreadcrumbStore/Microsoft.Diagnostics.Tracing.EventSource, Version=1.1.26.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a’ removed ‘/var/opt/mssql/.system/programdata/Microsoft/NetFramework/BreadcrumbStore/Microsoft.Diagnostics.Tracing.EventSource, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a’ removed directory: ‘/var/opt/mssql/.system/programdata/Microsoft/NetFramework/BreadcrumbStore’ removed directory: ‘/var/opt/mssql/.system/programdata/Microsoft/NetFramework’ removed directory: ‘/var/opt/mssql/.system/programdata/Microsoft’ removed directory: ‘/var/opt/mssql/.system/programdata’ removed ‘/var/opt/mssql/.system/instance_id’ removed directory: ‘/var/opt/mssql/.system’ removed ‘/var/opt/mssql/data/master.mdf’ removed ‘/var/opt/mssql/data/mastlog.ldf’ removed ‘/var/opt/mssql/data/model.mdf’ removed ‘/var/opt/mssql/data/modellog.ldf’ removed ‘/var/opt/mssql/data/msdbdata.mdf’ removed ‘/var/opt/mssql/data/msdblog.ldf’ removed ‘/var/opt/mssql/data/tempdb.mdf’ removed ‘/var/opt/mssql/data/templog.ldf’ removed directory: ‘/var/opt/mssql/data’ removed ‘/var/opt/mssql/log/sqlagentstartup.log’ removed ‘/var/opt/mssql/log/HkEngineEventFile_0_133465473723150000.xel’ removed ‘/var/opt/mssql/log/system_health_0_133465473729630000.xel’ removed ‘/var/opt/mssql/log/HkEngineEventFile_0_133465473764950000.xel’ removed ‘/var/opt/mssql/log/system_health_0_133465473768740000.xel’ removed ‘/var/opt/mssql/log/log_1.trc’ removed ‘/var/opt/mssql/log/HkEngineEventFile_0_133465474330900000.xel’ removed ‘/var/opt/mssql/log/system_health_0_133465474335160000.xel’ removed ‘/var/opt/mssql/log/log_2.trc’ removed ‘/var/opt/mssql/log/FDLAUNCHERRORLOG’ removed ‘/var/opt/mssql/log/HkEngineEventFile_0_133465474872580000.xel’ removed ‘/var/opt/mssql/log/system_health_0_133465474875140000.xel’ removed ‘/var/opt/mssql/log/log_3.trc’ removed ‘/var/opt/mssql/log/sqlagent.2’ removed ‘/var/opt/mssql/log/sqlagent.1’ removed ‘/var/opt/mssql/log/sqlagent.out’ removed ‘/var/opt/mssql/log/HkEngineEventFile_0_133465474934040000.xel’ removed ‘/var/opt/mssql/log/system_health_0_133465474937140000.xel’ removed ‘/var/opt/mssql/log/log_4.trc’ removed ‘/var/opt/mssql/log/errorlog.6’ removed ‘/var/opt/mssql/log/errorlog.5’ removed ‘/var/opt/mssql/log/errorlog.4’ removed ‘/var/opt/mssql/log/errorlog.3’ removed ‘/var/opt/mssql/log/errorlog.2’ removed ‘/var/opt/mssql/log/errorlog.1’ removed ‘/var/opt/mssql/log/errorlog’ removed ‘/var/opt/mssql/log/HkEngineEventFile_0_133465475059570000.xel’ removed ‘/var/opt/mssql/log/system_health_0_133465475062090000.xel’ removed ‘/var/opt/mssql/log/log_5.trc’ removed directory: ‘/var/opt/mssql/log’ removed ‘/var/opt/mssql/secrets/machine-key’ removed directory: ‘/var/opt/mssql/secrets’ removed ‘/var/opt/mssql/FTData/tsara.xml’ removed ‘/var/opt/mssql/FTData/tsben.xml’ removed ‘/var/opt/mssql/FTData/tsbgr.xml’ removed ‘/var/opt/mssql/FTData/tscat.xml’ removed ‘/var/opt/mssql/FTData/tschs.xml’ removed ‘/var/opt/mssql/FTData/tscht.xml’ removed ‘/var/opt/mssql/FTData/tscze.xml’ removed ‘/var/opt/mssql/FTData/tsdan.xml’ removed ‘/var/opt/mssql/FTData/tsdeu.xml’ removed ‘/var/opt/mssql/FTData/tseng.xml’ removed ‘/var/opt/mssql/FTData/tsenu.xml’ removed ‘/var/opt/mssql/FTData/tsesn.xml’ removed ‘/var/opt/mssql/FTData/tsfra.xml’ removed ‘/var/opt/mssql/FTData/tsgrk.xml’ removed ‘/var/opt/mssql/FTData/tsguj.xml’ removed ‘/var/opt/mssql/FTData/tsheb.xml’ removed ‘/var/opt/mssql/FTData/tshin.xml’ removed ‘/var/opt/mssql/FTData/tshrv.xml’ removed ‘/var/opt/mssql/FTData/tsind.xml’ removed ‘/var/opt/mssql/FTData/tsisl.xml’ removed ‘/var/opt/mssql/FTData/tsita.xml’ removed ‘/var/opt/mssql/FTData/tsjpn.xml’ removed ‘/var/opt/mssql/FTData/tskan.xml’ removed ‘/var/opt/mssql/FTData/tskor.xml’ removed ‘/var/opt/mssql/FTData/tslth.xml’ removed ‘/var/opt/mssql/FTData/tslvi.xml’ removed ‘/var/opt/mssql/FTData/tsmal.xml’ removed ‘/var/opt/mssql/FTData/tsmar.xml’ removed ‘/var/opt/mssql/FTData/tsmsl.xml’ removed ‘/var/opt/mssql/FTData/tsglobal.xml’ removed ‘/var/opt/mssql/FTData/tsnld.xml’ removed ‘/var/opt/mssql/FTData/tsnor.xml’ removed ‘/var/opt/mssql/FTData/tspan.xml’ removed ‘/var/opt/mssql/FTData/tsplk.xml’ removed ‘/var/opt/mssql/FTData/tsptb.xml’ removed ‘/var/opt/mssql/FTData/tsptg.xml’ removed ‘/var/opt/mssql/FTData/tsrom.xml’ removed ‘/var/opt/mssql/FTData/tsrus.xml’ removed ‘/var/opt/mssql/FTData/tssky.xml’ removed ‘/var/opt/mssql/FTData/tsslv.xml’ removed ‘/var/opt/mssql/FTData/tssrb.xml’ removed ‘/var/opt/mssql/FTData/tssrl.xml’ removed ‘/var/opt/mssql/FTData/tssve.xml’ removed ‘/var/opt/mssql/FTData/tstam.xml’ removed ‘/var/opt/mssql/FTData/tstel.xml’ removed ‘/var/opt/mssql/FTData/tstha.xml’ removed ‘/var/opt/mssql/FTData/tstrk.xml’ removed ‘/var/opt/mssql/FTData/tsukr.xml’ removed ‘/var/opt/mssql/FTData/tsurd.xml’ removed ‘/var/opt/mssql/FTData/tsvit.xml’ removed directory: ‘/var/opt/mssql/FTData/FilterData’ removed directory: ‘/var/opt/mssql/FTData’ removed directory: ‘/var/opt/mssql’ removed directory: ‘/opt/mssql/misc’ removed directory: ‘/opt/mssql’ removed directory: ‘/opt/mssql-tools’ removed ‘/etc/yum.repos.d/packages-microsoft-com-mssql-server-2017.repo’ removed ‘/etc/yum.repos.d/packages-microsoft-com-prod.repo’ removed directory: ‘/tmp/mssql_data’ removed directory: ‘/tmp/mssql_log’ removed ‘/etc/systemd/system/multi-user.target.wants/mssql-server.service’ TASK [Stop the mssql-server service] ******************************************* task path: /WORKDIR/git-storage-selinuxert7ze5x/tests/tasks/cleanup.yml:72 Friday 08 December 2023 22:19:14 +0000 (0:00:00.150) 0:03:48.756 ******* ok: [sut] => { "changed": false, "cmd": "systemctl stop mssql-server || true", "delta": "0:00:01.109970", "end": "2023-12-08 22:19:15.286031", "rc": 0, "start": "2023-12-08 22:19:14.176061" } PLAY RECAP ********************************************************************* sut : ok=341 changed=36 unreachable=0 failed=0 skipped=502 rescued=0 ignored=1 Friday 08 December 2023 22:19:15 +0000 (0:00:01.366) 0:03:50.123 ******* =============================================================================== fedora.linux_system_roles.mssql : Ensure the package mssql-server ------ 39.44s /WORKDIR/git-storage-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:242 fedora.linux_system_roles.mssql : Ensure the package mssql-server-fts -- 28.69s /WORKDIR/git-storage-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:599 Wait for mssql-server to prepare for client connections ---------------- 18.17s /WORKDIR/git-storage-selinuxert7ze5x/tests/tasks/verify_settings.yml:93 ------- Wait for mssql-server to prepare for client connections ---------------- 18.16s /WORKDIR/git-storage-selinuxert7ze5x/tests/tasks/verify_settings.yml:93 ------- fedora.linux_system_roles.mssql : Ensure the package powershell -------- 11.84s /WORKDIR/git-storage-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:606 fedora.linux_system_roles.mssql : Change the edition of MSSQL ----------- 5.09s /WORKDIR/git-storage-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:521 fedora.linux_system_roles.mssql : Change the password of sa user -------- 4.94s /WORKDIR/git-storage-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:456 fedora.linux_system_roles.mssql : Set up MSSQL -------------------------- 4.87s /WORKDIR/git-storage-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:302 fedora.linux_system_roles.mssql : Ensure that SQL Server client tools are installed --- 4.28s /WORKDIR/git-storage-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:404 Remove related packages ------------------------------------------------- 2.23s /WORKDIR/git-storage-selinuxert7ze5x/tests/tasks/cleanup.yml:45 --------------- Stop the mssql-server service ------------------------------------------- 1.37s /WORKDIR/git-storage-selinuxert7ze5x/tests/tasks/cleanup.yml:72 --------------- fedora.linux_system_roles.mssql : Ensure the package mssql-server-fts --- 1.27s /WORKDIR/git-storage-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:599 fedora.linux_system_roles.mssql : Wait for mssql-server to prepare for client connections --- 1.26s /WORKDIR/git-storage-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:420 fedora.linux_system_roles.mssql : Check if a custom tcpport setting exist --- 1.21s /WORKDIR/git-storage-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/verify_password.yml:8 fedora.linux_system_roles.mssql : Get the setting filelocation defaultlogdir --- 1.20s /WORKDIR/git-storage-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:3 fedora.linux_system_roles.mssql : Wait for mssql-server to prepare for client connections --- 1.19s /WORKDIR/git-storage-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:420 fedora.linux_system_roles.mssql : Check if the 3979 trace flag is enabled --- 1.18s /WORKDIR/git-storage-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:615 Gather package facts ---------------------------------------------------- 1.18s /WORKDIR/git-storage-selinuxert7ze5x/tests/tasks/verify_package.yml:7 --------- fedora.linux_system_roles.mssql : Check if a custom tcpport setting exist --- 1.16s /WORKDIR/git-storage-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/verify_password.yml:8 fedora.linux_system_roles.mssql : Get the setting control writethrough --- 1.15s /WORKDIR/git-storage-selinuxert7ze5x/.collection/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:3 ---^---^---^---^---^--- # 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. ---^---^---^---^---^---