# STDOUT: ---v---v---v---v---v--- ansible-playbook 2.9.27 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.9/lib/python3.9/site-packages/ansible executable location = /opt/ansible-2.9/bin/ansible-playbook python version = 3.9.18 (main, Sep 7 2023, 00:00:00) [GCC 11.4.1 20230605 (Red Hat 11.4.1-2)] Using /etc/ansible/ansible.cfg as config file Skipping callback 'actionable', as we already have a stdout callback. Skipping callback 'counter_enabled', as we already have a stdout callback. Skipping callback 'debug', as we already have a stdout callback. Skipping callback 'dense', as we already have a stdout callback. Skipping callback 'dense', as we already have a stdout callback. Skipping callback 'full_skip', as we already have a stdout callback. Skipping callback 'json', as we already have a stdout callback. Skipping callback 'minimal', as we already have a stdout callback. Skipping callback 'null', as we already have a stdout callback. Skipping callback 'oneline', as we already have a stdout callback. Skipping callback 'selective', as we already have a stdout callback. Skipping callback 'skippy', as we already have a stdout callback. Skipping callback 'stderr', as we already have a stdout callback. Skipping callback 'unixy', as we already have a stdout callback. Skipping callback 'yaml', as we already have a stdout callback. PLAYBOOK: tests_tls_2017.yml *************************************************** 2 plays in /WORKDIR/git-susekjdihrec/tests/tests_tls_2017.yml PLAY [all] ********************************************************************* META: ran handlers TASK [Include vault variables] ************************************************* task path: /WORKDIR/git-susekjdihrec/tests/tests_tls_2017.yml:4 Wednesday 10 April 2024 15:01:20 +0000 (0:00:00.012) 0:00:00.012 ******* ok: [sut] => { "ansible_facts": { "mssql_password": { "__ansible_vault": "$ANSIBLE_VAULT;1.1;AES256\n66336361663164656232326461653662643537386337346563613939356466313835383235313234\n3634333565616161316639666662613564353237653663610a616639306439653033386664303839\n30663030636161326137656235636230356162373234386461363632353863393161353035316162\n3664353366373231360a343334326337353861366233656330363634353164316434616561333161\n3234\n" } }, "ansible_included_var_files": [ "/WORKDIR/git-susekjdihrec/tests/vars/vault-variables.yml" ], "changed": false } META: ran handlers META: ran handlers PLAY [Ensure that tls encryption configuration works] ************************** TASK [Gathering Facts] ********************************************************* task path: /WORKDIR/git-susekjdihrec/tests/tests_tls_2017.yml:9 Wednesday 10 April 2024 15:01:20 +0000 (0:00:00.009) 0:00:00.022 ******* ok: [sut] META: ran handlers TASK [Run tests_tls with SQL Server 2017] ************************************** task path: /WORKDIR/git-susekjdihrec/tests/tests_tls_2017.yml:23 Wednesday 10 April 2024 15:01:21 +0000 (0:00:00.566) 0:00:00.589 ******* included: /WORKDIR/git-susekjdihrec/tests/tasks/tests_tls.yml for sut TASK [Assert fail on EL 7 with version = 2022 and EL 9 with version != 2022] *** task path: /WORKDIR/git-susekjdihrec/tests/tasks/tests_tls.yml:2 Wednesday 10 April 2024 15:01:21 +0000 (0:00:00.025) 0:00:00.614 ******* included: /WORKDIR/git-susekjdihrec/tests/tasks/assert_fail_on_unsupported_ver.yml for sut TASK [Ensure ansible_facts to get ansible_distribution] ************************ task path: /WORKDIR/git-susekjdihrec/tests/tasks/assert_fail_on_unsupported_ver.yml:2 Wednesday 10 April 2024 15:01:21 +0000 (0:00:00.014) 0:00:00.628 ******* ok: [sut] TASK [Run the role] ************************************************************ task path: /WORKDIR/git-susekjdihrec/tests/tasks/assert_fail_on_unsupported_ver.yml:15 Wednesday 10 April 2024 15:01:21 +0000 (0:00:00.207) 0:00:00.836 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Unreachable task] ******************************************************** task path: /WORKDIR/git-susekjdihrec/tests/tasks/assert_fail_on_unsupported_ver.yml:22 Wednesday 10 April 2024 15:01:21 +0000 (0:00:00.011) 0:00:00.847 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure the openssl package] ********************************************** task path: /WORKDIR/git-susekjdihrec/tests/tasks/tests_tls.yml:5 Wednesday 10 April 2024 15:01:21 +0000 (0:00:00.010) 0:00:00.858 ******* ok: [sut] => { "changed": false, "rc": 0, "results": [ "1:openssl-1.0.2k-26.el7_9.x86_64 providing openssl is already installed" ] } TASK [Create a tempfile for a certificate on hosts] **************************** task path: /WORKDIR/git-susekjdihrec/tests/tasks/tests_tls.yml:11 Wednesday 10 April 2024 15:01:22 +0000 (0:00:00.440) 0:00:01.299 ******* changed: [sut] => { "changed": true, "gid": 0, "group": "root", "mode": "0600", "owner": "root", "path": "/tmp/ansible.DxIsD1", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 0, "state": "file", "uid": 0 } TASK [Create a tempfile for a private key on hosts] **************************** task path: /WORKDIR/git-susekjdihrec/tests/tasks/tests_tls.yml:17 Wednesday 10 April 2024 15:01:22 +0000 (0:00:00.176) 0:00:01.475 ******* changed: [sut] => { "changed": true, "gid": 0, "group": "root", "mode": "0600", "owner": "root", "path": "/tmp/ansible.Z57cgW", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 0, "state": "file", "uid": 0 } TASK [Generate a self-signed certificate and public key] *********************** task path: /WORKDIR/git-susekjdihrec/tests/tasks/tests_tls.yml:23 Wednesday 10 April 2024 15:01:22 +0000 (0:00:00.114) 0:00:01.590 ******* changed: [sut] => { "changed": true, "cmd": [ "openssl", "req", "-x509", "-nodes", "-newkey", "rsa:2048", "-subj", "/CN=10.31.10.194", "-out", "/tmp/ansible.DxIsD1", "-keyout", "/tmp/ansible.Z57cgW", "-days", "365" ], "delta": "0:00:00.205940", "end": "2024-04-10 15:01:22.891574", "rc": 0, "start": "2024-04-10 15:01:22.685634" } STDERR: Generating a 2048 bit RSA private key ............................................................................................................+++ .....................+++ writing new private key to '/tmp/ansible.Z57cgW' ----- TASK [Copy certificate files to local tmp] ************************************* task path: /WORKDIR/git-susekjdihrec/tests/tasks/tests_tls.yml:32 Wednesday 10 April 2024 15:01:22 +0000 (0:00:00.371) 0:00:01.961 ******* changed: [sut] => (item=/tmp/ansible.DxIsD1) => { "ansible_loop_var": "item", "changed": true, "checksum": "378c3c9fead9c3116f0fbeb3aea334265572a018", "dest": "/tmp/ansible.DxIsD1", "item": "/tmp/ansible.DxIsD1", "md5sum": "9eee890d63997f9002624fa67c2f8a02", "remote_checksum": "378c3c9fead9c3116f0fbeb3aea334265572a018", "remote_md5sum": null } changed: [sut] => (item=/tmp/ansible.Z57cgW) => { "ansible_loop_var": "item", "changed": true, "checksum": "12541097bd3f508f4ef3b45d0fd1b346a49eb3ba", "dest": "/tmp/ansible.Z57cgW", "item": "/tmp/ansible.Z57cgW", "md5sum": "31d7b572d955658bd58136af1b5237d2", "remote_checksum": "12541097bd3f508f4ef3b45d0fd1b346a49eb3ba", "remote_md5sum": null } TASK [Copy a private key to the playbook directory to test a relative path] **** task path: /WORKDIR/git-susekjdihrec/tests/tasks/tests_tls.yml:44 Wednesday 10 April 2024 15:01:23 +0000 (0:00:00.359) 0:00:02.321 ******* changed: [sut -> localhost] => { "changed": true, "checksum": "12541097bd3f508f4ef3b45d0fd1b346a49eb3ba", "dest": "./ansible.Z57cgW", "gid": 1001, "group": "jenkins", "md5sum": "31d7b572d955658bd58136af1b5237d2", "mode": "0600", "owner": "jenkins", "size": 1704, "src": "/home/jenkins/.ansible/tmp/ansible-tmp-1712761283.277946-23108-257009860525208/source", "state": "file", "uid": 1000090000 } TASK [Set mssql_tls_cert and mssql_tls_private_key for the following test] ***** task path: /WORKDIR/git-susekjdihrec/tests/tasks/tests_tls.yml:52 Wednesday 10 April 2024 15:01:23 +0000 (0:00:00.371) 0:00:02.692 ******* ok: [sut] => { "ansible_facts": { "mssql_tls_cert": "/tmp/ansible.DxIsD1", "mssql_tls_private_key": "ansible.Z57cgW" }, "changed": false } TASK [Run role] **************************************************************** task path: /WORKDIR/git-susekjdihrec/tests/tasks/tests_tls.yml:59 Wednesday 10 April 2024 15:01:23 +0000 (0:00:00.023) 0:00:02.716 ******* TASK [linux-system-roles.mssql : Ensure ansible_facts and variables used by role] *** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:3 Wednesday 10 April 2024 15:01:23 +0000 (0:00:00.130) 0:00:02.847 ******* included: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/set_vars.yml for sut TASK [linux-system-roles.mssql : Ensure ansible_facts used by role] ************ task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/set_vars.yml:3 Wednesday 10 April 2024 15:01:23 +0000 (0:00:00.011) 0:00:02.858 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Set platform/version specific variables] ****** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/set_vars.yml:9 Wednesday 10 April 2024 15:01:23 +0000 (0:00:00.010) 0:00:02.868 ******* 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 ], "__mssql_tuned_supported": true }, "ansible_included_var_files": [ "/WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/vars/RedHat.yml" ], "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml" } skipping: [sut] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [sut] => (item=CentOS_7.yml) => { "ansible_facts": { "__mssql_client_repository": "https://packages.microsoft.com/rhel/7/prod/", "__mssql_confined_supported": false, "__mssql_server_repository": "https://packages.microsoft.com/rhel/7/mssql-server-{{ mssql_version | int }}/", "__mssql_supported_versions": [ 2017, 2019 ] }, "ansible_included_var_files": [ "/WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/vars/CentOS_7.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_7.yml" } skipping: [sut] => (item=CentOS_7.9.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS_7.9.yml", "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Unset the __mssql_sqlcmd_login_cmd fact] ****** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:8 Wednesday 10 April 2024 15:01:23 +0000 (0:00:00.026) 0:00:02.895 ******* ok: [sut] => { "ansible_facts": { "__mssql_sqlcmd_login_cmd": null }, "changed": false } TASK [linux-system-roles.mssql : Print that the mssql_input_sql_file variable is deprecated] *** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:15 Wednesday 10 April 2024 15:01:23 +0000 (0:00:00.009) 0:00:02.905 ******* skipping: [sut] => {} TASK [linux-system-roles.mssql : Link the deprecated mssql_input_sql_file fact] *** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:23 Wednesday 10 April 2024 15:01:23 +0000 (0:00:00.008) 0:00:02.913 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Print that the variable is deprecated] ******** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:30 Wednesday 10 April 2024 15:01:23 +0000 (0:00:00.008) 0:00:02.921 ******* skipping: [sut] => {} TASK [linux-system-roles.mssql : Link the deprecated mssql_ha_listener_port fact] *** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:37 Wednesday 10 April 2024 15:01:23 +0000 (0:00:00.008) 0:00:02.929 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Print that the mssql_ad_sql_user_name variable is deprecated] *** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:44 Wednesday 10 April 2024 15:01:23 +0000 (0:00:00.008) 0:00:02.937 ******* skipping: [sut] => {} TASK [linux-system-roles.mssql : Link the deprecated mssql_ad_sql_user_name fact] *** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:51 Wednesday 10 April 2024 15:01:23 +0000 (0:00:00.008) 0:00:02.945 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Print that the mssql_ha_cluster_run_role variable is deprecated] *** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:58 Wednesday 10 April 2024 15:01:23 +0000 (0:00:00.008) 0:00:02.954 ******* skipping: [sut] => {} TASK [linux-system-roles.mssql : Link the deprecated mssql_ha_cluster_run_role fact] *** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:65 Wednesday 10 April 2024 15:01:23 +0000 (0:00:00.008) 0:00:02.963 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Verify that the user accepts EULA variables] *** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:69 Wednesday 10 April 2024 15:01:23 +0000 (0:00:00.008) 0:00:02.972 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [linux-system-roles.mssql : Verify that EL < 8 is not used with mssql_ha_configure=true] *** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:81 Wednesday 10 April 2024 15:01:23 +0000 (0:00:00.011) 0:00:02.983 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Verify if the mssql_ha_replica_type variable is provided correctly] *** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:89 Wednesday 10 April 2024 15:01:23 +0000 (0:00:00.008) 0:00:02.992 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Verify that 'mssql_ha_replica_type = primary' is provided once] *** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:98 Wednesday 10 April 2024 15:01:23 +0000 (0:00:00.008) 0:00:03.000 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Verify that mssql_ha_prep_for_pacemaker is provided correctly] *** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:111 Wednesday 10 April 2024 15:01:23 +0000 (0:00:00.013) 0:00:03.014 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Verify that selinux variables are used on supported platforms] *** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:122 Wednesday 10 April 2024 15:01:23 +0000 (0:00:00.008) 0:00:03.022 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Verify that mssql_manage_selinux is set properly] *** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:131 Wednesday 10 April 2024 15:01:23 +0000 (0:00:00.010) 0:00:03.033 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Gather package facts] ************************* task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:142 Wednesday 10 April 2024 15:01:23 +0000 (0:00:00.009) 0:00:03.043 ******* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.mssql : Set fact with the currently installed SQL Server version if any] *** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:146 Wednesday 10 April 2024 15:01:25 +0000 (0:00:01.086) 0:00:04.129 ******* skipping: [sut] => (item={'key': 2017, 'value': 14}) => { "ansible_loop_var": "item", "changed": false, "item": { "key": 2017, "value": 14 }, "skip_reason": "Conditional result was False" } skipping: [sut] => (item={'key': 2019, 'value': 15}) => { "ansible_loop_var": "item", "changed": false, "item": { "key": 2019, "value": 15 }, "skip_reason": "Conditional result was False" } skipping: [sut] => (item={'key': 2022, 'value': 16}) => { "ansible_loop_var": "item", "changed": false, "item": { "key": 2022, "value": 16 }, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Set mssql_version variable if user does not define it] *** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:155 Wednesday 10 April 2024 15:01:25 +0000 (0:00:00.040) 0:00:04.169 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Verify if the mssql_version variable is provided correctly] *** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:162 Wednesday 10 April 2024 15:01:25 +0000 (0:00:00.018) 0:00:04.188 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [linux-system-roles.mssql : Verify if mssql_version is not smaller then the existing SQL Server version] *** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:169 Wednesday 10 April 2024 15:01:25 +0000 (0:00:00.021) 0:00:04.209 ******* skipping: [sut] => (item={'key': 2017, 'value': 14}) => { "ansible_loop_var": "item", "changed": false, "item": { "key": 2017, "value": 14 }, "skip_reason": "Conditional result was False" } skipping: [sut] => (item={'key': 2019, 'value': 15}) => { "ansible_loop_var": "item", "changed": false, "item": { "key": 2019, "value": 15 }, "skip_reason": "Conditional result was False" } skipping: [sut] => (item={'key': 2022, 'value': 16}) => { "ansible_loop_var": "item", "changed": false, "item": { "key": 2022, "value": 16 }, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Deploy the GPG key for Microsoft repositories] *** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:184 Wednesday 10 April 2024 15:01:25 +0000 (0:00:00.035) 0:00:04.244 ******* ok: [sut] => { "attempts": 1, "changed": false } TASK [linux-system-roles.mssql : Update all packages from SQL Server repo version {{ __mssql_current_version }}] *** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:198 Wednesday 10 April 2024 15:01:25 +0000 (0:00:00.419) 0:00:04.663 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Get yum repositories] ************************* task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:208 Wednesday 10 April 2024 15:01:25 +0000 (0:00:00.017) 0:00:04.680 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Remove the current Microsoft SQL Server repository to upgrade to 2017] *** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:219 Wednesday 10 April 2024 15:01:25 +0000 (0:00:00.018) 0:00:04.699 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Update all packages from SQL Server repo version {{ __mssql_current_version }}] *** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:233 Wednesday 10 April 2024 15:01:25 +0000 (0:00:00.017) 0:00:04.716 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Get zypper repositories] ********************** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:242 Wednesday 10 April 2024 15:01:25 +0000 (0:00:00.017) 0:00:04.733 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Remove the current Microsoft SQL Server repository to upgrade to 2017] *** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:254 Wednesday 10 April 2024 15:01:25 +0000 (0:00:00.033) 0:00:04.767 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the Microsoft SQL Server repo version 2017] *** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:261 Wednesday 10 April 2024 15:01:25 +0000 (0:00:00.035) 0:00:04.802 ******* changed: [sut] => { "changed": true, "repo": "packages-microsoft-com-mssql-server-2017", "state": "present" } TASK [linux-system-roles.mssql : Configure the Microsoft SQL Server repo version 2017] *** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:273 Wednesday 10 April 2024 15:01:25 +0000 (0:00:00.231) 0:00:05.033 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure to run as a confined application with SELinux] *** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:286 Wednesday 10 April 2024 15:01:25 +0000 (0:00:00.018) 0:00:05.052 ******* ok: [sut] => { "changed": false, "rc": 0, "results": [ "mssql-server-selinux is not installed" ] } TASK [linux-system-roles.mssql : Ensure the package mssql-server] ************** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:291 Wednesday 10 April 2024 15:01:26 +0000 (0:00:00.367) 0:00:05.419 ******* changed: [sut] => { "changed": true, "changes": { "installed": [ "mssql-server" ] }, "rc": 0, "results": [ "Loaded plugins: fastestmirror\nLoading mirror speeds from cached hostfile\n * base: download.cf.centos.org\n * extras: download.cf.centos.org\n * updates: download.cf.centos.org\nResolving Dependencies\n--> Running transaction check\n---> Package mssql-server.x86_64 0:14.0.3465.1-1 will be installed\n--> Processing Dependency: libatomic for package: mssql-server-14.0.3465.1-1.x86_64\n--> Processing Dependency: bzip2 for package: mssql-server-14.0.3465.1-1.x86_64\n--> Processing Dependency: gdb for package: mssql-server-14.0.3465.1-1.x86_64\n--> Processing Dependency: libsss_nss_idmap for package: mssql-server-14.0.3465.1-1.x86_64\n--> Processing Dependency: cyrus-sasl for package: mssql-server-14.0.3465.1-1.x86_64\n--> Processing Dependency: cyrus-sasl-gssapi for package: mssql-server-14.0.3465.1-1.x86_64\n--> Running transaction check\n---> Package bzip2.x86_64 0:1.0.6-13.el7 will be installed\n---> Package cyrus-sasl.x86_64 0:2.1.26-24.el7_9 will be installed\n---> Package cyrus-sasl-gssapi.x86_64 0:2.1.26-24.el7_9 will be installed\n---> Package gdb.x86_64 0:7.6.1-120.el7 will be installed\n---> Package libatomic.x86_64 0:4.8.5-44.el7 will be installed\n---> Package libsss_nss_idmap.x86_64 0:1.16.5-10.el7_9.16 will be installed\n--> Finished Dependency Resolution\n\nDependencies Resolved\n\n================================================================================\n Package Arch Version Repository Size\n================================================================================\nInstalling:\n mssql-server x86_64 14.0.3465.1-1 packages-microsoft-com-mssql-server-2017\n 200 M\nInstalling for dependencies:\n bzip2 x86_64 1.0.6-13.el7 base 52 k\n cyrus-sasl x86_64 2.1.26-24.el7_9 updates 88 k\n cyrus-sasl-gssapi x86_64 2.1.26-24.el7_9 updates 41 k\n gdb x86_64 7.6.1-120.el7 base 2.4 M\n libatomic x86_64 4.8.5-44.el7 base 51 k\n libsss_nss_idmap x86_64 1.16.5-10.el7_9.16 updates 170 k\n\nTransaction Summary\n================================================================================\nInstall 1 Package (+6 Dependent packages)\n\nTotal size: 203 M\nInstalled size: 1.0 G\nDownloading packages:\nRunning transaction check\nRunning transaction test\nTransaction test succeeded\nRunning transaction\n Installing : libatomic-4.8.5-44.el7.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 : libsss_nss_idmap-1.16.5-10.el7_9.16.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 : libsss_nss_idmap-1.16.5-10.el7_9.16.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 : libatomic-4.8.5-44.el7.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.16 \n\nComplete!\n" ] } TASK [linux-system-roles.mssql : Ensure that the openldap-compat package is installed] *** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:299 Wednesday 10 April 2024 15:02:00 +0000 (0:00:34.135) 0:00:39.554 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Check if the errorlog file exists and its location] *** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:307 Wednesday 10 April 2024 15:02:00 +0000 (0:00:00.019) 0:00:39.574 ******* 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.005850", "end": "2024-04-10 15:02:00.633683", "rc": 0, "start": "2024-04-10 15:02:00.627833" } TASK [linux-system-roles.mssql : Gather system services facts] ***************** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:323 Wednesday 10 April 2024 15:02:00 +0000 (0:00:00.136) 0:00:39.710 ******* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.mssql : Set the __mssql_is_setup variable] ************ task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:327 Wednesday 10 April 2024 15:02:01 +0000 (0:00:00.823) 0:00:40.534 ******* ok: [sut] => { "ansible_facts": { "__mssql_is_setup": false }, "changed": false } TASK [linux-system-roles.mssql : Verify that the variables required for setting up MSSQL are defined] *** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:336 Wednesday 10 April 2024 15:02:01 +0000 (0:00:00.044) 0:00:40.579 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [linux-system-roles.mssql : Set up MSSQL] ********************************* task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:352 Wednesday 10 April 2024 15:02:01 +0000 (0:00:00.065) 0:00:40.644 ******* changed: [sut] => { "attempts": 1, "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": true } TASK [linux-system-roles.mssql : Ensure the directory and permissions for datadir and logdir] *** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:377 Wednesday 10 April 2024 15:02:11 +0000 (0:00:10.172) 0:00:50.817 ******* skipping: [sut] => (item={'path': None, 'mode': '755', 'setting': 'defaultdatadir'}) => { "ansible_loop_var": "item", "changed": false, "item": { "mode": "755", "path": null, "setting": "defaultdatadir" }, "skip_reason": "Conditional result was False" } skipping: [sut] => (item={'path': None, 'mode': '755', 'setting': 'defaultlogdir'}) => { "ansible_loop_var": "item", "changed": false, "item": { "mode": "755", "path": null, "setting": "defaultlogdir" }, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Set selinux role facts for ports] ************* task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:392 Wednesday 10 April 2024 15:02:11 +0000 (0:00:00.039) 0:00:50.857 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure correct SELinux context for storage paths and ports] ************** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:406 Wednesday 10 April 2024 15:02:11 +0000 (0:00:00.034) 0:00:50.892 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Ensure that the tuned-profiles-mssql package is installed] *** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:417 Wednesday 10 April 2024 15:02:11 +0000 (0:00:00.043) 0:00:50.935 ******* 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 [linux-system-roles.mssql : Ensure that the tuned service is started and enabled] *** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:423 Wednesday 10 April 2024 15:02:12 +0000 (0:00:00.447) 0:00:51.382 ******* ok: [sut] => { "changed": false, "enabled": true, "name": "tuned", "state": "started", "status": { "ActiveEnterTimestamp": "Wed 2024-04-10 14:22:42 UTC", "ActiveEnterTimestampMonotonic": "12292183", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "dbus.service basic.target systemd-sysctl.service system.slice systemd-journald.socket network.target", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Wed 2024-04-10 14:22:41 UTC", "AssertTimestampMonotonic": "11477380", "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": "Wed 2024-04-10 14:22:41 UTC", "ConditionTimestampMonotonic": "11477379", "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": "880", "ExecMainStartTimestamp": "Wed 2024-04-10 14:22:41 UTC", "ExecMainStartTimestampMonotonic": "11478309", "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": "Wed 2024-04-10 14:22:41 UTC", "InactiveExitTimestampMonotonic": "11478367", "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": "880", "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": "basic.target system.slice dbus.service polkit.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": "Wed 2024-04-10 14:22:42 UTC", "WatchdogTimestampMonotonic": "12291793", "WatchdogUSec": "0" } } TASK [linux-system-roles.mssql : Get the active Tuned profiles] **************** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:430 Wednesday 10 April 2024 15:02:12 +0000 (0:00:00.407) 0:00:51.789 ******* ok: [sut] => { "changed": false, "cmd": [ "tuned-adm", "active" ], "delta": "0:00:00.102168", "end": "2024-04-10 15:02:13.019177", "rc": 0, "start": "2024-04-10 15:02:12.917009" } STDOUT: Current active profile: virtual-guest mssql TASK [linux-system-roles.mssql : Attempt to add mssql to the list of Tuned profiles] *** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:443 Wednesday 10 April 2024 15:02:13 +0000 (0:00:00.307) 0:00:52.097 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Remove troublemaking include from the mssql profile] *** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:456 Wednesday 10 April 2024 15:02:13 +0000 (0:00:00.021) 0:00:52.119 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Add the fixed mssql profile to the list of Tuned profiles] *** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:465 Wednesday 10 April 2024 15:02:13 +0000 (0:00:00.021) 0:00:52.140 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the Microsoft SQL Server Tools repository] *** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:475 Wednesday 10 April 2024 15:02:13 +0000 (0:00:00.020) 0:00:52.161 ******* changed: [sut] => { "changed": true, "repo": "packages-microsoft-com-prod", "state": "present" } TASK [linux-system-roles.mssql : Configure the Microsoft SQL Server Tools repository] *** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:483 Wednesday 10 April 2024 15:02:13 +0000 (0:00:00.141) 0:00:52.302 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Ensure that SQL Server client tools are installed] *** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:492 Wednesday 10 April 2024 15:02:13 +0000 (0:00:00.048) 0:00:52.350 ******* changed: [sut] => { "changed": true, "changes": { "installed": [ "mssql-tools", "unixODBC-devel" ] }, "rc": 0, "results": [ "Loaded plugins: fastestmirror\nLoading mirror speeds from cached hostfile\n * base: download.cf.centos.org\n * extras: download.cf.centos.org\n * updates: download.cf.centos.org\nResolving Dependencies\n--> Running transaction check\n---> Package mssql-tools.x86_64 0:17.10.1.1-1 will be installed\n--> Processing Dependency: msodbcsql17 >= 17.3.0.0 for package: mssql-tools-17.10.1.1-1.x86_64\n---> Package unixODBC-devel.x86_64 0:2.3.11-1.rh will be installed\n--> Processing Dependency: unixODBC = 2.3.11 for package: unixODBC-devel-2.3.11-1.rh.x86_64\n--> Running transaction check\n---> Package msodbcsql17.x86_64 0:17.10.6.1-1 will be installed\n---> Package unixODBC.x86_64 0:2.3.11-1.rh will be installed\n--> Processing Dependency: libltdl.so.7()(64bit) for package: unixODBC-2.3.11-1.rh.x86_64\n--> Running transaction check\n---> Package libtool-ltdl.x86_64 0:2.4.2-22.el7_3 will be installed\n--> Finished Dependency Resolution\n\nDependencies Resolved\n\n================================================================================\n Package Arch Version Repository Size\n================================================================================\nInstalling:\n mssql-tools x86_64 17.10.1.1-1 packages-microsoft-com-prod 291 k\n unixODBC-devel x86_64 2.3.11-1.rh packages-microsoft-com-prod 53 k\nInstalling for dependencies:\n libtool-ltdl x86_64 2.4.2-22.el7_3 base 49 k\n msodbcsql17 x86_64 17.10.6.1-1 packages-microsoft-com-prod 911 k\n unixODBC x86_64 2.3.11-1.rh packages-microsoft-com-prod 274 k\n\nTransaction Summary\n================================================================================\nInstall 2 Packages (+3 Dependent packages)\n\nTotal size: 1.5 M\nInstalled size: 3.8 M\nDownloading packages:\nRunning transaction check\nRunning transaction test\nTransaction test succeeded\nRunning transaction\n Installing : libtool-ltdl-2.4.2-22.el7_3.x86_64 1/5 \n Installing : unixODBC-2.3.11-1.rh.x86_64 2/5 \n Installing : msodbcsql17-17.10.6.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.6.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.6.1-1 \n unixODBC.x86_64 0:2.3.11-1.rh \n\nComplete!\n" ] } TASK [linux-system-roles.mssql : Prepare MSSQL and facts for logging in] ******* task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:504 Wednesday 10 April 2024 15:02:18 +0000 (0:00:04.708) 0:00:57.059 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Wait for mssql-server to prepare for client connections] *** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:508 Wednesday 10 April 2024 15:02:18 +0000 (0:00:00.051) 0:00:57.110 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Check if the set password matches the existing password] *** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:514 Wednesday 10 April 2024 15:02:18 +0000 (0:00:00.020) 0:00:57.131 ******* skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.mssql : Ensure that the mssql-server service is stopped] *** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:529 Wednesday 10 April 2024 15:02:18 +0000 (0:00:00.020) 0:00:57.151 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Gather package facts] ************************* task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:536 Wednesday 10 April 2024 15:02:18 +0000 (0:00:00.019) 0:00:57.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 [linux-system-roles.mssql : Change the password of sa user] *************** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:544 Wednesday 10 April 2024 15:02:18 +0000 (0:00:00.020) 0:00:57.191 ******* skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.mssql : Pre-input SQL script files to SQL Server] ***** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:566 Wednesday 10 April 2024 15:02:18 +0000 (0:00:00.019) 0:00:57.210 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Pre-input SQL script contents to SQL Server] *** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:577 Wednesday 10 April 2024 15:02:18 +0000 (0:00:00.030) 0:00:57.241 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Check if the set edition matches the existing edition] *** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:592 Wednesday 10 April 2024 15:02:18 +0000 (0:00:00.027) 0:00:57.268 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Ensure that the mssql-server service is stopped] *** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:606 Wednesday 10 April 2024 15:02:18 +0000 (0:00:00.023) 0:00:57.291 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Gather package facts] ************************* task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:613 Wednesday 10 April 2024 15:02:18 +0000 (0:00:00.022) 0:00:57.314 ******* skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.mssql : Change the edition of MSSQL] ****************** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:619 Wednesday 10 April 2024 15:02:18 +0000 (0:00:00.033) 0:00:57.347 ******* skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.mssql : Configure the IP address setting] ************* task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:639 Wednesday 10 April 2024 15:02:18 +0000 (0:00:00.020) 0:00:57.368 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Register the previous tcpport setting] ******** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:646 Wednesday 10 April 2024 15:02:18 +0000 (0:00:00.020) 0:00:57.388 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Open the TCP port 1433] ************************************************** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:653 Wednesday 10 April 2024 15:02:18 +0000 (0:00:00.021) 0:00:57.409 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the TCP port setting to 1433] ******* task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:665 Wednesday 10 April 2024 15:02:18 +0000 (0:00:00.021) 0:00:57.431 ******* included: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml for sut TASK [linux-system-roles.mssql : Get the setting network tcpport] ************** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Wednesday 10 April 2024 15:02:18 +0000 (0:00:00.036) 0:00:57.468 ******* ok: [sut] => { "changed": false, "cmd": [ "grep", "^tcpport = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003392", "end": "2024-04-10 15:02:18.523593", "failed_when_result": false, "rc": 1, "start": "2024-04-10 15:02:18.520201" } MSG: non-zero return code TASK [linux-system-roles.mssql : Configure the setting network tcpport] ******** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 Wednesday 10 April 2024 15:02:18 +0000 (0:00:00.133) 0:00:57.601 ******* ok: [sut] => { "changed": false, "cmd": [ "/opt/mssql/bin/mssql-conf", "set", "network.tcpport", "1433" ], "delta": "0:00:00.049959", "end": "2024-04-10 15:02:18.705421", "failed_when_result": false, "rc": 0, "start": "2024-04-10 15:02:18.655462" } STDOUT: Validation error on setting 'network.tcpport' Port '1433' is already in use. Please use another port TASK [linux-system-roles.mssql : Unset the setting network tcpport] ************ task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:42 Wednesday 10 April 2024 15:02:18 +0000 (0:00:00.211) 0:00:57.813 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Close the previously set SQL Server TCP port if it changed] ************** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:671 Wednesday 10 April 2024 15:02:18 +0000 (0:00:00.020) 0:00:57.834 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the sqlagent setting] *************** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:691 Wednesday 10 April 2024 15:02:18 +0000 (0:00:00.020) 0:00:57.854 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Ensure the package mssql-server-fts] ********** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:698 Wednesday 10 April 2024 15:02:18 +0000 (0:00:00.021) 0:00:57.875 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Ensure the package powershell] **************** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:705 Wednesday 10 April 2024 15:02:18 +0000 (0:00:00.040) 0:00:57.916 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Check if the 3979 trace flag is enabled] ****** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:714 Wednesday 10 April 2024 15:02:18 +0000 (0:00:00.028) 0:00:57.944 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Set the 3979 traceflag] *********************** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:720 Wednesday 10 April 2024 15:02:18 +0000 (0:00:00.027) 0:00:57.971 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Unset the 3979 traceflag] ********************* task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:727 Wednesday 10 April 2024 15:02:18 +0000 (0:00:00.022) 0:00:57.994 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the alternatewritethrough setting] *** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:735 Wednesday 10 April 2024 15:02:18 +0000 (0:00:00.021) 0:00:58.016 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the writethrough setting] *********** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:741 Wednesday 10 April 2024 15:02:18 +0000 (0:00:00.030) 0:00:58.046 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create certificates using the certificate role] ************************** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:759 Wednesday 10 April 2024 15:02:19 +0000 (0:00:00.022) 0:00:58.069 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Set mssql_tls_cert and _private_key based on the cert name] *** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:773 Wednesday 10 April 2024 15:02:19 +0000 (0:00:00.039) 0:00:58.109 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Copy certificate and private_key files to the host] *** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:778 Wednesday 10 April 2024 15:02:19 +0000 (0:00:00.032) 0:00:58.141 ******* changed: [sut] => (item=/tmp/ansible.DxIsD1) => { "ansible_loop_var": "item", "changed": true, "checksum": "378c3c9fead9c3116f0fbeb3aea334265572a018", "dest": "/etc/pki/tls/certs/ansible.DxIsD1", "gid": 994, "group": "mssql", "item": "/tmp/ansible.DxIsD1", "md5sum": "9eee890d63997f9002624fa67c2f8a02", "mode": "0600", "owner": "mssql", "secontext": "system_u:object_r:cert_t:s0", "size": 1103, "src": "/root/.ansible/tmp/ansible-tmp-1712761339.1326797-23808-219413952437994/source", "state": "file", "uid": 996 } changed: [sut] => (item=ansible.Z57cgW) => { "ansible_loop_var": "item", "changed": true, "checksum": "12541097bd3f508f4ef3b45d0fd1b346a49eb3ba", "dest": "/etc/pki/tls/private/ansible.Z57cgW", "gid": 994, "group": "mssql", "item": "ansible.Z57cgW", "md5sum": "31d7b572d955658bd58136af1b5237d2", "mode": "0600", "owner": "mssql", "secontext": "system_u:object_r:cert_t:s0", "size": 1704, "src": "/root/.ansible/tmp/ansible-tmp-1712761339.500229-23808-123941231758476/source", "state": "file", "uid": 996 } TASK [linux-system-roles.mssql : Configure the tlscert setting] **************** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:796 Wednesday 10 April 2024 15:02:19 +0000 (0:00:00.753) 0:00:58.894 ******* included: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml for sut TASK [linux-system-roles.mssql : Get the setting network tlscert] ************** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Wednesday 10 April 2024 15:02:19 +0000 (0:00:00.040) 0:00:58.934 ******* ok: [sut] => { "changed": false, "cmd": [ "grep", "^tlscert = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003006", "end": "2024-04-10 15:02:19.990316", "failed_when_result": false, "rc": 1, "start": "2024-04-10 15:02:19.987310" } MSG: non-zero return code TASK [linux-system-roles.mssql : Configure the setting network tlscert] ******** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 Wednesday 10 April 2024 15:02:20 +0000 (0:00:00.163) 0:00:59.098 ******* NOTIFIED HANDLER linux-system-roles.mssql : Restart the mssql-server service for sut changed: [sut] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "set", "network.tlscert", "/etc/pki/tls/certs/ansible.DxIsD1" ], "delta": "0:00:00.049312", "end": "2024-04-10 15:02:20.217797", "failed_when_result": false, "rc": 0, "start": "2024-04-10 15:02:20.168485" } STDOUT: SQL Server needs to be restarted in order to apply this setting. Please run 'systemctl restart mssql-server.service'. TASK [linux-system-roles.mssql : Unset the setting network tlscert] ************ task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:42 Wednesday 10 April 2024 15:02:20 +0000 (0:00:00.202) 0:00:59.300 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the tlskey setting] ***************** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:805 Wednesday 10 April 2024 15:02:20 +0000 (0:00:00.022) 0:00:59.323 ******* included: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml for sut TASK [linux-system-roles.mssql : Get the setting network tlskey] *************** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Wednesday 10 April 2024 15:02:20 +0000 (0:00:00.045) 0:00:59.368 ******* ok: [sut] => { "changed": false, "cmd": [ "grep", "^tlskey = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003395", "end": "2024-04-10 15:02:20.457580", "failed_when_result": false, "rc": 1, "start": "2024-04-10 15:02:20.454185" } MSG: non-zero return code TASK [linux-system-roles.mssql : Configure the setting network tlskey] ********* task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 Wednesday 10 April 2024 15:02:20 +0000 (0:00:00.167) 0:00:59.536 ******* changed: [sut] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "set", "network.tlskey", "/etc/pki/tls/private/ansible.Z57cgW" ], "delta": "0:00:00.049010", "end": "2024-04-10 15:02:20.643717", "failed_when_result": false, "rc": 0, "start": "2024-04-10 15:02:20.594707" } STDOUT: SQL Server needs to be restarted in order to apply this setting. Please run 'systemctl restart mssql-server.service'. TASK [linux-system-roles.mssql : Unset the setting network tlskey] ************* task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:42 Wednesday 10 April 2024 15:02:20 +0000 (0:00:00.193) 0:00:59.729 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the tlsprotocols setting] *********** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:814 Wednesday 10 April 2024 15:02:20 +0000 (0:00:00.026) 0:00:59.755 ******* included: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml for sut TASK [linux-system-roles.mssql : Get the setting network tlsprotocols] ********* task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Wednesday 10 April 2024 15:02:20 +0000 (0:00:00.039) 0:00:59.794 ******* ok: [sut] => { "changed": false, "cmd": [ "grep", "^tlsprotocols = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003092", "end": "2024-04-10 15:02:20.851238", "failed_when_result": false, "rc": 1, "start": "2024-04-10 15:02:20.848146" } MSG: non-zero return code TASK [linux-system-roles.mssql : Configure the setting network tlsprotocols] *** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 Wednesday 10 April 2024 15:02:20 +0000 (0:00:00.135) 0:00:59.929 ******* changed: [sut] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "set", "network.tlsprotocols", "1.2" ], "delta": "0:00:00.049582", "end": "2024-04-10 15:02:21.036126", "failed_when_result": false, "rc": 0, "start": "2024-04-10 15:02:20.986544" } STDOUT: SQL Server needs to be restarted in order to apply this setting. Please run 'systemctl restart mssql-server.service'. TASK [linux-system-roles.mssql : Unset the setting network tlsprotocols] ******* task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:42 Wednesday 10 April 2024 15:02:21 +0000 (0:00:00.188) 0:01:00.118 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the forceencryption setting] ******** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:821 Wednesday 10 April 2024 15:02:21 +0000 (0:00:00.020) 0:01:00.139 ******* included: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml for sut TASK [linux-system-roles.mssql : Get the setting network forceencryption] ****** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Wednesday 10 April 2024 15:02:21 +0000 (0:00:00.037) 0:01:00.176 ******* ok: [sut] => { "changed": false, "cmd": [ "grep", "^forceencryption = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003019", "end": "2024-04-10 15:02:21.230306", "failed_when_result": false, "rc": 1, "start": "2024-04-10 15:02:21.227287" } MSG: non-zero return code TASK [linux-system-roles.mssql : Configure the setting network forceencryption] *** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 Wednesday 10 April 2024 15:02:21 +0000 (0:00:00.155) 0:01:00.331 ******* changed: [sut] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "set", "network.forceencryption", "1" ], "delta": "0:00:00.049273", "end": "2024-04-10 15:02:21.437654", "failed_when_result": false, "rc": 0, "start": "2024-04-10 15:02:21.388381" } STDOUT: SQL Server needs to be restarted in order to apply this setting. Please run 'systemctl restart mssql-server.service'. TASK [linux-system-roles.mssql : Unset the setting network forceencryption] **** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:42 Wednesday 10 April 2024 15:02:21 +0000 (0:00:00.188) 0:01:00.520 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Verify that ad_integration_realm variable is provided] *** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:830 Wednesday 10 April 2024 15:02:21 +0000 (0:00:00.034) 0:01:00.555 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Join to realm {{ ad_integration_realm }}] ******************************** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:838 Wednesday 10 April 2024 15:02:21 +0000 (0:00:00.027) 0:01:00.582 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Ensure adutil and krb5-workstation] *********** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:846 Wednesday 10 April 2024 15:02:21 +0000 (0:00:00.032) 0:01:00.615 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Print credential caches to check if AD principal exists] *** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:853 Wednesday 10 April 2024 15:02:21 +0000 (0:00:00.021) 0:01:00.637 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Print status of credential cache for {{ __mssql_ad_kinit_user }}] *** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:860 Wednesday 10 April 2024 15:02:21 +0000 (0:00:00.025) 0:01:00.662 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Obtain Kerberos ticket for {{ __mssql_ad_kinit_user }}] *** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:869 Wednesday 10 April 2024 15:02:21 +0000 (0:00:00.026) 0:01:00.689 ******* skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.mssql : Check if AD user exists] ********************** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:882 Wednesday 10 April 2024 15:02:21 +0000 (0:00:00.025) 0:01:00.715 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : In AD server create user] ********************* task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:891 Wednesday 10 April 2024 15:02:21 +0000 (0:00:00.022) 0:01:00.737 ******* skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.mssql : Get SPNs for the principal] ******************* task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:903 Wednesday 10 April 2024 15:02:21 +0000 (0:00:00.041) 0:01:00.779 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Register SPNs to the principal] *************** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:908 Wednesday 10 April 2024 15:02:21 +0000 (0:00:00.030) 0:01:00.809 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Get kvno of the SPN host] ********************* task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:925 Wednesday 10 April 2024 15:02:21 +0000 (0:00:00.024) 0:01:00.834 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Get stats of the keytab file] ***************** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:930 Wednesday 10 April 2024 15:02:21 +0000 (0:00:00.024) 0:01:00.858 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Get keytab properties] ************************ task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:935 Wednesday 10 April 2024 15:02:21 +0000 (0:00:00.042) 0:01:00.900 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Create keytab] ******************************** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:941 Wednesday 10 April 2024 15:02:21 +0000 (0:00:00.046) 0:01:00.946 ******* skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.mssql : Add an entry in the keytab for the principal name and password] *** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:967 Wednesday 10 April 2024 15:02:21 +0000 (0:00:00.039) 0:01:00.986 ******* skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.mssql : Ensure correct permissions and ownership on the keytab] *** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:988 Wednesday 10 April 2024 15:02:21 +0000 (0:00:00.030) 0:01:01.016 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Fetch keytab file to host] ******************** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:996 Wednesday 10 April 2024 15:02:22 +0000 (0:00:00.103) 0:01:01.120 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the network.kerberoskeytabfile setting] *** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:1006 Wednesday 10 April 2024 15:02:22 +0000 (0:00:00.022) 0:01:01.142 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the network.kerberoskeytabfile setting] *** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:1012 Wednesday 10 April 2024 15:02:22 +0000 (0:00:00.020) 0:01:01.163 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Verify that hosts with mssql_ha_replica_type=primary is available] *** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:1030 Wednesday 10 April 2024 15:02:22 +0000 (0:00:00.021) 0:01:01.184 ******* skipping: [sut] => { "changed": false, "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-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:1045 Wednesday 10 April 2024 15:02:22 +0000 (0:00:00.025) 0:01:01.210 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Set host variables] *************************** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:1065 Wednesday 10 April 2024 15:02:22 +0000 (0:00:00.040) 0:01:01.250 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Ensure the package mssql-server-ha] *********** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:1118 Wednesday 10 April 2024 15:02:22 +0000 (0:00:00.021) 0:01:01.272 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Enable the hadrenabled setting] *************** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:1125 Wednesday 10 April 2024 15:02:22 +0000 (0:00:00.021) 0:01:01.293 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Restart the mssql-server service if hadrenabled task was changed] *** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:1132 Wednesday 10 April 2024 15:02:22 +0000 (0:00:00.021) 0:01:01.314 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Remove certificate from SQL Server] *********** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:1143 Wednesday 10 April 2024 15:02:22 +0000 (0:00:00.020) 0:01:01.335 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Remove certificate and private key files] ***** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:1149 Wednesday 10 April 2024 15:02:22 +0000 (0:00:00.021) 0:01:01.356 ******* skipping: [sut] => (item=/var/opt/mssql/data/.cer) => { "ansible_loop_var": "item", "changed": false, "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, "item": "/var/opt/mssql/data/.pvk", "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure SQL entities on the primary replica] *** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:1157 Wednesday 10 April 2024 15:02:22 +0000 (0:00:00.029) 0:01:01.385 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Create login for HA on in SQL Server] ********* task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:1166 Wednesday 10 April 2024 15:02:22 +0000 (0:00:00.021) 0:01:01.407 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Fetch certificate files from the primary to the control node] *** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:1174 Wednesday 10 April 2024 15:02:22 +0000 (0:00:00.023) 0:01:01.430 ******* skipping: [sut] => (item={'key': 'cert', 'value': '/var/opt/mssql/data/.cer'}) => { "ansible_loop_var": "item", "changed": false, "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, "item": { "key": "key", "value": "/var/opt/mssql/data/.pvk" }, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Get the current primary replica in SQL] ******* task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:1188 Wednesday 10 April 2024 15:02:22 +0000 (0:00:00.032) 0:01:01.463 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Set fact with the current primary replica] **** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:1195 Wednesday 10 April 2024 15:02:22 +0000 (0:00:00.025) 0:01:01.489 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure ag] ********************************* task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:1220 Wednesday 10 April 2024 15:02:22 +0000 (0:00:00.021) 0:01:01.511 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Grant permissions to HA login] **************** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:1229 Wednesday 10 April 2024 15:02:22 +0000 (0:00:00.020) 0:01:01.531 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Replicate DBs] ******************************** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:1239 Wednesday 10 April 2024 15:02:22 +0000 (0:00:00.019) 0:01:01.551 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Grant permissions to HA login] **************** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:1250 Wednesday 10 April 2024 15:02:22 +0000 (0:00:00.049) 0:01:01.600 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Verify that hosts with replica_type=primary is available] *** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:1263 Wednesday 10 April 2024 15:02:22 +0000 (0:00:00.021) 0:01:01.622 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Ensure the package mssql-server-ha] *********** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:1276 Wednesday 10 April 2024 15:02:22 +0000 (0:00:00.024) 0:01:01.647 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Enable the hadrenabled setting] *************** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:1283 Wednesday 10 April 2024 15:02:22 +0000 (0:00:00.021) 0:01:01.668 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Restart the mssql-server service if hadrenabled task was changed] *** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:1290 Wednesday 10 April 2024 15:02:22 +0000 (0:00:00.020) 0:01:01.689 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Remove certificate from SQL Server] *********** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:1299 Wednesday 10 April 2024 15:02:22 +0000 (0:00:00.021) 0:01:01.710 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Distribute certificate and private key to managed nodes] *** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:1306 Wednesday 10 April 2024 15:02:22 +0000 (0:00:00.020) 0:01:01.730 ******* skipping: [sut] => (item={'key': 'cert', 'value': '/var/opt/mssql/data/.cer'}) => { "ansible_loop_var": "item", "changed": false, "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, "item": { "key": "key", "value": "/var/opt/mssql/data/.pvk" }, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure SQL entities on not primary replicas] *** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:1318 Wednesday 10 April 2024 15:02:22 +0000 (0:00:00.026) 0:01:01.757 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Create HA login] ****************************** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:1327 Wednesday 10 April 2024 15:02:22 +0000 (0:00:00.020) 0:01:01.777 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Join to availability group] ******************* task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:1334 Wednesday 10 April 2024 15:02:22 +0000 (0:00:00.018) 0:01:01.795 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Grant permissions to HA login] **************** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:1340 Wednesday 10 April 2024 15:02:22 +0000 (0:00:00.018) 0:01:01.814 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Remove certificate and private key from the control node] *** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:1348 Wednesday 10 April 2024 15:02:22 +0000 (0:00:00.019) 0:01:01.833 ******* skipping: [sut] => (item=cert) => { "ansible_loop_var": "item", "changed": false, "item": "cert", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=key) => { "ansible_loop_var": "item", "changed": false, "item": "key", "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Save credentials for the SQL Server login] **** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:1361 Wednesday 10 April 2024 15:02:22 +0000 (0:00:00.023) 0:01:01.857 ******* 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-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:1373 Wednesday 10 April 2024 15:02:22 +0000 (0:00:00.018) 0:01:01.875 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Wait for the cluster to finish configuration] *** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:1378 Wednesday 10 April 2024 15:02:22 +0000 (0:00:00.020) 0:01:01.896 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure listener for the availability group] *** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:1384 Wednesday 10 April 2024 15:02:22 +0000 (0:00:00.022) 0:01:01.918 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Ensure the ansible_managed header in /var/opt/mssql/mssql.conf] *** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:1393 Wednesday 10 April 2024 15:02:22 +0000 (0:00:00.021) 0:01:01.940 ******* changed: [sut] => { "changed": true } MSG: Block inserted RUNNING HANDLER [linux-system-roles.mssql : Restart the mssql-server service] *** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/handlers/main.yml:3 Wednesday 10 April 2024 15:02:23 +0000 (0:00:00.229) 0:01:02.169 ******* changed: [sut] => { "changed": true, "name": "mssql-server", "state": "started", "status": { "ActiveEnterTimestamp": "Wed 2024-04-10 15:02:11 UTC", "ActiveEnterTimestampMonotonic": "2381684461", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "auditd.service basic.target system.slice -.mount systemd-journald.socket network.target", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Wed 2024-04-10 15:02:11 UTC", "AssertTimestampMonotonic": "2381683442", "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": "Wed 2024-04-10 15:02:11 UTC", "ConditionTimestampMonotonic": "2381683441", "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": "27823", "ExecMainStartTimestamp": "Wed 2024-04-10 15:02:11 UTC", "ExecMainStartTimestampMonotonic": "2381684386", "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": "Wed 2024-04-10 15:02:11 UTC", "InactiveExitTimestampMonotonic": "2381684461", "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": "27823", "MemoryAccounting": "no", "MemoryCurrent": "18446744073709551615", "MemoryLimit": "18446744073709551615", "MountFlags": "0", "Names": "mssql-server.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "PrivateDevices": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "ProtectHome": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "Requires": "basic.target system.slice -.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": "Wed 2024-04-10 15:02:11 UTC", "WatchdogTimestampMonotonic": "2381684434", "WatchdogUSec": "0", "WorkingDirectory": "/var/opt/mssql" } } META: ran handlers TASK [linux-system-roles.mssql : Post-input SQL scripts to SQL Server] ********* task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:1406 Wednesday 10 April 2024 15:02:25 +0000 (0:00:02.504) 0:01:04.673 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Post-input SQL scripts to SQL Server] ********* task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:1417 Wednesday 10 April 2024 15:02:25 +0000 (0:00:00.043) 0:01:04.717 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Remove a private key from the playbook directory] ************************ task path: /WORKDIR/git-susekjdihrec/tests/tasks/tests_tls.yml:68 Wednesday 10 April 2024 15:02:25 +0000 (0:00:00.040) 0:01:04.757 ******* changed: [sut -> localhost] => { "changed": true, "path": "ansible.Z57cgW", "state": "absent" } TASK [Configure the mssql-server service start limit interval and burst] ******* task path: /WORKDIR/git-susekjdihrec/tests/tasks/tests_tls.yml:75 Wednesday 10 April 2024 15:02:26 +0000 (0:00:00.306) 0:01:05.064 ******* included: /WORKDIR/git-susekjdihrec/tests/tasks/mssql-sever-increase-start-limit.yml for sut TASK [Modify the mssql-server service start limit interval] ******************** task path: /WORKDIR/git-susekjdihrec/tests/tasks/mssql-sever-increase-start-limit.yml:3 Wednesday 10 April 2024 15:02:26 +0000 (0:00:00.038) 0:01:05.103 ******* changed: [sut] => { "changed": true } MSG: 1 replacements made TASK [Modify the mssql-server service start limit burst] *********************** task path: /WORKDIR/git-susekjdihrec/tests/tasks/mssql-sever-increase-start-limit.yml:10 Wednesday 10 April 2024 15:02:26 +0000 (0:00:00.224) 0:01:05.328 ******* changed: [sut] => { "changed": true } MSG: 1 replacements made TASK [Reload service daemon] *************************************************** task path: /WORKDIR/git-susekjdihrec/tests/tasks/mssql-sever-increase-start-limit.yml:17 Wednesday 10 April 2024 15:02:26 +0000 (0:00:00.192) 0:01:05.520 ******* ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [Verify connectivity and settings] **************************************** task path: /WORKDIR/git-susekjdihrec/tests/tasks/tests_tls.yml:78 Wednesday 10 April 2024 15:02:26 +0000 (0:00:00.301) 0:01:05.822 ******* included: /WORKDIR/git-susekjdihrec/tests/tasks/verify_settings.yml for sut TASK [Check if the errorlog file exists and its location] ********************** task path: /WORKDIR/git-susekjdihrec/tests/tasks/verify_settings.yml:8 Wednesday 10 April 2024 15:02:26 +0000 (0:00:00.050) 0:01:05.872 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if the set edition matches the existing edition] ******************* task path: /WORKDIR/git-susekjdihrec/tests/tasks/verify_settings.yml:23 Wednesday 10 April 2024 15:02:26 +0000 (0:00:00.019) 0:01:05.891 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify if the edition matches] ******************************************* task path: /WORKDIR/git-susekjdihrec/tests/tasks/verify_settings.yml:35 Wednesday 10 April 2024 15:02:26 +0000 (0:00:00.020) 0:01:05.912 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the setting {{ item.key }}] *************************************** task path: /WORKDIR/git-susekjdihrec/tests/tasks/verify_settings.yml:39 Wednesday 10 April 2024 15:02:26 +0000 (0:00:00.022) 0:01:05.935 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get stat of mssql_datadir] *********************************************** task path: /WORKDIR/git-susekjdihrec/tests/tasks/verify_settings.yml:55 Wednesday 10 April 2024 15:02:26 +0000 (0:00:00.022) 0:01:05.957 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Assert that mssql_datadir has proper permissions and ownership] ********** task path: /WORKDIR/git-susekjdihrec/tests/tasks/verify_settings.yml:60 Wednesday 10 April 2024 15:02:26 +0000 (0:00:00.024) 0:01:05.982 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get stat of mssql_logdir] ************************************************ task path: /WORKDIR/git-susekjdihrec/tests/tasks/verify_settings.yml:70 Wednesday 10 April 2024 15:02:26 +0000 (0:00:00.020) 0:01:06.002 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Assert that mssql_logdir has proper permissions and ownership] *********** task path: /WORKDIR/git-susekjdihrec/tests/tasks/verify_settings.yml:75 Wednesday 10 April 2024 15:02:26 +0000 (0:00:00.022) 0:01:06.025 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Prepare MSSQL and facts for logging in] ********************************** task path: /WORKDIR/git-susekjdihrec/tests/tasks/verify_settings.yml:85 Wednesday 10 April 2024 15:02:26 +0000 (0:00:00.020) 0:01:06.045 ******* TASK [linux-system-roles.mssql : Ensure that the mssql-server service is started] *** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/verify_password.yml:3 Wednesday 10 April 2024 15:02:27 +0000 (0:00:00.040) 0:01:06.086 ******* ok: [sut] => { "changed": false, "name": "mssql-server", "state": "started", "status": { "ActiveEnterTimestamp": "Wed 2024-04-10 15:02:25 UTC", "ActiveEnterTimestampMonotonic": "2395626303", "ActiveExitTimestamp": "Wed 2024-04-10 15:02:23 UTC", "ActiveExitTimestampMonotonic": "2393378191", "ActiveState": "active", "After": "-.mount basic.target network.target auditd.service systemd-journald.socket system.slice", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Wed 2024-04-10 15:02:25 UTC", "AssertTimestampMonotonic": "2395625383", "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": "Wed 2024-04-10 15:02:25 UTC", "ConditionTimestampMonotonic": "2395625381", "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": "28327", "ExecMainStartTimestamp": "Wed 2024-04-10 15:02:25 UTC", "ExecMainStartTimestampMonotonic": "2395626214", "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": "Wed 2024-04-10 15:02:25 UTC", "InactiveEnterTimestampMonotonic": "2395623851", "InactiveExitTimestamp": "Wed 2024-04-10 15:02:25 UTC", "InactiveExitTimestampMonotonic": "2395626303", "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": "28327", "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 -.mount basic.target", "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": "Wed 2024-04-10 15:02:25 UTC", "WatchdogTimestampMonotonic": "2395626267", "WatchdogUSec": "0", "WorkingDirectory": "/var/opt/mssql" } } TASK [linux-system-roles.mssql : Check if a custom tcpport setting exist] ****** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/verify_password.yml:8 Wednesday 10 April 2024 15:02:27 +0000 (0:00:00.273) 0:01:06.359 ******* ok: [sut] => { "changed": false, "cmd": [ "grep", "^tcpport = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003843", "end": "2024-04-10 15:02:27.492698", "failed_when_result": false, "rc": 1, "start": "2024-04-10 15:02:27.488855" } MSG: non-zero return code TASK [linux-system-roles.mssql : Check if a custom ipaddress setting exist] **** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/verify_password.yml:14 Wednesday 10 April 2024 15:02:27 +0000 (0:00:00.212) 0:01:06.571 ******* ok: [sut] => { "changed": false, "cmd": [ "grep", "^ipaddress = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003494", "end": "2024-04-10 15:02:27.671776", "failed_when_result": false, "rc": 1, "start": "2024-04-10 15:02:27.668282" } MSG: non-zero return code TASK [linux-system-roles.mssql : Set a fact with a login command] ************** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/verify_password.yml:20 Wednesday 10 April 2024 15:02:27 +0000 (0:00:00.181) 0:01:06.752 ******* 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-susekjdihrec/tests/tasks/verify_settings.yml:93 Wednesday 10 April 2024 15:02:27 +0000 (0:00:00.075) 0:01:06.828 ******* 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": 5959, "state": "file", "uid": 996 } TASK [Check if the set password matches the existing password] ***************** task path: /WORKDIR/git-susekjdihrec/tests/tasks/verify_settings.yml:99 Wednesday 10 April 2024 15:02:29 +0000 (0:00:01.246) 0:01:08.074 ******* ok: [sut] => { "attempts": 1, "changed": false, "cmd": [ "/opt/mssql-tools/bin/sqlcmd", "-U", "sa", "-P", "p@55w0rD", "-Q", "SELECT @@VERSION" ], "delta": "0:00:05.072049", "end": "2024-04-10 15:02:34.216183", "rc": 0, "start": "2024-04-10 15:02:29.144134" } STDOUT: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ Microsoft SQL Server 2017 (RTM-CU31-GDR) (KB5029376) - 14.0.3465.1 (X64) Jul 30 2023 15:31:58 Copyright (C) 2017 Microsoft Corporation Enterprise Evaluation Edition (64-bit) on Linux (CentOS Linux 7 (Core)) (1 rows affected) TASK [Set the mssql_password variable to default null] ************************* task path: /WORKDIR/git-susekjdihrec/tests/tasks/verify_settings.yml:118 Wednesday 10 April 2024 15:02:34 +0000 (0:00:05.238) 0:01:13.313 ******* ok: [sut] => { "ansible_facts": { "mssql_password": null }, "changed": false } TASK [Verify the package mssql-server-fts] ************************************* task path: /WORKDIR/git-susekjdihrec/tests/tasks/verify_settings.yml:122 Wednesday 10 April 2024 15:02:34 +0000 (0:00:00.028) 0:01:13.341 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the package powershell] ******************************************* task path: /WORKDIR/git-susekjdihrec/tests/tasks/verify_settings.yml:129 Wednesday 10 April 2024 15:02:34 +0000 (0:00:00.031) 0:01:13.373 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the value of the traceflag setting] ********************************** task path: /WORKDIR/git-susekjdihrec/tests/tasks/verify_settings.yml:140 Wednesday 10 April 2024 15:02:34 +0000 (0:00:00.062) 0:01:13.436 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that the traceflag setting is set to 3979] ************************ task path: /WORKDIR/git-susekjdihrec/tests/tasks/verify_settings.yml:145 Wednesday 10 April 2024 15:02:34 +0000 (0:00:00.027) 0:01:13.463 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that the traceflag setting is not set to 3979] ******************** task path: /WORKDIR/git-susekjdihrec/tests/tasks/verify_settings.yml:150 Wednesday 10 April 2024 15:02:34 +0000 (0:00:00.059) 0:01:13.523 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that the alternatewritethrough setting is false] ****************** task path: /WORKDIR/git-susekjdihrec/tests/tasks/verify_settings.yml:156 Wednesday 10 April 2024 15:02:34 +0000 (0:00:00.033) 0:01:13.557 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the writethrough setting] ***************************************** task path: /WORKDIR/git-susekjdihrec/tests/tasks/verify_settings.yml:162 Wednesday 10 April 2024 15:02:34 +0000 (0:00:00.047) 0:01:13.604 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the tlscert setting] ********************************************** task path: /WORKDIR/git-susekjdihrec/tests/tasks/verify_settings.yml:172 Wednesday 10 April 2024 15:02:34 +0000 (0:00:00.124) 0:01:13.729 ******* included: /WORKDIR/git-susekjdihrec/tests/tasks/mssql_conf_verify.yml for sut TASK [Get the value of the setting tlscert] ************************************ task path: /WORKDIR/git-susekjdihrec/tests/tasks/mssql_conf_verify.yml:7 Wednesday 10 April 2024 15:02:34 +0000 (0:00:00.081) 0:01:13.810 ******* ok: [sut] => { "changed": false, "cmd": "grep '^tlscert' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004403", "end": "2024-04-10 15:02:34.894417", "rc": 0, "start": "2024-04-10 15:02:34.890014" } STDOUT: tlscert = /etc/pki/tls/certs/ansible.DxIsD1 TASK [Verify the setting when it is type str tlscert] ************************** task path: /WORKDIR/git-susekjdihrec/tests/tasks/mssql_conf_verify.yml:14 Wednesday 10 April 2024 15:02:34 +0000 (0:00:00.197) 0:01:14.007 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the setting when it is type bool tlscert] ************************* task path: /WORKDIR/git-susekjdihrec/tests/tasks/mssql_conf_verify.yml:25 Wednesday 10 April 2024 15:02:35 +0000 (0:00:00.053) 0:01:14.061 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that tcpport = /etc/pki/tls/certs/ansible.DxIsD1] ***************** task path: /WORKDIR/git-susekjdihrec/tests/tasks/mssql_conf_verify.yml:40 Wednesday 10 April 2024 15:02:35 +0000 (0:00:00.072) 0:01:14.134 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the tlskey setting] *********************************************** task path: /WORKDIR/git-susekjdihrec/tests/tasks/verify_settings.yml:183 Wednesday 10 April 2024 15:02:35 +0000 (0:00:00.037) 0:01:14.172 ******* included: /WORKDIR/git-susekjdihrec/tests/tasks/mssql_conf_verify.yml for sut TASK [Get the value of the setting tlskey] ************************************* task path: /WORKDIR/git-susekjdihrec/tests/tasks/mssql_conf_verify.yml:7 Wednesday 10 April 2024 15:02:35 +0000 (0:00:00.088) 0:01:14.260 ******* ok: [sut] => { "changed": false, "cmd": "grep '^tlskey' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004457", "end": "2024-04-10 15:02:35.343859", "rc": 0, "start": "2024-04-10 15:02:35.339402" } STDOUT: tlskey = /etc/pki/tls/private/ansible.Z57cgW TASK [Verify the setting when it is type str tlskey] *************************** task path: /WORKDIR/git-susekjdihrec/tests/tasks/mssql_conf_verify.yml:14 Wednesday 10 April 2024 15:02:35 +0000 (0:00:00.187) 0:01:14.448 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the setting when it is type bool tlskey] ************************** task path: /WORKDIR/git-susekjdihrec/tests/tasks/mssql_conf_verify.yml:25 Wednesday 10 April 2024 15:02:35 +0000 (0:00:00.086) 0:01:14.534 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that tcpport = /etc/pki/tls/private/ansible.Z57cgW] *************** task path: /WORKDIR/git-susekjdihrec/tests/tasks/mssql_conf_verify.yml:40 Wednesday 10 April 2024 15:02:35 +0000 (0:00:00.062) 0:01:14.597 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the tlsprotocols setting] ***************************************** task path: /WORKDIR/git-susekjdihrec/tests/tasks/verify_settings.yml:195 Wednesday 10 April 2024 15:02:35 +0000 (0:00:00.068) 0:01:14.666 ******* included: /WORKDIR/git-susekjdihrec/tests/tasks/mssql_conf_verify.yml for sut TASK [Get the value of the setting tlsprotocols] ******************************* task path: /WORKDIR/git-susekjdihrec/tests/tasks/mssql_conf_verify.yml:7 Wednesday 10 April 2024 15:02:35 +0000 (0:00:00.130) 0:01:14.797 ******* ok: [sut] => { "changed": false, "cmd": "grep '^tlsprotocols' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004093", "end": "2024-04-10 15:02:35.888149", "rc": 0, "start": "2024-04-10 15:02:35.884056" } STDOUT: tlsprotocols = 1.2 TASK [Verify the setting when it is type str tlsprotocols] ********************* task path: /WORKDIR/git-susekjdihrec/tests/tasks/mssql_conf_verify.yml:14 Wednesday 10 April 2024 15:02:35 +0000 (0:00:00.213) 0:01:15.010 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the setting when it is type bool tlsprotocols] ******************** task path: /WORKDIR/git-susekjdihrec/tests/tasks/mssql_conf_verify.yml:25 Wednesday 10 April 2024 15:02:36 +0000 (0:00:00.100) 0:01:15.110 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that tcpport = 1.2] *********************************************** task path: /WORKDIR/git-susekjdihrec/tests/tasks/mssql_conf_verify.yml:40 Wednesday 10 April 2024 15:02:36 +0000 (0:00:00.034) 0:01:15.145 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the forceencryption setting] ************************************** task path: /WORKDIR/git-susekjdihrec/tests/tasks/verify_settings.yml:203 Wednesday 10 April 2024 15:02:36 +0000 (0:00:00.027) 0:01:15.173 ******* included: /WORKDIR/git-susekjdihrec/tests/tasks/mssql_conf_verify.yml for sut TASK [Get the value of the setting forceencryption] **************************** task path: /WORKDIR/git-susekjdihrec/tests/tasks/mssql_conf_verify.yml:7 Wednesday 10 April 2024 15:02:36 +0000 (0:00:00.077) 0:01:15.250 ******* ok: [sut] => { "changed": false, "cmd": "grep '^forceencryption' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004345", "end": "2024-04-10 15:02:36.327160", "rc": 0, "start": "2024-04-10 15:02:36.322815" } STDOUT: forceencryption = 1 TASK [Verify the setting when it is type str forceencryption] ****************** task path: /WORKDIR/git-susekjdihrec/tests/tasks/mssql_conf_verify.yml:14 Wednesday 10 April 2024 15:02:36 +0000 (0:00:00.165) 0:01:15.417 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the setting when it is type bool forceencryption] ***************** task path: /WORKDIR/git-susekjdihrec/tests/tasks/mssql_conf_verify.yml:25 Wednesday 10 April 2024 15:02:36 +0000 (0:00:00.023) 0:01:15.440 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify that tcpport = True] ********************************************** task path: /WORKDIR/git-susekjdihrec/tests/tasks/mssql_conf_verify.yml:40 Wednesday 10 April 2024 15:02:36 +0000 (0:00:00.040) 0:01:15.480 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify configuration for confined application] *************************** task path: /WORKDIR/git-susekjdihrec/tests/tasks/verify_settings.yml:210 Wednesday 10 April 2024 15:02:36 +0000 (0:00:00.025) 0:01:15.506 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Disable TLS encryption] ************************************************** task path: /WORKDIR/git-susekjdihrec/tests/tasks/tests_tls.yml:85 Wednesday 10 April 2024 15:02:36 +0000 (0:00:00.020) 0:01:15.526 ******* TASK [linux-system-roles.mssql : Ensure ansible_facts and variables used by role] *** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:3 Wednesday 10 April 2024 15:02:36 +0000 (0:00:00.147) 0:01:15.674 ******* included: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/set_vars.yml for sut TASK [linux-system-roles.mssql : Ensure ansible_facts used by role] ************ task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/set_vars.yml:3 Wednesday 10 April 2024 15:02:36 +0000 (0:00:00.048) 0:01:15.723 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Set platform/version specific variables] ****** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/set_vars.yml:9 Wednesday 10 April 2024 15:02:36 +0000 (0:00:00.043) 0:01:15.766 ******* 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 ], "__mssql_tuned_supported": true }, "ansible_included_var_files": [ "/WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/vars/RedHat.yml" ], "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml" } skipping: [sut] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [sut] => (item=CentOS_7.yml) => { "ansible_facts": { "__mssql_client_repository": "https://packages.microsoft.com/rhel/7/prod/", "__mssql_confined_supported": false, "__mssql_server_repository": "https://packages.microsoft.com/rhel/7/mssql-server-{{ mssql_version | int }}/", "__mssql_supported_versions": [ 2017, 2019 ] }, "ansible_included_var_files": [ "/WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/vars/CentOS_7.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_7.yml" } skipping: [sut] => (item=CentOS_7.9.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS_7.9.yml", "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Unset the __mssql_sqlcmd_login_cmd fact] ****** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:8 Wednesday 10 April 2024 15:02:36 +0000 (0:00:00.042) 0:01:15.809 ******* ok: [sut] => { "ansible_facts": { "__mssql_sqlcmd_login_cmd": null }, "changed": false } TASK [linux-system-roles.mssql : Print that the mssql_input_sql_file variable is deprecated] *** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:15 Wednesday 10 April 2024 15:02:36 +0000 (0:00:00.022) 0:01:15.831 ******* skipping: [sut] => {} TASK [linux-system-roles.mssql : Link the deprecated mssql_input_sql_file fact] *** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:23 Wednesday 10 April 2024 15:02:36 +0000 (0:00:00.021) 0:01:15.852 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Print that the variable is deprecated] ******** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:30 Wednesday 10 April 2024 15:02:36 +0000 (0:00:00.038) 0:01:15.891 ******* skipping: [sut] => {} TASK [linux-system-roles.mssql : Link the deprecated mssql_ha_listener_port fact] *** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:37 Wednesday 10 April 2024 15:02:36 +0000 (0:00:00.023) 0:01:15.914 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Print that the mssql_ad_sql_user_name variable is deprecated] *** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:44 Wednesday 10 April 2024 15:02:36 +0000 (0:00:00.054) 0:01:15.969 ******* skipping: [sut] => {} TASK [linux-system-roles.mssql : Link the deprecated mssql_ad_sql_user_name fact] *** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:51 Wednesday 10 April 2024 15:02:36 +0000 (0:00:00.059) 0:01:16.029 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Print that the mssql_ha_cluster_run_role variable is deprecated] *** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:58 Wednesday 10 April 2024 15:02:37 +0000 (0:00:00.026) 0:01:16.055 ******* skipping: [sut] => {} TASK [linux-system-roles.mssql : Link the deprecated mssql_ha_cluster_run_role fact] *** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:65 Wednesday 10 April 2024 15:02:37 +0000 (0:00:00.025) 0:01:16.081 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Verify that the user accepts EULA variables] *** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:69 Wednesday 10 April 2024 15:02:37 +0000 (0:00:00.022) 0:01:16.103 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [linux-system-roles.mssql : Verify that EL < 8 is not used with mssql_ha_configure=true] *** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:81 Wednesday 10 April 2024 15:02:37 +0000 (0:00:00.025) 0:01:16.129 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Verify if the mssql_ha_replica_type variable is provided correctly] *** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:89 Wednesday 10 April 2024 15:02:37 +0000 (0:00:00.026) 0:01:16.156 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Verify that 'mssql_ha_replica_type = primary' is provided once] *** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:98 Wednesday 10 April 2024 15:02:37 +0000 (0:00:00.022) 0:01:16.178 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Verify that mssql_ha_prep_for_pacemaker is provided correctly] *** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:111 Wednesday 10 April 2024 15:02:37 +0000 (0:00:00.061) 0:01:16.239 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Verify that selinux variables are used on supported platforms] *** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:122 Wednesday 10 April 2024 15:02:37 +0000 (0:00:00.079) 0:01:16.319 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Verify that mssql_manage_selinux is set properly] *** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:131 Wednesday 10 April 2024 15:02:37 +0000 (0:00:00.112) 0:01:16.432 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Gather package facts] ************************* task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:142 Wednesday 10 April 2024 15:02:37 +0000 (0:00:00.053) 0:01:16.485 ******* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.mssql : Set fact with the currently installed SQL Server version if any] *** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:146 Wednesday 10 April 2024 15:02:38 +0000 (0:00:01.000) 0:01:17.485 ******* 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, "item": { "key": 2019, "value": 15 }, "skip_reason": "Conditional result was False" } skipping: [sut] => (item={'key': 2022, 'value': 16}) => { "ansible_loop_var": "item", "changed": false, "item": { "key": 2022, "value": 16 }, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Set mssql_version variable if user does not define it] *** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:155 Wednesday 10 April 2024 15:02:38 +0000 (0:00:00.074) 0:01:17.559 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Verify if the mssql_version variable is provided correctly] *** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:162 Wednesday 10 April 2024 15:02:38 +0000 (0:00:00.085) 0:01:17.645 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [linux-system-roles.mssql : Verify if mssql_version is not smaller then the existing SQL Server version] *** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:169 Wednesday 10 April 2024 15:02:38 +0000 (0:00:00.058) 0:01:17.704 ******* skipping: [sut] => (item={'key': 2017, 'value': 14}) => { "ansible_loop_var": "item", "changed": false, "item": { "key": 2017, "value": 14 }, "skip_reason": "Conditional result was False" } skipping: [sut] => (item={'key': 2019, 'value': 15}) => { "ansible_loop_var": "item", "changed": false, "item": { "key": 2019, "value": 15 }, "skip_reason": "Conditional result was False" } skipping: [sut] => (item={'key': 2022, 'value': 16}) => { "ansible_loop_var": "item", "changed": false, "item": { "key": 2022, "value": 16 }, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Deploy the GPG key for Microsoft repositories] *** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:184 Wednesday 10 April 2024 15:02:38 +0000 (0:00:00.065) 0:01:17.770 ******* ok: [sut] => { "attempts": 1, "changed": false } TASK [linux-system-roles.mssql : Update all packages from SQL Server repo version 2017] *** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:198 Wednesday 10 April 2024 15:02:39 +0000 (0:00:00.391) 0:01:18.161 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Get yum repositories] ************************* task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:208 Wednesday 10 April 2024 15:02:39 +0000 (0:00:00.024) 0:01:18.186 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Remove the current Microsoft SQL Server repository to upgrade to 2017] *** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:219 Wednesday 10 April 2024 15:02:39 +0000 (0:00:00.026) 0:01:18.213 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Update all packages from SQL Server repo version 2017] *** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:233 Wednesday 10 April 2024 15:02:39 +0000 (0:00:00.049) 0:01:18.263 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Get zypper repositories] ********************** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:242 Wednesday 10 April 2024 15:02:39 +0000 (0:00:00.032) 0:01:18.295 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Remove the current Microsoft SQL Server repository to upgrade to 2017] *** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:254 Wednesday 10 April 2024 15:02:39 +0000 (0:00:00.047) 0:01:18.342 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the Microsoft SQL Server repo version 2017] *** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:261 Wednesday 10 April 2024 15:02:39 +0000 (0:00:00.033) 0:01:18.376 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the Microsoft SQL Server repo version 2017] *** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:273 Wednesday 10 April 2024 15:02:39 +0000 (0:00:00.118) 0:01:18.494 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure to run as a confined application with SELinux] *** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:286 Wednesday 10 April 2024 15:02:39 +0000 (0:00:00.023) 0:01:18.517 ******* ok: [sut] => { "changed": false, "rc": 0, "results": [ "mssql-server-selinux is not installed" ] } TASK [linux-system-roles.mssql : Ensure the package mssql-server] ************** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:291 Wednesday 10 April 2024 15:02:39 +0000 (0:00:00.405) 0:01:18.922 ******* ok: [sut] => { "changed": false, "rc": 0, "results": [ "mssql-server-14.0.3465.1-1.x86_64 providing mssql-server is already installed" ] } TASK [linux-system-roles.mssql : Ensure that the openldap-compat package is installed] *** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:299 Wednesday 10 April 2024 15:02:40 +0000 (0:00:00.386) 0:01:19.309 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Check if the errorlog file exists and its location] *** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:307 Wednesday 10 April 2024 15:02:40 +0000 (0:00:00.025) 0:01:19.334 ******* 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.005345", "end": "2024-04-10 15:02:40.392709", "rc": 0, "start": "2024-04-10 15:02:40.387364" } STDOUT: /var/opt/mssql/log/errorlog TASK [linux-system-roles.mssql : Gather system services facts] ***************** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:323 Wednesday 10 April 2024 15:02:40 +0000 (0:00:00.139) 0:01:19.474 ******* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.mssql : Set the __mssql_is_setup variable] ************ task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:327 Wednesday 10 April 2024 15:02:41 +0000 (0:00:00.710) 0:01:20.184 ******* ok: [sut] => { "ansible_facts": { "__mssql_is_setup": true }, "changed": false } TASK [linux-system-roles.mssql : Verify that the variables required for setting up MSSQL are defined] *** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:336 Wednesday 10 April 2024 15:02:41 +0000 (0:00:00.070) 0:01:20.255 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Set up MSSQL] ********************************* task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:352 Wednesday 10 April 2024 15:02:41 +0000 (0:00:00.031) 0:01:20.287 ******* skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.mssql : Ensure the directory and permissions for datadir and logdir] *** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:377 Wednesday 10 April 2024 15:02:41 +0000 (0:00:00.036) 0:01:20.324 ******* skipping: [sut] => (item={'path': None, 'mode': '755', 'setting': 'defaultdatadir'}) => { "ansible_loop_var": "item", "changed": false, "item": { "mode": "755", "path": null, "setting": "defaultdatadir" }, "skip_reason": "Conditional result was False" } skipping: [sut] => (item={'path': None, 'mode': '755', 'setting': 'defaultlogdir'}) => { "ansible_loop_var": "item", "changed": false, "item": { "mode": "755", "path": null, "setting": "defaultlogdir" }, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Set selinux role facts for ports] ************* task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:392 Wednesday 10 April 2024 15:02:41 +0000 (0:00:00.047) 0:01:20.371 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure correct SELinux context for storage paths and ports] ************** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:406 Wednesday 10 April 2024 15:02:41 +0000 (0:00:00.039) 0:01:20.411 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Ensure that the tuned-profiles-mssql package is installed] *** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:417 Wednesday 10 April 2024 15:02:41 +0000 (0:00:00.055) 0:01:20.467 ******* 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 [linux-system-roles.mssql : Ensure that the tuned service is started and enabled] *** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:423 Wednesday 10 April 2024 15:02:41 +0000 (0:00:00.371) 0:01:20.838 ******* ok: [sut] => { "changed": false, "enabled": true, "name": "tuned", "state": "started", "status": { "ActiveEnterTimestamp": "Wed 2024-04-10 14:22:42 UTC", "ActiveEnterTimestampMonotonic": "12292183", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "systemd-sysctl.service basic.target dbus.service network.target systemd-journald.socket system.slice", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Wed 2024-04-10 14:22:41 UTC", "AssertTimestampMonotonic": "11477380", "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": "Wed 2024-04-10 14:22:41 UTC", "ConditionTimestampMonotonic": "11477379", "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": "880", "ExecMainStartTimestamp": "Wed 2024-04-10 14:22:41 UTC", "ExecMainStartTimestampMonotonic": "11478309", "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": "Wed 2024-04-10 14:22:41 UTC", "InactiveExitTimestampMonotonic": "11478367", "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": "880", "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 dbus.service basic.target polkit.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": "Wed 2024-04-10 14:22:42 UTC", "WatchdogTimestampMonotonic": "12291793", "WatchdogUSec": "0" } } TASK [linux-system-roles.mssql : Get the active Tuned profiles] **************** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:430 Wednesday 10 April 2024 15:02:42 +0000 (0:00:00.275) 0:01:21.113 ******* ok: [sut] => { "changed": false, "cmd": [ "tuned-adm", "active" ], "delta": "0:00:00.092075", "end": "2024-04-10 15:02:42.277894", "rc": 0, "start": "2024-04-10 15:02:42.185819" } STDOUT: Current active profile: virtual-guest mssql TASK [linux-system-roles.mssql : Attempt to add mssql to the list of Tuned profiles] *** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:443 Wednesday 10 April 2024 15:02:42 +0000 (0:00:00.265) 0:01:21.379 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Remove troublemaking include from the mssql profile] *** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:456 Wednesday 10 April 2024 15:02:42 +0000 (0:00:00.040) 0:01:21.420 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Add the fixed mssql profile to the list of Tuned profiles] *** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:465 Wednesday 10 April 2024 15:02:42 +0000 (0:00:00.028) 0:01:21.448 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the Microsoft SQL Server Tools repository] *** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:475 Wednesday 10 April 2024 15:02:42 +0000 (0:00:00.026) 0:01:21.475 ******* ok: [sut] => { "changed": false, "repo": "packages-microsoft-com-prod", "state": "present" } TASK [linux-system-roles.mssql : Configure the Microsoft SQL Server Tools repository] *** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:483 Wednesday 10 April 2024 15:02:42 +0000 (0:00:00.159) 0:01:21.634 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Ensure that SQL Server client tools are installed] *** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:492 Wednesday 10 April 2024 15:02:42 +0000 (0:00:00.025) 0:01:21.660 ******* 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 [linux-system-roles.mssql : Prepare MSSQL and facts for logging in] ******* task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:504 Wednesday 10 April 2024 15:02:42 +0000 (0:00:00.333) 0:01:21.994 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Wait for mssql-server to prepare for client connections] *** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:508 Wednesday 10 April 2024 15:02:42 +0000 (0:00:00.026) 0:01:22.020 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Check if the set password matches the existing password] *** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:514 Wednesday 10 April 2024 15:02:42 +0000 (0:00:00.023) 0:01:22.044 ******* skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.mssql : Ensure that the mssql-server service is stopped] *** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:529 Wednesday 10 April 2024 15:02:43 +0000 (0:00:00.022) 0:01:22.066 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Gather package facts] ************************* task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:536 Wednesday 10 April 2024 15:02:43 +0000 (0:00:00.026) 0:01:22.093 ******* skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.mssql : Change the password of sa user] *************** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:544 Wednesday 10 April 2024 15:02:43 +0000 (0:00:00.024) 0:01:22.117 ******* skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.mssql : Pre-input SQL script files to SQL Server] ***** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:566 Wednesday 10 April 2024 15:02:43 +0000 (0:00:00.040) 0:01:22.157 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Pre-input SQL script contents to SQL Server] *** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:577 Wednesday 10 April 2024 15:02:43 +0000 (0:00:00.038) 0:01:22.196 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Check if the set edition matches the existing edition] *** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:592 Wednesday 10 April 2024 15:02:43 +0000 (0:00:00.024) 0:01:22.221 ******* 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.005050", "end": "2024-04-10 15:02:43.281042", "rc": 0, "start": "2024-04-10 15:02:43.275992" } STDOUT: true TASK [linux-system-roles.mssql : Ensure that the mssql-server service is stopped] *** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:606 Wednesday 10 April 2024 15:02:43 +0000 (0:00:00.171) 0:01:22.392 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Gather package facts] ************************* task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:613 Wednesday 10 April 2024 15:02:43 +0000 (0:00:00.026) 0:01:22.418 ******* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.mssql : Change the edition of MSSQL] ****************** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:619 Wednesday 10 April 2024 15:02:44 +0000 (0:00:00.918) 0:01:23.337 ******* skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.mssql : Configure the IP address setting] ************* task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:639 Wednesday 10 April 2024 15:02:44 +0000 (0:00:00.023) 0:01:23.360 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Register the previous tcpport setting] ******** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:646 Wednesday 10 April 2024 15:02:44 +0000 (0:00:00.021) 0:01:23.382 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Open the TCP port 1433] ************************************************** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:653 Wednesday 10 April 2024 15:02:44 +0000 (0:00:00.023) 0:01:23.405 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the TCP port setting to 1433] ******* task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:665 Wednesday 10 April 2024 15:02:44 +0000 (0:00:00.022) 0:01:23.427 ******* included: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml for sut TASK [linux-system-roles.mssql : Get the setting network tcpport] ************** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Wednesday 10 April 2024 15:02:44 +0000 (0:00:00.052) 0:01:23.480 ******* ok: [sut] => { "changed": false, "cmd": [ "grep", "^tcpport = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.002961", "end": "2024-04-10 15:02:44.547613", "failed_when_result": false, "rc": 1, "start": "2024-04-10 15:02:44.544652" } MSG: non-zero return code TASK [linux-system-roles.mssql : Configure the setting network tcpport] ******** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 Wednesday 10 April 2024 15:02:44 +0000 (0:00:00.146) 0:01:23.626 ******* ok: [sut] => { "changed": false, "cmd": [ "/opt/mssql/bin/mssql-conf", "set", "network.tcpport", "1433" ], "delta": "0:00:00.049686", "end": "2024-04-10 15:02:44.731428", "failed_when_result": false, "rc": 0, "start": "2024-04-10 15:02:44.681742" } STDOUT: Validation error on setting 'network.tcpport' Port '1433' is already in use. Please use another port TASK [linux-system-roles.mssql : Unset the setting network tcpport] ************ task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:42 Wednesday 10 April 2024 15:02:44 +0000 (0:00:00.187) 0:01:23.814 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Close the previously set SQL Server TCP port if it changed] ************** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:671 Wednesday 10 April 2024 15:02:44 +0000 (0:00:00.054) 0:01:23.868 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the sqlagent setting] *************** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:691 Wednesday 10 April 2024 15:02:44 +0000 (0:00:00.021) 0:01:23.889 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Ensure the package mssql-server-fts] ********** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:698 Wednesday 10 April 2024 15:02:44 +0000 (0:00:00.022) 0:01:23.912 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Ensure the package powershell] **************** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:705 Wednesday 10 April 2024 15:02:44 +0000 (0:00:00.022) 0:01:23.935 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Check if the 3979 trace flag is enabled] ****** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:714 Wednesday 10 April 2024 15:02:44 +0000 (0:00:00.039) 0:01:23.974 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Set the 3979 traceflag] *********************** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:720 Wednesday 10 April 2024 15:02:44 +0000 (0:00:00.023) 0:01:23.998 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Unset the 3979 traceflag] ********************* task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:727 Wednesday 10 April 2024 15:02:44 +0000 (0:00:00.039) 0:01:24.037 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the alternatewritethrough setting] *** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:735 Wednesday 10 April 2024 15:02:45 +0000 (0:00:00.025) 0:01:24.062 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the writethrough setting] *********** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:741 Wednesday 10 April 2024 15:02:45 +0000 (0:00:00.022) 0:01:24.085 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create certificates using the certificate role] ************************** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:759 Wednesday 10 April 2024 15:02:45 +0000 (0:00:00.024) 0:01:24.109 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Set mssql_tls_cert and _private_key based on the cert name] *** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:773 Wednesday 10 April 2024 15:02:45 +0000 (0:00:00.025) 0:01:24.134 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Copy certificate and private_key files to the host] *** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:778 Wednesday 10 April 2024 15:02:45 +0000 (0:00:00.021) 0:01:24.156 ******* skipping: [sut] => (item=/tmp/ansible.DxIsD1) => { "ansible_loop_var": "item", "changed": false, "item": "/tmp/ansible.DxIsD1", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=ansible.Z57cgW) => { "ansible_loop_var": "item", "changed": false, "item": "ansible.Z57cgW", "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the tlscert setting] **************** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:796 Wednesday 10 April 2024 15:02:45 +0000 (0:00:00.028) 0:01:24.184 ******* included: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml for sut TASK [linux-system-roles.mssql : Get the setting network tlscert] ************** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Wednesday 10 April 2024 15:02:45 +0000 (0:00:00.058) 0:01:24.243 ******* ok: [sut] => { "changed": false, "cmd": [ "grep", "^tlscert = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003176", "end": "2024-04-10 15:02:45.307974", "failed_when_result": false, "rc": 0, "start": "2024-04-10 15:02:45.304798" } STDOUT: tlscert = /etc/pki/tls/certs/ansible.DxIsD1 TASK [linux-system-roles.mssql : Configure the setting network tlscert] ******** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 Wednesday 10 April 2024 15:02:45 +0000 (0:00:00.152) 0:01:24.395 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Unset the setting network tlscert] ************ task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:42 Wednesday 10 April 2024 15:02:45 +0000 (0:00:00.028) 0:01:24.424 ******* NOTIFIED HANDLER linux-system-roles.mssql : Restart the mssql-server service for sut changed: [sut] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "unset", "network.tlscert" ], "delta": "0:00:00.049980", "end": "2024-04-10 15:02:45.532615", "failed_when_result": false, "rc": 0, "start": "2024-04-10 15:02:45.482635" } STDOUT: SQL Server needs to be restarted in order to apply this setting. Please run 'systemctl restart mssql-server.service'. TASK [linux-system-roles.mssql : Configure the tlskey setting] ***************** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:805 Wednesday 10 April 2024 15:02:45 +0000 (0:00:00.190) 0:01:24.615 ******* included: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml for sut TASK [linux-system-roles.mssql : Get the setting network tlskey] *************** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Wednesday 10 April 2024 15:02:45 +0000 (0:00:00.072) 0:01:24.687 ******* ok: [sut] => { "changed": false, "cmd": [ "grep", "^tlskey = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003263", "end": "2024-04-10 15:02:45.770157", "failed_when_result": false, "rc": 0, "start": "2024-04-10 15:02:45.766894" } STDOUT: tlskey = /etc/pki/tls/private/ansible.Z57cgW TASK [linux-system-roles.mssql : Configure the setting network tlskey] ********* task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 Wednesday 10 April 2024 15:02:45 +0000 (0:00:00.168) 0:01:24.855 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Unset the setting network tlskey] ************* task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:42 Wednesday 10 April 2024 15:02:45 +0000 (0:00:00.027) 0:01:24.883 ******* changed: [sut] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "unset", "network.tlskey" ], "delta": "0:00:00.049489", "end": "2024-04-10 15:02:45.989020", "failed_when_result": false, "rc": 0, "start": "2024-04-10 15:02:45.939531" } STDOUT: SQL Server needs to be restarted in order to apply this setting. Please run 'systemctl restart mssql-server.service'. TASK [linux-system-roles.mssql : Configure the tlsprotocols setting] *********** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:814 Wednesday 10 April 2024 15:02:46 +0000 (0:00:00.192) 0:01:25.075 ******* included: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml for sut TASK [linux-system-roles.mssql : Get the setting network tlsprotocols] ********* task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Wednesday 10 April 2024 15:02:46 +0000 (0:00:00.043) 0:01:25.119 ******* ok: [sut] => { "changed": false, "cmd": [ "grep", "^tlsprotocols = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003301", "end": "2024-04-10 15:02:46.181122", "failed_when_result": false, "rc": 0, "start": "2024-04-10 15:02:46.177821" } STDOUT: tlsprotocols = 1.2 TASK [linux-system-roles.mssql : Configure the setting network tlsprotocols] *** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 Wednesday 10 April 2024 15:02:46 +0000 (0:00:00.142) 0:01:25.262 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Unset the setting network tlsprotocols] ******* task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:42 Wednesday 10 April 2024 15:02:46 +0000 (0:00:00.034) 0:01:25.296 ******* changed: [sut] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "unset", "network.tlsprotocols" ], "delta": "0:00:00.049226", "end": "2024-04-10 15:02:46.409085", "failed_when_result": false, "rc": 0, "start": "2024-04-10 15:02:46.359859" } STDOUT: SQL Server needs to be restarted in order to apply this setting. Please run 'systemctl restart mssql-server.service'. TASK [linux-system-roles.mssql : Configure the forceencryption setting] ******** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:821 Wednesday 10 April 2024 15:02:46 +0000 (0:00:00.194) 0:01:25.491 ******* included: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml for sut TASK [linux-system-roles.mssql : Get the setting network forceencryption] ****** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Wednesday 10 April 2024 15:02:46 +0000 (0:00:00.052) 0:01:25.544 ******* ok: [sut] => { "changed": false, "cmd": [ "grep", "^forceencryption = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003136", "end": "2024-04-10 15:02:46.600099", "failed_when_result": false, "rc": 0, "start": "2024-04-10 15:02:46.596963" } STDOUT: forceencryption = 1 TASK [linux-system-roles.mssql : Configure the setting network forceencryption] *** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 Wednesday 10 April 2024 15:02:46 +0000 (0:00:00.140) 0:01:25.684 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Unset the setting network forceencryption] **** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:42 Wednesday 10 April 2024 15:02:46 +0000 (0:00:00.037) 0:01:25.722 ******* changed: [sut] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "unset", "network.forceencryption" ], "delta": "0:00:00.049596", "end": "2024-04-10 15:02:46.846490", "failed_when_result": false, "rc": 0, "start": "2024-04-10 15:02:46.796894" } STDOUT: SQL Server needs to be restarted in order to apply this setting. Please run 'systemctl restart mssql-server.service'. TASK [linux-system-roles.mssql : Verify that ad_integration_realm variable is provided] *** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:830 Wednesday 10 April 2024 15:02:46 +0000 (0:00:00.236) 0:01:25.958 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Join to realm {{ ad_integration_realm }}] ******************************** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:838 Wednesday 10 April 2024 15:02:47 +0000 (0:00:00.096) 0:01:26.055 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Ensure adutil and krb5-workstation] *********** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:846 Wednesday 10 April 2024 15:02:47 +0000 (0:00:00.025) 0:01:26.080 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Print credential caches to check if AD principal exists] *** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:853 Wednesday 10 April 2024 15:02:47 +0000 (0:00:00.034) 0:01:26.114 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Print status of credential cache for {{ __mssql_ad_kinit_user }}] *** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:860 Wednesday 10 April 2024 15:02:47 +0000 (0:00:00.060) 0:01:26.175 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Obtain Kerberos ticket for {{ __mssql_ad_kinit_user }}] *** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:869 Wednesday 10 April 2024 15:02:47 +0000 (0:00:00.034) 0:01:26.209 ******* skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.mssql : Check if AD user exists] ********************** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:882 Wednesday 10 April 2024 15:02:47 +0000 (0:00:00.052) 0:01:26.262 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : In AD server create user] ********************* task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:891 Wednesday 10 April 2024 15:02:47 +0000 (0:00:00.035) 0:01:26.297 ******* skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.mssql : Get SPNs for the principal] ******************* task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:903 Wednesday 10 April 2024 15:02:47 +0000 (0:00:00.029) 0:01:26.327 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Register SPNs to the principal] *************** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:908 Wednesday 10 April 2024 15:02:47 +0000 (0:00:00.034) 0:01:26.361 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Get kvno of the SPN host] ********************* task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:925 Wednesday 10 April 2024 15:02:47 +0000 (0:00:00.032) 0:01:26.394 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Get stats of the keytab file] ***************** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:930 Wednesday 10 April 2024 15:02:47 +0000 (0:00:00.028) 0:01:26.423 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Get keytab properties] ************************ task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:935 Wednesday 10 April 2024 15:02:47 +0000 (0:00:00.041) 0:01:26.464 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Create keytab] ******************************** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:941 Wednesday 10 April 2024 15:02:47 +0000 (0:00:00.061) 0:01:26.526 ******* skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.mssql : Add an entry in the keytab for the principal name and password] *** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:967 Wednesday 10 April 2024 15:02:47 +0000 (0:00:00.064) 0:01:26.591 ******* skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.mssql : Ensure correct permissions and ownership on the keytab] *** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:988 Wednesday 10 April 2024 15:02:47 +0000 (0:00:00.049) 0:01:26.640 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Fetch keytab file to host] ******************** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:996 Wednesday 10 April 2024 15:02:47 +0000 (0:00:00.031) 0:01:26.672 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the network.kerberoskeytabfile setting] *** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:1006 Wednesday 10 April 2024 15:02:47 +0000 (0:00:00.033) 0:01:26.706 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the network.kerberoskeytabfile setting] *** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:1012 Wednesday 10 April 2024 15:02:47 +0000 (0:00:00.051) 0:01:26.757 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Verify that hosts with mssql_ha_replica_type=primary is available] *** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:1030 Wednesday 10 April 2024 15:02:47 +0000 (0:00:00.074) 0:01:26.831 ******* skipping: [sut] => { "changed": false, "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-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:1045 Wednesday 10 April 2024 15:02:47 +0000 (0:00:00.102) 0:01:26.934 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Set host variables] *************************** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:1065 Wednesday 10 April 2024 15:02:47 +0000 (0:00:00.037) 0:01:26.972 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Ensure the package mssql-server-ha] *********** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:1118 Wednesday 10 April 2024 15:02:47 +0000 (0:00:00.029) 0:01:27.001 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Enable the hadrenabled setting] *************** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:1125 Wednesday 10 April 2024 15:02:47 +0000 (0:00:00.035) 0:01:27.037 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Restart the mssql-server service if hadrenabled task was changed] *** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:1132 Wednesday 10 April 2024 15:02:48 +0000 (0:00:00.034) 0:01:27.071 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Remove certificate from SQL Server] *********** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:1143 Wednesday 10 April 2024 15:02:48 +0000 (0:00:00.026) 0:01:27.097 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Remove certificate and private key files] ***** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:1149 Wednesday 10 April 2024 15:02:48 +0000 (0:00:00.032) 0:01:27.130 ******* skipping: [sut] => (item=/var/opt/mssql/data/.cer) => { "ansible_loop_var": "item", "changed": false, "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, "item": "/var/opt/mssql/data/.pvk", "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure SQL entities on the primary replica] *** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:1157 Wednesday 10 April 2024 15:02:48 +0000 (0:00:00.029) 0:01:27.159 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Create login for HA on in SQL Server] ********* task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:1166 Wednesday 10 April 2024 15:02:48 +0000 (0:00:00.045) 0:01:27.204 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Fetch certificate files from the primary to the control node] *** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:1174 Wednesday 10 April 2024 15:02:48 +0000 (0:00:00.038) 0:01:27.242 ******* skipping: [sut] => (item={'key': 'cert', 'value': '/var/opt/mssql/data/.cer'}) => { "ansible_loop_var": "item", "changed": false, "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, "item": { "key": "key", "value": "/var/opt/mssql/data/.pvk" }, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Get the current primary replica in SQL] ******* task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:1188 Wednesday 10 April 2024 15:02:48 +0000 (0:00:00.044) 0:01:27.286 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Set fact with the current primary replica] **** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:1195 Wednesday 10 April 2024 15:02:48 +0000 (0:00:00.033) 0:01:27.320 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure ag] ********************************* task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:1220 Wednesday 10 April 2024 15:02:48 +0000 (0:00:00.055) 0:01:27.376 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Grant permissions to HA login] **************** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:1229 Wednesday 10 April 2024 15:02:48 +0000 (0:00:00.032) 0:01:27.408 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Replicate DBs] ******************************** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:1239 Wednesday 10 April 2024 15:02:48 +0000 (0:00:00.022) 0:01:27.431 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Grant permissions to HA login] **************** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:1250 Wednesday 10 April 2024 15:02:48 +0000 (0:00:00.022) 0:01:27.453 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Verify that hosts with replica_type=primary is available] *** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:1263 Wednesday 10 April 2024 15:02:48 +0000 (0:00:00.024) 0:01:27.478 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Ensure the package mssql-server-ha] *********** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:1276 Wednesday 10 April 2024 15:02:48 +0000 (0:00:00.028) 0:01:27.507 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Enable the hadrenabled setting] *************** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:1283 Wednesday 10 April 2024 15:02:48 +0000 (0:00:00.025) 0:01:27.532 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Restart the mssql-server service if hadrenabled task was changed] *** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:1290 Wednesday 10 April 2024 15:02:48 +0000 (0:00:00.078) 0:01:27.611 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Remove certificate from SQL Server] *********** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:1299 Wednesday 10 April 2024 15:02:48 +0000 (0:00:00.031) 0:01:27.643 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Distribute certificate and private key to managed nodes] *** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:1306 Wednesday 10 April 2024 15:02:48 +0000 (0:00:00.035) 0:01:27.678 ******* skipping: [sut] => (item={'key': 'cert', 'value': '/var/opt/mssql/data/.cer'}) => { "ansible_loop_var": "item", "changed": false, "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, "item": { "key": "key", "value": "/var/opt/mssql/data/.pvk" }, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure SQL entities on not primary replicas] *** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:1318 Wednesday 10 April 2024 15:02:48 +0000 (0:00:00.060) 0:01:27.738 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Create HA login] ****************************** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:1327 Wednesday 10 April 2024 15:02:48 +0000 (0:00:00.022) 0:01:27.761 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Join to availability group] ******************* task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:1334 Wednesday 10 April 2024 15:02:48 +0000 (0:00:00.031) 0:01:27.793 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Grant permissions to HA login] **************** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:1340 Wednesday 10 April 2024 15:02:48 +0000 (0:00:00.026) 0:01:27.819 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Remove certificate and private key from the control node] *** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:1348 Wednesday 10 April 2024 15:02:48 +0000 (0:00:00.059) 0:01:27.879 ******* skipping: [sut] => (item=cert) => { "ansible_loop_var": "item", "changed": false, "item": "cert", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=key) => { "ansible_loop_var": "item", "changed": false, "item": "key", "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Save credentials for the SQL Server login] **** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:1361 Wednesday 10 April 2024 15:02:48 +0000 (0:00:00.033) 0:01:27.912 ******* 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-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:1373 Wednesday 10 April 2024 15:02:48 +0000 (0:00:00.044) 0:01:27.956 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Wait for the cluster to finish configuration] *** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:1378 Wednesday 10 April 2024 15:02:48 +0000 (0:00:00.058) 0:01:28.015 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure listener for the availability group] *** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:1384 Wednesday 10 April 2024 15:02:48 +0000 (0:00:00.024) 0:01:28.040 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Ensure the ansible_managed header in /var/opt/mssql/mssql.conf] *** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:1393 Wednesday 10 April 2024 15:02:49 +0000 (0:00:00.040) 0:01:28.080 ******* changed: [sut] => { "changed": true } MSG: Block inserted RUNNING HANDLER [linux-system-roles.mssql : Restart the mssql-server service] *** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/handlers/main.yml:3 Wednesday 10 April 2024 15:02:49 +0000 (0:00:00.188) 0:01:28.268 ******* changed: [sut] => { "changed": true, "name": "mssql-server", "state": "started", "status": { "ActiveEnterTimestamp": "Wed 2024-04-10 15:02:25 UTC", "ActiveEnterTimestampMonotonic": "2395626303", "ActiveExitTimestamp": "Wed 2024-04-10 15:02:23 UTC", "ActiveExitTimestampMonotonic": "2393378191", "ActiveState": "active", "After": "-.mount basic.target network.target auditd.service systemd-journald.socket system.slice", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Wed 2024-04-10 15:02:25 UTC", "AssertTimestampMonotonic": "2395625383", "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": "Wed 2024-04-10 15:02:25 UTC", "ConditionTimestampMonotonic": "2395625381", "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": "28327", "ExecMainStartTimestamp": "Wed 2024-04-10 15:02:25 UTC", "ExecMainStartTimestampMonotonic": "2395626214", "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": "Wed 2024-04-10 15:02:25 UTC", "InactiveEnterTimestampMonotonic": "2395623851", "InactiveExitTimestamp": "Wed 2024-04-10 15:02:25 UTC", "InactiveExitTimestampMonotonic": "2395626303", "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": "28327", "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 -.mount basic.target", "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": "Wed 2024-04-10 15:02:25 UTC", "WatchdogTimestampMonotonic": "2395626267", "WatchdogUSec": "0", "WorkingDirectory": "/var/opt/mssql" } } META: ran handlers TASK [linux-system-roles.mssql : Post-input SQL scripts to SQL Server] ********* task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:1406 Wednesday 10 April 2024 15:02:50 +0000 (0:00:01.478) 0:01:29.747 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Post-input SQL scripts to SQL Server] ********* task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:1417 Wednesday 10 April 2024 15:02:50 +0000 (0:00:00.026) 0:01:29.774 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify connectivity and settings] **************************************** task path: /WORKDIR/git-susekjdihrec/tests/tasks/tests_tls.yml:92 Wednesday 10 April 2024 15:02:50 +0000 (0:00:00.032) 0:01:29.806 ******* included: /WORKDIR/git-susekjdihrec/tests/tasks/verify_settings.yml for sut TASK [Check if the errorlog file exists and its location] ********************** task path: /WORKDIR/git-susekjdihrec/tests/tasks/verify_settings.yml:8 Wednesday 10 April 2024 15:02:50 +0000 (0:00:00.087) 0:01:29.893 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if the set edition matches the existing edition] ******************* task path: /WORKDIR/git-susekjdihrec/tests/tasks/verify_settings.yml:23 Wednesday 10 April 2024 15:02:50 +0000 (0:00:00.021) 0:01:29.915 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify if the edition matches] ******************************************* task path: /WORKDIR/git-susekjdihrec/tests/tasks/verify_settings.yml:35 Wednesday 10 April 2024 15:02:50 +0000 (0:00:00.019) 0:01:29.934 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the setting {{ item.key }}] *************************************** task path: /WORKDIR/git-susekjdihrec/tests/tasks/verify_settings.yml:39 Wednesday 10 April 2024 15:02:50 +0000 (0:00:00.019) 0:01:29.953 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get stat of mssql_datadir] *********************************************** task path: /WORKDIR/git-susekjdihrec/tests/tasks/verify_settings.yml:55 Wednesday 10 April 2024 15:02:50 +0000 (0:00:00.020) 0:01:29.974 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Assert that mssql_datadir has proper permissions and ownership] ********** task path: /WORKDIR/git-susekjdihrec/tests/tasks/verify_settings.yml:60 Wednesday 10 April 2024 15:02:50 +0000 (0:00:00.018) 0:01:29.992 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get stat of mssql_logdir] ************************************************ task path: /WORKDIR/git-susekjdihrec/tests/tasks/verify_settings.yml:70 Wednesday 10 April 2024 15:02:50 +0000 (0:00:00.019) 0:01:30.011 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Assert that mssql_logdir has proper permissions and ownership] *********** task path: /WORKDIR/git-susekjdihrec/tests/tasks/verify_settings.yml:75 Wednesday 10 April 2024 15:02:50 +0000 (0:00:00.018) 0:01:30.030 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Prepare MSSQL and facts for logging in] ********************************** task path: /WORKDIR/git-susekjdihrec/tests/tasks/verify_settings.yml:85 Wednesday 10 April 2024 15:02:50 +0000 (0:00:00.020) 0:01:30.050 ******* TASK [linux-system-roles.mssql : Ensure that the mssql-server service is started] *** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/verify_password.yml:3 Wednesday 10 April 2024 15:02:51 +0000 (0:00:00.033) 0:01:30.084 ******* ok: [sut] => { "changed": false, "name": "mssql-server", "state": "started", "status": { "ActiveEnterTimestamp": "Wed 2024-04-10 15:02:50 UTC", "ActiveEnterTimestampMonotonic": "2420680612", "ActiveExitTimestamp": "Wed 2024-04-10 15:02:49 UTC", "ActiveExitTimestampMonotonic": "2419514745", "ActiveState": "active", "After": "-.mount basic.target network.target auditd.service systemd-journald.socket system.slice", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Wed 2024-04-10 15:02:50 UTC", "AssertTimestampMonotonic": "2420679783", "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": "Wed 2024-04-10 15:02:50 UTC", "ConditionTimestampMonotonic": "2420679781", "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": "29055", "ExecMainStartTimestamp": "Wed 2024-04-10 15:02:50 UTC", "ExecMainStartTimestampMonotonic": "2420680528", "ExecMainStatus": "0", "ExecStart": "{ path=/opt/mssql/bin/sqlservr ; argv[]=/opt/mssql/bin/sqlservr ; ignore_errors=no ; start_time=[Wed 2024-04-10 15:02:50 UTC] ; stop_time=[n/a] ; pid=29055 ; 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": "Wed 2024-04-10 15:02:50 UTC", "InactiveEnterTimestampMonotonic": "2420679190", "InactiveExitTimestamp": "Wed 2024-04-10 15:02:50 UTC", "InactiveExitTimestampMonotonic": "2420680612", "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": "29055", "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 -.mount basic.target", "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": "Wed 2024-04-10 15:02:50 UTC", "WatchdogTimestampMonotonic": "2420680578", "WatchdogUSec": "0", "WorkingDirectory": "/var/opt/mssql" } } TASK [linux-system-roles.mssql : Check if a custom tcpport setting exist] ****** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/verify_password.yml:8 Wednesday 10 April 2024 15:02:51 +0000 (0:00:00.211) 0:01:30.295 ******* ok: [sut] => { "changed": false, "cmd": [ "grep", "^tcpport = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003936", "end": "2024-04-10 15:02:51.355980", "failed_when_result": false, "rc": 1, "start": "2024-04-10 15:02:51.352044" } MSG: non-zero return code TASK [linux-system-roles.mssql : Check if a custom ipaddress setting exist] **** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/verify_password.yml:14 Wednesday 10 April 2024 15:02:51 +0000 (0:00:00.208) 0:01:30.504 ******* ok: [sut] => { "changed": false, "cmd": [ "grep", "^ipaddress = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003467", "end": "2024-04-10 15:02:51.586137", "failed_when_result": false, "rc": 1, "start": "2024-04-10 15:02:51.582670" } MSG: non-zero return code TASK [linux-system-roles.mssql : Set a fact with a login command] ************** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/verify_password.yml:20 Wednesday 10 April 2024 15:02:51 +0000 (0:00:00.174) 0:01:30.678 ******* 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-susekjdihrec/tests/tasks/verify_settings.yml:93 Wednesday 10 April 2024 15:02:51 +0000 (0:00:00.033) 0:01:30.711 ******* ok: [sut] => { "changed": false, "elapsed": 2, "gid": 994, "group": "mssql", "match_groupdict": {}, "match_groups": [], "mode": "0660", "owner": "mssql", "path": "/var/opt/mssql/log/errorlog", "port": null, "search_regex": "SQL Server is now ready for client connections", "secontext": "system_u:object_r:var_t:s0", "size": 5793, "state": "file", "uid": 996 } TASK [Check if the set password matches the existing password] ***************** task path: /WORKDIR/git-susekjdihrec/tests/tasks/verify_settings.yml:99 Wednesday 10 April 2024 15:02:53 +0000 (0:00:02.193) 0:01:32.905 ******* ok: [sut] => { "attempts": 1, "changed": false, "cmd": [ "/opt/mssql-tools/bin/sqlcmd", "-U", "sa", "-P", "p@55w0rD", "-Q", "SELECT @@VERSION" ], "delta": "0:00:05.079678", "end": "2024-04-10 15:02:59.039920", "rc": 0, "start": "2024-04-10 15:02:53.960242" } STDOUT: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ Microsoft SQL Server 2017 (RTM-CU31-GDR) (KB5029376) - 14.0.3465.1 (X64) Jul 30 2023 15:31:58 Copyright (C) 2017 Microsoft Corporation Enterprise Evaluation Edition (64-bit) on Linux (CentOS Linux 7 (Core)) (1 rows affected) TASK [Set the mssql_password variable to default null] ************************* task path: /WORKDIR/git-susekjdihrec/tests/tasks/verify_settings.yml:118 Wednesday 10 April 2024 15:02:59 +0000 (0:00:05.225) 0:01:38.131 ******* ok: [sut] => { "ansible_facts": { "mssql_password": null }, "changed": false } TASK [Verify the package mssql-server-fts] ************************************* task path: /WORKDIR/git-susekjdihrec/tests/tasks/verify_settings.yml:122 Wednesday 10 April 2024 15:02:59 +0000 (0:00:00.023) 0:01:38.154 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the package powershell] ******************************************* task path: /WORKDIR/git-susekjdihrec/tests/tasks/verify_settings.yml:129 Wednesday 10 April 2024 15:02:59 +0000 (0:00:00.034) 0:01:38.188 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the value of the traceflag setting] ********************************** task path: /WORKDIR/git-susekjdihrec/tests/tasks/verify_settings.yml:140 Wednesday 10 April 2024 15:02:59 +0000 (0:00:00.053) 0:01:38.242 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that the traceflag setting is set to 3979] ************************ task path: /WORKDIR/git-susekjdihrec/tests/tasks/verify_settings.yml:145 Wednesday 10 April 2024 15:02:59 +0000 (0:00:00.021) 0:01:38.263 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that the traceflag setting is not set to 3979] ******************** task path: /WORKDIR/git-susekjdihrec/tests/tasks/verify_settings.yml:150 Wednesday 10 April 2024 15:02:59 +0000 (0:00:00.036) 0:01:38.300 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that the alternatewritethrough setting is false] ****************** task path: /WORKDIR/git-susekjdihrec/tests/tasks/verify_settings.yml:156 Wednesday 10 April 2024 15:02:59 +0000 (0:00:00.047) 0:01:38.348 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the writethrough setting] ***************************************** task path: /WORKDIR/git-susekjdihrec/tests/tasks/verify_settings.yml:162 Wednesday 10 April 2024 15:02:59 +0000 (0:00:00.033) 0:01:38.381 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the tlscert setting] ********************************************** task path: /WORKDIR/git-susekjdihrec/tests/tasks/verify_settings.yml:172 Wednesday 10 April 2024 15:02:59 +0000 (0:00:00.035) 0:01:38.416 ******* included: /WORKDIR/git-susekjdihrec/tests/tasks/mssql_conf_verify.yml for sut TASK [Get the value of the setting tlscert] ************************************ task path: /WORKDIR/git-susekjdihrec/tests/tasks/mssql_conf_verify.yml:7 Wednesday 10 April 2024 15:02:59 +0000 (0:00:00.060) 0:01:38.477 ******* ok: [sut] => { "changed": false, "cmd": "grep '^tlscert' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004167", "end": "2024-04-10 15:02:59.566185", "rc": 0, "start": "2024-04-10 15:02:59.562018" } TASK [Verify the setting when it is type str tlscert] ************************** task path: /WORKDIR/git-susekjdihrec/tests/tasks/mssql_conf_verify.yml:14 Wednesday 10 April 2024 15:02:59 +0000 (0:00:00.175) 0:01:38.653 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the setting when it is type bool tlscert] ************************* task path: /WORKDIR/git-susekjdihrec/tests/tasks/mssql_conf_verify.yml:25 Wednesday 10 April 2024 15:02:59 +0000 (0:00:00.030) 0:01:38.683 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that tcpport =] *************************************************** task path: /WORKDIR/git-susekjdihrec/tests/tasks/mssql_conf_verify.yml:40 Wednesday 10 April 2024 15:02:59 +0000 (0:00:00.025) 0:01:38.708 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the tlskey setting] *********************************************** task path: /WORKDIR/git-susekjdihrec/tests/tasks/verify_settings.yml:183 Wednesday 10 April 2024 15:02:59 +0000 (0:00:00.030) 0:01:38.739 ******* included: /WORKDIR/git-susekjdihrec/tests/tasks/mssql_conf_verify.yml for sut TASK [Get the value of the setting tlskey] ************************************* task path: /WORKDIR/git-susekjdihrec/tests/tasks/mssql_conf_verify.yml:7 Wednesday 10 April 2024 15:02:59 +0000 (0:00:00.039) 0:01:38.778 ******* ok: [sut] => { "changed": false, "cmd": "grep '^tlskey' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004352", "end": "2024-04-10 15:02:59.846716", "rc": 0, "start": "2024-04-10 15:02:59.842364" } TASK [Verify the setting when it is type str tlskey] *************************** task path: /WORKDIR/git-susekjdihrec/tests/tasks/mssql_conf_verify.yml:14 Wednesday 10 April 2024 15:02:59 +0000 (0:00:00.156) 0:01:38.935 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the setting when it is type bool tlskey] ************************** task path: /WORKDIR/git-susekjdihrec/tests/tasks/mssql_conf_verify.yml:25 Wednesday 10 April 2024 15:02:59 +0000 (0:00:00.032) 0:01:38.967 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that tcpport =] *************************************************** task path: /WORKDIR/git-susekjdihrec/tests/tasks/mssql_conf_verify.yml:40 Wednesday 10 April 2024 15:02:59 +0000 (0:00:00.027) 0:01:38.994 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the tlsprotocols setting] ***************************************** task path: /WORKDIR/git-susekjdihrec/tests/tasks/verify_settings.yml:195 Wednesday 10 April 2024 15:02:59 +0000 (0:00:00.024) 0:01:39.019 ******* included: /WORKDIR/git-susekjdihrec/tests/tasks/mssql_conf_verify.yml for sut TASK [Get the value of the setting tlsprotocols] ******************************* task path: /WORKDIR/git-susekjdihrec/tests/tasks/mssql_conf_verify.yml:7 Wednesday 10 April 2024 15:03:00 +0000 (0:00:00.094) 0:01:39.113 ******* ok: [sut] => { "changed": false, "cmd": "grep '^tlsprotocols' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004209", "end": "2024-04-10 15:03:00.177172", "rc": 0, "start": "2024-04-10 15:03:00.172963" } TASK [Verify the setting when it is type str tlsprotocols] ********************* task path: /WORKDIR/git-susekjdihrec/tests/tasks/mssql_conf_verify.yml:14 Wednesday 10 April 2024 15:03:00 +0000 (0:00:00.148) 0:01:39.262 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the setting when it is type bool tlsprotocols] ******************** task path: /WORKDIR/git-susekjdihrec/tests/tasks/mssql_conf_verify.yml:25 Wednesday 10 April 2024 15:03:00 +0000 (0:00:00.061) 0:01:39.323 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that tcpport =] *************************************************** task path: /WORKDIR/git-susekjdihrec/tests/tasks/mssql_conf_verify.yml:40 Wednesday 10 April 2024 15:03:00 +0000 (0:00:00.025) 0:01:39.348 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the forceencryption setting] ************************************** task path: /WORKDIR/git-susekjdihrec/tests/tasks/verify_settings.yml:203 Wednesday 10 April 2024 15:03:00 +0000 (0:00:00.026) 0:01:39.375 ******* included: /WORKDIR/git-susekjdihrec/tests/tasks/mssql_conf_verify.yml for sut TASK [Get the value of the setting forceencryption] **************************** task path: /WORKDIR/git-susekjdihrec/tests/tasks/mssql_conf_verify.yml:7 Wednesday 10 April 2024 15:03:00 +0000 (0:00:00.043) 0:01:39.418 ******* ok: [sut] => { "changed": false, "cmd": "grep '^forceencryption' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004374", "end": "2024-04-10 15:03:00.474627", "rc": 0, "start": "2024-04-10 15:03:00.470253" } TASK [Verify the setting when it is type str forceencryption] ****************** task path: /WORKDIR/git-susekjdihrec/tests/tasks/mssql_conf_verify.yml:14 Wednesday 10 April 2024 15:03:00 +0000 (0:00:00.141) 0:01:39.560 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the setting when it is type bool forceencryption] ***************** task path: /WORKDIR/git-susekjdihrec/tests/tasks/mssql_conf_verify.yml:25 Wednesday 10 April 2024 15:03:00 +0000 (0:00:00.031) 0:01:39.591 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify that tcpport = False] ********************************************* task path: /WORKDIR/git-susekjdihrec/tests/tasks/mssql_conf_verify.yml:40 Wednesday 10 April 2024 15:03:00 +0000 (0:00:00.039) 0:01:39.631 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify configuration for confined application] *************************** task path: /WORKDIR/git-susekjdihrec/tests/tasks/verify_settings.yml:210 Wednesday 10 April 2024 15:03:00 +0000 (0:00:00.030) 0:01:39.661 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Remove certificates from hosts] ****************************************** task path: /WORKDIR/git-susekjdihrec/tests/tasks/tests_tls.yml:99 Wednesday 10 April 2024 15:03:00 +0000 (0:00:00.022) 0:01:39.684 ******* changed: [sut] => (item=/etc/pki/tls/certs/ansible.DxIsD1) => { "ansible_loop_var": "item", "changed": true, "item": "/etc/pki/tls/certs/ansible.DxIsD1", "path": "/etc/pki/tls/certs/ansible.DxIsD1", "state": "absent" } changed: [sut] => (item=/etc/pki/tls/private/ansible.Z57cgW) => { "ansible_loop_var": "item", "changed": true, "item": "/etc/pki/tls/private/ansible.Z57cgW", "path": "/etc/pki/tls/private/ansible.Z57cgW", "state": "absent" } TASK [Copy certificates to hosts] ********************************************** task path: /WORKDIR/git-susekjdihrec/tests/tasks/tests_tls.yml:107 Wednesday 10 April 2024 15:03:00 +0000 (0:00:00.271) 0:01:39.956 ******* ok: [sut] => (item=/tmp/ansible.DxIsD1) => { "ansible_loop_var": "item", "changed": false, "checksum": "378c3c9fead9c3116f0fbeb3aea334265572a018", "dest": "/tmp/ansible.DxIsD1", "gid": 0, "group": "root", "item": "/tmp/ansible.DxIsD1", "mode": "0600", "owner": "root", "path": "/tmp/ansible.DxIsD1", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 1103, "state": "file", "uid": 0 } ok: [sut] => (item=/tmp/ansible.Z57cgW) => { "ansible_loop_var": "item", "changed": false, "checksum": "12541097bd3f508f4ef3b45d0fd1b346a49eb3ba", "dest": "/tmp/ansible.Z57cgW", "gid": 0, "group": "root", "item": "/tmp/ansible.Z57cgW", "mode": "0600", "owner": "root", "path": "/tmp/ansible.Z57cgW", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 1704, "state": "file", "uid": 0 } TASK [Set mssql_tls_cert and mssql_tls_private_key for the following test] ***** task path: /WORKDIR/git-susekjdihrec/tests/tasks/tests_tls.yml:116 Wednesday 10 April 2024 15:03:01 +0000 (0:00:00.719) 0:01:40.675 ******* ok: [sut] => { "ansible_facts": { "mssql_tls_cert": "/tmp/ansible.DxIsD1", "mssql_tls_private_key": "ansible.Z57cgW" }, "changed": false } TASK [Test with certs on managed nodes] **************************************** task path: /WORKDIR/git-susekjdihrec/tests/tasks/tests_tls.yml:121 Wednesday 10 April 2024 15:03:01 +0000 (0:00:00.075) 0:01:40.750 ******* TASK [linux-system-roles.mssql : Ensure ansible_facts and variables used by role] *** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:3 Wednesday 10 April 2024 15:03:01 +0000 (0:00:00.229) 0:01:40.979 ******* included: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/set_vars.yml for sut TASK [linux-system-roles.mssql : Ensure ansible_facts used by role] ************ task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/set_vars.yml:3 Wednesday 10 April 2024 15:03:01 +0000 (0:00:00.032) 0:01:41.012 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Set platform/version specific variables] ****** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/set_vars.yml:9 Wednesday 10 April 2024 15:03:01 +0000 (0:00:00.029) 0:01:41.042 ******* 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 ], "__mssql_tuned_supported": true }, "ansible_included_var_files": [ "/WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/vars/RedHat.yml" ], "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml" } skipping: [sut] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [sut] => (item=CentOS_7.yml) => { "ansible_facts": { "__mssql_client_repository": "https://packages.microsoft.com/rhel/7/prod/", "__mssql_confined_supported": false, "__mssql_server_repository": "https://packages.microsoft.com/rhel/7/mssql-server-{{ mssql_version | int }}/", "__mssql_supported_versions": [ 2017, 2019 ] }, "ansible_included_var_files": [ "/WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/vars/CentOS_7.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_7.yml" } skipping: [sut] => (item=CentOS_7.9.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS_7.9.yml", "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Unset the __mssql_sqlcmd_login_cmd fact] ****** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:8 Wednesday 10 April 2024 15:03:02 +0000 (0:00:00.055) 0:01:41.097 ******* ok: [sut] => { "ansible_facts": { "__mssql_sqlcmd_login_cmd": null }, "changed": false } TASK [linux-system-roles.mssql : Print that the mssql_input_sql_file variable is deprecated] *** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:15 Wednesday 10 April 2024 15:03:02 +0000 (0:00:00.045) 0:01:41.143 ******* skipping: [sut] => {} TASK [linux-system-roles.mssql : Link the deprecated mssql_input_sql_file fact] *** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:23 Wednesday 10 April 2024 15:03:02 +0000 (0:00:00.035) 0:01:41.178 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Print that the variable is deprecated] ******** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:30 Wednesday 10 April 2024 15:03:02 +0000 (0:00:00.037) 0:01:41.216 ******* skipping: [sut] => {} TASK [linux-system-roles.mssql : Link the deprecated mssql_ha_listener_port fact] *** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:37 Wednesday 10 April 2024 15:03:02 +0000 (0:00:00.028) 0:01:41.245 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Print that the mssql_ad_sql_user_name variable is deprecated] *** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:44 Wednesday 10 April 2024 15:03:02 +0000 (0:00:00.049) 0:01:41.294 ******* skipping: [sut] => {} TASK [linux-system-roles.mssql : Link the deprecated mssql_ad_sql_user_name fact] *** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:51 Wednesday 10 April 2024 15:03:02 +0000 (0:00:00.101) 0:01:41.395 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Print that the mssql_ha_cluster_run_role variable is deprecated] *** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:58 Wednesday 10 April 2024 15:03:02 +0000 (0:00:00.048) 0:01:41.443 ******* skipping: [sut] => {} TASK [linux-system-roles.mssql : Link the deprecated mssql_ha_cluster_run_role fact] *** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:65 Wednesday 10 April 2024 15:03:02 +0000 (0:00:00.066) 0:01:41.510 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Verify that the user accepts EULA variables] *** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:69 Wednesday 10 April 2024 15:03:02 +0000 (0:00:00.029) 0:01:41.539 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [linux-system-roles.mssql : Verify that EL < 8 is not used with mssql_ha_configure=true] *** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:81 Wednesday 10 April 2024 15:03:02 +0000 (0:00:00.039) 0:01:41.579 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Verify if the mssql_ha_replica_type variable is provided correctly] *** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:89 Wednesday 10 April 2024 15:03:02 +0000 (0:00:00.035) 0:01:41.614 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Verify that 'mssql_ha_replica_type = primary' is provided once] *** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:98 Wednesday 10 April 2024 15:03:02 +0000 (0:00:00.028) 0:01:41.643 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Verify that mssql_ha_prep_for_pacemaker is provided correctly] *** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:111 Wednesday 10 April 2024 15:03:02 +0000 (0:00:00.022) 0:01:41.666 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Verify that selinux variables are used on supported platforms] *** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:122 Wednesday 10 April 2024 15:03:02 +0000 (0:00:00.033) 0:01:41.699 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Verify that mssql_manage_selinux is set properly] *** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:131 Wednesday 10 April 2024 15:03:02 +0000 (0:00:00.023) 0:01:41.723 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Gather package facts] ************************* task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:142 Wednesday 10 April 2024 15:03:02 +0000 (0:00:00.027) 0:01:41.750 ******* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.mssql : Set fact with the currently installed SQL Server version if any] *** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:146 Wednesday 10 April 2024 15:03:03 +0000 (0:00:00.943) 0:01:42.694 ******* 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, "item": { "key": 2019, "value": 15 }, "skip_reason": "Conditional result was False" } skipping: [sut] => (item={'key': 2022, 'value': 16}) => { "ansible_loop_var": "item", "changed": false, "item": { "key": 2022, "value": 16 }, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Set mssql_version variable if user does not define it] *** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:155 Wednesday 10 April 2024 15:03:03 +0000 (0:00:00.098) 0:01:42.793 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Verify if the mssql_version variable is provided correctly] *** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:162 Wednesday 10 April 2024 15:03:03 +0000 (0:00:00.084) 0:01:42.877 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [linux-system-roles.mssql : Verify if mssql_version is not smaller then the existing SQL Server version] *** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:169 Wednesday 10 April 2024 15:03:03 +0000 (0:00:00.026) 0:01:42.904 ******* skipping: [sut] => (item={'key': 2017, 'value': 14}) => { "ansible_loop_var": "item", "changed": false, "item": { "key": 2017, "value": 14 }, "skip_reason": "Conditional result was False" } skipping: [sut] => (item={'key': 2019, 'value': 15}) => { "ansible_loop_var": "item", "changed": false, "item": { "key": 2019, "value": 15 }, "skip_reason": "Conditional result was False" } skipping: [sut] => (item={'key': 2022, 'value': 16}) => { "ansible_loop_var": "item", "changed": false, "item": { "key": 2022, "value": 16 }, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Deploy the GPG key for Microsoft repositories] *** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:184 Wednesday 10 April 2024 15:03:03 +0000 (0:00:00.073) 0:01:42.977 ******* ok: [sut] => { "attempts": 1, "changed": false } TASK [linux-system-roles.mssql : Update all packages from SQL Server repo version 2017] *** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:198 Wednesday 10 April 2024 15:03:04 +0000 (0:00:00.338) 0:01:43.316 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Get yum repositories] ************************* task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:208 Wednesday 10 April 2024 15:03:04 +0000 (0:00:00.027) 0:01:43.344 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Remove the current Microsoft SQL Server repository to upgrade to 2017] *** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:219 Wednesday 10 April 2024 15:03:04 +0000 (0:00:00.023) 0:01:43.368 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Update all packages from SQL Server repo version 2017] *** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:233 Wednesday 10 April 2024 15:03:04 +0000 (0:00:00.025) 0:01:43.393 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Get zypper repositories] ********************** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:242 Wednesday 10 April 2024 15:03:04 +0000 (0:00:00.025) 0:01:43.419 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Remove the current Microsoft SQL Server repository to upgrade to 2017] *** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:254 Wednesday 10 April 2024 15:03:04 +0000 (0:00:00.024) 0:01:43.443 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the Microsoft SQL Server repo version 2017] *** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:261 Wednesday 10 April 2024 15:03:04 +0000 (0:00:00.022) 0:01:43.465 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the Microsoft SQL Server repo version 2017] *** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:273 Wednesday 10 April 2024 15:03:04 +0000 (0:00:00.027) 0:01:43.493 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure to run as a confined application with SELinux] *** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:286 Wednesday 10 April 2024 15:03:04 +0000 (0:00:00.021) 0:01:43.515 ******* ok: [sut] => { "changed": false, "rc": 0, "results": [ "mssql-server-selinux is not installed" ] } TASK [linux-system-roles.mssql : Ensure the package mssql-server] ************** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:291 Wednesday 10 April 2024 15:03:04 +0000 (0:00:00.368) 0:01:43.883 ******* ok: [sut] => { "changed": false, "rc": 0, "results": [ "mssql-server-14.0.3465.1-1.x86_64 providing mssql-server is already installed" ] } TASK [linux-system-roles.mssql : Ensure that the openldap-compat package is installed] *** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:299 Wednesday 10 April 2024 15:03:05 +0000 (0:00:00.336) 0:01:44.220 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Check if the errorlog file exists and its location] *** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:307 Wednesday 10 April 2024 15:03:05 +0000 (0:00:00.023) 0:01:44.243 ******* 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.005274", "end": "2024-04-10 15:03:05.300450", "rc": 0, "start": "2024-04-10 15:03:05.295176" } STDOUT: /var/opt/mssql/log/errorlog TASK [linux-system-roles.mssql : Gather system services facts] ***************** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:323 Wednesday 10 April 2024 15:03:05 +0000 (0:00:00.186) 0:01:44.429 ******* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.mssql : Set the __mssql_is_setup variable] ************ task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:327 Wednesday 10 April 2024 15:03:06 +0000 (0:00:00.705) 0:01:45.134 ******* ok: [sut] => { "ansible_facts": { "__mssql_is_setup": true }, "changed": false } TASK [linux-system-roles.mssql : Verify that the variables required for setting up MSSQL are defined] *** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:336 Wednesday 10 April 2024 15:03:06 +0000 (0:00:00.027) 0:01:45.162 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Set up MSSQL] ********************************* task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:352 Wednesday 10 April 2024 15:03:06 +0000 (0:00:00.020) 0:01:45.182 ******* skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.mssql : Ensure the directory and permissions for datadir and logdir] *** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:377 Wednesday 10 April 2024 15:03:06 +0000 (0:00:00.020) 0:01:45.202 ******* skipping: [sut] => (item={'path': None, 'mode': '755', 'setting': 'defaultdatadir'}) => { "ansible_loop_var": "item", "changed": false, "item": { "mode": "755", "path": null, "setting": "defaultdatadir" }, "skip_reason": "Conditional result was False" } skipping: [sut] => (item={'path': None, 'mode': '755', 'setting': 'defaultlogdir'}) => { "ansible_loop_var": "item", "changed": false, "item": { "mode": "755", "path": null, "setting": "defaultlogdir" }, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Set selinux role facts for ports] ************* task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:392 Wednesday 10 April 2024 15:03:06 +0000 (0:00:00.027) 0:01:45.229 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure correct SELinux context for storage paths and ports] ************** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:406 Wednesday 10 April 2024 15:03:06 +0000 (0:00:00.021) 0:01:45.251 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Ensure that the tuned-profiles-mssql package is installed] *** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:417 Wednesday 10 April 2024 15:03:06 +0000 (0:00:00.021) 0:01:45.272 ******* 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 [linux-system-roles.mssql : Ensure that the tuned service is started and enabled] *** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:423 Wednesday 10 April 2024 15:03:06 +0000 (0:00:00.339) 0:01:45.612 ******* ok: [sut] => { "changed": false, "enabled": true, "name": "tuned", "state": "started", "status": { "ActiveEnterTimestamp": "Wed 2024-04-10 14:22:42 UTC", "ActiveEnterTimestampMonotonic": "12292183", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "systemd-sysctl.service basic.target dbus.service network.target systemd-journald.socket system.slice", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Wed 2024-04-10 14:22:41 UTC", "AssertTimestampMonotonic": "11477380", "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": "Wed 2024-04-10 14:22:41 UTC", "ConditionTimestampMonotonic": "11477379", "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": "880", "ExecMainStartTimestamp": "Wed 2024-04-10 14:22:41 UTC", "ExecMainStartTimestampMonotonic": "11478309", "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": "Wed 2024-04-10 14:22:41 UTC", "InactiveExitTimestampMonotonic": "11478367", "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": "880", "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 dbus.service basic.target polkit.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": "Wed 2024-04-10 14:22:42 UTC", "WatchdogTimestampMonotonic": "12291793", "WatchdogUSec": "0" } } TASK [linux-system-roles.mssql : Get the active Tuned profiles] **************** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:430 Wednesday 10 April 2024 15:03:06 +0000 (0:00:00.218) 0:01:45.830 ******* ok: [sut] => { "changed": false, "cmd": [ "tuned-adm", "active" ], "delta": "0:00:00.098421", "end": "2024-04-10 15:03:06.985952", "rc": 0, "start": "2024-04-10 15:03:06.887531" } STDOUT: Current active profile: virtual-guest mssql TASK [linux-system-roles.mssql : Attempt to add mssql to the list of Tuned profiles] *** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:443 Wednesday 10 April 2024 15:03:07 +0000 (0:00:00.237) 0:01:46.067 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Remove troublemaking include from the mssql profile] *** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:456 Wednesday 10 April 2024 15:03:07 +0000 (0:00:00.033) 0:01:46.101 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Add the fixed mssql profile to the list of Tuned profiles] *** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:465 Wednesday 10 April 2024 15:03:07 +0000 (0:00:00.066) 0:01:46.167 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the Microsoft SQL Server Tools repository] *** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:475 Wednesday 10 April 2024 15:03:07 +0000 (0:00:00.033) 0:01:46.200 ******* ok: [sut] => { "changed": false, "repo": "packages-microsoft-com-prod", "state": "present" } TASK [linux-system-roles.mssql : Configure the Microsoft SQL Server Tools repository] *** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:483 Wednesday 10 April 2024 15:03:07 +0000 (0:00:00.144) 0:01:46.345 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Ensure that SQL Server client tools are installed] *** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:492 Wednesday 10 April 2024 15:03:07 +0000 (0:00:00.024) 0:01:46.369 ******* 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 [linux-system-roles.mssql : Prepare MSSQL and facts for logging in] ******* task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:504 Wednesday 10 April 2024 15:03:07 +0000 (0:00:00.346) 0:01:46.716 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Wait for mssql-server to prepare for client connections] *** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:508 Wednesday 10 April 2024 15:03:07 +0000 (0:00:00.029) 0:01:46.746 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Check if the set password matches the existing password] *** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:514 Wednesday 10 April 2024 15:03:07 +0000 (0:00:00.036) 0:01:46.782 ******* skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.mssql : Ensure that the mssql-server service is stopped] *** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:529 Wednesday 10 April 2024 15:03:07 +0000 (0:00:00.048) 0:01:46.831 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Gather package facts] ************************* task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:536 Wednesday 10 April 2024 15:03:07 +0000 (0:00:00.023) 0:01:46.855 ******* skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.mssql : Change the password of sa user] *************** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:544 Wednesday 10 April 2024 15:03:07 +0000 (0:00:00.031) 0:01:46.886 ******* skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.mssql : Pre-input SQL script files to SQL Server] ***** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:566 Wednesday 10 April 2024 15:03:07 +0000 (0:00:00.033) 0:01:46.920 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Pre-input SQL script contents to SQL Server] *** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:577 Wednesday 10 April 2024 15:03:07 +0000 (0:00:00.033) 0:01:46.953 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Check if the set edition matches the existing edition] *** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:592 Wednesday 10 April 2024 15:03:07 +0000 (0:00:00.022) 0:01:46.976 ******* 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.005202", "end": "2024-04-10 15:03:08.036752", "rc": 0, "start": "2024-04-10 15:03:08.031550" } STDOUT: true TASK [linux-system-roles.mssql : Ensure that the mssql-server service is stopped] *** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:606 Wednesday 10 April 2024 15:03:08 +0000 (0:00:00.167) 0:01:47.144 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Gather package facts] ************************* task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:613 Wednesday 10 April 2024 15:03:08 +0000 (0:00:00.027) 0:01:47.171 ******* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.mssql : Change the edition of MSSQL] ****************** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:619 Wednesday 10 April 2024 15:03:09 +0000 (0:00:01.038) 0:01:48.209 ******* skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.mssql : Configure the IP address setting] ************* task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:639 Wednesday 10 April 2024 15:03:09 +0000 (0:00:00.032) 0:01:48.241 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Register the previous tcpport setting] ******** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:646 Wednesday 10 April 2024 15:03:09 +0000 (0:00:00.027) 0:01:48.269 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Open the TCP port 1433] ************************************************** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:653 Wednesday 10 April 2024 15:03:09 +0000 (0:00:00.028) 0:01:48.298 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the TCP port setting to 1433] ******* task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:665 Wednesday 10 April 2024 15:03:09 +0000 (0:00:00.028) 0:01:48.326 ******* included: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml for sut TASK [linux-system-roles.mssql : Get the setting network tcpport] ************** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Wednesday 10 April 2024 15:03:09 +0000 (0:00:00.058) 0:01:48.384 ******* ok: [sut] => { "changed": false, "cmd": [ "grep", "^tcpport = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003119", "end": "2024-04-10 15:03:09.482280", "failed_when_result": false, "rc": 1, "start": "2024-04-10 15:03:09.479161" } MSG: non-zero return code TASK [linux-system-roles.mssql : Configure the setting network tcpport] ******** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 Wednesday 10 April 2024 15:03:09 +0000 (0:00:00.201) 0:01:48.586 ******* ok: [sut] => { "changed": false, "cmd": [ "/opt/mssql/bin/mssql-conf", "set", "network.tcpport", "1433" ], "delta": "0:00:00.049122", "end": "2024-04-10 15:03:09.718116", "failed_when_result": false, "rc": 0, "start": "2024-04-10 15:03:09.668994" } STDOUT: Validation error on setting 'network.tcpport' Port '1433' is already in use. Please use another port TASK [linux-system-roles.mssql : Unset the setting network tcpport] ************ task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:42 Wednesday 10 April 2024 15:03:09 +0000 (0:00:00.242) 0:01:48.828 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Close the previously set SQL Server TCP port if it changed] ************** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:671 Wednesday 10 April 2024 15:03:09 +0000 (0:00:00.065) 0:01:48.894 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the sqlagent setting] *************** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:691 Wednesday 10 April 2024 15:03:09 +0000 (0:00:00.056) 0:01:48.950 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Ensure the package mssql-server-fts] ********** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:698 Wednesday 10 April 2024 15:03:09 +0000 (0:00:00.063) 0:01:49.014 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Ensure the package powershell] **************** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:705 Wednesday 10 April 2024 15:03:09 +0000 (0:00:00.030) 0:01:49.044 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Check if the 3979 trace flag is enabled] ****** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:714 Wednesday 10 April 2024 15:03:10 +0000 (0:00:00.030) 0:01:49.075 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Set the 3979 traceflag] *********************** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:720 Wednesday 10 April 2024 15:03:10 +0000 (0:00:00.073) 0:01:49.148 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Unset the 3979 traceflag] ********************* task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:727 Wednesday 10 April 2024 15:03:10 +0000 (0:00:00.033) 0:01:49.182 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the alternatewritethrough setting] *** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:735 Wednesday 10 April 2024 15:03:10 +0000 (0:00:00.031) 0:01:49.213 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the writethrough setting] *********** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:741 Wednesday 10 April 2024 15:03:10 +0000 (0:00:00.029) 0:01:49.243 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create certificates using the certificate role] ************************** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:759 Wednesday 10 April 2024 15:03:10 +0000 (0:00:00.036) 0:01:49.279 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Set mssql_tls_cert and _private_key based on the cert name] *** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:773 Wednesday 10 April 2024 15:03:10 +0000 (0:00:00.027) 0:01:49.307 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Copy certificate and private_key files to the host] *** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:778 Wednesday 10 April 2024 15:03:10 +0000 (0:00:00.023) 0:01:49.331 ******* changed: [sut] => (item=/tmp/ansible.DxIsD1) => { "ansible_loop_var": "item", "changed": true, "checksum": "378c3c9fead9c3116f0fbeb3aea334265572a018", "dest": "/etc/pki/tls/certs/ansible.DxIsD1", "gid": 994, "group": "mssql", "item": "/tmp/ansible.DxIsD1", "md5sum": "9eee890d63997f9002624fa67c2f8a02", "mode": "0600", "owner": "mssql", "secontext": "system_u:object_r:cert_t:s0", "size": 1103, "src": "/tmp/ansible.DxIsD1", "state": "file", "uid": 996 } changed: [sut] => (item=/tmp/ansible.Z57cgW) => { "ansible_loop_var": "item", "changed": true, "checksum": "12541097bd3f508f4ef3b45d0fd1b346a49eb3ba", "dest": "/etc/pki/tls/private/ansible.Z57cgW", "gid": 994, "group": "mssql", "item": "/tmp/ansible.Z57cgW", "md5sum": "31d7b572d955658bd58136af1b5237d2", "mode": "0600", "owner": "mssql", "secontext": "system_u:object_r:cert_t:s0", "size": 1704, "src": "/tmp/ansible.Z57cgW", "state": "file", "uid": 996 } TASK [linux-system-roles.mssql : Configure the tlscert setting] **************** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:796 Wednesday 10 April 2024 15:03:10 +0000 (0:00:00.426) 0:01:49.758 ******* included: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml for sut TASK [linux-system-roles.mssql : Get the setting network tlscert] ************** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Wednesday 10 April 2024 15:03:10 +0000 (0:00:00.059) 0:01:49.817 ******* ok: [sut] => { "changed": false, "cmd": [ "grep", "^tlscert = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003029", "end": "2024-04-10 15:03:10.883126", "failed_when_result": false, "rc": 1, "start": "2024-04-10 15:03:10.880097" } MSG: non-zero return code TASK [linux-system-roles.mssql : Configure the setting network tlscert] ******** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 Wednesday 10 April 2024 15:03:10 +0000 (0:00:00.187) 0:01:50.005 ******* NOTIFIED HANDLER linux-system-roles.mssql : Restart the mssql-server service for sut changed: [sut] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "set", "network.tlscert", "/etc/pki/tls/certs/ansible.DxIsD1" ], "delta": "0:00:00.047996", "end": "2024-04-10 15:03:11.140443", "failed_when_result": false, "rc": 0, "start": "2024-04-10 15:03:11.092447" } STDOUT: SQL Server needs to be restarted in order to apply this setting. Please run 'systemctl restart mssql-server.service'. TASK [linux-system-roles.mssql : Unset the setting network tlscert] ************ task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:42 Wednesday 10 April 2024 15:03:11 +0000 (0:00:00.243) 0:01:50.249 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the tlskey setting] ***************** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:805 Wednesday 10 April 2024 15:03:11 +0000 (0:00:00.038) 0:01:50.287 ******* included: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml for sut TASK [linux-system-roles.mssql : Get the setting network tlskey] *************** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Wednesday 10 April 2024 15:03:11 +0000 (0:00:00.069) 0:01:50.356 ******* ok: [sut] => { "changed": false, "cmd": [ "grep", "^tlskey = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003063", "end": "2024-04-10 15:03:11.414343", "failed_when_result": false, "rc": 1, "start": "2024-04-10 15:03:11.411280" } MSG: non-zero return code TASK [linux-system-roles.mssql : Configure the setting network tlskey] ********* task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 Wednesday 10 April 2024 15:03:11 +0000 (0:00:00.141) 0:01:50.498 ******* changed: [sut] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "set", "network.tlskey", "/etc/pki/tls/private/ansible.Z57cgW" ], "delta": "0:00:00.048636", "end": "2024-04-10 15:03:11.636257", "failed_when_result": false, "rc": 0, "start": "2024-04-10 15:03:11.587621" } STDOUT: SQL Server needs to be restarted in order to apply this setting. Please run 'systemctl restart mssql-server.service'. TASK [linux-system-roles.mssql : Unset the setting network tlskey] ************* task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:42 Wednesday 10 April 2024 15:03:11 +0000 (0:00:00.275) 0:01:50.774 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the tlsprotocols setting] *********** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:814 Wednesday 10 April 2024 15:03:11 +0000 (0:00:00.027) 0:01:50.801 ******* included: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml for sut TASK [linux-system-roles.mssql : Get the setting network tlsprotocols] ********* task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Wednesday 10 April 2024 15:03:11 +0000 (0:00:00.062) 0:01:50.863 ******* ok: [sut] => { "changed": false, "cmd": [ "grep", "^tlsprotocols = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003150", "end": "2024-04-10 15:03:11.964608", "failed_when_result": false, "rc": 1, "start": "2024-04-10 15:03:11.961458" } MSG: non-zero return code TASK [linux-system-roles.mssql : Configure the setting network tlsprotocols] *** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 Wednesday 10 April 2024 15:03:12 +0000 (0:00:00.195) 0:01:51.059 ******* changed: [sut] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "set", "network.tlsprotocols", "1.2" ], "delta": "0:00:00.051267", "end": "2024-04-10 15:03:12.178178", "failed_when_result": false, "rc": 0, "start": "2024-04-10 15:03:12.126911" } STDOUT: SQL Server needs to be restarted in order to apply this setting. Please run 'systemctl restart mssql-server.service'. TASK [linux-system-roles.mssql : Unset the setting network tlsprotocols] ******* task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:42 Wednesday 10 April 2024 15:03:12 +0000 (0:00:00.204) 0:01:51.264 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the forceencryption setting] ******** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:821 Wednesday 10 April 2024 15:03:12 +0000 (0:00:00.025) 0:01:51.289 ******* included: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml for sut TASK [linux-system-roles.mssql : Get the setting network forceencryption] ****** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Wednesday 10 April 2024 15:03:12 +0000 (0:00:00.072) 0:01:51.361 ******* ok: [sut] => { "changed": false, "cmd": [ "grep", "^forceencryption = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003153", "end": "2024-04-10 15:03:12.418865", "failed_when_result": false, "rc": 1, "start": "2024-04-10 15:03:12.415712" } MSG: non-zero return code TASK [linux-system-roles.mssql : Configure the setting network forceencryption] *** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 Wednesday 10 April 2024 15:03:12 +0000 (0:00:00.147) 0:01:51.509 ******* changed: [sut] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "set", "network.forceencryption", "1" ], "delta": "0:00:00.049707", "end": "2024-04-10 15:03:12.646106", "failed_when_result": false, "rc": 0, "start": "2024-04-10 15:03:12.596399" } STDOUT: SQL Server needs to be restarted in order to apply this setting. Please run 'systemctl restart mssql-server.service'. TASK [linux-system-roles.mssql : Unset the setting network forceencryption] **** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:42 Wednesday 10 April 2024 15:03:12 +0000 (0:00:00.247) 0:01:51.757 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Verify that ad_integration_realm variable is provided] *** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:830 Wednesday 10 April 2024 15:03:12 +0000 (0:00:00.024) 0:01:51.781 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Join to realm {{ ad_integration_realm }}] ******************************** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:838 Wednesday 10 April 2024 15:03:12 +0000 (0:00:00.028) 0:01:51.809 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Ensure adutil and krb5-workstation] *********** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:846 Wednesday 10 April 2024 15:03:12 +0000 (0:00:00.042) 0:01:51.851 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Print credential caches to check if AD principal exists] *** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:853 Wednesday 10 April 2024 15:03:12 +0000 (0:00:00.049) 0:01:51.900 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Print status of credential cache for {{ __mssql_ad_kinit_user }}] *** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:860 Wednesday 10 April 2024 15:03:12 +0000 (0:00:00.043) 0:01:51.944 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Obtain Kerberos ticket for {{ __mssql_ad_kinit_user }}] *** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:869 Wednesday 10 April 2024 15:03:13 +0000 (0:00:00.118) 0:01:52.063 ******* skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.mssql : Check if AD user exists] ********************** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:882 Wednesday 10 April 2024 15:03:13 +0000 (0:00:00.201) 0:01:52.264 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : In AD server create user] ********************* task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:891 Wednesday 10 April 2024 15:03:13 +0000 (0:00:00.040) 0:01:52.304 ******* skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.mssql : Get SPNs for the principal] ******************* task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:903 Wednesday 10 April 2024 15:03:13 +0000 (0:00:00.066) 0:01:52.371 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Register SPNs to the principal] *************** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:908 Wednesday 10 April 2024 15:03:13 +0000 (0:00:00.032) 0:01:52.403 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Get kvno of the SPN host] ********************* task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:925 Wednesday 10 April 2024 15:03:13 +0000 (0:00:00.079) 0:01:52.483 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Get stats of the keytab file] ***************** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:930 Wednesday 10 April 2024 15:03:13 +0000 (0:00:00.054) 0:01:52.537 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Get keytab properties] ************************ task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:935 Wednesday 10 April 2024 15:03:13 +0000 (0:00:00.075) 0:01:52.612 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Create keytab] ******************************** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:941 Wednesday 10 April 2024 15:03:13 +0000 (0:00:00.052) 0:01:52.665 ******* skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.mssql : Add an entry in the keytab for the principal name and password] *** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:967 Wednesday 10 April 2024 15:03:13 +0000 (0:00:00.041) 0:01:52.707 ******* skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.mssql : Ensure correct permissions and ownership on the keytab] *** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:988 Wednesday 10 April 2024 15:03:13 +0000 (0:00:00.031) 0:01:52.738 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Fetch keytab file to host] ******************** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:996 Wednesday 10 April 2024 15:03:13 +0000 (0:00:00.024) 0:01:52.762 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the network.kerberoskeytabfile setting] *** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:1006 Wednesday 10 April 2024 15:03:13 +0000 (0:00:00.039) 0:01:52.802 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the network.kerberoskeytabfile setting] *** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:1012 Wednesday 10 April 2024 15:03:13 +0000 (0:00:00.033) 0:01:52.835 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Verify that hosts with mssql_ha_replica_type=primary is available] *** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:1030 Wednesday 10 April 2024 15:03:13 +0000 (0:00:00.033) 0:01:52.869 ******* skipping: [sut] => { "changed": false, "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-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:1045 Wednesday 10 April 2024 15:03:13 +0000 (0:00:00.045) 0:01:52.914 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Set host variables] *************************** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:1065 Wednesday 10 April 2024 15:03:13 +0000 (0:00:00.045) 0:01:52.959 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Ensure the package mssql-server-ha] *********** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:1118 Wednesday 10 April 2024 15:03:13 +0000 (0:00:00.054) 0:01:53.013 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Enable the hadrenabled setting] *************** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:1125 Wednesday 10 April 2024 15:03:14 +0000 (0:00:00.055) 0:01:53.068 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Restart the mssql-server service if hadrenabled task was changed] *** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:1132 Wednesday 10 April 2024 15:03:14 +0000 (0:00:00.031) 0:01:53.100 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Remove certificate from SQL Server] *********** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:1143 Wednesday 10 April 2024 15:03:14 +0000 (0:00:00.098) 0:01:53.199 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Remove certificate and private key files] ***** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:1149 Wednesday 10 April 2024 15:03:14 +0000 (0:00:00.041) 0:01:53.240 ******* skipping: [sut] => (item=/var/opt/mssql/data/.cer) => { "ansible_loop_var": "item", "changed": false, "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, "item": "/var/opt/mssql/data/.pvk", "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure SQL entities on the primary replica] *** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:1157 Wednesday 10 April 2024 15:03:14 +0000 (0:00:00.051) 0:01:53.292 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Create login for HA on in SQL Server] ********* task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:1166 Wednesday 10 April 2024 15:03:14 +0000 (0:00:00.034) 0:01:53.326 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Fetch certificate files from the primary to the control node] *** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:1174 Wednesday 10 April 2024 15:03:14 +0000 (0:00:00.043) 0:01:53.370 ******* skipping: [sut] => (item={'key': 'cert', 'value': '/var/opt/mssql/data/.cer'}) => { "ansible_loop_var": "item", "changed": false, "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, "item": { "key": "key", "value": "/var/opt/mssql/data/.pvk" }, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Get the current primary replica in SQL] ******* task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:1188 Wednesday 10 April 2024 15:03:14 +0000 (0:00:00.053) 0:01:53.423 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Set fact with the current primary replica] **** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:1195 Wednesday 10 April 2024 15:03:14 +0000 (0:00:00.035) 0:01:53.459 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure ag] ********************************* task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:1220 Wednesday 10 April 2024 15:03:14 +0000 (0:00:00.023) 0:01:53.483 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Grant permissions to HA login] **************** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:1229 Wednesday 10 April 2024 15:03:14 +0000 (0:00:00.045) 0:01:53.528 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Replicate DBs] ******************************** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:1239 Wednesday 10 April 2024 15:03:14 +0000 (0:00:00.045) 0:01:53.574 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Grant permissions to HA login] **************** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:1250 Wednesday 10 April 2024 15:03:14 +0000 (0:00:00.064) 0:01:53.638 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Verify that hosts with replica_type=primary is available] *** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:1263 Wednesday 10 April 2024 15:03:14 +0000 (0:00:00.068) 0:01:53.706 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Ensure the package mssql-server-ha] *********** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:1276 Wednesday 10 April 2024 15:03:14 +0000 (0:00:00.027) 0:01:53.734 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Enable the hadrenabled setting] *************** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:1283 Wednesday 10 April 2024 15:03:14 +0000 (0:00:00.054) 0:01:53.789 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Restart the mssql-server service if hadrenabled task was changed] *** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:1290 Wednesday 10 April 2024 15:03:14 +0000 (0:00:00.064) 0:01:53.854 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Remove certificate from SQL Server] *********** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:1299 Wednesday 10 April 2024 15:03:14 +0000 (0:00:00.036) 0:01:53.890 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Distribute certificate and private key to managed nodes] *** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:1306 Wednesday 10 April 2024 15:03:14 +0000 (0:00:00.030) 0:01:53.921 ******* skipping: [sut] => (item={'key': 'cert', 'value': '/var/opt/mssql/data/.cer'}) => { "ansible_loop_var": "item", "changed": false, "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, "item": { "key": "key", "value": "/var/opt/mssql/data/.pvk" }, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure SQL entities on not primary replicas] *** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:1318 Wednesday 10 April 2024 15:03:14 +0000 (0:00:00.057) 0:01:53.978 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Create HA login] ****************************** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:1327 Wednesday 10 April 2024 15:03:15 +0000 (0:00:00.115) 0:01:54.094 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Join to availability group] ******************* task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:1334 Wednesday 10 April 2024 15:03:15 +0000 (0:00:00.028) 0:01:54.122 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Grant permissions to HA login] **************** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:1340 Wednesday 10 April 2024 15:03:15 +0000 (0:00:00.024) 0:01:54.147 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Remove certificate and private key from the control node] *** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:1348 Wednesday 10 April 2024 15:03:15 +0000 (0:00:00.024) 0:01:54.172 ******* skipping: [sut] => (item=cert) => { "ansible_loop_var": "item", "changed": false, "item": "cert", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=key) => { "ansible_loop_var": "item", "changed": false, "item": "key", "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Save credentials for the SQL Server login] **** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:1361 Wednesday 10 April 2024 15:03:15 +0000 (0:00:00.029) 0:01:54.201 ******* 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-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:1373 Wednesday 10 April 2024 15:03:15 +0000 (0:00:00.040) 0:01:54.242 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Wait for the cluster to finish configuration] *** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:1378 Wednesday 10 April 2024 15:03:15 +0000 (0:00:00.059) 0:01:54.302 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure listener for the availability group] *** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:1384 Wednesday 10 April 2024 15:03:15 +0000 (0:00:00.049) 0:01:54.352 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Ensure the ansible_managed header in /var/opt/mssql/mssql.conf] *** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:1393 Wednesday 10 April 2024 15:03:15 +0000 (0:00:00.049) 0:01:54.401 ******* changed: [sut] => { "changed": true } MSG: Block inserted RUNNING HANDLER [linux-system-roles.mssql : Restart the mssql-server service] *** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/handlers/main.yml:3 Wednesday 10 April 2024 15:03:15 +0000 (0:00:00.223) 0:01:54.624 ******* changed: [sut] => { "changed": true, "name": "mssql-server", "state": "started", "status": { "ActiveEnterTimestamp": "Wed 2024-04-10 15:02:50 UTC", "ActiveEnterTimestampMonotonic": "2420680612", "ActiveExitTimestamp": "Wed 2024-04-10 15:02:49 UTC", "ActiveExitTimestampMonotonic": "2419514745", "ActiveState": "active", "After": "-.mount basic.target network.target auditd.service systemd-journald.socket system.slice", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Wed 2024-04-10 15:02:50 UTC", "AssertTimestampMonotonic": "2420679783", "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": "Wed 2024-04-10 15:02:50 UTC", "ConditionTimestampMonotonic": "2420679781", "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": "29055", "ExecMainStartTimestamp": "Wed 2024-04-10 15:02:50 UTC", "ExecMainStartTimestampMonotonic": "2420680528", "ExecMainStatus": "0", "ExecStart": "{ path=/opt/mssql/bin/sqlservr ; argv[]=/opt/mssql/bin/sqlservr ; ignore_errors=no ; start_time=[Wed 2024-04-10 15:02:50 UTC] ; stop_time=[n/a] ; pid=29055 ; 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": "Wed 2024-04-10 15:02:50 UTC", "InactiveEnterTimestampMonotonic": "2420679190", "InactiveExitTimestamp": "Wed 2024-04-10 15:02:50 UTC", "InactiveExitTimestampMonotonic": "2420680612", "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": "29055", "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 -.mount basic.target", "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": "Wed 2024-04-10 15:02:50 UTC", "WatchdogTimestampMonotonic": "2420680578", "WatchdogUSec": "0", "WorkingDirectory": "/var/opt/mssql" } } META: ran handlers TASK [linux-system-roles.mssql : Post-input SQL scripts to SQL Server] ********* task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:1406 Wednesday 10 April 2024 15:03:16 +0000 (0:00:00.651) 0:01:55.276 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Post-input SQL scripts to SQL Server] ********* task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:1417 Wednesday 10 April 2024 15:03:16 +0000 (0:00:00.062) 0:01:55.338 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify connectivity and settings] **************************************** task path: /WORKDIR/git-susekjdihrec/tests/tasks/tests_tls.yml:131 Wednesday 10 April 2024 15:03:16 +0000 (0:00:00.048) 0:01:55.387 ******* included: /WORKDIR/git-susekjdihrec/tests/tasks/verify_settings.yml for sut TASK [Check if the errorlog file exists and its location] ********************** task path: /WORKDIR/git-susekjdihrec/tests/tasks/verify_settings.yml:8 Wednesday 10 April 2024 15:03:16 +0000 (0:00:00.165) 0:01:55.552 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if the set edition matches the existing edition] ******************* task path: /WORKDIR/git-susekjdihrec/tests/tasks/verify_settings.yml:23 Wednesday 10 April 2024 15:03:16 +0000 (0:00:00.104) 0:01:55.657 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify if the edition matches] ******************************************* task path: /WORKDIR/git-susekjdihrec/tests/tasks/verify_settings.yml:35 Wednesday 10 April 2024 15:03:16 +0000 (0:00:00.042) 0:01:55.699 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the setting {{ item.key }}] *************************************** task path: /WORKDIR/git-susekjdihrec/tests/tasks/verify_settings.yml:39 Wednesday 10 April 2024 15:03:16 +0000 (0:00:00.030) 0:01:55.730 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get stat of mssql_datadir] *********************************************** task path: /WORKDIR/git-susekjdihrec/tests/tasks/verify_settings.yml:55 Wednesday 10 April 2024 15:03:16 +0000 (0:00:00.029) 0:01:55.759 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Assert that mssql_datadir has proper permissions and ownership] ********** task path: /WORKDIR/git-susekjdihrec/tests/tasks/verify_settings.yml:60 Wednesday 10 April 2024 15:03:16 +0000 (0:00:00.024) 0:01:55.784 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get stat of mssql_logdir] ************************************************ task path: /WORKDIR/git-susekjdihrec/tests/tasks/verify_settings.yml:70 Wednesday 10 April 2024 15:03:16 +0000 (0:00:00.027) 0:01:55.811 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Assert that mssql_logdir has proper permissions and ownership] *********** task path: /WORKDIR/git-susekjdihrec/tests/tasks/verify_settings.yml:75 Wednesday 10 April 2024 15:03:16 +0000 (0:00:00.028) 0:01:55.840 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Prepare MSSQL and facts for logging in] ********************************** task path: /WORKDIR/git-susekjdihrec/tests/tasks/verify_settings.yml:85 Wednesday 10 April 2024 15:03:16 +0000 (0:00:00.030) 0:01:55.870 ******* TASK [linux-system-roles.mssql : Ensure that the mssql-server service is started] *** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/verify_password.yml:3 Wednesday 10 April 2024 15:03:16 +0000 (0:00:00.053) 0:01:55.924 ******* ok: [sut] => { "changed": false, "name": "mssql-server", "state": "started", "status": { "ActiveEnterTimestamp": "Wed 2024-04-10 15:03:16 UTC", "ActiveEnterTimestampMonotonic": "2446240859", "ActiveExitTimestamp": "Wed 2024-04-10 15:03:15 UTC", "ActiveExitTimestampMonotonic": "2445986370", "ActiveState": "active", "After": "-.mount basic.target network.target auditd.service systemd-journald.socket system.slice", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Wed 2024-04-10 15:03:16 UTC", "AssertTimestampMonotonic": "2446240195", "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": "Wed 2024-04-10 15:03:16 UTC", "ConditionTimestampMonotonic": "2446240194", "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": "29907", "ExecMainStartTimestamp": "Wed 2024-04-10 15:03:16 UTC", "ExecMainStartTimestampMonotonic": "2446240791", "ExecMainStatus": "0", "ExecStart": "{ path=/opt/mssql/bin/sqlservr ; argv[]=/opt/mssql/bin/sqlservr ; ignore_errors=no ; start_time=[Wed 2024-04-10 15:03:16 UTC] ; stop_time=[n/a] ; pid=29907 ; 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": "Wed 2024-04-10 15:03:16 UTC", "InactiveEnterTimestampMonotonic": "2446238983", "InactiveExitTimestamp": "Wed 2024-04-10 15:03:16 UTC", "InactiveExitTimestampMonotonic": "2446240859", "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": "29907", "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 -.mount basic.target", "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": "Wed 2024-04-10 15:03:16 UTC", "WatchdogTimestampMonotonic": "2446240834", "WatchdogUSec": "0", "WorkingDirectory": "/var/opt/mssql" } } TASK [linux-system-roles.mssql : Check if a custom tcpport setting exist] ****** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/verify_password.yml:8 Wednesday 10 April 2024 15:03:17 +0000 (0:00:00.242) 0:01:56.167 ******* ok: [sut] => { "changed": false, "cmd": [ "grep", "^tcpport = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003248", "end": "2024-04-10 15:03:17.242652", "failed_when_result": false, "rc": 1, "start": "2024-04-10 15:03:17.239404" } MSG: non-zero return code TASK [linux-system-roles.mssql : Check if a custom ipaddress setting exist] **** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/verify_password.yml:14 Wednesday 10 April 2024 15:03:17 +0000 (0:00:00.161) 0:01:56.329 ******* ok: [sut] => { "changed": false, "cmd": [ "grep", "^ipaddress = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.002954", "end": "2024-04-10 15:03:17.412186", "failed_when_result": false, "rc": 1, "start": "2024-04-10 15:03:17.409232" } MSG: non-zero return code TASK [linux-system-roles.mssql : Set a fact with a login command] ************** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/verify_password.yml:20 Wednesday 10 April 2024 15:03:17 +0000 (0:00:00.192) 0:01:56.522 ******* 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-susekjdihrec/tests/tasks/verify_settings.yml:93 Wednesday 10 April 2024 15:03:17 +0000 (0:00:00.069) 0:01:56.591 ******* 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": 6895, "state": "file", "uid": 996 } TASK [Check if the set password matches the existing password] ***************** task path: /WORKDIR/git-susekjdihrec/tests/tasks/verify_settings.yml:99 Wednesday 10 April 2024 15:03:18 +0000 (0:00:01.225) 0:01:57.817 ******* ok: [sut] => { "attempts": 1, "changed": false, "cmd": [ "/opt/mssql-tools/bin/sqlcmd", "-U", "sa", "-P", "p@55w0rD", "-Q", "SELECT @@VERSION" ], "delta": "0:00:05.599613", "end": "2024-04-10 15:03:24.473755", "rc": 0, "start": "2024-04-10 15:03:18.874142" } STDOUT: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ Microsoft SQL Server 2017 (RTM-CU31-GDR) (KB5029376) - 14.0.3465.1 (X64) Jul 30 2023 15:31:58 Copyright (C) 2017 Microsoft Corporation Enterprise Evaluation Edition (64-bit) on Linux (CentOS Linux 7 (Core)) (1 rows affected) TASK [Set the mssql_password variable to default null] ************************* task path: /WORKDIR/git-susekjdihrec/tests/tasks/verify_settings.yml:118 Wednesday 10 April 2024 15:03:24 +0000 (0:00:05.745) 0:02:03.562 ******* ok: [sut] => { "ansible_facts": { "mssql_password": null }, "changed": false } TASK [Verify the package mssql-server-fts] ************************************* task path: /WORKDIR/git-susekjdihrec/tests/tasks/verify_settings.yml:122 Wednesday 10 April 2024 15:03:24 +0000 (0:00:00.032) 0:02:03.594 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the package powershell] ******************************************* task path: /WORKDIR/git-susekjdihrec/tests/tasks/verify_settings.yml:129 Wednesday 10 April 2024 15:03:24 +0000 (0:00:00.042) 0:02:03.637 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the value of the traceflag setting] ********************************** task path: /WORKDIR/git-susekjdihrec/tests/tasks/verify_settings.yml:140 Wednesday 10 April 2024 15:03:24 +0000 (0:00:00.022) 0:02:03.659 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that the traceflag setting is set to 3979] ************************ task path: /WORKDIR/git-susekjdihrec/tests/tasks/verify_settings.yml:145 Wednesday 10 April 2024 15:03:24 +0000 (0:00:00.023) 0:02:03.683 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that the traceflag setting is not set to 3979] ******************** task path: /WORKDIR/git-susekjdihrec/tests/tasks/verify_settings.yml:150 Wednesday 10 April 2024 15:03:24 +0000 (0:00:00.027) 0:02:03.711 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that the alternatewritethrough setting is false] ****************** task path: /WORKDIR/git-susekjdihrec/tests/tasks/verify_settings.yml:156 Wednesday 10 April 2024 15:03:24 +0000 (0:00:00.024) 0:02:03.736 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the writethrough setting] ***************************************** task path: /WORKDIR/git-susekjdihrec/tests/tasks/verify_settings.yml:162 Wednesday 10 April 2024 15:03:24 +0000 (0:00:00.021) 0:02:03.757 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the tlscert setting] ********************************************** task path: /WORKDIR/git-susekjdihrec/tests/tasks/verify_settings.yml:172 Wednesday 10 April 2024 15:03:24 +0000 (0:00:00.081) 0:02:03.838 ******* included: /WORKDIR/git-susekjdihrec/tests/tasks/mssql_conf_verify.yml for sut TASK [Get the value of the setting tlscert] ************************************ task path: /WORKDIR/git-susekjdihrec/tests/tasks/mssql_conf_verify.yml:7 Wednesday 10 April 2024 15:03:24 +0000 (0:00:00.041) 0:02:03.880 ******* ok: [sut] => { "changed": false, "cmd": "grep '^tlscert' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004402", "end": "2024-04-10 15:03:24.939754", "rc": 0, "start": "2024-04-10 15:03:24.935352" } STDOUT: tlscert = /etc/pki/tls/certs/ansible.DxIsD1 TASK [Verify the setting when it is type str tlscert] ************************** task path: /WORKDIR/git-susekjdihrec/tests/tasks/mssql_conf_verify.yml:14 Wednesday 10 April 2024 15:03:24 +0000 (0:00:00.141) 0:02:04.021 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the setting when it is type bool tlscert] ************************* task path: /WORKDIR/git-susekjdihrec/tests/tasks/mssql_conf_verify.yml:25 Wednesday 10 April 2024 15:03:24 +0000 (0:00:00.030) 0:02:04.052 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that tcpport = /etc/pki/tls/certs/ansible.DxIsD1] ***************** task path: /WORKDIR/git-susekjdihrec/tests/tasks/mssql_conf_verify.yml:40 Wednesday 10 April 2024 15:03:25 +0000 (0:00:00.026) 0:02:04.078 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the tlskey setting] *********************************************** task path: /WORKDIR/git-susekjdihrec/tests/tasks/verify_settings.yml:183 Wednesday 10 April 2024 15:03:25 +0000 (0:00:00.022) 0:02:04.101 ******* included: /WORKDIR/git-susekjdihrec/tests/tasks/mssql_conf_verify.yml for sut TASK [Get the value of the setting tlskey] ************************************* task path: /WORKDIR/git-susekjdihrec/tests/tasks/mssql_conf_verify.yml:7 Wednesday 10 April 2024 15:03:25 +0000 (0:00:00.046) 0:02:04.147 ******* ok: [sut] => { "changed": false, "cmd": "grep '^tlskey' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004629", "end": "2024-04-10 15:03:25.214730", "rc": 0, "start": "2024-04-10 15:03:25.210101" } STDOUT: tlskey = /etc/pki/tls/private/ansible.Z57cgW TASK [Verify the setting when it is type str tlskey] *************************** task path: /WORKDIR/git-susekjdihrec/tests/tasks/mssql_conf_verify.yml:14 Wednesday 10 April 2024 15:03:25 +0000 (0:00:00.147) 0:02:04.294 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the setting when it is type bool tlskey] ************************** task path: /WORKDIR/git-susekjdihrec/tests/tasks/mssql_conf_verify.yml:25 Wednesday 10 April 2024 15:03:25 +0000 (0:00:00.029) 0:02:04.324 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that tcpport = /etc/pki/tls/private/ansible.Z57cgW] *************** task path: /WORKDIR/git-susekjdihrec/tests/tasks/mssql_conf_verify.yml:40 Wednesday 10 April 2024 15:03:25 +0000 (0:00:00.026) 0:02:04.351 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the tlsprotocols setting] ***************************************** task path: /WORKDIR/git-susekjdihrec/tests/tasks/verify_settings.yml:195 Wednesday 10 April 2024 15:03:25 +0000 (0:00:00.020) 0:02:04.371 ******* included: /WORKDIR/git-susekjdihrec/tests/tasks/mssql_conf_verify.yml for sut TASK [Get the value of the setting tlsprotocols] ******************************* task path: /WORKDIR/git-susekjdihrec/tests/tasks/mssql_conf_verify.yml:7 Wednesday 10 April 2024 15:03:25 +0000 (0:00:00.037) 0:02:04.409 ******* ok: [sut] => { "changed": false, "cmd": "grep '^tlsprotocols' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004392", "end": "2024-04-10 15:03:25.468440", "rc": 0, "start": "2024-04-10 15:03:25.464048" } STDOUT: tlsprotocols = 1.2 TASK [Verify the setting when it is type str tlsprotocols] ********************* task path: /WORKDIR/git-susekjdihrec/tests/tasks/mssql_conf_verify.yml:14 Wednesday 10 April 2024 15:03:25 +0000 (0:00:00.138) 0:02:04.548 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the setting when it is type bool tlsprotocols] ******************** task path: /WORKDIR/git-susekjdihrec/tests/tasks/mssql_conf_verify.yml:25 Wednesday 10 April 2024 15:03:25 +0000 (0:00:00.035) 0:02:04.583 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that tcpport = 1.2] *********************************************** task path: /WORKDIR/git-susekjdihrec/tests/tasks/mssql_conf_verify.yml:40 Wednesday 10 April 2024 15:03:25 +0000 (0:00:00.070) 0:02:04.653 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the forceencryption setting] ************************************** task path: /WORKDIR/git-susekjdihrec/tests/tasks/verify_settings.yml:203 Wednesday 10 April 2024 15:03:25 +0000 (0:00:00.028) 0:02:04.682 ******* included: /WORKDIR/git-susekjdihrec/tests/tasks/mssql_conf_verify.yml for sut TASK [Get the value of the setting forceencryption] **************************** task path: /WORKDIR/git-susekjdihrec/tests/tasks/mssql_conf_verify.yml:7 Wednesday 10 April 2024 15:03:25 +0000 (0:00:00.049) 0:02:04.731 ******* ok: [sut] => { "changed": false, "cmd": "grep '^forceencryption' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004284", "end": "2024-04-10 15:03:25.788707", "rc": 0, "start": "2024-04-10 15:03:25.784423" } STDOUT: forceencryption = 1 TASK [Verify the setting when it is type str forceencryption] ****************** task path: /WORKDIR/git-susekjdihrec/tests/tasks/mssql_conf_verify.yml:14 Wednesday 10 April 2024 15:03:25 +0000 (0:00:00.144) 0:02:04.876 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the setting when it is type bool forceencryption] ***************** task path: /WORKDIR/git-susekjdihrec/tests/tasks/mssql_conf_verify.yml:25 Wednesday 10 April 2024 15:03:25 +0000 (0:00:00.025) 0:02:04.902 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify that tcpport = True] ********************************************** task path: /WORKDIR/git-susekjdihrec/tests/tasks/mssql_conf_verify.yml:40 Wednesday 10 April 2024 15:03:25 +0000 (0:00:00.030) 0:02:04.932 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify configuration for confined application] *************************** task path: /WORKDIR/git-susekjdihrec/tests/tasks/verify_settings.yml:210 Wednesday 10 April 2024 15:03:25 +0000 (0:00:00.023) 0:02:04.955 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check the ansible_managed header in the configuration file] ************** task path: /WORKDIR/git-susekjdihrec/tests/tasks/tests_tls.yml:137 Wednesday 10 April 2024 15:03:25 +0000 (0:00:00.021) 0:02:04.977 ******* included: /WORKDIR/git-susekjdihrec/tests/tasks/check_header.yml for sut TASK [Grep the ansible_managed header in /var/opt/mssql/mssql.conf] ************ task path: /WORKDIR/git-susekjdihrec/tests/tasks/check_header.yml:4 Wednesday 10 April 2024 15:03:26 +0000 (0:00:00.140) 0:02:05.118 ******* ok: [sut] => { "changed": false, "cmd": [ "grep", "Ansible managed\n", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003180", "end": "2024-04-10 15:03:26.208293", "rc": 0, "start": "2024-04-10 15:03:26.205113" } STDOUT: # BEGIN ANSIBLE MANAGED BLOCK # # Ansible managed # # system_role:mssql # END ANSIBLE MANAGED BLOCK [sqlagent] enabled = false [EULA] accepteula = Y [network] tlscert = /etc/pki/tls/certs/ansible.DxIsD1 tlskey = /etc/pki/tls/private/ansible.Z57cgW tlsprotocols = 1.2 forceencryption = 1 TASK [Disable TLS encryption] ************************************************** task path: /WORKDIR/git-susekjdihrec/tests/tasks/tests_tls.yml:141 Wednesday 10 April 2024 15:03:26 +0000 (0:00:00.172) 0:02:05.290 ******* TASK [linux-system-roles.mssql : Ensure ansible_facts and variables used by role] *** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:3 Wednesday 10 April 2024 15:03:26 +0000 (0:00:00.325) 0:02:05.615 ******* included: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/set_vars.yml for sut TASK [linux-system-roles.mssql : Ensure ansible_facts used by role] ************ task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/set_vars.yml:3 Wednesday 10 April 2024 15:03:26 +0000 (0:00:00.031) 0:02:05.647 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Set platform/version specific variables] ****** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/set_vars.yml:9 Wednesday 10 April 2024 15:03:26 +0000 (0:00:00.026) 0:02:05.674 ******* 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 ], "__mssql_tuned_supported": true }, "ansible_included_var_files": [ "/WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/vars/RedHat.yml" ], "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml" } skipping: [sut] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [sut] => (item=CentOS_7.yml) => { "ansible_facts": { "__mssql_client_repository": "https://packages.microsoft.com/rhel/7/prod/", "__mssql_confined_supported": false, "__mssql_server_repository": "https://packages.microsoft.com/rhel/7/mssql-server-{{ mssql_version | int }}/", "__mssql_supported_versions": [ 2017, 2019 ] }, "ansible_included_var_files": [ "/WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/vars/CentOS_7.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_7.yml" } skipping: [sut] => (item=CentOS_7.9.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS_7.9.yml", "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Unset the __mssql_sqlcmd_login_cmd fact] ****** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:8 Wednesday 10 April 2024 15:03:26 +0000 (0:00:00.040) 0:02:05.714 ******* ok: [sut] => { "ansible_facts": { "__mssql_sqlcmd_login_cmd": null }, "changed": false } TASK [linux-system-roles.mssql : Print that the mssql_input_sql_file variable is deprecated] *** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:15 Wednesday 10 April 2024 15:03:26 +0000 (0:00:00.030) 0:02:05.744 ******* skipping: [sut] => {} TASK [linux-system-roles.mssql : Link the deprecated mssql_input_sql_file fact] *** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:23 Wednesday 10 April 2024 15:03:26 +0000 (0:00:00.031) 0:02:05.776 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Print that the variable is deprecated] ******** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:30 Wednesday 10 April 2024 15:03:26 +0000 (0:00:00.024) 0:02:05.800 ******* skipping: [sut] => {} TASK [linux-system-roles.mssql : Link the deprecated mssql_ha_listener_port fact] *** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:37 Wednesday 10 April 2024 15:03:26 +0000 (0:00:00.022) 0:02:05.822 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Print that the mssql_ad_sql_user_name variable is deprecated] *** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:44 Wednesday 10 April 2024 15:03:26 +0000 (0:00:00.020) 0:02:05.843 ******* skipping: [sut] => {} TASK [linux-system-roles.mssql : Link the deprecated mssql_ad_sql_user_name fact] *** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:51 Wednesday 10 April 2024 15:03:26 +0000 (0:00:00.026) 0:02:05.870 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Print that the mssql_ha_cluster_run_role variable is deprecated] *** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:58 Wednesday 10 April 2024 15:03:26 +0000 (0:00:00.024) 0:02:05.894 ******* skipping: [sut] => {} TASK [linux-system-roles.mssql : Link the deprecated mssql_ha_cluster_run_role fact] *** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:65 Wednesday 10 April 2024 15:03:26 +0000 (0:00:00.026) 0:02:05.921 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Verify that the user accepts EULA variables] *** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:69 Wednesday 10 April 2024 15:03:26 +0000 (0:00:00.022) 0:02:05.943 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [linux-system-roles.mssql : Verify that EL < 8 is not used with mssql_ha_configure=true] *** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:81 Wednesday 10 April 2024 15:03:27 +0000 (0:00:00.118) 0:02:06.062 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Verify if the mssql_ha_replica_type variable is provided correctly] *** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:89 Wednesday 10 April 2024 15:03:27 +0000 (0:00:00.024) 0:02:06.086 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Verify that 'mssql_ha_replica_type = primary' is provided once] *** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:98 Wednesday 10 April 2024 15:03:27 +0000 (0:00:00.032) 0:02:06.119 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Verify that mssql_ha_prep_for_pacemaker is provided correctly] *** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:111 Wednesday 10 April 2024 15:03:27 +0000 (0:00:00.064) 0:02:06.183 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Verify that selinux variables are used on supported platforms] *** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:122 Wednesday 10 April 2024 15:03:27 +0000 (0:00:00.043) 0:02:06.227 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Verify that mssql_manage_selinux is set properly] *** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:131 Wednesday 10 April 2024 15:03:27 +0000 (0:00:00.038) 0:02:06.265 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Gather package facts] ************************* task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:142 Wednesday 10 April 2024 15:03:27 +0000 (0:00:00.023) 0:02:06.289 ******* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.mssql : Set fact with the currently installed SQL Server version if any] *** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:146 Wednesday 10 April 2024 15:03:28 +0000 (0:00:00.939) 0:02:07.228 ******* 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, "item": { "key": 2019, "value": 15 }, "skip_reason": "Conditional result was False" } skipping: [sut] => (item={'key': 2022, 'value': 16}) => { "ansible_loop_var": "item", "changed": false, "item": { "key": 2022, "value": 16 }, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Set mssql_version variable if user does not define it] *** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:155 Wednesday 10 April 2024 15:03:28 +0000 (0:00:00.068) 0:02:07.297 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Verify if the mssql_version variable is provided correctly] *** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:162 Wednesday 10 April 2024 15:03:28 +0000 (0:00:00.022) 0:02:07.320 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [linux-system-roles.mssql : Verify if mssql_version is not smaller then the existing SQL Server version] *** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:169 Wednesday 10 April 2024 15:03:28 +0000 (0:00:00.055) 0:02:07.375 ******* skipping: [sut] => (item={'key': 2017, 'value': 14}) => { "ansible_loop_var": "item", "changed": false, "item": { "key": 2017, "value": 14 }, "skip_reason": "Conditional result was False" } skipping: [sut] => (item={'key': 2019, 'value': 15}) => { "ansible_loop_var": "item", "changed": false, "item": { "key": 2019, "value": 15 }, "skip_reason": "Conditional result was False" } skipping: [sut] => (item={'key': 2022, 'value': 16}) => { "ansible_loop_var": "item", "changed": false, "item": { "key": 2022, "value": 16 }, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Deploy the GPG key for Microsoft repositories] *** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:184 Wednesday 10 April 2024 15:03:28 +0000 (0:00:00.049) 0:02:07.425 ******* ok: [sut] => { "attempts": 1, "changed": false } TASK [linux-system-roles.mssql : Update all packages from SQL Server repo version 2017] *** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:198 Wednesday 10 April 2024 15:03:28 +0000 (0:00:00.314) 0:02:07.739 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Get yum repositories] ************************* task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:208 Wednesday 10 April 2024 15:03:28 +0000 (0:00:00.089) 0:02:07.829 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Remove the current Microsoft SQL Server repository to upgrade to 2017] *** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:219 Wednesday 10 April 2024 15:03:28 +0000 (0:00:00.035) 0:02:07.865 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Update all packages from SQL Server repo version 2017] *** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:233 Wednesday 10 April 2024 15:03:28 +0000 (0:00:00.038) 0:02:07.903 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Get zypper repositories] ********************** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:242 Wednesday 10 April 2024 15:03:28 +0000 (0:00:00.047) 0:02:07.951 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Remove the current Microsoft SQL Server repository to upgrade to 2017] *** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:254 Wednesday 10 April 2024 15:03:28 +0000 (0:00:00.041) 0:02:07.993 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the Microsoft SQL Server repo version 2017] *** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:261 Wednesday 10 April 2024 15:03:28 +0000 (0:00:00.025) 0:02:08.019 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the Microsoft SQL Server repo version 2017] *** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:273 Wednesday 10 April 2024 15:03:29 +0000 (0:00:00.065) 0:02:08.084 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure to run as a confined application with SELinux] *** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:286 Wednesday 10 April 2024 15:03:29 +0000 (0:00:00.031) 0:02:08.116 ******* ok: [sut] => { "changed": false, "rc": 0, "results": [ "mssql-server-selinux is not installed" ] } TASK [linux-system-roles.mssql : Ensure the package mssql-server] ************** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:291 Wednesday 10 April 2024 15:03:29 +0000 (0:00:00.396) 0:02:08.512 ******* ok: [sut] => { "changed": false, "rc": 0, "results": [ "mssql-server-14.0.3465.1-1.x86_64 providing mssql-server is already installed" ] } TASK [linux-system-roles.mssql : Ensure that the openldap-compat package is installed] *** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:299 Wednesday 10 April 2024 15:03:29 +0000 (0:00:00.348) 0:02:08.861 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Check if the errorlog file exists and its location] *** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:307 Wednesday 10 April 2024 15:03:29 +0000 (0:00:00.034) 0:02:08.896 ******* 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.005296", "end": "2024-04-10 15:03:29.973189", "rc": 0, "start": "2024-04-10 15:03:29.967893" } STDOUT: /var/opt/mssql/log/errorlog TASK [linux-system-roles.mssql : Gather system services facts] ***************** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:323 Wednesday 10 April 2024 15:03:29 +0000 (0:00:00.155) 0:02:09.051 ******* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.mssql : Set the __mssql_is_setup variable] ************ task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:327 Wednesday 10 April 2024 15:03:30 +0000 (0:00:00.689) 0:02:09.741 ******* ok: [sut] => { "ansible_facts": { "__mssql_is_setup": true }, "changed": false } TASK [linux-system-roles.mssql : Verify that the variables required for setting up MSSQL are defined] *** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:336 Wednesday 10 April 2024 15:03:30 +0000 (0:00:00.096) 0:02:09.838 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Set up MSSQL] ********************************* task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:352 Wednesday 10 April 2024 15:03:30 +0000 (0:00:00.023) 0:02:09.861 ******* skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.mssql : Ensure the directory and permissions for datadir and logdir] *** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:377 Wednesday 10 April 2024 15:03:30 +0000 (0:00:00.019) 0:02:09.881 ******* skipping: [sut] => (item={'path': None, 'mode': '755', 'setting': 'defaultdatadir'}) => { "ansible_loop_var": "item", "changed": false, "item": { "mode": "755", "path": null, "setting": "defaultdatadir" }, "skip_reason": "Conditional result was False" } skipping: [sut] => (item={'path': None, 'mode': '755', 'setting': 'defaultlogdir'}) => { "ansible_loop_var": "item", "changed": false, "item": { "mode": "755", "path": null, "setting": "defaultlogdir" }, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Set selinux role facts for ports] ************* task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:392 Wednesday 10 April 2024 15:03:30 +0000 (0:00:00.025) 0:02:09.907 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure correct SELinux context for storage paths and ports] ************** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:406 Wednesday 10 April 2024 15:03:30 +0000 (0:00:00.020) 0:02:09.927 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Ensure that the tuned-profiles-mssql package is installed] *** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:417 Wednesday 10 April 2024 15:03:30 +0000 (0:00:00.020) 0:02:09.948 ******* 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 [linux-system-roles.mssql : Ensure that the tuned service is started and enabled] *** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:423 Wednesday 10 April 2024 15:03:31 +0000 (0:00:00.336) 0:02:10.284 ******* ok: [sut] => { "changed": false, "enabled": true, "name": "tuned", "state": "started", "status": { "ActiveEnterTimestamp": "Wed 2024-04-10 14:22:42 UTC", "ActiveEnterTimestampMonotonic": "12292183", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "systemd-sysctl.service basic.target dbus.service network.target systemd-journald.socket system.slice", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Wed 2024-04-10 14:22:41 UTC", "AssertTimestampMonotonic": "11477380", "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": "Wed 2024-04-10 14:22:41 UTC", "ConditionTimestampMonotonic": "11477379", "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": "880", "ExecMainStartTimestamp": "Wed 2024-04-10 14:22:41 UTC", "ExecMainStartTimestampMonotonic": "11478309", "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": "Wed 2024-04-10 14:22:41 UTC", "InactiveExitTimestampMonotonic": "11478367", "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": "880", "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 dbus.service basic.target polkit.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": "Wed 2024-04-10 14:22:42 UTC", "WatchdogTimestampMonotonic": "12291793", "WatchdogUSec": "0" } } TASK [linux-system-roles.mssql : Get the active Tuned profiles] **************** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:430 Wednesday 10 April 2024 15:03:31 +0000 (0:00:00.236) 0:02:10.521 ******* ok: [sut] => { "changed": false, "cmd": [ "tuned-adm", "active" ], "delta": "0:00:00.091337", "end": "2024-04-10 15:03:31.688825", "rc": 0, "start": "2024-04-10 15:03:31.597488" } STDOUT: Current active profile: virtual-guest mssql TASK [linux-system-roles.mssql : Attempt to add mssql to the list of Tuned profiles] *** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:443 Wednesday 10 April 2024 15:03:31 +0000 (0:00:00.260) 0:02:10.781 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Remove troublemaking include from the mssql profile] *** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:456 Wednesday 10 April 2024 15:03:31 +0000 (0:00:00.052) 0:02:10.834 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Add the fixed mssql profile to the list of Tuned profiles] *** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:465 Wednesday 10 April 2024 15:03:31 +0000 (0:00:00.043) 0:02:10.877 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the Microsoft SQL Server Tools repository] *** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:475 Wednesday 10 April 2024 15:03:31 +0000 (0:00:00.034) 0:02:10.911 ******* ok: [sut] => { "changed": false, "repo": "packages-microsoft-com-prod", "state": "present" } TASK [linux-system-roles.mssql : Configure the Microsoft SQL Server Tools repository] *** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:483 Wednesday 10 April 2024 15:03:32 +0000 (0:00:00.174) 0:02:11.086 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Ensure that SQL Server client tools are installed] *** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:492 Wednesday 10 April 2024 15:03:32 +0000 (0:00:00.042) 0:02:11.128 ******* 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 [linux-system-roles.mssql : Prepare MSSQL and facts for logging in] ******* task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:504 Wednesday 10 April 2024 15:03:32 +0000 (0:00:00.405) 0:02:11.534 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Wait for mssql-server to prepare for client connections] *** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:508 Wednesday 10 April 2024 15:03:32 +0000 (0:00:00.024) 0:02:11.558 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Check if the set password matches the existing password] *** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:514 Wednesday 10 April 2024 15:03:32 +0000 (0:00:00.036) 0:02:11.595 ******* skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.mssql : Ensure that the mssql-server service is stopped] *** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:529 Wednesday 10 April 2024 15:03:32 +0000 (0:00:00.022) 0:02:11.618 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Gather package facts] ************************* task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:536 Wednesday 10 April 2024 15:03:32 +0000 (0:00:00.022) 0:02:11.641 ******* skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.mssql : Change the password of sa user] *************** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:544 Wednesday 10 April 2024 15:03:32 +0000 (0:00:00.026) 0:02:11.667 ******* skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.mssql : Pre-input SQL script files to SQL Server] ***** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:566 Wednesday 10 April 2024 15:03:32 +0000 (0:00:00.023) 0:02:11.691 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Pre-input SQL script contents to SQL Server] *** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:577 Wednesday 10 April 2024 15:03:32 +0000 (0:00:00.021) 0:02:11.712 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Check if the set edition matches the existing edition] *** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:592 Wednesday 10 April 2024 15:03:32 +0000 (0:00:00.027) 0:02:11.739 ******* 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.005170", "end": "2024-04-10 15:03:32.806754", "rc": 0, "start": "2024-04-10 15:03:32.801584" } STDOUT: true TASK [linux-system-roles.mssql : Ensure that the mssql-server service is stopped] *** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:606 Wednesday 10 April 2024 15:03:32 +0000 (0:00:00.157) 0:02:11.897 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Gather package facts] ************************* task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:613 Wednesday 10 April 2024 15:03:32 +0000 (0:00:00.024) 0:02:11.921 ******* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.mssql : Change the edition of MSSQL] ****************** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:619 Wednesday 10 April 2024 15:03:33 +0000 (0:00:00.958) 0:02:12.880 ******* skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.mssql : Configure the IP address setting] ************* task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:639 Wednesday 10 April 2024 15:03:33 +0000 (0:00:00.095) 0:02:12.975 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Register the previous tcpport setting] ******** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:646 Wednesday 10 April 2024 15:03:33 +0000 (0:00:00.022) 0:02:12.998 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Open the TCP port 1433] ************************************************** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:653 Wednesday 10 April 2024 15:03:33 +0000 (0:00:00.041) 0:02:13.039 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the TCP port setting to 1433] ******* task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:665 Wednesday 10 April 2024 15:03:34 +0000 (0:00:00.034) 0:02:13.074 ******* included: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml for sut TASK [linux-system-roles.mssql : Get the setting network tcpport] ************** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Wednesday 10 April 2024 15:03:34 +0000 (0:00:00.049) 0:02:13.123 ******* ok: [sut] => { "changed": false, "cmd": [ "grep", "^tcpport = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003180", "end": "2024-04-10 15:03:34.201766", "failed_when_result": false, "rc": 1, "start": "2024-04-10 15:03:34.198586" } MSG: non-zero return code TASK [linux-system-roles.mssql : Configure the setting network tcpport] ******** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 Wednesday 10 April 2024 15:03:34 +0000 (0:00:00.174) 0:02:13.298 ******* ok: [sut] => { "changed": false, "cmd": [ "/opt/mssql/bin/mssql-conf", "set", "network.tcpport", "1433" ], "delta": "0:00:00.048672", "end": "2024-04-10 15:03:34.402723", "failed_when_result": false, "rc": 0, "start": "2024-04-10 15:03:34.354051" } STDOUT: Validation error on setting 'network.tcpport' Port '1433' is already in use. Please use another port TASK [linux-system-roles.mssql : Unset the setting network tcpport] ************ task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:42 Wednesday 10 April 2024 15:03:34 +0000 (0:00:00.198) 0:02:13.496 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Close the previously set SQL Server TCP port if it changed] ************** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:671 Wednesday 10 April 2024 15:03:34 +0000 (0:00:00.023) 0:02:13.520 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the sqlagent setting] *************** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:691 Wednesday 10 April 2024 15:03:34 +0000 (0:00:00.026) 0:02:13.546 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Ensure the package mssql-server-fts] ********** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:698 Wednesday 10 April 2024 15:03:34 +0000 (0:00:00.028) 0:02:13.574 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Ensure the package powershell] **************** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:705 Wednesday 10 April 2024 15:03:34 +0000 (0:00:00.024) 0:02:13.599 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Check if the 3979 trace flag is enabled] ****** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:714 Wednesday 10 April 2024 15:03:34 +0000 (0:00:00.021) 0:02:13.620 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Set the 3979 traceflag] *********************** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:720 Wednesday 10 April 2024 15:03:34 +0000 (0:00:00.021) 0:02:13.641 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Unset the 3979 traceflag] ********************* task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:727 Wednesday 10 April 2024 15:03:34 +0000 (0:00:00.019) 0:02:13.661 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the alternatewritethrough setting] *** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:735 Wednesday 10 April 2024 15:03:34 +0000 (0:00:00.019) 0:02:13.680 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the writethrough setting] *********** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:741 Wednesday 10 April 2024 15:03:34 +0000 (0:00:00.019) 0:02:13.700 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create certificates using the certificate role] ************************** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:759 Wednesday 10 April 2024 15:03:34 +0000 (0:00:00.021) 0:02:13.721 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Set mssql_tls_cert and _private_key based on the cert name] *** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:773 Wednesday 10 April 2024 15:03:34 +0000 (0:00:00.111) 0:02:13.833 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Copy certificate and private_key files to the host] *** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:778 Wednesday 10 April 2024 15:03:34 +0000 (0:00:00.025) 0:02:13.858 ******* skipping: [sut] => (item=/tmp/ansible.DxIsD1) => { "ansible_loop_var": "item", "changed": false, "item": "/tmp/ansible.DxIsD1", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=ansible.Z57cgW) => { "ansible_loop_var": "item", "changed": false, "item": "ansible.Z57cgW", "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the tlscert setting] **************** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:796 Wednesday 10 April 2024 15:03:34 +0000 (0:00:00.034) 0:02:13.893 ******* included: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml for sut TASK [linux-system-roles.mssql : Get the setting network tlscert] ************** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Wednesday 10 April 2024 15:03:34 +0000 (0:00:00.039) 0:02:13.933 ******* ok: [sut] => { "changed": false, "cmd": [ "grep", "^tlscert = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003013", "end": "2024-04-10 15:03:34.989485", "failed_when_result": false, "rc": 0, "start": "2024-04-10 15:03:34.986472" } STDOUT: tlscert = /etc/pki/tls/certs/ansible.DxIsD1 TASK [linux-system-roles.mssql : Configure the setting network tlscert] ******** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 Wednesday 10 April 2024 15:03:35 +0000 (0:00:00.138) 0:02:14.071 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Unset the setting network tlscert] ************ task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:42 Wednesday 10 April 2024 15:03:35 +0000 (0:00:00.027) 0:02:14.099 ******* NOTIFIED HANDLER linux-system-roles.mssql : Restart the mssql-server service for sut changed: [sut] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "unset", "network.tlscert" ], "delta": "0:00:00.049325", "end": "2024-04-10 15:03:35.205261", "failed_when_result": false, "rc": 0, "start": "2024-04-10 15:03:35.155936" } STDOUT: SQL Server needs to be restarted in order to apply this setting. Please run 'systemctl restart mssql-server.service'. TASK [linux-system-roles.mssql : Configure the tlskey setting] ***************** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:805 Wednesday 10 April 2024 15:03:35 +0000 (0:00:00.206) 0:02:14.305 ******* included: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml for sut TASK [linux-system-roles.mssql : Get the setting network tlskey] *************** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Wednesday 10 April 2024 15:03:35 +0000 (0:00:00.041) 0:02:14.346 ******* ok: [sut] => { "changed": false, "cmd": [ "grep", "^tlskey = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003128", "end": "2024-04-10 15:03:35.406344", "failed_when_result": false, "rc": 0, "start": "2024-04-10 15:03:35.403216" } STDOUT: tlskey = /etc/pki/tls/private/ansible.Z57cgW TASK [linux-system-roles.mssql : Configure the setting network tlskey] ********* task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 Wednesday 10 April 2024 15:03:35 +0000 (0:00:00.141) 0:02:14.488 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Unset the setting network tlskey] ************* task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:42 Wednesday 10 April 2024 15:03:35 +0000 (0:00:00.037) 0:02:14.526 ******* changed: [sut] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "unset", "network.tlskey" ], "delta": "0:00:00.048353", "end": "2024-04-10 15:03:35.631333", "failed_when_result": false, "rc": 0, "start": "2024-04-10 15:03:35.582980" } STDOUT: SQL Server needs to be restarted in order to apply this setting. Please run 'systemctl restart mssql-server.service'. TASK [linux-system-roles.mssql : Configure the tlsprotocols setting] *********** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:814 Wednesday 10 April 2024 15:03:35 +0000 (0:00:00.186) 0:02:14.712 ******* included: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml for sut TASK [linux-system-roles.mssql : Get the setting network tlsprotocols] ********* task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Wednesday 10 April 2024 15:03:35 +0000 (0:00:00.039) 0:02:14.751 ******* ok: [sut] => { "changed": false, "cmd": [ "grep", "^tlsprotocols = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003306", "end": "2024-04-10 15:03:35.809189", "failed_when_result": false, "rc": 0, "start": "2024-04-10 15:03:35.805883" } STDOUT: tlsprotocols = 1.2 TASK [linux-system-roles.mssql : Configure the setting network tlsprotocols] *** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 Wednesday 10 April 2024 15:03:35 +0000 (0:00:00.147) 0:02:14.899 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Unset the setting network tlsprotocols] ******* task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:42 Wednesday 10 April 2024 15:03:35 +0000 (0:00:00.117) 0:02:15.016 ******* changed: [sut] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "unset", "network.tlsprotocols" ], "delta": "0:00:00.049115", "end": "2024-04-10 15:03:36.155967", "failed_when_result": false, "rc": 0, "start": "2024-04-10 15:03:36.106852" } STDOUT: SQL Server needs to be restarted in order to apply this setting. Please run 'systemctl restart mssql-server.service'. TASK [linux-system-roles.mssql : Configure the forceencryption setting] ******** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:821 Wednesday 10 April 2024 15:03:36 +0000 (0:00:00.224) 0:02:15.240 ******* included: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml for sut TASK [linux-system-roles.mssql : Get the setting network forceencryption] ****** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Wednesday 10 April 2024 15:03:36 +0000 (0:00:00.057) 0:02:15.297 ******* ok: [sut] => { "changed": false, "cmd": [ "grep", "^forceencryption = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003306", "end": "2024-04-10 15:03:36.356178", "failed_when_result": false, "rc": 0, "start": "2024-04-10 15:03:36.352872" } STDOUT: forceencryption = 1 TASK [linux-system-roles.mssql : Configure the setting network forceencryption] *** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 Wednesday 10 April 2024 15:03:36 +0000 (0:00:00.142) 0:02:15.440 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Unset the setting network forceencryption] **** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:42 Wednesday 10 April 2024 15:03:36 +0000 (0:00:00.030) 0:02:15.471 ******* changed: [sut] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "unset", "network.forceencryption" ], "delta": "0:00:00.049400", "end": "2024-04-10 15:03:36.583020", "failed_when_result": false, "rc": 0, "start": "2024-04-10 15:03:36.533620" } STDOUT: SQL Server needs to be restarted in order to apply this setting. Please run 'systemctl restart mssql-server.service'. TASK [linux-system-roles.mssql : Verify that ad_integration_realm variable is provided] *** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:830 Wednesday 10 April 2024 15:03:36 +0000 (0:00:00.206) 0:02:15.677 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Join to realm {{ ad_integration_realm }}] ******************************** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:838 Wednesday 10 April 2024 15:03:36 +0000 (0:00:00.024) 0:02:15.701 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Ensure adutil and krb5-workstation] *********** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:846 Wednesday 10 April 2024 15:03:36 +0000 (0:00:00.040) 0:02:15.741 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Print credential caches to check if AD principal exists] *** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:853 Wednesday 10 April 2024 15:03:36 +0000 (0:00:00.022) 0:02:15.763 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Print status of credential cache for {{ __mssql_ad_kinit_user }}] *** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:860 Wednesday 10 April 2024 15:03:36 +0000 (0:00:00.023) 0:02:15.787 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Obtain Kerberos ticket for {{ __mssql_ad_kinit_user }}] *** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:869 Wednesday 10 April 2024 15:03:36 +0000 (0:00:00.022) 0:02:15.810 ******* skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.mssql : Check if AD user exists] ********************** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:882 Wednesday 10 April 2024 15:03:36 +0000 (0:00:00.022) 0:02:15.832 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : In AD server create user] ********************* task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:891 Wednesday 10 April 2024 15:03:36 +0000 (0:00:00.022) 0:02:15.855 ******* skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.mssql : Get SPNs for the principal] ******************* task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:903 Wednesday 10 April 2024 15:03:36 +0000 (0:00:00.022) 0:02:15.877 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Register SPNs to the principal] *************** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:908 Wednesday 10 April 2024 15:03:36 +0000 (0:00:00.022) 0:02:15.899 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Get kvno of the SPN host] ********************* task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:925 Wednesday 10 April 2024 15:03:36 +0000 (0:00:00.020) 0:02:15.920 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Get stats of the keytab file] ***************** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:930 Wednesday 10 April 2024 15:03:36 +0000 (0:00:00.071) 0:02:15.991 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Get keytab properties] ************************ task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:935 Wednesday 10 April 2024 15:03:36 +0000 (0:00:00.021) 0:02:16.013 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Create keytab] ******************************** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:941 Wednesday 10 April 2024 15:03:36 +0000 (0:00:00.021) 0:02:16.034 ******* skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.mssql : Add an entry in the keytab for the principal name and password] *** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:967 Wednesday 10 April 2024 15:03:37 +0000 (0:00:00.021) 0:02:16.056 ******* skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.mssql : Ensure correct permissions and ownership on the keytab] *** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:988 Wednesday 10 April 2024 15:03:37 +0000 (0:00:00.023) 0:02:16.079 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Fetch keytab file to host] ******************** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:996 Wednesday 10 April 2024 15:03:37 +0000 (0:00:00.024) 0:02:16.104 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the network.kerberoskeytabfile setting] *** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:1006 Wednesday 10 April 2024 15:03:37 +0000 (0:00:00.021) 0:02:16.126 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the network.kerberoskeytabfile setting] *** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:1012 Wednesday 10 April 2024 15:03:37 +0000 (0:00:00.022) 0:02:16.148 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Verify that hosts with mssql_ha_replica_type=primary is available] *** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:1030 Wednesday 10 April 2024 15:03:37 +0000 (0:00:00.021) 0:02:16.170 ******* skipping: [sut] => { "changed": false, "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-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:1045 Wednesday 10 April 2024 15:03:37 +0000 (0:00:00.025) 0:02:16.195 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Set host variables] *************************** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:1065 Wednesday 10 April 2024 15:03:37 +0000 (0:00:00.035) 0:02:16.231 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Ensure the package mssql-server-ha] *********** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:1118 Wednesday 10 April 2024 15:03:37 +0000 (0:00:00.047) 0:02:16.278 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Enable the hadrenabled setting] *************** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:1125 Wednesday 10 April 2024 15:03:37 +0000 (0:00:00.032) 0:02:16.311 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Restart the mssql-server service if hadrenabled task was changed] *** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:1132 Wednesday 10 April 2024 15:03:37 +0000 (0:00:00.026) 0:02:16.338 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Remove certificate from SQL Server] *********** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:1143 Wednesday 10 April 2024 15:03:37 +0000 (0:00:00.029) 0:02:16.367 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Remove certificate and private key files] ***** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:1149 Wednesday 10 April 2024 15:03:37 +0000 (0:00:00.023) 0:02:16.391 ******* skipping: [sut] => (item=/var/opt/mssql/data/.cer) => { "ansible_loop_var": "item", "changed": false, "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, "item": "/var/opt/mssql/data/.pvk", "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure SQL entities on the primary replica] *** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:1157 Wednesday 10 April 2024 15:03:37 +0000 (0:00:00.033) 0:02:16.424 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Create login for HA on in SQL Server] ********* task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:1166 Wednesday 10 April 2024 15:03:37 +0000 (0:00:00.022) 0:02:16.447 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Fetch certificate files from the primary to the control node] *** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:1174 Wednesday 10 April 2024 15:03:37 +0000 (0:00:00.022) 0:02:16.469 ******* skipping: [sut] => (item={'key': 'cert', 'value': '/var/opt/mssql/data/.cer'}) => { "ansible_loop_var": "item", "changed": false, "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, "item": { "key": "key", "value": "/var/opt/mssql/data/.pvk" }, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Get the current primary replica in SQL] ******* task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:1188 Wednesday 10 April 2024 15:03:37 +0000 (0:00:00.135) 0:02:16.605 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Set fact with the current primary replica] **** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:1195 Wednesday 10 April 2024 15:03:37 +0000 (0:00:00.026) 0:02:16.631 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure ag] ********************************* task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:1220 Wednesday 10 April 2024 15:03:37 +0000 (0:00:00.022) 0:02:16.653 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Grant permissions to HA login] **************** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:1229 Wednesday 10 April 2024 15:03:37 +0000 (0:00:00.021) 0:02:16.674 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Replicate DBs] ******************************** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:1239 Wednesday 10 April 2024 15:03:37 +0000 (0:00:00.020) 0:02:16.695 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Grant permissions to HA login] **************** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:1250 Wednesday 10 April 2024 15:03:37 +0000 (0:00:00.020) 0:02:16.715 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Verify that hosts with replica_type=primary is available] *** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:1263 Wednesday 10 April 2024 15:03:37 +0000 (0:00:00.020) 0:02:16.736 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Ensure the package mssql-server-ha] *********** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:1276 Wednesday 10 April 2024 15:03:37 +0000 (0:00:00.022) 0:02:16.758 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Enable the hadrenabled setting] *************** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:1283 Wednesday 10 April 2024 15:03:37 +0000 (0:00:00.021) 0:02:16.780 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Restart the mssql-server service if hadrenabled task was changed] *** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:1290 Wednesday 10 April 2024 15:03:37 +0000 (0:00:00.022) 0:02:16.802 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Remove certificate from SQL Server] *********** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:1299 Wednesday 10 April 2024 15:03:37 +0000 (0:00:00.022) 0:02:16.825 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Distribute certificate and private key to managed nodes] *** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:1306 Wednesday 10 April 2024 15:03:37 +0000 (0:00:00.089) 0:02:16.914 ******* skipping: [sut] => (item={'key': 'cert', 'value': '/var/opt/mssql/data/.cer'}) => { "ansible_loop_var": "item", "changed": false, "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, "item": { "key": "key", "value": "/var/opt/mssql/data/.pvk" }, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure SQL entities on not primary replicas] *** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:1318 Wednesday 10 April 2024 15:03:37 +0000 (0:00:00.044) 0:02:16.959 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Create HA login] ****************************** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:1327 Wednesday 10 April 2024 15:03:37 +0000 (0:00:00.029) 0:02:16.988 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Join to availability group] ******************* task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:1334 Wednesday 10 April 2024 15:03:37 +0000 (0:00:00.046) 0:02:17.034 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Grant permissions to HA login] **************** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:1340 Wednesday 10 April 2024 15:03:38 +0000 (0:00:00.034) 0:02:17.069 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Remove certificate and private key from the control node] *** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:1348 Wednesday 10 April 2024 15:03:38 +0000 (0:00:00.060) 0:02:17.129 ******* skipping: [sut] => (item=cert) => { "ansible_loop_var": "item", "changed": false, "item": "cert", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=key) => { "ansible_loop_var": "item", "changed": false, "item": "key", "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Save credentials for the SQL Server login] **** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:1361 Wednesday 10 April 2024 15:03:38 +0000 (0:00:00.036) 0:02:17.165 ******* skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [Run ha_cluster to configure pacemaker] *********************************** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:1373 Wednesday 10 April 2024 15:03:38 +0000 (0:00:00.026) 0:02:17.192 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Wait for the cluster to finish configuration] *** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:1378 Wednesday 10 April 2024 15:03:38 +0000 (0:00:00.109) 0:02:17.302 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure listener for the availability group] *** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:1384 Wednesday 10 April 2024 15:03:38 +0000 (0:00:00.023) 0:02:17.325 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Ensure the ansible_managed header in /var/opt/mssql/mssql.conf] *** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:1393 Wednesday 10 April 2024 15:03:38 +0000 (0:00:00.021) 0:02:17.347 ******* changed: [sut] => { "changed": true } MSG: Block inserted RUNNING HANDLER [linux-system-roles.mssql : Restart the mssql-server service] *** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/handlers/main.yml:3 Wednesday 10 April 2024 15:03:38 +0000 (0:00:00.152) 0:02:17.500 ******* changed: [sut] => { "changed": true, "name": "mssql-server", "state": "started", "status": { "ActiveEnterTimestamp": "Wed 2024-04-10 15:03:16 UTC", "ActiveEnterTimestampMonotonic": "2446240859", "ActiveExitTimestamp": "Wed 2024-04-10 15:03:15 UTC", "ActiveExitTimestampMonotonic": "2445986370", "ActiveState": "active", "After": "-.mount basic.target network.target auditd.service systemd-journald.socket system.slice", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Wed 2024-04-10 15:03:16 UTC", "AssertTimestampMonotonic": "2446240195", "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": "Wed 2024-04-10 15:03:16 UTC", "ConditionTimestampMonotonic": "2446240194", "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": "29907", "ExecMainStartTimestamp": "Wed 2024-04-10 15:03:16 UTC", "ExecMainStartTimestampMonotonic": "2446240791", "ExecMainStatus": "0", "ExecStart": "{ path=/opt/mssql/bin/sqlservr ; argv[]=/opt/mssql/bin/sqlservr ; ignore_errors=no ; start_time=[Wed 2024-04-10 15:03:16 UTC] ; stop_time=[n/a] ; pid=29907 ; 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": "Wed 2024-04-10 15:03:16 UTC", "InactiveEnterTimestampMonotonic": "2446238983", "InactiveExitTimestamp": "Wed 2024-04-10 15:03:16 UTC", "InactiveExitTimestampMonotonic": "2446240859", "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": "29907", "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 -.mount basic.target", "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": "Wed 2024-04-10 15:03:16 UTC", "WatchdogTimestampMonotonic": "2446240834", "WatchdogUSec": "0", "WorkingDirectory": "/var/opt/mssql" } } META: ran handlers TASK [linux-system-roles.mssql : Post-input SQL scripts to SQL Server] ********* task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:1406 Wednesday 10 April 2024 15:03:38 +0000 (0:00:00.481) 0:02:17.981 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Post-input SQL scripts to SQL Server] ********* task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:1417 Wednesday 10 April 2024 15:03:38 +0000 (0:00:00.029) 0:02:18.011 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify connectivity and settings] **************************************** task path: /WORKDIR/git-susekjdihrec/tests/tasks/tests_tls.yml:147 Wednesday 10 April 2024 15:03:39 +0000 (0:00:00.084) 0:02:18.095 ******* included: /WORKDIR/git-susekjdihrec/tests/tasks/verify_settings.yml for sut TASK [Check if the errorlog file exists and its location] ********************** task path: /WORKDIR/git-susekjdihrec/tests/tasks/verify_settings.yml:8 Wednesday 10 April 2024 15:03:39 +0000 (0:00:00.190) 0:02:18.285 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if the set edition matches the existing edition] ******************* task path: /WORKDIR/git-susekjdihrec/tests/tasks/verify_settings.yml:23 Wednesday 10 April 2024 15:03:39 +0000 (0:00:00.039) 0:02:18.325 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify if the edition matches] ******************************************* task path: /WORKDIR/git-susekjdihrec/tests/tasks/verify_settings.yml:35 Wednesday 10 April 2024 15:03:39 +0000 (0:00:00.026) 0:02:18.352 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the setting {{ item.key }}] *************************************** task path: /WORKDIR/git-susekjdihrec/tests/tasks/verify_settings.yml:39 Wednesday 10 April 2024 15:03:39 +0000 (0:00:00.201) 0:02:18.553 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get stat of mssql_datadir] *********************************************** task path: /WORKDIR/git-susekjdihrec/tests/tasks/verify_settings.yml:55 Wednesday 10 April 2024 15:03:39 +0000 (0:00:00.035) 0:02:18.589 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Assert that mssql_datadir has proper permissions and ownership] ********** task path: /WORKDIR/git-susekjdihrec/tests/tasks/verify_settings.yml:60 Wednesday 10 April 2024 15:03:39 +0000 (0:00:00.048) 0:02:18.637 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get stat of mssql_logdir] ************************************************ task path: /WORKDIR/git-susekjdihrec/tests/tasks/verify_settings.yml:70 Wednesday 10 April 2024 15:03:39 +0000 (0:00:00.037) 0:02:18.674 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Assert that mssql_logdir has proper permissions and ownership] *********** task path: /WORKDIR/git-susekjdihrec/tests/tasks/verify_settings.yml:75 Wednesday 10 April 2024 15:03:39 +0000 (0:00:00.025) 0:02:18.700 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Prepare MSSQL and facts for logging in] ********************************** task path: /WORKDIR/git-susekjdihrec/tests/tasks/verify_settings.yml:85 Wednesday 10 April 2024 15:03:39 +0000 (0:00:00.032) 0:02:18.732 ******* TASK [linux-system-roles.mssql : Ensure that the mssql-server service is started] *** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/verify_password.yml:3 Wednesday 10 April 2024 15:03:39 +0000 (0:00:00.049) 0:02:18.781 ******* ok: [sut] => { "changed": false, "name": "mssql-server", "state": "started", "status": { "ActiveEnterTimestamp": "Wed 2024-04-10 15:03:38 UTC", "ActiveEnterTimestampMonotonic": "2468962739", "ActiveExitTimestamp": "Wed 2024-04-10 15:03:38 UTC", "ActiveExitTimestampMonotonic": "2468713944", "ActiveState": "active", "After": "-.mount basic.target network.target auditd.service systemd-journald.socket system.slice", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Wed 2024-04-10 15:03:38 UTC", "AssertTimestampMonotonic": "2468961583", "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": "Wed 2024-04-10 15:03:38 UTC", "ConditionTimestampMonotonic": "2468961582", "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": "30573", "ExecMainStartTimestamp": "Wed 2024-04-10 15:03:38 UTC", "ExecMainStartTimestampMonotonic": "2468962673", "ExecMainStatus": "0", "ExecStart": "{ path=/opt/mssql/bin/sqlservr ; argv[]=/opt/mssql/bin/sqlservr ; ignore_errors=no ; start_time=[Wed 2024-04-10 15:03:38 UTC] ; stop_time=[n/a] ; pid=30573 ; 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": "Wed 2024-04-10 15:03:38 UTC", "InactiveEnterTimestampMonotonic": "2468961119", "InactiveExitTimestamp": "Wed 2024-04-10 15:03:38 UTC", "InactiveExitTimestampMonotonic": "2468962739", "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": "30573", "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 -.mount basic.target", "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": "Wed 2024-04-10 15:03:38 UTC", "WatchdogTimestampMonotonic": "2468962713", "WatchdogUSec": "0", "WorkingDirectory": "/var/opt/mssql" } } TASK [linux-system-roles.mssql : Check if a custom tcpport setting exist] ****** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/verify_password.yml:8 Wednesday 10 April 2024 15:03:39 +0000 (0:00:00.260) 0:02:19.042 ******* ok: [sut] => { "changed": false, "cmd": [ "grep", "^tcpport = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.005175", "end": "2024-04-10 15:03:40.157341", "failed_when_result": false, "rc": 1, "start": "2024-04-10 15:03:40.152166" } MSG: non-zero return code TASK [linux-system-roles.mssql : Check if a custom ipaddress setting exist] **** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/verify_password.yml:14 Wednesday 10 April 2024 15:03:40 +0000 (0:00:00.199) 0:02:19.241 ******* ok: [sut] => { "changed": false, "cmd": [ "grep", "^ipaddress = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003529", "end": "2024-04-10 15:03:40.312754", "failed_when_result": false, "rc": 1, "start": "2024-04-10 15:03:40.309225" } MSG: non-zero return code TASK [linux-system-roles.mssql : Set a fact with a login command] ************** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/verify_password.yml:20 Wednesday 10 April 2024 15:03:40 +0000 (0:00:00.150) 0:02:19.392 ******* 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-susekjdihrec/tests/tasks/verify_settings.yml:93 Wednesday 10 April 2024 15:03:40 +0000 (0:00:00.035) 0:02:19.427 ******* ok: [sut] => { "changed": false, "elapsed": 2, "gid": 994, "group": "mssql", "match_groupdict": {}, "match_groups": [], "mode": "0660", "owner": "mssql", "path": "/var/opt/mssql/log/errorlog", "port": null, "search_regex": "SQL Server is now ready for client connections", "secontext": "system_u:object_r:var_t:s0", "size": 6264, "state": "file", "uid": 996 } TASK [Check if the set password matches the existing password] ***************** task path: /WORKDIR/git-susekjdihrec/tests/tasks/verify_settings.yml:99 Wednesday 10 April 2024 15:03:42 +0000 (0:00:02.160) 0:02:21.588 ******* ok: [sut] => { "attempts": 1, "changed": false, "cmd": [ "/opt/mssql-tools/bin/sqlcmd", "-U", "sa", "-P", "p@55w0rD", "-Q", "SELECT @@VERSION" ], "delta": "0:00:00.029630", "end": "2024-04-10 15:03:42.670450", "rc": 0, "start": "2024-04-10 15:03:42.640820" } STDOUT: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ Microsoft SQL Server 2017 (RTM-CU31-GDR) (KB5029376) - 14.0.3465.1 (X64) Jul 30 2023 15:31:58 Copyright (C) 2017 Microsoft Corporation Enterprise Evaluation Edition (64-bit) on Linux (CentOS Linux 7 (Core)) (1 rows affected) TASK [Set the mssql_password variable to default null] ************************* task path: /WORKDIR/git-susekjdihrec/tests/tasks/verify_settings.yml:118 Wednesday 10 April 2024 15:03:42 +0000 (0:00:00.164) 0:02:21.752 ******* ok: [sut] => { "ansible_facts": { "mssql_password": null }, "changed": false } TASK [Verify the package mssql-server-fts] ************************************* task path: /WORKDIR/git-susekjdihrec/tests/tasks/verify_settings.yml:122 Wednesday 10 April 2024 15:03:42 +0000 (0:00:00.093) 0:02:21.845 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the package powershell] ******************************************* task path: /WORKDIR/git-susekjdihrec/tests/tasks/verify_settings.yml:129 Wednesday 10 April 2024 15:03:42 +0000 (0:00:00.022) 0:02:21.868 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the value of the traceflag setting] ********************************** task path: /WORKDIR/git-susekjdihrec/tests/tasks/verify_settings.yml:140 Wednesday 10 April 2024 15:03:42 +0000 (0:00:00.024) 0:02:21.893 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that the traceflag setting is set to 3979] ************************ task path: /WORKDIR/git-susekjdihrec/tests/tasks/verify_settings.yml:145 Wednesday 10 April 2024 15:03:42 +0000 (0:00:00.021) 0:02:21.915 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that the traceflag setting is not set to 3979] ******************** task path: /WORKDIR/git-susekjdihrec/tests/tasks/verify_settings.yml:150 Wednesday 10 April 2024 15:03:42 +0000 (0:00:00.021) 0:02:21.936 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that the alternatewritethrough setting is false] ****************** task path: /WORKDIR/git-susekjdihrec/tests/tasks/verify_settings.yml:156 Wednesday 10 April 2024 15:03:42 +0000 (0:00:00.020) 0:02:21.957 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the writethrough setting] ***************************************** task path: /WORKDIR/git-susekjdihrec/tests/tasks/verify_settings.yml:162 Wednesday 10 April 2024 15:03:42 +0000 (0:00:00.020) 0:02:21.977 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the tlscert setting] ********************************************** task path: /WORKDIR/git-susekjdihrec/tests/tasks/verify_settings.yml:172 Wednesday 10 April 2024 15:03:42 +0000 (0:00:00.020) 0:02:21.998 ******* included: /WORKDIR/git-susekjdihrec/tests/tasks/mssql_conf_verify.yml for sut TASK [Get the value of the setting tlscert] ************************************ task path: /WORKDIR/git-susekjdihrec/tests/tasks/mssql_conf_verify.yml:7 Wednesday 10 April 2024 15:03:42 +0000 (0:00:00.036) 0:02:22.034 ******* ok: [sut] => { "changed": false, "cmd": "grep '^tlscert' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004310", "end": "2024-04-10 15:03:43.092373", "rc": 0, "start": "2024-04-10 15:03:43.088063" } TASK [Verify the setting when it is type str tlscert] ************************** task path: /WORKDIR/git-susekjdihrec/tests/tasks/mssql_conf_verify.yml:14 Wednesday 10 April 2024 15:03:43 +0000 (0:00:00.138) 0:02:22.173 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the setting when it is type bool tlscert] ************************* task path: /WORKDIR/git-susekjdihrec/tests/tasks/mssql_conf_verify.yml:25 Wednesday 10 April 2024 15:03:43 +0000 (0:00:00.031) 0:02:22.205 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that tcpport =] *************************************************** task path: /WORKDIR/git-susekjdihrec/tests/tasks/mssql_conf_verify.yml:40 Wednesday 10 April 2024 15:03:43 +0000 (0:00:00.028) 0:02:22.234 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the tlskey setting] *********************************************** task path: /WORKDIR/git-susekjdihrec/tests/tasks/verify_settings.yml:183 Wednesday 10 April 2024 15:03:43 +0000 (0:00:00.023) 0:02:22.257 ******* included: /WORKDIR/git-susekjdihrec/tests/tasks/mssql_conf_verify.yml for sut TASK [Get the value of the setting tlskey] ************************************* task path: /WORKDIR/git-susekjdihrec/tests/tasks/mssql_conf_verify.yml:7 Wednesday 10 April 2024 15:03:43 +0000 (0:00:00.038) 0:02:22.295 ******* ok: [sut] => { "changed": false, "cmd": "grep '^tlskey' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004537", "end": "2024-04-10 15:03:43.355438", "rc": 0, "start": "2024-04-10 15:03:43.350901" } TASK [Verify the setting when it is type str tlskey] *************************** task path: /WORKDIR/git-susekjdihrec/tests/tasks/mssql_conf_verify.yml:14 Wednesday 10 April 2024 15:03:43 +0000 (0:00:00.153) 0:02:22.448 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the setting when it is type bool tlskey] ************************** task path: /WORKDIR/git-susekjdihrec/tests/tasks/mssql_conf_verify.yml:25 Wednesday 10 April 2024 15:03:43 +0000 (0:00:00.038) 0:02:22.487 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that tcpport =] *************************************************** task path: /WORKDIR/git-susekjdihrec/tests/tasks/mssql_conf_verify.yml:40 Wednesday 10 April 2024 15:03:43 +0000 (0:00:00.080) 0:02:22.568 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the tlsprotocols setting] ***************************************** task path: /WORKDIR/git-susekjdihrec/tests/tasks/verify_settings.yml:195 Wednesday 10 April 2024 15:03:43 +0000 (0:00:00.022) 0:02:22.590 ******* included: /WORKDIR/git-susekjdihrec/tests/tasks/mssql_conf_verify.yml for sut TASK [Get the value of the setting tlsprotocols] ******************************* task path: /WORKDIR/git-susekjdihrec/tests/tasks/mssql_conf_verify.yml:7 Wednesday 10 April 2024 15:03:43 +0000 (0:00:00.040) 0:02:22.631 ******* ok: [sut] => { "changed": false, "cmd": "grep '^tlsprotocols' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004476", "end": "2024-04-10 15:03:43.690352", "rc": 0, "start": "2024-04-10 15:03:43.685876" } TASK [Verify the setting when it is type str tlsprotocols] ********************* task path: /WORKDIR/git-susekjdihrec/tests/tasks/mssql_conf_verify.yml:14 Wednesday 10 April 2024 15:03:43 +0000 (0:00:00.167) 0:02:22.798 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the setting when it is type bool tlsprotocols] ******************** task path: /WORKDIR/git-susekjdihrec/tests/tasks/mssql_conf_verify.yml:25 Wednesday 10 April 2024 15:03:43 +0000 (0:00:00.044) 0:02:22.842 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that tcpport =] *************************************************** task path: /WORKDIR/git-susekjdihrec/tests/tasks/mssql_conf_verify.yml:40 Wednesday 10 April 2024 15:03:43 +0000 (0:00:00.038) 0:02:22.880 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the forceencryption setting] ************************************** task path: /WORKDIR/git-susekjdihrec/tests/tasks/verify_settings.yml:203 Wednesday 10 April 2024 15:03:43 +0000 (0:00:00.037) 0:02:22.918 ******* included: /WORKDIR/git-susekjdihrec/tests/tasks/mssql_conf_verify.yml for sut TASK [Get the value of the setting forceencryption] **************************** task path: /WORKDIR/git-susekjdihrec/tests/tasks/mssql_conf_verify.yml:7 Wednesday 10 April 2024 15:03:43 +0000 (0:00:00.100) 0:02:23.018 ******* ok: [sut] => { "changed": false, "cmd": "grep '^forceencryption' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004308", "end": "2024-04-10 15:03:44.114138", "rc": 0, "start": "2024-04-10 15:03:44.109830" } TASK [Verify the setting when it is type str forceencryption] ****************** task path: /WORKDIR/git-susekjdihrec/tests/tasks/mssql_conf_verify.yml:14 Wednesday 10 April 2024 15:03:44 +0000 (0:00:00.223) 0:02:23.242 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the setting when it is type bool forceencryption] ***************** task path: /WORKDIR/git-susekjdihrec/tests/tasks/mssql_conf_verify.yml:25 Wednesday 10 April 2024 15:03:44 +0000 (0:00:00.033) 0:02:23.275 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify that tcpport = False] ********************************************* task path: /WORKDIR/git-susekjdihrec/tests/tasks/mssql_conf_verify.yml:40 Wednesday 10 April 2024 15:03:44 +0000 (0:00:00.041) 0:02:23.317 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify configuration for confined application] *************************** task path: /WORKDIR/git-susekjdihrec/tests/tasks/verify_settings.yml:210 Wednesday 10 April 2024 15:03:44 +0000 (0:00:00.039) 0:02:23.357 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Test with certs created by the certificate role] ************************* task path: /WORKDIR/git-susekjdihrec/tests/tasks/tests_tls.yml:154 Wednesday 10 April 2024 15:03:44 +0000 (0:00:00.027) 0:02:23.384 ******* TASK [linux-system-roles.mssql : Ensure ansible_facts and variables used by role] *** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:3 Wednesday 10 April 2024 15:03:44 +0000 (0:00:00.558) 0:02:23.943 ******* included: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/set_vars.yml for sut TASK [linux-system-roles.mssql : Ensure ansible_facts used by role] ************ task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/set_vars.yml:3 Wednesday 10 April 2024 15:03:44 +0000 (0:00:00.040) 0:02:23.984 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Set platform/version specific variables] ****** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/set_vars.yml:9 Wednesday 10 April 2024 15:03:44 +0000 (0:00:00.027) 0:02:24.011 ******* 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 ], "__mssql_tuned_supported": true }, "ansible_included_var_files": [ "/WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/vars/RedHat.yml" ], "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml" } skipping: [sut] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [sut] => (item=CentOS_7.yml) => { "ansible_facts": { "__mssql_client_repository": "https://packages.microsoft.com/rhel/7/prod/", "__mssql_confined_supported": false, "__mssql_server_repository": "https://packages.microsoft.com/rhel/7/mssql-server-{{ mssql_version | int }}/", "__mssql_supported_versions": [ 2017, 2019 ] }, "ansible_included_var_files": [ "/WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/vars/CentOS_7.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_7.yml" } skipping: [sut] => (item=CentOS_7.9.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS_7.9.yml", "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Unset the __mssql_sqlcmd_login_cmd fact] ****** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:8 Wednesday 10 April 2024 15:03:44 +0000 (0:00:00.041) 0:02:24.052 ******* ok: [sut] => { "ansible_facts": { "__mssql_sqlcmd_login_cmd": null }, "changed": false } TASK [linux-system-roles.mssql : Print that the mssql_input_sql_file variable is deprecated] *** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:15 Wednesday 10 April 2024 15:03:45 +0000 (0:00:00.045) 0:02:24.098 ******* skipping: [sut] => {} TASK [linux-system-roles.mssql : Link the deprecated mssql_input_sql_file fact] *** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:23 Wednesday 10 April 2024 15:03:45 +0000 (0:00:00.040) 0:02:24.138 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Print that the variable is deprecated] ******** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:30 Wednesday 10 April 2024 15:03:45 +0000 (0:00:00.036) 0:02:24.175 ******* skipping: [sut] => {} TASK [linux-system-roles.mssql : Link the deprecated mssql_ha_listener_port fact] *** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:37 Wednesday 10 April 2024 15:03:45 +0000 (0:00:00.186) 0:02:24.361 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Print that the mssql_ad_sql_user_name variable is deprecated] *** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:44 Wednesday 10 April 2024 15:03:45 +0000 (0:00:00.038) 0:02:24.399 ******* skipping: [sut] => {} TASK [linux-system-roles.mssql : Link the deprecated mssql_ad_sql_user_name fact] *** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:51 Wednesday 10 April 2024 15:03:45 +0000 (0:00:00.031) 0:02:24.430 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Print that the mssql_ha_cluster_run_role variable is deprecated] *** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:58 Wednesday 10 April 2024 15:03:45 +0000 (0:00:00.024) 0:02:24.455 ******* skipping: [sut] => {} TASK [linux-system-roles.mssql : Link the deprecated mssql_ha_cluster_run_role fact] *** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:65 Wednesday 10 April 2024 15:03:45 +0000 (0:00:00.022) 0:02:24.478 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Verify that the user accepts EULA variables] *** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:69 Wednesday 10 April 2024 15:03:45 +0000 (0:00:00.051) 0:02:24.529 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [linux-system-roles.mssql : Verify that EL < 8 is not used with mssql_ha_configure=true] *** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:81 Wednesday 10 April 2024 15:03:45 +0000 (0:00:00.062) 0:02:24.592 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Verify if the mssql_ha_replica_type variable is provided correctly] *** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:89 Wednesday 10 April 2024 15:03:45 +0000 (0:00:00.070) 0:02:24.662 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Verify that 'mssql_ha_replica_type = primary' is provided once] *** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:98 Wednesday 10 April 2024 15:03:45 +0000 (0:00:00.063) 0:02:24.726 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Verify that mssql_ha_prep_for_pacemaker is provided correctly] *** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:111 Wednesday 10 April 2024 15:03:45 +0000 (0:00:00.040) 0:02:24.766 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Verify that selinux variables are used on supported platforms] *** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:122 Wednesday 10 April 2024 15:03:45 +0000 (0:00:00.045) 0:02:24.812 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Verify that mssql_manage_selinux is set properly] *** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:131 Wednesday 10 April 2024 15:03:45 +0000 (0:00:00.030) 0:02:24.842 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Gather package facts] ************************* task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:142 Wednesday 10 April 2024 15:03:45 +0000 (0:00:00.040) 0:02:24.882 ******* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.mssql : Set fact with the currently installed SQL Server version if any] *** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:146 Wednesday 10 April 2024 15:03:46 +0000 (0:00:00.980) 0:02:25.862 ******* 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, "item": { "key": 2019, "value": 15 }, "skip_reason": "Conditional result was False" } skipping: [sut] => (item={'key': 2022, 'value': 16}) => { "ansible_loop_var": "item", "changed": false, "item": { "key": 2022, "value": 16 }, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Set mssql_version variable if user does not define it] *** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:155 Wednesday 10 April 2024 15:03:47 +0000 (0:00:00.301) 0:02:26.164 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Verify if the mssql_version variable is provided correctly] *** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:162 Wednesday 10 April 2024 15:03:47 +0000 (0:00:00.035) 0:02:26.200 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [linux-system-roles.mssql : Verify if mssql_version is not smaller then the existing SQL Server version] *** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:169 Wednesday 10 April 2024 15:03:47 +0000 (0:00:00.035) 0:02:26.236 ******* skipping: [sut] => (item={'key': 2017, 'value': 14}) => { "ansible_loop_var": "item", "changed": false, "item": { "key": 2017, "value": 14 }, "skip_reason": "Conditional result was False" } skipping: [sut] => (item={'key': 2019, 'value': 15}) => { "ansible_loop_var": "item", "changed": false, "item": { "key": 2019, "value": 15 }, "skip_reason": "Conditional result was False" } skipping: [sut] => (item={'key': 2022, 'value': 16}) => { "ansible_loop_var": "item", "changed": false, "item": { "key": 2022, "value": 16 }, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Deploy the GPG key for Microsoft repositories] *** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:184 Wednesday 10 April 2024 15:03:47 +0000 (0:00:00.080) 0:02:26.316 ******* ok: [sut] => { "attempts": 1, "changed": false } TASK [linux-system-roles.mssql : Update all packages from SQL Server repo version 2017] *** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:198 Wednesday 10 April 2024 15:03:47 +0000 (0:00:00.356) 0:02:26.672 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Get yum repositories] ************************* task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:208 Wednesday 10 April 2024 15:03:47 +0000 (0:00:00.042) 0:02:26.715 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Remove the current Microsoft SQL Server repository to upgrade to 2017] *** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:219 Wednesday 10 April 2024 15:03:47 +0000 (0:00:00.032) 0:02:26.748 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Update all packages from SQL Server repo version 2017] *** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:233 Wednesday 10 April 2024 15:03:47 +0000 (0:00:00.032) 0:02:26.780 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Get zypper repositories] ********************** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:242 Wednesday 10 April 2024 15:03:47 +0000 (0:00:00.029) 0:02:26.809 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Remove the current Microsoft SQL Server repository to upgrade to 2017] *** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:254 Wednesday 10 April 2024 15:03:47 +0000 (0:00:00.057) 0:02:26.867 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the Microsoft SQL Server repo version 2017] *** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:261 Wednesday 10 April 2024 15:03:47 +0000 (0:00:00.025) 0:02:26.892 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the Microsoft SQL Server repo version 2017] *** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:273 Wednesday 10 April 2024 15:03:47 +0000 (0:00:00.035) 0:02:26.927 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure to run as a confined application with SELinux] *** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:286 Wednesday 10 April 2024 15:03:47 +0000 (0:00:00.044) 0:02:26.972 ******* ok: [sut] => { "changed": false, "rc": 0, "results": [ "mssql-server-selinux is not installed" ] } TASK [linux-system-roles.mssql : Ensure the package mssql-server] ************** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:291 Wednesday 10 April 2024 15:03:48 +0000 (0:00:00.408) 0:02:27.380 ******* ok: [sut] => { "changed": false, "rc": 0, "results": [ "mssql-server-14.0.3465.1-1.x86_64 providing mssql-server is already installed" ] } TASK [linux-system-roles.mssql : Ensure that the openldap-compat package is installed] *** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:299 Wednesday 10 April 2024 15:03:48 +0000 (0:00:00.340) 0:02:27.721 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Check if the errorlog file exists and its location] *** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:307 Wednesday 10 April 2024 15:03:48 +0000 (0:00:00.025) 0:02:27.747 ******* 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.004965", "end": "2024-04-10 15:03:48.803135", "rc": 0, "start": "2024-04-10 15:03:48.798170" } STDOUT: /var/opt/mssql/log/errorlog TASK [linux-system-roles.mssql : Gather system services facts] ***************** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:323 Wednesday 10 April 2024 15:03:48 +0000 (0:00:00.153) 0:02:27.901 ******* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.mssql : Set the __mssql_is_setup variable] ************ task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:327 Wednesday 10 April 2024 15:03:49 +0000 (0:00:00.720) 0:02:28.621 ******* ok: [sut] => { "ansible_facts": { "__mssql_is_setup": true }, "changed": false } TASK [linux-system-roles.mssql : Verify that the variables required for setting up MSSQL are defined] *** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:336 Wednesday 10 April 2024 15:03:49 +0000 (0:00:00.034) 0:02:28.656 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Set up MSSQL] ********************************* task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:352 Wednesday 10 April 2024 15:03:49 +0000 (0:00:00.022) 0:02:28.679 ******* skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.mssql : Ensure the directory and permissions for datadir and logdir] *** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:377 Wednesday 10 April 2024 15:03:49 +0000 (0:00:00.033) 0:02:28.712 ******* skipping: [sut] => (item={'path': None, 'mode': '755', 'setting': 'defaultdatadir'}) => { "ansible_loop_var": "item", "changed": false, "item": { "mode": "755", "path": null, "setting": "defaultdatadir" }, "skip_reason": "Conditional result was False" } skipping: [sut] => (item={'path': None, 'mode': '755', 'setting': 'defaultlogdir'}) => { "ansible_loop_var": "item", "changed": false, "item": { "mode": "755", "path": null, "setting": "defaultlogdir" }, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Set selinux role facts for ports] ************* task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:392 Wednesday 10 April 2024 15:03:49 +0000 (0:00:00.028) 0:02:28.740 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure correct SELinux context for storage paths and ports] ************** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:406 Wednesday 10 April 2024 15:03:49 +0000 (0:00:00.022) 0:02:28.763 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Ensure that the tuned-profiles-mssql package is installed] *** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:417 Wednesday 10 April 2024 15:03:49 +0000 (0:00:00.033) 0:02:28.797 ******* 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 [linux-system-roles.mssql : Ensure that the tuned service is started and enabled] *** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:423 Wednesday 10 April 2024 15:03:50 +0000 (0:00:00.360) 0:02:29.158 ******* ok: [sut] => { "changed": false, "enabled": true, "name": "tuned", "state": "started", "status": { "ActiveEnterTimestamp": "Wed 2024-04-10 14:22:42 UTC", "ActiveEnterTimestampMonotonic": "12292183", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "systemd-sysctl.service basic.target dbus.service network.target systemd-journald.socket system.slice", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Wed 2024-04-10 14:22:41 UTC", "AssertTimestampMonotonic": "11477380", "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": "Wed 2024-04-10 14:22:41 UTC", "ConditionTimestampMonotonic": "11477379", "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": "880", "ExecMainStartTimestamp": "Wed 2024-04-10 14:22:41 UTC", "ExecMainStartTimestampMonotonic": "11478309", "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": "Wed 2024-04-10 14:22:41 UTC", "InactiveExitTimestampMonotonic": "11478367", "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": "880", "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 dbus.service basic.target polkit.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": "Wed 2024-04-10 14:22:42 UTC", "WatchdogTimestampMonotonic": "12291793", "WatchdogUSec": "0" } } TASK [linux-system-roles.mssql : Get the active Tuned profiles] **************** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:430 Wednesday 10 April 2024 15:03:50 +0000 (0:00:00.210) 0:02:29.368 ******* ok: [sut] => { "changed": false, "cmd": [ "tuned-adm", "active" ], "delta": "0:00:00.094978", "end": "2024-04-10 15:03:50.517157", "rc": 0, "start": "2024-04-10 15:03:50.422179" } STDOUT: Current active profile: virtual-guest mssql TASK [linux-system-roles.mssql : Attempt to add mssql to the list of Tuned profiles] *** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:443 Wednesday 10 April 2024 15:03:50 +0000 (0:00:00.239) 0:02:29.608 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Remove troublemaking include from the mssql profile] *** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:456 Wednesday 10 April 2024 15:03:50 +0000 (0:00:00.035) 0:02:29.643 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Add the fixed mssql profile to the list of Tuned profiles] *** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:465 Wednesday 10 April 2024 15:03:50 +0000 (0:00:00.047) 0:02:29.690 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the Microsoft SQL Server Tools repository] *** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:475 Wednesday 10 April 2024 15:03:50 +0000 (0:00:00.057) 0:02:29.748 ******* ok: [sut] => { "changed": false, "repo": "packages-microsoft-com-prod", "state": "present" } TASK [linux-system-roles.mssql : Configure the Microsoft SQL Server Tools repository] *** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:483 Wednesday 10 April 2024 15:03:50 +0000 (0:00:00.252) 0:02:30.000 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Ensure that SQL Server client tools are installed] *** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:492 Wednesday 10 April 2024 15:03:50 +0000 (0:00:00.022) 0:02:30.022 ******* 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 [linux-system-roles.mssql : Prepare MSSQL and facts for logging in] ******* task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:504 Wednesday 10 April 2024 15:03:51 +0000 (0:00:00.332) 0:02:30.355 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Wait for mssql-server to prepare for client connections] *** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:508 Wednesday 10 April 2024 15:03:51 +0000 (0:00:00.022) 0:02:30.378 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Check if the set password matches the existing password] *** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:514 Wednesday 10 April 2024 15:03:51 +0000 (0:00:00.023) 0:02:30.401 ******* skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.mssql : Ensure that the mssql-server service is stopped] *** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:529 Wednesday 10 April 2024 15:03:51 +0000 (0:00:00.029) 0:02:30.430 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Gather package facts] ************************* task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:536 Wednesday 10 April 2024 15:03:51 +0000 (0:00:00.024) 0:02:30.454 ******* skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.mssql : Change the password of sa user] *************** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:544 Wednesday 10 April 2024 15:03:51 +0000 (0:00:00.023) 0:02:30.478 ******* skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.mssql : Pre-input SQL script files to SQL Server] ***** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:566 Wednesday 10 April 2024 15:03:51 +0000 (0:00:00.023) 0:02:30.502 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Pre-input SQL script contents to SQL Server] *** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:577 Wednesday 10 April 2024 15:03:51 +0000 (0:00:00.020) 0:02:30.522 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Check if the set edition matches the existing edition] *** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:592 Wednesday 10 April 2024 15:03:51 +0000 (0:00:00.021) 0:02:30.544 ******* 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.005040", "end": "2024-04-10 15:03:51.601273", "rc": 0, "start": "2024-04-10 15:03:51.596233" } STDOUT: true TASK [linux-system-roles.mssql : Ensure that the mssql-server service is stopped] *** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:606 Wednesday 10 April 2024 15:03:51 +0000 (0:00:00.136) 0:02:30.680 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Gather package facts] ************************* task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:613 Wednesday 10 April 2024 15:03:51 +0000 (0:00:00.024) 0:02:30.704 ******* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.mssql : Change the edition of MSSQL] ****************** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:619 Wednesday 10 April 2024 15:03:52 +0000 (0:00:01.082) 0:02:31.787 ******* skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.mssql : Configure the IP address setting] ************* task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:639 Wednesday 10 April 2024 15:03:52 +0000 (0:00:00.039) 0:02:31.827 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Register the previous tcpport setting] ******** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:646 Wednesday 10 April 2024 15:03:52 +0000 (0:00:00.036) 0:02:31.863 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Open the TCP port 1433] ************************************************** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:653 Wednesday 10 April 2024 15:03:52 +0000 (0:00:00.028) 0:02:31.892 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the TCP port setting to 1433] ******* task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:665 Wednesday 10 April 2024 15:03:52 +0000 (0:00:00.028) 0:02:31.921 ******* included: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml for sut TASK [linux-system-roles.mssql : Get the setting network tcpport] ************** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Wednesday 10 April 2024 15:03:53 +0000 (0:00:00.140) 0:02:32.062 ******* ok: [sut] => { "changed": false, "cmd": [ "grep", "^tcpport = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.002976", "end": "2024-04-10 15:03:53.145892", "failed_when_result": false, "rc": 1, "start": "2024-04-10 15:03:53.142916" } MSG: non-zero return code TASK [linux-system-roles.mssql : Configure the setting network tcpport] ******** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 Wednesday 10 April 2024 15:03:53 +0000 (0:00:00.168) 0:02:32.230 ******* ok: [sut] => { "changed": false, "cmd": [ "/opt/mssql/bin/mssql-conf", "set", "network.tcpport", "1433" ], "delta": "0:00:00.049326", "end": "2024-04-10 15:03:53.342689", "failed_when_result": false, "rc": 0, "start": "2024-04-10 15:03:53.293363" } STDOUT: Validation error on setting 'network.tcpport' Port '1433' is already in use. Please use another port TASK [linux-system-roles.mssql : Unset the setting network tcpport] ************ task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:42 Wednesday 10 April 2024 15:03:53 +0000 (0:00:00.217) 0:02:32.447 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Close the previously set SQL Server TCP port if it changed] ************** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:671 Wednesday 10 April 2024 15:03:53 +0000 (0:00:00.039) 0:02:32.487 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the sqlagent setting] *************** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:691 Wednesday 10 April 2024 15:03:53 +0000 (0:00:00.050) 0:02:32.537 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Ensure the package mssql-server-fts] ********** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:698 Wednesday 10 April 2024 15:03:53 +0000 (0:00:00.049) 0:02:32.587 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Ensure the package powershell] **************** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:705 Wednesday 10 April 2024 15:03:53 +0000 (0:00:00.030) 0:02:32.617 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Check if the 3979 trace flag is enabled] ****** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:714 Wednesday 10 April 2024 15:03:53 +0000 (0:00:00.039) 0:02:32.657 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Set the 3979 traceflag] *********************** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:720 Wednesday 10 April 2024 15:03:53 +0000 (0:00:00.027) 0:02:32.685 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Unset the 3979 traceflag] ********************* task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:727 Wednesday 10 April 2024 15:03:53 +0000 (0:00:00.024) 0:02:32.709 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the alternatewritethrough setting] *** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:735 Wednesday 10 April 2024 15:03:53 +0000 (0:00:00.129) 0:02:32.839 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the writethrough setting] *********** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:741 Wednesday 10 April 2024 15:03:53 +0000 (0:00:00.046) 0:02:32.885 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create certificates using the certificate role] ************************** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:759 Wednesday 10 April 2024 15:03:53 +0000 (0:00:00.028) 0:02:32.914 ******* TASK [fedora.linux_system_roles.certificate : Set version specific variables] *** task path: /WORKDIR/git-susekjdihrec/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:2 Wednesday 10 April 2024 15:03:53 +0000 (0:00:00.069) 0:02:32.984 ******* included: /WORKDIR/git-susekjdihrec/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml for sut TASK [fedora.linux_system_roles.certificate : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-susekjdihrec/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:2 Wednesday 10 April 2024 15:03:53 +0000 (0:00:00.045) 0:02:33.030 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.certificate : Check if system is ostree] ******* task path: /WORKDIR/git-susekjdihrec/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:10 Wednesday 10 April 2024 15:03:54 +0000 (0:00:00.029) 0:02:33.060 ******* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.certificate : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-susekjdihrec/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:15 Wednesday 10 April 2024 15:03:54 +0000 (0:00:00.135) 0:02:33.195 ******* ok: [sut] => { "ansible_facts": { "__certificate_is_ostree": false }, "changed": false } TASK [fedora.linux_system_roles.certificate : Set platform/version specific variables] *** task path: /WORKDIR/git-susekjdihrec/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:19 Wednesday 10 April 2024 15:03:54 +0000 (0:00:00.029) 0:02:33.225 ******* skipping: [sut] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [sut] => (item=CentOS_7.yml) => { "ansible_facts": { "__certificate_default_directory": "/etc/pki/tls", "__certificate_packages": [ "python-pyasn1", "python-cryptography", "python-dbus" ] }, "ansible_included_var_files": [ "/WORKDIR/git-susekjdihrec/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/vars/CentOS_7.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_7.yml" } skipping: [sut] => (item=CentOS_7.9.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS_7.9.yml", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.certificate : Ensure certificate role dependencies are installed] *** task path: /WORKDIR/git-susekjdihrec/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:5 Wednesday 10 April 2024 15:03:54 +0000 (0:00:00.078) 0:02:33.304 ******* changed: [sut] => { "changed": true, "changes": { "installed": [ "python-pyasn1", "python-cryptography" ] }, "rc": 0, "results": [ "dbus-python-1.1.1-9.el7.x86_64 providing python-dbus is already installed", "Loaded plugins: fastestmirror\nLoading mirror speeds from cached hostfile\n * base: download.cf.centos.org\n * extras: download.cf.centos.org\n * updates: download.cf.centos.org\nResolving Dependencies\n--> Running transaction check\n---> Package python2-cryptography.x86_64 0:1.7.2-2.el7 will be installed\n--> Processing Dependency: python-idna >= 2.0 for package: python2-cryptography-1.7.2-2.el7.x86_64\n--> Processing Dependency: python-cffi >= 1.4.1 for package: python2-cryptography-1.7.2-2.el7.x86_64\n---> Package python2-pyasn1.noarch 0:0.1.9-7.el7 will be installed\n--> Running transaction check\n---> Package python-cffi.x86_64 0:1.6.0-5.el7 will be installed\n--> Processing Dependency: python-pycparser for package: python-cffi-1.6.0-5.el7.x86_64\n---> Package python-idna.noarch 0:2.4-1.el7 will be installed\n--> Running transaction check\n---> Package python-pycparser.noarch 0:2.14-1.el7 will be installed\n--> Processing Dependency: python-ply for package: python-pycparser-2.14-1.el7.noarch\n--> Running transaction check\n---> Package python-ply.noarch 0:3.4-11.el7 will be installed\n--> Finished Dependency Resolution\n\nDependencies Resolved\n\n================================================================================\n Package Arch Version Repository Size\n================================================================================\nInstalling:\n python2-cryptography x86_64 1.7.2-2.el7 base 502 k\n python2-pyasn1 noarch 0.1.9-7.el7 base 100 k\nInstalling for dependencies:\n python-cffi x86_64 1.6.0-5.el7 base 218 k\n python-idna noarch 2.4-1.el7 base 94 k\n python-ply noarch 3.4-11.el7 base 123 k\n python-pycparser noarch 2.14-1.el7 base 104 k\n\nTransaction Summary\n================================================================================\nInstall 2 Packages (+4 Dependent packages)\n\nTotal download size: 1.1 M\nInstalled size: 5.8 M\nDownloading packages:\n--------------------------------------------------------------------------------\nTotal 198 kB/s | 1.1 MB 00:05 \nRunning transaction check\nRunning transaction test\nTransaction test succeeded\nRunning transaction\n Installing : python2-pyasn1-0.1.9-7.el7.noarch 1/6 \n Installing : python-ply-3.4-11.el7.noarch 2/6 \n Installing : python-pycparser-2.14-1.el7.noarch 3/6 \n Installing : python-cffi-1.6.0-5.el7.x86_64 4/6 \n Installing : python-idna-2.4-1.el7.noarch 5/6 \n Installing : python2-cryptography-1.7.2-2.el7.x86_64 6/6 \n Verifying : python-idna-2.4-1.el7.noarch 1/6 \n Verifying : python-pycparser-2.14-1.el7.noarch 2/6 \n Verifying : python-ply-3.4-11.el7.noarch 3/6 \n Verifying : python-cffi-1.6.0-5.el7.x86_64 4/6 \n Verifying : python2-pyasn1-0.1.9-7.el7.noarch 5/6 \n Verifying : python2-cryptography-1.7.2-2.el7.x86_64 6/6 \n\nInstalled:\n python2-cryptography.x86_64 0:1.7.2-2.el7 python2-pyasn1.noarch 0:0.1.9-7.el7\n\nDependency Installed:\n python-cffi.x86_64 0:1.6.0-5.el7 python-idna.noarch 0:2.4-1.el7 \n python-ply.noarch 0:3.4-11.el7 python-pycparser.noarch 0:2.14-1.el7 \n\nComplete!\n" ] } TASK [fedora.linux_system_roles.certificate : Ensure provider packages are installed] *** task path: /WORKDIR/git-susekjdihrec/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:23 Wednesday 10 April 2024 15:04:03 +0000 (0:00:08.780) 0:02:42.084 ******* changed: [sut] => (item=certmonger) => { "__certificate_provider": "certmonger", "ansible_loop_var": "__certificate_provider", "changed": true, "changes": { "installed": [ "certmonger" ] }, "rc": 0, "results": [ "Loaded plugins: fastestmirror\nLoading mirror speeds from cached hostfile\n * base: download.cf.centos.org\n * extras: download.cf.centos.org\n * updates: download.cf.centos.org\nResolving Dependencies\n--> Running transaction check\n---> Package certmonger.x86_64 0:0.78.4-17.el7_9 will be installed\n--> Processing Dependency: libtevent.so.0(TEVENT_0.9.9)(64bit) for package: certmonger-0.78.4-17.el7_9.x86_64\n--> Processing Dependency: libtalloc.so.2(TALLOC_2.0.2)(64bit) for package: certmonger-0.78.4-17.el7_9.x86_64\n--> Processing Dependency: libxmlrpc_util.so.3()(64bit) for package: certmonger-0.78.4-17.el7_9.x86_64\n--> Processing Dependency: libxmlrpc_client.so.3()(64bit) for package: certmonger-0.78.4-17.el7_9.x86_64\n--> Processing Dependency: libxmlrpc.so.3()(64bit) for package: certmonger-0.78.4-17.el7_9.x86_64\n--> Processing Dependency: libtevent.so.0()(64bit) for package: certmonger-0.78.4-17.el7_9.x86_64\n--> Processing Dependency: libtalloc.so.2()(64bit) for package: certmonger-0.78.4-17.el7_9.x86_64\n--> Running transaction check\n---> Package libtalloc.x86_64 0:2.1.16-1.el7 will be installed\n---> Package libtevent.x86_64 0:0.9.39-1.el7 will be installed\n---> Package xmlrpc-c.x86_64 0:1.32.5-1905.svn2451.el7 will be installed\n---> Package xmlrpc-c-client.x86_64 0:1.32.5-1905.svn2451.el7 will be installed\n--> Finished Dependency Resolution\n\nDependencies Resolved\n\n================================================================================\n Package Arch Version Repository Size\n================================================================================\nInstalling:\n certmonger x86_64 0.78.4-17.el7_9 updates 608 k\nInstalling for dependencies:\n libtalloc x86_64 2.1.16-1.el7 base 33 k\n libtevent x86_64 0.9.39-1.el7 base 41 k\n xmlrpc-c x86_64 1.32.5-1905.svn2451.el7 base 130 k\n xmlrpc-c-client x86_64 1.32.5-1905.svn2451.el7 base 32 k\n\nTransaction Summary\n================================================================================\nInstall 1 Package (+4 Dependent packages)\n\nTotal download size: 843 k\nInstalled size: 3.3 M\nDownloading packages:\n--------------------------------------------------------------------------------\nTotal 2.9 MB/s | 843 kB 00:00 \nRunning transaction check\nRunning transaction test\nTransaction test succeeded\nRunning transaction\n Installing : libtalloc-2.1.16-1.el7.x86_64 1/5 \n Installing : xmlrpc-c-1.32.5-1905.svn2451.el7.x86_64 2/5 \n Installing : xmlrpc-c-client-1.32.5-1905.svn2451.el7.x86_64 3/5 \n Installing : libtevent-0.9.39-1.el7.x86_64 4/5 \n Installing : certmonger-0.78.4-17.el7_9.x86_64 5/5 \n Verifying : xmlrpc-c-1.32.5-1905.svn2451.el7.x86_64 1/5 \n Verifying : libtalloc-2.1.16-1.el7.x86_64 2/5 \n Verifying : certmonger-0.78.4-17.el7_9.x86_64 3/5 \n Verifying : xmlrpc-c-client-1.32.5-1905.svn2451.el7.x86_64 4/5 \n Verifying : libtevent-0.9.39-1.el7.x86_64 5/5 \n\nInstalled:\n certmonger.x86_64 0:0.78.4-17.el7_9 \n\nDependency Installed:\n libtalloc.x86_64 0:2.1.16-1.el7 \n libtevent.x86_64 0:0.9.39-1.el7 \n xmlrpc-c.x86_64 0:1.32.5-1905.svn2451.el7 \n xmlrpc-c-client.x86_64 0:1.32.5-1905.svn2451.el7 \n\nComplete!\n" ] } TASK [fedora.linux_system_roles.certificate : Ensure pre-scripts hooks directory exists] *** task path: /WORKDIR/git-susekjdihrec/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:35 Wednesday 10 April 2024 15:04:06 +0000 (0:00:03.064) 0:02:45.149 ******* changed: [sut] => (item=certmonger) => { "__certificate_provider": "certmonger", "ansible_loop_var": "__certificate_provider", "changed": true, "gid": 0, "group": "root", "mode": "0700", "owner": "root", "path": "/etc/certmonger//pre-scripts", "secontext": "unconfined_u:object_r:etc_t:s0", "size": 4096, "state": "directory", "uid": 0 } TASK [fedora.linux_system_roles.certificate : Ensure post-scripts hooks directory exists] *** task path: /WORKDIR/git-susekjdihrec/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:61 Wednesday 10 April 2024 15:04:06 +0000 (0:00:00.165) 0:02:45.314 ******* changed: [sut] => (item=certmonger) => { "__certificate_provider": "certmonger", "ansible_loop_var": "__certificate_provider", "changed": true, "gid": 0, "group": "root", "mode": "0700", "owner": "root", "path": "/etc/certmonger//post-scripts", "secontext": "unconfined_u:object_r:etc_t:s0", "size": 4096, "state": "directory", "uid": 0 } TASK [fedora.linux_system_roles.certificate : Ensure provider service is running] *** task path: /WORKDIR/git-susekjdihrec/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:90 Wednesday 10 April 2024 15:04:06 +0000 (0:00:00.168) 0:02:45.482 ******* changed: [sut] => (item=certmonger) => { "__certificate_provider": "certmonger", "ansible_loop_var": "__certificate_provider", "changed": true, "enabled": true, "name": "certmonger", "state": "started", "status": { "ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "ActiveState": "inactive", "After": "system.slice dbus.service network.target basic.target syslog.target systemd-journald.socket", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "18446744073709551615", "BusName": "org.fedorahosted.certmonger", "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": "no", "ConditionTimestampMonotonic": "0", "Conflicts": "shutdown.target", "ControlPID": "0", "DefaultDependencies": "yes", "Delegate": "no", "Description": "Certificate monitoring and PKI enrollment", "DevicePolicy": "auto", "EnvironmentFile": "/etc/sysconfig/certmonger (ignore_errors=yes)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "0", "ExecMainStartTimestampMonotonic": "0", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/sbin/certmonger ; argv[]=/usr/sbin/certmonger -S -p /var/run/certmonger.pid -n $OPTS ; 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/certmonger.service", "GuessMainPID": "yes", "IOScheduling": "0", "Id": "certmonger.service", "IgnoreOnIsolate": "no", "IgnoreOnSnapshot": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestampMonotonic": "0", "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": "0", "MemoryAccounting": "no", "MemoryCurrent": "18446744073709551615", "MemoryLimit": "18446744073709551615", "MountFlags": "0", "Names": "certmonger.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PIDFile": "/var/run/certmonger.pid", "PermissionsStartOnly": "no", "PrivateDevices": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "ProtectHome": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "Requires": "basic.target system.slice", "Restart": "no", "RestartUSec": "100ms", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitInterval": "10000000", "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": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "dbus", "UMask": "0022", "UnitFilePreset": "disabled", "UnitFileState": "disabled", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0" } } TASK [fedora.linux_system_roles.certificate : Ensure certificate requests] ***** task path: /WORKDIR/git-susekjdihrec/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:101 Wednesday 10 April 2024 15:04:06 +0000 (0:00:00.327) 0:02:45.810 ******* changed: [sut] => (item={'name': 'mssql_2019_cert', 'common_name': '10.31.10.194', 'ca': 'self-sign', 'owner': 'mssql', 'group': 'mssql', 'mode': '0600'}) => { "ansible_loop_var": "item", "changed": true, "item": { "ca": "self-sign", "common_name": "10.31.10.194", "group": "mssql", "mode": "0600", "name": "mssql_2019_cert", "owner": "mssql" } } MSG: Certificate requested (new). File attributes updated. TASK [fedora.linux_system_roles.certificate : Slurp the contents of the files] *** task path: /WORKDIR/git-susekjdihrec/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:152 Wednesday 10 April 2024 15:04:07 +0000 (0:00:00.660) 0:02:46.470 ******* skipping: [sut] => (item=['cert', {'name': 'mssql_2019_cert', 'common_name': '10.31.10.194', 'ca': 'self-sign', 'owner': 'mssql', 'group': 'mssql', 'mode': '0600'}]) => { "ansible_loop_var": "item", "changed": false, "item": [ "cert", { "ca": "self-sign", "common_name": "10.31.10.194", "group": "mssql", "mode": "0600", "name": "mssql_2019_cert", "owner": "mssql" } ], "skip_reason": "Conditional result was False" } skipping: [sut] => (item=['key', {'name': 'mssql_2019_cert', 'common_name': '10.31.10.194', 'ca': 'self-sign', 'owner': 'mssql', 'group': 'mssql', 'mode': '0600'}]) => { "ansible_loop_var": "item", "changed": false, "item": [ "key", { "ca": "self-sign", "common_name": "10.31.10.194", "group": "mssql", "mode": "0600", "name": "mssql_2019_cert", "owner": "mssql" } ], "skip_reason": "Conditional result was False" } skipping: [sut] => (item=['ca', {'name': 'mssql_2019_cert', 'common_name': '10.31.10.194', 'ca': 'self-sign', 'owner': 'mssql', 'group': 'mssql', 'mode': '0600'}]) => { "ansible_loop_var": "item", "changed": false, "item": [ "ca", { "ca": "self-sign", "common_name": "10.31.10.194", "group": "mssql", "mode": "0600", "name": "mssql_2019_cert", "owner": "mssql" } ], "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.certificate : Create return data] ************** task path: /WORKDIR/git-susekjdihrec/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:160 Wednesday 10 April 2024 15:04:07 +0000 (0:00:00.044) 0:02:46.514 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.certificate : Stop tracking certificates] ****** task path: /WORKDIR/git-susekjdihrec/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:176 Wednesday 10 April 2024 15:04:07 +0000 (0:00:00.028) 0:02:46.543 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.certificate : Remove files] ******************** task path: /WORKDIR/git-susekjdihrec/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:181 Wednesday 10 April 2024 15:04:07 +0000 (0:00:00.026) 0:02:46.569 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Set mssql_tls_cert and _private_key based on the cert name] *** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:773 Wednesday 10 April 2024 15:04:07 +0000 (0:00:00.027) 0:02:46.596 ******* ok: [sut] => { "ansible_facts": { "mssql_tls_cert": "mssql_2019_cert.crt", "mssql_tls_private_key": "mssql_2019_cert.key" }, "changed": false } TASK [linux-system-roles.mssql : Copy certificate and private_key files to the host] *** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:778 Wednesday 10 April 2024 15:04:07 +0000 (0:00:00.027) 0:02:46.624 ******* skipping: [sut] => (item=mssql_2019_cert.crt) => { "ansible_loop_var": "item", "changed": false, "item": "mssql_2019_cert.crt", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=mssql_2019_cert.key) => { "ansible_loop_var": "item", "changed": false, "item": "mssql_2019_cert.key", "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the tlscert setting] **************** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:796 Wednesday 10 April 2024 15:04:07 +0000 (0:00:00.045) 0:02:46.670 ******* included: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml for sut TASK [linux-system-roles.mssql : Get the setting network tlscert] ************** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Wednesday 10 April 2024 15:04:07 +0000 (0:00:00.154) 0:02:46.824 ******* ok: [sut] => { "changed": false, "cmd": [ "grep", "^tlscert = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003740", "end": "2024-04-10 15:04:07.892784", "failed_when_result": false, "rc": 1, "start": "2024-04-10 15:04:07.889044" } MSG: non-zero return code TASK [linux-system-roles.mssql : Configure the setting network tlscert] ******** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 Wednesday 10 April 2024 15:04:07 +0000 (0:00:00.161) 0:02:46.986 ******* NOTIFIED HANDLER linux-system-roles.mssql : Restart the mssql-server service for sut changed: [sut] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "set", "network.tlscert", "/etc/pki/tls/certs/mssql_2019_cert.crt" ], "delta": "0:00:00.049876", "end": "2024-04-10 15:04:08.126715", "failed_when_result": false, "rc": 0, "start": "2024-04-10 15:04:08.076839" } STDOUT: SQL Server needs to be restarted in order to apply this setting. Please run 'systemctl restart mssql-server.service'. TASK [linux-system-roles.mssql : Unset the setting network tlscert] ************ task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:42 Wednesday 10 April 2024 15:04:08 +0000 (0:00:00.229) 0:02:47.216 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the tlskey setting] ***************** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:805 Wednesday 10 April 2024 15:04:08 +0000 (0:00:00.038) 0:02:47.254 ******* included: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml for sut TASK [linux-system-roles.mssql : Get the setting network tlskey] *************** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Wednesday 10 April 2024 15:04:08 +0000 (0:00:00.083) 0:02:47.337 ******* ok: [sut] => { "changed": false, "cmd": [ "grep", "^tlskey = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003188", "end": "2024-04-10 15:04:08.399205", "failed_when_result": false, "rc": 1, "start": "2024-04-10 15:04:08.396017" } MSG: non-zero return code TASK [linux-system-roles.mssql : Configure the setting network tlskey] ********* task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 Wednesday 10 April 2024 15:04:08 +0000 (0:00:00.154) 0:02:47.492 ******* changed: [sut] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "set", "network.tlskey", "/etc/pki/tls/private/mssql_2019_cert.key" ], "delta": "0:00:00.049925", "end": "2024-04-10 15:04:08.627923", "failed_when_result": false, "rc": 0, "start": "2024-04-10 15:04:08.577998" } STDOUT: SQL Server needs to be restarted in order to apply this setting. Please run 'systemctl restart mssql-server.service'. TASK [linux-system-roles.mssql : Unset the setting network tlskey] ************* task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:42 Wednesday 10 April 2024 15:04:08 +0000 (0:00:00.241) 0:02:47.733 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the tlsprotocols setting] *********** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:814 Wednesday 10 April 2024 15:04:08 +0000 (0:00:00.045) 0:02:47.779 ******* included: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml for sut TASK [linux-system-roles.mssql : Get the setting network tlsprotocols] ********* task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Wednesday 10 April 2024 15:04:08 +0000 (0:00:00.114) 0:02:47.894 ******* ok: [sut] => { "changed": false, "cmd": [ "grep", "^tlsprotocols = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.002958", "end": "2024-04-10 15:04:08.973671", "failed_when_result": false, "rc": 1, "start": "2024-04-10 15:04:08.970713" } MSG: non-zero return code TASK [linux-system-roles.mssql : Configure the setting network tlsprotocols] *** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 Wednesday 10 April 2024 15:04:09 +0000 (0:00:00.208) 0:02:48.102 ******* changed: [sut] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "set", "network.tlsprotocols", "1.2" ], "delta": "0:00:00.048564", "end": "2024-04-10 15:04:09.236672", "failed_when_result": false, "rc": 0, "start": "2024-04-10 15:04:09.188108" } STDOUT: SQL Server needs to be restarted in order to apply this setting. Please run 'systemctl restart mssql-server.service'. TASK [linux-system-roles.mssql : Unset the setting network tlsprotocols] ******* task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:42 Wednesday 10 April 2024 15:04:09 +0000 (0:00:00.235) 0:02:48.338 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the forceencryption setting] ******** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:821 Wednesday 10 April 2024 15:04:09 +0000 (0:00:00.027) 0:02:48.366 ******* included: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml for sut TASK [linux-system-roles.mssql : Get the setting network forceencryption] ****** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Wednesday 10 April 2024 15:04:09 +0000 (0:00:00.065) 0:02:48.432 ******* ok: [sut] => { "changed": false, "cmd": [ "grep", "^forceencryption = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.002983", "end": "2024-04-10 15:04:09.503155", "failed_when_result": false, "rc": 1, "start": "2024-04-10 15:04:09.500172" } MSG: non-zero return code TASK [linux-system-roles.mssql : Configure the setting network forceencryption] *** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 Wednesday 10 April 2024 15:04:09 +0000 (0:00:00.272) 0:02:48.704 ******* changed: [sut] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "set", "network.forceencryption", "1" ], "delta": "0:00:00.048565", "end": "2024-04-10 15:04:09.847474", "failed_when_result": false, "rc": 0, "start": "2024-04-10 15:04:09.798909" } STDOUT: SQL Server needs to be restarted in order to apply this setting. Please run 'systemctl restart mssql-server.service'. TASK [linux-system-roles.mssql : Unset the setting network forceencryption] **** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:42 Wednesday 10 April 2024 15:04:09 +0000 (0:00:00.245) 0:02:48.949 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Verify that ad_integration_realm variable is provided] *** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:830 Wednesday 10 April 2024 15:04:09 +0000 (0:00:00.032) 0:02:48.982 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Join to realm {{ ad_integration_realm }}] ******************************** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:838 Wednesday 10 April 2024 15:04:09 +0000 (0:00:00.042) 0:02:49.024 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Ensure adutil and krb5-workstation] *********** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:846 Wednesday 10 April 2024 15:04:10 +0000 (0:00:00.053) 0:02:49.078 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Print credential caches to check if AD principal exists] *** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:853 Wednesday 10 April 2024 15:04:10 +0000 (0:00:00.039) 0:02:49.117 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Print status of credential cache for {{ __mssql_ad_kinit_user }}] *** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:860 Wednesday 10 April 2024 15:04:10 +0000 (0:00:00.063) 0:02:49.181 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Obtain Kerberos ticket for {{ __mssql_ad_kinit_user }}] *** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:869 Wednesday 10 April 2024 15:04:10 +0000 (0:00:00.058) 0:02:49.239 ******* skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.mssql : Check if AD user exists] ********************** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:882 Wednesday 10 April 2024 15:04:10 +0000 (0:00:00.075) 0:02:49.315 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : In AD server create user] ********************* task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:891 Wednesday 10 April 2024 15:04:10 +0000 (0:00:00.054) 0:02:49.369 ******* skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.mssql : Get SPNs for the principal] ******************* task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:903 Wednesday 10 April 2024 15:04:10 +0000 (0:00:00.058) 0:02:49.427 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Register SPNs to the principal] *************** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:908 Wednesday 10 April 2024 15:04:10 +0000 (0:00:00.049) 0:02:49.476 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Get kvno of the SPN host] ********************* task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:925 Wednesday 10 April 2024 15:04:10 +0000 (0:00:00.032) 0:02:49.509 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Get stats of the keytab file] ***************** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:930 Wednesday 10 April 2024 15:04:10 +0000 (0:00:00.035) 0:02:49.544 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Get keytab properties] ************************ task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:935 Wednesday 10 April 2024 15:04:10 +0000 (0:00:00.025) 0:02:49.570 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Create keytab] ******************************** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:941 Wednesday 10 April 2024 15:04:10 +0000 (0:00:00.064) 0:02:49.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 [linux-system-roles.mssql : Add an entry in the keytab for the principal name and password] *** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:967 Wednesday 10 April 2024 15:04:10 +0000 (0:00:00.044) 0:02:49.679 ******* skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.mssql : Ensure correct permissions and ownership on the keytab] *** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:988 Wednesday 10 April 2024 15:04:10 +0000 (0:00:00.061) 0:02:49.741 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Fetch keytab file to host] ******************** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:996 Wednesday 10 April 2024 15:04:10 +0000 (0:00:00.069) 0:02:49.810 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the network.kerberoskeytabfile setting] *** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:1006 Wednesday 10 April 2024 15:04:10 +0000 (0:00:00.186) 0:02:49.997 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the network.kerberoskeytabfile setting] *** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:1012 Wednesday 10 April 2024 15:04:10 +0000 (0:00:00.025) 0:02:50.023 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Verify that hosts with mssql_ha_replica_type=primary is available] *** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:1030 Wednesday 10 April 2024 15:04:10 +0000 (0:00:00.022) 0:02:50.045 ******* skipping: [sut] => { "changed": false, "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-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:1045 Wednesday 10 April 2024 15:04:11 +0000 (0:00:00.034) 0:02:50.079 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Set host variables] *************************** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:1065 Wednesday 10 April 2024 15:04:11 +0000 (0:00:00.033) 0:02:50.113 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Ensure the package mssql-server-ha] *********** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:1118 Wednesday 10 April 2024 15:04:11 +0000 (0:00:00.039) 0:02:50.152 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Enable the hadrenabled setting] *************** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:1125 Wednesday 10 April 2024 15:04:11 +0000 (0:00:00.037) 0:02:50.190 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Restart the mssql-server service if hadrenabled task was changed] *** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:1132 Wednesday 10 April 2024 15:04:11 +0000 (0:00:00.046) 0:02:50.237 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Remove certificate from SQL Server] *********** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:1143 Wednesday 10 April 2024 15:04:11 +0000 (0:00:00.045) 0:02:50.282 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Remove certificate and private key files] ***** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:1149 Wednesday 10 April 2024 15:04:11 +0000 (0:00:00.026) 0:02:50.309 ******* skipping: [sut] => (item=/var/opt/mssql/data/.cer) => { "ansible_loop_var": "item", "changed": false, "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, "item": "/var/opt/mssql/data/.pvk", "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure SQL entities on the primary replica] *** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:1157 Wednesday 10 April 2024 15:04:11 +0000 (0:00:00.044) 0:02:50.354 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Create login for HA on in SQL Server] ********* task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:1166 Wednesday 10 April 2024 15:04:11 +0000 (0:00:00.052) 0:02:50.407 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Fetch certificate files from the primary to the control node] *** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:1174 Wednesday 10 April 2024 15:04:11 +0000 (0:00:00.046) 0:02:50.454 ******* skipping: [sut] => (item={'key': 'cert', 'value': '/var/opt/mssql/data/.cer'}) => { "ansible_loop_var": "item", "changed": false, "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, "item": { "key": "key", "value": "/var/opt/mssql/data/.pvk" }, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Get the current primary replica in SQL] ******* task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:1188 Wednesday 10 April 2024 15:04:11 +0000 (0:00:00.050) 0:02:50.504 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Set fact with the current primary replica] **** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:1195 Wednesday 10 April 2024 15:04:11 +0000 (0:00:00.031) 0:02:50.536 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure ag] ********************************* task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:1220 Wednesday 10 April 2024 15:04:11 +0000 (0:00:00.035) 0:02:50.571 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Grant permissions to HA login] **************** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:1229 Wednesday 10 April 2024 15:04:11 +0000 (0:00:00.024) 0:02:50.596 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Replicate DBs] ******************************** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:1239 Wednesday 10 April 2024 15:04:11 +0000 (0:00:00.026) 0:02:50.623 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Grant permissions to HA login] **************** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:1250 Wednesday 10 April 2024 15:04:11 +0000 (0:00:00.113) 0:02:50.736 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Verify that hosts with replica_type=primary is available] *** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:1263 Wednesday 10 April 2024 15:04:11 +0000 (0:00:00.029) 0:02:50.766 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Ensure the package mssql-server-ha] *********** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:1276 Wednesday 10 April 2024 15:04:11 +0000 (0:00:00.026) 0:02:50.793 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Enable the hadrenabled setting] *************** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:1283 Wednesday 10 April 2024 15:04:11 +0000 (0:00:00.023) 0:02:50.816 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Restart the mssql-server service if hadrenabled task was changed] *** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:1290 Wednesday 10 April 2024 15:04:11 +0000 (0:00:00.036) 0:02:50.853 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Remove certificate from SQL Server] *********** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:1299 Wednesday 10 April 2024 15:04:11 +0000 (0:00:00.029) 0:02:50.882 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Distribute certificate and private key to managed nodes] *** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:1306 Wednesday 10 April 2024 15:04:11 +0000 (0:00:00.024) 0:02:50.907 ******* skipping: [sut] => (item={'key': 'cert', 'value': '/var/opt/mssql/data/.cer'}) => { "ansible_loop_var": "item", "changed": false, "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, "item": { "key": "key", "value": "/var/opt/mssql/data/.pvk" }, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure SQL entities on not primary replicas] *** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:1318 Wednesday 10 April 2024 15:04:11 +0000 (0:00:00.031) 0:02:50.938 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Create HA login] ****************************** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:1327 Wednesday 10 April 2024 15:04:11 +0000 (0:00:00.042) 0:02:50.980 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Join to availability group] ******************* task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:1334 Wednesday 10 April 2024 15:04:11 +0000 (0:00:00.028) 0:02:51.010 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Grant permissions to HA login] **************** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:1340 Wednesday 10 April 2024 15:04:12 +0000 (0:00:00.059) 0:02:51.069 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Remove certificate and private key from the control node] *** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:1348 Wednesday 10 April 2024 15:04:12 +0000 (0:00:00.038) 0:02:51.108 ******* skipping: [sut] => (item=cert) => { "ansible_loop_var": "item", "changed": false, "item": "cert", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=key) => { "ansible_loop_var": "item", "changed": false, "item": "key", "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Save credentials for the SQL Server login] **** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:1361 Wednesday 10 April 2024 15:04:12 +0000 (0:00:00.036) 0:02:51.144 ******* 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-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:1373 Wednesday 10 April 2024 15:04:12 +0000 (0:00:00.021) 0:02:51.166 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Wait for the cluster to finish configuration] *** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:1378 Wednesday 10 April 2024 15:04:12 +0000 (0:00:00.027) 0:02:51.194 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure listener for the availability group] *** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:1384 Wednesday 10 April 2024 15:04:12 +0000 (0:00:00.027) 0:02:51.221 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Ensure the ansible_managed header in /var/opt/mssql/mssql.conf] *** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:1393 Wednesday 10 April 2024 15:04:12 +0000 (0:00:00.028) 0:02:51.250 ******* changed: [sut] => { "changed": true } MSG: Block inserted RUNNING HANDLER [linux-system-roles.mssql : Restart the mssql-server service] *** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/handlers/main.yml:3 Wednesday 10 April 2024 15:04:12 +0000 (0:00:00.243) 0:02:51.493 ******* changed: [sut] => { "changed": true, "name": "mssql-server", "state": "started", "status": { "ActiveEnterTimestamp": "Wed 2024-04-10 15:03:38 UTC", "ActiveEnterTimestampMonotonic": "2468962739", "ActiveExitTimestamp": "Wed 2024-04-10 15:03:38 UTC", "ActiveExitTimestampMonotonic": "2468713944", "ActiveState": "active", "After": "network.target systemd-journald.socket system.slice basic.target auditd.service -.mount", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Wed 2024-04-10 15:03:38 UTC", "AssertTimestampMonotonic": "2468961583", "Before": "multi-user.target shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "18446744073709551615", "CPUAccounting": "no", "CPUQuotaPerSecUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "18446744073709551615", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "18446744073709551615", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Wed 2024-04-10 15:03:38 UTC", "ConditionTimestampMonotonic": "2468961582", "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": "30573", "ExecMainStartTimestamp": "Wed 2024-04-10 15:03:38 UTC", "ExecMainStartTimestampMonotonic": "2468962673", "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": "Wed 2024-04-10 15:03:38 UTC", "InactiveEnterTimestampMonotonic": "2468961119", "InactiveExitTimestamp": "Wed 2024-04-10 15:03:38 UTC", "InactiveExitTimestampMonotonic": "2468962739", "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": "30573", "MemoryAccounting": "no", "MemoryCurrent": "18446744073709551615", "MemoryLimit": "18446744073709551615", "MountFlags": "0", "Names": "mssql-server.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "PrivateDevices": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "ProtectHome": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "Requires": "basic.target -.mount system.slice", "RequiresMountsFor": "/var/opt/mssql", "Restart": "on-failure", "RestartUSec": "100ms", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "0", "StartLimitInterval": "0", "StartupBlockIOWeight": "18446744073709551615", "StartupCPUShares": "18446744073709551615", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "no", "TasksCurrent": "18446744073709551615", "TasksMax": "18446744073709551615", "TimeoutStartUSec": "30min", "TimeoutStopUSec": "30min", "TimerSlackNSec": "50000", "Transient": "no", "Type": "simple", "UMask": "0007", "UnitFilePreset": "disabled", "UnitFileState": "enabled", "User": "mssql", "WantedBy": "multi-user.target", "WatchdogTimestamp": "Wed 2024-04-10 15:03:38 UTC", "WatchdogTimestampMonotonic": "2468962713", "WatchdogUSec": "0", "WorkingDirectory": "/var/opt/mssql" } } META: ran handlers TASK [linux-system-roles.mssql : Post-input SQL scripts to SQL Server] ********* task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:1406 Wednesday 10 April 2024 15:04:12 +0000 (0:00:00.558) 0:02:52.051 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Post-input SQL scripts to SQL Server] ********* task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:1417 Wednesday 10 April 2024 15:04:13 +0000 (0:00:00.039) 0:02:52.091 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } META: ran handlers TASK [Verify connectivity and settings] **************************************** task path: /WORKDIR/git-susekjdihrec/tests/tasks/tests_tls.yml:168 Wednesday 10 April 2024 15:04:13 +0000 (0:00:00.027) 0:02:52.119 ******* included: /WORKDIR/git-susekjdihrec/tests/tasks/verify_settings.yml for sut TASK [Check if the errorlog file exists and its location] ********************** task path: /WORKDIR/git-susekjdihrec/tests/tasks/verify_settings.yml:8 Wednesday 10 April 2024 15:04:13 +0000 (0:00:00.254) 0:02:52.373 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if the set edition matches the existing edition] ******************* task path: /WORKDIR/git-susekjdihrec/tests/tasks/verify_settings.yml:23 Wednesday 10 April 2024 15:04:13 +0000 (0:00:00.040) 0:02:52.414 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify if the edition matches] ******************************************* task path: /WORKDIR/git-susekjdihrec/tests/tasks/verify_settings.yml:35 Wednesday 10 April 2024 15:04:13 +0000 (0:00:00.042) 0:02:52.456 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the setting {{ item.key }}] *************************************** task path: /WORKDIR/git-susekjdihrec/tests/tasks/verify_settings.yml:39 Wednesday 10 April 2024 15:04:13 +0000 (0:00:00.042) 0:02:52.498 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get stat of mssql_datadir] *********************************************** task path: /WORKDIR/git-susekjdihrec/tests/tasks/verify_settings.yml:55 Wednesday 10 April 2024 15:04:13 +0000 (0:00:00.040) 0:02:52.539 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Assert that mssql_datadir has proper permissions and ownership] ********** task path: /WORKDIR/git-susekjdihrec/tests/tasks/verify_settings.yml:60 Wednesday 10 April 2024 15:04:13 +0000 (0:00:00.065) 0:02:52.604 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get stat of mssql_logdir] ************************************************ task path: /WORKDIR/git-susekjdihrec/tests/tasks/verify_settings.yml:70 Wednesday 10 April 2024 15:04:13 +0000 (0:00:00.039) 0:02:52.643 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Assert that mssql_logdir has proper permissions and ownership] *********** task path: /WORKDIR/git-susekjdihrec/tests/tasks/verify_settings.yml:75 Wednesday 10 April 2024 15:04:13 +0000 (0:00:00.194) 0:02:52.838 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Prepare MSSQL and facts for logging in] ********************************** task path: /WORKDIR/git-susekjdihrec/tests/tasks/verify_settings.yml:85 Wednesday 10 April 2024 15:04:13 +0000 (0:00:00.042) 0:02:52.880 ******* TASK [linux-system-roles.mssql : Ensure that the mssql-server service is started] *** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/verify_password.yml:3 Wednesday 10 April 2024 15:04:13 +0000 (0:00:00.055) 0:02:52.936 ******* ok: [sut] => { "changed": false, "name": "mssql-server", "state": "started", "status": { "ActiveEnterTimestamp": "Wed 2024-04-10 15:04:12 UTC", "ActiveEnterTimestampMonotonic": "2503003835", "ActiveExitTimestamp": "Wed 2024-04-10 15:04:12 UTC", "ActiveExitTimestampMonotonic": "2502705549", "ActiveState": "active", "After": "network.target systemd-journald.socket system.slice basic.target auditd.service -.mount", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Wed 2024-04-10 15:04:12 UTC", "AssertTimestampMonotonic": "2503002982", "Before": "multi-user.target shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "18446744073709551615", "CPUAccounting": "no", "CPUQuotaPerSecUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "18446744073709551615", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "18446744073709551615", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Wed 2024-04-10 15:04:12 UTC", "ConditionTimestampMonotonic": "2503002980", "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": "31406", "ExecMainStartTimestamp": "Wed 2024-04-10 15:04:12 UTC", "ExecMainStartTimestampMonotonic": "2503003742", "ExecMainStatus": "0", "ExecStart": "{ path=/opt/mssql/bin/sqlservr ; argv[]=/opt/mssql/bin/sqlservr ; ignore_errors=no ; start_time=[Wed 2024-04-10 15:04:12 UTC] ; stop_time=[n/a] ; pid=31406 ; 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": "Wed 2024-04-10 15:04:12 UTC", "InactiveEnterTimestampMonotonic": "2503002079", "InactiveExitTimestamp": "Wed 2024-04-10 15:04:12 UTC", "InactiveExitTimestampMonotonic": "2503003835", "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": "31406", "MemoryAccounting": "no", "MemoryCurrent": "18446744073709551615", "MemoryLimit": "18446744073709551615", "MountFlags": "0", "Names": "mssql-server.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "PrivateDevices": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "ProtectHome": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "Requires": "basic.target -.mount system.slice", "RequiresMountsFor": "/var/opt/mssql", "Restart": "on-failure", "RestartUSec": "100ms", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "0", "StartLimitInterval": "0", "StartupBlockIOWeight": "18446744073709551615", "StartupCPUShares": "18446744073709551615", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "no", "TasksCurrent": "18446744073709551615", "TasksMax": "18446744073709551615", "TimeoutStartUSec": "30min", "TimeoutStopUSec": "30min", "TimerSlackNSec": "50000", "Transient": "no", "Type": "simple", "UMask": "0007", "UnitFilePreset": "disabled", "UnitFileState": "enabled", "User": "mssql", "WantedBy": "multi-user.target", "WatchdogTimestamp": "Wed 2024-04-10 15:04:12 UTC", "WatchdogTimestampMonotonic": "2503003800", "WatchdogUSec": "0", "WorkingDirectory": "/var/opt/mssql" } } TASK [linux-system-roles.mssql : Check if a custom tcpport setting exist] ****** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/verify_password.yml:8 Wednesday 10 April 2024 15:04:14 +0000 (0:00:00.259) 0:02:53.196 ******* ok: [sut] => { "changed": false, "cmd": [ "grep", "^tcpport = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003225", "end": "2024-04-10 15:04:14.279778", "failed_when_result": false, "rc": 1, "start": "2024-04-10 15:04:14.276553" } MSG: non-zero return code TASK [linux-system-roles.mssql : Check if a custom ipaddress setting exist] **** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/verify_password.yml:14 Wednesday 10 April 2024 15:04:14 +0000 (0:00:00.174) 0:02:53.370 ******* ok: [sut] => { "changed": false, "cmd": [ "grep", "^ipaddress = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003230", "end": "2024-04-10 15:04:14.428056", "failed_when_result": false, "rc": 1, "start": "2024-04-10 15:04:14.424826" } MSG: non-zero return code TASK [linux-system-roles.mssql : Set a fact with a login command] ************** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/verify_password.yml:20 Wednesday 10 April 2024 15:04:14 +0000 (0:00:00.137) 0:02:53.508 ******* 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-susekjdihrec/tests/tasks/verify_settings.yml:93 Wednesday 10 April 2024 15:04:14 +0000 (0:00:00.028) 0:02:53.536 ******* 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": 6895, "state": "file", "uid": 996 } TASK [Check if the set password matches the existing password] ***************** task path: /WORKDIR/git-susekjdihrec/tests/tasks/verify_settings.yml:99 Wednesday 10 April 2024 15:04:15 +0000 (0:00:01.135) 0:02:54.672 ******* FAILED - RETRYING: Check if the set password matches the existing password (5 retries left). ok: [sut] => { "attempts": 2, "changed": false, "cmd": [ "/opt/mssql-tools/bin/sqlcmd", "-U", "sa", "-P", "p@55w0rD", "-Q", "SELECT @@VERSION" ], "delta": "0:00:00.029327", "end": "2024-04-10 15:04:35.518536", "rc": 0, "start": "2024-04-10 15:04:35.489209" } STDOUT: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ Microsoft SQL Server 2017 (RTM-CU31-GDR) (KB5029376) - 14.0.3465.1 (X64) Jul 30 2023 15:31:58 Copyright (C) 2017 Microsoft Corporation Enterprise Evaluation Edition (64-bit) on Linux (CentOS Linux 7 (Core)) (1 rows affected) TASK [Set the mssql_password variable to default null] ************************* task path: /WORKDIR/git-susekjdihrec/tests/tasks/verify_settings.yml:118 Wednesday 10 April 2024 15:04:35 +0000 (0:00:19.927) 0:03:14.599 ******* ok: [sut] => { "ansible_facts": { "mssql_password": null }, "changed": false } TASK [Verify the package mssql-server-fts] ************************************* task path: /WORKDIR/git-susekjdihrec/tests/tasks/verify_settings.yml:122 Wednesday 10 April 2024 15:04:35 +0000 (0:00:00.022) 0:03:14.622 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the package powershell] ******************************************* task path: /WORKDIR/git-susekjdihrec/tests/tasks/verify_settings.yml:129 Wednesday 10 April 2024 15:04:35 +0000 (0:00:00.019) 0:03:14.642 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the value of the traceflag setting] ********************************** task path: /WORKDIR/git-susekjdihrec/tests/tasks/verify_settings.yml:140 Wednesday 10 April 2024 15:04:35 +0000 (0:00:00.019) 0:03:14.661 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that the traceflag setting is set to 3979] ************************ task path: /WORKDIR/git-susekjdihrec/tests/tasks/verify_settings.yml:145 Wednesday 10 April 2024 15:04:35 +0000 (0:00:00.020) 0:03:14.682 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that the traceflag setting is not set to 3979] ******************** task path: /WORKDIR/git-susekjdihrec/tests/tasks/verify_settings.yml:150 Wednesday 10 April 2024 15:04:35 +0000 (0:00:00.020) 0:03:14.703 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that the alternatewritethrough setting is false] ****************** task path: /WORKDIR/git-susekjdihrec/tests/tasks/verify_settings.yml:156 Wednesday 10 April 2024 15:04:35 +0000 (0:00:00.120) 0:03:14.823 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the writethrough setting] ***************************************** task path: /WORKDIR/git-susekjdihrec/tests/tasks/verify_settings.yml:162 Wednesday 10 April 2024 15:04:35 +0000 (0:00:00.021) 0:03:14.845 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the tlscert setting] ********************************************** task path: /WORKDIR/git-susekjdihrec/tests/tasks/verify_settings.yml:172 Wednesday 10 April 2024 15:04:35 +0000 (0:00:00.022) 0:03:14.867 ******* included: /WORKDIR/git-susekjdihrec/tests/tasks/mssql_conf_verify.yml for sut TASK [Get the value of the setting tlscert] ************************************ task path: /WORKDIR/git-susekjdihrec/tests/tasks/mssql_conf_verify.yml:7 Wednesday 10 April 2024 15:04:35 +0000 (0:00:00.037) 0:03:14.904 ******* ok: [sut] => { "changed": false, "cmd": "grep '^tlscert' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004545", "end": "2024-04-10 15:04:35.965075", "rc": 0, "start": "2024-04-10 15:04:35.960530" } STDOUT: tlscert = /etc/pki/tls/certs/mssql_2019_cert.crt TASK [Verify the setting when it is type str tlscert] ************************** task path: /WORKDIR/git-susekjdihrec/tests/tasks/mssql_conf_verify.yml:14 Wednesday 10 April 2024 15:04:35 +0000 (0:00:00.142) 0:03:15.046 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the setting when it is type bool tlscert] ************************* task path: /WORKDIR/git-susekjdihrec/tests/tasks/mssql_conf_verify.yml:25 Wednesday 10 April 2024 15:04:36 +0000 (0:00:00.030) 0:03:15.077 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that tcpport = /etc/pki/tls/certs/mssql_2019_cert.crt] ************ task path: /WORKDIR/git-susekjdihrec/tests/tasks/mssql_conf_verify.yml:40 Wednesday 10 April 2024 15:04:36 +0000 (0:00:00.026) 0:03:15.104 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the tlskey setting] *********************************************** task path: /WORKDIR/git-susekjdihrec/tests/tasks/verify_settings.yml:183 Wednesday 10 April 2024 15:04:36 +0000 (0:00:00.022) 0:03:15.126 ******* included: /WORKDIR/git-susekjdihrec/tests/tasks/mssql_conf_verify.yml for sut TASK [Get the value of the setting tlskey] ************************************* task path: /WORKDIR/git-susekjdihrec/tests/tasks/mssql_conf_verify.yml:7 Wednesday 10 April 2024 15:04:36 +0000 (0:00:00.039) 0:03:15.166 ******* ok: [sut] => { "changed": false, "cmd": "grep '^tlskey' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004398", "end": "2024-04-10 15:04:36.224562", "rc": 0, "start": "2024-04-10 15:04:36.220164" } STDOUT: tlskey = /etc/pki/tls/private/mssql_2019_cert.key TASK [Verify the setting when it is type str tlskey] *************************** task path: /WORKDIR/git-susekjdihrec/tests/tasks/mssql_conf_verify.yml:14 Wednesday 10 April 2024 15:04:36 +0000 (0:00:00.139) 0:03:15.305 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the setting when it is type bool tlskey] ************************** task path: /WORKDIR/git-susekjdihrec/tests/tasks/mssql_conf_verify.yml:25 Wednesday 10 April 2024 15:04:36 +0000 (0:00:00.031) 0:03:15.337 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that tcpport = /etc/pki/tls/private/mssql_2019_cert.key] ********** task path: /WORKDIR/git-susekjdihrec/tests/tasks/mssql_conf_verify.yml:40 Wednesday 10 April 2024 15:04:36 +0000 (0:00:00.027) 0:03:15.364 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the tlsprotocols setting] ***************************************** task path: /WORKDIR/git-susekjdihrec/tests/tasks/verify_settings.yml:195 Wednesday 10 April 2024 15:04:36 +0000 (0:00:00.023) 0:03:15.388 ******* included: /WORKDIR/git-susekjdihrec/tests/tasks/mssql_conf_verify.yml for sut TASK [Get the value of the setting tlsprotocols] ******************************* task path: /WORKDIR/git-susekjdihrec/tests/tasks/mssql_conf_verify.yml:7 Wednesday 10 April 2024 15:04:36 +0000 (0:00:00.038) 0:03:15.427 ******* ok: [sut] => { "changed": false, "cmd": "grep '^tlsprotocols' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004195", "end": "2024-04-10 15:04:36.483717", "rc": 0, "start": "2024-04-10 15:04:36.479522" } STDOUT: tlsprotocols = 1.2 TASK [Verify the setting when it is type str tlsprotocols] ********************* task path: /WORKDIR/git-susekjdihrec/tests/tasks/mssql_conf_verify.yml:14 Wednesday 10 April 2024 15:04:36 +0000 (0:00:00.234) 0:03:15.661 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the setting when it is type bool tlsprotocols] ******************** task path: /WORKDIR/git-susekjdihrec/tests/tasks/mssql_conf_verify.yml:25 Wednesday 10 April 2024 15:04:36 +0000 (0:00:00.038) 0:03:15.700 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that tcpport = 1.2] *********************************************** task path: /WORKDIR/git-susekjdihrec/tests/tasks/mssql_conf_verify.yml:40 Wednesday 10 April 2024 15:04:36 +0000 (0:00:00.027) 0:03:15.728 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the forceencryption setting] ************************************** task path: /WORKDIR/git-susekjdihrec/tests/tasks/verify_settings.yml:203 Wednesday 10 April 2024 15:04:36 +0000 (0:00:00.026) 0:03:15.754 ******* included: /WORKDIR/git-susekjdihrec/tests/tasks/mssql_conf_verify.yml for sut TASK [Get the value of the setting forceencryption] **************************** task path: /WORKDIR/git-susekjdihrec/tests/tasks/mssql_conf_verify.yml:7 Wednesday 10 April 2024 15:04:36 +0000 (0:00:00.043) 0:03:15.798 ******* ok: [sut] => { "changed": false, "cmd": "grep '^forceencryption' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004268", "end": "2024-04-10 15:04:36.858273", "rc": 0, "start": "2024-04-10 15:04:36.854005" } STDOUT: forceencryption = 1 TASK [Verify the setting when it is type str forceencryption] ****************** task path: /WORKDIR/git-susekjdihrec/tests/tasks/mssql_conf_verify.yml:14 Wednesday 10 April 2024 15:04:36 +0000 (0:00:00.141) 0:03:15.939 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the setting when it is type bool forceencryption] ***************** task path: /WORKDIR/git-susekjdihrec/tests/tasks/mssql_conf_verify.yml:25 Wednesday 10 April 2024 15:04:36 +0000 (0:00:00.024) 0:03:15.964 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify that tcpport = True] ********************************************** task path: /WORKDIR/git-susekjdihrec/tests/tasks/mssql_conf_verify.yml:40 Wednesday 10 April 2024 15:04:36 +0000 (0:00:00.030) 0:03:15.994 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify configuration for confined application] *************************** task path: /WORKDIR/git-susekjdihrec/tests/tasks/verify_settings.yml:210 Wednesday 10 April 2024 15:04:36 +0000 (0:00:00.021) 0:03:16.015 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Disable TLS encryption] ************************************************** task path: /WORKDIR/git-susekjdihrec/tests/tasks/tests_tls.yml:175 Wednesday 10 April 2024 15:04:36 +0000 (0:00:00.023) 0:03:16.038 ******* TASK [linux-system-roles.mssql : Ensure ansible_facts and variables used by role] *** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:3 Wednesday 10 April 2024 15:04:37 +0000 (0:00:00.519) 0:03:16.558 ******* included: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/set_vars.yml for sut TASK [linux-system-roles.mssql : Ensure ansible_facts used by role] ************ task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/set_vars.yml:3 Wednesday 10 April 2024 15:04:37 +0000 (0:00:00.033) 0:03:16.592 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Set platform/version specific variables] ****** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/set_vars.yml:9 Wednesday 10 April 2024 15:04:37 +0000 (0:00:00.025) 0:03:16.617 ******* 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 ], "__mssql_tuned_supported": true }, "ansible_included_var_files": [ "/WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/vars/RedHat.yml" ], "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml" } skipping: [sut] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [sut] => (item=CentOS_7.yml) => { "ansible_facts": { "__mssql_client_repository": "https://packages.microsoft.com/rhel/7/prod/", "__mssql_confined_supported": false, "__mssql_server_repository": "https://packages.microsoft.com/rhel/7/mssql-server-{{ mssql_version | int }}/", "__mssql_supported_versions": [ 2017, 2019 ] }, "ansible_included_var_files": [ "/WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/vars/CentOS_7.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_7.yml" } skipping: [sut] => (item=CentOS_7.9.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS_7.9.yml", "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Unset the __mssql_sqlcmd_login_cmd fact] ****** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:8 Wednesday 10 April 2024 15:04:37 +0000 (0:00:00.041) 0:03:16.659 ******* ok: [sut] => { "ansible_facts": { "__mssql_sqlcmd_login_cmd": null }, "changed": false } TASK [linux-system-roles.mssql : Print that the mssql_input_sql_file variable is deprecated] *** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:15 Wednesday 10 April 2024 15:04:37 +0000 (0:00:00.023) 0:03:16.682 ******* skipping: [sut] => {} TASK [linux-system-roles.mssql : Link the deprecated mssql_input_sql_file fact] *** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:23 Wednesday 10 April 2024 15:04:37 +0000 (0:00:00.032) 0:03:16.715 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Print that the variable is deprecated] ******** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:30 Wednesday 10 April 2024 15:04:37 +0000 (0:00:00.029) 0:03:16.745 ******* skipping: [sut] => {} TASK [linux-system-roles.mssql : Link the deprecated mssql_ha_listener_port fact] *** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:37 Wednesday 10 April 2024 15:04:37 +0000 (0:00:00.024) 0:03:16.769 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Print that the mssql_ad_sql_user_name variable is deprecated] *** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:44 Wednesday 10 April 2024 15:04:37 +0000 (0:00:00.030) 0:03:16.800 ******* skipping: [sut] => {} TASK [linux-system-roles.mssql : Link the deprecated mssql_ad_sql_user_name fact] *** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:51 Wednesday 10 April 2024 15:04:37 +0000 (0:00:00.021) 0:03:16.821 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Print that the mssql_ha_cluster_run_role variable is deprecated] *** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:58 Wednesday 10 April 2024 15:04:37 +0000 (0:00:00.020) 0:03:16.842 ******* skipping: [sut] => {} TASK [linux-system-roles.mssql : Link the deprecated mssql_ha_cluster_run_role fact] *** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:65 Wednesday 10 April 2024 15:04:37 +0000 (0:00:00.149) 0:03:16.992 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Verify that the user accepts EULA variables] *** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:69 Wednesday 10 April 2024 15:04:37 +0000 (0:00:00.023) 0:03:17.015 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [linux-system-roles.mssql : Verify that EL < 8 is not used with mssql_ha_configure=true] *** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:81 Wednesday 10 April 2024 15:04:37 +0000 (0:00:00.034) 0:03:17.050 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Verify if the mssql_ha_replica_type variable is provided correctly] *** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:89 Wednesday 10 April 2024 15:04:38 +0000 (0:00:00.022) 0:03:17.072 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Verify that 'mssql_ha_replica_type = primary' is provided once] *** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:98 Wednesday 10 April 2024 15:04:38 +0000 (0:00:00.022) 0:03:17.095 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Verify that mssql_ha_prep_for_pacemaker is provided correctly] *** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:111 Wednesday 10 April 2024 15:04:38 +0000 (0:00:00.055) 0:03:17.150 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Verify that selinux variables are used on supported platforms] *** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:122 Wednesday 10 April 2024 15:04:38 +0000 (0:00:00.025) 0:03:17.175 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Verify that mssql_manage_selinux is set properly] *** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:131 Wednesday 10 April 2024 15:04:38 +0000 (0:00:00.044) 0:03:17.220 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Gather package facts] ************************* task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:142 Wednesday 10 April 2024 15:04:38 +0000 (0:00:00.036) 0:03:17.257 ******* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.mssql : Set fact with the currently installed SQL Server version if any] *** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:146 Wednesday 10 April 2024 15:04:39 +0000 (0:00:00.971) 0:03:18.228 ******* 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, "item": { "key": 2019, "value": 15 }, "skip_reason": "Conditional result was False" } skipping: [sut] => (item={'key': 2022, 'value': 16}) => { "ansible_loop_var": "item", "changed": false, "item": { "key": 2022, "value": 16 }, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Set mssql_version variable if user does not define it] *** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:155 Wednesday 10 April 2024 15:04:39 +0000 (0:00:00.061) 0:03:18.290 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Verify if the mssql_version variable is provided correctly] *** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:162 Wednesday 10 April 2024 15:04:39 +0000 (0:00:00.022) 0:03:18.312 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [linux-system-roles.mssql : Verify if mssql_version is not smaller then the existing SQL Server version] *** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:169 Wednesday 10 April 2024 15:04:39 +0000 (0:00:00.024) 0:03:18.337 ******* skipping: [sut] => (item={'key': 2017, 'value': 14}) => { "ansible_loop_var": "item", "changed": false, "item": { "key": 2017, "value": 14 }, "skip_reason": "Conditional result was False" } skipping: [sut] => (item={'key': 2019, 'value': 15}) => { "ansible_loop_var": "item", "changed": false, "item": { "key": 2019, "value": 15 }, "skip_reason": "Conditional result was False" } skipping: [sut] => (item={'key': 2022, 'value': 16}) => { "ansible_loop_var": "item", "changed": false, "item": { "key": 2022, "value": 16 }, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Deploy the GPG key for Microsoft repositories] *** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:184 Wednesday 10 April 2024 15:04:39 +0000 (0:00:00.040) 0:03:18.377 ******* ok: [sut] => { "attempts": 1, "changed": false } TASK [linux-system-roles.mssql : Update all packages from SQL Server repo version 2017] *** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:198 Wednesday 10 April 2024 15:04:44 +0000 (0:00:05.344) 0:03:23.722 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Get yum repositories] ************************* task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:208 Wednesday 10 April 2024 15:04:44 +0000 (0:00:00.023) 0:03:23.746 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Remove the current Microsoft SQL Server repository to upgrade to 2017] *** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:219 Wednesday 10 April 2024 15:04:44 +0000 (0:00:00.023) 0:03:23.770 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Update all packages from SQL Server repo version 2017] *** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:233 Wednesday 10 April 2024 15:04:44 +0000 (0:00:00.024) 0:03:23.794 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Get zypper repositories] ********************** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:242 Wednesday 10 April 2024 15:04:44 +0000 (0:00:00.023) 0:03:23.818 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Remove the current Microsoft SQL Server repository to upgrade to 2017] *** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:254 Wednesday 10 April 2024 15:04:44 +0000 (0:00:00.023) 0:03:23.841 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the Microsoft SQL Server repo version 2017] *** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:261 Wednesday 10 April 2024 15:04:44 +0000 (0:00:00.021) 0:03:23.863 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the Microsoft SQL Server repo version 2017] *** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:273 Wednesday 10 April 2024 15:04:44 +0000 (0:00:00.028) 0:03:23.891 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure to run as a confined application with SELinux] *** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:286 Wednesday 10 April 2024 15:04:44 +0000 (0:00:00.020) 0:03:23.911 ******* ok: [sut] => { "changed": false, "rc": 0, "results": [ "mssql-server-selinux is not installed" ] } TASK [linux-system-roles.mssql : Ensure the package mssql-server] ************** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:291 Wednesday 10 April 2024 15:04:45 +0000 (0:00:00.383) 0:03:24.295 ******* ok: [sut] => { "changed": false, "rc": 0, "results": [ "mssql-server-14.0.3465.1-1.x86_64 providing mssql-server is already installed" ] } TASK [linux-system-roles.mssql : Ensure that the openldap-compat package is installed] *** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:299 Wednesday 10 April 2024 15:04:45 +0000 (0:00:00.349) 0:03:24.644 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Check if the errorlog file exists and its location] *** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:307 Wednesday 10 April 2024 15:04:45 +0000 (0:00:00.031) 0:03:24.676 ******* 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.005411", "end": "2024-04-10 15:04:45.737768", "rc": 0, "start": "2024-04-10 15:04:45.732357" } STDOUT: /var/opt/mssql/log/errorlog TASK [linux-system-roles.mssql : Gather system services facts] ***************** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:323 Wednesday 10 April 2024 15:04:45 +0000 (0:00:00.143) 0:03:24.819 ******* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.mssql : Set the __mssql_is_setup variable] ************ task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:327 Wednesday 10 April 2024 15:04:46 +0000 (0:00:00.723) 0:03:25.543 ******* ok: [sut] => { "ansible_facts": { "__mssql_is_setup": true }, "changed": false } TASK [linux-system-roles.mssql : Verify that the variables required for setting up MSSQL are defined] *** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:336 Wednesday 10 April 2024 15:04:46 +0000 (0:00:00.035) 0:03:25.578 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Set up MSSQL] ********************************* task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:352 Wednesday 10 April 2024 15:04:46 +0000 (0:00:00.130) 0:03:25.709 ******* skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.mssql : Ensure the directory and permissions for datadir and logdir] *** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:377 Wednesday 10 April 2024 15:04:46 +0000 (0:00:00.031) 0:03:25.741 ******* skipping: [sut] => (item={'path': None, 'mode': '755', 'setting': 'defaultdatadir'}) => { "ansible_loop_var": "item", "changed": false, "item": { "mode": "755", "path": null, "setting": "defaultdatadir" }, "skip_reason": "Conditional result was False" } skipping: [sut] => (item={'path': None, 'mode': '755', 'setting': 'defaultlogdir'}) => { "ansible_loop_var": "item", "changed": false, "item": { "mode": "755", "path": null, "setting": "defaultlogdir" }, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Set selinux role facts for ports] ************* task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:392 Wednesday 10 April 2024 15:04:46 +0000 (0:00:00.038) 0:03:25.779 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure correct SELinux context for storage paths and ports] ************** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:406 Wednesday 10 April 2024 15:04:46 +0000 (0:00:00.024) 0:03:25.803 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Ensure that the tuned-profiles-mssql package is installed] *** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:417 Wednesday 10 April 2024 15:04:46 +0000 (0:00:00.021) 0:03:25.824 ******* 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 [linux-system-roles.mssql : Ensure that the tuned service is started and enabled] *** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:423 Wednesday 10 April 2024 15:04:47 +0000 (0:00:00.348) 0:03:26.172 ******* ok: [sut] => { "changed": false, "enabled": true, "name": "tuned", "state": "started", "status": { "ActiveEnterTimestamp": "Wed 2024-04-10 14:22:42 UTC", "ActiveEnterTimestampMonotonic": "12292183", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "network.target systemd-journald.socket system.slice basic.target systemd-sysctl.service dbus.service", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Wed 2024-04-10 14:22:41 UTC", "AssertTimestampMonotonic": "11477380", "Before": "multi-user.target shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "18446744073709551615", "BusName": "com.redhat.tuned", "CPUAccounting": "no", "CPUQuotaPerSecUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "18446744073709551615", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "18446744073709551615", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Wed 2024-04-10 14:22:41 UTC", "ConditionTimestampMonotonic": "11477379", "Conflicts": "cpupower.service shutdown.target", "ControlGroup": "/system.slice/tuned.service", "ControlPID": "0", "DefaultDependencies": "yes", "Delegate": "no", "Description": "Dynamic System Tuning Daemon", "DevicePolicy": "auto", "Documentation": "man:tuned(8) man:tuned.conf(5) man:tuned-adm(8)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "880", "ExecMainStartTimestamp": "Wed 2024-04-10 14:22:41 UTC", "ExecMainStartTimestampMonotonic": "11478309", "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": "Wed 2024-04-10 14:22:41 UTC", "InactiveExitTimestampMonotonic": "11478367", "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": "880", "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 basic.target dbus.service system.slice", "Restart": "no", "RestartUSec": "100ms", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitInterval": "10000000", "StartupBlockIOWeight": "18446744073709551615", "StartupCPUShares": "18446744073709551615", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "no", "TasksCurrent": "18446744073709551615", "TasksMax": "18446744073709551615", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "dbus", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "WantedBy": "multi-user.target", "WatchdogTimestamp": "Wed 2024-04-10 14:22:42 UTC", "WatchdogTimestampMonotonic": "12291793", "WatchdogUSec": "0" } } TASK [linux-system-roles.mssql : Get the active Tuned profiles] **************** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:430 Wednesday 10 April 2024 15:04:47 +0000 (0:00:00.213) 0:03:26.386 ******* ok: [sut] => { "changed": false, "cmd": [ "tuned-adm", "active" ], "delta": "0:00:00.096818", "end": "2024-04-10 15:04:47.538687", "rc": 0, "start": "2024-04-10 15:04:47.441869" } STDOUT: Current active profile: virtual-guest mssql TASK [linux-system-roles.mssql : Attempt to add mssql to the list of Tuned profiles] *** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:443 Wednesday 10 April 2024 15:04:47 +0000 (0:00:00.232) 0:03:26.618 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Remove troublemaking include from the mssql profile] *** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:456 Wednesday 10 April 2024 15:04:47 +0000 (0:00:00.022) 0:03:26.641 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Add the fixed mssql profile to the list of Tuned profiles] *** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:465 Wednesday 10 April 2024 15:04:47 +0000 (0:00:00.021) 0:03:26.662 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the Microsoft SQL Server Tools repository] *** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:475 Wednesday 10 April 2024 15:04:47 +0000 (0:00:00.022) 0:03:26.685 ******* ok: [sut] => { "changed": false, "repo": "packages-microsoft-com-prod", "state": "present" } TASK [linux-system-roles.mssql : Configure the Microsoft SQL Server Tools repository] *** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:483 Wednesday 10 April 2024 15:04:47 +0000 (0:00:00.140) 0:03:26.826 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Ensure that SQL Server client tools are installed] *** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:492 Wednesday 10 April 2024 15:04:47 +0000 (0:00:00.020) 0:03:26.846 ******* 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 [linux-system-roles.mssql : Prepare MSSQL and facts for logging in] ******* task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:504 Wednesday 10 April 2024 15:04:48 +0000 (0:00:00.336) 0:03:27.183 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Wait for mssql-server to prepare for client connections] *** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:508 Wednesday 10 April 2024 15:04:48 +0000 (0:00:00.022) 0:03:27.205 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Check if the set password matches the existing password] *** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:514 Wednesday 10 April 2024 15:04:48 +0000 (0:00:00.022) 0:03:27.227 ******* skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.mssql : Ensure that the mssql-server service is stopped] *** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:529 Wednesday 10 April 2024 15:04:48 +0000 (0:00:00.021) 0:03:27.249 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Gather package facts] ************************* task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:536 Wednesday 10 April 2024 15:04:48 +0000 (0:00:00.116) 0:03:27.365 ******* skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.mssql : Change the password of sa user] *************** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:544 Wednesday 10 April 2024 15:04:48 +0000 (0:00:00.037) 0:03:27.403 ******* skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.mssql : Pre-input SQL script files to SQL Server] ***** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:566 Wednesday 10 April 2024 15:04:48 +0000 (0:00:00.023) 0:03:27.426 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Pre-input SQL script contents to SQL Server] *** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:577 Wednesday 10 April 2024 15:04:48 +0000 (0:00:00.022) 0:03:27.449 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Check if the set edition matches the existing edition] *** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:592 Wednesday 10 April 2024 15:04:48 +0000 (0:00:00.021) 0:03:27.471 ******* 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.005232", "end": "2024-04-10 15:04:48.530439", "rc": 0, "start": "2024-04-10 15:04:48.525207" } STDOUT: true TASK [linux-system-roles.mssql : Ensure that the mssql-server service is stopped] *** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:606 Wednesday 10 April 2024 15:04:48 +0000 (0:00:00.138) 0:03:27.609 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Gather package facts] ************************* task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:613 Wednesday 10 April 2024 15:04:48 +0000 (0:00:00.024) 0:03:27.633 ******* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.mssql : Change the edition of MSSQL] ****************** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:619 Wednesday 10 April 2024 15:04:49 +0000 (0:00:00.941) 0:03:28.574 ******* skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.mssql : Configure the IP address setting] ************* task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:639 Wednesday 10 April 2024 15:04:49 +0000 (0:00:00.053) 0:03:28.628 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Register the previous tcpport setting] ******** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:646 Wednesday 10 April 2024 15:04:49 +0000 (0:00:00.025) 0:03:28.653 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Open the TCP port 1433] ************************************************** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:653 Wednesday 10 April 2024 15:04:49 +0000 (0:00:00.025) 0:03:28.679 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the TCP port setting to 1433] ******* task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:665 Wednesday 10 April 2024 15:04:49 +0000 (0:00:00.026) 0:03:28.705 ******* included: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml for sut TASK [linux-system-roles.mssql : Get the setting network tcpport] ************** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Wednesday 10 April 2024 15:04:49 +0000 (0:00:00.037) 0:03:28.742 ******* ok: [sut] => { "changed": false, "cmd": [ "grep", "^tcpport = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003316", "end": "2024-04-10 15:04:49.799849", "failed_when_result": false, "rc": 1, "start": "2024-04-10 15:04:49.796533" } MSG: non-zero return code TASK [linux-system-roles.mssql : Configure the setting network tcpport] ******** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 Wednesday 10 April 2024 15:04:49 +0000 (0:00:00.141) 0:03:28.884 ******* ok: [sut] => { "changed": false, "cmd": [ "/opt/mssql/bin/mssql-conf", "set", "network.tcpport", "1433" ], "delta": "0:00:00.051694", "end": "2024-04-10 15:04:50.110793", "failed_when_result": false, "rc": 0, "start": "2024-04-10 15:04:50.059099" } STDOUT: Validation error on setting 'network.tcpport' Port '1433' is already in use. Please use another port TASK [linux-system-roles.mssql : Unset the setting network tcpport] ************ task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:42 Wednesday 10 April 2024 15:04:50 +0000 (0:00:00.312) 0:03:29.196 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Close the previously set SQL Server TCP port if it changed] ************** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:671 Wednesday 10 April 2024 15:04:50 +0000 (0:00:00.024) 0:03:29.221 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the sqlagent setting] *************** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:691 Wednesday 10 April 2024 15:04:50 +0000 (0:00:00.023) 0:03:29.244 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Ensure the package mssql-server-fts] ********** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:698 Wednesday 10 April 2024 15:04:50 +0000 (0:00:00.024) 0:03:29.268 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Ensure the package powershell] **************** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:705 Wednesday 10 April 2024 15:04:50 +0000 (0:00:00.023) 0:03:29.292 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Check if the 3979 trace flag is enabled] ****** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:714 Wednesday 10 April 2024 15:04:50 +0000 (0:00:00.021) 0:03:29.314 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Set the 3979 traceflag] *********************** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:720 Wednesday 10 April 2024 15:04:50 +0000 (0:00:00.021) 0:03:29.335 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Unset the 3979 traceflag] ********************* task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:727 Wednesday 10 April 2024 15:04:50 +0000 (0:00:00.022) 0:03:29.358 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the alternatewritethrough setting] *** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:735 Wednesday 10 April 2024 15:04:50 +0000 (0:00:00.022) 0:03:29.380 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the writethrough setting] *********** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:741 Wednesday 10 April 2024 15:04:50 +0000 (0:00:00.025) 0:03:29.406 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create certificates using the certificate role] ************************** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:759 Wednesday 10 April 2024 15:04:50 +0000 (0:00:00.027) 0:03:29.433 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Set mssql_tls_cert and _private_key based on the cert name] *** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:773 Wednesday 10 April 2024 15:04:50 +0000 (0:00:00.026) 0:03:29.459 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Copy certificate and private_key files to the host] *** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:778 Wednesday 10 April 2024 15:04:50 +0000 (0:00:00.022) 0:03:29.482 ******* skipping: [sut] => (item=mssql_2019_cert.crt) => { "ansible_loop_var": "item", "changed": false, "item": "mssql_2019_cert.crt", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=mssql_2019_cert.key) => { "ansible_loop_var": "item", "changed": false, "item": "mssql_2019_cert.key", "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the tlscert setting] **************** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:796 Wednesday 10 April 2024 15:04:50 +0000 (0:00:00.029) 0:03:29.512 ******* included: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml for sut TASK [linux-system-roles.mssql : Get the setting network tlscert] ************** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Wednesday 10 April 2024 15:04:50 +0000 (0:00:00.037) 0:03:29.549 ******* ok: [sut] => { "changed": false, "cmd": [ "grep", "^tlscert = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003289", "end": "2024-04-10 15:04:50.606376", "failed_when_result": false, "rc": 0, "start": "2024-04-10 15:04:50.603087" } STDOUT: tlscert = /etc/pki/tls/certs/mssql_2019_cert.crt TASK [linux-system-roles.mssql : Configure the setting network tlscert] ******** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 Wednesday 10 April 2024 15:04:50 +0000 (0:00:00.137) 0:03:29.686 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Unset the setting network tlscert] ************ task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:42 Wednesday 10 April 2024 15:04:50 +0000 (0:00:00.115) 0:03:29.802 ******* NOTIFIED HANDLER linux-system-roles.mssql : Restart the mssql-server service for sut changed: [sut] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "unset", "network.tlscert" ], "delta": "0:00:00.048843", "end": "2024-04-10 15:04:50.907301", "failed_when_result": false, "rc": 0, "start": "2024-04-10 15:04:50.858458" } STDOUT: SQL Server needs to be restarted in order to apply this setting. Please run 'systemctl restart mssql-server.service'. TASK [linux-system-roles.mssql : Configure the tlskey setting] ***************** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:805 Wednesday 10 April 2024 15:04:50 +0000 (0:00:00.187) 0:03:29.989 ******* included: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml for sut TASK [linux-system-roles.mssql : Get the setting network tlskey] *************** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Wednesday 10 April 2024 15:04:50 +0000 (0:00:00.043) 0:03:30.033 ******* ok: [sut] => { "changed": false, "cmd": [ "grep", "^tlskey = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003265", "end": "2024-04-10 15:04:51.090395", "failed_when_result": false, "rc": 0, "start": "2024-04-10 15:04:51.087130" } STDOUT: tlskey = /etc/pki/tls/private/mssql_2019_cert.key TASK [linux-system-roles.mssql : Configure the setting network tlskey] ********* task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 Wednesday 10 April 2024 15:04:51 +0000 (0:00:00.141) 0:03:30.175 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Unset the setting network tlskey] ************* task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:42 Wednesday 10 April 2024 15:04:51 +0000 (0:00:00.032) 0:03:30.208 ******* changed: [sut] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "unset", "network.tlskey" ], "delta": "0:00:00.050068", "end": "2024-04-10 15:04:51.314846", "failed_when_result": false, "rc": 0, "start": "2024-04-10 15:04:51.264778" } STDOUT: SQL Server needs to be restarted in order to apply this setting. Please run 'systemctl restart mssql-server.service'. TASK [linux-system-roles.mssql : Configure the tlsprotocols setting] *********** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:814 Wednesday 10 April 2024 15:04:51 +0000 (0:00:00.189) 0:03:30.397 ******* included: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml for sut TASK [linux-system-roles.mssql : Get the setting network tlsprotocols] ********* task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Wednesday 10 April 2024 15:04:51 +0000 (0:00:00.040) 0:03:30.438 ******* ok: [sut] => { "changed": false, "cmd": [ "grep", "^tlsprotocols = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003115", "end": "2024-04-10 15:04:51.493845", "failed_when_result": false, "rc": 0, "start": "2024-04-10 15:04:51.490730" } STDOUT: tlsprotocols = 1.2 TASK [linux-system-roles.mssql : Configure the setting network tlsprotocols] *** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 Wednesday 10 April 2024 15:04:51 +0000 (0:00:00.136) 0:03:30.574 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Unset the setting network tlsprotocols] ******* task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:42 Wednesday 10 April 2024 15:04:51 +0000 (0:00:00.027) 0:03:30.602 ******* changed: [sut] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "unset", "network.tlsprotocols" ], "delta": "0:00:00.048866", "end": "2024-04-10 15:04:51.705733", "failed_when_result": false, "rc": 0, "start": "2024-04-10 15:04:51.656867" } STDOUT: SQL Server needs to be restarted in order to apply this setting. Please run 'systemctl restart mssql-server.service'. TASK [linux-system-roles.mssql : Configure the forceencryption setting] ******** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:821 Wednesday 10 April 2024 15:04:51 +0000 (0:00:00.185) 0:03:30.788 ******* included: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml for sut TASK [linux-system-roles.mssql : Get the setting network forceencryption] ****** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Wednesday 10 April 2024 15:04:51 +0000 (0:00:00.043) 0:03:30.831 ******* ok: [sut] => { "changed": false, "cmd": [ "grep", "^forceencryption = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003395", "end": "2024-04-10 15:04:51.891036", "failed_when_result": false, "rc": 0, "start": "2024-04-10 15:04:51.887641" } STDOUT: forceencryption = 1 TASK [linux-system-roles.mssql : Configure the setting network forceencryption] *** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 Wednesday 10 April 2024 15:04:51 +0000 (0:00:00.141) 0:03:30.972 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Unset the setting network forceencryption] **** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:42 Wednesday 10 April 2024 15:04:51 +0000 (0:00:00.026) 0:03:30.999 ******* changed: [sut] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "unset", "network.forceencryption" ], "delta": "0:00:00.050142", "end": "2024-04-10 15:04:52.106472", "failed_when_result": false, "rc": 0, "start": "2024-04-10 15:04:52.056330" } STDOUT: SQL Server needs to be restarted in order to apply this setting. Please run 'systemctl restart mssql-server.service'. TASK [linux-system-roles.mssql : Verify that ad_integration_realm variable is provided] *** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:830 Wednesday 10 April 2024 15:04:52 +0000 (0:00:00.208) 0:03:31.207 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Join to realm {{ ad_integration_realm }}] ******************************** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:838 Wednesday 10 April 2024 15:04:52 +0000 (0:00:00.023) 0:03:31.231 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Ensure adutil and krb5-workstation] *********** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:846 Wednesday 10 April 2024 15:04:52 +0000 (0:00:00.022) 0:03:31.254 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Print credential caches to check if AD principal exists] *** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:853 Wednesday 10 April 2024 15:04:52 +0000 (0:00:00.022) 0:03:31.277 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Print status of credential cache for {{ __mssql_ad_kinit_user }}] *** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:860 Wednesday 10 April 2024 15:04:52 +0000 (0:00:00.024) 0:03:31.301 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Obtain Kerberos ticket for {{ __mssql_ad_kinit_user }}] *** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:869 Wednesday 10 April 2024 15:04:52 +0000 (0:00:00.024) 0:03:31.326 ******* skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.mssql : Check if AD user exists] ********************** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:882 Wednesday 10 April 2024 15:04:52 +0000 (0:00:00.023) 0:03:31.349 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : In AD server create user] ********************* task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:891 Wednesday 10 April 2024 15:04:52 +0000 (0:00:00.022) 0:03:31.372 ******* skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.mssql : Get SPNs for the principal] ******************* task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:903 Wednesday 10 April 2024 15:04:52 +0000 (0:00:00.023) 0:03:31.395 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Register SPNs to the principal] *************** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:908 Wednesday 10 April 2024 15:04:52 +0000 (0:00:00.022) 0:03:31.417 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Get kvno of the SPN host] ********************* task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:925 Wednesday 10 April 2024 15:04:52 +0000 (0:00:00.024) 0:03:31.441 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Get stats of the keytab file] ***************** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:930 Wednesday 10 April 2024 15:04:52 +0000 (0:00:00.023) 0:03:31.465 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Get keytab properties] ************************ task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:935 Wednesday 10 April 2024 15:04:52 +0000 (0:00:00.024) 0:03:31.490 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Create keytab] ******************************** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:941 Wednesday 10 April 2024 15:04:52 +0000 (0:00:00.024) 0:03:31.514 ******* skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.mssql : Add an entry in the keytab for the principal name and password] *** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:967 Wednesday 10 April 2024 15:04:52 +0000 (0:00:00.021) 0:03:31.535 ******* skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.mssql : Ensure correct permissions and ownership on the keytab] *** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:988 Wednesday 10 April 2024 15:04:52 +0000 (0:00:00.022) 0:03:31.557 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Fetch keytab file to host] ******************** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:996 Wednesday 10 April 2024 15:04:52 +0000 (0:00:00.022) 0:03:31.580 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the network.kerberoskeytabfile setting] *** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:1006 Wednesday 10 April 2024 15:04:52 +0000 (0:00:00.028) 0:03:31.609 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the network.kerberoskeytabfile setting] *** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:1012 Wednesday 10 April 2024 15:04:52 +0000 (0:00:00.138) 0:03:31.748 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Verify that hosts with mssql_ha_replica_type=primary is available] *** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:1030 Wednesday 10 April 2024 15:04:52 +0000 (0:00:00.023) 0:03:31.771 ******* skipping: [sut] => { "changed": false, "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-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:1045 Wednesday 10 April 2024 15:04:52 +0000 (0:00:00.025) 0:03:31.797 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Set host variables] *************************** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:1065 Wednesday 10 April 2024 15:04:52 +0000 (0:00:00.036) 0:03:31.833 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Ensure the package mssql-server-ha] *********** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:1118 Wednesday 10 April 2024 15:04:52 +0000 (0:00:00.026) 0:03:31.859 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Enable the hadrenabled setting] *************** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:1125 Wednesday 10 April 2024 15:04:52 +0000 (0:00:00.030) 0:03:31.890 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Restart the mssql-server service if hadrenabled task was changed] *** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:1132 Wednesday 10 April 2024 15:04:52 +0000 (0:00:00.022) 0:03:31.912 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Remove certificate from SQL Server] *********** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:1143 Wednesday 10 April 2024 15:04:52 +0000 (0:00:00.022) 0:03:31.935 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Remove certificate and private key files] ***** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:1149 Wednesday 10 April 2024 15:04:52 +0000 (0:00:00.021) 0:03:31.957 ******* skipping: [sut] => (item=/var/opt/mssql/data/.cer) => { "ansible_loop_var": "item", "changed": false, "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, "item": "/var/opt/mssql/data/.pvk", "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure SQL entities on the primary replica] *** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:1157 Wednesday 10 April 2024 15:04:52 +0000 (0:00:00.026) 0:03:31.983 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Create login for HA on in SQL Server] ********* task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:1166 Wednesday 10 April 2024 15:04:52 +0000 (0:00:00.020) 0:03:32.004 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Fetch certificate files from the primary to the control node] *** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:1174 Wednesday 10 April 2024 15:04:52 +0000 (0:00:00.021) 0:03:32.026 ******* skipping: [sut] => (item={'key': 'cert', 'value': '/var/opt/mssql/data/.cer'}) => { "ansible_loop_var": "item", "changed": false, "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, "item": { "key": "key", "value": "/var/opt/mssql/data/.pvk" }, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Get the current primary replica in SQL] ******* task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:1188 Wednesday 10 April 2024 15:04:52 +0000 (0:00:00.028) 0:03:32.054 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Set fact with the current primary replica] **** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:1195 Wednesday 10 April 2024 15:04:53 +0000 (0:00:00.027) 0:03:32.082 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure ag] ********************************* task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:1220 Wednesday 10 April 2024 15:04:53 +0000 (0:00:00.026) 0:03:32.108 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Grant permissions to HA login] **************** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:1229 Wednesday 10 April 2024 15:04:53 +0000 (0:00:00.034) 0:03:32.143 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Replicate DBs] ******************************** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:1239 Wednesday 10 April 2024 15:04:53 +0000 (0:00:00.037) 0:03:32.181 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Grant permissions to HA login] **************** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:1250 Wednesday 10 April 2024 15:04:53 +0000 (0:00:00.024) 0:03:32.205 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Verify that hosts with replica_type=primary is available] *** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:1263 Wednesday 10 April 2024 15:04:53 +0000 (0:00:00.021) 0:03:32.227 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Ensure the package mssql-server-ha] *********** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:1276 Wednesday 10 April 2024 15:04:53 +0000 (0:00:00.112) 0:03:32.339 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Enable the hadrenabled setting] *************** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:1283 Wednesday 10 April 2024 15:04:53 +0000 (0:00:00.021) 0:03:32.361 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Restart the mssql-server service if hadrenabled task was changed] *** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:1290 Wednesday 10 April 2024 15:04:53 +0000 (0:00:00.021) 0:03:32.382 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Remove certificate from SQL Server] *********** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:1299 Wednesday 10 April 2024 15:04:53 +0000 (0:00:00.021) 0:03:32.404 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Distribute certificate and private key to managed nodes] *** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:1306 Wednesday 10 April 2024 15:04:53 +0000 (0:00:00.022) 0:03:32.427 ******* skipping: [sut] => (item={'key': 'cert', 'value': '/var/opt/mssql/data/.cer'}) => { "ansible_loop_var": "item", "changed": false, "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, "item": { "key": "key", "value": "/var/opt/mssql/data/.pvk" }, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure SQL entities on not primary replicas] *** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:1318 Wednesday 10 April 2024 15:04:53 +0000 (0:00:00.030) 0:03:32.457 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Create HA login] ****************************** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:1327 Wednesday 10 April 2024 15:04:53 +0000 (0:00:00.022) 0:03:32.479 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Join to availability group] ******************* task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:1334 Wednesday 10 April 2024 15:04:53 +0000 (0:00:00.035) 0:03:32.515 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Grant permissions to HA login] **************** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:1340 Wednesday 10 April 2024 15:04:53 +0000 (0:00:00.069) 0:03:32.585 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Remove certificate and private key from the control node] *** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:1348 Wednesday 10 April 2024 15:04:53 +0000 (0:00:00.048) 0:03:32.633 ******* skipping: [sut] => (item=cert) => { "ansible_loop_var": "item", "changed": false, "item": "cert", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=key) => { "ansible_loop_var": "item", "changed": false, "item": "key", "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Save credentials for the SQL Server login] **** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:1361 Wednesday 10 April 2024 15:04:53 +0000 (0:00:00.035) 0:03:32.669 ******* 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-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:1373 Wednesday 10 April 2024 15:04:53 +0000 (0:00:00.048) 0:03:32.717 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Wait for the cluster to finish configuration] *** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:1378 Wednesday 10 April 2024 15:04:53 +0000 (0:00:00.023) 0:03:32.741 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure listener for the availability group] *** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:1384 Wednesday 10 April 2024 15:04:53 +0000 (0:00:00.026) 0:03:32.767 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Ensure the ansible_managed header in /var/opt/mssql/mssql.conf] *** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:1393 Wednesday 10 April 2024 15:04:53 +0000 (0:00:00.028) 0:03:32.796 ******* changed: [sut] => { "changed": true } MSG: Block inserted RUNNING HANDLER [linux-system-roles.mssql : Restart the mssql-server service] *** task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/handlers/main.yml:3 Wednesday 10 April 2024 15:04:53 +0000 (0:00:00.174) 0:03:32.970 ******* changed: [sut] => { "changed": true, "name": "mssql-server", "state": "started", "status": { "ActiveEnterTimestamp": "Wed 2024-04-10 15:04:12 UTC", "ActiveEnterTimestampMonotonic": "2503003835", "ActiveExitTimestamp": "Wed 2024-04-10 15:04:12 UTC", "ActiveExitTimestampMonotonic": "2502705549", "ActiveState": "active", "After": "network.target systemd-journald.socket system.slice basic.target auditd.service -.mount", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Wed 2024-04-10 15:04:12 UTC", "AssertTimestampMonotonic": "2503002982", "Before": "multi-user.target shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "18446744073709551615", "CPUAccounting": "no", "CPUQuotaPerSecUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "18446744073709551615", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "18446744073709551615", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Wed 2024-04-10 15:04:12 UTC", "ConditionTimestampMonotonic": "2503002980", "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": "31406", "ExecMainStartTimestamp": "Wed 2024-04-10 15:04:12 UTC", "ExecMainStartTimestampMonotonic": "2503003742", "ExecMainStatus": "0", "ExecStart": "{ path=/opt/mssql/bin/sqlservr ; argv[]=/opt/mssql/bin/sqlservr ; ignore_errors=no ; start_time=[Wed 2024-04-10 15:04:12 UTC] ; stop_time=[n/a] ; pid=31406 ; 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": "Wed 2024-04-10 15:04:12 UTC", "InactiveEnterTimestampMonotonic": "2503002079", "InactiveExitTimestamp": "Wed 2024-04-10 15:04:12 UTC", "InactiveExitTimestampMonotonic": "2503003835", "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": "31406", "MemoryAccounting": "no", "MemoryCurrent": "18446744073709551615", "MemoryLimit": "18446744073709551615", "MountFlags": "0", "Names": "mssql-server.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "PrivateDevices": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "ProtectHome": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "Requires": "basic.target -.mount system.slice", "RequiresMountsFor": "/var/opt/mssql", "Restart": "on-failure", "RestartUSec": "100ms", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "0", "StartLimitInterval": "0", "StartupBlockIOWeight": "18446744073709551615", "StartupCPUShares": "18446744073709551615", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "no", "TasksCurrent": "18446744073709551615", "TasksMax": "18446744073709551615", "TimeoutStartUSec": "30min", "TimeoutStopUSec": "30min", "TimerSlackNSec": "50000", "Transient": "no", "Type": "simple", "UMask": "0007", "UnitFilePreset": "disabled", "UnitFileState": "enabled", "User": "mssql", "WantedBy": "multi-user.target", "WatchdogTimestamp": "Wed 2024-04-10 15:04:12 UTC", "WatchdogTimestampMonotonic": "2503003800", "WatchdogUSec": "0", "WorkingDirectory": "/var/opt/mssql" } } META: ran handlers TASK [linux-system-roles.mssql : Post-input SQL scripts to SQL Server] ********* task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:1406 Wednesday 10 April 2024 15:04:55 +0000 (0:00:01.427) 0:03:34.398 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Post-input SQL scripts to SQL Server] ********* task path: /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:1417 Wednesday 10 April 2024 15:04:55 +0000 (0:00:00.024) 0:03:34.422 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up after the role invocation] ************************************** task path: /WORKDIR/git-susekjdihrec/tests/tests_tls_2017.yml:26 Wednesday 10 April 2024 15:04:55 +0000 (0:00:00.025) 0:03:34.448 ******* included: /WORKDIR/git-susekjdihrec/tests/tasks/cleanup.yml for sut TASK [Gather package facts] **************************************************** task path: /WORKDIR/git-susekjdihrec/tests/tasks/cleanup.yml:2 Wednesday 10 April 2024 15:04:55 +0000 (0:00:00.037) 0:03:34.485 ******* 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-susekjdihrec/tests/tasks/cleanup.yml:6 Wednesday 10 April 2024 15:04:56 +0000 (0:00:00.944) 0:03:35.430 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Debug ansible_python_version] ******************************************** task path: /WORKDIR/git-susekjdihrec/tests/tasks/cleanup.yml:14 Wednesday 10 April 2024 15:04:56 +0000 (0:00:00.025) 0:03:35.455 ******* ok: [sut] => { "ansible_python_version": "2.7.5" } TASK [Purge firewall configuration] ******************************************** task path: /WORKDIR/git-susekjdihrec/tests/tasks/cleanup.yml:18 Wednesday 10 April 2024 15:04:56 +0000 (0:00:00.023) 0:03:35.478 ******* TASK [fedora.linux_system_roles.firewall : Setup firewalld] ******************** task path: /WORKDIR/git-susekjdihrec/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:2 Wednesday 10 April 2024 15:04:56 +0000 (0:00:00.058) 0:03:35.537 ******* included: /WORKDIR/git-susekjdihrec/.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-susekjdihrec/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:2 Wednesday 10 April 2024 15:04:56 +0000 (0:00:00.037) 0:03:35.574 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Check if system is ostree] ********** task path: /WORKDIR/git-susekjdihrec/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:10 Wednesday 10 April 2024 15:04:56 +0000 (0:00:00.027) 0:03:35.601 ******* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.firewall : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-susekjdihrec/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:15 Wednesday 10 April 2024 15:04:56 +0000 (0:00:00.135) 0:03:35.736 ******* ok: [sut] => { "ansible_facts": { "__firewall_is_ostree": false }, "changed": false } TASK [fedora.linux_system_roles.firewall : Install firewalld] ****************** task path: /WORKDIR/git-susekjdihrec/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:19 Wednesday 10 April 2024 15:04:56 +0000 (0:00:00.025) 0:03:35.762 ******* 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-susekjdihrec/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:5 Wednesday 10 April 2024 15:04:57 +0000 (0:00:00.407) 0:03:36.170 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Attempt to stop and disable conflicting services] *** task path: /WORKDIR/git-susekjdihrec/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:9 Wednesday 10 April 2024 15:04:57 +0000 (0:00:00.143) 0:03:36.314 ******* skipping: [sut] => (item=nftables) => { "ansible_loop_var": "item", "changed": false, "item": "nftables", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=iptables) => { "ansible_loop_var": "item", "changed": false, "item": "iptables", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=ufw) => { "ansible_loop_var": "item", "changed": false, "item": "ufw", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Unmask firewalld service] *********** task path: /WORKDIR/git-susekjdihrec/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:22 Wednesday 10 April 2024 15:04:57 +0000 (0:00:00.030) 0:03:36.344 ******* ok: [sut] => { "changed": false, "name": "firewalld", "status": { "ActiveEnterTimestamp": "Wed 2024-04-10 14:48:29 UTC", "ActiveEnterTimestampMonotonic": "1559546476", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "polkit.service basic.target dbus.service system.slice", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Wed 2024-04-10 14:48:28 UTC", "AssertTimestampMonotonic": "1558899251", "Before": "network-pre.target multi-user.target shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "18446744073709551615", "BusName": "org.fedoraproject.FirewallD1", "CPUAccounting": "no", "CPUQuotaPerSecUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "18446744073709551615", "CanIsolate": "no", "CanReload": "yes", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "18446744073709551615", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Wed 2024-04-10 14:48:28 UTC", "ConditionTimestampMonotonic": "1558899250", "Conflicts": "ip6tables.service shutdown.target ipset.service iptables.service ebtables.service", "ControlGroup": "/system.slice/firewalld.service", "ControlPID": "0", "DefaultDependencies": "yes", "Delegate": "no", "Description": "firewalld - dynamic firewall daemon", "DevicePolicy": "auto", "Documentation": "man:firewalld(1)", "EnvironmentFile": "/etc/sysconfig/firewalld (ignore_errors=yes)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "11837", "ExecMainStartTimestamp": "Wed 2024-04-10 14:48:28 UTC", "ExecMainStartTimestampMonotonic": "1558901736", "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": "Wed 2024-04-10 14:48:28 UTC", "InactiveExitTimestampMonotonic": "1558901780", "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": "11837", "MemoryAccounting": "no", "MemoryCurrent": "18446744073709551615", "MemoryLimit": "18446744073709551615", "MountFlags": "0", "Names": "firewalld.service dbus-org.fedoraproject.FirewallD1.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "PrivateDevices": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "ProtectHome": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "Requires": "basic.target system.slice", "Restart": "no", "RestartUSec": "100ms", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "null", "StandardInput": "null", "StandardOutput": "null", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitInterval": "10000000", "StartupBlockIOWeight": "18446744073709551615", "StartupCPUShares": "18446744073709551615", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "no", "TasksCurrent": "18446744073709551615", "TasksMax": "18446744073709551615", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "dbus", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "WantedBy": "multi-user.target", "Wants": "network-pre.target", "WatchdogTimestamp": "Wed 2024-04-10 14:48:29 UTC", "WatchdogTimestampMonotonic": "1559546398", "WatchdogUSec": "0" } } TASK [fedora.linux_system_roles.firewall : Enable and start firewalld service] *** task path: /WORKDIR/git-susekjdihrec/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:28 Wednesday 10 April 2024 15:04:57 +0000 (0:00:00.233) 0:03:36.577 ******* ok: [sut] => { "changed": false, "enabled": true, "name": "firewalld", "state": "started", "status": { "ActiveEnterTimestamp": "Wed 2024-04-10 14:48:29 UTC", "ActiveEnterTimestampMonotonic": "1559546476", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "polkit.service basic.target dbus.service system.slice", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Wed 2024-04-10 14:48:28 UTC", "AssertTimestampMonotonic": "1558899251", "Before": "network-pre.target multi-user.target shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "18446744073709551615", "BusName": "org.fedoraproject.FirewallD1", "CPUAccounting": "no", "CPUQuotaPerSecUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "18446744073709551615", "CanIsolate": "no", "CanReload": "yes", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "18446744073709551615", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Wed 2024-04-10 14:48:28 UTC", "ConditionTimestampMonotonic": "1558899250", "Conflicts": "ip6tables.service shutdown.target ipset.service iptables.service ebtables.service", "ControlGroup": "/system.slice/firewalld.service", "ControlPID": "0", "DefaultDependencies": "yes", "Delegate": "no", "Description": "firewalld - dynamic firewall daemon", "DevicePolicy": "auto", "Documentation": "man:firewalld(1)", "EnvironmentFile": "/etc/sysconfig/firewalld (ignore_errors=yes)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "11837", "ExecMainStartTimestamp": "Wed 2024-04-10 14:48:28 UTC", "ExecMainStartTimestampMonotonic": "1558901736", "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": "Wed 2024-04-10 14:48:28 UTC", "InactiveExitTimestampMonotonic": "1558901780", "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": "11837", "MemoryAccounting": "no", "MemoryCurrent": "18446744073709551615", "MemoryLimit": "18446744073709551615", "MountFlags": "0", "Names": "firewalld.service dbus-org.fedoraproject.FirewallD1.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "PrivateDevices": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "ProtectHome": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "Requires": "basic.target system.slice", "Restart": "no", "RestartUSec": "100ms", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "null", "StandardInput": "null", "StandardOutput": "null", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitInterval": "10000000", "StartupBlockIOWeight": "18446744073709551615", "StartupCPUShares": "18446744073709551615", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "no", "TasksCurrent": "18446744073709551615", "TasksMax": "18446744073709551615", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "dbus", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "WantedBy": "multi-user.target", "Wants": "network-pre.target", "WatchdogTimestamp": "Wed 2024-04-10 14:48:29 UTC", "WatchdogTimestampMonotonic": "1559546398", "WatchdogUSec": "0" } } TASK [fedora.linux_system_roles.firewall : Check if previous replaced is defined] *** task path: /WORKDIR/git-susekjdihrec/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:34 Wednesday 10 April 2024 15:04:57 +0000 (0:00:00.226) 0:03:36.804 ******* ok: [sut] => { "ansible_facts": { "__firewall_previous_replaced": true, "__firewall_python_cmd": "/usr/bin/python", "__firewall_report_changed": true }, "changed": false } TASK [fedora.linux_system_roles.firewall : Get config files, checksums before and remove] *** task path: /WORKDIR/git-susekjdihrec/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:43 Wednesday 10 April 2024 15:04:57 +0000 (0:00:00.027) 0:03:36.831 ******* ok: [sut] => { "changed": false, "rc": 0 } STDERR: Shared connection to 10.31.10.194 closed. TASK [fedora.linux_system_roles.firewall : Tell firewall module it is able to report changed] *** task path: /WORKDIR/git-susekjdihrec/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:55 Wednesday 10 April 2024 15:04:58 +0000 (0:00:00.386) 0:03:37.218 ******* ok: [sut] => { "ansible_facts": { "__firewall_report_changed": true }, "changed": false } TASK [fedora.linux_system_roles.firewall : Configure firewall] ***************** task path: /WORKDIR/git-susekjdihrec/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:71 Wednesday 10 April 2024 15:04:58 +0000 (0:00:00.024) 0:03:37.243 ******* TASK [fedora.linux_system_roles.firewall : Gather firewall config information] *** task path: /WORKDIR/git-susekjdihrec/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:120 Wednesday 10 April 2024 15:04:58 +0000 (0:00:00.021) 0:03:37.264 ******* TASK [fedora.linux_system_roles.firewall : Update firewalld_config fact] ******* task path: /WORKDIR/git-susekjdihrec/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:130 Wednesday 10 April 2024 15:04:58 +0000 (0:00:00.022) 0:03:37.287 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Gather firewall config if no arguments] *** task path: /WORKDIR/git-susekjdihrec/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:139 Wednesday 10 April 2024 15:04:58 +0000 (0:00:00.025) 0:03:37.313 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Update firewalld_config fact] ******* task path: /WORKDIR/git-susekjdihrec/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:144 Wednesday 10 April 2024 15:04:58 +0000 (0:00:00.023) 0:03:37.337 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Get config files, checksums after] *** task path: /WORKDIR/git-susekjdihrec/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:153 Wednesday 10 April 2024 15:04:58 +0000 (0:00:00.021) 0:03:37.358 ******* ok: [sut] => { "changed": false, "rc": 0 } STDERR: Shared connection to 10.31.10.194 closed. TASK [fedora.linux_system_roles.firewall : Calculate what has changed] ********* task path: /WORKDIR/git-susekjdihrec/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:163 Wednesday 10 April 2024 15:04:58 +0000 (0:00:00.298) 0:03:37.656 ******* ok: [sut] => { "ansible_facts": { "firewall_lib_result": { "changed": false } }, "changed": false } TASK [fedora.linux_system_roles.firewall : Show diffs] ************************* task path: /WORKDIR/git-susekjdihrec/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:169 Wednesday 10 April 2024 15:04:58 +0000 (0:00:00.027) 0:03:37.684 ******* skipping: [sut] => {} TASK [Purge selinux configuration] ********************************************* task path: /WORKDIR/git-susekjdihrec/tests/tasks/cleanup.yml:26 Wednesday 10 April 2024 15:04:58 +0000 (0:00:00.024) 0:03:37.708 ******* TASK [fedora.linux_system_roles.selinux : Set ansible_facts required by role and install packages] *** task path: /WORKDIR/git-susekjdihrec/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:2 Wednesday 10 April 2024 15:04:58 +0000 (0:00:00.146) 0:03:37.855 ******* included: /WORKDIR/git-susekjdihrec/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/set_facts_packages.yml for sut TASK [fedora.linux_system_roles.selinux : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-susekjdihrec/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/set_facts_packages.yml:2 Wednesday 10 April 2024 15:04:58 +0000 (0:00:00.040) 0:03:37.895 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Ensure SELinux packages] ************* task path: /WORKDIR/git-susekjdihrec/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/set_facts_packages.yml:7 Wednesday 10 April 2024 15:04:58 +0000 (0:00:00.028) 0:03:37.923 ******* included: /WORKDIR/git-susekjdihrec/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml for sut TASK [fedora.linux_system_roles.selinux : Check if system is ostree] *********** task path: /WORKDIR/git-susekjdihrec/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:5 Wednesday 10 April 2024 15:04:58 +0000 (0:00:00.041) 0:03:37.965 ******* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.selinux : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-susekjdihrec/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:10 Wednesday 10 April 2024 15:04:59 +0000 (0:00:00.157) 0:03:38.122 ******* ok: [sut] => { "ansible_facts": { "__selinux_is_ostree": false }, "changed": false } TASK [fedora.linux_system_roles.selinux : Install SELinux python2 tools] ******* task path: /WORKDIR/git-susekjdihrec/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:14 Wednesday 10 April 2024 15:04:59 +0000 (0:00:00.026) 0:03:38.148 ******* ok: [sut] => { "changed": false, "rc": 0, "results": [ "libselinux-python-2.5-15.el7.x86_64 providing libselinux-python is already installed", "policycoreutils-python-2.5-34.el7.x86_64 providing policycoreutils-python is already installed" ] } TASK [fedora.linux_system_roles.selinux : Install SELinux python3 tools] ******* task path: /WORKDIR/git-susekjdihrec/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:23 Wednesday 10 April 2024 15:04:59 +0000 (0:00:00.371) 0:03:38.519 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Install SELinux python3 tools] ******* task path: /WORKDIR/git-susekjdihrec/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:34 Wednesday 10 April 2024 15:04:59 +0000 (0:00:00.024) 0:03:38.543 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Install SELinux tool semanage] ******* task path: /WORKDIR/git-susekjdihrec/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:45 Wednesday 10 April 2024 15:04:59 +0000 (0:00:00.022) 0:03:38.566 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Refresh facts] *********************** task path: /WORKDIR/git-susekjdihrec/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:53 Wednesday 10 April 2024 15:04:59 +0000 (0:00:00.022) 0:03:38.589 ******* ok: [sut] TASK [fedora.linux_system_roles.selinux : Set permanent SELinux state if enabled] *** task path: /WORKDIR/git-susekjdihrec/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:5 Wednesday 10 April 2024 15:04:59 +0000 (0:00:00.400) 0:03:38.990 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Set permanent SELinux state if disabled] *** task path: /WORKDIR/git-susekjdihrec/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:13 Wednesday 10 April 2024 15:04:59 +0000 (0:00:00.024) 0:03:39.014 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Set selinux_reboot_required] ********* task path: /WORKDIR/git-susekjdihrec/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:21 Wednesday 10 April 2024 15:05:00 +0000 (0:00:00.125) 0:03:39.140 ******* ok: [sut] => { "ansible_facts": { "selinux_reboot_required": false }, "changed": false } TASK [fedora.linux_system_roles.selinux : Fail if reboot is required] ********** task path: /WORKDIR/git-susekjdihrec/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:25 Wednesday 10 April 2024 15:05:00 +0000 (0:00:00.026) 0:03:39.166 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Warn if SELinux is disabled] ********* task path: /WORKDIR/git-susekjdihrec/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:30 Wednesday 10 April 2024 15:05:00 +0000 (0:00:00.020) 0:03:39.187 ******* skipping: [sut] => {} TASK [fedora.linux_system_roles.selinux : Drop all local modifications] ******** task path: /WORKDIR/git-susekjdihrec/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:35 Wednesday 10 April 2024 15:05:00 +0000 (0:00:00.023) 0:03:39.210 ******* NOTIFIED HANDLER fedora.linux_system_roles.selinux : Reload SELinux policy for sut changed: [sut] => { "changed": true, "cmd": [ "/usr/sbin/semanage", "-i", "-" ], "delta": "0:00:00.414704", "end": "2024-04-10 15:05:00.680579", "rc": 0, "start": "2024-04-10 15:05:00.265875" } TASK [fedora.linux_system_roles.selinux : Purge all SELinux boolean local modifications] *** task path: /WORKDIR/git-susekjdihrec/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:43 Wednesday 10 April 2024 15:05:00 +0000 (0:00:00.557) 0:03:39.768 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Purge all SELinux file context local modifications] *** task path: /WORKDIR/git-susekjdihrec/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:48 Wednesday 10 April 2024 15:05:00 +0000 (0:00:00.037) 0:03:39.806 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Purge all SELinux port local modifications] *** task path: /WORKDIR/git-susekjdihrec/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:53 Wednesday 10 April 2024 15:05:00 +0000 (0:00:00.022) 0:03:39.828 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Purge all SELinux login local modifications] *** task path: /WORKDIR/git-susekjdihrec/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:58 Wednesday 10 April 2024 15:05:00 +0000 (0:00:00.022) 0:03:39.850 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Set SELinux booleans] **************** task path: /WORKDIR/git-susekjdihrec/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:63 Wednesday 10 April 2024 15:05:00 +0000 (0:00:00.022) 0:03:39.873 ******* TASK [fedora.linux_system_roles.selinux : Set SELinux file contexts] *********** task path: /WORKDIR/git-susekjdihrec/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:74 Wednesday 10 April 2024 15:05:00 +0000 (0:00:00.023) 0:03:39.897 ******* TASK [fedora.linux_system_roles.selinux : Set an SELinux label on a port] ****** task path: /WORKDIR/git-susekjdihrec/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:87 Wednesday 10 April 2024 15:05:00 +0000 (0:00:00.022) 0:03:39.920 ******* TASK [fedora.linux_system_roles.selinux : Set linux user to SELinux user mapping] *** task path: /WORKDIR/git-susekjdihrec/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:99 Wednesday 10 April 2024 15:05:00 +0000 (0:00:00.022) 0:03:39.943 ******* TASK [fedora.linux_system_roles.selinux : Get SELinux modules facts] *********** task path: /WORKDIR/git-susekjdihrec/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:112 Wednesday 10 April 2024 15:05:00 +0000 (0:00:00.021) 0:03:39.964 ******* ok: [sut] => { "ansible_facts": { "selinux_checksums": false, "selinux_installed_modules": { "abrt": { "100": { "checksum": "", "enabled": 1 } }, "accountsd": { "100": { "checksum": "", "enabled": 1 } }, "acct": { "100": { "checksum": "", "enabled": 1 } }, "afs": { "100": { "checksum": "", "enabled": 1 } }, "aiccu": { "100": { "checksum": "", "enabled": 1 } }, "aide": { "100": { "checksum": "", "enabled": 1 } }, "ajaxterm": { "100": { "checksum": "", "enabled": 1 } }, "alsa": { "100": { "checksum": "", "enabled": 1 } }, "amanda": { "100": { "checksum": "", "enabled": 1 } }, "amtu": { "100": { "checksum": "", "enabled": 1 } }, "anaconda": { "100": { "checksum": "", "enabled": 1 } }, "antivirus": { "100": { "checksum": "", "enabled": 1 } }, "apache": { "100": { "checksum": "", "enabled": 1 } }, "apcupsd": { "100": { "checksum": "", "enabled": 1 } }, "apm": { "100": { "checksum": "", "enabled": 1 } }, "application": { "100": { "checksum": "", "enabled": 1 } }, "arpwatch": { "100": { "checksum": "", "enabled": 1 } }, "asterisk": { "100": { "checksum": "", "enabled": 1 } }, "auditadm": { "100": { "checksum": "", "enabled": 1 } }, "authconfig": { "100": { "checksum": "", "enabled": 1 } }, "authlogin": { "100": { "checksum": "", "enabled": 1 } }, "automount": { "100": { "checksum": "", "enabled": 1 } }, "avahi": { "100": { "checksum": "", "enabled": 1 } }, "awstats": { "100": { "checksum": "", "enabled": 1 } }, "bacula": { "100": { "checksum": "", "enabled": 1 } }, "base": { "100": { "checksum": "", "enabled": 1 } }, "bcfg2": { "100": { "checksum": "", "enabled": 1 } }, "bind": { "100": { "checksum": "", "enabled": 1 } }, "bitlbee": { "100": { "checksum": "", "enabled": 1 } }, "blkmapd": { "100": { "checksum": "", "enabled": 1 } }, "blueman": { "100": { "checksum": "", "enabled": 1 } }, "bluetooth": { "100": { "checksum": "", "enabled": 1 } }, "boinc": { "100": { "checksum": "", "enabled": 1 } }, "boltd": { "100": { "checksum": "", "enabled": 1 } }, "bootloader": { "100": { "checksum": "", "enabled": 1 } }, "brctl": { "100": { "checksum": "", "enabled": 1 } }, "brltty": { "100": { "checksum": "", "enabled": 1 } }, "bugzilla": { "100": { "checksum": "", "enabled": 1 } }, "bumblebee": { "100": { "checksum": "", "enabled": 1 } }, "cachefilesd": { "100": { "checksum": "", "enabled": 1 } }, "calamaris": { "100": { "checksum": "", "enabled": 1 } }, "callweaver": { "100": { "checksum": "", "enabled": 1 } }, "canna": { "100": { "checksum": "", "enabled": 1 } }, "ccs": { "100": { "checksum": "", "enabled": 1 } }, "cdrecord": { "100": { "checksum": "", "enabled": 1 } }, "certmaster": { "100": { "checksum": "", "enabled": 1 } }, "certmonger": { "100": { "checksum": "", "enabled": 1 } }, "certwatch": { "100": { "checksum": "", "enabled": 1 } }, "cfengine": { "100": { "checksum": "", "enabled": 1 } }, "cgdcbxd": { "100": { "checksum": "", "enabled": 1 } }, "cgroup": { "100": { "checksum": "", "enabled": 1 } }, "chrome": { "100": { "checksum": "", "enabled": 1 } }, "chronyd": { "100": { "checksum": "", "enabled": 1 } }, "cinder": { "100": { "checksum": "", "enabled": 1 } }, "cipe": { "100": { "checksum": "", "enabled": 1 } }, "clock": { "100": { "checksum": "", "enabled": 1 } }, "clogd": { "100": { "checksum": "", "enabled": 1 } }, "cloudform": { "100": { "checksum": "", "enabled": 1 } }, "cmirrord": { "100": { "checksum": "", "enabled": 1 } }, "cobbler": { "100": { "checksum": "", "enabled": 1 } }, "cockpit": { "100": { "checksum": "", "enabled": 1 } }, "collectd": { "100": { "checksum": "", "enabled": 1 } }, "colord": { "100": { "checksum": "", "enabled": 1 } }, "comsat": { "100": { "checksum": "", "enabled": 1 } }, "condor": { "100": { "checksum": "", "enabled": 1 } }, "conman": { "100": { "checksum": "", "enabled": 1 } }, "consolekit": { "100": { "checksum": "", "enabled": 1 } }, "container": { "100": { "checksum": "", "enabled": 1 } }, "couchdb": { "100": { "checksum": "", "enabled": 1 } }, "courier": { "100": { "checksum": "", "enabled": 1 } }, "cpucontrol": { "100": { "checksum": "", "enabled": 1 } }, "cpufreqselector": { "100": { "checksum": "", "enabled": 1 } }, "cpuplug": { "100": { "checksum": "", "enabled": 1 } }, "cron": { "100": { "checksum": "", "enabled": 1 } }, "ctdb": { "100": { "checksum": "", "enabled": 1 } }, "cups": { "100": { "checksum": "", "enabled": 1 } }, "cvs": { "100": { "checksum": "", "enabled": 1 } }, "cyphesis": { "100": { "checksum": "", "enabled": 1 } }, "cyrus": { "100": { "checksum": "", "enabled": 1 } }, "daemontools": { "100": { "checksum": "", "enabled": 1 } }, "dbadm": { "100": { "checksum": "", "enabled": 1 } }, "dbskk": { "100": { "checksum": "", "enabled": 1 } }, "dbus": { "100": { "checksum": "", "enabled": 1 } }, "dcc": { "100": { "checksum": "", "enabled": 1 } }, "ddclient": { "100": { "checksum": "", "enabled": 1 } }, "denyhosts": { "100": { "checksum": "", "enabled": 1 } }, "devicekit": { "100": { "checksum": "", "enabled": 1 } }, "dhcp": { "100": { "checksum": "", "enabled": 1 } }, "dictd": { "100": { "checksum": "", "enabled": 1 } }, "dirsrv": { "100": { "checksum": "", "enabled": 1 } }, "dirsrv-admin": { "100": { "checksum": "", "enabled": 1 } }, "dmesg": { "100": { "checksum": "", "enabled": 1 } }, "dmidecode": { "100": { "checksum": "", "enabled": 1 } }, "dnsmasq": { "100": { "checksum": "", "enabled": 1 } }, "dnssec": { "100": { "checksum": "", "enabled": 1 } }, "dovecot": { "100": { "checksum": "", "enabled": 1 } }, "drbd": { "100": { "checksum": "", "enabled": 1 } }, "dspam": { "100": { "checksum": "", "enabled": 1 } }, "entropyd": { "100": { "checksum": "", "enabled": 1 } }, "exim": { "100": { "checksum": "", "enabled": 1 } }, "fail2ban": { "100": { "checksum": "", "enabled": 1 } }, "fcoe": { "100": { "checksum": "", "enabled": 1 } }, "fetchmail": { "100": { "checksum": "", "enabled": 1 } }, "finger": { "100": { "checksum": "", "enabled": 1 } }, "firewalld": { "100": { "checksum": "", "enabled": 1 } }, "firewallgui": { "100": { "checksum": "", "enabled": 1 } }, "firstboot": { "100": { "checksum": "", "enabled": 1 } }, "fprintd": { "100": { "checksum": "", "enabled": 1 } }, "freeipmi": { "100": { "checksum": "", "enabled": 1 } }, "freqset": { "100": { "checksum": "", "enabled": 1 } }, "fstools": { "100": { "checksum": "", "enabled": 1 } }, "ftp": { "100": { "checksum": "", "enabled": 1 } }, "games": { "100": { "checksum": "", "enabled": 1 } }, "ganesha": { "100": { "checksum": "", "enabled": 1 } }, "gdomap": { "100": { "checksum": "", "enabled": 1 } }, "geoclue": { "100": { "checksum": "", "enabled": 1 } }, "getty": { "100": { "checksum": "", "enabled": 1 } }, "git": { "100": { "checksum": "", "enabled": 1 } }, "gitosis": { "100": { "checksum": "", "enabled": 1 } }, "glance": { "100": { "checksum": "", "enabled": 1 } }, "glusterd": { "100": { "checksum": "", "enabled": 1 } }, "gnome": { "100": { "checksum": "", "enabled": 1 } }, "gpg": { "100": { "checksum": "", "enabled": 1 } }, "gpm": { "100": { "checksum": "", "enabled": 1 } }, "gpsd": { "100": { "checksum": "", "enabled": 1 } }, "gssproxy": { "100": { "checksum": "", "enabled": 1 } }, "guest": { "100": { "checksum": "", "enabled": 1 } }, "hddtemp": { "100": { "checksum": "", "enabled": 1 } }, "hostname": { "100": { "checksum": "", "enabled": 1 } }, "hsqldb": { "100": { "checksum": "", "enabled": 1 } }, "hwloc": { "100": { "checksum": "", "enabled": 1 } }, "hypervkvp": { "100": { "checksum": "", "enabled": 1 } }, "icecast": { "100": { "checksum": "", "enabled": 1 } }, "inetd": { "100": { "checksum": "", "enabled": 1 } }, "init": { "100": { "checksum": "", "enabled": 1 } }, "inn": { "100": { "checksum": "", "enabled": 1 } }, "iodine": { "100": { "checksum": "", "enabled": 1 } }, "iotop": { "100": { "checksum": "", "enabled": 1 } }, "ipa": { "100": { "checksum": "", "enabled": 1 } }, "ipmievd": { "100": { "checksum": "", "enabled": 1 } }, "ipsec": { "100": { "checksum": "", "enabled": 1 } }, "iptables": { "100": { "checksum": "", "enabled": 1 } }, "irc": { "100": { "checksum": "", "enabled": 1 } }, "irqbalance": { "100": { "checksum": "", "enabled": 1 } }, "iscsi": { "100": { "checksum": "", "enabled": 1 } }, "isns": { "100": { "checksum": "", "enabled": 1 } }, "jabber": { "100": { "checksum": "", "enabled": 1 } }, "jetty": { "100": { "checksum": "", "enabled": 1 } }, "jockey": { "100": { "checksum": "", "enabled": 1 } }, "journalctl": { "100": { "checksum": "", "enabled": 1 } }, "kdump": { "100": { "checksum": "", "enabled": 1 } }, "kdumpgui": { "100": { "checksum": "", "enabled": 1 } }, "keepalived": { "100": { "checksum": "", "enabled": 1 } }, "kerberos": { "100": { "checksum": "", "enabled": 1 } }, "keyboardd": { "100": { "checksum": "", "enabled": 1 } }, "keystone": { "100": { "checksum": "", "enabled": 1 } }, "kismet": { "100": { "checksum": "", "enabled": 1 } }, "kmscon": { "100": { "checksum": "", "enabled": 1 } }, "kpatch": { "100": { "checksum": "", "enabled": 1 } }, "ksmtuned": { "100": { "checksum": "", "enabled": 1 } }, "ktalk": { "100": { "checksum": "", "enabled": 1 } }, "l2tp": { "100": { "checksum": "", "enabled": 1 } }, "ldap": { "100": { "checksum": "", "enabled": 1 } }, "libraries": { "100": { "checksum": "", "enabled": 1 } }, "likewise": { "100": { "checksum": "", "enabled": 1 } }, "linuxptp": { "100": { "checksum": "", "enabled": 1 } }, "lircd": { "100": { "checksum": "", "enabled": 1 } }, "livecd": { "100": { "checksum": "", "enabled": 1 } }, "lldpad": { "100": { "checksum": "", "enabled": 1 } }, "loadkeys": { "100": { "checksum": "", "enabled": 1 } }, "locallogin": { "100": { "checksum": "", "enabled": 1 } }, "lockdev": { "100": { "checksum": "", "enabled": 1 } }, "logadm": { "100": { "checksum": "", "enabled": 1 } }, "logging": { "100": { "checksum": "", "enabled": 1 } }, "logrotate": { "100": { "checksum": "", "enabled": 1 } }, "logwatch": { "100": { "checksum": "", "enabled": 1 } }, "lpd": { "100": { "checksum": "", "enabled": 1 } }, "lsm": { "100": { "checksum": "", "enabled": 1 } }, "lttng-tools": { "100": { "checksum": "", "enabled": 1 } }, "lvm": { "100": { "checksum": "", "enabled": 1 } }, "mailman": { "100": { "checksum": "", "enabled": 1 } }, "mailscanner": { "100": { "checksum": "", "enabled": 1 } }, "man2html": { "100": { "checksum": "", "enabled": 1 } }, "mandb": { "100": { "checksum": "", "enabled": 1 } }, "mcelog": { "100": { "checksum": "", "enabled": 1 } }, "mediawiki": { "100": { "checksum": "", "enabled": 1 } }, "memcached": { "100": { "checksum": "", "enabled": 1 } }, "milter": { "100": { "checksum": "", "enabled": 1 } }, "minidlna": { "100": { "checksum": "", "enabled": 1 } }, "minissdpd": { "100": { "checksum": "", "enabled": 1 } }, "mip6d": { "100": { "checksum": "", "enabled": 1 } }, "mirrormanager": { "100": { "checksum": "", "enabled": 1 } }, "miscfiles": { "100": { "checksum": "", "enabled": 1 } }, "mock": { "100": { "checksum": "", "enabled": 1 } }, "modemmanager": { "100": { "checksum": "", "enabled": 1 } }, "modutils": { "100": { "checksum": "", "enabled": 1 } }, "mojomojo": { "100": { "checksum": "", "enabled": 1 } }, "mon_statd": { "100": { "checksum": "", "enabled": 1 } }, "mongodb": { "100": { "checksum": "", "enabled": 1 } }, "motion": { "100": { "checksum": "", "enabled": 1 } }, "mount": { "100": { "checksum": "", "enabled": 1 } }, "mozilla": { "100": { "checksum": "", "enabled": 1 } }, "mpd": { "100": { "checksum": "", "enabled": 1 } }, "mplayer": { "100": { "checksum": "", "enabled": 1 } }, "mrtg": { "100": { "checksum": "", "enabled": 1 } }, "mta": { "100": { "checksum": "", "enabled": 1 } }, "munin": { "100": { "checksum": "", "enabled": 1 } }, "mysql": { "100": { "checksum": "", "enabled": 1 } }, "mythtv": { "100": { "checksum": "", "enabled": 1 } }, "nagios": { "100": { "checksum": "", "enabled": 1 } }, "namespace": { "100": { "checksum": "", "enabled": 1 } }, "ncftool": { "100": { "checksum": "", "enabled": 1 } }, "netlabel": { "100": { "checksum": "", "enabled": 1 } }, "netutils": { "100": { "checksum": "", "enabled": 1 } }, "networkmanager": { "100": { "checksum": "", "enabled": 1 } }, "ninfod": { "100": { "checksum": "", "enabled": 1 } }, "nis": { "100": { "checksum": "", "enabled": 1 } }, "nova": { "100": { "checksum": "", "enabled": 1 } }, "nscd": { "100": { "checksum": "", "enabled": 1 } }, "nsd": { "100": { "checksum": "", "enabled": 1 } }, "nslcd": { "100": { "checksum": "", "enabled": 1 } }, "ntop": { "100": { "checksum": "", "enabled": 1 } }, "ntp": { "100": { "checksum": "", "enabled": 1 } }, "numad": { "100": { "checksum": "", "enabled": 1 } }, "nut": { "100": { "checksum": "", "enabled": 1 } }, "nx": { "100": { "checksum": "", "enabled": 1 } }, "obex": { "100": { "checksum": "", "enabled": 1 } }, "oddjob": { "100": { "checksum": "", "enabled": 1 } }, "openct": { "100": { "checksum": "", "enabled": 1 } }, "opendnssec": { "100": { "checksum": "", "enabled": 1 } }, "openhpid": { "100": { "checksum": "", "enabled": 1 } }, "openshift": { "100": { "checksum": "", "enabled": 1 } }, "openshift-origin": { "100": { "checksum": "", "enabled": 1 } }, "opensm": { "100": { "checksum": "", "enabled": 1 } }, "openvpn": { "100": { "checksum": "", "enabled": 1 } }, "openvswitch": { "100": { "checksum": "", "enabled": 1 } }, "openwsman": { "100": { "checksum": "", "enabled": 1 } }, "oracleasm": { "100": { "checksum": "", "enabled": 1 } }, "osad": { "100": { "checksum": "", "enabled": 1 } }, "pads": { "100": { "checksum": "", "enabled": 1 } }, "passenger": { "100": { "checksum": "", "enabled": 1 } }, "pcmcia": { "100": { "checksum": "", "enabled": 1 } }, "pcp": { "100": { "checksum": "", "enabled": 1 } }, "pcscd": { "100": { "checksum": "", "enabled": 1 } }, "pegasus": { "100": { "checksum": "", "enabled": 1 } }, "permissivedomains": { "100": { "checksum": "", "enabled": 1 } }, "pesign": { "100": { "checksum": "", "enabled": 1 } }, "pingd": { "100": { "checksum": "", "enabled": 1 } }, "piranha": { "100": { "checksum": "", "enabled": 1 } }, "pkcs": { "100": { "checksum": "", "enabled": 1 } }, "pki": { "100": { "checksum": "", "enabled": 1 } }, "plymouthd": { "100": { "checksum": "", "enabled": 1 } }, "podsleuth": { "100": { "checksum": "", "enabled": 1 } }, "policykit": { "100": { "checksum": "", "enabled": 1 } }, "polipo": { "100": { "checksum": "", "enabled": 1 } }, "portmap": { "100": { "checksum": "", "enabled": 1 } }, "portreserve": { "100": { "checksum": "", "enabled": 1 } }, "postfix": { "100": { "checksum": "", "enabled": 1 } }, "postgresql": { "100": { "checksum": "", "enabled": 1 } }, "postgrey": { "100": { "checksum": "", "enabled": 1 } }, "ppp": { "100": { "checksum": "", "enabled": 1 } }, "prelink": { "100": { "checksum": "", "enabled": 1 } }, "prelude": { "100": { "checksum": "", "enabled": 1 } }, "privoxy": { "100": { "checksum": "", "enabled": 1 } }, "procmail": { "100": { "checksum": "", "enabled": 1 } }, "prosody": { "100": { "checksum": "", "enabled": 1 } }, "psad": { "100": { "checksum": "", "enabled": 1 } }, "ptchown": { "100": { "checksum": "", "enabled": 1 } }, "publicfile": { "100": { "checksum": "", "enabled": 1 } }, "pulseaudio": { "100": { "checksum": "", "enabled": 1 } }, "puppet": { "100": { "checksum": "", "enabled": 1 } }, "pwauth": { "100": { "checksum": "", "enabled": 1 } }, "qmail": { "100": { "checksum": "", "enabled": 1 } }, "qpid": { "100": { "checksum": "", "enabled": 1 } }, "quantum": { "100": { "checksum": "", "enabled": 1 } }, "quota": { "100": { "checksum": "", "enabled": 1 } }, "rabbitmq": { "100": { "checksum": "", "enabled": 1 } }, "radius": { "100": { "checksum": "", "enabled": 1 } }, "radvd": { "100": { "checksum": "", "enabled": 1 } }, "raid": { "100": { "checksum": "", "enabled": 1 } }, "rasdaemon": { "100": { "checksum": "", "enabled": 1 } }, "rdisc": { "100": { "checksum": "", "enabled": 1 } }, "readahead": { "100": { "checksum": "", "enabled": 1 } }, "realmd": { "100": { "checksum": "", "enabled": 1 } }, "redis": { "100": { "checksum": "", "enabled": 1 } }, "remotelogin": { "100": { "checksum": "", "enabled": 1 } }, "restraint": { "400": { "checksum": "", "enabled": 1 } }, "rhcs": { "100": { "checksum": "", "enabled": 1 } }, "rhev": { "100": { "checksum": "", "enabled": 1 } }, "rhgb": { "100": { "checksum": "", "enabled": 1 } }, "rhnsd": { "100": { "checksum": "", "enabled": 1 } }, "rhsmcertd": { "100": { "checksum": "", "enabled": 1 } }, "rhts": { "400": { "checksum": "", "enabled": 1 } }, "ricci": { "100": { "checksum": "", "enabled": 1 } }, "rkhunter": { "100": { "checksum": "", "enabled": 1 } }, "rlogin": { "100": { "checksum": "", "enabled": 1 } }, "rngd": { "100": { "checksum": "", "enabled": 1 } }, "roundup": { "100": { "checksum": "", "enabled": 1 } }, "rpc": { "100": { "checksum": "", "enabled": 1 } }, "rpcbind": { "100": { "checksum": "", "enabled": 1 } }, "rpm": { "100": { "checksum": "", "enabled": 1 } }, "rshd": { "100": { "checksum": "", "enabled": 1 } }, "rssh": { "100": { "checksum": "", "enabled": 1 } }, "rsync": { "100": { "checksum": "", "enabled": 1 } }, "rtas": { "100": { "checksum": "", "enabled": 1 } }, "rtkit": { "100": { "checksum": "", "enabled": 1 } }, "rwho": { "100": { "checksum": "", "enabled": 1 } }, "samba": { "100": { "checksum": "", "enabled": 1 } }, "sambagui": { "100": { "checksum": "", "enabled": 1 } }, "sandboxX": { "100": { "checksum": "", "enabled": 1 } }, "sanlock": { "100": { "checksum": "", "enabled": 1 } }, "sasl": { "100": { "checksum": "", "enabled": 1 } }, "sbd": { "100": { "checksum": "", "enabled": 1 } }, "sblim": { "100": { "checksum": "", "enabled": 1 } }, "screen": { "100": { "checksum": "", "enabled": 1 } }, "secadm": { "100": { "checksum": "", "enabled": 1 } }, "sectoolm": { "100": { "checksum": "", "enabled": 1 } }, "selinuxutil": { "100": { "checksum": "", "enabled": 1 } }, "sendmail": { "100": { "checksum": "", "enabled": 1 } }, "sensord": { "100": { "checksum": "", "enabled": 1 } }, "setrans": { "100": { "checksum": "", "enabled": 1 } }, "setroubleshoot": { "100": { "checksum": "", "enabled": 1 } }, "seunshare": { "100": { "checksum": "", "enabled": 1 } }, "sge": { "100": { "checksum": "", "enabled": 1 } }, "shorewall": { "100": { "checksum": "", "enabled": 1 } }, "slocate": { "100": { "checksum": "", "enabled": 1 } }, "slpd": { "100": { "checksum": "", "enabled": 1 } }, "smartmon": { "100": { "checksum": "", "enabled": 1 } }, "smokeping": { "100": { "checksum": "", "enabled": 1 } }, "smoltclient": { "100": { "checksum": "", "enabled": 1 } }, "smsd": { "100": { "checksum": "", "enabled": 1 } }, "snapper": { "100": { "checksum": "", "enabled": 1 } }, "snmp": { "100": { "checksum": "", "enabled": 1 } }, "snort": { "100": { "checksum": "", "enabled": 1 } }, "sosreport": { "100": { "checksum": "", "enabled": 1 } }, "soundserver": { "100": { "checksum": "", "enabled": 1 } }, "spamassassin": { "100": { "checksum": "", "enabled": 1 } }, "speech-dispatcher": { "100": { "checksum": "", "enabled": 1 } }, "squid": { "100": { "checksum": "", "enabled": 1 } }, "ssh": { "100": { "checksum": "", "enabled": 1 } }, "sssd": { "100": { "checksum": "", "enabled": 1 } }, "staff": { "100": { "checksum": "", "enabled": 1 } }, "stapserver": { "100": { "checksum": "", "enabled": 1 } }, "stunnel": { "100": { "checksum": "", "enabled": 1 } }, "su": { "100": { "checksum": "", "enabled": 1 } }, "sudo": { "100": { "checksum": "", "enabled": 1 } }, "svnserve": { "100": { "checksum": "", "enabled": 1 } }, "swift": { "100": { "checksum": "", "enabled": 1 } }, "sysadm": { "100": { "checksum": "", "enabled": 1 } }, "sysadm_secadm": { "100": { "checksum": "", "enabled": 1 } }, "sysnetwork": { "100": { "checksum": "", "enabled": 1 } }, "sysstat": { "100": { "checksum": "", "enabled": 1 } }, "systemd": { "100": { "checksum": "", "enabled": 1 } }, "tangd": { "100": { "checksum": "", "enabled": 1 } }, "targetd": { "100": { "checksum": "", "enabled": 1 } }, "tcpd": { "100": { "checksum": "", "enabled": 1 } }, "tcsd": { "100": { "checksum": "", "enabled": 1 } }, "telepathy": { "100": { "checksum": "", "enabled": 1 } }, "telnet": { "100": { "checksum": "", "enabled": 1 } }, "tftp": { "100": { "checksum": "", "enabled": 1 } }, "tgtd": { "100": { "checksum": "", "enabled": 1 } }, "thin": { "100": { "checksum": "", "enabled": 1 } }, "thumb": { "100": { "checksum": "", "enabled": 1 } }, "tlp": { "100": { "checksum": "", "enabled": 1 } }, "tmpreaper": { "100": { "checksum": "", "enabled": 1 } }, "tomcat": { "100": { "checksum": "", "enabled": 1 } }, "tor": { "100": { "checksum": "", "enabled": 1 } }, "tuned": { "100": { "checksum": "", "enabled": 1 } }, "tvtime": { "100": { "checksum": "", "enabled": 1 } }, "udev": { "100": { "checksum": "", "enabled": 1 } }, "ulogd": { "100": { "checksum": "", "enabled": 1 } }, "uml": { "100": { "checksum": "", "enabled": 1 } }, "unconfined": { "100": { "checksum": "", "enabled": 1 } }, "unconfineduser": { "100": { "checksum": "", "enabled": 1 } }, "unlabelednet": { "100": { "checksum": "", "enabled": 1 } }, "unprivuser": { "100": { "checksum": "", "enabled": 1 } }, "updfstab": { "100": { "checksum": "", "enabled": 1 } }, "usbmodules": { "100": { "checksum": "", "enabled": 1 } }, "usbmuxd": { "100": { "checksum": "", "enabled": 1 } }, "userdomain": { "100": { "checksum": "", "enabled": 1 } }, "userhelper": { "100": { "checksum": "", "enabled": 1 } }, "usermanage": { "100": { "checksum": "", "enabled": 1 } }, "usernetctl": { "100": { "checksum": "", "enabled": 1 } }, "uucp": { "100": { "checksum": "", "enabled": 1 } }, "uuidd": { "100": { "checksum": "", "enabled": 1 } }, "varnishd": { "100": { "checksum": "", "enabled": 1 } }, "vdagent": { "100": { "checksum": "", "enabled": 1 } }, "vhostmd": { "100": { "checksum": "", "enabled": 1 } }, "virt": { "100": { "checksum": "", "enabled": 1 } }, "vlock": { "100": { "checksum": "", "enabled": 1 } }, "vmtools": { "100": { "checksum": "", "enabled": 1 } }, "vmware": { "100": { "checksum": "", "enabled": 1 } }, "vnstatd": { "100": { "checksum": "", "enabled": 1 } }, "vpn": { "100": { "checksum": "", "enabled": 1 } }, "w3c": { "100": { "checksum": "", "enabled": 1 } }, "watchdog": { "100": { "checksum": "", "enabled": 1 } }, "wdmd": { "100": { "checksum": "", "enabled": 1 } }, "webadm": { "100": { "checksum": "", "enabled": 1 } }, "webalizer": { "100": { "checksum": "", "enabled": 1 } }, "wine": { "100": { "checksum": "", "enabled": 1 } }, "wireshark": { "100": { "checksum": "", "enabled": 1 } }, "xen": { "100": { "checksum": "", "enabled": 1 } }, "xguest": { "100": { "checksum": "", "enabled": 1 } }, "xserver": { "100": { "checksum": "", "enabled": 1 } }, "zabbix": { "100": { "checksum": "", "enabled": 1 } }, "zarafa": { "100": { "checksum": "", "enabled": 1 } }, "zebra": { "100": { "checksum": "", "enabled": 1 } }, "zoneminder": { "100": { "checksum": "", "enabled": 1 } }, "zosremote": { "100": { "checksum": "", "enabled": 1 } } }, "selinux_priorities": true }, "changed": false } TASK [fedora.linux_system_roles.selinux : Load SELinux modules] **************** task path: /WORKDIR/git-susekjdihrec/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:115 Wednesday 10 April 2024 15:05:04 +0000 (0:00:03.346) 0:03:43.311 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Restore SELinux labels on filesystem tree] *** task path: /WORKDIR/git-susekjdihrec/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:128 Wednesday 10 April 2024 15:05:04 +0000 (0:00:00.031) 0:03:43.342 ******* TASK [fedora.linux_system_roles.selinux : Restore SELinux labels on filesystem tree in check mode] *** task path: /WORKDIR/git-susekjdihrec/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:136 Wednesday 10 April 2024 15:05:04 +0000 (0:00:00.029) 0:03:43.372 ******* TASK [Leave realm] ************************************************************* task path: /WORKDIR/git-susekjdihrec/tests/tasks/cleanup.yml:32 Wednesday 10 April 2024 15:05:04 +0000 (0:00:00.028) 0:03:43.400 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Destroy Kerberos tickets] ************************************************ task path: /WORKDIR/git-susekjdihrec/tests/tasks/cleanup.yml:40 Wednesday 10 April 2024 15:05:04 +0000 (0:00:00.038) 0:03:43.439 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure that yum and dnf caching is enabled] ****************************** task path: /WORKDIR/git-susekjdihrec/tests/tasks/cleanup.yml:44 Wednesday 10 April 2024 15:05:04 +0000 (0:00:00.035) 0:03:43.474 ******* ok: [sut] => { "backup": "", "changed": false } TASK [Remove related packages] ************************************************* task path: /WORKDIR/git-susekjdihrec/tests/tasks/cleanup.yml:50 Wednesday 10 April 2024 15:05:04 +0000 (0:00:00.278) 0:03:43.753 ******* changed: [sut] => { "changed": true, "changes": { "removed": [ "mssql-server", "mssql-tools", "unixODBC-devel" ] }, "rc": 0, "results": [ "adutil is not installed", "mssql-server-fts is not installed", "mssql-server-ha is not installed", "powershell is not installed", "Loaded plugins: fastestmirror\nResolving Dependencies\n--> Running transaction check\n---> Package mssql-server.x86_64 0:14.0.3465.1-1 will be erased\n---> Package mssql-tools.x86_64 0:17.10.1.1-1 will be erased\n---> Package unixODBC-devel.x86_64 0:2.3.11-1.rh will be erased\n--> Finished Dependency Resolution\n--> Finding unneeded leftover dependencies\n---> Marking msodbcsql17 to be removed - no longer needed by mssql-tools\n---> Marking unixODBC to be removed - no longer needed by unixODBC-devel\n---> Marking 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 libsss_nss_idmap 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 cyrus-sasl-gssapi 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.16 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.6.1-1 will be erased\n---> Package unixODBC.x86_64 0:2.3.11-1.rh will be erased\n--> Finished Dependency Resolution\n\nDependencies Resolved\n\n================================================================================\n Package Arch Version Repository Size\n================================================================================\nRemoving:\n mssql-server x86_64 14.0.3465.1-1 @packages-microsoft-com-mssql-server-2017\n 1.0 G\n mssql-tools x86_64 17.10.1.1-1 @packages-microsoft-com-prod 714 k\n unixODBC-devel x86_64 2.3.11-1.rh @packages-microsoft-com-prod 223 k\nRemoving for dependencies:\n bzip2 x86_64 1.0.6-13.el7 @base 82 k\n cyrus-sasl x86_64 2.1.26-24.el7_9 @updates 141 k\n cyrus-sasl-gssapi x86_64 2.1.26-24.el7_9 @updates 36 k\n gdb x86_64 7.6.1-120.el7 @base 7.0 M\n libatomic x86_64 4.8.5-44.el7 @base 26 k\n libsss_nss_idmap x86_64 1.16.5-10.el7_9.16 @updates 82 k\n libtool-ltdl x86_64 2.4.2-22.el7_3 @base 66 k\n msodbcsql17 x86_64 17.10.6.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.6.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.16.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 : libtool-ltdl-2.4.2-22.el7_3.x86_64 2/12 \n Verifying : libsss_nss_idmap-1.16.5-10.el7_9.16.x86_64 3/12 \n Verifying : bzip2-1.0.6-13.el7.x86_64 4/12 \n Verifying : msodbcsql17-17.10.6.1-1.x86_64 5/12 \n Verifying : mssql-server-14.0.3465.1-1.x86_64 6/12 \n Verifying : unixODBC-devel-2.3.11-1.rh.x86_64 7/12 \n Verifying : cyrus-sasl-gssapi-2.1.26-24.el7_9.x86_64 8/12 \n Verifying : gdb-7.6.1-120.el7.x86_64 9/12 \n Verifying : unixODBC-2.3.11-1.rh.x86_64 10/12 \n Verifying : cyrus-sasl-2.1.26-24.el7_9.x86_64 11/12 \n Verifying : libatomic-4.8.5-44.el7.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.16 \n libtool-ltdl.x86_64 0:2.4.2-22.el7_3 \n msodbcsql17.x86_64 0:17.10.6.1-1 \n unixODBC.x86_64 0:2.3.11-1.rh \n\nComplete!\n" ] } TASK [Remove related files] **************************************************** task path: /WORKDIR/git-susekjdihrec/tests/tasks/cleanup.yml:63 Wednesday 10 April 2024 15:05:07 +0000 (0:00:03.008) 0:03:46.762 ******* 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.007689", "end": "2024-04-10 15:05:07.821678", "rc": 0, "start": "2024-04-10 15:05:07.813989" } STDOUT: removed ‘/var/opt/mssql/secrets/machine-key’ removed directory: ‘/var/opt/mssql/secrets’ removed ‘/var/opt/mssql/mssql.conf’ removed ‘/var/opt/mssql/.system/instance_id’ removed directory: ‘/var/opt/mssql/.system/profiles/Client/Documents’ removed directory: ‘/var/opt/mssql/.system/profiles/Client/Temp’ removed ‘/var/opt/mssql/.system/profiles/Client/AppData/Roaming/Microsoft/Crypto/RSA/S-1-5-21-498707000-3570146753-3136163895-500/42e7704ae40b0d75de00736cc66b813a_9b9bb38d-cdad-4043-b6f0-9d985ce52070’ removed directory: ‘/var/opt/mssql/.system/profiles/Client/AppData/Roaming/Microsoft/Crypto/RSA/S-1-5-21-498707000-3570146753-3136163895-500’ removed directory: ‘/var/opt/mssql/.system/profiles/Client/AppData/Roaming/Microsoft/Crypto/RSA’ removed directory: ‘/var/opt/mssql/.system/profiles/Client/AppData/Roaming/Microsoft/Crypto’ removed ‘/var/opt/mssql/.system/profiles/Client/AppData/Roaming/Microsoft/Protect/CREDHIST’ removed ‘/var/opt/mssql/.system/profiles/Client/AppData/Roaming/Microsoft/Protect/S-1-5-21-498707000-3570146753-3136163895-500/Preferred’ removed ‘/var/opt/mssql/.system/profiles/Client/AppData/Roaming/Microsoft/Protect/S-1-5-21-498707000-3570146753-3136163895-500/e67f069f-9182-4c71-a1e0-57530481732c’ removed directory: ‘/var/opt/mssql/.system/profiles/Client/AppData/Roaming/Microsoft/Protect/S-1-5-21-498707000-3570146753-3136163895-500’ removed directory: ‘/var/opt/mssql/.system/profiles/Client/AppData/Roaming/Microsoft/Protect’ 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/Certificates’ 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/CTLs’ removed directory: ‘/var/opt/mssql/.system/profiles/Client/AppData/Roaming/Microsoft/SystemCertificates/My’ removed directory: ‘/var/opt/mssql/.system/profiles/Client/AppData/Roaming/Microsoft/SystemCertificates’ removed directory: ‘/var/opt/mssql/.system/profiles/Client/AppData/Roaming/Microsoft’ removed directory: ‘/var/opt/mssql/.system/profiles/Client/AppData/Roaming’ removed directory: ‘/var/opt/mssql/.system/profiles/Client/AppData/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/LocalLow’ removed directory: ‘/var/opt/mssql/.system/profiles/Client/AppData’ removed directory: ‘/var/opt/mssql/.system/profiles/Client/Desktop’ removed directory: ‘/var/opt/mssql/.system/profiles/Client’ removed directory: ‘/var/opt/mssql/.system/profiles’ removed directory: ‘/var/opt/mssql/.system/system/Temp’ removed ‘/var/opt/mssql/.system/system/lsa.hiv’ removed ‘/var/opt/mssql/.system/system/licensing.hiv’ removed ‘/var/opt/mssql/.system/system/lsasetup.log’ removed ‘/var/opt/mssql/.system/system/security.hiv’ removed ‘/var/opt/mssql/.system/system/debug/PASSWD.LOG’ removed directory: ‘/var/opt/mssql/.system/system/debug’ removed directory: ‘/var/opt/mssql/.system/system/system32/LogFiles/Scm’ removed directory: ‘/var/opt/mssql/.system/system/system32/LogFiles’ removed ‘/var/opt/mssql/.system/system/system32/Microsoft/Protect/S-1-5-18/User/Preferred’ removed ‘/var/opt/mssql/.system/system/system32/Microsoft/Protect/S-1-5-18/User/3ae1a2de-1882-4f9b-8aaa-ece9b23d92c1’ 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’ removed directory: ‘/var/opt/mssql/.system/system’ removed ‘/var/opt/mssql/.system/programdata/Microsoft/NetFramework/BreadcrumbStore/Microsoft.Diagnostics.Tracing.EventSource, Version=1.1.26.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a’ removed ‘/var/opt/mssql/.system/programdata/Microsoft/NetFramework/BreadcrumbStore/Microsoft.Diagnostics.Tracing.EventSource, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a’ removed directory: ‘/var/opt/mssql/.system/programdata/Microsoft/NetFramework/BreadcrumbStore’ removed directory: ‘/var/opt/mssql/.system/programdata/Microsoft/NetFramework’ removed directory: ‘/var/opt/mssql/.system/programdata/Microsoft’ removed directory: ‘/var/opt/mssql/.system/programdata’ removed directory: ‘/var/opt/mssql/.system’ removed ‘/var/opt/mssql/log/errorlog.6’ removed ‘/var/opt/mssql/log/system_health_0_133572349346590000.xel’ removed ‘/var/opt/mssql/log/errorlog.1’ removed ‘/var/opt/mssql/log/errorlog.3’ removed ‘/var/opt/mssql/log/system_health_0_133572350038800000.xel’ removed ‘/var/opt/mssql/log/HkEngineEventFile_0_133572350036230000.xel’ removed ‘/var/opt/mssql/log/system_health_0_133572349733020000.xel’ removed ‘/var/opt/mssql/log/system_health_0_133572350606750000.xel’ removed ‘/var/opt/mssql/log/errorlog.2’ removed ‘/var/opt/mssql/log/system_health_0_133572350980560000.xel’ removed ‘/var/opt/mssql/log/HkEngineEventFile_0_133572349341590000.xel’ removed ‘/var/opt/mssql/log/sqlagentstartup.log’ removed ‘/var/opt/mssql/log/HkEngineEventFile_0_133572349481080000.xel’ removed ‘/var/opt/mssql/log/log_4.trc’ removed ‘/var/opt/mssql/log/log_6.trc’ removed ‘/var/opt/mssql/log/HkEngineEventFile_0_133572349730520000.xel’ removed ‘/var/opt/mssql/log/errorlog.7’ removed ‘/var/opt/mssql/log/system_health_0_133572350217150000.xel’ removed ‘/var/opt/mssql/log/errorlog’ removed ‘/var/opt/mssql/log/log_7.trc’ removed ‘/var/opt/mssql/log/errorlog.5’ removed ‘/var/opt/mssql/log/errorlog.4’ removed ‘/var/opt/mssql/log/HkEngineEventFile_0_133572350213600000.xel’ removed ‘/var/opt/mssql/log/HkEngineEventFile_0_133572350604240000.xel’ removed ‘/var/opt/mssql/log/HkEngineEventFile_0_133572350977440000.xel’ removed ‘/var/opt/mssql/log/system_health_0_133572349483660000.xel’ removed ‘/var/opt/mssql/log/errorlog.8’ removed ‘/var/opt/mssql/log/HkEngineEventFile_0_133572349299090000.xel’ removed ‘/var/opt/mssql/log/log_5.trc’ removed ‘/var/opt/mssql/log/log_3.trc’ removed ‘/var/opt/mssql/log/system_health_0_133572349305760000.xel’ removed directory: ‘/var/opt/mssql/log’ removed ‘/var/opt/mssql/data/modellog.ldf’ removed ‘/var/opt/mssql/data/msdblog.ldf’ removed ‘/var/opt/mssql/data/master.mdf’ removed ‘/var/opt/mssql/data/templog.ldf’ removed ‘/var/opt/mssql/data/tempdb.mdf’ removed ‘/var/opt/mssql/data/model.mdf’ removed ‘/var/opt/mssql/data/mastlog.ldf’ removed ‘/var/opt/mssql/data/msdbdata.mdf’ removed directory: ‘/var/opt/mssql/data’ removed directory: ‘/var/opt/mssql’ removed directory: ‘/opt/mssql’ removed directory: ‘/opt/mssql-tools’ removed ‘/etc/yum.repos.d/packages-microsoft-com-mssql-server-2017.repo’ removed ‘/etc/yum.repos.d/packages-microsoft-com-prod.repo’ removed ‘/etc/systemd/system/multi-user.target.wants/mssql-server.service’ TASK [Stop the mssql-server service] ******************************************* task path: /WORKDIR/git-susekjdihrec/tests/tasks/cleanup.yml:77 Wednesday 10 April 2024 15:05:07 +0000 (0:00:00.148) 0:03:46.910 ******* ok: [sut] => { "changed": false, "cmd": "systemctl stop mssql-server || true", "delta": "0:00:01.101109", "end": "2024-04-10 15:05:09.062284", "rc": 0, "start": "2024-04-10 15:05:07.961175" } RUNNING HANDLER [fedora.linux_system_roles.selinux : Reload SELinux policy] **** task path: /WORKDIR/git-susekjdihrec/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/handlers/main.yml:2 Wednesday 10 April 2024 15:05:09 +0000 (0:00:01.217) 0:03:48.128 ******* changed: [sut] => { "changed": true, "cmd": [ "semodule", "-R" ], "delta": "0:00:01.702698", "end": "2024-04-10 15:05:10.905680", "rc": 0, "start": "2024-04-10 15:05:09.202982" } META: ran handlers META: ran handlers PLAY RECAP ********************************************************************* sut : ok=385 changed=62 unreachable=0 failed=0 skipped=862 rescued=0 ignored=0 Wednesday 10 April 2024 15:05:10 +0000 (0:00:01.846) 0:03:49.975 ******* =============================================================================== linux-system-roles.mssql : Ensure the package mssql-server ------------- 34.14s /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:291 Check if the set password matches the existing password ---------------- 19.93s /WORKDIR/git-susekjdihrec/tests/tasks/verify_settings.yml:99 ------------------ linux-system-roles.mssql : Set up MSSQL -------------------------------- 10.17s /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:352 fedora.linux_system_roles.certificate : Ensure certificate role dependencies are installed --- 8.78s /WORKDIR/git-susekjdihrec/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:5 linux-system-roles.mssql : Deploy the GPG key for Microsoft repositories --- 6.05s /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:184 Check if the set password matches the existing password ----------------- 5.75s /WORKDIR/git-susekjdihrec/tests/tasks/verify_settings.yml:99 ------------------ Check if the set password matches the existing password ----------------- 5.24s /WORKDIR/git-susekjdihrec/tests/tasks/verify_settings.yml:99 ------------------ Check if the set password matches the existing password ----------------- 5.23s /WORKDIR/git-susekjdihrec/tests/tasks/verify_settings.yml:99 ------------------ linux-system-roles.mssql : Ensure that SQL Server client tools are installed --- 4.71s /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:492 linux-system-roles.mssql : Restart the mssql-server service ------------- 3.39s /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/handlers/main.yml:3 fedora.linux_system_roles.selinux : Get SELinux modules facts ----------- 3.35s /WORKDIR/git-susekjdihrec/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:112 fedora.linux_system_roles.certificate : Ensure provider packages are installed --- 3.06s /WORKDIR/git-susekjdihrec/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:23 Remove related packages ------------------------------------------------- 3.01s /WORKDIR/git-susekjdihrec/tests/tasks/cleanup.yml:50 -------------------------- linux-system-roles.mssql : Gather package facts ------------------------- 2.91s /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:142 linux-system-roles.mssql : Gather package facts ------------------------- 2.82s /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:613 linux-system-roles.mssql : Restart the mssql-server service ------------- 2.50s /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/handlers/main.yml:3 Wait for mssql-server to prepare for client connections ----------------- 2.19s /WORKDIR/git-susekjdihrec/tests/tasks/verify_settings.yml:93 ------------------ Wait for mssql-server to prepare for client connections ----------------- 2.16s /WORKDIR/git-susekjdihrec/tests/tasks/verify_settings.yml:93 ------------------ linux-system-roles.mssql : Gather system services facts ----------------- 2.12s /WORKDIR/git-susekjdihrec/tests/roles/linux-system-roles.mssql/tasks/main.yml:323 fedora.linux_system_roles.selinux : Reload SELinux policy --------------- 1.85s /WORKDIR/git-susekjdihrec/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/handlers/main.yml:2 ---^---^---^---^---^--- # STDERR: ---v---v---v---v---v--- [WARNING]: Consider using the file module with state=absent rather than running 'rm'. If you need to use command because file is insufficient you can add 'warn: false' to this command task or set 'command_warnings=False' in ansible.cfg to get rid of this message. ---^---^---^---^---^---