# 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-weekly-ciglas_w6z/tests/tests_tls_2017.yml PLAY [all] ********************************************************************* META: ran handlers TASK [Include vault variables] ************************************************* task path: /WORKDIR/git-weekly-ciglas_w6z/tests/tests_tls_2017.yml:4 Saturday 23 March 2024 01:40:52 +0000 (0:00:00.013) 0:00:00.013 ******** 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-weekly-ciglas_w6z/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-weekly-ciglas_w6z/tests/tests_tls_2017.yml:9 Saturday 23 March 2024 01:40:52 +0000 (0:00:00.025) 0:00:00.039 ******** ok: [sut] META: ran handlers TASK [Run tests_tls with SQL Server 2017] ************************************** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/tests_tls_2017.yml:23 Saturday 23 March 2024 01:40:53 +0000 (0:00:00.654) 0:00:00.694 ******** included: /WORKDIR/git-weekly-ciglas_w6z/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-weekly-ciglas_w6z/tests/tasks/tests_tls.yml:2 Saturday 23 March 2024 01:40:53 +0000 (0:00:00.033) 0:00:00.727 ******** included: /WORKDIR/git-weekly-ciglas_w6z/tests/tasks/assert_fail_on_unsupported_ver.yml for sut TASK [Ensure ansible_facts to get ansible_distribution] ************************ task path: /WORKDIR/git-weekly-ciglas_w6z/tests/tasks/assert_fail_on_unsupported_ver.yml:2 Saturday 23 March 2024 01:40:53 +0000 (0:00:00.017) 0:00:00.745 ******** ok: [sut] TASK [Run the role] ************************************************************ task path: /WORKDIR/git-weekly-ciglas_w6z/tests/tasks/assert_fail_on_unsupported_ver.yml:15 Saturday 23 March 2024 01:40:53 +0000 (0:00:00.214) 0:00:00.959 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Unreachable task] ******************************************************** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/tasks/assert_fail_on_unsupported_ver.yml:22 Saturday 23 March 2024 01:40:53 +0000 (0:00:00.021) 0:00:00.981 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure the openssl package] ********************************************** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/tasks/tests_tls.yml:5 Saturday 23 March 2024 01:40:53 +0000 (0:00:00.026) 0:00:01.007 ******** ok: [sut] => { "changed": false, "rc": 0, "results": [ "1:openssl-1.0.2k-26.el7_9.x86_64 providing openssl is already installed" ] } lsrpackages: openssl TASK [Create a tempfile for a certificate on hosts] **************************** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/tasks/tests_tls.yml:11 Saturday 23 March 2024 01:40:54 +0000 (0:00:00.505) 0:00:01.512 ******** changed: [sut] => { "changed": true, "gid": 0, "group": "root", "mode": "0600", "owner": "root", "path": "/tmp/ansible.AZud7V", "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-weekly-ciglas_w6z/tests/tasks/tests_tls.yml:17 Saturday 23 March 2024 01:40:54 +0000 (0:00:00.211) 0:00:01.724 ******** changed: [sut] => { "changed": true, "gid": 0, "group": "root", "mode": "0600", "owner": "root", "path": "/tmp/ansible.UO9mp0", "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-weekly-ciglas_w6z/tests/tasks/tests_tls.yml:23 Saturday 23 March 2024 01:40:54 +0000 (0:00:00.130) 0:00:01.855 ******** changed: [sut] => { "changed": true, "cmd": [ "openssl", "req", "-x509", "-nodes", "-newkey", "rsa:2048", "-subj", "/CN=10.31.10.127", "-out", "/tmp/ansible.AZud7V", "-keyout", "/tmp/ansible.UO9mp0", "-days", "365" ], "delta": "0:00:00.280258", "end": "2024-03-23 01:40:54.844696", "rc": 0, "start": "2024-03-23 01:40:54.564438" } STDERR: Generating a 2048 bit RSA private key .......+++ ...........................................+++ writing new private key to '/tmp/ansible.UO9mp0' ----- TASK [Copy certificate files to local tmp] ************************************* task path: /WORKDIR/git-weekly-ciglas_w6z/tests/tasks/tests_tls.yml:32 Saturday 23 March 2024 01:40:54 +0000 (0:00:00.507) 0:00:02.362 ******** changed: [sut] => (item=/tmp/ansible.AZud7V) => { "ansible_loop_var": "item", "changed": true, "checksum": "86c8d685a0bc1aecb30f8df572d7866864d97135", "dest": "/tmp/ansible.AZud7V", "item": "/tmp/ansible.AZud7V", "md5sum": "d3d6f0e2c6af1296891426d1dc10cafc", "remote_checksum": "86c8d685a0bc1aecb30f8df572d7866864d97135", "remote_md5sum": null } changed: [sut] => (item=/tmp/ansible.UO9mp0) => { "ansible_loop_var": "item", "changed": true, "checksum": "51678f489cee413f2cc3b47228182c80b7824c49", "dest": "/tmp/ansible.UO9mp0", "item": "/tmp/ansible.UO9mp0", "md5sum": "d1de644c05c654859cd9482a2fc2b9c7", "remote_checksum": "51678f489cee413f2cc3b47228182c80b7824c49", "remote_md5sum": null } TASK [Copy a private key to the playbook directory to test a relative path] **** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/tasks/tests_tls.yml:44 Saturday 23 March 2024 01:40:55 +0000 (0:00:00.375) 0:00:02.738 ******** changed: [sut -> localhost] => { "changed": true, "checksum": "51678f489cee413f2cc3b47228182c80b7824c49", "dest": "./ansible.UO9mp0", "gid": 1001, "group": "jenkins", "md5sum": "d1de644c05c654859cd9482a2fc2b9c7", "mode": "0600", "owner": "jenkins", "size": 1704, "src": "/home/jenkins/.ansible/tmp/ansible-tmp-1711158055.250569-22351-146781234684418/source", "state": "file", "uid": 1000090000 } TASK [Set mssql_tls_cert and mssql_tls_private_key for the following test] ***** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/tasks/tests_tls.yml:52 Saturday 23 March 2024 01:40:55 +0000 (0:00:00.350) 0:00:03.088 ******** ok: [sut] => { "ansible_facts": { "mssql_tls_cert": "/tmp/ansible.AZud7V", "mssql_tls_private_key": "ansible.UO9mp0" }, "changed": false } TASK [Run role] **************************************************************** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/tasks/tests_tls.yml:59 Saturday 23 March 2024 01:40:55 +0000 (0:00:00.013) 0:00:03.102 ******** TASK [linux-system-roles.mssql : Ensure ansible_facts and variables used by role] *** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:3 Saturday 23 March 2024 01:40:55 +0000 (0:00:00.147) 0:00:03.249 ******** included: /WORKDIR/git-weekly-ciglas_w6z/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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/set_vars.yml:3 Saturday 23 March 2024 01:40:55 +0000 (0:00:00.012) 0:00:03.262 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Set platform/version specific variables] ****** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/set_vars.yml:9 Saturday 23 March 2024 01:40:55 +0000 (0:00:00.011) 0:00:03.274 ******** ok: [sut] => (item=RedHat.yml) => { "ansible_facts": { "__mssql_client_repository": "https://packages.microsoft.com/rhel/9/prod/", "__mssql_confined_supported": true, "__mssql_server_repository": "https://packages.microsoft.com/rhel/9/mssql-server-{{ mssql_version | int }}/", "__mssql_supported_versions": [ 2022 ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-ciglas_w6z/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-weekly-ciglas_w6z/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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:8 Saturday 23 March 2024 01:40:55 +0000 (0:00:00.029) 0:00:03.303 ******** 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:15 Saturday 23 March 2024 01:40:55 +0000 (0:00:00.010) 0:00:03.314 ******** skipping: [sut] => {} TASK [linux-system-roles.mssql : Link the deprecated mssql_input_sql_file fact] *** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:23 Saturday 23 March 2024 01:40:55 +0000 (0:00:00.010) 0:00:03.325 ******** 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:30 Saturday 23 March 2024 01:40:55 +0000 (0:00:00.010) 0:00:03.335 ******** skipping: [sut] => {} TASK [linux-system-roles.mssql : Link the deprecated mssql_ha_listener_port fact] *** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:37 Saturday 23 March 2024 01:40:55 +0000 (0:00:00.010) 0:00:03.345 ******** 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:44 Saturday 23 March 2024 01:40:55 +0000 (0:00:00.010) 0:00:03.356 ******** skipping: [sut] => {} TASK [linux-system-roles.mssql : Link the deprecated mssql_ad_sql_user_name fact] *** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:51 Saturday 23 March 2024 01:40:55 +0000 (0:00:00.010) 0:00:03.366 ******** 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:58 Saturday 23 March 2024 01:40:55 +0000 (0:00:00.010) 0:00:03.376 ******** skipping: [sut] => {} TASK [linux-system-roles.mssql : Link the deprecated mssql_ha_cluster_run_role fact] *** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:65 Saturday 23 March 2024 01:40:55 +0000 (0:00:00.010) 0:00:03.386 ******** 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:69 Saturday 23 March 2024 01:40:55 +0000 (0:00:00.010) 0:00:03.397 ******** 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:81 Saturday 23 March 2024 01:40:55 +0000 (0:00:00.022) 0:00:03.420 ******** 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:89 Saturday 23 March 2024 01:40:55 +0000 (0:00:00.029) 0:00:03.449 ******** 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:98 Saturday 23 March 2024 01:40:55 +0000 (0:00:00.022) 0:00:03.472 ******** 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:111 Saturday 23 March 2024 01:40:55 +0000 (0:00:00.011) 0:00:03.483 ******** 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:122 Saturday 23 March 2024 01:40:56 +0000 (0:00:00.017) 0:00:03.501 ******** 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:131 Saturday 23 March 2024 01:40:56 +0000 (0:00:00.017) 0:00:03.519 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Gather package facts] ************************* task path: /WORKDIR/git-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:142 Saturday 23 March 2024 01:40:56 +0000 (0:00:00.036) 0:00:03.555 ******** 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:146 Saturday 23 March 2024 01:40:57 +0000 (0:00:01.193) 0:00:04.748 ******** 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:155 Saturday 23 March 2024 01:40:57 +0000 (0:00:00.156) 0:00:04.905 ******** 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:162 Saturday 23 March 2024 01:40:57 +0000 (0:00:00.032) 0:00:04.937 ******** 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:169 Saturday 23 March 2024 01:40:57 +0000 (0:00:00.043) 0:00:04.980 ******** 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:184 Saturday 23 March 2024 01:40:57 +0000 (0:00:00.068) 0:00:05.049 ******** 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:197 Saturday 23 March 2024 01:40:58 +0000 (0:00:00.532) 0:00:05.582 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Get yum repositories] ************************* task path: /WORKDIR/git-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:207 Saturday 23 March 2024 01:40:58 +0000 (0:00:00.022) 0:00:05.605 ******** 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:218 Saturday 23 March 2024 01:40:58 +0000 (0:00:00.020) 0:00:05.626 ******** 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:226 Saturday 23 March 2024 01:40:58 +0000 (0:00:00.031) 0:00:05.658 ******** changed: [sut] => { "changed": true, "repo": "packages-microsoft-com-mssql-server-2017", "state": "present" } TASK [linux-system-roles.mssql : Configure to run as a confined application with SELinux] *** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:236 Saturday 23 March 2024 01:40:58 +0000 (0:00:00.268) 0:00:05.926 ******** 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:241 Saturday 23 March 2024 01:40:58 +0000 (0:00:00.376) 0:00:06.303 ******** 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" ] } lsrpackages: mssql-server TASK [linux-system-roles.mssql : Ensure that the openldap-compat package is installed] *** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:249 Saturday 23 March 2024 01:41:38 +0000 (0:00:39.412) 0:00:45.716 ******** 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:257 Saturday 23 March 2024 01:41:38 +0000 (0:00:00.043) 0:00:45.759 ******** 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.005558", "end": "2024-03-23 01:41:38.405136", "rc": 0, "start": "2024-03-23 01:41:38.399578" } TASK [linux-system-roles.mssql : Gather system services facts] ***************** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:272 Saturday 23 March 2024 01:41:38 +0000 (0:00:00.177) 0:00:45.937 ******** 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:276 Saturday 23 March 2024 01:41:39 +0000 (0:00:00.815) 0:00:46.752 ******** 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:285 Saturday 23 March 2024 01:41:39 +0000 (0:00:00.029) 0:00:46.782 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [linux-system-roles.mssql : Set up MSSQL] ********************************* task path: /WORKDIR/git-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:301 Saturday 23 March 2024 01:41:39 +0000 (0:00:00.025) 0:00:46.808 ******** 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:326 Saturday 23 March 2024 01:41:44 +0000 (0:00:04.839) 0:00:51.648 ******** 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:341 Saturday 23 March 2024 01:41:44 +0000 (0:00:00.028) 0:00:51.677 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure correct SELinux context for storage paths and ports] ************** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:355 Saturday 23 March 2024 01:41:44 +0000 (0:00:00.022) 0:00:51.699 ******** 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:366 Saturday 23 March 2024 01:41:44 +0000 (0:00:00.020) 0:00:51.720 ******** ok: [sut] => { "changed": false, "rc": 0, "results": [ "tuned-profiles-mssql-2.11.0-12.el7_9.noarch providing tuned-profiles-mssql is already installed" ] } lsrpackages: tuned-profiles-mssql TASK [linux-system-roles.mssql : Ensure that the tuned service is started and enabled] *** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:371 Saturday 23 March 2024 01:41:44 +0000 (0:00:00.380) 0:00:52.100 ******** ok: [sut] => { "changed": false, "enabled": true, "name": "tuned", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2024-03-23 01:06:57 UTC", "ActiveEnterTimestampMonotonic": "12797740", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "systemd-sysctl.service systemd-journald.socket dbus.service system.slice basic.target network.target", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-03-23 01:06:56 UTC", "AssertTimestampMonotonic": "11934221", "Before": "shutdown.target multi-user.target", "BlockIOAccounting": "no", "BlockIOWeight": "18446744073709551615", "BusName": "com.redhat.tuned", "CPUAccounting": "no", "CPUQuotaPerSecUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "18446744073709551615", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "18446744073709551615", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Sat 2024-03-23 01:06:56 UTC", "ConditionTimestampMonotonic": "11934220", "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": "879", "ExecMainStartTimestamp": "Sat 2024-03-23 01:06:56 UTC", "ExecMainStartTimestampMonotonic": "11935249", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/sbin/tuned ; argv[]=/usr/sbin/tuned -l -P ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/tuned.service", "GuessMainPID": "yes", "IOScheduling": "0", "Id": "tuned.service", "IgnoreOnIsolate": "no", "IgnoreOnSnapshot": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestamp": "Sat 2024-03-23 01:06:56 UTC", "InactiveExitTimestampMonotonic": "11935301", "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": "879", "MemoryAccounting": "no", "MemoryCurrent": "18446744073709551615", "MemoryLimit": "18446744073709551615", "MountFlags": "0", "Names": "tuned.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PIDFile": "/run/tuned/tuned.pid", "PermissionsStartOnly": "no", "PrivateDevices": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "ProtectHome": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "Requires": "system.slice polkit.service dbus.service basic.target", "Restart": "no", "RestartUSec": "100ms", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitInterval": "10000000", "StartupBlockIOWeight": "18446744073709551615", "StartupCPUShares": "18446744073709551615", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "no", "TasksCurrent": "18446744073709551615", "TasksMax": "18446744073709551615", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "dbus", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "WantedBy": "multi-user.target", "WatchdogTimestamp": "Sat 2024-03-23 01:06:57 UTC", "WatchdogTimestampMonotonic": "12797521", "WatchdogUSec": "0" } } TASK [linux-system-roles.mssql : Get the active Tuned profiles] **************** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:377 Saturday 23 March 2024 01:41:45 +0000 (0:00:00.503) 0:00:52.604 ******** ok: [sut] => { "changed": false, "cmd": [ "tuned-adm", "active" ], "delta": "0:00:00.125062", "end": "2024-03-23 01:41:45.346122", "rc": 0, "start": "2024-03-23 01:41:45.221060" } 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:387 Saturday 23 March 2024 01:41:45 +0000 (0:00:00.274) 0:00:52.878 ******** 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:400 Saturday 23 March 2024 01:41:45 +0000 (0:00:00.023) 0:00:52.901 ******** 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:409 Saturday 23 March 2024 01:41:45 +0000 (0:00:00.029) 0:00:52.931 ******** 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:419 Saturday 23 March 2024 01:41:45 +0000 (0:00:00.032) 0:00:52.963 ******** changed: [sut] => { "changed": true, "repo": "packages-microsoft-com-prod", "state": "present" } TASK [linux-system-roles.mssql : Ensure that SQL Server client tools are installed] *** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:426 Saturday 23 March 2024 01:41:45 +0000 (0:00:00.145) 0:00:53.108 ******** changed: [sut] => { "changed": true, "changes": { "installed": [ "mssql-tools", "unixODBC-devel" ] }, "rc": 0, "results": [ "Loaded plugins: fastestmirror\nLoading mirror speeds from cached hostfile\n * base: download.cf.centos.org\n * extras: download.cf.centos.org\n * updates: download.cf.centos.org\nResolving Dependencies\n--> Running transaction check\n---> Package mssql-tools.x86_64 0:17.10.1.1-1 will be installed\n--> Processing Dependency: msodbcsql17 >= 17.3.0.0 for package: mssql-tools-17.10.1.1-1.x86_64\n---> Package unixODBC-devel.x86_64 0:2.3.11-1.rh will be installed\n--> Processing Dependency: unixODBC = 2.3.11 for package: unixODBC-devel-2.3.11-1.rh.x86_64\n--> Running transaction check\n---> Package msodbcsql17.x86_64 0:17.10.5.1-1 will be installed\n---> Package unixODBC.x86_64 0:2.3.11-1.rh will be installed\n--> Processing Dependency: libltdl.so.7()(64bit) for package: unixODBC-2.3.11-1.rh.x86_64\n--> Running transaction check\n---> Package libtool-ltdl.x86_64 0:2.4.2-22.el7_3 will be installed\n--> Finished Dependency Resolution\n\nDependencies Resolved\n\n================================================================================\n Package Arch Version Repository Size\n================================================================================\nInstalling:\n mssql-tools x86_64 17.10.1.1-1 packages-microsoft-com-prod 291 k\n unixODBC-devel x86_64 2.3.11-1.rh packages-microsoft-com-prod 53 k\nInstalling for dependencies:\n libtool-ltdl x86_64 2.4.2-22.el7_3 base 49 k\n msodbcsql17 x86_64 17.10.5.1-1 packages-microsoft-com-prod 913 k\n unixODBC x86_64 2.3.11-1.rh packages-microsoft-com-prod 274 k\n\nTransaction Summary\n================================================================================\nInstall 2 Packages (+3 Dependent packages)\n\nTotal size: 1.5 M\nInstalled size: 3.8 M\nDownloading packages:\nRunning transaction check\nRunning transaction test\nTransaction test succeeded\nRunning transaction\n Installing : libtool-ltdl-2.4.2-22.el7_3.x86_64 1/5 \n Installing : unixODBC-2.3.11-1.rh.x86_64 2/5 \n Installing : msodbcsql17-17.10.5.1-1.x86_64 3/5 \nodbcinst: Driver installed. Usage count increased to 1. \n Target directory is /etc\n Installing : mssql-tools-17.10.1.1-1.x86_64 4/5 \n Installing : unixODBC-devel-2.3.11-1.rh.x86_64 5/5 \n Verifying : mssql-tools-17.10.1.1-1.x86_64 1/5 \n Verifying : unixODBC-devel-2.3.11-1.rh.x86_64 2/5 \n Verifying : libtool-ltdl-2.4.2-22.el7_3.x86_64 3/5 \n Verifying : unixODBC-2.3.11-1.rh.x86_64 4/5 \n Verifying : msodbcsql17-17.10.5.1-1.x86_64 5/5 \n\nInstalled:\n mssql-tools.x86_64 0:17.10.1.1-1 unixODBC-devel.x86_64 0:2.3.11-1.rh \n\nDependency Installed:\n libtool-ltdl.x86_64 0:2.4.2-22.el7_3 msodbcsql17.x86_64 0:17.10.5.1-1 \n unixODBC.x86_64 0:2.3.11-1.rh \n\nComplete!\n" ] } lsrpackages: mssql-tools unixODBC-devel TASK [linux-system-roles.mssql : Prepare MSSQL and facts for logging in] ******* task path: /WORKDIR/git-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:438 Saturday 23 March 2024 01:41:50 +0000 (0:00:04.817) 0:00:57.926 ******** 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:442 Saturday 23 March 2024 01:41:50 +0000 (0:00:00.033) 0:00:57.959 ******** 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:448 Saturday 23 March 2024 01:41:50 +0000 (0:00:00.063) 0:00:58.022 ******** 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:463 Saturday 23 March 2024 01:41:50 +0000 (0:00:00.038) 0:00:58.060 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Gather package facts] ************************* task path: /WORKDIR/git-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:470 Saturday 23 March 2024 01:41:50 +0000 (0:00:00.023) 0:00:58.084 ******** 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:478 Saturday 23 March 2024 01:41:50 +0000 (0:00:00.036) 0:00:58.120 ******** 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:500 Saturday 23 March 2024 01:41:50 +0000 (0:00:00.025) 0:00:58.146 ******** 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:511 Saturday 23 March 2024 01:41:50 +0000 (0:00:00.033) 0:00:58.179 ******** 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:526 Saturday 23 March 2024 01:41:50 +0000 (0:00:00.037) 0:00:58.217 ******** 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:539 Saturday 23 March 2024 01:41:50 +0000 (0:00:00.031) 0:00:58.248 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Gather package facts] ************************* task path: /WORKDIR/git-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:546 Saturday 23 March 2024 01:41:50 +0000 (0:00:00.037) 0:00:58.286 ******** 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:552 Saturday 23 March 2024 01:41:50 +0000 (0:00:00.030) 0:00:58.317 ******** 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:572 Saturday 23 March 2024 01:41:50 +0000 (0:00:00.043) 0:00:58.361 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Register the previous tcpport setting] ******** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:579 Saturday 23 March 2024 01:41:50 +0000 (0:00:00.025) 0:00:58.386 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Open the TCP port 1433] ************************************************** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:586 Saturday 23 March 2024 01:41:50 +0000 (0:00:00.024) 0:00:58.411 ******** 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:598 Saturday 23 March 2024 01:41:50 +0000 (0:00:00.022) 0:00:58.434 ******** included: /WORKDIR/git-weekly-ciglas_w6z/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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Saturday 23 March 2024 01:41:50 +0000 (0:00:00.048) 0:00:58.482 ******** ok: [sut] => { "changed": false, "cmd": [ "grep", "^tcpport = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003035", "end": "2024-03-23 01:41:51.095829", "failed_when_result": false, "rc": 1, "start": "2024-03-23 01:41:51.092794" } MSG: non-zero return code TASK [linux-system-roles.mssql : Configure the setting network tcpport] ******** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 Saturday 23 March 2024 01:41:51 +0000 (0:00:00.136) 0:00:58.619 ******** ok: [sut] => { "changed": false, "cmd": [ "/opt/mssql/bin/mssql-conf", "set", "network.tcpport", "1433" ], "delta": "0:00:00.049784", "end": "2024-03-23 01:41:51.281061", "failed_when_result": false, "rc": 0, "start": "2024-03-23 01:41:51.231277" } 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:42 Saturday 23 March 2024 01:41:51 +0000 (0:00:00.190) 0:00:58.809 ******** 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:604 Saturday 23 March 2024 01:41:51 +0000 (0:00:00.053) 0:00:58.862 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the sqlagent setting] *************** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:624 Saturday 23 March 2024 01:41:51 +0000 (0:00:00.024) 0:00:58.887 ******** 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:631 Saturday 23 March 2024 01:41:51 +0000 (0:00:00.023) 0:00:58.910 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Ensure the package powershell] **************** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:638 Saturday 23 March 2024 01:41:51 +0000 (0:00:00.024) 0:00:58.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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:647 Saturday 23 March 2024 01:41:51 +0000 (0:00:00.022) 0:00:58.957 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Set the 3979 traceflag] *********************** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:653 Saturday 23 March 2024 01:41:51 +0000 (0:00:00.025) 0:00:58.982 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Unset the 3979 traceflag] ********************* task path: /WORKDIR/git-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:660 Saturday 23 March 2024 01:41:51 +0000 (0:00:00.021) 0:00:59.004 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the alternatewritethrough setting] *** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:668 Saturday 23 March 2024 01:41:51 +0000 (0:00:00.023) 0:00:59.027 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the writethrough setting] *********** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:674 Saturday 23 March 2024 01:41:51 +0000 (0:00:00.023) 0:00:59.050 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create certificates using the certificate role] ************************** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:692 Saturday 23 March 2024 01:41:51 +0000 (0:00:00.021) 0:00:59.071 ******** 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:706 Saturday 23 March 2024 01:41:51 +0000 (0:00:00.024) 0:00:59.096 ******** 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:711 Saturday 23 March 2024 01:41:51 +0000 (0:00:00.023) 0:00:59.119 ******** changed: [sut] => (item=/tmp/ansible.AZud7V) => { "ansible_loop_var": "item", "changed": true, "checksum": "86c8d685a0bc1aecb30f8df572d7866864d97135", "dest": "/etc/pki/tls/certs/ansible.AZud7V", "gid": 994, "group": "mssql", "item": "/tmp/ansible.AZud7V", "md5sum": "d3d6f0e2c6af1296891426d1dc10cafc", "mode": "0600", "owner": "mssql", "secontext": "system_u:object_r:cert_t:s0", "size": 1103, "src": "/root/.ansible/tmp/ansible-tmp-1711158111.6594071-23333-152036867485824/source", "state": "file", "uid": 996 } changed: [sut] => (item=ansible.UO9mp0) => { "ansible_loop_var": "item", "changed": true, "checksum": "51678f489cee413f2cc3b47228182c80b7824c49", "dest": "/etc/pki/tls/private/ansible.UO9mp0", "gid": 994, "group": "mssql", "item": "ansible.UO9mp0", "md5sum": "d1de644c05c654859cd9482a2fc2b9c7", "mode": "0600", "owner": "mssql", "secontext": "system_u:object_r:cert_t:s0", "size": 1704, "src": "/root/.ansible/tmp/ansible-tmp-1711158112.0212247-23333-246120207649550/source", "state": "file", "uid": 996 } TASK [linux-system-roles.mssql : Configure the tlscert setting] **************** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:729 Saturday 23 March 2024 01:41:52 +0000 (0:00:00.736) 0:00:59.855 ******** included: /WORKDIR/git-weekly-ciglas_w6z/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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Saturday 23 March 2024 01:41:52 +0000 (0:00:00.039) 0:00:59.895 ******** ok: [sut] => { "changed": false, "cmd": [ "grep", "^tlscert = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003284", "end": "2024-03-23 01:41:52.508625", "failed_when_result": false, "rc": 1, "start": "2024-03-23 01:41:52.505341" } MSG: non-zero return code TASK [linux-system-roles.mssql : Configure the setting network tlscert] ******** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 Saturday 23 March 2024 01:41:52 +0000 (0:00:00.177) 0:01:00.072 ******** 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.AZud7V" ], "delta": "0:00:00.049320", "end": "2024-03-23 01:41:52.740416", "failed_when_result": false, "rc": 0, "start": "2024-03-23 01:41:52.691096" } 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:42 Saturday 23 March 2024 01:41:52 +0000 (0:00:00.196) 0:01:00.268 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the tlskey setting] ***************** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:738 Saturday 23 March 2024 01:41:52 +0000 (0:00:00.024) 0:01:00.293 ******** included: /WORKDIR/git-weekly-ciglas_w6z/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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Saturday 23 March 2024 01:41:52 +0000 (0:00:00.041) 0:01:00.334 ******** ok: [sut] => { "changed": false, "cmd": [ "grep", "^tlskey = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003484", "end": "2024-03-23 01:41:52.949299", "failed_when_result": false, "rc": 1, "start": "2024-03-23 01:41:52.945815" } MSG: non-zero return code TASK [linux-system-roles.mssql : Configure the setting network tlskey] ********* task path: /WORKDIR/git-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 Saturday 23 March 2024 01:41:52 +0000 (0:00:00.138) 0:01:00.472 ******** changed: [sut] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "set", "network.tlskey", "/etc/pki/tls/private/ansible.UO9mp0" ], "delta": "0:00:00.048793", "end": "2024-03-23 01:41:53.140336", "failed_when_result": false, "rc": 0, "start": "2024-03-23 01:41:53.091543" } 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:42 Saturday 23 March 2024 01:41:53 +0000 (0:00:00.195) 0:01:00.667 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the tlsprotocols setting] *********** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:747 Saturday 23 March 2024 01:41:53 +0000 (0:00:00.024) 0:01:00.692 ******** included: /WORKDIR/git-weekly-ciglas_w6z/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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Saturday 23 March 2024 01:41:53 +0000 (0:00:00.043) 0:01:00.736 ******** ok: [sut] => { "changed": false, "cmd": [ "grep", "^tlsprotocols = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003003", "end": "2024-03-23 01:41:53.349056", "failed_when_result": false, "rc": 1, "start": "2024-03-23 01:41:53.346053" } MSG: non-zero return code TASK [linux-system-roles.mssql : Configure the setting network tlsprotocols] *** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 Saturday 23 March 2024 01:41:53 +0000 (0:00:00.136) 0:01:00.872 ******** changed: [sut] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "set", "network.tlsprotocols", "1.2" ], "delta": "0:00:00.049503", "end": "2024-03-23 01:41:53.537403", "failed_when_result": false, "rc": 0, "start": "2024-03-23 01:41:53.487900" } 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:42 Saturday 23 March 2024 01:41:53 +0000 (0:00:00.195) 0:01:01.068 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the forceencryption setting] ******** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:754 Saturday 23 March 2024 01:41:53 +0000 (0:00:00.025) 0:01:01.094 ******** included: /WORKDIR/git-weekly-ciglas_w6z/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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Saturday 23 March 2024 01:41:53 +0000 (0:00:00.044) 0:01:01.138 ******** ok: [sut] => { "changed": false, "cmd": [ "grep", "^forceencryption = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003186", "end": "2024-03-23 01:41:53.754698", "failed_when_result": false, "rc": 1, "start": "2024-03-23 01:41:53.751512" } MSG: non-zero return code TASK [linux-system-roles.mssql : Configure the setting network forceencryption] *** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 Saturday 23 March 2024 01:41:53 +0000 (0:00:00.177) 0:01:01.316 ******** changed: [sut] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "set", "network.forceencryption", "1" ], "delta": "0:00:00.048984", "end": "2024-03-23 01:41:53.979408", "failed_when_result": false, "rc": 0, "start": "2024-03-23 01:41:53.930424" } 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:42 Saturday 23 March 2024 01:41:54 +0000 (0:00:00.191) 0:01:01.507 ******** 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:763 Saturday 23 March 2024 01:41:54 +0000 (0:00:00.025) 0:01:01.532 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Join to realm {{ ad_integration_realm }}] ******************************** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:771 Saturday 23 March 2024 01:41:54 +0000 (0:00:00.023) 0:01:01.555 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Ensure adutil and krb5-workstation] *********** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:779 Saturday 23 March 2024 01:41:54 +0000 (0:00:00.023) 0:01:01.579 ******** 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:786 Saturday 23 March 2024 01:41:54 +0000 (0:00:00.021) 0:01:01.600 ******** 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:793 Saturday 23 March 2024 01:41:54 +0000 (0:00:00.024) 0:01:01.624 ******** 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:802 Saturday 23 March 2024 01:41:54 +0000 (0:00:00.025) 0:01:01.650 ******** 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:815 Saturday 23 March 2024 01:41:54 +0000 (0:00:00.030) 0:01:01.681 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : In AD server create user] ********************* task path: /WORKDIR/git-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:824 Saturday 23 March 2024 01:41:54 +0000 (0:00:00.023) 0:01:01.704 ******** 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:836 Saturday 23 March 2024 01:41:54 +0000 (0:00:00.026) 0:01:01.730 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Register SPNs to the principal] *************** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:841 Saturday 23 March 2024 01:41:54 +0000 (0:00:00.023) 0:01:01.754 ******** 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:858 Saturday 23 March 2024 01:41:54 +0000 (0:00:00.023) 0:01:01.777 ******** 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:863 Saturday 23 March 2024 01:41:54 +0000 (0:00:00.021) 0:01:01.799 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Get keytab properties] ************************ task path: /WORKDIR/git-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:868 Saturday 23 March 2024 01:41:54 +0000 (0:00:00.022) 0:01:01.822 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Create keytab] ******************************** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:874 Saturday 23 March 2024 01:41:54 +0000 (0:00:00.021) 0:01:01.843 ******** 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:900 Saturday 23 March 2024 01:41:54 +0000 (0:00:00.021) 0:01:01.864 ******** 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:921 Saturday 23 March 2024 01:41:54 +0000 (0:00:00.020) 0:01:01.885 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Fetch keytab file to host] ******************** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:929 Saturday 23 March 2024 01:41:54 +0000 (0:00:00.063) 0:01:01.948 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the network.kerberoskeytabfile setting] *** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:939 Saturday 23 March 2024 01:41:54 +0000 (0:00:00.021) 0:01:01.970 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the network.kerberoskeytabfile setting] *** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:945 Saturday 23 March 2024 01:41:54 +0000 (0:00:00.021) 0:01:01.991 ******** 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:963 Saturday 23 March 2024 01:41:54 +0000 (0:00:00.021) 0:01:02.012 ******** 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:978 Saturday 23 March 2024 01:41:54 +0000 (0:00:00.023) 0:01:02.035 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Set host variables] *************************** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:998 Saturday 23 March 2024 01:41:54 +0000 (0:00:00.022) 0:01:02.058 ******** 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1051 Saturday 23 March 2024 01:41:54 +0000 (0:00:00.022) 0:01:02.081 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Enable the hadrenabled setting] *************** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1058 Saturday 23 March 2024 01:41:54 +0000 (0:00:00.022) 0:01:02.103 ******** 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1065 Saturday 23 March 2024 01:41:54 +0000 (0:00:00.021) 0:01:02.125 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Remove certificate from SQL Server] *********** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1076 Saturday 23 March 2024 01:41:54 +0000 (0:00:00.022) 0:01:02.148 ******** 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1082 Saturday 23 March 2024 01:41:54 +0000 (0:00:00.022) 0:01:02.170 ******** 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1090 Saturday 23 March 2024 01:41:54 +0000 (0:00:00.025) 0:01:02.196 ******** 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1099 Saturday 23 March 2024 01:41:54 +0000 (0:00:00.029) 0:01:02.225 ******** 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1107 Saturday 23 March 2024 01:41:54 +0000 (0:00:00.022) 0:01:02.248 ******** 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1121 Saturday 23 March 2024 01:41:54 +0000 (0:00:00.029) 0:01:02.277 ******** 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1128 Saturday 23 March 2024 01:41:54 +0000 (0:00:00.021) 0:01:02.299 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure ag] ********************************* task path: /WORKDIR/git-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1153 Saturday 23 March 2024 01:41:54 +0000 (0:00:00.021) 0:01:02.320 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Grant permissions to HA login] **************** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1162 Saturday 23 March 2024 01:41:54 +0000 (0:00:00.023) 0:01:02.344 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Replicate DBs] ******************************** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1172 Saturday 23 March 2024 01:41:54 +0000 (0:00:00.021) 0:01:02.365 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Grant permissions to HA login] **************** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1183 Saturday 23 March 2024 01:41:54 +0000 (0:00:00.056) 0:01:02.421 ******** 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1196 Saturday 23 March 2024 01:41:54 +0000 (0:00:00.021) 0:01:02.442 ******** 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1209 Saturday 23 March 2024 01:41:54 +0000 (0:00:00.022) 0:01:02.465 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Enable the hadrenabled setting] *************** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1216 Saturday 23 March 2024 01:41:54 +0000 (0:00:00.021) 0:01:02.486 ******** 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1223 Saturday 23 March 2024 01:41:55 +0000 (0:00:00.021) 0:01:02.508 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Remove certificate from SQL Server] *********** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1232 Saturday 23 March 2024 01:41:55 +0000 (0:00:00.021) 0:01:02.530 ******** 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1239 Saturday 23 March 2024 01:41:55 +0000 (0:00:00.022) 0:01:02.553 ******** 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1251 Saturday 23 March 2024 01:41:55 +0000 (0:00:00.030) 0:01:02.583 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Create HA login] ****************************** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1260 Saturday 23 March 2024 01:41:55 +0000 (0:00:00.022) 0:01:02.606 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Join to availability group] ******************* task path: /WORKDIR/git-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1267 Saturday 23 March 2024 01:41:55 +0000 (0:00:00.024) 0:01:02.630 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Grant permissions to HA login] **************** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1273 Saturday 23 March 2024 01:41:55 +0000 (0:00:00.023) 0:01:02.653 ******** 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1281 Saturday 23 March 2024 01:41:55 +0000 (0:00:00.022) 0:01:02.676 ******** 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1294 Saturday 23 March 2024 01:41:55 +0000 (0:00:00.026) 0:01:02.703 ******** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [Run ha_cluster to configure pacemaker] *********************************** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1306 Saturday 23 March 2024 01:41:55 +0000 (0:00:00.021) 0:01:02.724 ******** 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1311 Saturday 23 March 2024 01:41:55 +0000 (0:00:00.022) 0:01:02.746 ******** 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1317 Saturday 23 March 2024 01:41:55 +0000 (0:00:00.022) 0:01:02.768 ******** 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1326 Saturday 23 March 2024 01:41:55 +0000 (0:00:00.022) 0:01:02.790 ******** changed: [sut] => { "changed": true } MSG: Block inserted RUNNING HANDLER [linux-system-roles.mssql : Restart the mssql-server service] *** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/handlers/main.yml:3 Saturday 23 March 2024 01:41:55 +0000 (0:00:00.249) 0:01:03.040 ******** changed: [sut] => { "changed": true, "name": "mssql-server", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2024-03-23 01:41:44 UTC", "ActiveEnterTimestampMonotonic": "2099132768", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "auditd.service systemd-journald.socket system.slice -.mount basic.target network.target", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-03-23 01:41:44 UTC", "AssertTimestampMonotonic": "2099130999", "Before": "shutdown.target multi-user.target", "BlockIOAccounting": "no", "BlockIOWeight": "18446744073709551615", "CPUAccounting": "no", "CPUQuotaPerSecUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "18446744073709551615", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "18446744073709551615", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Sat 2024-03-23 01:41:44 UTC", "ConditionTimestampMonotonic": "2099130997", "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": "26156", "ExecMainStartTimestamp": "Sat 2024-03-23 01:41:44 UTC", "ExecMainStartTimestampMonotonic": "2099131896", "ExecMainStatus": "0", "ExecStart": "{ path=/opt/mssql/bin/sqlservr ; argv[]=/opt/mssql/bin/sqlservr ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/mssql-server.service", "GuessMainPID": "yes", "IOScheduling": "0", "Id": "mssql-server.service", "IgnoreOnIsolate": "no", "IgnoreOnSnapshot": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestamp": "Sat 2024-03-23 01:41:44 UTC", "InactiveExitTimestampMonotonic": "2099132768", "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": "26156", "MemoryAccounting": "no", "MemoryCurrent": "18446744073709551615", "MemoryLimit": "18446744073709551615", "MountFlags": "0", "Names": "mssql-server.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "PrivateDevices": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "ProtectHome": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "Requires": "-.mount basic.target system.slice", "RequiresMountsFor": "/var/opt/mssql", "Restart": "on-failure", "RestartUSec": "100ms", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "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": "Sat 2024-03-23 01:41:44 UTC", "WatchdogTimestampMonotonic": "2099132740", "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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1339 Saturday 23 March 2024 01:41:58 +0000 (0:00:02.577) 0:01:05.617 ******** 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1350 Saturday 23 March 2024 01:41:58 +0000 (0:00:00.024) 0:01:05.642 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Remove a private key from the playbook directory] ************************ task path: /WORKDIR/git-weekly-ciglas_w6z/tests/tasks/tests_tls.yml:68 Saturday 23 March 2024 01:41:58 +0000 (0:00:00.031) 0:01:05.673 ******** changed: [sut -> localhost] => { "changed": true, "path": "ansible.UO9mp0", "state": "absent" } TASK [Configure the mssql-server service start limit interval and burst] ******* task path: /WORKDIR/git-weekly-ciglas_w6z/tests/tasks/tests_tls.yml:75 Saturday 23 March 2024 01:41:58 +0000 (0:00:00.238) 0:01:05.912 ******** included: /WORKDIR/git-weekly-ciglas_w6z/tests/tasks/mssql-sever-increase-start-limit.yml for sut TASK [Modify the mssql-server service start limit interval] ******************** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/tasks/mssql-sever-increase-start-limit.yml:3 Saturday 23 March 2024 01:41:58 +0000 (0:00:00.037) 0:01:05.949 ******** changed: [sut] => { "changed": true } MSG: 1 replacements made TASK [Modify the mssql-server service start limit burst] *********************** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/tasks/mssql-sever-increase-start-limit.yml:10 Saturday 23 March 2024 01:41:58 +0000 (0:00:00.281) 0:01:06.231 ******** changed: [sut] => { "changed": true } MSG: 1 replacements made TASK [Reload service daemon] *************************************************** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/tasks/mssql-sever-increase-start-limit.yml:17 Saturday 23 March 2024 01:41:58 +0000 (0:00:00.142) 0:01:06.374 ******** ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [Verify connectivity and settings] **************************************** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/tasks/tests_tls.yml:78 Saturday 23 March 2024 01:41:59 +0000 (0:00:00.266) 0:01:06.641 ******** included: /WORKDIR/git-weekly-ciglas_w6z/tests/tasks/verify_settings.yml for sut TASK [Check if the errorlog file exists and its location] ********************** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/tasks/verify_settings.yml:8 Saturday 23 March 2024 01:41:59 +0000 (0:00:00.056) 0:01:06.697 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if the set edition matches the existing edition] ******************* task path: /WORKDIR/git-weekly-ciglas_w6z/tests/tasks/verify_settings.yml:23 Saturday 23 March 2024 01:41:59 +0000 (0:00:00.027) 0:01:06.725 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify if the edition matches] ******************************************* task path: /WORKDIR/git-weekly-ciglas_w6z/tests/tasks/verify_settings.yml:35 Saturday 23 March 2024 01:41:59 +0000 (0:00:00.023) 0:01:06.748 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the setting {{ item.key }}] *************************************** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/tasks/verify_settings.yml:39 Saturday 23 March 2024 01:41:59 +0000 (0:00:00.023) 0:01:06.772 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get stat of mssql_datadir] *********************************************** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/tasks/verify_settings.yml:55 Saturday 23 March 2024 01:41:59 +0000 (0:00:00.033) 0:01:06.805 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Assert that mssql_datadir has proper permissions and ownership] ********** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/tasks/verify_settings.yml:60 Saturday 23 March 2024 01:41:59 +0000 (0:00:00.021) 0:01:06.826 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get stat of mssql_logdir] ************************************************ task path: /WORKDIR/git-weekly-ciglas_w6z/tests/tasks/verify_settings.yml:70 Saturday 23 March 2024 01:41:59 +0000 (0:00:00.029) 0:01:06.856 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Assert that mssql_logdir has proper permissions and ownership] *********** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/tasks/verify_settings.yml:75 Saturday 23 March 2024 01:41:59 +0000 (0:00:00.036) 0:01:06.892 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Prepare MSSQL and facts for logging in] ********************************** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/tasks/verify_settings.yml:85 Saturday 23 March 2024 01:41:59 +0000 (0:00:00.054) 0:01:06.946 ******** TASK [linux-system-roles.mssql : Ensure that the mssql-server service is started] *** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/verify_password.yml:3 Saturday 23 March 2024 01:41:59 +0000 (0:00:00.072) 0:01:07.018 ******** ok: [sut] => { "changed": false, "name": "mssql-server", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2024-03-23 01:41:58 UTC", "ActiveEnterTimestampMonotonic": "2113165764", "ActiveExitTimestamp": "Sat 2024-03-23 01:41:55 UTC", "ActiveExitTimestampMonotonic": "2110817079", "ActiveState": "active", "After": "basic.target systemd-journald.socket auditd.service -.mount system.slice network.target", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-03-23 01:41:58 UTC", "AssertTimestampMonotonic": "2113165114", "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": "Sat 2024-03-23 01:41:58 UTC", "ConditionTimestampMonotonic": "2113165113", "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": "26659", "ExecMainStartTimestamp": "Sat 2024-03-23 01:41:58 UTC", "ExecMainStartTimestampMonotonic": "2113165698", "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": "Sat 2024-03-23 01:41:58 UTC", "InactiveEnterTimestampMonotonic": "2113164171", "InactiveExitTimestamp": "Sat 2024-03-23 01:41:58 UTC", "InactiveExitTimestampMonotonic": "2113165764", "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": "26659", "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": "0", "StartLimitInterval": "0", "StartupBlockIOWeight": "18446744073709551615", "StartupCPUShares": "18446744073709551615", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "no", "TasksCurrent": "18446744073709551615", "TasksMax": "18446744073709551615", "TimeoutStartUSec": "30min", "TimeoutStopUSec": "30min", "TimerSlackNSec": "50000", "Transient": "no", "Type": "simple", "UMask": "0007", "UnitFilePreset": "disabled", "UnitFileState": "enabled", "User": "mssql", "WantedBy": "multi-user.target", "WatchdogTimestamp": "Sat 2024-03-23 01:41:58 UTC", "WatchdogTimestampMonotonic": "2113165740", "WatchdogUSec": "0", "WorkingDirectory": "/var/opt/mssql" } } TASK [linux-system-roles.mssql : Check if a custom tcpport setting exist] ****** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/verify_password.yml:8 Saturday 23 March 2024 01:41:59 +0000 (0:00:00.279) 0:01:07.298 ******** ok: [sut] => { "changed": false, "cmd": [ "grep", "^tcpport = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003798", "end": "2024-03-23 01:41:59.918525", "failed_when_result": false, "rc": 1, "start": "2024-03-23 01:41:59.914727" } MSG: non-zero return code TASK [linux-system-roles.mssql : Check if a custom ipaddress setting exist] **** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/verify_password.yml:14 Saturday 23 March 2024 01:41:59 +0000 (0:00:00.158) 0:01:07.457 ******** ok: [sut] => { "changed": false, "cmd": [ "grep", "^ipaddress = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.004508", "end": "2024-03-23 01:42:00.101488", "failed_when_result": false, "rc": 1, "start": "2024-03-23 01:42:00.096980" } MSG: non-zero return code TASK [linux-system-roles.mssql : Set a fact with a login command] ************** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/verify_password.yml:20 Saturday 23 March 2024 01:42:00 +0000 (0:00:00.172) 0:01:07.629 ******** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [Wait for mssql-server to prepare for client connections] ***************** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/tasks/verify_settings.yml:93 Saturday 23 March 2024 01:42:00 +0000 (0:00:00.032) 0:01:07.661 ******** 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": 5883, "state": "file", "uid": 996 } TASK [Check if the set password matches the existing password] ***************** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/tasks/verify_settings.yml:99 Saturday 23 March 2024 01:42:01 +0000 (0:00:01.268) 0:01:08.930 ******** ok: [sut] => { "attempts": 1, "changed": false, "cmd": [ "/opt/mssql-tools/bin/sqlcmd", "-U", "sa", "-P", "p@55w0rD", "-Q", "SELECT @@VERSION" ], "delta": "0:00:00.052166", "end": "2024-03-23 01:42:01.619301", "rc": 0, "start": "2024-03-23 01:42:01.567135" } 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-weekly-ciglas_w6z/tests/tasks/verify_settings.yml:118 Saturday 23 March 2024 01:42:01 +0000 (0:00:00.218) 0:01:09.148 ******** ok: [sut] => { "ansible_facts": { "mssql_password": null }, "changed": false } TASK [Verify the package mssql-server-fts] ************************************* task path: /WORKDIR/git-weekly-ciglas_w6z/tests/tasks/verify_settings.yml:122 Saturday 23 March 2024 01:42:01 +0000 (0:00:00.024) 0:01:09.173 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the package powershell] ******************************************* task path: /WORKDIR/git-weekly-ciglas_w6z/tests/tasks/verify_settings.yml:129 Saturday 23 March 2024 01:42:01 +0000 (0:00:00.023) 0:01:09.197 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the value of the traceflag setting] ********************************** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/tasks/verify_settings.yml:140 Saturday 23 March 2024 01:42:01 +0000 (0:00:00.021) 0:01:09.219 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that the traceflag setting is set to 3979] ************************ task path: /WORKDIR/git-weekly-ciglas_w6z/tests/tasks/verify_settings.yml:145 Saturday 23 March 2024 01:42:01 +0000 (0:00:00.023) 0:01:09.242 ******** 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-weekly-ciglas_w6z/tests/tasks/verify_settings.yml:150 Saturday 23 March 2024 01:42:01 +0000 (0:00:00.021) 0:01:09.264 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that the alternatewritethrough setting is false] ****************** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/tasks/verify_settings.yml:156 Saturday 23 March 2024 01:42:01 +0000 (0:00:00.021) 0:01:09.286 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the writethrough setting] ***************************************** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/tasks/verify_settings.yml:162 Saturday 23 March 2024 01:42:01 +0000 (0:00:00.060) 0:01:09.347 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the tlscert setting] ********************************************** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/tasks/verify_settings.yml:172 Saturday 23 March 2024 01:42:01 +0000 (0:00:00.024) 0:01:09.371 ******** included: /WORKDIR/git-weekly-ciglas_w6z/tests/tasks/mssql_conf_verify.yml for sut TASK [Get the value of the setting tlscert] ************************************ task path: /WORKDIR/git-weekly-ciglas_w6z/tests/tasks/mssql_conf_verify.yml:7 Saturday 23 March 2024 01:42:01 +0000 (0:00:00.042) 0:01:09.414 ******** ok: [sut] => { "changed": false, "cmd": "grep '^tlscert' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004061", "end": "2024-03-23 01:42:02.030908", "rc": 0, "start": "2024-03-23 01:42:02.026847" } STDOUT: tlscert = /etc/pki/tls/certs/ansible.AZud7V TASK [Verify the setting when it is type str tlscert] ************************** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/tasks/mssql_conf_verify.yml:14 Saturday 23 March 2024 01:42:02 +0000 (0:00:00.167) 0:01:09.582 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the setting when it is type bool tlscert] ************************* task path: /WORKDIR/git-weekly-ciglas_w6z/tests/tasks/mssql_conf_verify.yml:25 Saturday 23 March 2024 01:42:02 +0000 (0:00:00.051) 0:01:09.633 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that tcpport = /etc/pki/tls/certs/ansible.AZud7V] ***************** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/tasks/mssql_conf_verify.yml:40 Saturday 23 March 2024 01:42:02 +0000 (0:00:00.029) 0:01:09.663 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the tlskey setting] *********************************************** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/tasks/verify_settings.yml:183 Saturday 23 March 2024 01:42:02 +0000 (0:00:00.043) 0:01:09.707 ******** included: /WORKDIR/git-weekly-ciglas_w6z/tests/tasks/mssql_conf_verify.yml for sut TASK [Get the value of the setting tlskey] ************************************* task path: /WORKDIR/git-weekly-ciglas_w6z/tests/tasks/mssql_conf_verify.yml:7 Saturday 23 March 2024 01:42:02 +0000 (0:00:00.041) 0:01:09.748 ******** ok: [sut] => { "changed": false, "cmd": "grep '^tlskey' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004280", "end": "2024-03-23 01:42:02.363055", "rc": 0, "start": "2024-03-23 01:42:02.358775" } STDOUT: tlskey = /etc/pki/tls/private/ansible.UO9mp0 TASK [Verify the setting when it is type str tlskey] *************************** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/tasks/mssql_conf_verify.yml:14 Saturday 23 March 2024 01:42:02 +0000 (0:00:00.154) 0:01:09.903 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the setting when it is type bool tlskey] ************************** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/tasks/mssql_conf_verify.yml:25 Saturday 23 March 2024 01:42:02 +0000 (0:00:00.034) 0:01:09.938 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that tcpport = /etc/pki/tls/private/ansible.UO9mp0] *************** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/tasks/mssql_conf_verify.yml:40 Saturday 23 March 2024 01:42:02 +0000 (0:00:00.044) 0:01:09.982 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the tlsprotocols setting] ***************************************** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/tasks/verify_settings.yml:195 Saturday 23 March 2024 01:42:02 +0000 (0:00:00.033) 0:01:10.015 ******** included: /WORKDIR/git-weekly-ciglas_w6z/tests/tasks/mssql_conf_verify.yml for sut TASK [Get the value of the setting tlsprotocols] ******************************* task path: /WORKDIR/git-weekly-ciglas_w6z/tests/tasks/mssql_conf_verify.yml:7 Saturday 23 March 2024 01:42:02 +0000 (0:00:00.046) 0:01:10.062 ******** ok: [sut] => { "changed": false, "cmd": "grep '^tlsprotocols' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004387", "end": "2024-03-23 01:42:02.679801", "rc": 0, "start": "2024-03-23 01:42:02.675414" } STDOUT: tlsprotocols = 1.2 TASK [Verify the setting when it is type str tlsprotocols] ********************* task path: /WORKDIR/git-weekly-ciglas_w6z/tests/tasks/mssql_conf_verify.yml:14 Saturday 23 March 2024 01:42:02 +0000 (0:00:00.154) 0:01:10.216 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the setting when it is type bool tlsprotocols] ******************** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/tasks/mssql_conf_verify.yml:25 Saturday 23 March 2024 01:42:02 +0000 (0:00:00.039) 0:01:10.256 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that tcpport = 1.2] *********************************************** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/tasks/mssql_conf_verify.yml:40 Saturday 23 March 2024 01:42:02 +0000 (0:00:00.114) 0:01:10.370 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the forceencryption setting] ************************************** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/tasks/verify_settings.yml:203 Saturday 23 March 2024 01:42:02 +0000 (0:00:00.043) 0:01:10.414 ******** included: /WORKDIR/git-weekly-ciglas_w6z/tests/tasks/mssql_conf_verify.yml for sut TASK [Get the value of the setting forceencryption] **************************** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/tasks/mssql_conf_verify.yml:7 Saturday 23 March 2024 01:42:02 +0000 (0:00:00.083) 0:01:10.497 ******** ok: [sut] => { "changed": false, "cmd": "grep '^forceencryption' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004459", "end": "2024-03-23 01:42:03.141171", "rc": 0, "start": "2024-03-23 01:42:03.136712" } STDOUT: forceencryption = 1 TASK [Verify the setting when it is type str forceencryption] ****************** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/tasks/mssql_conf_verify.yml:14 Saturday 23 March 2024 01:42:03 +0000 (0:00:00.184) 0:01:10.682 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the setting when it is type bool forceencryption] ***************** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/tasks/mssql_conf_verify.yml:25 Saturday 23 March 2024 01:42:03 +0000 (0:00:00.025) 0:01:10.707 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify that tcpport = True] ********************************************** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/tasks/mssql_conf_verify.yml:40 Saturday 23 March 2024 01:42:03 +0000 (0:00:00.033) 0:01:10.740 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify configuration for confined application] *************************** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/tasks/verify_settings.yml:210 Saturday 23 March 2024 01:42:03 +0000 (0:00:00.023) 0:01:10.763 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Disable TLS encryption] ************************************************** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/tasks/tests_tls.yml:85 Saturday 23 March 2024 01:42:03 +0000 (0:00:00.022) 0:01:10.785 ******** TASK [linux-system-roles.mssql : Ensure ansible_facts and variables used by role] *** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:3 Saturday 23 March 2024 01:42:03 +0000 (0:00:00.109) 0:01:10.895 ******** included: /WORKDIR/git-weekly-ciglas_w6z/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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/set_vars.yml:3 Saturday 23 March 2024 01:42:03 +0000 (0:00:00.033) 0:01:10.928 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Set platform/version specific variables] ****** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/set_vars.yml:9 Saturday 23 March 2024 01:42:03 +0000 (0:00:00.027) 0:01:10.956 ******** ok: [sut] => (item=RedHat.yml) => { "ansible_facts": { "__mssql_client_repository": "https://packages.microsoft.com/rhel/9/prod/", "__mssql_confined_supported": true, "__mssql_server_repository": "https://packages.microsoft.com/rhel/9/mssql-server-{{ mssql_version | int }}/", "__mssql_supported_versions": [ 2022 ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-ciglas_w6z/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-weekly-ciglas_w6z/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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:8 Saturday 23 March 2024 01:42:03 +0000 (0:00:00.088) 0:01:11.044 ******** 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:15 Saturday 23 March 2024 01:42:03 +0000 (0:00:00.022) 0:01:11.067 ******** skipping: [sut] => {} TASK [linux-system-roles.mssql : Link the deprecated mssql_input_sql_file fact] *** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:23 Saturday 23 March 2024 01:42:03 +0000 (0:00:00.023) 0:01:11.090 ******** 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:30 Saturday 23 March 2024 01:42:03 +0000 (0:00:00.023) 0:01:11.114 ******** skipping: [sut] => {} TASK [linux-system-roles.mssql : Link the deprecated mssql_ha_listener_port fact] *** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:37 Saturday 23 March 2024 01:42:03 +0000 (0:00:00.024) 0:01:11.139 ******** 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:44 Saturday 23 March 2024 01:42:03 +0000 (0:00:00.027) 0:01:11.166 ******** skipping: [sut] => {} TASK [linux-system-roles.mssql : Link the deprecated mssql_ad_sql_user_name fact] *** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:51 Saturday 23 March 2024 01:42:03 +0000 (0:00:00.024) 0:01:11.190 ******** 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:58 Saturday 23 March 2024 01:42:03 +0000 (0:00:00.042) 0:01:11.232 ******** skipping: [sut] => {} TASK [linux-system-roles.mssql : Link the deprecated mssql_ha_cluster_run_role fact] *** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:65 Saturday 23 March 2024 01:42:03 +0000 (0:00:00.039) 0:01:11.272 ******** 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:69 Saturday 23 March 2024 01:42:03 +0000 (0:00:00.041) 0:01:11.313 ******** 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:81 Saturday 23 March 2024 01:42:03 +0000 (0:00:00.036) 0:01:11.350 ******** 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:89 Saturday 23 March 2024 01:42:03 +0000 (0:00:00.022) 0:01:11.372 ******** 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:98 Saturday 23 March 2024 01:42:03 +0000 (0:00:00.025) 0:01:11.398 ******** 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:111 Saturday 23 March 2024 01:42:03 +0000 (0:00:00.023) 0:01:11.422 ******** 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:122 Saturday 23 March 2024 01:42:03 +0000 (0:00:00.033) 0:01:11.456 ******** 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:131 Saturday 23 March 2024 01:42:03 +0000 (0:00:00.026) 0:01:11.482 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Gather package facts] ************************* task path: /WORKDIR/git-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:142 Saturday 23 March 2024 01:42:04 +0000 (0:00:00.022) 0:01:11.504 ******** 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:146 Saturday 23 March 2024 01:42:04 +0000 (0:00:00.971) 0:01:12.476 ******** 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:155 Saturday 23 March 2024 01:42:05 +0000 (0:00:00.065) 0:01:12.542 ******** 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:162 Saturday 23 March 2024 01:42:05 +0000 (0:00:00.022) 0:01:12.564 ******** 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:169 Saturday 23 March 2024 01:42:05 +0000 (0:00:00.024) 0:01:12.589 ******** 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:184 Saturday 23 March 2024 01:42:05 +0000 (0:00:00.047) 0:01:12.636 ******** ok: [sut] => { "attempts": 1, "changed": false } TASK [linux-system-roles.mssql : Update all packages from SQL Server repo version 2017] *** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:197 Saturday 23 March 2024 01:42:05 +0000 (0:00:00.362) 0:01:12.999 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Get yum repositories] ************************* task path: /WORKDIR/git-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:207 Saturday 23 March 2024 01:42:05 +0000 (0:00:00.024) 0:01:13.023 ******** 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:218 Saturday 23 March 2024 01:42:05 +0000 (0:00:00.026) 0:01:13.050 ******** 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:226 Saturday 23 March 2024 01:42:05 +0000 (0:00:00.024) 0:01:13.074 ******** 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:236 Saturday 23 March 2024 01:42:05 +0000 (0:00:00.028) 0:01:13.102 ******** 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:241 Saturday 23 March 2024 01:42:05 +0000 (0:00:00.378) 0:01:13.481 ******** ok: [sut] => { "changed": false, "rc": 0, "results": [ "mssql-server-14.0.3465.1-1.x86_64 providing mssql-server is already installed" ] } lsrpackages: mssql-server TASK [linux-system-roles.mssql : Ensure that the openldap-compat package is installed] *** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:249 Saturday 23 March 2024 01:42:06 +0000 (0:00:00.339) 0:01:13.821 ******** 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:257 Saturday 23 March 2024 01:42:06 +0000 (0:00:00.023) 0:01:13.845 ******** 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.005203", "end": "2024-03-23 01:42:06.461386", "rc": 0, "start": "2024-03-23 01:42:06.456183" } STDOUT: /var/opt/mssql/log/errorlog TASK [linux-system-roles.mssql : Gather system services facts] ***************** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:272 Saturday 23 March 2024 01:42:06 +0000 (0:00:00.141) 0:01:13.986 ******** 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:276 Saturday 23 March 2024 01:42:07 +0000 (0:00:00.715) 0:01:14.702 ******** 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:285 Saturday 23 March 2024 01:42:07 +0000 (0:00:00.040) 0:01:14.743 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Set up MSSQL] ********************************* task path: /WORKDIR/git-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:301 Saturday 23 March 2024 01:42:07 +0000 (0:00:00.023) 0:01:14.766 ******** 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:326 Saturday 23 March 2024 01:42:07 +0000 (0:00:00.023) 0:01:14.790 ******** 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:341 Saturday 23 March 2024 01:42:07 +0000 (0:00:00.029) 0:01:14.820 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure correct SELinux context for storage paths and ports] ************** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:355 Saturday 23 March 2024 01:42:07 +0000 (0:00:00.023) 0:01:14.843 ******** 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:366 Saturday 23 March 2024 01:42:07 +0000 (0:00:00.036) 0:01:14.879 ******** ok: [sut] => { "changed": false, "rc": 0, "results": [ "tuned-profiles-mssql-2.11.0-12.el7_9.noarch providing tuned-profiles-mssql is already installed" ] } lsrpackages: tuned-profiles-mssql TASK [linux-system-roles.mssql : Ensure that the tuned service is started and enabled] *** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:371 Saturday 23 March 2024 01:42:07 +0000 (0:00:00.344) 0:01:15.224 ******** ok: [sut] => { "changed": false, "enabled": true, "name": "tuned", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2024-03-23 01:06:57 UTC", "ActiveEnterTimestampMonotonic": "12797740", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "basic.target systemd-journald.socket dbus.service systemd-sysctl.service system.slice network.target", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-03-23 01:06:56 UTC", "AssertTimestampMonotonic": "11934221", "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": "Sat 2024-03-23 01:06:56 UTC", "ConditionTimestampMonotonic": "11934220", "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": "879", "ExecMainStartTimestamp": "Sat 2024-03-23 01:06:56 UTC", "ExecMainStartTimestampMonotonic": "11935249", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/sbin/tuned ; argv[]=/usr/sbin/tuned -l -P ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/tuned.service", "GuessMainPID": "yes", "IOScheduling": "0", "Id": "tuned.service", "IgnoreOnIsolate": "no", "IgnoreOnSnapshot": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestamp": "Sat 2024-03-23 01:06:56 UTC", "InactiveExitTimestampMonotonic": "11935301", "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": "879", "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": "Sat 2024-03-23 01:06:57 UTC", "WatchdogTimestampMonotonic": "12797521", "WatchdogUSec": "0" } } TASK [linux-system-roles.mssql : Get the active Tuned profiles] **************** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:377 Saturday 23 March 2024 01:42:08 +0000 (0:00:00.274) 0:01:15.499 ******** ok: [sut] => { "changed": false, "cmd": [ "tuned-adm", "active" ], "delta": "0:00:00.093098", "end": "2024-03-23 01:42:08.216438", "rc": 0, "start": "2024-03-23 01:42:08.123340" } 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:387 Saturday 23 March 2024 01:42:08 +0000 (0:00:00.242) 0:01:15.741 ******** 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:400 Saturday 23 March 2024 01:42:08 +0000 (0:00:00.023) 0:01:15.765 ******** 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:409 Saturday 23 March 2024 01:42:08 +0000 (0:00:00.026) 0:01:15.792 ******** 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:419 Saturday 23 March 2024 01:42:08 +0000 (0:00:00.026) 0:01:15.819 ******** ok: [sut] => { "changed": false, "repo": "packages-microsoft-com-prod", "state": "present" } TASK [linux-system-roles.mssql : Ensure that SQL Server client tools are installed] *** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:426 Saturday 23 March 2024 01:42:08 +0000 (0:00:00.161) 0:01:15.981 ******** 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" ] } lsrpackages: mssql-tools unixODBC-devel TASK [linux-system-roles.mssql : Prepare MSSQL and facts for logging in] ******* task path: /WORKDIR/git-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:438 Saturday 23 March 2024 01:42:08 +0000 (0:00:00.345) 0:01:16.326 ******** 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:442 Saturday 23 March 2024 01:42:08 +0000 (0:00:00.050) 0:01:16.377 ******** 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:448 Saturday 23 March 2024 01:42:08 +0000 (0:00:00.029) 0:01:16.407 ******** 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:463 Saturday 23 March 2024 01:42:08 +0000 (0:00:00.065) 0:01:16.472 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Gather package facts] ************************* task path: /WORKDIR/git-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:470 Saturday 23 March 2024 01:42:09 +0000 (0:00:00.028) 0:01:16.501 ******** 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:478 Saturday 23 March 2024 01:42:09 +0000 (0:00:00.042) 0:01:16.543 ******** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.mssql : Pre-input SQL script files to SQL Server] ***** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:500 Saturday 23 March 2024 01:42:09 +0000 (0:00:00.055) 0:01:16.599 ******** 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:511 Saturday 23 March 2024 01:42:09 +0000 (0:00:00.044) 0:01:16.644 ******** 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:526 Saturday 23 March 2024 01:42:09 +0000 (0:00:00.045) 0:01:16.689 ******** 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.004964", "end": "2024-03-23 01:42:09.308667", "rc": 0, "start": "2024-03-23 01:42:09.303703" } STDOUT: true TASK [linux-system-roles.mssql : Ensure that the mssql-server service is stopped] *** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:539 Saturday 23 March 2024 01:42:09 +0000 (0:00:00.154) 0:01:16.844 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Gather package facts] ************************* task path: /WORKDIR/git-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:546 Saturday 23 March 2024 01:42:09 +0000 (0:00:00.041) 0:01:16.885 ******** 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:552 Saturday 23 March 2024 01:42:10 +0000 (0:00:01.029) 0:01:17.914 ******** 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:572 Saturday 23 March 2024 01:42:10 +0000 (0:00:00.029) 0:01:17.944 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Register the previous tcpport setting] ******** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:579 Saturday 23 March 2024 01:42:10 +0000 (0:00:00.025) 0:01:17.970 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Open the TCP port 1433] ************************************************** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:586 Saturday 23 March 2024 01:42:10 +0000 (0:00:00.035) 0:01:18.006 ******** 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:598 Saturday 23 March 2024 01:42:10 +0000 (0:00:00.046) 0:01:18.052 ******** included: /WORKDIR/git-weekly-ciglas_w6z/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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Saturday 23 March 2024 01:42:10 +0000 (0:00:00.044) 0:01:18.097 ******** ok: [sut] => { "changed": false, "cmd": [ "grep", "^tcpport = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003243", "end": "2024-03-23 01:42:10.736629", "failed_when_result": false, "rc": 1, "start": "2024-03-23 01:42:10.733386" } MSG: non-zero return code TASK [linux-system-roles.mssql : Configure the setting network tcpport] ******** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 Saturday 23 March 2024 01:42:10 +0000 (0:00:00.168) 0:01:18.265 ******** ok: [sut] => { "changed": false, "cmd": [ "/opt/mssql/bin/mssql-conf", "set", "network.tcpport", "1433" ], "delta": "0:00:00.049644", "end": "2024-03-23 01:42:10.936359", "failed_when_result": false, "rc": 0, "start": "2024-03-23 01:42:10.886715" } 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:42 Saturday 23 March 2024 01:42:10 +0000 (0:00:00.215) 0:01:18.481 ******** 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:604 Saturday 23 March 2024 01:42:11 +0000 (0:00:00.038) 0:01:18.519 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the sqlagent setting] *************** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:624 Saturday 23 March 2024 01:42:11 +0000 (0:00:00.041) 0:01:18.560 ******** 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:631 Saturday 23 March 2024 01:42:11 +0000 (0:00:00.028) 0:01:18.589 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Ensure the package powershell] **************** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:638 Saturday 23 March 2024 01:42:11 +0000 (0:00:00.030) 0:01:18.619 ******** 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:647 Saturday 23 March 2024 01:42:11 +0000 (0:00:00.071) 0:01:18.691 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Set the 3979 traceflag] *********************** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:653 Saturday 23 March 2024 01:42:11 +0000 (0:00:00.022) 0:01:18.713 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Unset the 3979 traceflag] ********************* task path: /WORKDIR/git-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:660 Saturday 23 March 2024 01:42:11 +0000 (0:00:00.022) 0:01:18.736 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the alternatewritethrough setting] *** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:668 Saturday 23 March 2024 01:42:11 +0000 (0:00:00.032) 0:01:18.768 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the writethrough setting] *********** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:674 Saturday 23 March 2024 01:42:11 +0000 (0:00:00.031) 0:01:18.800 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create certificates using the certificate role] ************************** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:692 Saturday 23 March 2024 01:42:11 +0000 (0:00:00.040) 0:01:18.840 ******** 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:706 Saturday 23 March 2024 01:42:11 +0000 (0:00:00.031) 0:01:18.872 ******** 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:711 Saturday 23 March 2024 01:42:11 +0000 (0:00:00.052) 0:01:18.925 ******** skipping: [sut] => (item=/tmp/ansible.AZud7V) => { "ansible_loop_var": "item", "changed": false, "item": "/tmp/ansible.AZud7V", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=ansible.UO9mp0) => { "ansible_loop_var": "item", "changed": false, "item": "ansible.UO9mp0", "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the tlscert setting] **************** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:729 Saturday 23 March 2024 01:42:11 +0000 (0:00:00.040) 0:01:18.965 ******** included: /WORKDIR/git-weekly-ciglas_w6z/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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Saturday 23 March 2024 01:42:11 +0000 (0:00:00.052) 0:01:19.017 ******** ok: [sut] => { "changed": false, "cmd": [ "grep", "^tlscert = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003062", "end": "2024-03-23 01:42:11.650936", "failed_when_result": false, "rc": 0, "start": "2024-03-23 01:42:11.647874" } STDOUT: tlscert = /etc/pki/tls/certs/ansible.AZud7V TASK [linux-system-roles.mssql : Configure the setting network tlscert] ******** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 Saturday 23 March 2024 01:42:11 +0000 (0:00:00.161) 0:01:19.179 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Unset the setting network tlscert] ************ task path: /WORKDIR/git-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:42 Saturday 23 March 2024 01:42:11 +0000 (0:00:00.030) 0:01:19.210 ******** 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.048783", "end": "2024-03-23 01:42:11.873755", "failed_when_result": false, "rc": 0, "start": "2024-03-23 01:42:11.824972" } 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:738 Saturday 23 March 2024 01:42:11 +0000 (0:00:00.195) 0:01:19.405 ******** included: /WORKDIR/git-weekly-ciglas_w6z/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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Saturday 23 March 2024 01:42:11 +0000 (0:00:00.058) 0:01:19.463 ******** ok: [sut] => { "changed": false, "cmd": [ "grep", "^tlskey = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003230", "end": "2024-03-23 01:42:12.109780", "failed_when_result": false, "rc": 0, "start": "2024-03-23 01:42:12.106550" } STDOUT: tlskey = /etc/pki/tls/private/ansible.UO9mp0 TASK [linux-system-roles.mssql : Configure the setting network tlskey] ********* task path: /WORKDIR/git-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 Saturday 23 March 2024 01:42:12 +0000 (0:00:00.197) 0:01:19.661 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Unset the setting network tlskey] ************* task path: /WORKDIR/git-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:42 Saturday 23 March 2024 01:42:12 +0000 (0:00:00.107) 0:01:19.768 ******** changed: [sut] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "unset", "network.tlskey" ], "delta": "0:00:00.049232", "end": "2024-03-23 01:42:12.451806", "failed_when_result": false, "rc": 0, "start": "2024-03-23 01:42:12.402574" } 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:747 Saturday 23 March 2024 01:42:12 +0000 (0:00:00.229) 0:01:19.998 ******** included: /WORKDIR/git-weekly-ciglas_w6z/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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Saturday 23 March 2024 01:42:12 +0000 (0:00:00.073) 0:01:20.071 ******** ok: [sut] => { "changed": false, "cmd": [ "grep", "^tlsprotocols = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003202", "end": "2024-03-23 01:42:12.687900", "failed_when_result": false, "rc": 0, "start": "2024-03-23 01:42:12.684698" } STDOUT: tlsprotocols = 1.2 TASK [linux-system-roles.mssql : Configure the setting network tlsprotocols] *** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 Saturday 23 March 2024 01:42:12 +0000 (0:00:00.143) 0:01:20.214 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Unset the setting network tlsprotocols] ******* task path: /WORKDIR/git-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:42 Saturday 23 March 2024 01:42:12 +0000 (0:00:00.028) 0:01:20.243 ******** changed: [sut] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "unset", "network.tlsprotocols" ], "delta": "0:00:00.049053", "end": "2024-03-23 01:42:12.908593", "failed_when_result": false, "rc": 0, "start": "2024-03-23 01:42:12.859540" } 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:754 Saturday 23 March 2024 01:42:12 +0000 (0:00:00.191) 0:01:20.435 ******** included: /WORKDIR/git-weekly-ciglas_w6z/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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Saturday 23 March 2024 01:42:12 +0000 (0:00:00.052) 0:01:20.487 ******** ok: [sut] => { "changed": false, "cmd": [ "grep", "^forceencryption = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003250", "end": "2024-03-23 01:42:13.101281", "failed_when_result": false, "rc": 0, "start": "2024-03-23 01:42:13.098031" } STDOUT: forceencryption = 1 TASK [linux-system-roles.mssql : Configure the setting network forceencryption] *** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 Saturday 23 March 2024 01:42:13 +0000 (0:00:00.139) 0:01:20.626 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Unset the setting network forceencryption] **** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:42 Saturday 23 March 2024 01:42:13 +0000 (0:00:00.027) 0:01:20.654 ******** changed: [sut] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "unset", "network.forceencryption" ], "delta": "0:00:00.049350", "end": "2024-03-23 01:42:13.314989", "failed_when_result": false, "rc": 0, "start": "2024-03-23 01:42:13.265639" } 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:763 Saturday 23 March 2024 01:42:13 +0000 (0:00:00.192) 0:01:20.846 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Join to realm {{ ad_integration_realm }}] ******************************** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:771 Saturday 23 March 2024 01:42:13 +0000 (0:00:00.025) 0:01:20.871 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Ensure adutil and krb5-workstation] *********** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:779 Saturday 23 March 2024 01:42:13 +0000 (0:00:00.024) 0:01:20.896 ******** 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:786 Saturday 23 March 2024 01:42:13 +0000 (0:00:00.030) 0:01:20.926 ******** 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:793 Saturday 23 March 2024 01:42:13 +0000 (0:00:00.028) 0:01:20.954 ******** 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:802 Saturday 23 March 2024 01:42:13 +0000 (0:00:00.095) 0:01:21.050 ******** 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:815 Saturday 23 March 2024 01:42:13 +0000 (0:00:00.029) 0:01:21.079 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : In AD server create user] ********************* task path: /WORKDIR/git-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:824 Saturday 23 March 2024 01:42:13 +0000 (0:00:00.025) 0:01:21.105 ******** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.mssql : Get SPNs for the principal] ******************* task path: /WORKDIR/git-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:836 Saturday 23 March 2024 01:42:13 +0000 (0:00:00.045) 0:01:21.151 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Register SPNs to the principal] *************** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:841 Saturday 23 March 2024 01:42:13 +0000 (0:00:00.030) 0:01:21.182 ******** 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:858 Saturday 23 March 2024 01:42:13 +0000 (0:00:00.029) 0:01:21.211 ******** 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:863 Saturday 23 March 2024 01:42:13 +0000 (0:00:00.034) 0:01:21.246 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Get keytab properties] ************************ task path: /WORKDIR/git-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:868 Saturday 23 March 2024 01:42:13 +0000 (0:00:00.025) 0:01:21.271 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Create keytab] ******************************** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:874 Saturday 23 March 2024 01:42:13 +0000 (0:00:00.025) 0:01:21.296 ******** 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:900 Saturday 23 March 2024 01:42:13 +0000 (0:00:00.026) 0:01:21.323 ******** 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:921 Saturday 23 March 2024 01:42:13 +0000 (0:00:00.024) 0:01:21.347 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Fetch keytab file to host] ******************** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:929 Saturday 23 March 2024 01:42:13 +0000 (0:00:00.024) 0:01:21.371 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the network.kerberoskeytabfile setting] *** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:939 Saturday 23 March 2024 01:42:13 +0000 (0:00:00.034) 0:01:21.406 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the network.kerberoskeytabfile setting] *** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:945 Saturday 23 March 2024 01:42:13 +0000 (0:00:00.035) 0:01:21.441 ******** 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:963 Saturday 23 March 2024 01:42:13 +0000 (0:00:00.053) 0:01:21.495 ******** 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:978 Saturday 23 March 2024 01:42:14 +0000 (0:00:00.040) 0:01:21.536 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Set host variables] *************************** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:998 Saturday 23 March 2024 01:42:14 +0000 (0:00:00.045) 0:01:21.581 ******** 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1051 Saturday 23 March 2024 01:42:14 +0000 (0:00:00.051) 0:01:21.632 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Enable the hadrenabled setting] *************** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1058 Saturday 23 March 2024 01:42:14 +0000 (0:00:00.100) 0:01:21.732 ******** 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1065 Saturday 23 March 2024 01:42:14 +0000 (0:00:00.034) 0:01:21.767 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Remove certificate from SQL Server] *********** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1076 Saturday 23 March 2024 01:42:14 +0000 (0:00:00.033) 0:01:21.801 ******** 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1082 Saturday 23 March 2024 01:42:14 +0000 (0:00:00.043) 0:01:21.844 ******** 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1090 Saturday 23 March 2024 01:42:14 +0000 (0:00:00.068) 0:01:21.912 ******** 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1099 Saturday 23 March 2024 01:42:14 +0000 (0:00:00.028) 0:01:21.940 ******** 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1107 Saturday 23 March 2024 01:42:14 +0000 (0:00:00.027) 0:01:21.968 ******** 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1121 Saturday 23 March 2024 01:42:14 +0000 (0:00:00.037) 0:01:22.005 ******** 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1128 Saturday 23 March 2024 01:42:14 +0000 (0:00:00.025) 0:01:22.031 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure ag] ********************************* task path: /WORKDIR/git-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1153 Saturday 23 March 2024 01:42:14 +0000 (0:00:00.032) 0:01:22.063 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Grant permissions to HA login] **************** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1162 Saturday 23 March 2024 01:42:14 +0000 (0:00:00.029) 0:01:22.093 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Replicate DBs] ******************************** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1172 Saturday 23 March 2024 01:42:14 +0000 (0:00:00.031) 0:01:22.125 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Grant permissions to HA login] **************** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1183 Saturday 23 March 2024 01:42:14 +0000 (0:00:00.029) 0:01:22.154 ******** 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1196 Saturday 23 March 2024 01:42:14 +0000 (0:00:00.024) 0:01:22.179 ******** 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1209 Saturday 23 March 2024 01:42:14 +0000 (0:00:00.058) 0:01:22.237 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Enable the hadrenabled setting] *************** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1216 Saturday 23 March 2024 01:42:14 +0000 (0:00:00.031) 0:01:22.268 ******** 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1223 Saturday 23 March 2024 01:42:14 +0000 (0:00:00.047) 0:01:22.315 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Remove certificate from SQL Server] *********** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1232 Saturday 23 March 2024 01:42:14 +0000 (0:00:00.047) 0:01:22.362 ******** 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1239 Saturday 23 March 2024 01:42:14 +0000 (0:00:00.047) 0:01:22.410 ******** 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1251 Saturday 23 March 2024 01:42:15 +0000 (0:00:00.112) 0:01:22.523 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Create HA login] ****************************** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1260 Saturday 23 March 2024 01:42:15 +0000 (0:00:00.029) 0:01:22.552 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Join to availability group] ******************* task path: /WORKDIR/git-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1267 Saturday 23 March 2024 01:42:15 +0000 (0:00:00.026) 0:01:22.579 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Grant permissions to HA login] **************** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1273 Saturday 23 March 2024 01:42:15 +0000 (0:00:00.024) 0:01:22.603 ******** 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1281 Saturday 23 March 2024 01:42:15 +0000 (0:00:00.028) 0:01:22.632 ******** 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1294 Saturday 23 March 2024 01:42:15 +0000 (0:00:00.028) 0:01:22.660 ******** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [Run ha_cluster to configure pacemaker] *********************************** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1306 Saturday 23 March 2024 01:42:15 +0000 (0:00:00.026) 0:01:22.687 ******** 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1311 Saturday 23 March 2024 01:42:15 +0000 (0:00:00.028) 0:01:22.715 ******** 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1317 Saturday 23 March 2024 01:42:15 +0000 (0:00:00.023) 0:01:22.738 ******** 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1326 Saturday 23 March 2024 01:42:15 +0000 (0:00:00.027) 0:01:22.766 ******** changed: [sut] => { "changed": true } MSG: Block inserted RUNNING HANDLER [linux-system-roles.mssql : Restart the mssql-server service] *** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/handlers/main.yml:3 Saturday 23 March 2024 01:42:15 +0000 (0:00:00.158) 0:01:22.924 ******** changed: [sut] => { "changed": true, "name": "mssql-server", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2024-03-23 01:41:58 UTC", "ActiveEnterTimestampMonotonic": "2113165764", "ActiveExitTimestamp": "Sat 2024-03-23 01:41:55 UTC", "ActiveExitTimestampMonotonic": "2110817079", "ActiveState": "active", "After": "basic.target systemd-journald.socket auditd.service -.mount system.slice network.target", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-03-23 01:41:58 UTC", "AssertTimestampMonotonic": "2113165114", "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": "Sat 2024-03-23 01:41:58 UTC", "ConditionTimestampMonotonic": "2113165113", "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": "26659", "ExecMainStartTimestamp": "Sat 2024-03-23 01:41:58 UTC", "ExecMainStartTimestampMonotonic": "2113165698", "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": "Sat 2024-03-23 01:41:58 UTC", "InactiveEnterTimestampMonotonic": "2113164171", "InactiveExitTimestamp": "Sat 2024-03-23 01:41:58 UTC", "InactiveExitTimestampMonotonic": "2113165764", "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": "26659", "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": "0", "StartLimitInterval": "0", "StartupBlockIOWeight": "18446744073709551615", "StartupCPUShares": "18446744073709551615", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "no", "TasksCurrent": "18446744073709551615", "TasksMax": "18446744073709551615", "TimeoutStartUSec": "30min", "TimeoutStopUSec": "30min", "TimerSlackNSec": "50000", "Transient": "no", "Type": "simple", "UMask": "0007", "UnitFilePreset": "disabled", "UnitFileState": "enabled", "User": "mssql", "WantedBy": "multi-user.target", "WatchdogTimestamp": "Sat 2024-03-23 01:41:58 UTC", "WatchdogTimestampMonotonic": "2113165740", "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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1339 Saturday 23 March 2024 01:42:15 +0000 (0:00:00.472) 0:01:23.396 ******** 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1350 Saturday 23 March 2024 01:42:15 +0000 (0:00:00.023) 0:01:23.420 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify connectivity and settings] **************************************** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/tasks/tests_tls.yml:92 Saturday 23 March 2024 01:42:15 +0000 (0:00:00.025) 0:01:23.445 ******** included: /WORKDIR/git-weekly-ciglas_w6z/tests/tasks/verify_settings.yml for sut TASK [Check if the errorlog file exists and its location] ********************** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/tasks/verify_settings.yml:8 Saturday 23 March 2024 01:42:16 +0000 (0:00:00.150) 0:01:23.596 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if the set edition matches the existing edition] ******************* task path: /WORKDIR/git-weekly-ciglas_w6z/tests/tasks/verify_settings.yml:23 Saturday 23 March 2024 01:42:16 +0000 (0:00:00.023) 0:01:23.620 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify if the edition matches] ******************************************* task path: /WORKDIR/git-weekly-ciglas_w6z/tests/tasks/verify_settings.yml:35 Saturday 23 March 2024 01:42:16 +0000 (0:00:00.025) 0:01:23.645 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the setting {{ item.key }}] *************************************** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/tasks/verify_settings.yml:39 Saturday 23 March 2024 01:42:16 +0000 (0:00:00.024) 0:01:23.669 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get stat of mssql_datadir] *********************************************** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/tasks/verify_settings.yml:55 Saturday 23 March 2024 01:42:16 +0000 (0:00:00.025) 0:01:23.695 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Assert that mssql_datadir has proper permissions and ownership] ********** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/tasks/verify_settings.yml:60 Saturday 23 March 2024 01:42:16 +0000 (0:00:00.031) 0:01:23.727 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get stat of mssql_logdir] ************************************************ task path: /WORKDIR/git-weekly-ciglas_w6z/tests/tasks/verify_settings.yml:70 Saturday 23 March 2024 01:42:16 +0000 (0:00:00.038) 0:01:23.766 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Assert that mssql_logdir has proper permissions and ownership] *********** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/tasks/verify_settings.yml:75 Saturday 23 March 2024 01:42:16 +0000 (0:00:00.024) 0:01:23.791 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Prepare MSSQL and facts for logging in] ********************************** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/tasks/verify_settings.yml:85 Saturday 23 March 2024 01:42:16 +0000 (0:00:00.041) 0:01:23.832 ******** TASK [linux-system-roles.mssql : Ensure that the mssql-server service is started] *** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/verify_password.yml:3 Saturday 23 March 2024 01:42:16 +0000 (0:00:00.071) 0:01:23.903 ******** ok: [sut] => { "changed": false, "name": "mssql-server", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2024-03-23 01:42:15 UTC", "ActiveEnterTimestampMonotonic": "2130948912", "ActiveExitTimestamp": "Sat 2024-03-23 01:42:15 UTC", "ActiveExitTimestampMonotonic": "2130701561", "ActiveState": "active", "After": "basic.target systemd-journald.socket auditd.service -.mount system.slice network.target", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-03-23 01:42:15 UTC", "AssertTimestampMonotonic": "2130948236", "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": "Sat 2024-03-23 01:42:15 UTC", "ConditionTimestampMonotonic": "2130948234", "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": "27360", "ExecMainStartTimestamp": "Sat 2024-03-23 01:42:15 UTC", "ExecMainStartTimestampMonotonic": "2130948848", "ExecMainStatus": "0", "ExecStart": "{ path=/opt/mssql/bin/sqlservr ; argv[]=/opt/mssql/bin/sqlservr ; ignore_errors=no ; start_time=[Sat 2024-03-23 01:42:15 UTC] ; stop_time=[n/a] ; pid=27360 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/mssql-server.service", "GuessMainPID": "yes", "IOScheduling": "0", "Id": "mssql-server.service", "IgnoreOnIsolate": "no", "IgnoreOnSnapshot": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestamp": "Sat 2024-03-23 01:42:15 UTC", "InactiveEnterTimestampMonotonic": "2130946880", "InactiveExitTimestamp": "Sat 2024-03-23 01:42:15 UTC", "InactiveExitTimestampMonotonic": "2130948912", "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": "27360", "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": "0", "StartLimitInterval": "0", "StartupBlockIOWeight": "18446744073709551615", "StartupCPUShares": "18446744073709551615", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "no", "TasksCurrent": "18446744073709551615", "TasksMax": "18446744073709551615", "TimeoutStartUSec": "30min", "TimeoutStopUSec": "30min", "TimerSlackNSec": "50000", "Transient": "no", "Type": "simple", "UMask": "0007", "UnitFilePreset": "disabled", "UnitFileState": "enabled", "User": "mssql", "WantedBy": "multi-user.target", "WatchdogTimestamp": "Sat 2024-03-23 01:42:15 UTC", "WatchdogTimestampMonotonic": "2130948887", "WatchdogUSec": "0", "WorkingDirectory": "/var/opt/mssql" } } TASK [linux-system-roles.mssql : Check if a custom tcpport setting exist] ****** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/verify_password.yml:8 Saturday 23 March 2024 01:42:16 +0000 (0:00:00.249) 0:01:24.152 ******** ok: [sut] => { "changed": false, "cmd": [ "grep", "^tcpport = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003412", "end": "2024-03-23 01:42:16.768134", "failed_when_result": false, "rc": 1, "start": "2024-03-23 01:42:16.764722" } MSG: non-zero return code TASK [linux-system-roles.mssql : Check if a custom ipaddress setting exist] **** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/verify_password.yml:14 Saturday 23 March 2024 01:42:16 +0000 (0:00:00.142) 0:01:24.295 ******** ok: [sut] => { "changed": false, "cmd": [ "grep", "^ipaddress = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003725", "end": "2024-03-23 01:42:16.915434", "failed_when_result": false, "rc": 1, "start": "2024-03-23 01:42:16.911709" } MSG: non-zero return code TASK [linux-system-roles.mssql : Set a fact with a login command] ************** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/verify_password.yml:20 Saturday 23 March 2024 01:42:16 +0000 (0:00:00.145) 0:01:24.440 ******** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [Wait for mssql-server to prepare for client connections] ***************** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/tasks/verify_settings.yml:93 Saturday 23 March 2024 01:42:16 +0000 (0:00:00.032) 0:01:24.472 ******** 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": 5966, "state": "file", "uid": 996 } TASK [Check if the set password matches the existing password] ***************** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/tasks/verify_settings.yml:99 Saturday 23 March 2024 01:42:19 +0000 (0:00:02.204) 0:01:26.677 ******** ok: [sut] => { "attempts": 1, "changed": false, "cmd": [ "/opt/mssql-tools/bin/sqlcmd", "-U", "sa", "-P", "p@55w0rD", "-Q", "SELECT @@VERSION" ], "delta": "0:00:00.031568", "end": "2024-03-23 01:42:19.320400", "rc": 0, "start": "2024-03-23 01:42:19.288832" } 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-weekly-ciglas_w6z/tests/tasks/verify_settings.yml:118 Saturday 23 March 2024 01:42:19 +0000 (0:00:00.170) 0:01:26.848 ******** ok: [sut] => { "ansible_facts": { "mssql_password": null }, "changed": false } TASK [Verify the package mssql-server-fts] ************************************* task path: /WORKDIR/git-weekly-ciglas_w6z/tests/tasks/verify_settings.yml:122 Saturday 23 March 2024 01:42:19 +0000 (0:00:00.033) 0:01:26.881 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the package powershell] ******************************************* task path: /WORKDIR/git-weekly-ciglas_w6z/tests/tasks/verify_settings.yml:129 Saturday 23 March 2024 01:42:19 +0000 (0:00:00.028) 0:01:26.910 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the value of the traceflag setting] ********************************** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/tasks/verify_settings.yml:140 Saturday 23 March 2024 01:42:19 +0000 (0:00:00.030) 0:01:26.940 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that the traceflag setting is set to 3979] ************************ task path: /WORKDIR/git-weekly-ciglas_w6z/tests/tasks/verify_settings.yml:145 Saturday 23 March 2024 01:42:19 +0000 (0:00:00.025) 0:01:26.966 ******** 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-weekly-ciglas_w6z/tests/tasks/verify_settings.yml:150 Saturday 23 March 2024 01:42:19 +0000 (0:00:00.034) 0:01:27.001 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that the alternatewritethrough setting is false] ****************** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/tasks/verify_settings.yml:156 Saturday 23 March 2024 01:42:19 +0000 (0:00:00.036) 0:01:27.037 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the writethrough setting] ***************************************** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/tasks/verify_settings.yml:162 Saturday 23 March 2024 01:42:19 +0000 (0:00:00.022) 0:01:27.059 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the tlscert setting] ********************************************** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/tasks/verify_settings.yml:172 Saturday 23 March 2024 01:42:19 +0000 (0:00:00.023) 0:01:27.082 ******** included: /WORKDIR/git-weekly-ciglas_w6z/tests/tasks/mssql_conf_verify.yml for sut TASK [Get the value of the setting tlscert] ************************************ task path: /WORKDIR/git-weekly-ciglas_w6z/tests/tasks/mssql_conf_verify.yml:7 Saturday 23 March 2024 01:42:19 +0000 (0:00:00.048) 0:01:27.131 ******** ok: [sut] => { "changed": false, "cmd": "grep '^tlscert' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004344", "end": "2024-03-23 01:42:19.746514", "rc": 0, "start": "2024-03-23 01:42:19.742170" } TASK [Verify the setting when it is type str tlscert] ************************** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/tasks/mssql_conf_verify.yml:14 Saturday 23 March 2024 01:42:19 +0000 (0:00:00.185) 0:01:27.317 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the setting when it is type bool tlscert] ************************* task path: /WORKDIR/git-weekly-ciglas_w6z/tests/tasks/mssql_conf_verify.yml:25 Saturday 23 March 2024 01:42:19 +0000 (0:00:00.033) 0:01:27.350 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that tcpport =] *************************************************** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/tasks/mssql_conf_verify.yml:40 Saturday 23 March 2024 01:42:19 +0000 (0:00:00.027) 0:01:27.378 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the tlskey setting] *********************************************** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/tasks/verify_settings.yml:183 Saturday 23 March 2024 01:42:19 +0000 (0:00:00.025) 0:01:27.403 ******** included: /WORKDIR/git-weekly-ciglas_w6z/tests/tasks/mssql_conf_verify.yml for sut TASK [Get the value of the setting tlskey] ************************************* task path: /WORKDIR/git-weekly-ciglas_w6z/tests/tasks/mssql_conf_verify.yml:7 Saturday 23 March 2024 01:42:19 +0000 (0:00:00.046) 0:01:27.449 ******** ok: [sut] => { "changed": false, "cmd": "grep '^tlskey' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004282", "end": "2024-03-23 01:42:20.063966", "rc": 0, "start": "2024-03-23 01:42:20.059684" } TASK [Verify the setting when it is type str tlskey] *************************** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/tasks/mssql_conf_verify.yml:14 Saturday 23 March 2024 01:42:20 +0000 (0:00:00.139) 0:01:27.589 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the setting when it is type bool tlskey] ************************** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/tasks/mssql_conf_verify.yml:25 Saturday 23 March 2024 01:42:20 +0000 (0:00:00.036) 0:01:27.625 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that tcpport =] *************************************************** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/tasks/mssql_conf_verify.yml:40 Saturday 23 March 2024 01:42:20 +0000 (0:00:00.028) 0:01:27.654 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the tlsprotocols setting] ***************************************** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/tasks/verify_settings.yml:195 Saturday 23 March 2024 01:42:20 +0000 (0:00:00.024) 0:01:27.679 ******** included: /WORKDIR/git-weekly-ciglas_w6z/tests/tasks/mssql_conf_verify.yml for sut TASK [Get the value of the setting tlsprotocols] ******************************* task path: /WORKDIR/git-weekly-ciglas_w6z/tests/tasks/mssql_conf_verify.yml:7 Saturday 23 March 2024 01:42:20 +0000 (0:00:00.040) 0:01:27.719 ******** ok: [sut] => { "changed": false, "cmd": "grep '^tlsprotocols' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004384", "end": "2024-03-23 01:42:20.334764", "rc": 0, "start": "2024-03-23 01:42:20.330380" } TASK [Verify the setting when it is type str tlsprotocols] ********************* task path: /WORKDIR/git-weekly-ciglas_w6z/tests/tasks/mssql_conf_verify.yml:14 Saturday 23 March 2024 01:42:20 +0000 (0:00:00.140) 0:01:27.860 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the setting when it is type bool tlsprotocols] ******************** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/tasks/mssql_conf_verify.yml:25 Saturday 23 March 2024 01:42:20 +0000 (0:00:00.030) 0:01:27.890 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that tcpport =] *************************************************** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/tasks/mssql_conf_verify.yml:40 Saturday 23 March 2024 01:42:20 +0000 (0:00:00.026) 0:01:27.916 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the forceencryption setting] ************************************** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/tasks/verify_settings.yml:203 Saturday 23 March 2024 01:42:20 +0000 (0:00:00.022) 0:01:27.939 ******** included: /WORKDIR/git-weekly-ciglas_w6z/tests/tasks/mssql_conf_verify.yml for sut TASK [Get the value of the setting forceencryption] **************************** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/tasks/mssql_conf_verify.yml:7 Saturday 23 March 2024 01:42:20 +0000 (0:00:00.103) 0:01:28.043 ******** ok: [sut] => { "changed": false, "cmd": "grep '^forceencryption' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004424", "end": "2024-03-23 01:42:20.659325", "rc": 0, "start": "2024-03-23 01:42:20.654901" } TASK [Verify the setting when it is type str forceencryption] ****************** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/tasks/mssql_conf_verify.yml:14 Saturday 23 March 2024 01:42:20 +0000 (0:00:00.159) 0:01:28.202 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the setting when it is type bool forceencryption] ***************** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/tasks/mssql_conf_verify.yml:25 Saturday 23 March 2024 01:42:20 +0000 (0:00:00.036) 0:01:28.239 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify that tcpport = False] ********************************************* task path: /WORKDIR/git-weekly-ciglas_w6z/tests/tasks/mssql_conf_verify.yml:40 Saturday 23 March 2024 01:42:20 +0000 (0:00:00.034) 0:01:28.273 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify configuration for confined application] *************************** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/tasks/verify_settings.yml:210 Saturday 23 March 2024 01:42:20 +0000 (0:00:00.023) 0:01:28.296 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Remove certificates from hosts] ****************************************** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/tasks/tests_tls.yml:99 Saturday 23 March 2024 01:42:20 +0000 (0:00:00.024) 0:01:28.321 ******** changed: [sut] => (item=/etc/pki/tls/certs/ansible.AZud7V) => { "ansible_loop_var": "item", "changed": true, "item": "/etc/pki/tls/certs/ansible.AZud7V", "path": "/etc/pki/tls/certs/ansible.AZud7V", "state": "absent" } changed: [sut] => (item=/etc/pki/tls/private/ansible.UO9mp0) => { "ansible_loop_var": "item", "changed": true, "item": "/etc/pki/tls/private/ansible.UO9mp0", "path": "/etc/pki/tls/private/ansible.UO9mp0", "state": "absent" } TASK [Copy certificates to hosts] ********************************************** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/tasks/tests_tls.yml:107 Saturday 23 March 2024 01:42:21 +0000 (0:00:00.261) 0:01:28.582 ******** ok: [sut] => (item=/tmp/ansible.AZud7V) => { "ansible_loop_var": "item", "changed": false, "checksum": "86c8d685a0bc1aecb30f8df572d7866864d97135", "dest": "/tmp/ansible.AZud7V", "gid": 0, "group": "root", "item": "/tmp/ansible.AZud7V", "mode": "0600", "owner": "root", "path": "/tmp/ansible.AZud7V", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 1103, "state": "file", "uid": 0 } ok: [sut] => (item=/tmp/ansible.UO9mp0) => { "ansible_loop_var": "item", "changed": false, "checksum": "51678f489cee413f2cc3b47228182c80b7824c49", "dest": "/tmp/ansible.UO9mp0", "gid": 0, "group": "root", "item": "/tmp/ansible.UO9mp0", "mode": "0600", "owner": "root", "path": "/tmp/ansible.UO9mp0", "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-weekly-ciglas_w6z/tests/tasks/tests_tls.yml:116 Saturday 23 March 2024 01:42:21 +0000 (0:00:00.661) 0:01:29.244 ******** ok: [sut] => { "ansible_facts": { "mssql_tls_cert": "/tmp/ansible.AZud7V", "mssql_tls_private_key": "ansible.UO9mp0" }, "changed": false } TASK [Test with certs on managed nodes] **************************************** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/tasks/tests_tls.yml:121 Saturday 23 March 2024 01:42:21 +0000 (0:00:00.024) 0:01:29.269 ******** TASK [linux-system-roles.mssql : Ensure ansible_facts and variables used by role] *** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:3 Saturday 23 March 2024 01:42:22 +0000 (0:00:00.262) 0:01:29.531 ******** included: /WORKDIR/git-weekly-ciglas_w6z/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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/set_vars.yml:3 Saturday 23 March 2024 01:42:22 +0000 (0:00:00.035) 0:01:29.566 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Set platform/version specific variables] ****** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/set_vars.yml:9 Saturday 23 March 2024 01:42:22 +0000 (0:00:00.029) 0:01:29.596 ******** ok: [sut] => (item=RedHat.yml) => { "ansible_facts": { "__mssql_client_repository": "https://packages.microsoft.com/rhel/9/prod/", "__mssql_confined_supported": true, "__mssql_server_repository": "https://packages.microsoft.com/rhel/9/mssql-server-{{ mssql_version | int }}/", "__mssql_supported_versions": [ 2022 ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-ciglas_w6z/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-weekly-ciglas_w6z/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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:8 Saturday 23 March 2024 01:42:22 +0000 (0:00:00.041) 0:01:29.638 ******** 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:15 Saturday 23 March 2024 01:42:22 +0000 (0:00:00.023) 0:01:29.661 ******** skipping: [sut] => {} TASK [linux-system-roles.mssql : Link the deprecated mssql_input_sql_file fact] *** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:23 Saturday 23 March 2024 01:42:22 +0000 (0:00:00.026) 0:01:29.688 ******** 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:30 Saturday 23 March 2024 01:42:22 +0000 (0:00:00.023) 0:01:29.711 ******** skipping: [sut] => {} TASK [linux-system-roles.mssql : Link the deprecated mssql_ha_listener_port fact] *** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:37 Saturday 23 March 2024 01:42:22 +0000 (0:00:00.023) 0:01:29.735 ******** 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:44 Saturday 23 March 2024 01:42:22 +0000 (0:00:00.022) 0:01:29.757 ******** skipping: [sut] => {} TASK [linux-system-roles.mssql : Link the deprecated mssql_ad_sql_user_name fact] *** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:51 Saturday 23 March 2024 01:42:22 +0000 (0:00:00.023) 0:01:29.781 ******** 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:58 Saturday 23 March 2024 01:42:22 +0000 (0:00:00.022) 0:01:29.804 ******** skipping: [sut] => {} TASK [linux-system-roles.mssql : Link the deprecated mssql_ha_cluster_run_role fact] *** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:65 Saturday 23 March 2024 01:42:22 +0000 (0:00:00.023) 0:01:29.827 ******** 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:69 Saturday 23 March 2024 01:42:22 +0000 (0:00:00.023) 0:01:29.850 ******** 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:81 Saturday 23 March 2024 01:42:22 +0000 (0:00:00.026) 0:01:29.877 ******** 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:89 Saturday 23 March 2024 01:42:22 +0000 (0:00:00.023) 0:01:29.900 ******** 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:98 Saturday 23 March 2024 01:42:22 +0000 (0:00:00.023) 0:01:29.923 ******** 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:111 Saturday 23 March 2024 01:42:22 +0000 (0:00:00.125) 0:01:30.048 ******** 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:122 Saturday 23 March 2024 01:42:22 +0000 (0:00:00.023) 0:01:30.072 ******** 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:131 Saturday 23 March 2024 01:42:22 +0000 (0:00:00.024) 0:01:30.097 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Gather package facts] ************************* task path: /WORKDIR/git-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:142 Saturday 23 March 2024 01:42:22 +0000 (0:00:00.022) 0:01:30.119 ******** 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:146 Saturday 23 March 2024 01:42:23 +0000 (0:00:00.916) 0:01:31.036 ******** 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:155 Saturday 23 March 2024 01:42:23 +0000 (0:00:00.069) 0:01:31.106 ******** 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:162 Saturday 23 March 2024 01:42:23 +0000 (0:00:00.025) 0:01:31.131 ******** 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:169 Saturday 23 March 2024 01:42:23 +0000 (0:00:00.026) 0:01:31.158 ******** 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:184 Saturday 23 March 2024 01:42:23 +0000 (0:00:00.042) 0:01:31.201 ******** ok: [sut] => { "attempts": 1, "changed": false } TASK [linux-system-roles.mssql : Update all packages from SQL Server repo version 2017] *** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:197 Saturday 23 March 2024 01:42:24 +0000 (0:00:00.330) 0:01:31.531 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Get yum repositories] ************************* task path: /WORKDIR/git-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:207 Saturday 23 March 2024 01:42:24 +0000 (0:00:00.023) 0:01:31.555 ******** 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:218 Saturday 23 March 2024 01:42:24 +0000 (0:00:00.084) 0:01:31.640 ******** 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:226 Saturday 23 March 2024 01:42:24 +0000 (0:00:00.024) 0:01:31.664 ******** 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:236 Saturday 23 March 2024 01:42:24 +0000 (0:00:00.029) 0:01:31.694 ******** 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:241 Saturday 23 March 2024 01:42:24 +0000 (0:00:00.383) 0:01:32.077 ******** ok: [sut] => { "changed": false, "rc": 0, "results": [ "mssql-server-14.0.3465.1-1.x86_64 providing mssql-server is already installed" ] } lsrpackages: mssql-server TASK [linux-system-roles.mssql : Ensure that the openldap-compat package is installed] *** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:249 Saturday 23 March 2024 01:42:24 +0000 (0:00:00.335) 0:01:32.413 ******** 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:257 Saturday 23 March 2024 01:42:24 +0000 (0:00:00.024) 0:01:32.438 ******** 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.005184", "end": "2024-03-23 01:42:25.052991", "rc": 0, "start": "2024-03-23 01:42:25.047807" } STDOUT: /var/opt/mssql/log/errorlog TASK [linux-system-roles.mssql : Gather system services facts] ***************** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:272 Saturday 23 March 2024 01:42:25 +0000 (0:00:00.138) 0:01:32.576 ******** 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:276 Saturday 23 March 2024 01:42:25 +0000 (0:00:00.707) 0:01:33.283 ******** 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:285 Saturday 23 March 2024 01:42:25 +0000 (0:00:00.045) 0:01:33.328 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Set up MSSQL] ********************************* task path: /WORKDIR/git-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:301 Saturday 23 March 2024 01:42:25 +0000 (0:00:00.024) 0:01:33.353 ******** 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:326 Saturday 23 March 2024 01:42:25 +0000 (0:00:00.026) 0:01:33.380 ******** 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:341 Saturday 23 March 2024 01:42:25 +0000 (0:00:00.035) 0:01:33.415 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure correct SELinux context for storage paths and ports] ************** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:355 Saturday 23 March 2024 01:42:26 +0000 (0:00:00.089) 0:01:33.504 ******** 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:366 Saturday 23 March 2024 01:42:26 +0000 (0:00:00.022) 0:01:33.527 ******** ok: [sut] => { "changed": false, "rc": 0, "results": [ "tuned-profiles-mssql-2.11.0-12.el7_9.noarch providing tuned-profiles-mssql is already installed" ] } lsrpackages: tuned-profiles-mssql TASK [linux-system-roles.mssql : Ensure that the tuned service is started and enabled] *** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:371 Saturday 23 March 2024 01:42:26 +0000 (0:00:00.337) 0:01:33.865 ******** ok: [sut] => { "changed": false, "enabled": true, "name": "tuned", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2024-03-23 01:06:57 UTC", "ActiveEnterTimestampMonotonic": "12797740", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "basic.target systemd-journald.socket dbus.service systemd-sysctl.service system.slice network.target", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-03-23 01:06:56 UTC", "AssertTimestampMonotonic": "11934221", "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": "Sat 2024-03-23 01:06:56 UTC", "ConditionTimestampMonotonic": "11934220", "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": "879", "ExecMainStartTimestamp": "Sat 2024-03-23 01:06:56 UTC", "ExecMainStartTimestampMonotonic": "11935249", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/sbin/tuned ; argv[]=/usr/sbin/tuned -l -P ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/tuned.service", "GuessMainPID": "yes", "IOScheduling": "0", "Id": "tuned.service", "IgnoreOnIsolate": "no", "IgnoreOnSnapshot": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestamp": "Sat 2024-03-23 01:06:56 UTC", "InactiveExitTimestampMonotonic": "11935301", "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": "879", "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": "Sat 2024-03-23 01:06:57 UTC", "WatchdogTimestampMonotonic": "12797521", "WatchdogUSec": "0" } } TASK [linux-system-roles.mssql : Get the active Tuned profiles] **************** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:377 Saturday 23 March 2024 01:42:26 +0000 (0:00:00.207) 0:01:34.072 ******** ok: [sut] => { "changed": false, "cmd": [ "tuned-adm", "active" ], "delta": "0:00:00.092822", "end": "2024-03-23 01:42:26.771662", "rc": 0, "start": "2024-03-23 01:42:26.678840" } 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:387 Saturday 23 March 2024 01:42:26 +0000 (0:00:00.223) 0:01:34.296 ******** 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:400 Saturday 23 March 2024 01:42:26 +0000 (0:00:00.022) 0:01:34.318 ******** 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:409 Saturday 23 March 2024 01:42:26 +0000 (0:00:00.022) 0:01:34.341 ******** 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:419 Saturday 23 March 2024 01:42:26 +0000 (0:00:00.024) 0:01:34.366 ******** ok: [sut] => { "changed": false, "repo": "packages-microsoft-com-prod", "state": "present" } TASK [linux-system-roles.mssql : Ensure that SQL Server client tools are installed] *** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:426 Saturday 23 March 2024 01:42:27 +0000 (0:00:00.139) 0:01:34.505 ******** 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" ] } lsrpackages: mssql-tools unixODBC-devel TASK [linux-system-roles.mssql : Prepare MSSQL and facts for logging in] ******* task path: /WORKDIR/git-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:438 Saturday 23 March 2024 01:42:27 +0000 (0:00:00.346) 0:01:34.851 ******** 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:442 Saturday 23 March 2024 01:42:27 +0000 (0:00:00.055) 0:01:34.907 ******** 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:448 Saturday 23 March 2024 01:42:27 +0000 (0:00:00.035) 0:01:34.942 ******** 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:463 Saturday 23 March 2024 01:42:27 +0000 (0:00:00.064) 0:01:35.007 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Gather package facts] ************************* task path: /WORKDIR/git-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:470 Saturday 23 March 2024 01:42:27 +0000 (0:00:00.054) 0:01:35.062 ******** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.mssql : Change the password of sa user] *************** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:478 Saturday 23 March 2024 01:42:27 +0000 (0:00:00.124) 0:01:35.186 ******** 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:500 Saturday 23 March 2024 01:42:27 +0000 (0:00:00.039) 0:01:35.225 ******** 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:511 Saturday 23 March 2024 01:42:27 +0000 (0:00:00.031) 0:01:35.256 ******** 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:526 Saturday 23 March 2024 01:42:27 +0000 (0:00:00.043) 0:01:35.300 ******** 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.004847", "end": "2024-03-23 01:42:27.917687", "rc": 0, "start": "2024-03-23 01:42:27.912840" } STDOUT: true TASK [linux-system-roles.mssql : Ensure that the mssql-server service is stopped] *** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:539 Saturday 23 March 2024 01:42:27 +0000 (0:00:00.149) 0:01:35.449 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Gather package facts] ************************* task path: /WORKDIR/git-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:546 Saturday 23 March 2024 01:42:27 +0000 (0:00:00.026) 0:01:35.476 ******** 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:552 Saturday 23 March 2024 01:42:28 +0000 (0:00:00.998) 0:01:36.474 ******** 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:572 Saturday 23 March 2024 01:42:29 +0000 (0:00:00.032) 0:01:36.507 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Register the previous tcpport setting] ******** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:579 Saturday 23 March 2024 01:42:29 +0000 (0:00:00.047) 0:01:36.555 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Open the TCP port 1433] ************************************************** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:586 Saturday 23 March 2024 01:42:29 +0000 (0:00:00.031) 0:01:36.586 ******** 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:598 Saturday 23 March 2024 01:42:29 +0000 (0:00:00.051) 0:01:36.638 ******** included: /WORKDIR/git-weekly-ciglas_w6z/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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Saturday 23 March 2024 01:42:29 +0000 (0:00:00.095) 0:01:36.733 ******** ok: [sut] => { "changed": false, "cmd": [ "grep", "^tcpport = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.002999", "end": "2024-03-23 01:42:29.347240", "failed_when_result": false, "rc": 1, "start": "2024-03-23 01:42:29.344241" } MSG: non-zero return code TASK [linux-system-roles.mssql : Configure the setting network tcpport] ******** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 Saturday 23 March 2024 01:42:29 +0000 (0:00:00.296) 0:01:37.030 ******** ok: [sut] => { "changed": false, "cmd": [ "/opt/mssql/bin/mssql-conf", "set", "network.tcpport", "1433" ], "delta": "0:00:00.049584", "end": "2024-03-23 01:42:29.693543", "failed_when_result": false, "rc": 0, "start": "2024-03-23 01:42:29.643959" } 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:42 Saturday 23 March 2024 01:42:29 +0000 (0:00:00.199) 0:01:37.229 ******** 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:604 Saturday 23 March 2024 01:42:29 +0000 (0:00:00.026) 0:01:37.256 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the sqlagent setting] *************** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:624 Saturday 23 March 2024 01:42:29 +0000 (0:00:00.032) 0:01:37.288 ******** 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:631 Saturday 23 March 2024 01:42:29 +0000 (0:00:00.044) 0:01:37.332 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Ensure the package powershell] **************** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:638 Saturday 23 March 2024 01:42:29 +0000 (0:00:00.028) 0:01:37.361 ******** 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:647 Saturday 23 March 2024 01:42:29 +0000 (0:00:00.043) 0:01:37.404 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Set the 3979 traceflag] *********************** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:653 Saturday 23 March 2024 01:42:29 +0000 (0:00:00.051) 0:01:37.456 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Unset the 3979 traceflag] ********************* task path: /WORKDIR/git-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:660 Saturday 23 March 2024 01:42:29 +0000 (0:00:00.028) 0:01:37.484 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the alternatewritethrough setting] *** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:668 Saturday 23 March 2024 01:42:30 +0000 (0:00:00.028) 0:01:37.513 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the writethrough setting] *********** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:674 Saturday 23 March 2024 01:42:30 +0000 (0:00:00.034) 0:01:37.548 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create certificates using the certificate role] ************************** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:692 Saturday 23 March 2024 01:42:30 +0000 (0:00:00.029) 0:01:37.577 ******** 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:706 Saturday 23 March 2024 01:42:30 +0000 (0:00:00.041) 0:01:37.618 ******** 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:711 Saturday 23 March 2024 01:42:30 +0000 (0:00:00.044) 0:01:37.663 ******** changed: [sut] => (item=/tmp/ansible.AZud7V) => { "ansible_loop_var": "item", "changed": true, "checksum": "86c8d685a0bc1aecb30f8df572d7866864d97135", "dest": "/etc/pki/tls/certs/ansible.AZud7V", "gid": 994, "group": "mssql", "item": "/tmp/ansible.AZud7V", "md5sum": "d3d6f0e2c6af1296891426d1dc10cafc", "mode": "0600", "owner": "mssql", "secontext": "system_u:object_r:cert_t:s0", "size": 1103, "src": "/tmp/ansible.AZud7V", "state": "file", "uid": 996 } changed: [sut] => (item=/tmp/ansible.UO9mp0) => { "ansible_loop_var": "item", "changed": true, "checksum": "51678f489cee413f2cc3b47228182c80b7824c49", "dest": "/etc/pki/tls/private/ansible.UO9mp0", "gid": 994, "group": "mssql", "item": "/tmp/ansible.UO9mp0", "md5sum": "d1de644c05c654859cd9482a2fc2b9c7", "mode": "0600", "owner": "mssql", "secontext": "system_u:object_r:cert_t:s0", "size": 1704, "src": "/tmp/ansible.UO9mp0", "state": "file", "uid": 996 } TASK [linux-system-roles.mssql : Configure the tlscert setting] **************** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:729 Saturday 23 March 2024 01:42:30 +0000 (0:00:00.581) 0:01:38.245 ******** included: /WORKDIR/git-weekly-ciglas_w6z/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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Saturday 23 March 2024 01:42:30 +0000 (0:00:00.046) 0:01:38.291 ******** ok: [sut] => { "changed": false, "cmd": [ "grep", "^tlscert = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003034", "end": "2024-03-23 01:42:30.923044", "failed_when_result": false, "rc": 1, "start": "2024-03-23 01:42:30.920010" } MSG: non-zero return code TASK [linux-system-roles.mssql : Configure the setting network tlscert] ******** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 Saturday 23 March 2024 01:42:31 +0000 (0:00:00.261) 0:01:38.553 ******** 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.AZud7V" ], "delta": "0:00:00.049302", "end": "2024-03-23 01:42:31.255578", "failed_when_result": false, "rc": 0, "start": "2024-03-23 01:42:31.206276" } 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:42 Saturday 23 March 2024 01:42:31 +0000 (0:00:00.242) 0:01:38.795 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the tlskey setting] ***************** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:738 Saturday 23 March 2024 01:42:31 +0000 (0:00:00.056) 0:01:38.852 ******** included: /WORKDIR/git-weekly-ciglas_w6z/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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Saturday 23 March 2024 01:42:31 +0000 (0:00:00.145) 0:01:38.997 ******** ok: [sut] => { "changed": false, "cmd": [ "grep", "^tlskey = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003239", "end": "2024-03-23 01:42:31.629874", "failed_when_result": false, "rc": 1, "start": "2024-03-23 01:42:31.626635" } MSG: non-zero return code TASK [linux-system-roles.mssql : Configure the setting network tlskey] ********* task path: /WORKDIR/git-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 Saturday 23 March 2024 01:42:31 +0000 (0:00:00.164) 0:01:39.162 ******** changed: [sut] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "set", "network.tlskey", "/etc/pki/tls/private/ansible.UO9mp0" ], "delta": "0:00:00.049820", "end": "2024-03-23 01:42:31.861090", "failed_when_result": false, "rc": 0, "start": "2024-03-23 01:42:31.811270" } 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:42 Saturday 23 March 2024 01:42:31 +0000 (0:00:00.271) 0:01:39.434 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the tlsprotocols setting] *********** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:747 Saturday 23 March 2024 01:42:31 +0000 (0:00:00.057) 0:01:39.492 ******** included: /WORKDIR/git-weekly-ciglas_w6z/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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Saturday 23 March 2024 01:42:32 +0000 (0:00:00.082) 0:01:39.575 ******** ok: [sut] => { "changed": false, "cmd": [ "grep", "^tlsprotocols = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003079", "end": "2024-03-23 01:42:32.193823", "failed_when_result": false, "rc": 1, "start": "2024-03-23 01:42:32.190744" } MSG: non-zero return code TASK [linux-system-roles.mssql : Configure the setting network tlsprotocols] *** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 Saturday 23 March 2024 01:42:32 +0000 (0:00:00.152) 0:01:39.728 ******** changed: [sut] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "set", "network.tlsprotocols", "1.2" ], "delta": "0:00:00.049822", "end": "2024-03-23 01:42:32.394544", "failed_when_result": false, "rc": 0, "start": "2024-03-23 01:42:32.344722" } 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:42 Saturday 23 March 2024 01:42:32 +0000 (0:00:00.215) 0:01:39.943 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the forceencryption setting] ******** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:754 Saturday 23 March 2024 01:42:32 +0000 (0:00:00.041) 0:01:39.985 ******** included: /WORKDIR/git-weekly-ciglas_w6z/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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Saturday 23 March 2024 01:42:32 +0000 (0:00:00.051) 0:01:40.037 ******** ok: [sut] => { "changed": false, "cmd": [ "grep", "^forceencryption = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003188", "end": "2024-03-23 01:42:32.652991", "failed_when_result": false, "rc": 1, "start": "2024-03-23 01:42:32.649803" } MSG: non-zero return code TASK [linux-system-roles.mssql : Configure the setting network forceencryption] *** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 Saturday 23 March 2024 01:42:32 +0000 (0:00:00.146) 0:01:40.184 ******** changed: [sut] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "set", "network.forceencryption", "1" ], "delta": "0:00:00.048800", "end": "2024-03-23 01:42:32.858615", "failed_when_result": false, "rc": 0, "start": "2024-03-23 01:42:32.809815" } 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:42 Saturday 23 March 2024 01:42:32 +0000 (0:00:00.276) 0:01:40.460 ******** 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:763 Saturday 23 March 2024 01:42:33 +0000 (0:00:00.055) 0:01:40.515 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Join to realm {{ ad_integration_realm }}] ******************************** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:771 Saturday 23 March 2024 01:42:33 +0000 (0:00:00.026) 0:01:40.542 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Ensure adutil and krb5-workstation] *********** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:779 Saturday 23 March 2024 01:42:33 +0000 (0:00:00.023) 0:01:40.566 ******** 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:786 Saturday 23 March 2024 01:42:33 +0000 (0:00:00.024) 0:01:40.591 ******** 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:793 Saturday 23 March 2024 01:42:33 +0000 (0:00:00.029) 0:01:40.620 ******** 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:802 Saturday 23 March 2024 01:42:33 +0000 (0:00:00.037) 0:01:40.658 ******** 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:815 Saturday 23 March 2024 01:42:33 +0000 (0:00:00.027) 0:01:40.686 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : In AD server create user] ********************* task path: /WORKDIR/git-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:824 Saturday 23 March 2024 01:42:33 +0000 (0:00:00.030) 0:01:40.716 ******** 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:836 Saturday 23 March 2024 01:42:33 +0000 (0:00:00.024) 0:01:40.741 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Register SPNs to the principal] *************** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:841 Saturday 23 March 2024 01:42:33 +0000 (0:00:00.024) 0:01:40.765 ******** 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:858 Saturday 23 March 2024 01:42:33 +0000 (0:00:00.022) 0:01:40.787 ******** 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:863 Saturday 23 March 2024 01:42:33 +0000 (0:00:00.022) 0:01:40.810 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Get keytab properties] ************************ task path: /WORKDIR/git-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:868 Saturday 23 March 2024 01:42:33 +0000 (0:00:00.021) 0:01:40.832 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Create keytab] ******************************** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:874 Saturday 23 March 2024 01:42:33 +0000 (0:00:00.022) 0:01:40.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 : Add an entry in the keytab for the principal name and password] *** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:900 Saturday 23 March 2024 01:42:33 +0000 (0:00:00.023) 0:01:40.879 ******** 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:921 Saturday 23 March 2024 01:42:33 +0000 (0:00:00.031) 0:01:40.911 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Fetch keytab file to host] ******************** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:929 Saturday 23 March 2024 01:42:33 +0000 (0:00:00.054) 0:01:40.965 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the network.kerberoskeytabfile setting] *** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:939 Saturday 23 March 2024 01:42:33 +0000 (0:00:00.046) 0:01:41.011 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the network.kerberoskeytabfile setting] *** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:945 Saturday 23 March 2024 01:42:33 +0000 (0:00:00.107) 0:01:41.118 ******** 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:963 Saturday 23 March 2024 01:42:33 +0000 (0:00:00.039) 0:01:41.158 ******** 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:978 Saturday 23 March 2024 01:42:33 +0000 (0:00:00.031) 0:01:41.189 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Set host variables] *************************** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:998 Saturday 23 March 2024 01:42:33 +0000 (0:00:00.030) 0:01:41.219 ******** 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1051 Saturday 23 March 2024 01:42:33 +0000 (0:00:00.023) 0:01:41.243 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Enable the hadrenabled setting] *************** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1058 Saturday 23 March 2024 01:42:33 +0000 (0:00:00.029) 0:01:41.273 ******** 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1065 Saturday 23 March 2024 01:42:33 +0000 (0:00:00.032) 0:01:41.306 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Remove certificate from SQL Server] *********** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1076 Saturday 23 March 2024 01:42:33 +0000 (0:00:00.024) 0:01:41.330 ******** 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1082 Saturday 23 March 2024 01:42:33 +0000 (0:00:00.058) 0:01:41.389 ******** 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1090 Saturday 23 March 2024 01:42:33 +0000 (0:00:00.054) 0:01:41.443 ******** 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1099 Saturday 23 March 2024 01:42:33 +0000 (0:00:00.036) 0:01:41.480 ******** 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1107 Saturday 23 March 2024 01:42:34 +0000 (0:00:00.026) 0:01:41.507 ******** 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1121 Saturday 23 March 2024 01:42:34 +0000 (0:00:00.086) 0:01:41.593 ******** 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1128 Saturday 23 March 2024 01:42:34 +0000 (0:00:00.045) 0:01:41.639 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure ag] ********************************* task path: /WORKDIR/git-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1153 Saturday 23 March 2024 01:42:34 +0000 (0:00:00.054) 0:01:41.693 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Grant permissions to HA login] **************** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1162 Saturday 23 March 2024 01:42:34 +0000 (0:00:00.023) 0:01:41.717 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Replicate DBs] ******************************** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1172 Saturday 23 March 2024 01:42:34 +0000 (0:00:00.022) 0:01:41.740 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Grant permissions to HA login] **************** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1183 Saturday 23 March 2024 01:42:34 +0000 (0:00:00.022) 0:01:41.762 ******** 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1196 Saturday 23 March 2024 01:42:34 +0000 (0:00:00.021) 0:01:41.784 ******** 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1209 Saturday 23 March 2024 01:42:34 +0000 (0:00:00.088) 0:01:41.872 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Enable the hadrenabled setting] *************** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1216 Saturday 23 March 2024 01:42:34 +0000 (0:00:00.024) 0:01:41.897 ******** 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1223 Saturday 23 March 2024 01:42:34 +0000 (0:00:00.031) 0:01:41.928 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Remove certificate from SQL Server] *********** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1232 Saturday 23 March 2024 01:42:34 +0000 (0:00:00.028) 0:01:41.957 ******** 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1239 Saturday 23 March 2024 01:42:34 +0000 (0:00:00.025) 0:01:41.982 ******** 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1251 Saturday 23 March 2024 01:42:34 +0000 (0:00:00.031) 0:01:42.013 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Create HA login] ****************************** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1260 Saturday 23 March 2024 01:42:34 +0000 (0:00:00.026) 0:01:42.040 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Join to availability group] ******************* task path: /WORKDIR/git-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1267 Saturday 23 March 2024 01:42:34 +0000 (0:00:00.053) 0:01:42.093 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Grant permissions to HA login] **************** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1273 Saturday 23 March 2024 01:42:34 +0000 (0:00:00.029) 0:01:42.122 ******** 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1281 Saturday 23 March 2024 01:42:34 +0000 (0:00:00.030) 0:01:42.152 ******** 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1294 Saturday 23 March 2024 01:42:34 +0000 (0:00:00.030) 0:01:42.183 ******** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [Run ha_cluster to configure pacemaker] *********************************** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1306 Saturday 23 March 2024 01:42:34 +0000 (0:00:00.033) 0:01:42.216 ******** 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1311 Saturday 23 March 2024 01:42:34 +0000 (0:00:00.058) 0:01:42.275 ******** 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1317 Saturday 23 March 2024 01:42:34 +0000 (0:00:00.041) 0:01:42.316 ******** 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1326 Saturday 23 March 2024 01:42:34 +0000 (0:00:00.026) 0:01:42.343 ******** changed: [sut] => { "changed": true } MSG: Block inserted RUNNING HANDLER [linux-system-roles.mssql : Restart the mssql-server service] *** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/handlers/main.yml:3 Saturday 23 March 2024 01:42:35 +0000 (0:00:00.230) 0:01:42.573 ******** changed: [sut] => { "changed": true, "name": "mssql-server", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2024-03-23 01:42:15 UTC", "ActiveEnterTimestampMonotonic": "2130948912", "ActiveExitTimestamp": "Sat 2024-03-23 01:42:15 UTC", "ActiveExitTimestampMonotonic": "2130701561", "ActiveState": "active", "After": "basic.target systemd-journald.socket auditd.service -.mount system.slice network.target", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-03-23 01:42:15 UTC", "AssertTimestampMonotonic": "2130948236", "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": "Sat 2024-03-23 01:42:15 UTC", "ConditionTimestampMonotonic": "2130948234", "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": "27360", "ExecMainStartTimestamp": "Sat 2024-03-23 01:42:15 UTC", "ExecMainStartTimestampMonotonic": "2130948848", "ExecMainStatus": "0", "ExecStart": "{ path=/opt/mssql/bin/sqlservr ; argv[]=/opt/mssql/bin/sqlservr ; ignore_errors=no ; start_time=[Sat 2024-03-23 01:42:15 UTC] ; stop_time=[n/a] ; pid=27360 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/mssql-server.service", "GuessMainPID": "yes", "IOScheduling": "0", "Id": "mssql-server.service", "IgnoreOnIsolate": "no", "IgnoreOnSnapshot": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestamp": "Sat 2024-03-23 01:42:15 UTC", "InactiveEnterTimestampMonotonic": "2130946880", "InactiveExitTimestamp": "Sat 2024-03-23 01:42:15 UTC", "InactiveExitTimestampMonotonic": "2130948912", "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": "27360", "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": "0", "StartLimitInterval": "0", "StartupBlockIOWeight": "18446744073709551615", "StartupCPUShares": "18446744073709551615", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "no", "TasksCurrent": "18446744073709551615", "TasksMax": "18446744073709551615", "TimeoutStartUSec": "30min", "TimeoutStopUSec": "30min", "TimerSlackNSec": "50000", "Transient": "no", "Type": "simple", "UMask": "0007", "UnitFilePreset": "disabled", "UnitFileState": "enabled", "User": "mssql", "WantedBy": "multi-user.target", "WatchdogTimestamp": "Sat 2024-03-23 01:42:15 UTC", "WatchdogTimestampMonotonic": "2130948887", "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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1339 Saturday 23 March 2024 01:42:35 +0000 (0:00:00.514) 0:01:43.087 ******** 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1350 Saturday 23 March 2024 01:42:35 +0000 (0:00:00.096) 0:01:43.183 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify connectivity and settings] **************************************** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/tasks/tests_tls.yml:131 Saturday 23 March 2024 01:42:35 +0000 (0:00:00.042) 0:01:43.226 ******** included: /WORKDIR/git-weekly-ciglas_w6z/tests/tasks/verify_settings.yml for sut TASK [Check if the errorlog file exists and its location] ********************** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/tasks/verify_settings.yml:8 Saturday 23 March 2024 01:42:35 +0000 (0:00:00.169) 0:01:43.396 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if the set edition matches the existing edition] ******************* task path: /WORKDIR/git-weekly-ciglas_w6z/tests/tasks/verify_settings.yml:23 Saturday 23 March 2024 01:42:35 +0000 (0:00:00.023) 0:01:43.420 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify if the edition matches] ******************************************* task path: /WORKDIR/git-weekly-ciglas_w6z/tests/tasks/verify_settings.yml:35 Saturday 23 March 2024 01:42:35 +0000 (0:00:00.044) 0:01:43.464 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the setting {{ item.key }}] *************************************** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/tasks/verify_settings.yml:39 Saturday 23 March 2024 01:42:36 +0000 (0:00:00.037) 0:01:43.502 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get stat of mssql_datadir] *********************************************** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/tasks/verify_settings.yml:55 Saturday 23 March 2024 01:42:36 +0000 (0:00:00.024) 0:01:43.526 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Assert that mssql_datadir has proper permissions and ownership] ********** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/tasks/verify_settings.yml:60 Saturday 23 March 2024 01:42:36 +0000 (0:00:00.038) 0:01:43.565 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get stat of mssql_logdir] ************************************************ task path: /WORKDIR/git-weekly-ciglas_w6z/tests/tasks/verify_settings.yml:70 Saturday 23 March 2024 01:42:36 +0000 (0:00:00.024) 0:01:43.590 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Assert that mssql_logdir has proper permissions and ownership] *********** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/tasks/verify_settings.yml:75 Saturday 23 March 2024 01:42:36 +0000 (0:00:00.047) 0:01:43.637 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Prepare MSSQL and facts for logging in] ********************************** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/tasks/verify_settings.yml:85 Saturday 23 March 2024 01:42:36 +0000 (0:00:00.024) 0:01:43.662 ******** TASK [linux-system-roles.mssql : Ensure that the mssql-server service is started] *** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/verify_password.yml:3 Saturday 23 March 2024 01:42:36 +0000 (0:00:00.057) 0:01:43.720 ******** ok: [sut] => { "changed": false, "name": "mssql-server", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2024-03-23 01:42:35 UTC", "ActiveEnterTimestampMonotonic": "2150624881", "ActiveExitTimestamp": "Sat 2024-03-23 01:42:35 UTC", "ActiveExitTimestampMonotonic": "2150375654", "ActiveState": "active", "After": "basic.target systemd-journald.socket auditd.service -.mount system.slice network.target", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-03-23 01:42:35 UTC", "AssertTimestampMonotonic": "2150624231", "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": "Sat 2024-03-23 01:42:35 UTC", "ConditionTimestampMonotonic": "2150624229", "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": "28212", "ExecMainStartTimestamp": "Sat 2024-03-23 01:42:35 UTC", "ExecMainStartTimestampMonotonic": "2150624817", "ExecMainStatus": "0", "ExecStart": "{ path=/opt/mssql/bin/sqlservr ; argv[]=/opt/mssql/bin/sqlservr ; ignore_errors=no ; start_time=[Sat 2024-03-23 01:42:35 UTC] ; stop_time=[n/a] ; pid=28212 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/mssql-server.service", "GuessMainPID": "yes", "IOScheduling": "0", "Id": "mssql-server.service", "IgnoreOnIsolate": "no", "IgnoreOnSnapshot": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestamp": "Sat 2024-03-23 01:42:35 UTC", "InactiveEnterTimestampMonotonic": "2150623578", "InactiveExitTimestamp": "Sat 2024-03-23 01:42:35 UTC", "InactiveExitTimestampMonotonic": "2150624881", "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": "28212", "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": "0", "StartLimitInterval": "0", "StartupBlockIOWeight": "18446744073709551615", "StartupCPUShares": "18446744073709551615", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "no", "TasksCurrent": "18446744073709551615", "TasksMax": "18446744073709551615", "TimeoutStartUSec": "30min", "TimeoutStopUSec": "30min", "TimerSlackNSec": "50000", "Transient": "no", "Type": "simple", "UMask": "0007", "UnitFilePreset": "disabled", "UnitFileState": "enabled", "User": "mssql", "WantedBy": "multi-user.target", "WatchdogTimestamp": "Sat 2024-03-23 01:42:35 UTC", "WatchdogTimestampMonotonic": "2150624856", "WatchdogUSec": "0", "WorkingDirectory": "/var/opt/mssql" } } TASK [linux-system-roles.mssql : Check if a custom tcpport setting exist] ****** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/verify_password.yml:8 Saturday 23 March 2024 01:42:36 +0000 (0:00:00.289) 0:01:44.010 ******** ok: [sut] => { "changed": false, "cmd": [ "grep", "^tcpport = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003373", "end": "2024-03-23 01:42:36.652670", "failed_when_result": false, "rc": 1, "start": "2024-03-23 01:42:36.649297" } MSG: non-zero return code TASK [linux-system-roles.mssql : Check if a custom ipaddress setting exist] **** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/verify_password.yml:14 Saturday 23 March 2024 01:42:36 +0000 (0:00:00.172) 0:01:44.182 ******** ok: [sut] => { "changed": false, "cmd": [ "grep", "^ipaddress = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.004578", "end": "2024-03-23 01:42:36.885652", "failed_when_result": false, "rc": 1, "start": "2024-03-23 01:42:36.881074" } MSG: non-zero return code TASK [linux-system-roles.mssql : Set a fact with a login command] ************** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/verify_password.yml:20 Saturday 23 March 2024 01:42:36 +0000 (0:00:00.248) 0:01:44.431 ******** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [Wait for mssql-server to prepare for client connections] ***************** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/tasks/verify_settings.yml:93 Saturday 23 March 2024 01:42:37 +0000 (0:00:00.086) 0:01:44.517 ******** 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": 6354, "state": "file", "uid": 996 } TASK [Check if the set password matches the existing password] ***************** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/tasks/verify_settings.yml:99 Saturday 23 March 2024 01:42:39 +0000 (0:00:02.168) 0:01:46.686 ******** ok: [sut] => { "attempts": 1, "changed": false, "cmd": [ "/opt/mssql-tools/bin/sqlcmd", "-U", "sa", "-P", "p@55w0rD", "-Q", "SELECT @@VERSION" ], "delta": "0:00:00.028290", "end": "2024-03-23 01:42:39.334997", "rc": 0, "start": "2024-03-23 01:42:39.306707" } 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-weekly-ciglas_w6z/tests/tasks/verify_settings.yml:118 Saturday 23 March 2024 01:42:39 +0000 (0:00:00.177) 0:01:46.864 ******** ok: [sut] => { "ansible_facts": { "mssql_password": null }, "changed": false } TASK [Verify the package mssql-server-fts] ************************************* task path: /WORKDIR/git-weekly-ciglas_w6z/tests/tasks/verify_settings.yml:122 Saturday 23 March 2024 01:42:39 +0000 (0:00:00.027) 0:01:46.891 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the package powershell] ******************************************* task path: /WORKDIR/git-weekly-ciglas_w6z/tests/tasks/verify_settings.yml:129 Saturday 23 March 2024 01:42:39 +0000 (0:00:00.026) 0:01:46.918 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the value of the traceflag setting] ********************************** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/tasks/verify_settings.yml:140 Saturday 23 March 2024 01:42:39 +0000 (0:00:00.051) 0:01:46.970 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that the traceflag setting is set to 3979] ************************ task path: /WORKDIR/git-weekly-ciglas_w6z/tests/tasks/verify_settings.yml:145 Saturday 23 March 2024 01:42:39 +0000 (0:00:00.033) 0:01:47.003 ******** 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-weekly-ciglas_w6z/tests/tasks/verify_settings.yml:150 Saturday 23 March 2024 01:42:39 +0000 (0:00:00.027) 0:01:47.031 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that the alternatewritethrough setting is false] ****************** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/tasks/verify_settings.yml:156 Saturday 23 March 2024 01:42:39 +0000 (0:00:00.041) 0:01:47.073 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the writethrough setting] ***************************************** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/tasks/verify_settings.yml:162 Saturday 23 March 2024 01:42:39 +0000 (0:00:00.136) 0:01:47.209 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the tlscert setting] ********************************************** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/tasks/verify_settings.yml:172 Saturday 23 March 2024 01:42:39 +0000 (0:00:00.025) 0:01:47.235 ******** included: /WORKDIR/git-weekly-ciglas_w6z/tests/tasks/mssql_conf_verify.yml for sut TASK [Get the value of the setting tlscert] ************************************ task path: /WORKDIR/git-weekly-ciglas_w6z/tests/tasks/mssql_conf_verify.yml:7 Saturday 23 March 2024 01:42:39 +0000 (0:00:00.062) 0:01:47.298 ******** ok: [sut] => { "changed": false, "cmd": "grep '^tlscert' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004347", "end": "2024-03-23 01:42:39.914415", "rc": 0, "start": "2024-03-23 01:42:39.910068" } STDOUT: tlscert = /etc/pki/tls/certs/ansible.AZud7V TASK [Verify the setting when it is type str tlscert] ************************** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/tasks/mssql_conf_verify.yml:14 Saturday 23 March 2024 01:42:39 +0000 (0:00:00.143) 0:01:47.442 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the setting when it is type bool tlscert] ************************* task path: /WORKDIR/git-weekly-ciglas_w6z/tests/tasks/mssql_conf_verify.yml:25 Saturday 23 March 2024 01:42:39 +0000 (0:00:00.037) 0:01:47.479 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that tcpport = /etc/pki/tls/certs/ansible.AZud7V] ***************** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/tasks/mssql_conf_verify.yml:40 Saturday 23 March 2024 01:42:40 +0000 (0:00:00.030) 0:01:47.509 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the tlskey setting] *********************************************** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/tasks/verify_settings.yml:183 Saturday 23 March 2024 01:42:40 +0000 (0:00:00.025) 0:01:47.534 ******** included: /WORKDIR/git-weekly-ciglas_w6z/tests/tasks/mssql_conf_verify.yml for sut TASK [Get the value of the setting tlskey] ************************************* task path: /WORKDIR/git-weekly-ciglas_w6z/tests/tasks/mssql_conf_verify.yml:7 Saturday 23 March 2024 01:42:40 +0000 (0:00:00.054) 0:01:47.589 ******** ok: [sut] => { "changed": false, "cmd": "grep '^tlskey' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004320", "end": "2024-03-23 01:42:40.226018", "rc": 0, "start": "2024-03-23 01:42:40.221698" } STDOUT: tlskey = /etc/pki/tls/private/ansible.UO9mp0 TASK [Verify the setting when it is type str tlskey] *************************** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/tasks/mssql_conf_verify.yml:14 Saturday 23 March 2024 01:42:40 +0000 (0:00:00.168) 0:01:47.758 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the setting when it is type bool tlskey] ************************** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/tasks/mssql_conf_verify.yml:25 Saturday 23 March 2024 01:42:40 +0000 (0:00:00.043) 0:01:47.801 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that tcpport = /etc/pki/tls/private/ansible.UO9mp0] *************** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/tasks/mssql_conf_verify.yml:40 Saturday 23 March 2024 01:42:40 +0000 (0:00:00.030) 0:01:47.832 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the tlsprotocols setting] ***************************************** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/tasks/verify_settings.yml:195 Saturday 23 March 2024 01:42:40 +0000 (0:00:00.026) 0:01:47.858 ******** included: /WORKDIR/git-weekly-ciglas_w6z/tests/tasks/mssql_conf_verify.yml for sut TASK [Get the value of the setting tlsprotocols] ******************************* task path: /WORKDIR/git-weekly-ciglas_w6z/tests/tasks/mssql_conf_verify.yml:7 Saturday 23 March 2024 01:42:40 +0000 (0:00:00.048) 0:01:47.907 ******** ok: [sut] => { "changed": false, "cmd": "grep '^tlsprotocols' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004336", "end": "2024-03-23 01:42:40.528582", "rc": 0, "start": "2024-03-23 01:42:40.524246" } STDOUT: tlsprotocols = 1.2 TASK [Verify the setting when it is type str tlsprotocols] ********************* task path: /WORKDIR/git-weekly-ciglas_w6z/tests/tasks/mssql_conf_verify.yml:14 Saturday 23 March 2024 01:42:40 +0000 (0:00:00.162) 0:01:48.070 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the setting when it is type bool tlsprotocols] ******************** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/tasks/mssql_conf_verify.yml:25 Saturday 23 March 2024 01:42:40 +0000 (0:00:00.119) 0:01:48.189 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that tcpport = 1.2] *********************************************** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/tasks/mssql_conf_verify.yml:40 Saturday 23 March 2024 01:42:40 +0000 (0:00:00.043) 0:01:48.232 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the forceencryption setting] ************************************** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/tasks/verify_settings.yml:203 Saturday 23 March 2024 01:42:40 +0000 (0:00:00.039) 0:01:48.272 ******** included: /WORKDIR/git-weekly-ciglas_w6z/tests/tasks/mssql_conf_verify.yml for sut TASK [Get the value of the setting forceencryption] **************************** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/tasks/mssql_conf_verify.yml:7 Saturday 23 March 2024 01:42:40 +0000 (0:00:00.073) 0:01:48.346 ******** ok: [sut] => { "changed": false, "cmd": "grep '^forceencryption' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004559", "end": "2024-03-23 01:42:40.960736", "rc": 0, "start": "2024-03-23 01:42:40.956177" } STDOUT: forceencryption = 1 TASK [Verify the setting when it is type str forceencryption] ****************** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/tasks/mssql_conf_verify.yml:14 Saturday 23 March 2024 01:42:41 +0000 (0:00:00.172) 0:01:48.518 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the setting when it is type bool forceencryption] ***************** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/tasks/mssql_conf_verify.yml:25 Saturday 23 March 2024 01:42:41 +0000 (0:00:00.049) 0:01:48.568 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify that tcpport = True] ********************************************** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/tasks/mssql_conf_verify.yml:40 Saturday 23 March 2024 01:42:41 +0000 (0:00:00.062) 0:01:48.631 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify configuration for confined application] *************************** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/tasks/verify_settings.yml:210 Saturday 23 March 2024 01:42:41 +0000 (0:00:00.027) 0:01:48.658 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check the ansible_managed header in the configuration file] ************** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/tasks/tests_tls.yml:137 Saturday 23 March 2024 01:42:41 +0000 (0:00:00.039) 0:01:48.697 ******** included: /WORKDIR/git-weekly-ciglas_w6z/tests/tasks/check_header.yml for sut TASK [Grep the ansible_managed header in /var/opt/mssql/mssql.conf] ************ task path: /WORKDIR/git-weekly-ciglas_w6z/tests/tasks/check_header.yml:4 Saturday 23 March 2024 01:42:41 +0000 (0:00:00.139) 0:01:48.836 ******** ok: [sut] => { "changed": false, "cmd": [ "grep", "Ansible managed\n", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003180", "end": "2024-03-23 01:42:41.535666", "rc": 0, "start": "2024-03-23 01:42:41.532486" } 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.AZud7V tlskey = /etc/pki/tls/private/ansible.UO9mp0 tlsprotocols = 1.2 forceencryption = 1 TASK [Disable TLS encryption] ************************************************** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/tasks/tests_tls.yml:141 Saturday 23 March 2024 01:42:41 +0000 (0:00:00.258) 0:01:49.095 ******** TASK [linux-system-roles.mssql : Ensure ansible_facts and variables used by role] *** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:3 Saturday 23 March 2024 01:42:42 +0000 (0:00:00.439) 0:01:49.535 ******** included: /WORKDIR/git-weekly-ciglas_w6z/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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/set_vars.yml:3 Saturday 23 March 2024 01:42:42 +0000 (0:00:00.037) 0:01:49.572 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Set platform/version specific variables] ****** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/set_vars.yml:9 Saturday 23 March 2024 01:42:42 +0000 (0:00:00.027) 0:01:49.600 ******** ok: [sut] => (item=RedHat.yml) => { "ansible_facts": { "__mssql_client_repository": "https://packages.microsoft.com/rhel/9/prod/", "__mssql_confined_supported": true, "__mssql_server_repository": "https://packages.microsoft.com/rhel/9/mssql-server-{{ mssql_version | int }}/", "__mssql_supported_versions": [ 2022 ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-ciglas_w6z/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-weekly-ciglas_w6z/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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:8 Saturday 23 March 2024 01:42:42 +0000 (0:00:00.041) 0:01:49.642 ******** 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:15 Saturday 23 March 2024 01:42:42 +0000 (0:00:00.033) 0:01:49.675 ******** skipping: [sut] => {} TASK [linux-system-roles.mssql : Link the deprecated mssql_input_sql_file fact] *** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:23 Saturday 23 March 2024 01:42:42 +0000 (0:00:00.033) 0:01:49.708 ******** 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:30 Saturday 23 March 2024 01:42:42 +0000 (0:00:00.025) 0:01:49.734 ******** skipping: [sut] => {} TASK [linux-system-roles.mssql : Link the deprecated mssql_ha_listener_port fact] *** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:37 Saturday 23 March 2024 01:42:42 +0000 (0:00:00.027) 0:01:49.761 ******** 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:44 Saturday 23 March 2024 01:42:42 +0000 (0:00:00.041) 0:01:49.803 ******** skipping: [sut] => {} TASK [linux-system-roles.mssql : Link the deprecated mssql_ad_sql_user_name fact] *** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:51 Saturday 23 March 2024 01:42:42 +0000 (0:00:00.036) 0:01:49.839 ******** 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:58 Saturday 23 March 2024 01:42:42 +0000 (0:00:00.023) 0:01:49.862 ******** skipping: [sut] => {} TASK [linux-system-roles.mssql : Link the deprecated mssql_ha_cluster_run_role fact] *** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:65 Saturday 23 March 2024 01:42:42 +0000 (0:00:00.021) 0:01:49.884 ******** 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:69 Saturday 23 March 2024 01:42:42 +0000 (0:00:00.112) 0:01:49.996 ******** 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:81 Saturday 23 March 2024 01:42:42 +0000 (0:00:00.054) 0:01:50.051 ******** 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:89 Saturday 23 March 2024 01:42:42 +0000 (0:00:00.033) 0:01:50.085 ******** 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:98 Saturday 23 March 2024 01:42:42 +0000 (0:00:00.032) 0:01:50.117 ******** 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:111 Saturday 23 March 2024 01:42:42 +0000 (0:00:00.035) 0:01:50.153 ******** 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:122 Saturday 23 March 2024 01:42:42 +0000 (0:00:00.037) 0:01:50.191 ******** 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:131 Saturday 23 March 2024 01:42:42 +0000 (0:00:00.035) 0:01:50.227 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Gather package facts] ************************* task path: /WORKDIR/git-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:142 Saturday 23 March 2024 01:42:42 +0000 (0:00:00.028) 0:01:50.255 ******** 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:146 Saturday 23 March 2024 01:42:43 +0000 (0:00:01.100) 0:01:51.356 ******** 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:155 Saturday 23 March 2024 01:42:43 +0000 (0:00:00.106) 0:01:51.462 ******** 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:162 Saturday 23 March 2024 01:42:43 +0000 (0:00:00.025) 0:01:51.487 ******** 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:169 Saturday 23 March 2024 01:42:44 +0000 (0:00:00.028) 0:01:51.516 ******** 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:184 Saturday 23 March 2024 01:42:44 +0000 (0:00:00.049) 0:01:51.565 ******** ok: [sut] => { "attempts": 1, "changed": false } TASK [linux-system-roles.mssql : Update all packages from SQL Server repo version 2017] *** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:197 Saturday 23 March 2024 01:42:44 +0000 (0:00:00.668) 0:01:52.234 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Get yum repositories] ************************* task path: /WORKDIR/git-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:207 Saturday 23 March 2024 01:42:44 +0000 (0:00:00.026) 0:01:52.261 ******** 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:218 Saturday 23 March 2024 01:42:44 +0000 (0:00:00.026) 0:01:52.288 ******** 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:226 Saturday 23 March 2024 01:42:44 +0000 (0:00:00.027) 0:01:52.315 ******** 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:236 Saturday 23 March 2024 01:42:44 +0000 (0:00:00.028) 0:01:52.344 ******** 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:241 Saturday 23 March 2024 01:42:45 +0000 (0:00:00.403) 0:01:52.748 ******** ok: [sut] => { "changed": false, "rc": 0, "results": [ "mssql-server-14.0.3465.1-1.x86_64 providing mssql-server is already installed" ] } lsrpackages: mssql-server TASK [linux-system-roles.mssql : Ensure that the openldap-compat package is installed] *** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:249 Saturday 23 March 2024 01:42:45 +0000 (0:00:00.433) 0:01:53.181 ******** 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:257 Saturday 23 March 2024 01:42:45 +0000 (0:00:00.023) 0:01:53.204 ******** 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.005106", "end": "2024-03-23 01:42:45.818188", "rc": 0, "start": "2024-03-23 01:42:45.813082" } STDOUT: /var/opt/mssql/log/errorlog TASK [linux-system-roles.mssql : Gather system services facts] ***************** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:272 Saturday 23 March 2024 01:42:45 +0000 (0:00:00.156) 0:01:53.361 ******** 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:276 Saturday 23 March 2024 01:42:46 +0000 (0:00:00.692) 0:01:54.054 ******** 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:285 Saturday 23 March 2024 01:42:46 +0000 (0:00:00.031) 0:01:54.085 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Set up MSSQL] ********************************* task path: /WORKDIR/git-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:301 Saturday 23 March 2024 01:42:46 +0000 (0:00:00.022) 0:01:54.108 ******** 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:326 Saturday 23 March 2024 01:42:46 +0000 (0:00:00.129) 0:01:54.237 ******** 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:341 Saturday 23 March 2024 01:42:46 +0000 (0:00:00.044) 0:01:54.281 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure correct SELinux context for storage paths and ports] ************** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:355 Saturday 23 March 2024 01:42:46 +0000 (0:00:00.025) 0:01:54.306 ******** 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:366 Saturday 23 March 2024 01:42:46 +0000 (0:00:00.027) 0:01:54.334 ******** ok: [sut] => { "changed": false, "rc": 0, "results": [ "tuned-profiles-mssql-2.11.0-12.el7_9.noarch providing tuned-profiles-mssql is already installed" ] } lsrpackages: tuned-profiles-mssql TASK [linux-system-roles.mssql : Ensure that the tuned service is started and enabled] *** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:371 Saturday 23 March 2024 01:42:47 +0000 (0:00:00.391) 0:01:54.725 ******** ok: [sut] => { "changed": false, "enabled": true, "name": "tuned", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2024-03-23 01:06:57 UTC", "ActiveEnterTimestampMonotonic": "12797740", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "basic.target systemd-journald.socket dbus.service systemd-sysctl.service system.slice network.target", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-03-23 01:06:56 UTC", "AssertTimestampMonotonic": "11934221", "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": "Sat 2024-03-23 01:06:56 UTC", "ConditionTimestampMonotonic": "11934220", "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": "879", "ExecMainStartTimestamp": "Sat 2024-03-23 01:06:56 UTC", "ExecMainStartTimestampMonotonic": "11935249", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/sbin/tuned ; argv[]=/usr/sbin/tuned -l -P ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/tuned.service", "GuessMainPID": "yes", "IOScheduling": "0", "Id": "tuned.service", "IgnoreOnIsolate": "no", "IgnoreOnSnapshot": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestamp": "Sat 2024-03-23 01:06:56 UTC", "InactiveExitTimestampMonotonic": "11935301", "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": "879", "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": "Sat 2024-03-23 01:06:57 UTC", "WatchdogTimestampMonotonic": "12797521", "WatchdogUSec": "0" } } TASK [linux-system-roles.mssql : Get the active Tuned profiles] **************** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:377 Saturday 23 March 2024 01:42:47 +0000 (0:00:00.208) 0:01:54.933 ******** ok: [sut] => { "changed": false, "cmd": [ "tuned-adm", "active" ], "delta": "0:00:00.090283", "end": "2024-03-23 01:42:47.632563", "rc": 0, "start": "2024-03-23 01:42:47.542280" } 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:387 Saturday 23 March 2024 01:42:47 +0000 (0:00:00.226) 0:01:55.160 ******** 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:400 Saturday 23 March 2024 01:42:47 +0000 (0:00:00.027) 0:01:55.187 ******** 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:409 Saturday 23 March 2024 01:42:47 +0000 (0:00:00.057) 0:01:55.244 ******** 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:419 Saturday 23 March 2024 01:42:47 +0000 (0:00:00.027) 0:01:55.271 ******** ok: [sut] => { "changed": false, "repo": "packages-microsoft-com-prod", "state": "present" } TASK [linux-system-roles.mssql : Ensure that SQL Server client tools are installed] *** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:426 Saturday 23 March 2024 01:42:47 +0000 (0:00:00.164) 0:01:55.436 ******** 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" ] } lsrpackages: mssql-tools unixODBC-devel TASK [linux-system-roles.mssql : Prepare MSSQL and facts for logging in] ******* task path: /WORKDIR/git-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:438 Saturday 23 March 2024 01:42:48 +0000 (0:00:00.350) 0:01:55.787 ******** 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:442 Saturday 23 March 2024 01:42:48 +0000 (0:00:00.029) 0:01:55.816 ******** 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:448 Saturday 23 March 2024 01:42:48 +0000 (0:00:00.025) 0:01:55.841 ******** 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:463 Saturday 23 March 2024 01:42:48 +0000 (0:00:00.097) 0:01:55.939 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Gather package facts] ************************* task path: /WORKDIR/git-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:470 Saturday 23 March 2024 01:42:48 +0000 (0:00:00.026) 0:01:55.965 ******** 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:478 Saturday 23 March 2024 01:42:48 +0000 (0:00:00.033) 0:01:55.998 ******** 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:500 Saturday 23 March 2024 01:42:48 +0000 (0:00:00.027) 0:01:56.026 ******** 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:511 Saturday 23 March 2024 01:42:48 +0000 (0:00:00.033) 0:01:56.059 ******** 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:526 Saturday 23 March 2024 01:42:48 +0000 (0:00:00.029) 0:01:56.089 ******** 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.005295", "end": "2024-03-23 01:42:48.708078", "rc": 0, "start": "2024-03-23 01:42:48.702783" } STDOUT: true TASK [linux-system-roles.mssql : Ensure that the mssql-server service is stopped] *** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:539 Saturday 23 March 2024 01:42:48 +0000 (0:00:00.147) 0:01:56.237 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Gather package facts] ************************* task path: /WORKDIR/git-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:546 Saturday 23 March 2024 01:42:48 +0000 (0:00:00.041) 0:01:56.279 ******** 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:552 Saturday 23 March 2024 01:42:49 +0000 (0:00:00.975) 0:01:57.254 ******** 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:572 Saturday 23 March 2024 01:42:49 +0000 (0:00:00.048) 0:01:57.303 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Register the previous tcpport setting] ******** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:579 Saturday 23 March 2024 01:42:49 +0000 (0:00:00.025) 0:01:57.328 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Open the TCP port 1433] ************************************************** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:586 Saturday 23 March 2024 01:42:49 +0000 (0:00:00.050) 0:01:57.379 ******** 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:598 Saturday 23 March 2024 01:42:49 +0000 (0:00:00.096) 0:01:57.476 ******** included: /WORKDIR/git-weekly-ciglas_w6z/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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Saturday 23 March 2024 01:42:50 +0000 (0:00:00.051) 0:01:57.528 ******** ok: [sut] => { "changed": false, "cmd": [ "grep", "^tcpport = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003167", "end": "2024-03-23 01:42:50.143154", "failed_when_result": false, "rc": 1, "start": "2024-03-23 01:42:50.139987" } MSG: non-zero return code TASK [linux-system-roles.mssql : Configure the setting network tcpport] ******** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 Saturday 23 March 2024 01:42:50 +0000 (0:00:00.139) 0:01:57.668 ******** ok: [sut] => { "changed": false, "cmd": [ "/opt/mssql/bin/mssql-conf", "set", "network.tcpport", "1433" ], "delta": "0:00:00.049161", "end": "2024-03-23 01:42:50.330730", "failed_when_result": false, "rc": 0, "start": "2024-03-23 01:42:50.281569" } 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:42 Saturday 23 March 2024 01:42:50 +0000 (0:00:00.192) 0:01:57.860 ******** 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:604 Saturday 23 March 2024 01:42:50 +0000 (0:00:00.025) 0:01:57.886 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the sqlagent setting] *************** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:624 Saturday 23 March 2024 01:42:50 +0000 (0:00:00.022) 0:01:57.908 ******** 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:631 Saturday 23 March 2024 01:42:50 +0000 (0:00:00.026) 0:01:57.935 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Ensure the package powershell] **************** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:638 Saturday 23 March 2024 01:42:50 +0000 (0:00:00.045) 0:01:57.980 ******** 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:647 Saturday 23 March 2024 01:42:50 +0000 (0:00:00.027) 0:01:58.008 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Set the 3979 traceflag] *********************** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:653 Saturday 23 March 2024 01:42:50 +0000 (0:00:00.028) 0:01:58.036 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Unset the 3979 traceflag] ********************* task path: /WORKDIR/git-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:660 Saturday 23 March 2024 01:42:50 +0000 (0:00:00.024) 0:01:58.061 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the alternatewritethrough setting] *** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:668 Saturday 23 March 2024 01:42:50 +0000 (0:00:00.026) 0:01:58.087 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the writethrough setting] *********** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:674 Saturday 23 March 2024 01:42:50 +0000 (0:00:00.033) 0:01:58.121 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create certificates using the certificate role] ************************** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:692 Saturday 23 March 2024 01:42:50 +0000 (0:00:00.025) 0:01:58.147 ******** 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:706 Saturday 23 March 2024 01:42:50 +0000 (0:00:00.027) 0:01:58.174 ******** 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:711 Saturday 23 March 2024 01:42:50 +0000 (0:00:00.030) 0:01:58.205 ******** skipping: [sut] => (item=/tmp/ansible.AZud7V) => { "ansible_loop_var": "item", "changed": false, "item": "/tmp/ansible.AZud7V", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=ansible.UO9mp0) => { "ansible_loop_var": "item", "changed": false, "item": "ansible.UO9mp0", "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the tlscert setting] **************** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:729 Saturday 23 March 2024 01:42:50 +0000 (0:00:00.137) 0:01:58.342 ******** included: /WORKDIR/git-weekly-ciglas_w6z/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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Saturday 23 March 2024 01:42:50 +0000 (0:00:00.053) 0:01:58.395 ******** ok: [sut] => { "changed": false, "cmd": [ "grep", "^tlscert = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003320", "end": "2024-03-23 01:42:51.013318", "failed_when_result": false, "rc": 0, "start": "2024-03-23 01:42:51.009998" } STDOUT: tlscert = /etc/pki/tls/certs/ansible.AZud7V TASK [linux-system-roles.mssql : Configure the setting network tlscert] ******** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 Saturday 23 March 2024 01:42:51 +0000 (0:00:00.144) 0:01:58.540 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Unset the setting network tlscert] ************ task path: /WORKDIR/git-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:42 Saturday 23 March 2024 01:42:51 +0000 (0:00:00.062) 0:01:58.603 ******** 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.049695", "end": "2024-03-23 01:42:51.327328", "failed_when_result": false, "rc": 0, "start": "2024-03-23 01:42:51.277633" } 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:738 Saturday 23 March 2024 01:42:51 +0000 (0:00:00.265) 0:01:58.869 ******** included: /WORKDIR/git-weekly-ciglas_w6z/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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Saturday 23 March 2024 01:42:51 +0000 (0:00:00.111) 0:01:58.980 ******** ok: [sut] => { "changed": false, "cmd": [ "grep", "^tlskey = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003074", "end": "2024-03-23 01:42:51.610911", "failed_when_result": false, "rc": 0, "start": "2024-03-23 01:42:51.607837" } STDOUT: tlskey = /etc/pki/tls/private/ansible.UO9mp0 TASK [linux-system-roles.mssql : Configure the setting network tlskey] ********* task path: /WORKDIR/git-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 Saturday 23 March 2024 01:42:51 +0000 (0:00:00.173) 0:01:59.153 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Unset the setting network tlskey] ************* task path: /WORKDIR/git-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:42 Saturday 23 March 2024 01:42:51 +0000 (0:00:00.037) 0:01:59.191 ******** changed: [sut] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "unset", "network.tlskey" ], "delta": "0:00:00.048720", "end": "2024-03-23 01:42:51.855501", "failed_when_result": false, "rc": 0, "start": "2024-03-23 01:42:51.806781" } 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:747 Saturday 23 March 2024 01:42:51 +0000 (0:00:00.212) 0:01:59.403 ******** included: /WORKDIR/git-weekly-ciglas_w6z/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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Saturday 23 March 2024 01:42:51 +0000 (0:00:00.059) 0:01:59.463 ******** ok: [sut] => { "changed": false, "cmd": [ "grep", "^tlsprotocols = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003321", "end": "2024-03-23 01:42:52.086174", "failed_when_result": false, "rc": 0, "start": "2024-03-23 01:42:52.082853" } STDOUT: tlsprotocols = 1.2 TASK [linux-system-roles.mssql : Configure the setting network tlsprotocols] *** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 Saturday 23 March 2024 01:42:52 +0000 (0:00:00.151) 0:01:59.614 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Unset the setting network tlsprotocols] ******* task path: /WORKDIR/git-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:42 Saturday 23 March 2024 01:42:52 +0000 (0:00:00.033) 0:01:59.648 ******** changed: [sut] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "unset", "network.tlsprotocols" ], "delta": "0:00:00.049460", "end": "2024-03-23 01:42:52.313830", "failed_when_result": false, "rc": 0, "start": "2024-03-23 01:42:52.264370" } 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:754 Saturday 23 March 2024 01:42:52 +0000 (0:00:00.192) 0:01:59.840 ******** included: /WORKDIR/git-weekly-ciglas_w6z/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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Saturday 23 March 2024 01:42:52 +0000 (0:00:00.160) 0:02:00.000 ******** ok: [sut] => { "changed": false, "cmd": [ "grep", "^forceencryption = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003187", "end": "2024-03-23 01:42:52.613516", "failed_when_result": false, "rc": 0, "start": "2024-03-23 01:42:52.610329" } STDOUT: forceencryption = 1 TASK [linux-system-roles.mssql : Configure the setting network forceencryption] *** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 Saturday 23 March 2024 01:42:52 +0000 (0:00:00.141) 0:02:00.142 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Unset the setting network forceencryption] **** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:42 Saturday 23 March 2024 01:42:52 +0000 (0:00:00.047) 0:02:00.190 ******** changed: [sut] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "unset", "network.forceencryption" ], "delta": "0:00:00.049169", "end": "2024-03-23 01:42:52.880191", "failed_when_result": false, "rc": 0, "start": "2024-03-23 01:42:52.831022" } 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:763 Saturday 23 March 2024 01:42:52 +0000 (0:00:00.245) 0:02:00.435 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Join to realm {{ ad_integration_realm }}] ******************************** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:771 Saturday 23 March 2024 01:42:52 +0000 (0:00:00.027) 0:02:00.462 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Ensure adutil and krb5-workstation] *********** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:779 Saturday 23 March 2024 01:42:52 +0000 (0:00:00.025) 0:02:00.488 ******** 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:786 Saturday 23 March 2024 01:42:53 +0000 (0:00:00.037) 0:02:00.526 ******** 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:793 Saturday 23 March 2024 01:42:53 +0000 (0:00:00.040) 0:02:00.566 ******** 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:802 Saturday 23 March 2024 01:42:53 +0000 (0:00:00.071) 0:02:00.637 ******** 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:815 Saturday 23 March 2024 01:42:53 +0000 (0:00:00.040) 0:02:00.678 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : In AD server create user] ********************* task path: /WORKDIR/git-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:824 Saturday 23 March 2024 01:42:53 +0000 (0:00:00.045) 0:02:00.723 ******** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.mssql : Get SPNs for the principal] ******************* task path: /WORKDIR/git-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:836 Saturday 23 March 2024 01:42:53 +0000 (0:00:00.025) 0:02:00.749 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Register SPNs to the principal] *************** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:841 Saturday 23 March 2024 01:42:53 +0000 (0:00:00.033) 0:02:00.783 ******** 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:858 Saturday 23 March 2024 01:42:53 +0000 (0:00:00.042) 0:02:00.826 ******** 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:863 Saturday 23 March 2024 01:42:53 +0000 (0:00:00.045) 0:02:00.871 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Get keytab properties] ************************ task path: /WORKDIR/git-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:868 Saturday 23 March 2024 01:42:53 +0000 (0:00:00.022) 0:02:00.894 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Create keytab] ******************************** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:874 Saturday 23 March 2024 01:42:53 +0000 (0:00:00.107) 0:02:01.002 ******** 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:900 Saturday 23 March 2024 01:42:53 +0000 (0:00:00.022) 0:02:01.024 ******** 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:921 Saturday 23 March 2024 01:42:53 +0000 (0:00:00.031) 0:02:01.056 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Fetch keytab file to host] ******************** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:929 Saturday 23 March 2024 01:42:53 +0000 (0:00:00.024) 0:02:01.080 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the network.kerberoskeytabfile setting] *** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:939 Saturday 23 March 2024 01:42:53 +0000 (0:00:00.059) 0:02:01.140 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the network.kerberoskeytabfile setting] *** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:945 Saturday 23 March 2024 01:42:53 +0000 (0:00:00.027) 0:02:01.167 ******** 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:963 Saturday 23 March 2024 01:42:53 +0000 (0:00:00.025) 0:02:01.193 ******** 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:978 Saturday 23 March 2024 01:42:53 +0000 (0:00:00.027) 0:02:01.221 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Set host variables] *************************** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:998 Saturday 23 March 2024 01:42:53 +0000 (0:00:00.025) 0:02:01.246 ******** 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1051 Saturday 23 March 2024 01:42:53 +0000 (0:00:00.026) 0:02: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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1058 Saturday 23 March 2024 01:42:53 +0000 (0:00:00.022) 0:02:01.295 ******** 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1065 Saturday 23 March 2024 01:42:53 +0000 (0:00:00.042) 0:02:01.337 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Remove certificate from SQL Server] *********** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1076 Saturday 23 March 2024 01:42:53 +0000 (0:00:00.032) 0:02:01.370 ******** 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1082 Saturday 23 March 2024 01:42:53 +0000 (0:00:00.024) 0:02:01.394 ******** 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1090 Saturday 23 March 2024 01:42:53 +0000 (0:00:00.042) 0:02:01.437 ******** 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1099 Saturday 23 March 2024 01:42:53 +0000 (0:00:00.024) 0:02:01.461 ******** 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1107 Saturday 23 March 2024 01:42:53 +0000 (0:00:00.026) 0:02:01.488 ******** 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1121 Saturday 23 March 2024 01:42:54 +0000 (0:00:00.030) 0:02:01.518 ******** 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1128 Saturday 23 March 2024 01:42:54 +0000 (0:00:00.029) 0:02:01.548 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure ag] ********************************* task path: /WORKDIR/git-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1153 Saturday 23 March 2024 01:42:54 +0000 (0:00:00.155) 0:02:01.703 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Grant permissions to HA login] **************** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1162 Saturday 23 March 2024 01:42:54 +0000 (0:00:00.033) 0:02:01.736 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Replicate DBs] ******************************** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1172 Saturday 23 March 2024 01:42:54 +0000 (0:00:00.023) 0:02:01.760 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Grant permissions to HA login] **************** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1183 Saturday 23 March 2024 01:42:54 +0000 (0:00:00.033) 0:02:01.793 ******** 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1196 Saturday 23 March 2024 01:42:54 +0000 (0:00:00.027) 0:02:01.821 ******** 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1209 Saturday 23 March 2024 01:42:54 +0000 (0:00:00.033) 0:02:01.854 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Enable the hadrenabled setting] *************** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1216 Saturday 23 March 2024 01:42:54 +0000 (0:00:00.029) 0:02:01.883 ******** 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1223 Saturday 23 March 2024 01:42:54 +0000 (0:00:00.040) 0:02:01.924 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Remove certificate from SQL Server] *********** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1232 Saturday 23 March 2024 01:42:54 +0000 (0:00:00.026) 0:02:01.950 ******** 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1239 Saturday 23 March 2024 01:42:54 +0000 (0:00:00.034) 0:02:01.984 ******** 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1251 Saturday 23 March 2024 01:42:54 +0000 (0:00:00.045) 0:02:02.030 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Create HA login] ****************************** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1260 Saturday 23 March 2024 01:42:54 +0000 (0:00:00.025) 0:02:02.056 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Join to availability group] ******************* task path: /WORKDIR/git-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1267 Saturday 23 March 2024 01:42:54 +0000 (0:00:00.024) 0:02:02.080 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Grant permissions to HA login] **************** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1273 Saturday 23 March 2024 01:42:54 +0000 (0:00:00.027) 0:02:02.108 ******** 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1281 Saturday 23 March 2024 01:42:54 +0000 (0:00:00.026) 0:02:02.135 ******** 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1294 Saturday 23 March 2024 01:42:54 +0000 (0:00:00.032) 0:02:02.167 ******** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [Run ha_cluster to configure pacemaker] *********************************** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1306 Saturday 23 March 2024 01:42:54 +0000 (0:00:00.024) 0:02:02.191 ******** 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1311 Saturday 23 March 2024 01:42:54 +0000 (0:00:00.027) 0:02:02.219 ******** 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1317 Saturday 23 March 2024 01:42:54 +0000 (0:00:00.038) 0:02:02.258 ******** 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1326 Saturday 23 March 2024 01:42:54 +0000 (0:00:00.118) 0:02:02.377 ******** changed: [sut] => { "changed": true } MSG: Block inserted RUNNING HANDLER [linux-system-roles.mssql : Restart the mssql-server service] *** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/handlers/main.yml:3 Saturday 23 March 2024 01:42:55 +0000 (0:00:00.179) 0:02:02.557 ******** changed: [sut] => { "changed": true, "name": "mssql-server", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2024-03-23 01:42:35 UTC", "ActiveEnterTimestampMonotonic": "2150624881", "ActiveExitTimestamp": "Sat 2024-03-23 01:42:35 UTC", "ActiveExitTimestampMonotonic": "2150375654", "ActiveState": "active", "After": "basic.target systemd-journald.socket auditd.service -.mount system.slice network.target", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-03-23 01:42:35 UTC", "AssertTimestampMonotonic": "2150624231", "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": "Sat 2024-03-23 01:42:35 UTC", "ConditionTimestampMonotonic": "2150624229", "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": "28212", "ExecMainStartTimestamp": "Sat 2024-03-23 01:42:35 UTC", "ExecMainStartTimestampMonotonic": "2150624817", "ExecMainStatus": "0", "ExecStart": "{ path=/opt/mssql/bin/sqlservr ; argv[]=/opt/mssql/bin/sqlservr ; ignore_errors=no ; start_time=[Sat 2024-03-23 01:42:35 UTC] ; stop_time=[n/a] ; pid=28212 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/mssql-server.service", "GuessMainPID": "yes", "IOScheduling": "0", "Id": "mssql-server.service", "IgnoreOnIsolate": "no", "IgnoreOnSnapshot": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestamp": "Sat 2024-03-23 01:42:35 UTC", "InactiveEnterTimestampMonotonic": "2150623578", "InactiveExitTimestamp": "Sat 2024-03-23 01:42:35 UTC", "InactiveExitTimestampMonotonic": "2150624881", "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": "28212", "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": "0", "StartLimitInterval": "0", "StartupBlockIOWeight": "18446744073709551615", "StartupCPUShares": "18446744073709551615", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "no", "TasksCurrent": "18446744073709551615", "TasksMax": "18446744073709551615", "TimeoutStartUSec": "30min", "TimeoutStopUSec": "30min", "TimerSlackNSec": "50000", "Transient": "no", "Type": "simple", "UMask": "0007", "UnitFilePreset": "disabled", "UnitFileState": "enabled", "User": "mssql", "WantedBy": "multi-user.target", "WatchdogTimestamp": "Sat 2024-03-23 01:42:35 UTC", "WatchdogTimestampMonotonic": "2150624856", "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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1339 Saturday 23 March 2024 01:42:56 +0000 (0:00:01.427) 0:02:03.984 ******** 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1350 Saturday 23 March 2024 01:42:56 +0000 (0:00:00.040) 0:02:04.024 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify connectivity and settings] **************************************** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/tasks/tests_tls.yml:147 Saturday 23 March 2024 01:42:56 +0000 (0:00:00.035) 0:02:04.059 ******** included: /WORKDIR/git-weekly-ciglas_w6z/tests/tasks/verify_settings.yml for sut TASK [Check if the errorlog file exists and its location] ********************** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/tasks/verify_settings.yml:8 Saturday 23 March 2024 01:42:56 +0000 (0:00:00.281) 0:02:04.341 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if the set edition matches the existing edition] ******************* task path: /WORKDIR/git-weekly-ciglas_w6z/tests/tasks/verify_settings.yml:23 Saturday 23 March 2024 01:42:56 +0000 (0:00:00.025) 0:02:04.367 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify if the edition matches] ******************************************* task path: /WORKDIR/git-weekly-ciglas_w6z/tests/tasks/verify_settings.yml:35 Saturday 23 March 2024 01:42:56 +0000 (0:00:00.118) 0:02:04.485 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the setting {{ item.key }}] *************************************** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/tasks/verify_settings.yml:39 Saturday 23 March 2024 01:42:57 +0000 (0:00:00.025) 0:02:04.511 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get stat of mssql_datadir] *********************************************** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/tasks/verify_settings.yml:55 Saturday 23 March 2024 01:42:57 +0000 (0:00:00.036) 0:02:04.547 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Assert that mssql_datadir has proper permissions and ownership] ********** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/tasks/verify_settings.yml:60 Saturday 23 March 2024 01:42:57 +0000 (0:00:00.038) 0:02:04.586 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get stat of mssql_logdir] ************************************************ task path: /WORKDIR/git-weekly-ciglas_w6z/tests/tasks/verify_settings.yml:70 Saturday 23 March 2024 01:42:57 +0000 (0:00:00.023) 0:02:04.610 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Assert that mssql_logdir has proper permissions and ownership] *********** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/tasks/verify_settings.yml:75 Saturday 23 March 2024 01:42:57 +0000 (0:00:00.024) 0:02:04.634 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Prepare MSSQL and facts for logging in] ********************************** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/tasks/verify_settings.yml:85 Saturday 23 March 2024 01:42:57 +0000 (0:00:00.032) 0:02:04.666 ******** TASK [linux-system-roles.mssql : Ensure that the mssql-server service is started] *** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/verify_password.yml:3 Saturday 23 March 2024 01:42:57 +0000 (0:00:00.044) 0:02:04.711 ******** ok: [sut] => { "changed": false, "name": "mssql-server", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2024-03-23 01:42:56 UTC", "ActiveEnterTimestampMonotonic": "2171533063", "ActiveExitTimestamp": "Sat 2024-03-23 01:42:55 UTC", "ActiveExitTimestampMonotonic": "2170334602", "ActiveState": "active", "After": "basic.target systemd-journald.socket auditd.service -.mount system.slice network.target", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-03-23 01:42:56 UTC", "AssertTimestampMonotonic": "2171532361", "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": "Sat 2024-03-23 01:42:56 UTC", "ConditionTimestampMonotonic": "2171532360", "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": "28907", "ExecMainStartTimestamp": "Sat 2024-03-23 01:42:56 UTC", "ExecMainStartTimestampMonotonic": "2171532960", "ExecMainStatus": "0", "ExecStart": "{ path=/opt/mssql/bin/sqlservr ; argv[]=/opt/mssql/bin/sqlservr ; ignore_errors=no ; start_time=[Sat 2024-03-23 01:42:56 UTC] ; stop_time=[n/a] ; pid=28907 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/mssql-server.service", "GuessMainPID": "yes", "IOScheduling": "0", "Id": "mssql-server.service", "IgnoreOnIsolate": "no", "IgnoreOnSnapshot": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestamp": "Sat 2024-03-23 01:42:56 UTC", "InactiveEnterTimestampMonotonic": "2171531646", "InactiveExitTimestamp": "Sat 2024-03-23 01:42:56 UTC", "InactiveExitTimestampMonotonic": "2171533063", "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": "28907", "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": "0", "StartLimitInterval": "0", "StartupBlockIOWeight": "18446744073709551615", "StartupCPUShares": "18446744073709551615", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "no", "TasksCurrent": "18446744073709551615", "TasksMax": "18446744073709551615", "TimeoutStartUSec": "30min", "TimeoutStopUSec": "30min", "TimerSlackNSec": "50000", "Transient": "no", "Type": "simple", "UMask": "0007", "UnitFilePreset": "disabled", "UnitFileState": "enabled", "User": "mssql", "WantedBy": "multi-user.target", "WatchdogTimestamp": "Sat 2024-03-23 01:42:56 UTC", "WatchdogTimestampMonotonic": "2171533029", "WatchdogUSec": "0", "WorkingDirectory": "/var/opt/mssql" } } TASK [linux-system-roles.mssql : Check if a custom tcpport setting exist] ****** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/verify_password.yml:8 Saturday 23 March 2024 01:42:57 +0000 (0:00:00.285) 0:02:04.997 ******** ok: [sut] => { "changed": false, "cmd": [ "grep", "^tcpport = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.004708", "end": "2024-03-23 01:42:57.679666", "failed_when_result": false, "rc": 1, "start": "2024-03-23 01:42:57.674958" } MSG: non-zero return code TASK [linux-system-roles.mssql : Check if a custom ipaddress setting exist] **** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/verify_password.yml:14 Saturday 23 March 2024 01:42:57 +0000 (0:00:00.212) 0:02:05.209 ******** ok: [sut] => { "changed": false, "cmd": [ "grep", "^ipaddress = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003527", "end": "2024-03-23 01:42:57.864727", "failed_when_result": false, "rc": 1, "start": "2024-03-23 01:42:57.861200" } MSG: non-zero return code TASK [linux-system-roles.mssql : Set a fact with a login command] ************** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/verify_password.yml:20 Saturday 23 March 2024 01:42:57 +0000 (0:00:00.184) 0:02:05.393 ******** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [Wait for mssql-server to prepare for client connections] ***************** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/tasks/verify_settings.yml:93 Saturday 23 March 2024 01:42:57 +0000 (0:00:00.046) 0:02:05.440 ******** 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-weekly-ciglas_w6z/tests/tasks/verify_settings.yml:99 Saturday 23 March 2024 01:43:00 +0000 (0:00:02.174) 0:02:07.615 ******** ok: [sut] => { "attempts": 1, "changed": false, "cmd": [ "/opt/mssql-tools/bin/sqlcmd", "-U", "sa", "-P", "p@55w0rD", "-Q", "SELECT @@VERSION" ], "delta": "0:00:00.040175", "end": "2024-03-23 01:43:00.266348", "rc": 0, "start": "2024-03-23 01:43:00.226173" } 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-weekly-ciglas_w6z/tests/tasks/verify_settings.yml:118 Saturday 23 March 2024 01:43:00 +0000 (0:00:00.271) 0:02:07.887 ******** ok: [sut] => { "ansible_facts": { "mssql_password": null }, "changed": false } TASK [Verify the package mssql-server-fts] ************************************* task path: /WORKDIR/git-weekly-ciglas_w6z/tests/tasks/verify_settings.yml:122 Saturday 23 March 2024 01:43:00 +0000 (0:00:00.059) 0:02:07.946 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the package powershell] ******************************************* task path: /WORKDIR/git-weekly-ciglas_w6z/tests/tasks/verify_settings.yml:129 Saturday 23 March 2024 01:43:00 +0000 (0:00:00.030) 0:02:07.977 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the value of the traceflag setting] ********************************** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/tasks/verify_settings.yml:140 Saturday 23 March 2024 01:43:00 +0000 (0:00:00.028) 0:02:08.005 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that the traceflag setting is set to 3979] ************************ task path: /WORKDIR/git-weekly-ciglas_w6z/tests/tasks/verify_settings.yml:145 Saturday 23 March 2024 01:43:00 +0000 (0:00:00.025) 0:02:08.031 ******** 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-weekly-ciglas_w6z/tests/tasks/verify_settings.yml:150 Saturday 23 March 2024 01:43:00 +0000 (0:00:00.025) 0:02:08.057 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that the alternatewritethrough setting is false] ****************** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/tasks/verify_settings.yml:156 Saturday 23 March 2024 01:43:00 +0000 (0:00:00.024) 0:02:08.082 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the writethrough setting] ***************************************** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/tasks/verify_settings.yml:162 Saturday 23 March 2024 01:43:00 +0000 (0:00:00.024) 0:02:08.106 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the tlscert setting] ********************************************** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/tasks/verify_settings.yml:172 Saturday 23 March 2024 01:43:00 +0000 (0:00:00.023) 0:02:08.130 ******** included: /WORKDIR/git-weekly-ciglas_w6z/tests/tasks/mssql_conf_verify.yml for sut TASK [Get the value of the setting tlscert] ************************************ task path: /WORKDIR/git-weekly-ciglas_w6z/tests/tasks/mssql_conf_verify.yml:7 Saturday 23 March 2024 01:43:00 +0000 (0:00:00.044) 0:02:08.175 ******** ok: [sut] => { "changed": false, "cmd": "grep '^tlscert' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004281", "end": "2024-03-23 01:43:00.788651", "rc": 0, "start": "2024-03-23 01:43:00.784370" } TASK [Verify the setting when it is type str tlscert] ************************** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/tasks/mssql_conf_verify.yml:14 Saturday 23 March 2024 01:43:00 +0000 (0:00:00.143) 0:02:08.318 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the setting when it is type bool tlscert] ************************* task path: /WORKDIR/git-weekly-ciglas_w6z/tests/tasks/mssql_conf_verify.yml:25 Saturday 23 March 2024 01:43:00 +0000 (0:00:00.035) 0:02:08.353 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that tcpport =] *************************************************** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/tasks/mssql_conf_verify.yml:40 Saturday 23 March 2024 01:43:00 +0000 (0:00:00.033) 0:02:08.386 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the tlskey setting] *********************************************** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/tasks/verify_settings.yml:183 Saturday 23 March 2024 01:43:00 +0000 (0:00:00.023) 0:02:08.410 ******** included: /WORKDIR/git-weekly-ciglas_w6z/tests/tasks/mssql_conf_verify.yml for sut TASK [Get the value of the setting tlskey] ************************************* task path: /WORKDIR/git-weekly-ciglas_w6z/tests/tasks/mssql_conf_verify.yml:7 Saturday 23 March 2024 01:43:00 +0000 (0:00:00.040) 0:02:08.450 ******** ok: [sut] => { "changed": false, "cmd": "grep '^tlskey' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004329", "end": "2024-03-23 01:43:01.064915", "rc": 0, "start": "2024-03-23 01:43:01.060586" } TASK [Verify the setting when it is type str tlskey] *************************** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/tasks/mssql_conf_verify.yml:14 Saturday 23 March 2024 01:43:01 +0000 (0:00:00.225) 0:02:08.676 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the setting when it is type bool tlskey] ************************** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/tasks/mssql_conf_verify.yml:25 Saturday 23 March 2024 01:43:01 +0000 (0:00:00.033) 0:02:08.710 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that tcpport =] *************************************************** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/tasks/mssql_conf_verify.yml:40 Saturday 23 March 2024 01:43:01 +0000 (0:00:00.029) 0:02:08.739 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the tlsprotocols setting] ***************************************** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/tasks/verify_settings.yml:195 Saturday 23 March 2024 01:43:01 +0000 (0:00:00.024) 0:02:08.764 ******** included: /WORKDIR/git-weekly-ciglas_w6z/tests/tasks/mssql_conf_verify.yml for sut TASK [Get the value of the setting tlsprotocols] ******************************* task path: /WORKDIR/git-weekly-ciglas_w6z/tests/tasks/mssql_conf_verify.yml:7 Saturday 23 March 2024 01:43:01 +0000 (0:00:00.045) 0:02:08.809 ******** ok: [sut] => { "changed": false, "cmd": "grep '^tlsprotocols' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004358", "end": "2024-03-23 01:43:01.430402", "rc": 0, "start": "2024-03-23 01:43:01.426044" } TASK [Verify the setting when it is type str tlsprotocols] ********************* task path: /WORKDIR/git-weekly-ciglas_w6z/tests/tasks/mssql_conf_verify.yml:14 Saturday 23 March 2024 01:43:01 +0000 (0:00:00.162) 0:02:08.972 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the setting when it is type bool tlsprotocols] ******************** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/tasks/mssql_conf_verify.yml:25 Saturday 23 March 2024 01:43:01 +0000 (0:00:00.037) 0:02:09.009 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that tcpport =] *************************************************** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/tasks/mssql_conf_verify.yml:40 Saturday 23 March 2024 01:43:01 +0000 (0:00:00.041) 0:02:09.050 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the forceencryption setting] ************************************** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/tasks/verify_settings.yml:203 Saturday 23 March 2024 01:43:01 +0000 (0:00:00.027) 0:02:09.078 ******** included: /WORKDIR/git-weekly-ciglas_w6z/tests/tasks/mssql_conf_verify.yml for sut TASK [Get the value of the setting forceencryption] **************************** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/tasks/mssql_conf_verify.yml:7 Saturday 23 March 2024 01:43:01 +0000 (0:00:00.046) 0:02:09.124 ******** ok: [sut] => { "changed": false, "cmd": "grep '^forceencryption' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004453", "end": "2024-03-23 01:43:01.738327", "rc": 0, "start": "2024-03-23 01:43:01.733874" } TASK [Verify the setting when it is type str forceencryption] ****************** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/tasks/mssql_conf_verify.yml:14 Saturday 23 March 2024 01:43:01 +0000 (0:00:00.139) 0:02:09.264 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the setting when it is type bool forceencryption] ***************** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/tasks/mssql_conf_verify.yml:25 Saturday 23 March 2024 01:43:01 +0000 (0:00:00.027) 0:02:09.292 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify that tcpport = False] ********************************************* task path: /WORKDIR/git-weekly-ciglas_w6z/tests/tasks/mssql_conf_verify.yml:40 Saturday 23 March 2024 01:43:01 +0000 (0:00:00.035) 0:02:09.327 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify configuration for confined application] *************************** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/tasks/verify_settings.yml:210 Saturday 23 March 2024 01:43:01 +0000 (0:00:00.024) 0:02:09.351 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Test with certs created by the certificate role] ************************* task path: /WORKDIR/git-weekly-ciglas_w6z/tests/tasks/tests_tls.yml:154 Saturday 23 March 2024 01:43:01 +0000 (0:00:00.038) 0:02:09.389 ******** TASK [linux-system-roles.mssql : Ensure ansible_facts and variables used by role] *** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:3 Saturday 23 March 2024 01:43:02 +0000 (0:00:00.554) 0:02:09.943 ******** included: /WORKDIR/git-weekly-ciglas_w6z/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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/set_vars.yml:3 Saturday 23 March 2024 01:43:02 +0000 (0:00:00.045) 0:02:09.989 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Set platform/version specific variables] ****** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/set_vars.yml:9 Saturday 23 March 2024 01:43:02 +0000 (0:00:00.028) 0:02:10.017 ******** ok: [sut] => (item=RedHat.yml) => { "ansible_facts": { "__mssql_client_repository": "https://packages.microsoft.com/rhel/9/prod/", "__mssql_confined_supported": true, "__mssql_server_repository": "https://packages.microsoft.com/rhel/9/mssql-server-{{ mssql_version | int }}/", "__mssql_supported_versions": [ 2022 ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-ciglas_w6z/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-weekly-ciglas_w6z/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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:8 Saturday 23 March 2024 01:43:02 +0000 (0:00:00.041) 0:02:10.059 ******** 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:15 Saturday 23 March 2024 01:43:02 +0000 (0:00:00.021) 0:02:10.081 ******** skipping: [sut] => {} TASK [linux-system-roles.mssql : Link the deprecated mssql_input_sql_file fact] *** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:23 Saturday 23 March 2024 01:43:02 +0000 (0:00:00.136) 0:02:10.217 ******** 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:30 Saturday 23 March 2024 01:43:02 +0000 (0:00:00.024) 0:02:10.242 ******** skipping: [sut] => {} TASK [linux-system-roles.mssql : Link the deprecated mssql_ha_listener_port fact] *** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:37 Saturday 23 March 2024 01:43:02 +0000 (0:00:00.023) 0:02:10.266 ******** 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:44 Saturday 23 March 2024 01:43:02 +0000 (0:00:00.023) 0:02:10.289 ******** skipping: [sut] => {} TASK [linux-system-roles.mssql : Link the deprecated mssql_ad_sql_user_name fact] *** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:51 Saturday 23 March 2024 01:43:02 +0000 (0:00:00.024) 0:02:10.314 ******** 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:58 Saturday 23 March 2024 01:43:02 +0000 (0:00:00.025) 0:02:10.339 ******** skipping: [sut] => {} TASK [linux-system-roles.mssql : Link the deprecated mssql_ha_cluster_run_role fact] *** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:65 Saturday 23 March 2024 01:43:02 +0000 (0:00:00.023) 0:02:10.363 ******** 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:69 Saturday 23 March 2024 01:43:02 +0000 (0:00:00.030) 0:02:10.393 ******** 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:81 Saturday 23 March 2024 01:43:02 +0000 (0:00:00.048) 0:02:10.442 ******** 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:89 Saturday 23 March 2024 01:43:02 +0000 (0:00:00.037) 0:02:10.479 ******** 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:98 Saturday 23 March 2024 01:43:03 +0000 (0:00:00.030) 0:02:10.509 ******** 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:111 Saturday 23 March 2024 01:43:03 +0000 (0:00:00.038) 0:02:10.548 ******** 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:122 Saturday 23 March 2024 01:43:03 +0000 (0:00:00.037) 0:02:10.585 ******** 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:131 Saturday 23 March 2024 01:43:03 +0000 (0:00:00.049) 0:02:10.635 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Gather package facts] ************************* task path: /WORKDIR/git-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:142 Saturday 23 March 2024 01:43:03 +0000 (0:00:00.058) 0:02:10.694 ******** 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:146 Saturday 23 March 2024 01:43:04 +0000 (0:00:01.098) 0:02:11.792 ******** 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:155 Saturday 23 March 2024 01:43:04 +0000 (0:00:00.115) 0:02:11.907 ******** 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:162 Saturday 23 March 2024 01:43:04 +0000 (0:00:00.031) 0:02:11.939 ******** 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:169 Saturday 23 March 2024 01:43:04 +0000 (0:00:00.051) 0:02:11.990 ******** 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:184 Saturday 23 March 2024 01:43:04 +0000 (0:00:00.058) 0:02:12.049 ******** ok: [sut] => { "attempts": 1, "changed": false } TASK [linux-system-roles.mssql : Update all packages from SQL Server repo version 2017] *** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:197 Saturday 23 March 2024 01:43:04 +0000 (0:00:00.327) 0:02:12.376 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Get yum repositories] ************************* task path: /WORKDIR/git-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:207 Saturday 23 March 2024 01:43:04 +0000 (0:00:00.028) 0:02:12.405 ******** 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:218 Saturday 23 March 2024 01:43:04 +0000 (0:00:00.039) 0:02:12.445 ******** 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:226 Saturday 23 March 2024 01:43:04 +0000 (0:00:00.027) 0:02:12.472 ******** 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:236 Saturday 23 March 2024 01:43:05 +0000 (0:00:00.032) 0:02:12.504 ******** 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:241 Saturday 23 March 2024 01:43:05 +0000 (0:00:00.381) 0:02:12.886 ******** ok: [sut] => { "changed": false, "rc": 0, "results": [ "mssql-server-14.0.3465.1-1.x86_64 providing mssql-server is already installed" ] } lsrpackages: mssql-server TASK [linux-system-roles.mssql : Ensure that the openldap-compat package is installed] *** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:249 Saturday 23 March 2024 01:43:05 +0000 (0:00:00.349) 0:02:13.235 ******** 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:257 Saturday 23 March 2024 01:43:05 +0000 (0:00:00.022) 0:02:13.258 ******** 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.005327", "end": "2024-03-23 01:43:05.871741", "rc": 0, "start": "2024-03-23 01:43:05.866414" } STDOUT: /var/opt/mssql/log/errorlog TASK [linux-system-roles.mssql : Gather system services facts] ***************** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:272 Saturday 23 March 2024 01:43:05 +0000 (0:00:00.233) 0:02:13.491 ******** 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:276 Saturday 23 March 2024 01:43:06 +0000 (0:00:00.713) 0:02:14.205 ******** 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:285 Saturday 23 March 2024 01:43:06 +0000 (0:00:00.031) 0:02:14.237 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Set up MSSQL] ********************************* task path: /WORKDIR/git-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:301 Saturday 23 March 2024 01:43:06 +0000 (0:00:00.025) 0:02:14.263 ******** 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:326 Saturday 23 March 2024 01:43:06 +0000 (0:00:00.039) 0:02:14.302 ******** 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:341 Saturday 23 March 2024 01:43:06 +0000 (0:00:00.035) 0:02:14.338 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure correct SELinux context for storage paths and ports] ************** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:355 Saturday 23 March 2024 01:43:06 +0000 (0:00:00.025) 0:02:14.363 ******** 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:366 Saturday 23 March 2024 01:43:06 +0000 (0:00:00.041) 0:02:14.404 ******** ok: [sut] => { "changed": false, "rc": 0, "results": [ "tuned-profiles-mssql-2.11.0-12.el7_9.noarch providing tuned-profiles-mssql is already installed" ] } lsrpackages: tuned-profiles-mssql TASK [linux-system-roles.mssql : Ensure that the tuned service is started and enabled] *** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:371 Saturday 23 March 2024 01:43:07 +0000 (0:00:00.369) 0:02:14.774 ******** ok: [sut] => { "changed": false, "enabled": true, "name": "tuned", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2024-03-23 01:06:57 UTC", "ActiveEnterTimestampMonotonic": "12797740", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "basic.target systemd-journald.socket dbus.service systemd-sysctl.service system.slice network.target", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-03-23 01:06:56 UTC", "AssertTimestampMonotonic": "11934221", "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": "Sat 2024-03-23 01:06:56 UTC", "ConditionTimestampMonotonic": "11934220", "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": "879", "ExecMainStartTimestamp": "Sat 2024-03-23 01:06:56 UTC", "ExecMainStartTimestampMonotonic": "11935249", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/sbin/tuned ; argv[]=/usr/sbin/tuned -l -P ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/tuned.service", "GuessMainPID": "yes", "IOScheduling": "0", "Id": "tuned.service", "IgnoreOnIsolate": "no", "IgnoreOnSnapshot": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestamp": "Sat 2024-03-23 01:06:56 UTC", "InactiveExitTimestampMonotonic": "11935301", "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": "879", "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": "Sat 2024-03-23 01:06:57 UTC", "WatchdogTimestampMonotonic": "12797521", "WatchdogUSec": "0" } } TASK [linux-system-roles.mssql : Get the active Tuned profiles] **************** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:377 Saturday 23 March 2024 01:43:07 +0000 (0:00:00.218) 0:02:14.993 ******** ok: [sut] => { "changed": false, "cmd": [ "tuned-adm", "active" ], "delta": "0:00:00.090535", "end": "2024-03-23 01:43:07.691544", "rc": 0, "start": "2024-03-23 01:43:07.601009" } 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:387 Saturday 23 March 2024 01:43:07 +0000 (0:00:00.223) 0:02:15.216 ******** 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:400 Saturday 23 March 2024 01:43:07 +0000 (0:00:00.023) 0:02:15.239 ******** 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:409 Saturday 23 March 2024 01:43:07 +0000 (0:00:00.023) 0:02:15.263 ******** 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:419 Saturday 23 March 2024 01:43:07 +0000 (0:00:00.022) 0:02:15.285 ******** ok: [sut] => { "changed": false, "repo": "packages-microsoft-com-prod", "state": "present" } TASK [linux-system-roles.mssql : Ensure that SQL Server client tools are installed] *** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:426 Saturday 23 March 2024 01:43:07 +0000 (0:00:00.191) 0:02:15.476 ******** 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" ] } lsrpackages: mssql-tools unixODBC-devel TASK [linux-system-roles.mssql : Prepare MSSQL and facts for logging in] ******* task path: /WORKDIR/git-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:438 Saturday 23 March 2024 01:43:08 +0000 (0:00:00.349) 0:02:15.826 ******** 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:442 Saturday 23 March 2024 01:43:08 +0000 (0:00:00.031) 0:02:15.858 ******** 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:448 Saturday 23 March 2024 01:43:08 +0000 (0:00:00.040) 0:02:15.898 ******** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.mssql : Ensure that the mssql-server service is stopped] *** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:463 Saturday 23 March 2024 01:43:08 +0000 (0:00:00.044) 0:02:15.943 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Gather package facts] ************************* task path: /WORKDIR/git-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:470 Saturday 23 March 2024 01:43:08 +0000 (0:00:00.029) 0:02:15.972 ******** 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:478 Saturday 23 March 2024 01:43:08 +0000 (0:00:00.041) 0:02:16.014 ******** 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:500 Saturday 23 March 2024 01:43:08 +0000 (0:00:00.040) 0:02:16.054 ******** 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:511 Saturday 23 March 2024 01:43:08 +0000 (0:00:00.027) 0:02:16.081 ******** 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:526 Saturday 23 March 2024 01:43:08 +0000 (0:00:00.028) 0:02:16.110 ******** 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.005047", "end": "2024-03-23 01:43:08.728862", "rc": 0, "start": "2024-03-23 01:43:08.723815" } STDOUT: true TASK [linux-system-roles.mssql : Ensure that the mssql-server service is stopped] *** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:539 Saturday 23 March 2024 01:43:08 +0000 (0:00:00.146) 0:02:16.256 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Gather package facts] ************************* task path: /WORKDIR/git-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:546 Saturday 23 March 2024 01:43:08 +0000 (0:00:00.058) 0:02:16.315 ******** 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:552 Saturday 23 March 2024 01:43:09 +0000 (0:00:01.072) 0:02:17.388 ******** 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:572 Saturday 23 March 2024 01:43:09 +0000 (0:00:00.052) 0:02:17.440 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Register the previous tcpport setting] ******** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:579 Saturday 23 March 2024 01:43:09 +0000 (0:00:00.044) 0:02:17.484 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Open the TCP port 1433] ************************************************** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:586 Saturday 23 March 2024 01:43:10 +0000 (0:00:00.051) 0:02:17.535 ******** 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:598 Saturday 23 March 2024 01:43:10 +0000 (0:00:00.032) 0:02:17.568 ******** included: /WORKDIR/git-weekly-ciglas_w6z/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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Saturday 23 March 2024 01:43:10 +0000 (0:00:00.061) 0:02:17.630 ******** ok: [sut] => { "changed": false, "cmd": [ "grep", "^tcpport = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003108", "end": "2024-03-23 01:43:10.249430", "failed_when_result": false, "rc": 1, "start": "2024-03-23 01:43:10.246322" } MSG: non-zero return code TASK [linux-system-roles.mssql : Configure the setting network tcpport] ******** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 Saturday 23 March 2024 01:43:10 +0000 (0:00:00.170) 0:02:17.801 ******** ok: [sut] => { "changed": false, "cmd": [ "/opt/mssql/bin/mssql-conf", "set", "network.tcpport", "1433" ], "delta": "0:00:00.049460", "end": "2024-03-23 01:43:10.482247", "failed_when_result": false, "rc": 0, "start": "2024-03-23 01:43:10.432787" } 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:42 Saturday 23 March 2024 01:43:10 +0000 (0:00:00.219) 0:02:18.020 ******** 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:604 Saturday 23 March 2024 01:43:10 +0000 (0:00:00.053) 0:02:18.074 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the sqlagent setting] *************** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:624 Saturday 23 March 2024 01:43:10 +0000 (0:00:00.034) 0:02:18.108 ******** 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:631 Saturday 23 March 2024 01:43:10 +0000 (0:00:00.029) 0:02:18.137 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Ensure the package powershell] **************** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:638 Saturday 23 March 2024 01:43:10 +0000 (0:00:00.046) 0:02:18.183 ******** 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:647 Saturday 23 March 2024 01:43:10 +0000 (0:00:00.026) 0:02:18.210 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Set the 3979 traceflag] *********************** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:653 Saturday 23 March 2024 01:43:10 +0000 (0:00:00.038) 0:02:18.248 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Unset the 3979 traceflag] ********************* task path: /WORKDIR/git-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:660 Saturday 23 March 2024 01:43:10 +0000 (0:00:00.032) 0:02:18.281 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the alternatewritethrough setting] *** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:668 Saturday 23 March 2024 01:43:10 +0000 (0:00:00.027) 0:02:18.308 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the writethrough setting] *********** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:674 Saturday 23 March 2024 01:43:10 +0000 (0:00:00.137) 0:02:18.445 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create certificates using the certificate role] ************************** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:692 Saturday 23 March 2024 01:43:10 +0000 (0:00:00.028) 0:02:18.474 ******** TASK [fedora.linux_system_roles.certificate : Set version specific variables] *** task path: /WORKDIR/git-weekly-ciglas_w6z/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:2 Saturday 23 March 2024 01:43:11 +0000 (0:00:00.085) 0:02:18.559 ******** included: /WORKDIR/git-weekly-ciglas_w6z/.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-weekly-ciglas_w6z/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:2 Saturday 23 March 2024 01:43:11 +0000 (0:00:00.075) 0:02:18.635 ******** 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-weekly-ciglas_w6z/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:10 Saturday 23 March 2024 01:43:11 +0000 (0:00:00.038) 0:02:18.673 ******** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.certificate : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-weekly-ciglas_w6z/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:15 Saturday 23 March 2024 01:43:11 +0000 (0:00:00.177) 0:02:18.851 ******** 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-weekly-ciglas_w6z/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:19 Saturday 23 March 2024 01:43:11 +0000 (0:00:00.078) 0:02:18.929 ******** 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-weekly-ciglas_w6z/.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-weekly-ciglas_w6z/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:5 Saturday 23 March 2024 01:43:11 +0000 (0:00:00.137) 0:02:19.067 ******** 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 4.0 MB/s | 1.1 MB 00:00 \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" ] } lsrpackages: python-cryptography python-dbus python-pyasn1 TASK [fedora.linux_system_roles.certificate : Ensure provider packages are installed] *** task path: /WORKDIR/git-weekly-ciglas_w6z/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:23 Saturday 23 March 2024 01:43:14 +0000 (0:00:03.211) 0:02:22.278 ******** 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.7 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" ] } lsrpackages: certmonger TASK [fedora.linux_system_roles.certificate : Ensure pre-scripts hooks directory exists] *** task path: /WORKDIR/git-weekly-ciglas_w6z/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:35 Saturday 23 March 2024 01:43:17 +0000 (0:00:02.944) 0:02:25.222 ******** 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-weekly-ciglas_w6z/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:61 Saturday 23 March 2024 01:43:17 +0000 (0:00:00.203) 0:02:25.426 ******** 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-weekly-ciglas_w6z/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:90 Saturday 23 March 2024 01:43:18 +0000 (0:00:00.326) 0:02:25.753 ******** 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": "dbus.service network.target basic.target system.slice 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": "system.slice basic.target", "Restart": "no", "RestartUSec": "100ms", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitInterval": "10000000", "StartupBlockIOWeight": "18446744073709551615", "StartupCPUShares": "18446744073709551615", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "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-weekly-ciglas_w6z/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:101 Saturday 23 March 2024 01:43:18 +0000 (0:00:00.347) 0:02:26.100 ******** changed: [sut] => (item={'name': 'mssql_2019_cert', 'common_name': '10.31.10.127', 'ca': 'self-sign', 'owner': 'mssql', 'group': 'mssql', 'mode': '0600'}) => { "ansible_loop_var": "item", "changed": true, "item": { "ca": "self-sign", "common_name": "10.31.10.127", "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-weekly-ciglas_w6z/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:152 Saturday 23 March 2024 01:43:19 +0000 (0:00:00.650) 0:02:26.751 ******** skipping: [sut] => (item=['cert', {'name': 'mssql_2019_cert', 'common_name': '10.31.10.127', '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.127", "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.127', '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.127", "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.127', '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.127", "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-weekly-ciglas_w6z/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:160 Saturday 23 March 2024 01:43:19 +0000 (0:00:00.048) 0:02:26.799 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.certificate : Stop tracking certificates] ****** task path: /WORKDIR/git-weekly-ciglas_w6z/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:176 Saturday 23 March 2024 01:43:19 +0000 (0:00:00.035) 0:02:26.835 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.certificate : Remove files] ******************** task path: /WORKDIR/git-weekly-ciglas_w6z/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:181 Saturday 23 March 2024 01:43:19 +0000 (0:00:00.028) 0:02:26.863 ******** 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:706 Saturday 23 March 2024 01:43:19 +0000 (0:00:00.030) 0:02:26.894 ******** 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:711 Saturday 23 March 2024 01:43:19 +0000 (0:00:00.031) 0:02:26.925 ******** 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:729 Saturday 23 March 2024 01:43:19 +0000 (0:00:00.038) 0:02:26.963 ******** included: /WORKDIR/git-weekly-ciglas_w6z/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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Saturday 23 March 2024 01:43:19 +0000 (0:00:00.042) 0:02:27.006 ******** ok: [sut] => { "changed": false, "cmd": [ "grep", "^tlscert = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003326", "end": "2024-03-23 01:43:19.620488", "failed_when_result": false, "rc": 1, "start": "2024-03-23 01:43:19.617162" } MSG: non-zero return code TASK [linux-system-roles.mssql : Configure the setting network tlscert] ******** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 Saturday 23 March 2024 01:43:19 +0000 (0:00:00.155) 0:02:27.161 ******** 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.049596", "end": "2024-03-23 01:43:19.850194", "failed_when_result": false, "rc": 0, "start": "2024-03-23 01:43:19.800598" } 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:42 Saturday 23 March 2024 01:43:19 +0000 (0:00:00.217) 0:02:27.379 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the tlskey setting] ***************** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:738 Saturday 23 March 2024 01:43:19 +0000 (0:00:00.026) 0:02:27.405 ******** included: /WORKDIR/git-weekly-ciglas_w6z/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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Saturday 23 March 2024 01:43:20 +0000 (0:00:00.145) 0:02:27.550 ******** ok: [sut] => { "changed": false, "cmd": [ "grep", "^tlskey = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003172", "end": "2024-03-23 01:43:20.184111", "failed_when_result": false, "rc": 1, "start": "2024-03-23 01:43:20.180939" } MSG: non-zero return code TASK [linux-system-roles.mssql : Configure the setting network tlskey] ********* task path: /WORKDIR/git-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 Saturday 23 March 2024 01:43:20 +0000 (0:00:00.185) 0:02:27.736 ******** 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.049509", "end": "2024-03-23 01:43:20.406775", "failed_when_result": false, "rc": 0, "start": "2024-03-23 01:43:20.357266" } 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:42 Saturday 23 March 2024 01:43:20 +0000 (0:00:00.206) 0:02:27.942 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the tlsprotocols setting] *********** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:747 Saturday 23 March 2024 01:43:20 +0000 (0:00:00.037) 0:02:27.980 ******** included: /WORKDIR/git-weekly-ciglas_w6z/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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Saturday 23 March 2024 01:43:20 +0000 (0:00:00.067) 0:02:28.047 ******** ok: [sut] => { "changed": false, "cmd": [ "grep", "^tlsprotocols = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003326", "end": "2024-03-23 01:43:20.671393", "failed_when_result": false, "rc": 1, "start": "2024-03-23 01:43:20.668067" } MSG: non-zero return code TASK [linux-system-roles.mssql : Configure the setting network tlsprotocols] *** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 Saturday 23 March 2024 01:43:20 +0000 (0:00:00.149) 0:02:28.197 ******** changed: [sut] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "set", "network.tlsprotocols", "1.2" ], "delta": "0:00:00.048819", "end": "2024-03-23 01:43:20.864539", "failed_when_result": false, "rc": 0, "start": "2024-03-23 01:43:20.815720" } 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:42 Saturday 23 March 2024 01:43:20 +0000 (0:00:00.195) 0:02:28.393 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the forceencryption setting] ******** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:754 Saturday 23 March 2024 01:43:20 +0000 (0:00:00.025) 0:02:28.419 ******** included: /WORKDIR/git-weekly-ciglas_w6z/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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Saturday 23 March 2024 01:43:20 +0000 (0:00:00.045) 0:02:28.464 ******** ok: [sut] => { "changed": false, "cmd": [ "grep", "^forceencryption = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003108", "end": "2024-03-23 01:43:21.084726", "failed_when_result": false, "rc": 1, "start": "2024-03-23 01:43:21.081618" } MSG: non-zero return code TASK [linux-system-roles.mssql : Configure the setting network forceencryption] *** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 Saturday 23 March 2024 01:43:21 +0000 (0:00:00.145) 0:02:28.609 ******** changed: [sut] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "set", "network.forceencryption", "1" ], "delta": "0:00:00.048601", "end": "2024-03-23 01:43:21.275032", "failed_when_result": false, "rc": 0, "start": "2024-03-23 01:43:21.226431" } 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:42 Saturday 23 March 2024 01:43:21 +0000 (0:00:00.207) 0:02:28.817 ******** 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:763 Saturday 23 March 2024 01:43:21 +0000 (0:00:00.027) 0:02:28.845 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Join to realm {{ ad_integration_realm }}] ******************************** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:771 Saturday 23 March 2024 01:43:21 +0000 (0:00:00.029) 0:02:28.874 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Ensure adutil and krb5-workstation] *********** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:779 Saturday 23 March 2024 01:43:21 +0000 (0:00:00.023) 0:02:28.898 ******** 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:786 Saturday 23 March 2024 01:43:21 +0000 (0:00:00.154) 0:02:29.052 ******** 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:793 Saturday 23 March 2024 01:43:21 +0000 (0:00:00.030) 0:02:29.083 ******** 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:802 Saturday 23 March 2024 01:43:21 +0000 (0:00:00.027) 0:02:29.111 ******** 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:815 Saturday 23 March 2024 01:43:21 +0000 (0:00:00.026) 0:02:29.137 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : In AD server create user] ********************* task path: /WORKDIR/git-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:824 Saturday 23 March 2024 01:43:21 +0000 (0:00:00.025) 0:02:29.162 ******** 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:836 Saturday 23 March 2024 01:43:21 +0000 (0:00:00.035) 0:02:29.198 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Register SPNs to the principal] *************** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:841 Saturday 23 March 2024 01:43:21 +0000 (0:00:00.028) 0:02:29.226 ******** 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:858 Saturday 23 March 2024 01:43:21 +0000 (0:00:00.022) 0:02:29.249 ******** 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:863 Saturday 23 March 2024 01:43:21 +0000 (0:00:00.023) 0:02:29.273 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Get keytab properties] ************************ task path: /WORKDIR/git-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:868 Saturday 23 March 2024 01:43:21 +0000 (0:00:00.025) 0:02:29.298 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Create keytab] ******************************** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:874 Saturday 23 March 2024 01:43:21 +0000 (0:00:00.025) 0:02:29.323 ******** 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:900 Saturday 23 March 2024 01:43:21 +0000 (0:00:00.024) 0:02:29.348 ******** 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:921 Saturday 23 March 2024 01:43:21 +0000 (0:00:00.026) 0:02:29.374 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Fetch keytab file to host] ******************** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:929 Saturday 23 March 2024 01:43:21 +0000 (0:00:00.039) 0:02:29.414 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the network.kerberoskeytabfile setting] *** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:939 Saturday 23 March 2024 01:43:21 +0000 (0:00:00.026) 0:02:29.440 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the network.kerberoskeytabfile setting] *** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:945 Saturday 23 March 2024 01:43:21 +0000 (0:00:00.025) 0:02:29.466 ******** 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:963 Saturday 23 March 2024 01:43:21 +0000 (0:00:00.027) 0:02:29.494 ******** 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:978 Saturday 23 March 2024 01:43:22 +0000 (0:00:00.027) 0:02:29.521 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Set host variables] *************************** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:998 Saturday 23 March 2024 01:43:22 +0000 (0:00:00.026) 0:02:29.548 ******** 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1051 Saturday 23 March 2024 01:43:22 +0000 (0:00:00.180) 0:02:29.729 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Enable the hadrenabled setting] *************** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1058 Saturday 23 March 2024 01:43:22 +0000 (0:00:00.027) 0:02:29.756 ******** 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1065 Saturday 23 March 2024 01:43:22 +0000 (0:00:00.023) 0:02:29.780 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Remove certificate from SQL Server] *********** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1076 Saturday 23 March 2024 01:43:22 +0000 (0:00:00.032) 0:02:29.813 ******** 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1082 Saturday 23 March 2024 01:43:22 +0000 (0:00:00.023) 0:02:29.837 ******** 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1090 Saturday 23 March 2024 01:43:22 +0000 (0:00:00.033) 0:02:29.870 ******** 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1099 Saturday 23 March 2024 01:43:22 +0000 (0:00:00.024) 0:02:29.895 ******** 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1107 Saturday 23 March 2024 01:43:22 +0000 (0:00:00.024) 0:02:29.919 ******** 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1121 Saturday 23 March 2024 01:43:22 +0000 (0:00:00.039) 0:02:29.959 ******** 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1128 Saturday 23 March 2024 01:43:22 +0000 (0:00:00.026) 0:02:29.986 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure ag] ********************************* task path: /WORKDIR/git-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1153 Saturday 23 March 2024 01:43:22 +0000 (0:00:00.027) 0:02:30.014 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Grant permissions to HA login] **************** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1162 Saturday 23 March 2024 01:43:22 +0000 (0:00:00.029) 0:02:30.043 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Replicate DBs] ******************************** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1172 Saturday 23 March 2024 01:43:22 +0000 (0:00:00.026) 0:02:30.069 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Grant permissions to HA login] **************** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1183 Saturday 23 March 2024 01:43:22 +0000 (0:00:00.035) 0:02:30.104 ******** 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1196 Saturday 23 March 2024 01:43:22 +0000 (0:00:00.035) 0:02:30.140 ******** 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1209 Saturday 23 March 2024 01:43:22 +0000 (0:00:00.029) 0:02:30.170 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Enable the hadrenabled setting] *************** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1216 Saturday 23 March 2024 01:43:22 +0000 (0:00:00.024) 0:02:30.194 ******** 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1223 Saturday 23 March 2024 01:43:22 +0000 (0:00:00.037) 0:02:30.232 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Remove certificate from SQL Server] *********** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1232 Saturday 23 March 2024 01:43:22 +0000 (0:00:00.157) 0:02:30.389 ******** 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1239 Saturday 23 March 2024 01:43:22 +0000 (0:00:00.025) 0:02:30.415 ******** 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1251 Saturday 23 March 2024 01:43:22 +0000 (0:00:00.033) 0:02:30.448 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Create HA login] ****************************** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1260 Saturday 23 March 2024 01:43:22 +0000 (0:00:00.024) 0:02:30.473 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Join to availability group] ******************* task path: /WORKDIR/git-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1267 Saturday 23 March 2024 01:43:22 +0000 (0:00:00.024) 0:02:30.497 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Grant permissions to HA login] **************** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1273 Saturday 23 March 2024 01:43:23 +0000 (0:00:00.024) 0:02:30.522 ******** 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1281 Saturday 23 March 2024 01:43:23 +0000 (0:00:00.030) 0:02:30.553 ******** 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1294 Saturday 23 March 2024 01:43:23 +0000 (0:00:00.047) 0:02:30.600 ******** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [Run ha_cluster to configure pacemaker] *********************************** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1306 Saturday 23 March 2024 01:43:23 +0000 (0:00:00.030) 0:02:30.630 ******** 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1311 Saturday 23 March 2024 01:43:23 +0000 (0:00:00.040) 0:02:30.670 ******** 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1317 Saturday 23 March 2024 01:43:23 +0000 (0:00:00.050) 0:02:30.721 ******** 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1326 Saturday 23 March 2024 01:43:23 +0000 (0:00:00.049) 0:02:30.771 ******** changed: [sut] => { "changed": true } MSG: Block inserted RUNNING HANDLER [linux-system-roles.mssql : Restart the mssql-server service] *** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/handlers/main.yml:3 Saturday 23 March 2024 01:43:23 +0000 (0:00:00.185) 0:02:30.956 ******** changed: [sut] => { "changed": true, "name": "mssql-server", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2024-03-23 01:42:56 UTC", "ActiveEnterTimestampMonotonic": "2171533063", "ActiveExitTimestamp": "Sat 2024-03-23 01:42:55 UTC", "ActiveExitTimestampMonotonic": "2170334602", "ActiveState": "active", "After": "systemd-journald.socket auditd.service system.slice basic.target -.mount network.target", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-03-23 01:42:56 UTC", "AssertTimestampMonotonic": "2171532361", "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": "Sat 2024-03-23 01:42:56 UTC", "ConditionTimestampMonotonic": "2171532360", "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": "28907", "ExecMainStartTimestamp": "Sat 2024-03-23 01:42:56 UTC", "ExecMainStartTimestampMonotonic": "2171532960", "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": "Sat 2024-03-23 01:42:56 UTC", "InactiveEnterTimestampMonotonic": "2171531646", "InactiveExitTimestamp": "Sat 2024-03-23 01:42:56 UTC", "InactiveExitTimestampMonotonic": "2171533063", "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": "28907", "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": "0", "StartLimitInterval": "0", "StartupBlockIOWeight": "18446744073709551615", "StartupCPUShares": "18446744073709551615", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "no", "TasksCurrent": "18446744073709551615", "TasksMax": "18446744073709551615", "TimeoutStartUSec": "30min", "TimeoutStopUSec": "30min", "TimerSlackNSec": "50000", "Transient": "no", "Type": "simple", "UMask": "0007", "UnitFilePreset": "disabled", "UnitFileState": "enabled", "User": "mssql", "WantedBy": "multi-user.target", "WatchdogTimestamp": "Sat 2024-03-23 01:42:56 UTC", "WatchdogTimestampMonotonic": "2171533029", "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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1339 Saturday 23 March 2024 01:43:23 +0000 (0:00:00.458) 0:02:31.415 ******** 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1350 Saturday 23 March 2024 01:43:23 +0000 (0:00:00.032) 0:02:31.447 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } META: ran handlers TASK [Verify connectivity and settings] **************************************** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/tasks/tests_tls.yml:168 Saturday 23 March 2024 01:43:23 +0000 (0:00:00.026) 0:02:31.474 ******** included: /WORKDIR/git-weekly-ciglas_w6z/tests/tasks/verify_settings.yml for sut TASK [Check if the errorlog file exists and its location] ********************** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/tasks/verify_settings.yml:8 Saturday 23 March 2024 01:43:24 +0000 (0:00:00.319) 0:02:31.793 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if the set edition matches the existing edition] ******************* task path: /WORKDIR/git-weekly-ciglas_w6z/tests/tasks/verify_settings.yml:23 Saturday 23 March 2024 01:43:24 +0000 (0:00:00.022) 0:02:31.816 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify if the edition matches] ******************************************* task path: /WORKDIR/git-weekly-ciglas_w6z/tests/tasks/verify_settings.yml:35 Saturday 23 March 2024 01:43:24 +0000 (0:00:00.021) 0:02:31.837 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the setting {{ item.key }}] *************************************** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/tasks/verify_settings.yml:39 Saturday 23 March 2024 01:43:24 +0000 (0:00:00.023) 0:02:31.860 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get stat of mssql_datadir] *********************************************** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/tasks/verify_settings.yml:55 Saturday 23 March 2024 01:43:24 +0000 (0:00:00.023) 0:02:31.884 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Assert that mssql_datadir has proper permissions and ownership] ********** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/tasks/verify_settings.yml:60 Saturday 23 March 2024 01:43:24 +0000 (0:00:00.027) 0:02:31.911 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get stat of mssql_logdir] ************************************************ task path: /WORKDIR/git-weekly-ciglas_w6z/tests/tasks/verify_settings.yml:70 Saturday 23 March 2024 01:43:24 +0000 (0:00:00.024) 0:02:31.936 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Assert that mssql_logdir has proper permissions and ownership] *********** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/tasks/verify_settings.yml:75 Saturday 23 March 2024 01:43:24 +0000 (0:00:00.023) 0:02:31.959 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Prepare MSSQL and facts for logging in] ********************************** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/tasks/verify_settings.yml:85 Saturday 23 March 2024 01:43:24 +0000 (0:00:00.022) 0:02:31.981 ******** TASK [linux-system-roles.mssql : Ensure that the mssql-server service is started] *** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/verify_password.yml:3 Saturday 23 March 2024 01:43:24 +0000 (0:00:00.042) 0:02:32.023 ******** ok: [sut] => { "changed": false, "name": "mssql-server", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2024-03-23 01:43:23 UTC", "ActiveEnterTimestampMonotonic": "2198966515", "ActiveExitTimestamp": "Sat 2024-03-23 01:43:23 UTC", "ActiveExitTimestampMonotonic": "2198735578", "ActiveState": "active", "After": "systemd-journald.socket auditd.service system.slice basic.target -.mount network.target", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-03-23 01:43:23 UTC", "AssertTimestampMonotonic": "2198965426", "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": "Sat 2024-03-23 01:43:23 UTC", "ConditionTimestampMonotonic": "2198965425", "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": "29733", "ExecMainStartTimestamp": "Sat 2024-03-23 01:43:23 UTC", "ExecMainStartTimestampMonotonic": "2198966423", "ExecMainStatus": "0", "ExecStart": "{ path=/opt/mssql/bin/sqlservr ; argv[]=/opt/mssql/bin/sqlservr ; ignore_errors=no ; start_time=[Sat 2024-03-23 01:43:23 UTC] ; stop_time=[n/a] ; pid=29733 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/mssql-server.service", "GuessMainPID": "yes", "IOScheduling": "0", "Id": "mssql-server.service", "IgnoreOnIsolate": "no", "IgnoreOnSnapshot": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestamp": "Sat 2024-03-23 01:43:23 UTC", "InactiveEnterTimestampMonotonic": "2198964540", "InactiveExitTimestamp": "Sat 2024-03-23 01:43:23 UTC", "InactiveExitTimestampMonotonic": "2198966515", "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": "29733", "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": "0", "StartLimitInterval": "0", "StartupBlockIOWeight": "18446744073709551615", "StartupCPUShares": "18446744073709551615", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "no", "TasksCurrent": "18446744073709551615", "TasksMax": "18446744073709551615", "TimeoutStartUSec": "30min", "TimeoutStopUSec": "30min", "TimerSlackNSec": "50000", "Transient": "no", "Type": "simple", "UMask": "0007", "UnitFilePreset": "disabled", "UnitFileState": "enabled", "User": "mssql", "WantedBy": "multi-user.target", "WatchdogTimestamp": "Sat 2024-03-23 01:43:23 UTC", "WatchdogTimestampMonotonic": "2198966480", "WatchdogUSec": "0", "WorkingDirectory": "/var/opt/mssql" } } TASK [linux-system-roles.mssql : Check if a custom tcpport setting exist] ****** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/verify_password.yml:8 Saturday 23 March 2024 01:43:24 +0000 (0:00:00.229) 0:02:32.253 ******** ok: [sut] => { "changed": false, "cmd": [ "grep", "^tcpport = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003518", "end": "2024-03-23 01:43:24.885969", "failed_when_result": false, "rc": 1, "start": "2024-03-23 01:43:24.882451" } MSG: non-zero return code TASK [linux-system-roles.mssql : Check if a custom ipaddress setting exist] **** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/verify_password.yml:14 Saturday 23 March 2024 01:43:25 +0000 (0:00:00.314) 0:02:32.567 ******** ok: [sut] => { "changed": false, "cmd": [ "grep", "^ipaddress = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.004516", "end": "2024-03-23 01:43:25.245081", "failed_when_result": false, "rc": 1, "start": "2024-03-23 01:43:25.240565" } MSG: non-zero return code TASK [linux-system-roles.mssql : Set a fact with a login command] ************** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/verify_password.yml:20 Saturday 23 March 2024 01:43:25 +0000 (0:00:00.211) 0:02:32.779 ******** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [Wait for mssql-server to prepare for client connections] ***************** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/tasks/verify_settings.yml:93 Saturday 23 March 2024 01:43:25 +0000 (0:00:00.054) 0:02:32.834 ******** 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": 6364, "state": "file", "uid": 996 } TASK [Check if the set password matches the existing password] ***************** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/tasks/verify_settings.yml:99 Saturday 23 March 2024 01:43:27 +0000 (0:00:02.215) 0:02:35.050 ******** ok: [sut] => { "attempts": 1, "changed": false, "cmd": [ "/opt/mssql-tools/bin/sqlcmd", "-U", "sa", "-P", "p@55w0rD", "-Q", "SELECT @@VERSION" ], "delta": "0:00:00.039894", "end": "2024-03-23 01:43:27.700793", "rc": 0, "start": "2024-03-23 01:43:27.660899" } 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-weekly-ciglas_w6z/tests/tasks/verify_settings.yml:118 Saturday 23 March 2024 01:43:27 +0000 (0:00:00.207) 0:02:35.257 ******** ok: [sut] => { "ansible_facts": { "mssql_password": null }, "changed": false } TASK [Verify the package mssql-server-fts] ************************************* task path: /WORKDIR/git-weekly-ciglas_w6z/tests/tasks/verify_settings.yml:122 Saturday 23 March 2024 01:43:27 +0000 (0:00:00.059) 0:02:35.317 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the package powershell] ******************************************* task path: /WORKDIR/git-weekly-ciglas_w6z/tests/tasks/verify_settings.yml:129 Saturday 23 March 2024 01:43:27 +0000 (0:00:00.032) 0:02:35.350 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the value of the traceflag setting] ********************************** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/tasks/verify_settings.yml:140 Saturday 23 March 2024 01:43:27 +0000 (0:00:00.062) 0:02:35.412 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that the traceflag setting is set to 3979] ************************ task path: /WORKDIR/git-weekly-ciglas_w6z/tests/tasks/verify_settings.yml:145 Saturday 23 March 2024 01:43:27 +0000 (0:00:00.044) 0:02:35.457 ******** 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-weekly-ciglas_w6z/tests/tasks/verify_settings.yml:150 Saturday 23 March 2024 01:43:27 +0000 (0:00:00.024) 0:02:35.482 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that the alternatewritethrough setting is false] ****************** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/tasks/verify_settings.yml:156 Saturday 23 March 2024 01:43:28 +0000 (0:00:00.023) 0:02:35.505 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the writethrough setting] ***************************************** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/tasks/verify_settings.yml:162 Saturday 23 March 2024 01:43:28 +0000 (0:00:00.022) 0:02:35.528 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the tlscert setting] ********************************************** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/tasks/verify_settings.yml:172 Saturday 23 March 2024 01:43:28 +0000 (0:00:00.026) 0:02:35.555 ******** included: /WORKDIR/git-weekly-ciglas_w6z/tests/tasks/mssql_conf_verify.yml for sut TASK [Get the value of the setting tlscert] ************************************ task path: /WORKDIR/git-weekly-ciglas_w6z/tests/tasks/mssql_conf_verify.yml:7 Saturday 23 March 2024 01:43:28 +0000 (0:00:00.042) 0:02:35.597 ******** ok: [sut] => { "changed": false, "cmd": "grep '^tlscert' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004226", "end": "2024-03-23 01:43:28.211989", "rc": 0, "start": "2024-03-23 01:43:28.207763" } STDOUT: tlscert = /etc/pki/tls/certs/mssql_2019_cert.crt TASK [Verify the setting when it is type str tlscert] ************************** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/tasks/mssql_conf_verify.yml:14 Saturday 23 March 2024 01:43:28 +0000 (0:00:00.240) 0:02:35.838 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the setting when it is type bool tlscert] ************************* task path: /WORKDIR/git-weekly-ciglas_w6z/tests/tasks/mssql_conf_verify.yml:25 Saturday 23 March 2024 01:43:28 +0000 (0:00:00.033) 0:02:35.871 ******** 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-weekly-ciglas_w6z/tests/tasks/mssql_conf_verify.yml:40 Saturday 23 March 2024 01:43:28 +0000 (0:00:00.031) 0:02:35.903 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the tlskey setting] *********************************************** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/tasks/verify_settings.yml:183 Saturday 23 March 2024 01:43:28 +0000 (0:00:00.025) 0:02:35.928 ******** included: /WORKDIR/git-weekly-ciglas_w6z/tests/tasks/mssql_conf_verify.yml for sut TASK [Get the value of the setting tlskey] ************************************* task path: /WORKDIR/git-weekly-ciglas_w6z/tests/tasks/mssql_conf_verify.yml:7 Saturday 23 March 2024 01:43:28 +0000 (0:00:00.045) 0:02:35.973 ******** ok: [sut] => { "changed": false, "cmd": "grep '^tlskey' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004288", "end": "2024-03-23 01:43:28.589070", "rc": 0, "start": "2024-03-23 01:43:28.584782" } STDOUT: tlskey = /etc/pki/tls/private/mssql_2019_cert.key TASK [Verify the setting when it is type str tlskey] *************************** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/tasks/mssql_conf_verify.yml:14 Saturday 23 March 2024 01:43:28 +0000 (0:00:00.141) 0:02:36.115 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the setting when it is type bool tlskey] ************************** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/tasks/mssql_conf_verify.yml:25 Saturday 23 March 2024 01:43:28 +0000 (0:00:00.034) 0:02:36.150 ******** 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-weekly-ciglas_w6z/tests/tasks/mssql_conf_verify.yml:40 Saturday 23 March 2024 01:43:28 +0000 (0:00:00.029) 0:02:36.179 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the tlsprotocols setting] ***************************************** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/tasks/verify_settings.yml:195 Saturday 23 March 2024 01:43:28 +0000 (0:00:00.025) 0:02:36.204 ******** included: /WORKDIR/git-weekly-ciglas_w6z/tests/tasks/mssql_conf_verify.yml for sut TASK [Get the value of the setting tlsprotocols] ******************************* task path: /WORKDIR/git-weekly-ciglas_w6z/tests/tasks/mssql_conf_verify.yml:7 Saturday 23 March 2024 01:43:28 +0000 (0:00:00.043) 0:02:36.247 ******** ok: [sut] => { "changed": false, "cmd": "grep '^tlsprotocols' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004508", "end": "2024-03-23 01:43:28.863949", "rc": 0, "start": "2024-03-23 01:43:28.859441" } STDOUT: tlsprotocols = 1.2 TASK [Verify the setting when it is type str tlsprotocols] ********************* task path: /WORKDIR/git-weekly-ciglas_w6z/tests/tasks/mssql_conf_verify.yml:14 Saturday 23 March 2024 01:43:28 +0000 (0:00:00.142) 0:02:36.390 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the setting when it is type bool tlsprotocols] ******************** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/tasks/mssql_conf_verify.yml:25 Saturday 23 March 2024 01:43:28 +0000 (0:00:00.038) 0:02:36.428 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that tcpport = 1.2] *********************************************** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/tasks/mssql_conf_verify.yml:40 Saturday 23 March 2024 01:43:28 +0000 (0:00:00.029) 0:02:36.458 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the forceencryption setting] ************************************** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/tasks/verify_settings.yml:203 Saturday 23 March 2024 01:43:28 +0000 (0:00:00.025) 0:02:36.484 ******** included: /WORKDIR/git-weekly-ciglas_w6z/tests/tasks/mssql_conf_verify.yml for sut TASK [Get the value of the setting forceencryption] **************************** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/tasks/mssql_conf_verify.yml:7 Saturday 23 March 2024 01:43:29 +0000 (0:00:00.148) 0:02:36.632 ******** ok: [sut] => { "changed": false, "cmd": "grep '^forceencryption' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004385", "end": "2024-03-23 01:43:29.249452", "rc": 0, "start": "2024-03-23 01:43:29.245067" } STDOUT: forceencryption = 1 TASK [Verify the setting when it is type str forceencryption] ****************** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/tasks/mssql_conf_verify.yml:14 Saturday 23 March 2024 01:43:29 +0000 (0:00:00.144) 0:02:36.776 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the setting when it is type bool forceencryption] ***************** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/tasks/mssql_conf_verify.yml:25 Saturday 23 March 2024 01:43:29 +0000 (0:00:00.037) 0:02:36.814 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify that tcpport = True] ********************************************** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/tasks/mssql_conf_verify.yml:40 Saturday 23 March 2024 01:43:29 +0000 (0:00:00.043) 0:02:36.858 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify configuration for confined application] *************************** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/tasks/verify_settings.yml:210 Saturday 23 March 2024 01:43:29 +0000 (0:00:00.025) 0:02:36.883 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Disable TLS encryption] ************************************************** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/tasks/tests_tls.yml:175 Saturday 23 March 2024 01:43:29 +0000 (0:00:00.028) 0:02:36.912 ******** TASK [linux-system-roles.mssql : Ensure ansible_facts and variables used by role] *** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:3 Saturday 23 March 2024 01:43:29 +0000 (0:00:00.567) 0:02:37.479 ******** included: /WORKDIR/git-weekly-ciglas_w6z/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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/set_vars.yml:3 Saturday 23 March 2024 01:43:30 +0000 (0:00:00.052) 0:02:37.532 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Set platform/version specific variables] ****** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/set_vars.yml:9 Saturday 23 March 2024 01:43:30 +0000 (0:00:00.031) 0:02:37.564 ******** ok: [sut] => (item=RedHat.yml) => { "ansible_facts": { "__mssql_client_repository": "https://packages.microsoft.com/rhel/9/prod/", "__mssql_confined_supported": true, "__mssql_server_repository": "https://packages.microsoft.com/rhel/9/mssql-server-{{ mssql_version | int }}/", "__mssql_supported_versions": [ 2022 ] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-ciglas_w6z/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-weekly-ciglas_w6z/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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:8 Saturday 23 March 2024 01:43:30 +0000 (0:00:00.067) 0:02:37.631 ******** 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:15 Saturday 23 March 2024 01:43:30 +0000 (0:00:00.034) 0:02:37.666 ******** skipping: [sut] => {} TASK [linux-system-roles.mssql : Link the deprecated mssql_input_sql_file fact] *** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:23 Saturday 23 March 2024 01:43:30 +0000 (0:00:00.027) 0:02:37.693 ******** 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:30 Saturday 23 March 2024 01:43:30 +0000 (0:00:00.026) 0:02:37.720 ******** skipping: [sut] => {} TASK [linux-system-roles.mssql : Link the deprecated mssql_ha_listener_port fact] *** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:37 Saturday 23 March 2024 01:43:30 +0000 (0:00:00.024) 0:02:37.745 ******** 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:44 Saturday 23 March 2024 01:43:30 +0000 (0:00:00.028) 0:02:37.774 ******** skipping: [sut] => {} TASK [linux-system-roles.mssql : Link the deprecated mssql_ad_sql_user_name fact] *** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:51 Saturday 23 March 2024 01:43:30 +0000 (0:00:00.029) 0:02:37.803 ******** 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:58 Saturday 23 March 2024 01:43:30 +0000 (0:00:00.048) 0:02:37.851 ******** skipping: [sut] => {} TASK [linux-system-roles.mssql : Link the deprecated mssql_ha_cluster_run_role fact] *** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:65 Saturday 23 March 2024 01:43:30 +0000 (0:00:00.056) 0:02:37.907 ******** 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:69 Saturday 23 March 2024 01:43:30 +0000 (0:00:00.034) 0:02:37.942 ******** 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:81 Saturday 23 March 2024 01:43:30 +0000 (0:00:00.029) 0:02:37.971 ******** 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:89 Saturday 23 March 2024 01:43:30 +0000 (0:00:00.022) 0:02:37.993 ******** 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:98 Saturday 23 March 2024 01:43:30 +0000 (0:00:00.031) 0:02:38.025 ******** 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:111 Saturday 23 March 2024 01:43:30 +0000 (0:00:00.038) 0:02:38.064 ******** 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:122 Saturday 23 March 2024 01:43:30 +0000 (0:00:00.161) 0:02:38.225 ******** 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:131 Saturday 23 March 2024 01:43:30 +0000 (0:00:00.037) 0:02:38.263 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Gather package facts] ************************* task path: /WORKDIR/git-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:142 Saturday 23 March 2024 01:43:30 +0000 (0:00:00.024) 0:02:38.287 ******** 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:146 Saturday 23 March 2024 01:43:31 +0000 (0:00:00.990) 0:02:39.278 ******** ok: [sut] => (item={'key': 2017, 'value': 14}) => { "ansible_facts": { "__mssql_current_version": "2017" }, "ansible_loop_var": "item", "changed": false, "item": { "key": 2017, "value": 14 } } skipping: [sut] => (item={'key': 2019, 'value': 15}) => { "ansible_loop_var": "item", "changed": false, "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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:155 Saturday 23 March 2024 01:43:31 +0000 (0:00:00.081) 0:02:39.360 ******** 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:162 Saturday 23 March 2024 01:43:31 +0000 (0:00:00.026) 0:02:39.386 ******** 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:169 Saturday 23 March 2024 01:43:31 +0000 (0:00:00.033) 0:02:39.420 ******** 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:184 Saturday 23 March 2024 01:43:31 +0000 (0:00:00.052) 0:02:39.472 ******** ok: [sut] => { "attempts": 1, "changed": false } TASK [linux-system-roles.mssql : Update all packages from SQL Server repo version 2017] *** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:197 Saturday 23 March 2024 01:43:32 +0000 (0:00:00.336) 0:02:39.809 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Get yum repositories] ************************* task path: /WORKDIR/git-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:207 Saturday 23 March 2024 01:43:32 +0000 (0:00:00.026) 0:02:39.835 ******** 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:218 Saturday 23 March 2024 01:43:32 +0000 (0:00:00.026) 0:02:39.862 ******** 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:226 Saturday 23 March 2024 01:43:32 +0000 (0:00:00.026) 0:02:39.889 ******** 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:236 Saturday 23 March 2024 01:43:32 +0000 (0:00:00.031) 0:02:39.921 ******** 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:241 Saturday 23 March 2024 01:43:32 +0000 (0:00:00.506) 0:02:40.427 ******** ok: [sut] => { "changed": false, "rc": 0, "results": [ "mssql-server-14.0.3465.1-1.x86_64 providing mssql-server is already installed" ] } lsrpackages: mssql-server TASK [linux-system-roles.mssql : Ensure that the openldap-compat package is installed] *** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:249 Saturday 23 March 2024 01:43:33 +0000 (0:00:00.339) 0:02:40.766 ******** 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:257 Saturday 23 March 2024 01:43:33 +0000 (0:00:00.024) 0:02:40.791 ******** 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.005494", "end": "2024-03-23 01:43:33.406017", "rc": 0, "start": "2024-03-23 01:43:33.400523" } STDOUT: /var/opt/mssql/log/errorlog TASK [linux-system-roles.mssql : Gather system services facts] ***************** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:272 Saturday 23 March 2024 01:43:33 +0000 (0:00:00.141) 0:02:40.932 ******** 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:276 Saturday 23 March 2024 01:43:34 +0000 (0:00:00.712) 0:02:41.645 ******** 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:285 Saturday 23 March 2024 01:43:34 +0000 (0:00:00.030) 0:02:41.675 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Set up MSSQL] ********************************* task path: /WORKDIR/git-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:301 Saturday 23 March 2024 01:43:34 +0000 (0:00:00.025) 0:02:41.700 ******** 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:326 Saturday 23 March 2024 01:43:34 +0000 (0:00:00.023) 0:02:41.724 ******** 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:341 Saturday 23 March 2024 01:43:34 +0000 (0:00:00.030) 0:02:41.755 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure correct SELinux context for storage paths and ports] ************** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:355 Saturday 23 March 2024 01:43:34 +0000 (0:00:00.040) 0:02:41.796 ******** 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:366 Saturday 23 March 2024 01:43:34 +0000 (0:00:00.036) 0:02:41.832 ******** ok: [sut] => { "changed": false, "rc": 0, "results": [ "tuned-profiles-mssql-2.11.0-12.el7_9.noarch providing tuned-profiles-mssql is already installed" ] } lsrpackages: tuned-profiles-mssql TASK [linux-system-roles.mssql : Ensure that the tuned service is started and enabled] *** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:371 Saturday 23 March 2024 01:43:34 +0000 (0:00:00.343) 0:02:42.176 ******** ok: [sut] => { "changed": false, "enabled": true, "name": "tuned", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2024-03-23 01:06:57 UTC", "ActiveEnterTimestampMonotonic": "12797740", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "systemd-sysctl.service systemd-journald.socket system.slice basic.target dbus.service network.target", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-03-23 01:06:56 UTC", "AssertTimestampMonotonic": "11934221", "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": "Sat 2024-03-23 01:06:56 UTC", "ConditionTimestampMonotonic": "11934220", "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": "879", "ExecMainStartTimestamp": "Sat 2024-03-23 01:06:56 UTC", "ExecMainStartTimestampMonotonic": "11935249", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/sbin/tuned ; argv[]=/usr/sbin/tuned -l -P ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/tuned.service", "GuessMainPID": "yes", "IOScheduling": "0", "Id": "tuned.service", "IgnoreOnIsolate": "no", "IgnoreOnSnapshot": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestamp": "Sat 2024-03-23 01:06:56 UTC", "InactiveExitTimestampMonotonic": "11935301", "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": "879", "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 system.slice dbus.service", "Restart": "no", "RestartUSec": "100ms", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitInterval": "10000000", "StartupBlockIOWeight": "18446744073709551615", "StartupCPUShares": "18446744073709551615", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "no", "TasksCurrent": "18446744073709551615", "TasksMax": "18446744073709551615", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "dbus", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "WantedBy": "multi-user.target", "WatchdogTimestamp": "Sat 2024-03-23 01:06:57 UTC", "WatchdogTimestampMonotonic": "12797521", "WatchdogUSec": "0" } } TASK [linux-system-roles.mssql : Get the active Tuned profiles] **************** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:377 Saturday 23 March 2024 01:43:34 +0000 (0:00:00.216) 0:02:42.392 ******** ok: [sut] => { "changed": false, "cmd": [ "tuned-adm", "active" ], "delta": "0:00:00.094225", "end": "2024-03-23 01:43:35.098755", "rc": 0, "start": "2024-03-23 01:43:35.004530" } 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:387 Saturday 23 March 2024 01:43:35 +0000 (0:00:00.248) 0:02:42.640 ******** 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:400 Saturday 23 March 2024 01:43:35 +0000 (0:00:00.178) 0:02:42.819 ******** 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:409 Saturday 23 March 2024 01:43:35 +0000 (0:00:00.027) 0:02:42.846 ******** 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:419 Saturday 23 March 2024 01:43:35 +0000 (0:00:00.041) 0:02:42.888 ******** ok: [sut] => { "changed": false, "repo": "packages-microsoft-com-prod", "state": "present" } TASK [linux-system-roles.mssql : Ensure that SQL Server client tools are installed] *** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:426 Saturday 23 March 2024 01:43:35 +0000 (0:00:00.169) 0:02:43.057 ******** 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" ] } lsrpackages: mssql-tools unixODBC-devel TASK [linux-system-roles.mssql : Prepare MSSQL and facts for logging in] ******* task path: /WORKDIR/git-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:438 Saturday 23 March 2024 01:43:35 +0000 (0:00:00.361) 0:02:43.419 ******** 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:442 Saturday 23 March 2024 01:43:35 +0000 (0:00:00.045) 0:02:43.464 ******** 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:448 Saturday 23 March 2024 01:43:36 +0000 (0:00:00.052) 0:02:43.516 ******** 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:463 Saturday 23 March 2024 01:43:36 +0000 (0:00:00.056) 0:02:43.573 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Gather package facts] ************************* task path: /WORKDIR/git-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:470 Saturday 23 March 2024 01:43:36 +0000 (0:00:00.048) 0:02:43.621 ******** 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:478 Saturday 23 March 2024 01:43:36 +0000 (0:00:00.061) 0:02:43.683 ******** 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:500 Saturday 23 March 2024 01:43:36 +0000 (0:00:00.047) 0:02:43.730 ******** 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:511 Saturday 23 March 2024 01:43:36 +0000 (0:00:00.028) 0:02:43.759 ******** 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:526 Saturday 23 March 2024 01:43:36 +0000 (0:00:00.038) 0:02:43.797 ******** 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.005068", "end": "2024-03-23 01:43:36.417082", "rc": 0, "start": "2024-03-23 01:43:36.412014" } STDOUT: true TASK [linux-system-roles.mssql : Ensure that the mssql-server service is stopped] *** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:539 Saturday 23 March 2024 01:43:36 +0000 (0:00:00.149) 0:02:43.947 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Gather package facts] ************************* task path: /WORKDIR/git-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:546 Saturday 23 March 2024 01:43:36 +0000 (0:00:00.027) 0:02:43.975 ******** 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:552 Saturday 23 March 2024 01:43:37 +0000 (0:00:01.219) 0:02:45.194 ******** 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:572 Saturday 23 March 2024 01:43:37 +0000 (0:00:00.030) 0:02:45.224 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Register the previous tcpport setting] ******** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:579 Saturday 23 March 2024 01:43:37 +0000 (0:00:00.032) 0:02:45.257 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Open the TCP port 1433] ************************************************** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:586 Saturday 23 March 2024 01:43:37 +0000 (0:00:00.054) 0:02:45.312 ******** 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:598 Saturday 23 March 2024 01:43:37 +0000 (0:00:00.028) 0:02:45.341 ******** included: /WORKDIR/git-weekly-ciglas_w6z/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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Saturday 23 March 2024 01:43:37 +0000 (0:00:00.071) 0:02:45.412 ******** ok: [sut] => { "changed": false, "cmd": [ "grep", "^tcpport = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003087", "end": "2024-03-23 01:43:38.043777", "failed_when_result": false, "rc": 1, "start": "2024-03-23 01:43:38.040690" } MSG: non-zero return code TASK [linux-system-roles.mssql : Configure the setting network tcpport] ******** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 Saturday 23 March 2024 01:43:38 +0000 (0:00:00.157) 0:02:45.570 ******** ok: [sut] => { "changed": false, "cmd": [ "/opt/mssql/bin/mssql-conf", "set", "network.tcpport", "1433" ], "delta": "0:00:00.048990", "end": "2024-03-23 01:43:38.234253", "failed_when_result": false, "rc": 0, "start": "2024-03-23 01:43:38.185263" } 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:42 Saturday 23 March 2024 01:43:38 +0000 (0:00:00.193) 0:02:45.763 ******** 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:604 Saturday 23 March 2024 01:43:38 +0000 (0:00:00.023) 0:02:45.787 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the sqlagent setting] *************** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:624 Saturday 23 March 2024 01:43:38 +0000 (0:00:00.023) 0:02:45.811 ******** 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:631 Saturday 23 March 2024 01:43:38 +0000 (0:00:00.024) 0:02:45.835 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Ensure the package powershell] **************** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:638 Saturday 23 March 2024 01:43:38 +0000 (0:00:00.027) 0:02:45.863 ******** 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:647 Saturday 23 March 2024 01:43:38 +0000 (0:00:00.025) 0:02:45.888 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Set the 3979 traceflag] *********************** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:653 Saturday 23 March 2024 01:43:38 +0000 (0:00:00.026) 0:02:45.914 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Unset the 3979 traceflag] ********************* task path: /WORKDIR/git-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:660 Saturday 23 March 2024 01:43:38 +0000 (0:00:00.027) 0:02:45.942 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the alternatewritethrough setting] *** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:668 Saturday 23 March 2024 01:43:38 +0000 (0:00:00.179) 0:02:46.122 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the writethrough setting] *********** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:674 Saturday 23 March 2024 01:43:38 +0000 (0:00:00.033) 0:02:46.155 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create certificates using the certificate role] ************************** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:692 Saturday 23 March 2024 01:43:38 +0000 (0:00:00.051) 0:02:46.206 ******** 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:706 Saturday 23 March 2024 01:43:38 +0000 (0:00:00.034) 0:02:46.241 ******** 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:711 Saturday 23 March 2024 01:43:38 +0000 (0:00:00.041) 0:02:46.282 ******** 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:729 Saturday 23 March 2024 01:43:38 +0000 (0:00:00.039) 0:02:46.322 ******** included: /WORKDIR/git-weekly-ciglas_w6z/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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Saturday 23 March 2024 01:43:38 +0000 (0:00:00.044) 0:02:46.366 ******** ok: [sut] => { "changed": false, "cmd": [ "grep", "^tlscert = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003249", "end": "2024-03-23 01:43:38.995013", "failed_when_result": false, "rc": 0, "start": "2024-03-23 01:43:38.991764" } STDOUT: tlscert = /etc/pki/tls/certs/mssql_2019_cert.crt TASK [linux-system-roles.mssql : Configure the setting network tlscert] ******** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 Saturday 23 March 2024 01:43:39 +0000 (0:00:00.165) 0:02:46.531 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Unset the setting network tlscert] ************ task path: /WORKDIR/git-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:42 Saturday 23 March 2024 01:43:39 +0000 (0:00:00.034) 0:02:46.566 ******** 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.049477", "end": "2024-03-23 01:43:39.233788", "failed_when_result": false, "rc": 0, "start": "2024-03-23 01:43:39.184311" } 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:738 Saturday 23 March 2024 01:43:39 +0000 (0:00:00.196) 0:02:46.763 ******** included: /WORKDIR/git-weekly-ciglas_w6z/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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Saturday 23 March 2024 01:43:39 +0000 (0:00:00.057) 0:02:46.821 ******** ok: [sut] => { "changed": false, "cmd": [ "grep", "^tlskey = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003219", "end": "2024-03-23 01:43:39.485825", "failed_when_result": false, "rc": 0, "start": "2024-03-23 01:43:39.482606" } STDOUT: tlskey = /etc/pki/tls/private/mssql_2019_cert.key TASK [linux-system-roles.mssql : Configure the setting network tlskey] ********* task path: /WORKDIR/git-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 Saturday 23 March 2024 01:43:39 +0000 (0:00:00.236) 0:02:47.057 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Unset the setting network tlskey] ************* task path: /WORKDIR/git-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:42 Saturday 23 March 2024 01:43:39 +0000 (0:00:00.089) 0:02:47.146 ******** changed: [sut] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "unset", "network.tlskey" ], "delta": "0:00:00.049257", "end": "2024-03-23 01:43:39.837356", "failed_when_result": false, "rc": 0, "start": "2024-03-23 01:43:39.788099" } 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:747 Saturday 23 March 2024 01:43:39 +0000 (0:00:00.235) 0:02:47.382 ******** included: /WORKDIR/git-weekly-ciglas_w6z/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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Saturday 23 March 2024 01:43:40 +0000 (0:00:00.211) 0:02:47.594 ******** ok: [sut] => { "changed": false, "cmd": [ "grep", "^tlsprotocols = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003109", "end": "2024-03-23 01:43:40.220845", "failed_when_result": false, "rc": 0, "start": "2024-03-23 01:43:40.217736" } STDOUT: tlsprotocols = 1.2 TASK [linux-system-roles.mssql : Configure the setting network tlsprotocols] *** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 Saturday 23 March 2024 01:43:40 +0000 (0:00:00.175) 0:02:47.769 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Unset the setting network tlsprotocols] ******* task path: /WORKDIR/git-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:42 Saturday 23 March 2024 01:43:40 +0000 (0:00:00.053) 0:02:47.823 ******** changed: [sut] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "unset", "network.tlsprotocols" ], "delta": "0:00:00.049180", "end": "2024-03-23 01:43:40.545667", "failed_when_result": false, "rc": 0, "start": "2024-03-23 01:43:40.496487" } 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:754 Saturday 23 March 2024 01:43:40 +0000 (0:00:00.279) 0:02:48.103 ******** included: /WORKDIR/git-weekly-ciglas_w6z/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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Saturday 23 March 2024 01:43:40 +0000 (0:00:00.090) 0:02:48.194 ******** ok: [sut] => { "changed": false, "cmd": [ "grep", "^forceencryption = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003087", "end": "2024-03-23 01:43:40.829989", "failed_when_result": false, "rc": 0, "start": "2024-03-23 01:43:40.826902" } STDOUT: forceencryption = 1 TASK [linux-system-roles.mssql : Configure the setting network forceencryption] *** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 Saturday 23 March 2024 01:43:40 +0000 (0:00:00.188) 0:02:48.382 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Unset the setting network forceencryption] **** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:42 Saturday 23 March 2024 01:43:40 +0000 (0:00:00.035) 0:02:48.418 ******** changed: [sut] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "unset", "network.forceencryption" ], "delta": "0:00:00.049899", "end": "2024-03-23 01:43:41.095901", "failed_when_result": false, "rc": 0, "start": "2024-03-23 01:43:41.046002" } 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:763 Saturday 23 March 2024 01:43:41 +0000 (0:00:00.204) 0:02:48.622 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Join to realm {{ ad_integration_realm }}] ******************************** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:771 Saturday 23 March 2024 01:43:41 +0000 (0:00:00.025) 0:02:48.648 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Ensure adutil and krb5-workstation] *********** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:779 Saturday 23 March 2024 01:43:41 +0000 (0:00:00.038) 0:02:48.686 ******** 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:786 Saturday 23 March 2024 01:43:41 +0000 (0:00:00.025) 0:02:48.712 ******** 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:793 Saturday 23 March 2024 01:43:41 +0000 (0:00:00.038) 0:02:48.750 ******** 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:802 Saturday 23 March 2024 01:43:41 +0000 (0:00:00.026) 0:02:48.777 ******** 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:815 Saturday 23 March 2024 01:43:41 +0000 (0:00:00.024) 0:02:48.802 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : In AD server create user] ********************* task path: /WORKDIR/git-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:824 Saturday 23 March 2024 01:43:41 +0000 (0:00:00.024) 0:02:48.827 ******** 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:836 Saturday 23 March 2024 01:43:41 +0000 (0:00:00.148) 0:02:48.975 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Register SPNs to the principal] *************** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:841 Saturday 23 March 2024 01:43:41 +0000 (0:00:00.025) 0:02:49.001 ******** 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:858 Saturday 23 March 2024 01:43:41 +0000 (0:00:00.023) 0:02:49.024 ******** 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:863 Saturday 23 March 2024 01:43:41 +0000 (0:00:00.024) 0:02:49.049 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Get keytab properties] ************************ task path: /WORKDIR/git-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:868 Saturday 23 March 2024 01:43:41 +0000 (0:00:00.024) 0:02:49.073 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Create keytab] ******************************** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:874 Saturday 23 March 2024 01:43:41 +0000 (0:00:00.025) 0:02:49.099 ******** 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:900 Saturday 23 March 2024 01:43:41 +0000 (0:00:00.025) 0:02:49.124 ******** 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:921 Saturday 23 March 2024 01:43:41 +0000 (0:00:00.023) 0:02:49.148 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Fetch keytab file to host] ******************** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:929 Saturday 23 March 2024 01:43:41 +0000 (0:00:00.025) 0:02:49.173 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the network.kerberoskeytabfile setting] *** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:939 Saturday 23 March 2024 01:43:41 +0000 (0:00:00.023) 0:02:49.196 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the network.kerberoskeytabfile setting] *** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:945 Saturday 23 March 2024 01:43:41 +0000 (0:00:00.027) 0:02:49.224 ******** 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:963 Saturday 23 March 2024 01:43:41 +0000 (0:00:00.027) 0:02:49.251 ******** 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:978 Saturday 23 March 2024 01:43:41 +0000 (0:00:00.024) 0:02:49.276 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Set host variables] *************************** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:998 Saturday 23 March 2024 01:43:41 +0000 (0:00:00.025) 0:02:49.301 ******** 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1051 Saturday 23 March 2024 01:43:41 +0000 (0:00:00.034) 0:02:49.335 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Enable the hadrenabled setting] *************** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1058 Saturday 23 March 2024 01:43:41 +0000 (0:00:00.038) 0:02:49.374 ******** 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1065 Saturday 23 March 2024 01:43:41 +0000 (0:00:00.038) 0:02:49.412 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Remove certificate from SQL Server] *********** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1076 Saturday 23 March 2024 01:43:41 +0000 (0:00:00.025) 0:02:49.438 ******** 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1082 Saturday 23 March 2024 01:43:42 +0000 (0:00:00.154) 0:02:49.592 ******** 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1090 Saturday 23 March 2024 01:43:42 +0000 (0:00:00.029) 0:02:49.622 ******** 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1099 Saturday 23 March 2024 01:43:42 +0000 (0:00:00.024) 0:02:49.646 ******** 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1107 Saturday 23 March 2024 01:43:42 +0000 (0:00:00.024) 0:02:49.671 ******** 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1121 Saturday 23 March 2024 01:43:42 +0000 (0:00:00.036) 0:02:49.707 ******** 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1128 Saturday 23 March 2024 01:43:42 +0000 (0:00:00.029) 0:02:49.737 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure ag] ********************************* task path: /WORKDIR/git-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1153 Saturday 23 March 2024 01:43:42 +0000 (0:00:00.023) 0:02:49.760 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Grant permissions to HA login] **************** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1162 Saturday 23 March 2024 01:43:42 +0000 (0:00:00.036) 0:02:49.797 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Replicate DBs] ******************************** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1172 Saturday 23 March 2024 01:43:42 +0000 (0:00:00.043) 0:02:49.840 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Grant permissions to HA login] **************** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1183 Saturday 23 March 2024 01:43:42 +0000 (0:00:00.053) 0:02:49.893 ******** 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1196 Saturday 23 March 2024 01:43:42 +0000 (0:00:00.042) 0:02:49.936 ******** 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1209 Saturday 23 March 2024 01:43:42 +0000 (0:00:00.063) 0:02:49.999 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Enable the hadrenabled setting] *************** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1216 Saturday 23 March 2024 01:43:42 +0000 (0:00:00.030) 0:02:50.029 ******** 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1223 Saturday 23 March 2024 01:43:42 +0000 (0:00:00.048) 0:02:50.078 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Remove certificate from SQL Server] *********** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1232 Saturday 23 March 2024 01:43:42 +0000 (0:00:00.058) 0:02:50.136 ******** 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1239 Saturday 23 March 2024 01:43:42 +0000 (0:00:00.038) 0:02:50.174 ******** 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1251 Saturday 23 March 2024 01:43:42 +0000 (0:00:00.064) 0:02:50.239 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Create HA login] ****************************** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1260 Saturday 23 March 2024 01:43:42 +0000 (0:00:00.032) 0:02:50.271 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Join to availability group] ******************* task path: /WORKDIR/git-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1267 Saturday 23 March 2024 01:43:42 +0000 (0:00:00.037) 0:02:50.309 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Grant permissions to HA login] **************** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1273 Saturday 23 March 2024 01:43:42 +0000 (0:00:00.170) 0:02:50.479 ******** 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1281 Saturday 23 March 2024 01:43:43 +0000 (0:00:00.044) 0:02:50.523 ******** 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1294 Saturday 23 March 2024 01:43:43 +0000 (0:00:00.033) 0:02:50.556 ******** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [Run ha_cluster to configure pacemaker] *********************************** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1306 Saturday 23 March 2024 01:43:43 +0000 (0:00:00.026) 0:02:50.583 ******** 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1311 Saturday 23 March 2024 01:43:43 +0000 (0:00:00.042) 0:02:50.626 ******** 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1317 Saturday 23 March 2024 01:43:43 +0000 (0:00:00.039) 0:02:50.665 ******** 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1326 Saturday 23 March 2024 01:43:43 +0000 (0:00:00.032) 0:02:50.698 ******** changed: [sut] => { "changed": true } MSG: Block inserted RUNNING HANDLER [linux-system-roles.mssql : Restart the mssql-server service] *** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/handlers/main.yml:3 Saturday 23 March 2024 01:43:43 +0000 (0:00:00.185) 0:02:50.884 ******** changed: [sut] => { "changed": true, "name": "mssql-server", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2024-03-23 01:43:23 UTC", "ActiveEnterTimestampMonotonic": "2198966515", "ActiveExitTimestamp": "Sat 2024-03-23 01:43:23 UTC", "ActiveExitTimestampMonotonic": "2198735578", "ActiveState": "active", "After": "systemd-journald.socket auditd.service system.slice basic.target -.mount network.target", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-03-23 01:43:23 UTC", "AssertTimestampMonotonic": "2198965426", "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": "Sat 2024-03-23 01:43:23 UTC", "ConditionTimestampMonotonic": "2198965425", "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": "29733", "ExecMainStartTimestamp": "Sat 2024-03-23 01:43:23 UTC", "ExecMainStartTimestampMonotonic": "2198966423", "ExecMainStatus": "0", "ExecStart": "{ path=/opt/mssql/bin/sqlservr ; argv[]=/opt/mssql/bin/sqlservr ; ignore_errors=no ; start_time=[Sat 2024-03-23 01:43:23 UTC] ; stop_time=[n/a] ; pid=29733 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/mssql-server.service", "GuessMainPID": "yes", "IOScheduling": "0", "Id": "mssql-server.service", "IgnoreOnIsolate": "no", "IgnoreOnSnapshot": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestamp": "Sat 2024-03-23 01:43:23 UTC", "InactiveEnterTimestampMonotonic": "2198964540", "InactiveExitTimestamp": "Sat 2024-03-23 01:43:23 UTC", "InactiveExitTimestampMonotonic": "2198966515", "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": "29733", "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": "0", "StartLimitInterval": "0", "StartupBlockIOWeight": "18446744073709551615", "StartupCPUShares": "18446744073709551615", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "no", "TasksCurrent": "18446744073709551615", "TasksMax": "18446744073709551615", "TimeoutStartUSec": "30min", "TimeoutStopUSec": "30min", "TimerSlackNSec": "50000", "Transient": "no", "Type": "simple", "UMask": "0007", "UnitFilePreset": "disabled", "UnitFileState": "enabled", "User": "mssql", "WantedBy": "multi-user.target", "WatchdogTimestamp": "Sat 2024-03-23 01:43:23 UTC", "WatchdogTimestampMonotonic": "2198966480", "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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1339 Saturday 23 March 2024 01:43:43 +0000 (0:00:00.489) 0:02:51.373 ******** 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-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1350 Saturday 23 March 2024 01:43:43 +0000 (0:00:00.025) 0:02:51.399 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up after the role invocation] ************************************** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/tests_tls_2017.yml:26 Saturday 23 March 2024 01:43:43 +0000 (0:00:00.038) 0:02:51.437 ******** included: /WORKDIR/git-weekly-ciglas_w6z/tests/tasks/cleanup.yml for sut TASK [Gather package facts] **************************************************** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/tasks/cleanup.yml:2 Saturday 23 March 2024 01:43:44 +0000 (0:00:00.063) 0:02:51.500 ******** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [Purge cluster configuration] ********************************************* task path: /WORKDIR/git-weekly-ciglas_w6z/tests/tasks/cleanup.yml:6 Saturday 23 March 2024 01:43:44 +0000 (0:00:00.983) 0:02:52.483 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Debug ansible_python_version] ******************************************** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/tasks/cleanup.yml:14 Saturday 23 March 2024 01:43:45 +0000 (0:00:00.037) 0:02:52.521 ******** ok: [sut] => { "ansible_python_version": "2.7.5" } TASK [Purge firewall configuration] ******************************************** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/tasks/cleanup.yml:18 Saturday 23 March 2024 01:43:45 +0000 (0:00:00.161) 0:02:52.683 ******** TASK [fedora.linux_system_roles.firewall : Setup firewalld] ******************** task path: /WORKDIR/git-weekly-ciglas_w6z/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:2 Saturday 23 March 2024 01:43:45 +0000 (0:00:00.061) 0:02:52.744 ******** included: /WORKDIR/git-weekly-ciglas_w6z/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml for sut TASK [fedora.linux_system_roles.firewall : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-weekly-ciglas_w6z/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:2 Saturday 23 March 2024 01:43:45 +0000 (0:00:00.052) 0:02:52.796 ******** 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-weekly-ciglas_w6z/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:10 Saturday 23 March 2024 01:43:45 +0000 (0:00:00.063) 0:02:52.860 ******** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.firewall : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-weekly-ciglas_w6z/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:15 Saturday 23 March 2024 01:43:45 +0000 (0:00:00.190) 0:02:53.051 ******** ok: [sut] => { "ansible_facts": { "__firewall_is_ostree": false }, "changed": false } TASK [fedora.linux_system_roles.firewall : Install firewalld] ****************** task path: /WORKDIR/git-weekly-ciglas_w6z/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:19 Saturday 23 March 2024 01:43:45 +0000 (0:00:00.026) 0:02:53.078 ******** ok: [sut] => { "changed": false, "rc": 0, "results": [ "firewalld-0.6.3-13.el7_9.noarch providing firewalld is already installed" ] } lsrpackages: firewalld TASK [fedora.linux_system_roles.firewall : Collect service facts] ************** task path: /WORKDIR/git-weekly-ciglas_w6z/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:5 Saturday 23 March 2024 01:43:46 +0000 (0:00:00.463) 0:02:53.541 ******** 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-weekly-ciglas_w6z/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:9 Saturday 23 March 2024 01:43:46 +0000 (0:00:00.022) 0:02:53.564 ******** 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-weekly-ciglas_w6z/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:22 Saturday 23 March 2024 01:43:46 +0000 (0:00:00.031) 0:02:53.596 ******** ok: [sut] => { "changed": false, "name": "firewalld", "status": { "ActiveEnterTimestamp": "Sat 2024-03-23 01:31:37 UTC", "ActiveEnterTimestampMonotonic": "1492162975", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "polkit.service basic.target system.slice dbus.service", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-03-23 01:31:36 UTC", "AssertTimestampMonotonic": "1491406858", "Before": "multi-user.target network-pre.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": "Sat 2024-03-23 01:31:36 UTC", "ConditionTimestampMonotonic": "1491406857", "Conflicts": "iptables.service ebtables.service ipset.service shutdown.target ip6tables.service", "ControlGroup": "/system.slice/firewalld.service", "ControlPID": "0", "DefaultDependencies": "yes", "Delegate": "no", "Description": "firewalld - dynamic firewall daemon", "DevicePolicy": "auto", "Documentation": "man:firewalld(1)", "EnvironmentFile": "/etc/sysconfig/firewalld (ignore_errors=yes)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "13776", "ExecMainStartTimestamp": "Sat 2024-03-23 01:31:36 UTC", "ExecMainStartTimestampMonotonic": "1491408497", "ExecMainStatus": "0", "ExecReload": "{ path=/bin/kill ; argv[]=/bin/kill -HUP $MAINPID ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStart": "{ path=/usr/sbin/firewalld ; argv[]=/usr/sbin/firewalld --nofork --nopid $FIREWALLD_ARGS ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/firewalld.service", "GuessMainPID": "yes", "IOScheduling": "0", "Id": "firewalld.service", "IgnoreOnIsolate": "no", "IgnoreOnSnapshot": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestamp": "Sat 2024-03-23 01:31:36 UTC", "InactiveExitTimestampMonotonic": "1491408534", "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": "13776", "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": "Sat 2024-03-23 01:31:37 UTC", "WatchdogTimestampMonotonic": "1492162926", "WatchdogUSec": "0" } } TASK [fedora.linux_system_roles.firewall : Enable and start firewalld service] *** task path: /WORKDIR/git-weekly-ciglas_w6z/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:28 Saturday 23 March 2024 01:43:46 +0000 (0:00:00.224) 0:02:53.820 ******** ok: [sut] => { "changed": false, "enabled": true, "name": "firewalld", "state": "started", "status": { "ActiveEnterTimestamp": "Sat 2024-03-23 01:31:37 UTC", "ActiveEnterTimestampMonotonic": "1492162975", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "polkit.service basic.target system.slice dbus.service", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-03-23 01:31:36 UTC", "AssertTimestampMonotonic": "1491406858", "Before": "multi-user.target network-pre.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": "Sat 2024-03-23 01:31:36 UTC", "ConditionTimestampMonotonic": "1491406857", "Conflicts": "iptables.service ebtables.service ipset.service shutdown.target ip6tables.service", "ControlGroup": "/system.slice/firewalld.service", "ControlPID": "0", "DefaultDependencies": "yes", "Delegate": "no", "Description": "firewalld - dynamic firewall daemon", "DevicePolicy": "auto", "Documentation": "man:firewalld(1)", "EnvironmentFile": "/etc/sysconfig/firewalld (ignore_errors=yes)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "13776", "ExecMainStartTimestamp": "Sat 2024-03-23 01:31:36 UTC", "ExecMainStartTimestampMonotonic": "1491408497", "ExecMainStatus": "0", "ExecReload": "{ path=/bin/kill ; argv[]=/bin/kill -HUP $MAINPID ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStart": "{ path=/usr/sbin/firewalld ; argv[]=/usr/sbin/firewalld --nofork --nopid $FIREWALLD_ARGS ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/firewalld.service", "GuessMainPID": "yes", "IOScheduling": "0", "Id": "firewalld.service", "IgnoreOnIsolate": "no", "IgnoreOnSnapshot": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestamp": "Sat 2024-03-23 01:31:36 UTC", "InactiveExitTimestampMonotonic": "1491408534", "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": "13776", "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": "Sat 2024-03-23 01:31:37 UTC", "WatchdogTimestampMonotonic": "1492162926", "WatchdogUSec": "0" } } TASK [fedora.linux_system_roles.firewall : Check if previous replaced is defined] *** task path: /WORKDIR/git-weekly-ciglas_w6z/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:34 Saturday 23 March 2024 01:43:46 +0000 (0:00:00.304) 0:02:54.125 ******** 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-weekly-ciglas_w6z/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:43 Saturday 23 March 2024 01:43:46 +0000 (0:00:00.049) 0:02:54.175 ******** ok: [sut] => { "changed": false, "rc": 0 } STDERR: Shared connection to 10.31.10.127 closed. TASK [fedora.linux_system_roles.firewall : Tell firewall module it is able to report changed] *** task path: /WORKDIR/git-weekly-ciglas_w6z/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:55 Saturday 23 March 2024 01:43:47 +0000 (0:00:00.658) 0:02:54.833 ******** ok: [sut] => { "ansible_facts": { "__firewall_report_changed": true }, "changed": false } TASK [fedora.linux_system_roles.firewall : Configure firewall] ***************** task path: /WORKDIR/git-weekly-ciglas_w6z/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:71 Saturday 23 March 2024 01:43:47 +0000 (0:00:00.059) 0:02:54.892 ******** TASK [fedora.linux_system_roles.firewall : Gather firewall config information] *** task path: /WORKDIR/git-weekly-ciglas_w6z/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:120 Saturday 23 March 2024 01:43:47 +0000 (0:00:00.055) 0:02:54.947 ******** TASK [fedora.linux_system_roles.firewall : Update firewalld_config fact] ******* task path: /WORKDIR/git-weekly-ciglas_w6z/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:130 Saturday 23 March 2024 01:43:47 +0000 (0:00:00.034) 0:02:54.982 ******** 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-weekly-ciglas_w6z/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:139 Saturday 23 March 2024 01:43:47 +0000 (0:00:00.054) 0:02:55.037 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Update firewalld_config fact] ******* task path: /WORKDIR/git-weekly-ciglas_w6z/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:144 Saturday 23 March 2024 01:43:47 +0000 (0:00:00.056) 0:02:55.094 ******** 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-weekly-ciglas_w6z/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:153 Saturday 23 March 2024 01:43:47 +0000 (0:00:00.048) 0:02:55.142 ******** ok: [sut] => { "changed": false, "rc": 0 } STDERR: Shared connection to 10.31.10.127 closed. TASK [fedora.linux_system_roles.firewall : Calculate what has changed] ********* task path: /WORKDIR/git-weekly-ciglas_w6z/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:163 Saturday 23 March 2024 01:43:48 +0000 (0:00:00.468) 0:02:55.611 ******** ok: [sut] => { "ansible_facts": { "firewall_lib_result": { "changed": false } }, "changed": false } TASK [fedora.linux_system_roles.firewall : Show diffs] ************************* task path: /WORKDIR/git-weekly-ciglas_w6z/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:169 Saturday 23 March 2024 01:43:48 +0000 (0:00:00.044) 0:02:55.655 ******** skipping: [sut] => {} TASK [Purge selinux configuration] ********************************************* task path: /WORKDIR/git-weekly-ciglas_w6z/tests/tasks/cleanup.yml:26 Saturday 23 March 2024 01:43:48 +0000 (0:00:00.050) 0:02:55.706 ******** TASK [fedora.linux_system_roles.selinux : Set ansible_facts required by role and install packages] *** task path: /WORKDIR/git-weekly-ciglas_w6z/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:2 Saturday 23 March 2024 01:43:48 +0000 (0:00:00.171) 0:02:55.878 ******** included: /WORKDIR/git-weekly-ciglas_w6z/.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-weekly-ciglas_w6z/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/set_facts_packages.yml:2 Saturday 23 March 2024 01:43:48 +0000 (0:00:00.063) 0:02:55.941 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Ensure SELinux packages] ************* task path: /WORKDIR/git-weekly-ciglas_w6z/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/set_facts_packages.yml:7 Saturday 23 March 2024 01:43:48 +0000 (0:00:00.096) 0:02:56.038 ******** included: /WORKDIR/git-weekly-ciglas_w6z/.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-weekly-ciglas_w6z/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:5 Saturday 23 March 2024 01:43:48 +0000 (0:00:00.295) 0:02:56.333 ******** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.selinux : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-weekly-ciglas_w6z/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:10 Saturday 23 March 2024 01:43:49 +0000 (0:00:00.199) 0:02:56.532 ******** ok: [sut] => { "ansible_facts": { "__selinux_is_ostree": false }, "changed": false } TASK [fedora.linux_system_roles.selinux : Install SELinux python2 tools] ******* task path: /WORKDIR/git-weekly-ciglas_w6z/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:14 Saturday 23 March 2024 01:43:49 +0000 (0:00:00.028) 0:02:56.560 ******** 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" ] } lsrpackages: libselinux-python policycoreutils-python TASK [fedora.linux_system_roles.selinux : Install SELinux python3 tools] ******* task path: /WORKDIR/git-weekly-ciglas_w6z/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:23 Saturday 23 March 2024 01:43:49 +0000 (0:00:00.370) 0:02:56.931 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Install SELinux python3 tools] ******* task path: /WORKDIR/git-weekly-ciglas_w6z/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:34 Saturday 23 March 2024 01:43:49 +0000 (0:00:00.038) 0:02:56.970 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Install SELinux tool semanage] ******* task path: /WORKDIR/git-weekly-ciglas_w6z/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:45 Saturday 23 March 2024 01:43:49 +0000 (0:00:00.044) 0:02:57.015 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Refresh facts] *********************** task path: /WORKDIR/git-weekly-ciglas_w6z/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:53 Saturday 23 March 2024 01:43:49 +0000 (0:00:00.038) 0:02:57.053 ******** ok: [sut] TASK [fedora.linux_system_roles.selinux : Set permanent SELinux state if enabled] *** task path: /WORKDIR/git-weekly-ciglas_w6z/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:5 Saturday 23 March 2024 01:43:49 +0000 (0:00:00.385) 0:02:57.439 ******** 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-weekly-ciglas_w6z/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:13 Saturday 23 March 2024 01:43:49 +0000 (0:00:00.039) 0:02:57.478 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Set selinux_reboot_required] ********* task path: /WORKDIR/git-weekly-ciglas_w6z/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:21 Saturday 23 March 2024 01:43:50 +0000 (0:00:00.029) 0:02:57.507 ******** 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-weekly-ciglas_w6z/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:25 Saturday 23 March 2024 01:43:50 +0000 (0:00:00.033) 0:02:57.541 ******** 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-weekly-ciglas_w6z/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:30 Saturday 23 March 2024 01:43:50 +0000 (0:00:00.032) 0:02:57.574 ******** skipping: [sut] => {} TASK [fedora.linux_system_roles.selinux : Drop all local modifications] ******** task path: /WORKDIR/git-weekly-ciglas_w6z/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:35 Saturday 23 March 2024 01:43:50 +0000 (0:00:00.026) 0:02:57.601 ******** 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.380834", "end": "2024-03-23 01:43:50.597336", "rc": 0, "start": "2024-03-23 01:43:50.216502" } TASK [fedora.linux_system_roles.selinux : Purge all SELinux boolean local modifications] *** task path: /WORKDIR/git-weekly-ciglas_w6z/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:43 Saturday 23 March 2024 01:43:50 +0000 (0:00:00.523) 0:02:58.125 ******** 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-weekly-ciglas_w6z/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:48 Saturday 23 March 2024 01:43:50 +0000 (0:00:00.128) 0:02:58.254 ******** 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-weekly-ciglas_w6z/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:53 Saturday 23 March 2024 01:43:50 +0000 (0:00:00.025) 0:02:58.280 ******** 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-weekly-ciglas_w6z/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:58 Saturday 23 March 2024 01:43:50 +0000 (0:00:00.024) 0:02:58.304 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Set SELinux booleans] **************** task path: /WORKDIR/git-weekly-ciglas_w6z/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:63 Saturday 23 March 2024 01:43:50 +0000 (0:00:00.025) 0:02:58.329 ******** TASK [fedora.linux_system_roles.selinux : Set SELinux file contexts] *********** task path: /WORKDIR/git-weekly-ciglas_w6z/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:74 Saturday 23 March 2024 01:43:50 +0000 (0:00:00.031) 0:02:58.361 ******** TASK [fedora.linux_system_roles.selinux : Set an SELinux label on a port] ****** task path: /WORKDIR/git-weekly-ciglas_w6z/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:87 Saturday 23 March 2024 01:43:50 +0000 (0:00:00.036) 0:02:58.398 ******** TASK [fedora.linux_system_roles.selinux : Set linux user to SELinux user mapping] *** task path: /WORKDIR/git-weekly-ciglas_w6z/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:99 Saturday 23 March 2024 01:43:50 +0000 (0:00:00.036) 0:02:58.435 ******** TASK [fedora.linux_system_roles.selinux : Get SELinux modules facts] *********** task path: /WORKDIR/git-weekly-ciglas_w6z/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:112 Saturday 23 March 2024 01:43:50 +0000 (0:00:00.034) 0:02:58.469 ******** 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-weekly-ciglas_w6z/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:115 Saturday 23 March 2024 01:43:54 +0000 (0:00:03.404) 0:03:01.874 ******** 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-weekly-ciglas_w6z/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:128 Saturday 23 March 2024 01:43:54 +0000 (0:00:00.146) 0:03:02.020 ******** TASK [fedora.linux_system_roles.selinux : Restore SELinux labels on filesystem tree in check mode] *** task path: /WORKDIR/git-weekly-ciglas_w6z/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:136 Saturday 23 March 2024 01:43:54 +0000 (0:00:00.032) 0:03:02.053 ******** TASK [Leave realm] ************************************************************* task path: /WORKDIR/git-weekly-ciglas_w6z/tests/tasks/cleanup.yml:32 Saturday 23 March 2024 01:43:54 +0000 (0:00:00.030) 0:03:02.083 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Destroy Kerberos tickets] ************************************************ task path: /WORKDIR/git-weekly-ciglas_w6z/tests/tasks/cleanup.yml:40 Saturday 23 March 2024 01:43:54 +0000 (0:00:00.048) 0:03:02.131 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure that yum and dnf caching is enabled] ****************************** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/tasks/cleanup.yml:44 Saturday 23 March 2024 01:43:54 +0000 (0:00:00.052) 0:03:02.184 ******** ok: [sut] => { "backup": "", "changed": false } TASK [Remove related packages] ************************************************* task path: /WORKDIR/git-weekly-ciglas_w6z/tests/tasks/cleanup.yml:50 Saturday 23 March 2024 01:43:54 +0000 (0:00:00.198) 0:03:02.382 ******** 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.5.1-1 will be erased\n---> Package unixODBC.x86_64 0:2.3.11-1.rh will be erased\n--> Finished Dependency Resolution\n\nDependencies Resolved\n\n================================================================================\n Package Arch Version Repository Size\n================================================================================\nRemoving:\n mssql-server x86_64 14.0.3465.1-1 @packages-microsoft-com-mssql-server-2017\n 1.0 G\n mssql-tools x86_64 17.10.1.1-1 @packages-microsoft-com-prod 714 k\n unixODBC-devel x86_64 2.3.11-1.rh @packages-microsoft-com-prod 223 k\nRemoving for dependencies:\n bzip2 x86_64 1.0.6-13.el7 @base 82 k\n cyrus-sasl x86_64 2.1.26-24.el7_9 @updates 141 k\n cyrus-sasl-gssapi x86_64 2.1.26-24.el7_9 @updates 36 k\n gdb x86_64 7.6.1-120.el7 @base 7.0 M\n libatomic x86_64 4.8.5-44.el7 @base 26 k\n libsss_nss_idmap x86_64 1.16.5-10.el7_9.16 @updates 82 k\n libtool-ltdl x86_64 2.4.2-22.el7_3 @base 66 k\n msodbcsql17 x86_64 17.10.5.1-1 @packages-microsoft-com-prod 2.2 M\n unixODBC x86_64 2.3.11-1.rh @packages-microsoft-com-prod 648 k\n\nTransaction Summary\n================================================================================\nRemove 3 Packages (+9 Dependent packages)\n\nInstalled size: 1.0 G\nDownloading packages:\nRunning transaction check\nRunning transaction test\nTransaction test succeeded\nRunning transaction\n Erasing : mssql-server-14.0.3465.1-1.x86_64 1/12 \n Erasing : unixODBC-devel-2.3.11-1.rh.x86_64 2/12 \n Erasing : mssql-tools-17.10.1.1-1.x86_64 3/12 \n Erasing : msodbcsql17-17.10.5.1-1.x86_64 4/12 \nODBC Driver 17 for SQL Server has been deleted (if it existed at all) because its usage count became zero\n Erasing : unixODBC-2.3.11-1.rh.x86_64 5/12 \nwarning: /etc/odbcinst.ini saved as /etc/odbcinst.ini.rpmsave\n Erasing : libtool-ltdl-2.4.2-22.el7_3.x86_64 6/12 \n Erasing : libatomic-4.8.5-44.el7.x86_64 7/12 \n Erasing : bzip2-1.0.6-13.el7.x86_64 8/12 \n Erasing : gdb-7.6.1-120.el7.x86_64 9/12 \n Erasing : libsss_nss_idmap-1.16.5-10.el7_9.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 : libsss_nss_idmap-1.16.5-10.el7_9.16.x86_64 2/12 \n Verifying : bzip2-1.0.6-13.el7.x86_64 3/12 \n Verifying : libtool-ltdl-2.4.2-22.el7_3.x86_64 4/12 \n Verifying : mssql-server-14.0.3465.1-1.x86_64 5/12 \n Verifying : unixODBC-devel-2.3.11-1.rh.x86_64 6/12 \n Verifying : cyrus-sasl-gssapi-2.1.26-24.el7_9.x86_64 7/12 \n Verifying : gdb-7.6.1-120.el7.x86_64 8/12 \n Verifying : unixODBC-2.3.11-1.rh.x86_64 9/12 \n Verifying : msodbcsql17-17.10.5.1-1.x86_64 10/12 \n Verifying : cyrus-sasl-2.1.26-24.el7_9.x86_64 11/12 \n Verifying : 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.5.1-1 \n unixODBC.x86_64 0:2.3.11-1.rh \n\nComplete!\n" ] } TASK [Remove related files] **************************************************** task path: /WORKDIR/git-weekly-ciglas_w6z/tests/tasks/cleanup.yml:63 Saturday 23 March 2024 01:43:57 +0000 (0:00:03.021) 0:03:05.404 ******** 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.007501", "end": "2024-03-23 01:43:58.020284", "rc": 0, "start": "2024-03-23 01:43:58.012783" } 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-195321821-1146683297-1546828177-500/42e7704ae40b0d75de00736cc66b813a_b6e5c21e-0395-485c-9b00-0d9fba9b8f77’ removed directory: ‘/var/opt/mssql/.system/profiles/Client/AppData/Roaming/Microsoft/Crypto/RSA/S-1-5-21-195321821-1146683297-1546828177-500’ removed directory: ‘/var/opt/mssql/.system/profiles/Client/AppData/Roaming/Microsoft/Crypto/RSA’ removed directory: ‘/var/opt/mssql/.system/profiles/Client/AppData/Roaming/Microsoft/Crypto’ removed ‘/var/opt/mssql/.system/profiles/Client/AppData/Roaming/Microsoft/Protect/S-1-5-21-195321821-1146683297-1546828177-500/Preferred’ removed ‘/var/opt/mssql/.system/profiles/Client/AppData/Roaming/Microsoft/Protect/S-1-5-21-195321821-1146683297-1546828177-500/70873356-c70a-4c93-87f7-ab9679133e89’ removed directory: ‘/var/opt/mssql/.system/profiles/Client/AppData/Roaming/Microsoft/Protect/S-1-5-21-195321821-1146683297-1546828177-500’ removed ‘/var/opt/mssql/.system/profiles/Client/AppData/Roaming/Microsoft/Protect/CREDHIST’ removed directory: ‘/var/opt/mssql/.system/profiles/Client/AppData/Roaming/Microsoft/Protect’ removed directory: ‘/var/opt/mssql/.system/profiles/Client/AppData/Roaming/Microsoft/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/5417757e-b5b4-47fb-a3c7-a7ef4778d762’ 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_133556317583020000.xel’ removed ‘/var/opt/mssql/log/errorlog.1’ removed ‘/var/opt/mssql/log/errorlog.3’ removed ‘/var/opt/mssql/log/system_health_0_133556317072660000.xel’ removed ‘/var/opt/mssql/log/HkEngineEventFile_0_133556318264150000.xel’ removed ‘/var/opt/mssql/log/HkEngineEventFile_0_133556317789020000.xel’ removed ‘/var/opt/mssql/log/errorlog.2’ removed ‘/var/opt/mssql/log/sqlagentstartup.log’ removed ‘/var/opt/mssql/log/system_health_0_133556318267180000.xel’ removed ‘/var/opt/mssql/log/log_4.trc’ removed ‘/var/opt/mssql/log/log_6.trc’ removed ‘/var/opt/mssql/log/system_health_0_133556317031090000.xel’ removed ‘/var/opt/mssql/log/errorlog.7’ removed ‘/var/opt/mssql/log/errorlog’ removed ‘/var/opt/mssql/log/system_health_0_133556318067570000.xel’ removed ‘/var/opt/mssql/log/HkEngineEventFile_0_133556317205630000.xel’ removed ‘/var/opt/mssql/log/log_7.trc’ removed ‘/var/opt/mssql/log/errorlog.5’ removed ‘/var/opt/mssql/log/HkEngineEventFile_0_133556317067960000.xel’ removed ‘/var/opt/mssql/log/errorlog.4’ removed ‘/var/opt/mssql/log/HkEngineEventFile_0_133556317382950000.xel’ removed ‘/var/opt/mssql/log/system_health_0_133556317208490000.xel’ removed ‘/var/opt/mssql/log/system_health_0_133556317791430000.xel’ removed ‘/var/opt/mssql/log/HkEngineEventFile_0_133556317580490000.xel’ removed ‘/var/opt/mssql/log/HkEngineEventFile_0_133556318063940000.xel’ removed ‘/var/opt/mssql/log/errorlog.8’ removed ‘/var/opt/mssql/log/HkEngineEventFile_0_133556317025250000.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_133556317385280000.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-weekly-ciglas_w6z/tests/tasks/cleanup.yml:77 Saturday 23 March 2024 01:43:58 +0000 (0:00:00.150) 0:03:05.555 ******** ok: [sut] => { "changed": false, "cmd": "systemctl stop mssql-server || true", "delta": "0:00:00.681155", "end": "2024-03-23 01:43:58.843295", "rc": 0, "start": "2024-03-23 01:43:58.162140" } RUNNING HANDLER [fedora.linux_system_roles.selinux : Reload SELinux policy] **** task path: /WORKDIR/git-weekly-ciglas_w6z/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/handlers/main.yml:2 Saturday 23 March 2024 01:43:58 +0000 (0:00:00.824) 0:03:06.379 ******** changed: [sut] => { "changed": true, "cmd": [ "semodule", "-R" ], "delta": "0:00:01.725755", "end": "2024-03-23 01:44:00.798280", "rc": 0, "start": "2024-03-23 01:43:59.072525" } META: ran handlers META: ran handlers PLAY RECAP ********************************************************************* sut : ok=385 changed=62 unreachable=0 failed=0 skipped=832 rescued=0 ignored=0 Saturday 23 March 2024 01:44:00 +0000 (0:00:01.933) 0:03:08.312 ******** =============================================================================== linux-system-roles.mssql : Ensure the package mssql-server ------------- 39.41s /WORKDIR/git-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:241 linux-system-roles.mssql : Set up MSSQL --------------------------------- 4.84s /WORKDIR/git-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:301 linux-system-roles.mssql : Ensure that SQL Server client tools are installed --- 4.82s /WORKDIR/git-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:426 fedora.linux_system_roles.selinux : Get SELinux modules facts ----------- 3.40s /WORKDIR/git-weekly-ciglas_w6z/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:112 linux-system-roles.mssql : Gather package facts ------------------------- 3.22s /WORKDIR/git-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:546 fedora.linux_system_roles.certificate : Ensure certificate role dependencies are installed --- 3.21s /WORKDIR/git-weekly-ciglas_w6z/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:5 linux-system-roles.mssql : Gather package facts ------------------------- 3.06s /WORKDIR/git-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:142 Remove related packages ------------------------------------------------- 3.02s /WORKDIR/git-weekly-ciglas_w6z/tests/tasks/cleanup.yml:50 --------------------- fedora.linux_system_roles.certificate : Ensure provider packages are installed --- 2.94s /WORKDIR/git-weekly-ciglas_w6z/.collection/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:23 linux-system-roles.mssql : Restart the mssql-server service ------------- 2.58s /WORKDIR/git-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/handlers/main.yml:3 linux-system-roles.mssql : Restart the mssql-server service ------------- 2.39s /WORKDIR/git-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/handlers/main.yml:3 Wait for mssql-server to prepare for client connections ----------------- 2.22s /WORKDIR/git-weekly-ciglas_w6z/tests/tasks/verify_settings.yml:93 ------------- Wait for mssql-server to prepare for client connections ----------------- 2.20s /WORKDIR/git-weekly-ciglas_w6z/tests/tasks/verify_settings.yml:93 ------------- Wait for mssql-server to prepare for client connections ----------------- 2.17s /WORKDIR/git-weekly-ciglas_w6z/tests/tasks/verify_settings.yml:93 ------------- Wait for mssql-server to prepare for client connections ----------------- 2.17s /WORKDIR/git-weekly-ciglas_w6z/tests/tasks/verify_settings.yml:93 ------------- linux-system-roles.mssql : Gather system services facts ----------------- 2.12s /WORKDIR/git-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:272 fedora.linux_system_roles.selinux : Reload SELinux policy --------------- 1.93s /WORKDIR/git-weekly-ciglas_w6z/.collection/ansible_collections/fedora/linux_system_roles/roles/selinux/handlers/main.yml:2 linux-system-roles.mssql : Deploy the GPG key for Microsoft repositories --- 1.37s /WORKDIR/git-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:184 linux-system-roles.mssql : Ensure that the mssql-server service is started --- 1.33s /WORKDIR/git-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/verify_password.yml:3 linux-system-roles.mssql : Configure to run as a confined application with SELinux --- 1.29s /WORKDIR/git-weekly-ciglas_w6z/tests/roles/linux-system-roles.mssql/tasks/main.yml:236 ---^---^---^---^---^--- # 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. ---^---^---^---^---^---