# 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_password_2017.yml ********************************************** 1 plays in /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/tests_password_2017.yml PLAY [Ensure that the role is idempotent when changing the sa user password] *** TASK [Gathering Facts] ********************************************************* task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/tests_password_2017.yml:3 Friday 05 January 2024 15:04:09 +0000 (0:00:00.013) 0:00:00.013 ******** ok: [sut] META: ran handlers TASK [Run tests_password with SQL Server 2017] ********************************* task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/tests_password_2017.yml:14 Friday 05 January 2024 15:04:09 +0000 (0:00:00.556) 0:00:00.570 ******** included: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/tasks/tests_password.yml for sut TASK [Assert fail on EL 7 with version = 2022 and EL 9 with version != 2022] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/tasks/tests_password.yml:2 Friday 05 January 2024 15:04:09 +0000 (0:00:00.012) 0:00:00.583 ******** included: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/tasks/assert_fail_on_unsupported_ver.yml for sut TASK [Ensure ansible_facts to get ansible_distribution] ************************ task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/tasks/assert_fail_on_unsupported_ver.yml:2 Friday 05 January 2024 15:04:09 +0000 (0:00:00.036) 0:00:00.619 ******** ok: [sut] TASK [Run the role] ************************************************************ task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/tasks/assert_fail_on_unsupported_ver.yml:15 Friday 05 January 2024 15:04:10 +0000 (0:00:00.222) 0:00:00.841 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Unreachable task] ******************************************************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/tasks/assert_fail_on_unsupported_ver.yml:22 Friday 05 January 2024 15:04:10 +0000 (0:00:00.011) 0:00:00.852 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set up MSSQL] ************************************************************ task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/tasks/tests_password.yml:5 Friday 05 January 2024 15:04:10 +0000 (0:00:00.010) 0:00:00.863 ******** TASK [linux-system-roles.mssql : Ensure ansible_facts and variables used by role] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:3 Friday 05 January 2024 15:04:10 +0000 (0:00:00.159) 0:00:01.022 ******** included: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/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-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/set_vars.yml:3 Friday 05 January 2024 15:04:10 +0000 (0:00:00.015) 0:00:01.038 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Set platform/version specific variables] ****** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/set_vars.yml:9 Friday 05 January 2024 15:04:10 +0000 (0:00:00.011) 0:00:01.050 ******** 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-ansible-lint-test-2.16so8j2u1z/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-ansible-lint-test-2.16so8j2u1z/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-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:8 Friday 05 January 2024 15:04:10 +0000 (0:00:00.035) 0:00:01.085 ******** 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-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:15 Friday 05 January 2024 15:04:10 +0000 (0:00:00.012) 0:00:01.098 ******** skipping: [sut] => {} TASK [linux-system-roles.mssql : Link the deprecated mssql_input_sql_file fact] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:23 Friday 05 January 2024 15:04:10 +0000 (0:00:00.014) 0:00:01.112 ******** 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-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:30 Friday 05 January 2024 15:04:10 +0000 (0:00:00.008) 0:00:01.121 ******** skipping: [sut] => {} TASK [linux-system-roles.mssql : Link the deprecated mssql_ha_listener_port fact] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:37 Friday 05 January 2024 15:04:10 +0000 (0:00:00.012) 0:00:01.134 ******** 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-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:44 Friday 05 January 2024 15:04:10 +0000 (0:00:00.011) 0:00:01.145 ******** skipping: [sut] => {} TASK [linux-system-roles.mssql : Link the deprecated mssql_ad_sql_user_name fact] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:51 Friday 05 January 2024 15:04:10 +0000 (0:00:00.023) 0:00:01.168 ******** 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-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:58 Friday 05 January 2024 15:04:10 +0000 (0:00:00.021) 0:00:01.189 ******** skipping: [sut] => {} TASK [linux-system-roles.mssql : Link the deprecated mssql_ha_cluster_run_role fact] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:65 Friday 05 January 2024 15:04:10 +0000 (0:00:00.014) 0:00:01.204 ******** 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-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:69 Friday 05 January 2024 15:04:10 +0000 (0:00:00.012) 0:00:01.216 ******** 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-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:81 Friday 05 January 2024 15:04:10 +0000 (0:00:00.014) 0:00:01.231 ******** 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-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:89 Friday 05 January 2024 15:04:10 +0000 (0:00:00.009) 0:00:01.241 ******** 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-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:98 Friday 05 January 2024 15:04:10 +0000 (0:00:00.009) 0:00:01.250 ******** 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-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:111 Friday 05 January 2024 15:04:10 +0000 (0:00:00.022) 0:00:01.272 ******** 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-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:122 Friday 05 January 2024 15:04:10 +0000 (0:00:00.024) 0:00:01.297 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Gather package facts] ************************* task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:131 Friday 05 January 2024 15:04:10 +0000 (0:00:00.011) 0:00:01.308 ******** 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-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:135 Friday 05 January 2024 15:04:11 +0000 (0:00:01.060) 0:00:02.368 ******** 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-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:144 Friday 05 January 2024 15:04:11 +0000 (0:00:00.034) 0:00:02.403 ******** 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-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:151 Friday 05 January 2024 15:04:11 +0000 (0:00:00.016) 0:00:02.420 ******** 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-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:158 Friday 05 January 2024 15:04:11 +0000 (0:00:00.018) 0:00:02.438 ******** 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-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:173 Friday 05 January 2024 15:04:11 +0000 (0:00:00.029) 0:00:02.468 ******** 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-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:186 Friday 05 January 2024 15:04:12 +0000 (0:00:00.406) 0:00:02.875 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Get yum repositories] ************************* task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:196 Friday 05 January 2024 15:04:12 +0000 (0:00:00.068) 0:00:02.944 ******** 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-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:207 Friday 05 January 2024 15:04:12 +0000 (0:00:00.022) 0:00:02.966 ******** 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-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:215 Friday 05 January 2024 15:04:12 +0000 (0:00:00.036) 0:00:03.003 ******** changed: [sut] => { "changed": true, "repo": "packages-microsoft-com-mssql-server-2017", "state": "present" } TASK [Ensure that the system is in SELinux enforcing state] ******************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:228 Friday 05 January 2024 15:04:12 +0000 (0:00:00.237) 0:00:03.241 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Get the current mode of SELinux] ************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:236 Friday 05 January 2024 15:04:12 +0000 (0:00:00.018) 0:00:03.260 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Verify that SELinux is in enforcing mode] ***** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:241 Friday 05 January 2024 15:04:12 +0000 (0:00:00.024) 0:00:03.284 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Verify that SELinux is not in enforcing mode] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:250 Friday 05 January 2024 15:04:12 +0000 (0:00:00.016) 0:00:03.301 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Ensure the package mssql-server-selinux] ****** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:259 Friday 05 January 2024 15:04:12 +0000 (0:00:00.019) 0:00:03.320 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Ensure the package mssql-server] ************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:264 Friday 05 January 2024 15:04:12 +0000 (0:00:00.017) 0:00:03.338 ******** changed: [sut] => { "changed": true, "changes": { "installed": [ "mssql-server" ] }, "rc": 0, "results": [ "Loaded plugins: fastestmirror\nLoading mirror speeds from cached hostfile\n * base: download.cf.centos.org\n * extras: download.cf.centos.org\n * updates: download.cf.centos.org\nResolving Dependencies\n--> Running transaction check\n---> Package mssql-server.x86_64 0:14.0.3465.1-1 will be installed\n--> Processing Dependency: libatomic for package: mssql-server-14.0.3465.1-1.x86_64\n--> Processing Dependency: bzip2 for package: mssql-server-14.0.3465.1-1.x86_64\n--> Processing Dependency: gdb for package: mssql-server-14.0.3465.1-1.x86_64\n--> Processing Dependency: libsss_nss_idmap for package: mssql-server-14.0.3465.1-1.x86_64\n--> Processing Dependency: cyrus-sasl for package: mssql-server-14.0.3465.1-1.x86_64\n--> Processing Dependency: cyrus-sasl-gssapi for package: mssql-server-14.0.3465.1-1.x86_64\n--> Running transaction check\n---> Package bzip2.x86_64 0:1.0.6-13.el7 will be installed\n---> Package cyrus-sasl.x86_64 0:2.1.26-24.el7_9 will be installed\n---> Package cyrus-sasl-gssapi.x86_64 0:2.1.26-24.el7_9 will be installed\n---> Package gdb.x86_64 0:7.6.1-120.el7 will be installed\n---> Package libatomic.x86_64 0:4.8.5-44.el7 will be installed\n---> Package libsss_nss_idmap.x86_64 0:1.16.5-10.el7_9.15 will be installed\n--> Finished Dependency Resolution\n\nDependencies Resolved\n\n================================================================================\n Package Arch Version Repository Size\n================================================================================\nInstalling:\n mssql-server x86_64 14.0.3465.1-1 packages-microsoft-com-mssql-server-2017\n 200 M\nInstalling for dependencies:\n bzip2 x86_64 1.0.6-13.el7 base 52 k\n cyrus-sasl x86_64 2.1.26-24.el7_9 updates 88 k\n cyrus-sasl-gssapi x86_64 2.1.26-24.el7_9 updates 41 k\n gdb x86_64 7.6.1-120.el7 base 2.4 M\n libatomic x86_64 4.8.5-44.el7 base 51 k\n libsss_nss_idmap x86_64 1.16.5-10.el7_9.15 updates 170 k\n\nTransaction Summary\n================================================================================\nInstall 1 Package (+6 Dependent packages)\n\nTotal size: 203 M\nTotal download size: 200 M\nInstalled size: 1.0 G\nDownloading packages:\nRunning transaction check\nRunning transaction test\nTransaction test succeeded\nRunning transaction\n Installing : libsss_nss_idmap-1.16.5-10.el7_9.15.x86_64 1/7 \n Installing : cyrus-sasl-2.1.26-24.el7_9.x86_64 2/7 \n Installing : gdb-7.6.1-120.el7.x86_64 3/7 \n Installing : cyrus-sasl-gssapi-2.1.26-24.el7_9.x86_64 4/7 \n Installing : bzip2-1.0.6-13.el7.x86_64 5/7 \n Installing : libatomic-4.8.5-44.el7.x86_64 6/7 \n Installing : mssql-server-14.0.3465.1-1.x86_64 7/7 \n\n+--------------------------------------------------------------+\nPlease run 'sudo /opt/mssql/bin/mssql-conf setup'\nto complete the setup of Microsoft SQL Server\n+--------------------------------------------------------------+\n\nSQL Server needs to be restarted in order to apply this setting. Please run\n'systemctl restart mssql-server.service'.\n Verifying : libatomic-4.8.5-44.el7.x86_64 1/7 \n Verifying : bzip2-1.0.6-13.el7.x86_64 2/7 \n Verifying : mssql-server-14.0.3465.1-1.x86_64 3/7 \n Verifying : cyrus-sasl-gssapi-2.1.26-24.el7_9.x86_64 4/7 \n Verifying : gdb-7.6.1-120.el7.x86_64 5/7 \n Verifying : cyrus-sasl-2.1.26-24.el7_9.x86_64 6/7 \n Verifying : libsss_nss_idmap-1.16.5-10.el7_9.15.x86_64 7/7 \n\nInstalled:\n mssql-server.x86_64 0:14.0.3465.1-1 \n\nDependency Installed:\n bzip2.x86_64 0:1.0.6-13.el7 \n cyrus-sasl.x86_64 0:2.1.26-24.el7_9 \n cyrus-sasl-gssapi.x86_64 0:2.1.26-24.el7_9 \n gdb.x86_64 0:7.6.1-120.el7 \n libatomic.x86_64 0:4.8.5-44.el7 \n libsss_nss_idmap.x86_64 0:1.16.5-10.el7_9.15 \n\nComplete!\n" ] } TASK [linux-system-roles.mssql : Ensure that the openldap-compat package is installed] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:272 Friday 05 January 2024 15:04:49 +0000 (0:00:37.286) 0:00:40.625 ******** 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-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:280 Friday 05 January 2024 15:04:49 +0000 (0:00:00.059) 0:00:40.684 ******** 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.005551", "end": "2024-01-05 15:04:50.259176", "rc": 0, "start": "2024-01-05 15:04:50.253625" } TASK [linux-system-roles.mssql : Gather system services facts] ***************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:295 Friday 05 January 2024 15:04:50 +0000 (0:00:00.349) 0:00:41.034 ******** 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-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:299 Friday 05 January 2024 15:04:51 +0000 (0:00:00.918) 0:00:41.953 ******** 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-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:308 Friday 05 January 2024 15:04:51 +0000 (0:00:00.067) 0:00:42.020 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [linux-system-roles.mssql : Set up MSSQL] ********************************* task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:324 Friday 05 January 2024 15:04:51 +0000 (0:00:00.034) 0:00:42.054 ******** changed: [sut] => { "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-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:344 Friday 05 January 2024 15:04:56 +0000 (0:00:05.422) 0:00:47.476 ******** skipping: [sut] => (item={'path': None, 'mode': None, 'setting': 'defaultdatadir'}) => { "ansible_loop_var": "item", "changed": false, "item": { "mode": null, "path": null, "setting": "defaultdatadir" }, "skip_reason": "Conditional result was False" } skipping: [sut] => (item={'path': None, 'mode': None, 'setting': 'defaultlogdir'}) => { "ansible_loop_var": "item", "changed": false, "item": { "mode": null, "path": null, "setting": "defaultlogdir" }, "skip_reason": "Conditional result was False" } TASK [Ensure correct SELinux context for {{ __mssql_storage_path }}] *********** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:359 Friday 05 January 2024 15:04:56 +0000 (0:00:00.067) 0:00:47.543 ******** 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-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:366 Friday 05 January 2024 15:04:56 +0000 (0:00:00.038) 0:00:47.582 ******** ok: [sut] => { "changed": false, "rc": 0, "results": [ "tuned-profiles-mssql-2.11.0-12.el7_9.noarch providing tuned-profiles-mssql is already installed" ] } TASK [linux-system-roles.mssql : Ensure that the tuned service is started and enabled] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:371 Friday 05 January 2024 15:04:57 +0000 (0:00:00.441) 0:00:48.024 ******** ok: [sut] => { "changed": false, "enabled": true, "name": "tuned", "state": "started", "status": { "ActiveEnterTimestamp": "Fri 2024-01-05 14:39:05 UTC", "ActiveEnterTimestampMonotonic": "21380366", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "dbus.service systemd-journald.socket system.slice basic.target network.target systemd-sysctl.service", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Fri 2024-01-05 14:39:03 UTC", "AssertTimestampMonotonic": "19950014", "Before": "shutdown.target multi-user.target", "BlockIOAccounting": "no", "BlockIOWeight": "18446744073709551615", "BusName": "com.redhat.tuned", "CPUAccounting": "no", "CPUQuotaPerSecUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "18446744073709551615", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "18446744073709551615", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Fri 2024-01-05 14:39:03 UTC", "ConditionTimestampMonotonic": "19950012", "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": "881", "ExecMainStartTimestamp": "Fri 2024-01-05 14:39:03 UTC", "ExecMainStartTimestampMonotonic": "19951022", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/sbin/tuned ; argv[]=/usr/sbin/tuned -l -P ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/tuned.service", "GuessMainPID": "yes", "IOScheduling": "0", "Id": "tuned.service", "IgnoreOnIsolate": "no", "IgnoreOnSnapshot": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestamp": "Fri 2024-01-05 14:39:03 UTC", "InactiveExitTimestampMonotonic": "19951142", "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": "881", "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": "Fri 2024-01-05 14:39:05 UTC", "WatchdogTimestampMonotonic": "21380194", "WatchdogUSec": "0" } } TASK [linux-system-roles.mssql : Get the active Tuned profiles] **************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:377 Friday 05 January 2024 15:04:57 +0000 (0:00:00.523) 0:00:48.548 ******** ok: [sut] => { "changed": false, "cmd": [ "tuned-adm", "active" ], "delta": "0:00:00.097297", "end": "2024-01-05 15:04:58.123747", "rc": 0, "start": "2024-01-05 15:04:58.026450" } 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-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:387 Friday 05 January 2024 15:04:58 +0000 (0:00:00.360) 0:00:48.908 ******** 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-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:400 Friday 05 January 2024 15:04:58 +0000 (0:00:00.049) 0:00:48.957 ******** 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-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:409 Friday 05 January 2024 15:04:58 +0000 (0:00:00.039) 0:00:48.997 ******** 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-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:419 Friday 05 January 2024 15:04:58 +0000 (0:00:00.029) 0:00:49.026 ******** 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-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:426 Friday 05 January 2024 15:04:58 +0000 (0:00:00.240) 0:00:49.267 ******** 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" ] } TASK [linux-system-roles.mssql : Prepare MSSQL and facts for logging in] ******* task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:438 Friday 05 January 2024 15:05:03 +0000 (0:00:04.833) 0:00:54.100 ******** 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-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:442 Friday 05 January 2024 15:05:03 +0000 (0:00:00.033) 0:00:54.134 ******** 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-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:448 Friday 05 January 2024 15:05:03 +0000 (0:00:00.035) 0:00:54.170 ******** 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-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:463 Friday 05 January 2024 15:05:03 +0000 (0:00:00.031) 0:00:54.201 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Gather package facts] ************************* task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:470 Friday 05 January 2024 15:05:03 +0000 (0:00:00.029) 0:00:54.231 ******** 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-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:478 Friday 05 January 2024 15:05:03 +0000 (0:00:00.078) 0:00:54.309 ******** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.mssql : Pre-input SQL script files to SQL Server] ***** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:500 Friday 05 January 2024 15:05:03 +0000 (0:00:00.026) 0:00:54.336 ******** 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-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:511 Friday 05 January 2024 15:05:03 +0000 (0:00:00.042) 0:00:54.378 ******** 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-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:526 Friday 05 January 2024 15:05:03 +0000 (0:00:00.033) 0:00:54.412 ******** 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-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:539 Friday 05 January 2024 15:05:03 +0000 (0:00:00.024) 0:00:54.436 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Gather package facts] ************************* task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:546 Friday 05 January 2024 15:05:03 +0000 (0:00:00.069) 0:00:54.505 ******** 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-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:552 Friday 05 January 2024 15:05:03 +0000 (0:00:00.077) 0:00:54.583 ******** 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-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:572 Friday 05 January 2024 15:05:03 +0000 (0:00:00.043) 0:00:54.627 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Register the previous tcpport setting] ******** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:579 Friday 05 January 2024 15:05:03 +0000 (0:00:00.022) 0:00:54.649 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Open the TCP port 1433] ************************************************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:586 Friday 05 January 2024 15:05:03 +0000 (0:00:00.049) 0:00:54.699 ******** 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-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:598 Friday 05 January 2024 15:05:04 +0000 (0:00:00.047) 0:00:54.746 ******** included: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/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-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Friday 05 January 2024 15:05:04 +0000 (0:00:00.066) 0:00:54.813 ******** ok: [sut] => { "changed": false, "cmd": [ "grep", "^tcpport = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003340", "end": "2024-01-05 15:05:04.267886", "failed_when_result": false, "rc": 1, "start": "2024-01-05 15:05:04.264546" } MSG: non-zero return code TASK [linux-system-roles.mssql : Configure the setting network tcpport] ******** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 Friday 05 January 2024 15:05:04 +0000 (0:00:00.236) 0:00:55.049 ******** ok: [sut] => { "changed": false, "cmd": [ "/opt/mssql/bin/mssql-conf", "set", "network.tcpport", "1433" ], "delta": "0:00:00.049861", "end": "2024-01-05 15:05:04.502882", "failed_when_result": false, "rc": 0, "start": "2024-01-05 15:05:04.453021" } 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-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:42 Friday 05 January 2024 15:05:04 +0000 (0:00:00.248) 0:00:55.298 ******** 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-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:604 Friday 05 January 2024 15:05:04 +0000 (0:00:00.044) 0:00:55.342 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the sqlagent setting] *************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:624 Friday 05 January 2024 15:05:04 +0000 (0:00:00.023) 0:00:55.365 ******** 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-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:631 Friday 05 January 2024 15:05:04 +0000 (0:00:00.035) 0:00:55.401 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Ensure the package powershell] **************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:638 Friday 05 January 2024 15:05:04 +0000 (0:00:00.139) 0:00:55.541 ******** 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-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:647 Friday 05 January 2024 15:05:04 +0000 (0:00:00.049) 0:00:55.591 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Set the 3979 traceflag] *********************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:653 Friday 05 January 2024 15:05:04 +0000 (0:00:00.063) 0:00:55.654 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Unset the 3979 traceflag] ********************* task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:660 Friday 05 January 2024 15:05:04 +0000 (0:00:00.038) 0:00:55.693 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the alternatewritethrough setting] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:668 Friday 05 January 2024 15:05:04 +0000 (0:00:00.044) 0:00:55.737 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the writethrough setting] *********** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:674 Friday 05 January 2024 15:05:05 +0000 (0:00:00.079) 0:00:55.817 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create certificates using the certificate role] ************************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:692 Friday 05 January 2024 15:05:05 +0000 (0:00:00.052) 0:00:55.870 ******** 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-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:706 Friday 05 January 2024 15:05:05 +0000 (0:00:00.084) 0:00:55.954 ******** 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-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:711 Friday 05 January 2024 15:05:05 +0000 (0:00:00.022) 0:00:55.977 ******** skipping: [sut] => (item=None) => { "ansible_loop_var": "item", "changed": false, "item": null, "skip_reason": "Conditional result was False" } skipping: [sut] => (item=None) => { "ansible_loop_var": "item", "changed": false, "item": null, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the tlscert setting] **************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:729 Friday 05 January 2024 15:05:05 +0000 (0:00:00.066) 0:00:56.044 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the tlskey setting] ***************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:738 Friday 05 January 2024 15:05:05 +0000 (0:00:00.046) 0:00:56.090 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the tlsprotocols setting] *********** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:747 Friday 05 January 2024 15:05:05 +0000 (0:00:00.042) 0:00:56.132 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the forceencryption setting] ******** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:754 Friday 05 January 2024 15:05:05 +0000 (0:00:00.065) 0:00:56.198 ******** 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-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:763 Friday 05 January 2024 15:05:05 +0000 (0:00:00.060) 0:00:56.259 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Join to realm {{ ad_integration_realm }}] ******************************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:771 Friday 05 January 2024 15:05:05 +0000 (0:00:00.054) 0:00:56.314 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Ensure adutil and krb5-workstation] *********** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:779 Friday 05 January 2024 15:05:05 +0000 (0:00:00.064) 0:00:56.378 ******** 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-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:786 Friday 05 January 2024 15:05:05 +0000 (0:00:00.093) 0:00:56.472 ******** 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-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:793 Friday 05 January 2024 15:05:05 +0000 (0:00:00.077) 0:00:56.549 ******** 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-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:802 Friday 05 January 2024 15:05:05 +0000 (0:00:00.072) 0:00:56.622 ******** 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-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:815 Friday 05 January 2024 15:05:06 +0000 (0:00:00.189) 0:00:56.811 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : In AD server create user] ********************* task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:824 Friday 05 January 2024 15:05:06 +0000 (0:00:00.155) 0:00:56.967 ******** 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-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:836 Friday 05 January 2024 15:05:06 +0000 (0:00:00.063) 0:00:57.031 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Register SPNs to the principal] *************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:841 Friday 05 January 2024 15:05:06 +0000 (0:00:00.073) 0:00:57.104 ******** 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-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:858 Friday 05 January 2024 15:05:06 +0000 (0:00:00.029) 0:00:57.134 ******** 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-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:863 Friday 05 January 2024 15:05:06 +0000 (0:00:00.055) 0:00:57.190 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Get keytab properties] ************************ task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:868 Friday 05 January 2024 15:05:06 +0000 (0:00:00.053) 0:00:57.243 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Create keytab] ******************************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:874 Friday 05 January 2024 15:05:06 +0000 (0:00:00.065) 0:00:57.308 ******** 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-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:900 Friday 05 January 2024 15:05:06 +0000 (0:00:00.030) 0:00:57.338 ******** 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-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:921 Friday 05 January 2024 15:05:06 +0000 (0:00:00.024) 0:00:57.362 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Fetch keytab file to host] ******************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:929 Friday 05 January 2024 15:05:06 +0000 (0:00:00.034) 0:00:57.397 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the network.kerberoskeytabfile setting] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:939 Friday 05 January 2024 15:05:06 +0000 (0:00:00.029) 0:00:57.427 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the network.kerberoskeytabfile setting] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:945 Friday 05 January 2024 15:05:06 +0000 (0:00:00.028) 0:00:57.455 ******** 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-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:962 Friday 05 January 2024 15:05:06 +0000 (0:00:00.022) 0:00:57.477 ******** 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-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:977 Friday 05 January 2024 15:05:06 +0000 (0:00:00.023) 0:00:57.500 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Set host variables] *************************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:997 Friday 05 January 2024 15:05:06 +0000 (0:00:00.049) 0:00:57.550 ******** 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-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1051 Friday 05 January 2024 15:05:06 +0000 (0:00:00.030) 0:00:57.580 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Enable the hadrenabled setting] *************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1058 Friday 05 January 2024 15:05:06 +0000 (0:00:00.047) 0:00:57.627 ******** 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-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1065 Friday 05 January 2024 15:05:06 +0000 (0:00:00.058) 0:00:57.685 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Remove certificate from SQL Server] *********** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1076 Friday 05 January 2024 15:05:07 +0000 (0:00:00.082) 0:00:57.768 ******** 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-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1082 Friday 05 January 2024 15:05:07 +0000 (0:00:00.055) 0:00:57.824 ******** 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-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1090 Friday 05 January 2024 15:05:07 +0000 (0:00:00.049) 0:00:57.873 ******** 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-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1099 Friday 05 January 2024 15:05:07 +0000 (0:00:00.043) 0:00:57.916 ******** 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-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1107 Friday 05 January 2024 15:05:07 +0000 (0:00:00.030) 0:00:57.946 ******** 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-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1122 Friday 05 January 2024 15:05:07 +0000 (0:00:00.029) 0:00:57.976 ******** 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-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1129 Friday 05 January 2024 15:05:07 +0000 (0:00:00.032) 0:00:58.008 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure ag] ********************************* task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1154 Friday 05 January 2024 15:05:07 +0000 (0:00:00.032) 0:00:58.041 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Grant permissions to HA login] **************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1163 Friday 05 January 2024 15:05:07 +0000 (0:00:00.022) 0:00:58.064 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Replicate DBs] ******************************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1173 Friday 05 January 2024 15:05:07 +0000 (0:00:00.020) 0:00:58.084 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Grant permissions to HA login] **************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1184 Friday 05 January 2024 15:05:07 +0000 (0:00:00.055) 0:00:58.139 ******** 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-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1197 Friday 05 January 2024 15:05:07 +0000 (0:00:00.047) 0:00:58.186 ******** 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-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1210 Friday 05 January 2024 15:05:07 +0000 (0:00:00.037) 0:00:58.224 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Enable the hadrenabled setting] *************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1217 Friday 05 January 2024 15:05:07 +0000 (0:00:00.060) 0:00:58.285 ******** 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-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1224 Friday 05 January 2024 15:05:07 +0000 (0:00:00.060) 0:00:58.345 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Remove certificate from SQL Server] *********** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1233 Friday 05 January 2024 15:05:07 +0000 (0:00:00.021) 0:00:58.367 ******** 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-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1240 Friday 05 January 2024 15:05:07 +0000 (0:00:00.021) 0:00:58.388 ******** 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-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1252 Friday 05 January 2024 15:05:07 +0000 (0:00:00.040) 0:00:58.429 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Create HA login] ****************************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1261 Friday 05 January 2024 15:05:07 +0000 (0:00:00.027) 0:00:58.456 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Join to availability group] ******************* task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1268 Friday 05 January 2024 15:05:07 +0000 (0:00:00.098) 0:00:58.555 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Grant permissions to HA login] **************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1274 Friday 05 January 2024 15:05:07 +0000 (0:00:00.030) 0:00:58.585 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Remove certificate and private key from the control node] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1282 Friday 05 January 2024 15:05:07 +0000 (0:00:00.022) 0:00:58.608 ******** 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-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1295 Friday 05 January 2024 15:05:07 +0000 (0:00:00.027) 0:00:58.635 ******** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [Run ha_cluster to configure pacemaker] *********************************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1307 Friday 05 January 2024 15:05:07 +0000 (0:00:00.021) 0:00:58.656 ******** 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-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1313 Friday 05 January 2024 15:05:07 +0000 (0:00:00.022) 0:00:58.679 ******** 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-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1322 Friday 05 January 2024 15:05:07 +0000 (0:00:00.024) 0:00:58.704 ******** changed: [sut] => { "changed": true } MSG: Block inserted META: ran handlers TASK [linux-system-roles.mssql : Post-input SQL scripts to SQL Server] ********* task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1335 Friday 05 January 2024 15:05:08 +0000 (0:00:00.270) 0:00:58.974 ******** 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-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1346 Friday 05 January 2024 15:05:08 +0000 (0:00:00.032) 0:00:59.007 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Configure the mssql-server service start limit interval and burst] ******* task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/tasks/tests_password.yml:12 Friday 05 January 2024 15:05:08 +0000 (0:00:00.024) 0:00:59.032 ******** included: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/tasks/mssql-sever-increase-start-limit.yml for sut TASK [Modify the mssql-server service start limit interval] ******************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/tasks/mssql-sever-increase-start-limit.yml:3 Friday 05 January 2024 15:05:08 +0000 (0:00:00.077) 0:00:59.109 ******** changed: [sut] => { "changed": true } MSG: 1 replacements made TASK [Modify the mssql-server service start limit burst] *********************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/tasks/mssql-sever-increase-start-limit.yml:10 Friday 05 January 2024 15:05:08 +0000 (0:00:00.312) 0:00:59.421 ******** changed: [sut] => { "changed": true } MSG: 1 replacements made TASK [Reload service daemon] *************************************************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/tasks/mssql-sever-increase-start-limit.yml:17 Friday 05 January 2024 15:05:08 +0000 (0:00:00.145) 0:00:59.567 ******** ok: [sut] => { "changed": false, "name": null, "status": {} } TASK [Change the password with default settings. Should report Changed.] ******* task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/tasks/tests_password.yml:15 Friday 05 January 2024 15:05:09 +0000 (0:00:00.271) 0:00:59.838 ******** TASK [linux-system-roles.mssql : Ensure ansible_facts and variables used by role] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:3 Friday 05 January 2024 15:05:09 +0000 (0:00:00.246) 0:01:00.085 ******** included: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/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-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/set_vars.yml:3 Friday 05 January 2024 15:05:09 +0000 (0:00:00.076) 0:01:00.162 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Set platform/version specific variables] ****** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/set_vars.yml:9 Friday 05 January 2024 15:05:09 +0000 (0:00:00.031) 0:01:00.193 ******** 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-ansible-lint-test-2.16so8j2u1z/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-ansible-lint-test-2.16so8j2u1z/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-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:8 Friday 05 January 2024 15:05:09 +0000 (0:00:00.054) 0:01:00.248 ******** 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-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:15 Friday 05 January 2024 15:05:09 +0000 (0:00:00.030) 0:01:00.279 ******** skipping: [sut] => {} TASK [linux-system-roles.mssql : Link the deprecated mssql_input_sql_file fact] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:23 Friday 05 January 2024 15:05:09 +0000 (0:00:00.023) 0:01:00.302 ******** 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-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:30 Friday 05 January 2024 15:05:09 +0000 (0:00:00.020) 0:01:00.322 ******** skipping: [sut] => {} TASK [linux-system-roles.mssql : Link the deprecated mssql_ha_listener_port fact] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:37 Friday 05 January 2024 15:05:09 +0000 (0:00:00.021) 0:01:00.343 ******** 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-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:44 Friday 05 January 2024 15:05:09 +0000 (0:00:00.046) 0:01:00.390 ******** skipping: [sut] => {} TASK [linux-system-roles.mssql : Link the deprecated mssql_ad_sql_user_name fact] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:51 Friday 05 January 2024 15:05:09 +0000 (0:00:00.022) 0:01:00.412 ******** 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-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:58 Friday 05 January 2024 15:05:09 +0000 (0:00:00.039) 0:01:00.452 ******** skipping: [sut] => {} TASK [linux-system-roles.mssql : Link the deprecated mssql_ha_cluster_run_role fact] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:65 Friday 05 January 2024 15:05:09 +0000 (0:00:00.087) 0:01:00.540 ******** 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-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:69 Friday 05 January 2024 15:05:09 +0000 (0:00:00.024) 0:01:00.564 ******** 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-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:81 Friday 05 January 2024 15:05:09 +0000 (0:00:00.023) 0:01:00.587 ******** 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-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:89 Friday 05 January 2024 15:05:09 +0000 (0:00:00.021) 0:01:00.608 ******** 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-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:98 Friday 05 January 2024 15:05:09 +0000 (0:00:00.031) 0:01:00.640 ******** 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-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:111 Friday 05 January 2024 15:05:09 +0000 (0:00:00.034) 0:01:00.674 ******** 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-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:122 Friday 05 January 2024 15:05:09 +0000 (0:00:00.040) 0:01:00.714 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Gather package facts] ************************* task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:131 Friday 05 January 2024 15:05:10 +0000 (0:00:00.039) 0:01:00.754 ******** 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-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:135 Friday 05 January 2024 15:05:11 +0000 (0:00:01.054) 0:01:01.808 ******** 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-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:144 Friday 05 January 2024 15:05:11 +0000 (0:00:00.166) 0:01:01.975 ******** 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-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:151 Friday 05 January 2024 15:05:11 +0000 (0:00:00.063) 0:01:02.039 ******** 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-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:158 Friday 05 January 2024 15:05:11 +0000 (0:00:00.057) 0:01:02.096 ******** 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-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:173 Friday 05 January 2024 15:05:11 +0000 (0:00:00.059) 0:01:02.156 ******** ok: [sut] => { "attempts": 1, "changed": false } TASK [linux-system-roles.mssql : Update all packages from SQL Server repo version 2017] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:186 Friday 05 January 2024 15:05:11 +0000 (0:00:00.378) 0:01:02.534 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Get yum repositories] ************************* task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:196 Friday 05 January 2024 15:05:11 +0000 (0:00:00.099) 0:01:02.633 ******** 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-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:207 Friday 05 January 2024 15:05:12 +0000 (0:00:00.134) 0:01:02.768 ******** 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-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:215 Friday 05 January 2024 15:05:12 +0000 (0:00:00.028) 0:01:02.796 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure that the system is in SELinux enforcing state] ******************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:228 Friday 05 January 2024 15:05:12 +0000 (0:00:00.027) 0:01:02.824 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Get the current mode of SELinux] ************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:236 Friday 05 January 2024 15:05:12 +0000 (0:00:00.078) 0:01:02.902 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Verify that SELinux is in enforcing mode] ***** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:241 Friday 05 January 2024 15:05:12 +0000 (0:00:00.045) 0:01:02.947 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Verify that SELinux is not in enforcing mode] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:250 Friday 05 January 2024 15:05:12 +0000 (0:00:00.081) 0:01:03.029 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Ensure the package mssql-server-selinux] ****** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:259 Friday 05 January 2024 15:05:12 +0000 (0:00:00.070) 0:01:03.099 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Ensure the package mssql-server] ************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:264 Friday 05 January 2024 15:05:12 +0000 (0:00:00.050) 0:01:03.150 ******** ok: [sut] => { "changed": false, "rc": 0, "results": [ "mssql-server-14.0.3465.1-1.x86_64 providing mssql-server is already installed" ] } TASK [linux-system-roles.mssql : Ensure that the openldap-compat package is installed] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:272 Friday 05 January 2024 15:05:12 +0000 (0:00:00.382) 0:01:03.533 ******** 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-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:280 Friday 05 January 2024 15:05:12 +0000 (0:00:00.065) 0:01:03.598 ******** 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.005647", "end": "2024-01-05 15:05:13.000659", "rc": 0, "start": "2024-01-05 15:05:12.995012" } STDOUT: /var/opt/mssql/log/errorlog TASK [linux-system-roles.mssql : Gather system services facts] ***************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:295 Friday 05 January 2024 15:05:13 +0000 (0:00:00.195) 0:01:03.794 ******** 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-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:299 Friday 05 January 2024 15:05:13 +0000 (0:00:00.794) 0:01:04.588 ******** 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-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:308 Friday 05 January 2024 15:05:13 +0000 (0:00:00.048) 0:01:04.637 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Set up MSSQL] ********************************* task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:324 Friday 05 January 2024 15:05:13 +0000 (0:00:00.029) 0:01:04.666 ******** 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-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:344 Friday 05 January 2024 15:05:14 +0000 (0:00:00.075) 0:01:04.742 ******** skipping: [sut] => (item={'path': None, 'mode': None, 'setting': 'defaultdatadir'}) => { "ansible_loop_var": "item", "changed": false, "item": { "mode": null, "path": null, "setting": "defaultdatadir" }, "skip_reason": "Conditional result was False" } skipping: [sut] => (item={'path': None, 'mode': None, 'setting': 'defaultlogdir'}) => { "ansible_loop_var": "item", "changed": false, "item": { "mode": null, "path": null, "setting": "defaultlogdir" }, "skip_reason": "Conditional result was False" } TASK [Ensure correct SELinux context for {{ __mssql_storage_path }}] *********** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:359 Friday 05 January 2024 15:05:14 +0000 (0:00:00.078) 0:01:04.821 ******** 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-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:366 Friday 05 January 2024 15:05:14 +0000 (0:00:00.109) 0:01:04.931 ******** ok: [sut] => { "changed": false, "rc": 0, "results": [ "tuned-profiles-mssql-2.11.0-12.el7_9.noarch providing tuned-profiles-mssql is already installed" ] } TASK [linux-system-roles.mssql : Ensure that the tuned service is started and enabled] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:371 Friday 05 January 2024 15:05:14 +0000 (0:00:00.353) 0:01:05.284 ******** ok: [sut] => { "changed": false, "enabled": true, "name": "tuned", "state": "started", "status": { "ActiveEnterTimestamp": "Fri 2024-01-05 14:39:05 UTC", "ActiveEnterTimestampMonotonic": "21380366", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "basic.target dbus.service network.target systemd-sysctl.service system.slice systemd-journald.socket", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Fri 2024-01-05 14:39:03 UTC", "AssertTimestampMonotonic": "19950014", "Before": "multi-user.target shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "18446744073709551615", "BusName": "com.redhat.tuned", "CPUAccounting": "no", "CPUQuotaPerSecUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "18446744073709551615", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "18446744073709551615", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Fri 2024-01-05 14:39:03 UTC", "ConditionTimestampMonotonic": "19950012", "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": "881", "ExecMainStartTimestamp": "Fri 2024-01-05 14:39:03 UTC", "ExecMainStartTimestampMonotonic": "19951022", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/sbin/tuned ; argv[]=/usr/sbin/tuned -l -P ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/tuned.service", "GuessMainPID": "yes", "IOScheduling": "0", "Id": "tuned.service", "IgnoreOnIsolate": "no", "IgnoreOnSnapshot": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestamp": "Fri 2024-01-05 14:39:03 UTC", "InactiveExitTimestampMonotonic": "19951142", "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": "881", "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 dbus.service system.slice basic.target", "Restart": "no", "RestartUSec": "100ms", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitInterval": "10000000", "StartupBlockIOWeight": "18446744073709551615", "StartupCPUShares": "18446744073709551615", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "no", "TasksCurrent": "18446744073709551615", "TasksMax": "18446744073709551615", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "dbus", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "WantedBy": "multi-user.target", "WatchdogTimestamp": "Fri 2024-01-05 14:39:05 UTC", "WatchdogTimestampMonotonic": "21380194", "WatchdogUSec": "0" } } TASK [linux-system-roles.mssql : Get the active Tuned profiles] **************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:377 Friday 05 January 2024 15:05:14 +0000 (0:00:00.272) 0:01:05.557 ******** ok: [sut] => { "changed": false, "cmd": [ "tuned-adm", "active" ], "delta": "0:00:00.093699", "end": "2024-01-05 15:05:15.042221", "rc": 0, "start": "2024-01-05 15:05:14.948522" } 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-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:387 Friday 05 January 2024 15:05:15 +0000 (0:00:00.257) 0:01:05.815 ******** 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-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:400 Friday 05 January 2024 15:05:15 +0000 (0:00:00.033) 0:01:05.848 ******** 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-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:409 Friday 05 January 2024 15:05:15 +0000 (0:00:00.035) 0:01:05.884 ******** 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-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:419 Friday 05 January 2024 15:05:15 +0000 (0:00:00.023) 0:01:05.908 ******** 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-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:426 Friday 05 January 2024 15:05:15 +0000 (0:00:00.168) 0:01:06.076 ******** ok: [sut] => { "changed": false, "rc": 0, "results": [ "mssql-tools-17.10.1.1-1.x86_64 providing mssql-tools is already installed", "unixODBC-devel-2.3.11-1.rh.x86_64 providing unixODBC-devel is already installed" ] } TASK [linux-system-roles.mssql : Prepare MSSQL and facts for logging in] ******* task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:438 Friday 05 January 2024 15:05:15 +0000 (0:00:00.392) 0:01:06.469 ******** included: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/verify_password.yml for sut TASK [linux-system-roles.mssql : Ensure that the mssql-server service is started] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/verify_password.yml:3 Friday 05 January 2024 15:05:15 +0000 (0:00:00.048) 0:01:06.517 ******** ok: [sut] => { "changed": false, "name": "mssql-server", "state": "started", "status": { "ActiveEnterTimestamp": "Fri 2024-01-05 15:04:56 UTC", "ActiveEnterTimestampMonotonic": "1572635216", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "basic.target -.mount network.target auditd.service system.slice systemd-journald.socket", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Fri 2024-01-05 15:04:56 UTC", "AssertTimestampMonotonic": "1572634265", "Before": "multi-user.target shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "18446744073709551615", "CPUAccounting": "no", "CPUQuotaPerSecUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "18446744073709551615", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "18446744073709551615", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Fri 2024-01-05 15:04:56 UTC", "ConditionTimestampMonotonic": "1572634264", "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": "18548", "ExecMainStartTimestamp": "Fri 2024-01-05 15:04:56 UTC", "ExecMainStartTimestampMonotonic": "1572635143", "ExecMainStatus": "0", "ExecStart": "{ path=/opt/mssql/bin/sqlservr ; argv[]=/opt/mssql/bin/sqlservr ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/mssql-server.service", "GuessMainPID": "yes", "IOScheduling": "0", "Id": "mssql-server.service", "IgnoreOnIsolate": "no", "IgnoreOnSnapshot": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestamp": "Fri 2024-01-05 15:04:56 UTC", "InactiveExitTimestampMonotonic": "1572635216", "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": "18548", "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": "Fri 2024-01-05 15:04:56 UTC", "WatchdogTimestampMonotonic": "1572635190", "WatchdogUSec": "0", "WorkingDirectory": "/var/opt/mssql" } } TASK [linux-system-roles.mssql : Check if a custom tcpport setting exist] ****** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/verify_password.yml:8 Friday 05 January 2024 15:05:16 +0000 (0:00:00.224) 0:01:06.742 ******** ok: [sut] => { "changed": false, "cmd": [ "grep", "^tcpport = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003399", "end": "2024-01-05 15:05:16.122157", "failed_when_result": false, "rc": 1, "start": "2024-01-05 15:05:16.118758" } MSG: non-zero return code TASK [linux-system-roles.mssql : Check if a custom ipaddress setting exist] **** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/verify_password.yml:14 Friday 05 January 2024 15:05:16 +0000 (0:00:00.147) 0:01:06.890 ******** ok: [sut] => { "changed": false, "cmd": [ "grep", "^ipaddress = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003274", "end": "2024-01-05 15:05:16.276184", "failed_when_result": false, "rc": 1, "start": "2024-01-05 15:05:16.272910" } MSG: non-zero return code TASK [linux-system-roles.mssql : Set a fact with a login command] ************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/verify_password.yml:20 Friday 05 January 2024 15:05:16 +0000 (0:00:00.170) 0:01:07.061 ******** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.mssql : Wait for mssql-server to prepare for client connections] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:442 Friday 05 January 2024 15:05:16 +0000 (0:00:00.053) 0:01:07.114 ******** 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": 7377, "state": "file", "uid": 996 } TASK [linux-system-roles.mssql : Check if the set password matches the existing password] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:448 Friday 05 January 2024 15:05:17 +0000 (0:00:01.313) 0:01:08.428 ******** fatal: [sut]: FAILED! => { "attempts": 1, "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } ...ignoring TASK [linux-system-roles.mssql : Ensure that the mssql-server service is stopped] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:463 Friday 05 January 2024 15:05:17 +0000 (0:00:00.237) 0:01:08.665 ******** NOTIFIED HANDLER linux-system-roles.mssql : Restart the mssql-server service for sut changed: [sut] => { "changed": true, "name": "mssql-server", "state": "stopped", "status": { "ActiveEnterTimestamp": "Fri 2024-01-05 15:04:56 UTC", "ActiveEnterTimestampMonotonic": "1572635216", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "basic.target -.mount network.target auditd.service system.slice systemd-journald.socket", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Fri 2024-01-05 15:04:56 UTC", "AssertTimestampMonotonic": "1572634265", "Before": "multi-user.target shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "18446744073709551615", "CPUAccounting": "no", "CPUQuotaPerSecUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "18446744073709551615", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "18446744073709551615", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Fri 2024-01-05 15:04:56 UTC", "ConditionTimestampMonotonic": "1572634264", "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": "18548", "ExecMainStartTimestamp": "Fri 2024-01-05 15:04:56 UTC", "ExecMainStartTimestampMonotonic": "1572635143", "ExecMainStatus": "0", "ExecStart": "{ path=/opt/mssql/bin/sqlservr ; argv[]=/opt/mssql/bin/sqlservr ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/mssql-server.service", "GuessMainPID": "yes", "IOScheduling": "0", "Id": "mssql-server.service", "IgnoreOnIsolate": "no", "IgnoreOnSnapshot": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestamp": "Fri 2024-01-05 15:04:56 UTC", "InactiveExitTimestampMonotonic": "1572635216", "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": "18548", "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": "Fri 2024-01-05 15:04:56 UTC", "WatchdogTimestampMonotonic": "1572635190", "WatchdogUSec": "0", "WorkingDirectory": "/var/opt/mssql" } } TASK [linux-system-roles.mssql : Gather package facts] ************************* task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:470 Friday 05 January 2024 15:05:18 +0000 (0:00:00.530) 0:01:09.196 ******** 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 password of sa user] *************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:478 Friday 05 January 2024 15:05:19 +0000 (0:00:00.963) 0:01:10.159 ******** changed: [sut] => { "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 : Pre-input SQL script files to SQL Server] ***** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:500 Friday 05 January 2024 15:05:22 +0000 (0:00:03.566) 0:01:13.726 ******** 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-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:511 Friday 05 January 2024 15:05:23 +0000 (0:00:00.023) 0:01:13.749 ******** 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-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:526 Friday 05 January 2024 15:05:23 +0000 (0:00:00.021) 0:01:13.771 ******** 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-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:539 Friday 05 January 2024 15:05:23 +0000 (0:00:00.022) 0:01:13.793 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Gather package facts] ************************* task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:546 Friday 05 January 2024 15:05:23 +0000 (0:00:00.023) 0:01:13.817 ******** 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-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:552 Friday 05 January 2024 15:05:23 +0000 (0:00:00.067) 0:01:13.884 ******** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.mssql : Configure the IP address setting] ************* task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:572 Friday 05 January 2024 15:05:23 +0000 (0:00:00.023) 0:01:13.907 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Register the previous tcpport setting] ******** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:579 Friday 05 January 2024 15:05:23 +0000 (0:00:00.052) 0:01:13.960 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Open the TCP port 1433] ************************************************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:586 Friday 05 January 2024 15:05:23 +0000 (0:00:00.033) 0:01:13.994 ******** 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-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:598 Friday 05 January 2024 15:05:23 +0000 (0:00:00.030) 0:01:14.024 ******** included: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/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-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Friday 05 January 2024 15:05:23 +0000 (0:00:00.071) 0:01:14.096 ******** ok: [sut] => { "changed": false, "cmd": [ "grep", "^tcpport = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003288", "end": "2024-01-05 15:05:23.487979", "failed_when_result": false, "rc": 1, "start": "2024-01-05 15:05:23.484691" } MSG: non-zero return code TASK [linux-system-roles.mssql : Configure the setting network tcpport] ******** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 Friday 05 January 2024 15:05:23 +0000 (0:00:00.315) 0:01:14.411 ******** changed: [sut] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "set", "network.tcpport", "1433" ], "delta": "0:00:00.050120", "end": "2024-01-05 15:05:23.880850", "failed_when_result": false, "rc": 0, "start": "2024-01-05 15:05:23.830730" } 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 tcpport] ************ task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:42 Friday 05 January 2024 15:05:23 +0000 (0:00:00.238) 0:01:14.650 ******** 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-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:604 Friday 05 January 2024 15:05:23 +0000 (0:00:00.020) 0:01:14.670 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the sqlagent setting] *************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:624 Friday 05 January 2024 15:05:23 +0000 (0:00:00.019) 0:01:14.690 ******** 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-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:631 Friday 05 January 2024 15:05:23 +0000 (0:00:00.021) 0:01:14.712 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Ensure the package powershell] **************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:638 Friday 05 January 2024 15:05:23 +0000 (0:00:00.022) 0:01:14.734 ******** 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-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:647 Friday 05 January 2024 15:05:24 +0000 (0:00:00.019) 0:01:14.754 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Set the 3979 traceflag] *********************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:653 Friday 05 January 2024 15:05:24 +0000 (0:00:00.018) 0:01:14.773 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Unset the 3979 traceflag] ********************* task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:660 Friday 05 January 2024 15:05:24 +0000 (0:00:00.026) 0:01:14.799 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the alternatewritethrough setting] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:668 Friday 05 January 2024 15:05:24 +0000 (0:00:00.046) 0:01:14.846 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the writethrough setting] *********** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:674 Friday 05 January 2024 15:05:24 +0000 (0:00:00.022) 0:01:14.868 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create certificates using the certificate role] ************************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:692 Friday 05 January 2024 15:05:24 +0000 (0:00:00.024) 0:01:14.892 ******** 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-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:706 Friday 05 January 2024 15:05:24 +0000 (0:00:00.023) 0:01:14.916 ******** 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-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:711 Friday 05 January 2024 15:05:24 +0000 (0:00:00.025) 0:01:14.942 ******** skipping: [sut] => (item=None) => { "ansible_loop_var": "item", "changed": false, "item": null, "skip_reason": "Conditional result was False" } skipping: [sut] => (item=None) => { "ansible_loop_var": "item", "changed": false, "item": null, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the tlscert setting] **************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:729 Friday 05 January 2024 15:05:24 +0000 (0:00:00.028) 0:01:14.970 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the tlskey setting] ***************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:738 Friday 05 January 2024 15:05:24 +0000 (0:00:00.048) 0:01:15.019 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the tlsprotocols setting] *********** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:747 Friday 05 January 2024 15:05:24 +0000 (0:00:00.030) 0:01:15.050 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the forceencryption setting] ******** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:754 Friday 05 January 2024 15:05:24 +0000 (0:00:00.020) 0:01:15.070 ******** 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-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:763 Friday 05 January 2024 15:05:24 +0000 (0:00:00.052) 0:01:15.123 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Join to realm {{ ad_integration_realm }}] ******************************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:771 Friday 05 January 2024 15:05:24 +0000 (0:00:00.024) 0:01:15.147 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Ensure adutil and krb5-workstation] *********** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:779 Friday 05 January 2024 15:05:24 +0000 (0:00:00.022) 0:01:15.169 ******** 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-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:786 Friday 05 January 2024 15:05:24 +0000 (0:00:00.020) 0:01:15.189 ******** 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-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:793 Friday 05 January 2024 15:05:24 +0000 (0:00:00.024) 0:01:15.214 ******** 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-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:802 Friday 05 January 2024 15:05:24 +0000 (0:00:00.025) 0:01:15.239 ******** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.mssql : Check if AD user exists] ********************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:815 Friday 05 January 2024 15:05:24 +0000 (0:00:00.025) 0:01:15.264 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : In AD server create user] ********************* task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:824 Friday 05 January 2024 15:05:24 +0000 (0:00:00.029) 0:01:15.294 ******** 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-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:836 Friday 05 January 2024 15:05:24 +0000 (0:00:00.034) 0:01:15.328 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Register SPNs to the principal] *************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:841 Friday 05 January 2024 15:05:24 +0000 (0:00:00.040) 0:01:15.369 ******** 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-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:858 Friday 05 January 2024 15:05:24 +0000 (0:00:00.034) 0:01:15.404 ******** 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-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:863 Friday 05 January 2024 15:05:24 +0000 (0:00:00.024) 0:01:15.428 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Get keytab properties] ************************ task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:868 Friday 05 January 2024 15:05:24 +0000 (0:00:00.031) 0:01:15.459 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Create keytab] ******************************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:874 Friday 05 January 2024 15:05:24 +0000 (0:00:00.026) 0:01:15.485 ******** 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-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:900 Friday 05 January 2024 15:05:24 +0000 (0:00:00.057) 0:01:15.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 : Ensure correct permissions and ownership on the keytab] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:921 Friday 05 January 2024 15:05:24 +0000 (0:00:00.021) 0:01:15.565 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Fetch keytab file to host] ******************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:929 Friday 05 January 2024 15:05:24 +0000 (0:00:00.023) 0:01:15.588 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the network.kerberoskeytabfile setting] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:939 Friday 05 January 2024 15:05:24 +0000 (0:00:00.020) 0:01:15.609 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the network.kerberoskeytabfile setting] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:945 Friday 05 January 2024 15:05:24 +0000 (0:00:00.027) 0:01:15.636 ******** 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-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:962 Friday 05 January 2024 15:05:24 +0000 (0:00:00.068) 0:01:15.705 ******** 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-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:977 Friday 05 January 2024 15:05:25 +0000 (0:00:00.037) 0:01:15.742 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Set host variables] *************************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:997 Friday 05 January 2024 15:05:25 +0000 (0:00:00.022) 0:01:15.765 ******** 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-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1051 Friday 05 January 2024 15:05:25 +0000 (0:00:00.029) 0:01:15.795 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Enable the hadrenabled setting] *************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1058 Friday 05 January 2024 15:05:25 +0000 (0:00:00.020) 0:01:15.816 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Restart the mssql-server service if hadrenabled task was changed] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1065 Friday 05 January 2024 15:05:25 +0000 (0:00:00.037) 0:01:15.853 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Remove certificate from SQL Server] *********** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1076 Friday 05 January 2024 15:05:25 +0000 (0:00:00.022) 0:01:15.876 ******** 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-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1082 Friday 05 January 2024 15:05:25 +0000 (0:00:00.028) 0:01:15.904 ******** 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-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1090 Friday 05 January 2024 15:05:25 +0000 (0:00:00.034) 0:01:15.939 ******** 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-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1099 Friday 05 January 2024 15:05:25 +0000 (0:00:00.022) 0:01:15.961 ******** 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-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1107 Friday 05 January 2024 15:05:25 +0000 (0:00:00.042) 0:01:16.004 ******** 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-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1122 Friday 05 January 2024 15:05:25 +0000 (0:00:00.047) 0:01:16.051 ******** 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-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1129 Friday 05 January 2024 15:05:25 +0000 (0:00:00.035) 0:01:16.086 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure ag] ********************************* task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1154 Friday 05 January 2024 15:05:25 +0000 (0:00:00.033) 0:01:16.120 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Grant permissions to HA login] **************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1163 Friday 05 January 2024 15:05:25 +0000 (0:00:00.032) 0:01:16.152 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Replicate DBs] ******************************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1173 Friday 05 January 2024 15:05:25 +0000 (0:00:00.041) 0:01:16.193 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Grant permissions to HA login] **************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1184 Friday 05 January 2024 15:05:25 +0000 (0:00:00.024) 0:01:16.217 ******** 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-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1197 Friday 05 January 2024 15:05:25 +0000 (0:00:00.021) 0:01:16.239 ******** 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-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1210 Friday 05 January 2024 15:05:25 +0000 (0:00:00.059) 0:01:16.299 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Enable the hadrenabled setting] *************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1217 Friday 05 January 2024 15:05:25 +0000 (0:00:00.106) 0:01:16.405 ******** 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-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1224 Friday 05 January 2024 15:05:25 +0000 (0:00:00.023) 0:01:16.429 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Remove certificate from SQL Server] *********** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1233 Friday 05 January 2024 15:05:25 +0000 (0:00:00.022) 0:01:16.451 ******** 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-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1240 Friday 05 January 2024 15:05:25 +0000 (0:00:00.029) 0:01:16.481 ******** 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-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1252 Friday 05 January 2024 15:05:25 +0000 (0:00:00.039) 0:01:16.520 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Create HA login] ****************************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1261 Friday 05 January 2024 15:05:25 +0000 (0:00:00.022) 0:01:16.542 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Join to availability group] ******************* task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1268 Friday 05 January 2024 15:05:25 +0000 (0:00:00.022) 0:01:16.565 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Grant permissions to HA login] **************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1274 Friday 05 January 2024 15:05:25 +0000 (0:00:00.026) 0:01:16.592 ******** 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-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1282 Friday 05 January 2024 15:05:25 +0000 (0:00:00.026) 0:01:16.619 ******** 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-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1295 Friday 05 January 2024 15:05:25 +0000 (0:00:00.035) 0:01:16.654 ******** 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-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1307 Friday 05 January 2024 15:05:25 +0000 (0:00:00.028) 0:01:16.683 ******** 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-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1313 Friday 05 January 2024 15:05:25 +0000 (0:00:00.029) 0:01:16.713 ******** 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-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1322 Friday 05 January 2024 15:05:26 +0000 (0:00:00.031) 0:01:16.745 ******** changed: [sut] => { "changed": true } MSG: Block inserted RUNNING HANDLER [linux-system-roles.mssql : Restart the mssql-server service] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/handlers/main.yml:3 Friday 05 January 2024 15:05:26 +0000 (0:00:00.205) 0:01:16.950 ******** changed: [sut] => { "changed": true, "name": "mssql-server", "state": "started", "status": { "ActiveEnterTimestamp": "Fri 2024-01-05 15:04:56 UTC", "ActiveEnterTimestampMonotonic": "1572635216", "ActiveExitTimestamp": "Fri 2024-01-05 15:05:18 UTC", "ActiveExitTimestampMonotonic": "1594141528", "ActiveState": "inactive", "After": "basic.target -.mount network.target auditd.service system.slice systemd-journald.socket", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Fri 2024-01-05 15:04:56 UTC", "AssertTimestampMonotonic": "1572634265", "Before": "multi-user.target shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "18446744073709551615", "CPUAccounting": "no", "CPUQuotaPerSecUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "18446744073709551615", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "18446744073709551615", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Fri 2024-01-05 15:04:56 UTC", "ConditionTimestampMonotonic": "1572634264", "Conflicts": "shutdown.target", "ControlPID": "0", "DefaultDependencies": "yes", "Delegate": "no", "Description": "Microsoft SQL Server Database Engine", "DevicePolicy": "auto", "Documentation": "https://docs.microsoft.com/en-us/sql/linux", "ExecMainCode": "1", "ExecMainExitTimestamp": "Fri 2024-01-05 15:05:18 UTC", "ExecMainExitTimestampMonotonic": "1594423823", "ExecMainPID": "18548", "ExecMainStartTimestamp": "Fri 2024-01-05 15:04:56 UTC", "ExecMainStartTimestampMonotonic": "1572635143", "ExecMainStatus": "0", "ExecStart": "{ path=/opt/mssql/bin/sqlservr ; argv[]=/opt/mssql/bin/sqlservr ; ignore_errors=no ; start_time=[Fri 2024-01-05 15:04:56 UTC] ; stop_time=[Fri 2024-01-05 15:05:18 UTC] ; pid=18548 ; code=exited ; status=0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/mssql-server.service", "GuessMainPID": "yes", "IOScheduling": "0", "Id": "mssql-server.service", "IgnoreOnIsolate": "no", "IgnoreOnSnapshot": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestamp": "Fri 2024-01-05 15:05:18 UTC", "InactiveEnterTimestampMonotonic": "1594423927", "InactiveExitTimestamp": "Fri 2024-01-05 15:04:56 UTC", "InactiveExitTimestampMonotonic": "1572635216", "JobTimeoutAction": "none", "JobTimeoutUSec": "0", "KillMode": "process", "KillSignal": "15", "LimitAS": "18446744073709551615", "LimitCORE": "18446744073709551615", "LimitCPU": "18446744073709551615", "LimitDATA": "18446744073709551615", "LimitFSIZE": "18446744073709551615", "LimitLOCKS": "18446744073709551615", "LimitMEMLOCK": "65536", "LimitMSGQUEUE": "819200", "LimitNICE": "0", "LimitNOFILE": "18446744073709551615", "LimitNPROC": "18446744073709551615", "LimitRSS": "18446744073709551615", "LimitRTPRIO": "0", "LimitRTTIME": "18446744073709551615", "LimitSIGPENDING": "29173", "LimitSTACK": "18446744073709551615", "LoadState": "loaded", "MainPID": "0", "MemoryAccounting": "no", "MemoryCurrent": "18446744073709551615", "MemoryLimit": "18446744073709551615", "MountFlags": "0", "Names": "mssql-server.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "PrivateDevices": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "ProtectHome": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "Requires": "basic.target 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": "dead", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "no", "TasksCurrent": "18446744073709551615", "TasksMax": "18446744073709551615", "TimeoutStartUSec": "30min", "TimeoutStopUSec": "30min", "TimerSlackNSec": "50000", "Transient": "no", "Type": "simple", "UMask": "0007", "UnitFilePreset": "disabled", "UnitFileState": "enabled", "User": "mssql", "WantedBy": "multi-user.target", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0", "WorkingDirectory": "/var/opt/mssql" } } META: ran handlers TASK [linux-system-roles.mssql : Post-input SQL scripts to SQL Server] ********* task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1335 Friday 05 January 2024 15:05:26 +0000 (0:00:00.283) 0:01:17.234 ******** 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-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1346 Friday 05 January 2024 15:05:26 +0000 (0:00:00.023) 0:01:17.258 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify settings] ********************************************************* task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/tasks/tests_password.yml:23 Friday 05 January 2024 15:05:26 +0000 (0:00:00.022) 0:01:17.281 ******** included: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/tasks/verify_settings.yml for sut TASK [Check if the errorlog file exists and its location] ********************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/tasks/verify_settings.yml:8 Friday 05 January 2024 15:05:26 +0000 (0:00:00.157) 0:01:17.438 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if the set edition matches the existing edition] ******************* task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/tasks/verify_settings.yml:23 Friday 05 January 2024 15:05:26 +0000 (0:00:00.025) 0:01:17.464 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify if the edition matches] ******************************************* task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/tasks/verify_settings.yml:35 Friday 05 January 2024 15:05:26 +0000 (0:00:00.022) 0:01:17.487 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the setting {{ item.key }}] *************************************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/tasks/verify_settings.yml:39 Friday 05 January 2024 15:05:26 +0000 (0:00:00.023) 0:01:17.510 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get stat of mssql_datadir] *********************************************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/tasks/verify_settings.yml:55 Friday 05 January 2024 15:05:26 +0000 (0:00:00.029) 0:01:17.539 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Assert that mssql_datadir has proper permissions and ownership] ********** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/tasks/verify_settings.yml:60 Friday 05 January 2024 15:05:26 +0000 (0:00:00.036) 0:01:17.575 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get stat of mssql_logdir] ************************************************ task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/tasks/verify_settings.yml:70 Friday 05 January 2024 15:05:26 +0000 (0:00:00.037) 0:01:17.613 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Assert that mssql_logdir has proper permissions and ownership] *********** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/tasks/verify_settings.yml:75 Friday 05 January 2024 15:05:26 +0000 (0:00:00.037) 0:01:17.650 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Prepare MSSQL and facts for logging in] ********************************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/tasks/verify_settings.yml:85 Friday 05 January 2024 15:05:26 +0000 (0:00:00.023) 0:01:17.674 ******** TASK [linux-system-roles.mssql : Ensure that the mssql-server service is started] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/verify_password.yml:3 Friday 05 January 2024 15:05:26 +0000 (0:00:00.061) 0:01:17.736 ******** ok: [sut] => { "changed": false, "name": "mssql-server", "state": "started", "status": { "ActiveEnterTimestamp": "Fri 2024-01-05 15:05:26 UTC", "ActiveEnterTimestampMonotonic": "1602472227", "ActiveExitTimestamp": "Fri 2024-01-05 15:05:18 UTC", "ActiveExitTimestampMonotonic": "1594141528", "ActiveState": "active", "After": "basic.target -.mount network.target auditd.service system.slice systemd-journald.socket", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Fri 2024-01-05 15:05:26 UTC", "AssertTimestampMonotonic": "1602471514", "Before": "multi-user.target shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "18446744073709551615", "CPUAccounting": "no", "CPUQuotaPerSecUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "18446744073709551615", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "18446744073709551615", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Fri 2024-01-05 15:05:26 UTC", "ConditionTimestampMonotonic": "1602471512", "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": "19392", "ExecMainStartTimestamp": "Fri 2024-01-05 15:05:26 UTC", "ExecMainStartTimestampMonotonic": "1602472158", "ExecMainStatus": "0", "ExecStart": "{ path=/opt/mssql/bin/sqlservr ; argv[]=/opt/mssql/bin/sqlservr ; ignore_errors=no ; start_time=[Fri 2024-01-05 15:05:26 UTC] ; stop_time=[n/a] ; pid=19392 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/mssql-server.service", "GuessMainPID": "yes", "IOScheduling": "0", "Id": "mssql-server.service", "IgnoreOnIsolate": "no", "IgnoreOnSnapshot": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestamp": "Fri 2024-01-05 15:05:18 UTC", "InactiveEnterTimestampMonotonic": "1594423927", "InactiveExitTimestamp": "Fri 2024-01-05 15:05:26 UTC", "InactiveExitTimestampMonotonic": "1602472227", "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": "19392", "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": "Fri 2024-01-05 15:05:26 UTC", "WatchdogTimestampMonotonic": "1602472201", "WatchdogUSec": "0", "WorkingDirectory": "/var/opt/mssql" } } TASK [linux-system-roles.mssql : Check if a custom tcpport setting exist] ****** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/verify_password.yml:8 Friday 05 January 2024 15:05:27 +0000 (0:00:00.245) 0:01:17.981 ******** ok: [sut] => { "changed": false, "cmd": [ "grep", "^tcpport = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003584", "end": "2024-01-05 15:05:27.383791", "failed_when_result": false, "rc": 0, "start": "2024-01-05 15:05:27.380207" } STDOUT: tcpport = 1433 TASK [linux-system-roles.mssql : Check if a custom ipaddress setting exist] **** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/verify_password.yml:14 Friday 05 January 2024 15:05:27 +0000 (0:00:00.177) 0:01:18.159 ******** ok: [sut] => { "changed": false, "cmd": [ "grep", "^ipaddress = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003514", "end": "2024-01-05 15:05:27.556932", "failed_when_result": false, "rc": 1, "start": "2024-01-05 15:05:27.553418" } MSG: non-zero return code TASK [linux-system-roles.mssql : Set a fact with a login command] ************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/verify_password.yml:20 Friday 05 January 2024 15:05:27 +0000 (0:00:00.179) 0:01:18.339 ******** 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-ansible-lint-test-2.16so8j2u1z/tests/tasks/verify_settings.yml:93 Friday 05 January 2024 15:05:27 +0000 (0:00:00.071) 0:01:18.410 ******** 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": 7060, "state": "file", "uid": 996 } TASK [Check if the set password matches the existing password] ***************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/tasks/verify_settings.yml:99 Friday 05 January 2024 15:05:29 +0000 (0:00:02.247) 0:01:20.658 ******** ok: [sut] => { "attempts": 1, "changed": false, "cmd": [ "/opt/mssql-tools/bin/sqlcmd", "-S", "localhost,1433", "-U", "sa", "-P", "p@55w0rD11", "-Q", "SELECT @@VERSION" ], "delta": "0:00:00.034972", "end": "2024-01-05 15:05:30.116872", "rc": 0, "start": "2024-01-05 15:05:30.081900" } 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-ansible-lint-test-2.16so8j2u1z/tests/tasks/verify_settings.yml:113 Friday 05 January 2024 15:05:30 +0000 (0:00:00.251) 0:01:20.910 ******** ok: [sut] => { "ansible_facts": { "mssql_password": null }, "changed": false } TASK [Verify the package mssql-server-fts] ************************************* task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/tasks/verify_settings.yml:117 Friday 05 January 2024 15:05:30 +0000 (0:00:00.039) 0:01:20.950 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the package powershell] ******************************************* task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/tasks/verify_settings.yml:124 Friday 05 January 2024 15:05:30 +0000 (0:00:00.047) 0:01:20.998 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the value of the traceflag setting] ********************************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/tasks/verify_settings.yml:135 Friday 05 January 2024 15:05:30 +0000 (0:00:00.098) 0:01:21.096 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that the traceflag setting is set to 3979] ************************ task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/tasks/verify_settings.yml:140 Friday 05 January 2024 15:05:30 +0000 (0:00:00.049) 0:01:21.146 ******** 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-ansible-lint-test-2.16so8j2u1z/tests/tasks/verify_settings.yml:145 Friday 05 January 2024 15:05:30 +0000 (0:00:00.057) 0:01:21.203 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that the alternatewritethrough setting is false] ****************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/tasks/verify_settings.yml:151 Friday 05 January 2024 15:05:30 +0000 (0:00:00.039) 0:01:21.243 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the writethrough setting] ***************************************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/tasks/verify_settings.yml:157 Friday 05 January 2024 15:05:30 +0000 (0:00:00.046) 0:01:21.289 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the tlscert setting] ********************************************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/tasks/verify_settings.yml:167 Friday 05 January 2024 15:05:30 +0000 (0:00:00.025) 0:01:21.315 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the tlskey setting] *********************************************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/tasks/verify_settings.yml:178 Friday 05 January 2024 15:05:30 +0000 (0:00:00.026) 0:01:21.342 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the tlsprotocols setting] ***************************************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/tasks/verify_settings.yml:190 Friday 05 January 2024 15:05:30 +0000 (0:00:00.117) 0:01:21.459 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the forceencryption setting] ************************************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/tasks/verify_settings.yml:198 Friday 05 January 2024 15:05:30 +0000 (0:00:00.024) 0:01:21.483 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the current mode of SELinux] ***************************************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/tasks/verify_settings.yml:208 Friday 05 January 2024 15:05:30 +0000 (0:00:00.048) 0:01:21.531 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that SELinux is in the mode {{ __mssql_selinux_mode }}] *********** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/tasks/verify_settings.yml:213 Friday 05 January 2024 15:05:30 +0000 (0:00:00.060) 0:01:21.592 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the package mssql-server-selinux] ********************************* task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/tasks/verify_settings.yml:221 Friday 05 January 2024 15:05:30 +0000 (0:00:00.068) 0:01:21.661 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Change the IP address setting.] ****************************************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/tasks/tests_password.yml:28 Friday 05 January 2024 15:05:30 +0000 (0:00:00.043) 0:01:21.704 ******** TASK [linux-system-roles.mssql : Ensure ansible_facts and variables used by role] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:3 Friday 05 January 2024 15:05:31 +0000 (0:00:00.326) 0:01:22.030 ******** included: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/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-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/set_vars.yml:3 Friday 05 January 2024 15:05:31 +0000 (0:00:00.035) 0:01:22.065 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Set platform/version specific variables] ****** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/set_vars.yml:9 Friday 05 January 2024 15:05:31 +0000 (0:00:00.104) 0:01:22.170 ******** 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-ansible-lint-test-2.16so8j2u1z/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-ansible-lint-test-2.16so8j2u1z/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-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:8 Friday 05 January 2024 15:05:31 +0000 (0:00:00.041) 0:01:22.211 ******** 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-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:15 Friday 05 January 2024 15:05:31 +0000 (0:00:00.053) 0:01:22.265 ******** skipping: [sut] => {} TASK [linux-system-roles.mssql : Link the deprecated mssql_input_sql_file fact] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:23 Friday 05 January 2024 15:05:31 +0000 (0:00:00.030) 0:01:22.296 ******** 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-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:30 Friday 05 January 2024 15:05:31 +0000 (0:00:00.022) 0:01:22.318 ******** skipping: [sut] => {} TASK [linux-system-roles.mssql : Link the deprecated mssql_ha_listener_port fact] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:37 Friday 05 January 2024 15:05:31 +0000 (0:00:00.024) 0:01:22.343 ******** 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-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:44 Friday 05 January 2024 15:05:31 +0000 (0:00:00.024) 0:01:22.367 ******** skipping: [sut] => {} TASK [linux-system-roles.mssql : Link the deprecated mssql_ad_sql_user_name fact] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:51 Friday 05 January 2024 15:05:31 +0000 (0:00:00.020) 0:01:22.388 ******** 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-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:58 Friday 05 January 2024 15:05:31 +0000 (0:00:00.024) 0:01:22.413 ******** skipping: [sut] => {} TASK [linux-system-roles.mssql : Link the deprecated mssql_ha_cluster_run_role fact] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:65 Friday 05 January 2024 15:05:31 +0000 (0:00:00.021) 0:01:22.434 ******** 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-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:69 Friday 05 January 2024 15:05:31 +0000 (0:00:00.027) 0:01:22.461 ******** 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-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:81 Friday 05 January 2024 15:05:31 +0000 (0:00:00.024) 0:01:22.486 ******** 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-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:89 Friday 05 January 2024 15:05:31 +0000 (0:00:00.029) 0:01:22.515 ******** 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-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:98 Friday 05 January 2024 15:05:31 +0000 (0:00:00.021) 0:01:22.536 ******** 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-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:111 Friday 05 January 2024 15:05:31 +0000 (0:00:00.020) 0:01:22.557 ******** 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-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:122 Friday 05 January 2024 15:05:31 +0000 (0:00:00.022) 0:01:22.579 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Gather package facts] ************************* task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:131 Friday 05 January 2024 15:05:31 +0000 (0:00:00.020) 0:01:22.600 ******** 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-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:135 Friday 05 January 2024 15:05:32 +0000 (0:00:01.013) 0:01:23.613 ******** 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-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:144 Friday 05 January 2024 15:05:32 +0000 (0:00:00.058) 0:01:23.672 ******** 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-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:151 Friday 05 January 2024 15:05:32 +0000 (0:00:00.020) 0:01:23.692 ******** 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-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:158 Friday 05 January 2024 15:05:32 +0000 (0:00:00.026) 0:01:23.719 ******** 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-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:173 Friday 05 January 2024 15:05:33 +0000 (0:00:00.041) 0:01:23.760 ******** ok: [sut] => { "attempts": 1, "changed": false } TASK [linux-system-roles.mssql : Update all packages from SQL Server repo version 2017] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:186 Friday 05 January 2024 15:05:33 +0000 (0:00:00.318) 0:01:24.079 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Get yum repositories] ************************* task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:196 Friday 05 January 2024 15:05:33 +0000 (0:00:00.042) 0:01:24.122 ******** 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-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:207 Friday 05 January 2024 15:05:33 +0000 (0:00:00.027) 0:01:24.150 ******** 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-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:215 Friday 05 January 2024 15:05:33 +0000 (0:00:00.043) 0:01:24.193 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure that the system is in SELinux enforcing state] ******************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:228 Friday 05 January 2024 15:05:33 +0000 (0:00:00.040) 0:01:24.234 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Get the current mode of SELinux] ************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:236 Friday 05 January 2024 15:05:33 +0000 (0:00:00.028) 0:01:24.262 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Verify that SELinux is in enforcing mode] ***** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:241 Friday 05 January 2024 15:05:33 +0000 (0:00:00.020) 0:01:24.283 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Verify that SELinux is not in enforcing mode] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:250 Friday 05 January 2024 15:05:33 +0000 (0:00:00.031) 0:01:24.315 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Ensure the package mssql-server-selinux] ****** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:259 Friday 05 January 2024 15:05:33 +0000 (0:00:00.033) 0:01:24.348 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Ensure the package mssql-server] ************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:264 Friday 05 January 2024 15:05:33 +0000 (0:00:00.114) 0:01:24.463 ******** ok: [sut] => { "changed": false, "rc": 0, "results": [ "mssql-server-14.0.3465.1-1.x86_64 providing mssql-server is already installed" ] } TASK [linux-system-roles.mssql : Ensure that the openldap-compat package is installed] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:272 Friday 05 January 2024 15:05:34 +0000 (0:00:00.342) 0:01:24.806 ******** 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-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:280 Friday 05 January 2024 15:05:34 +0000 (0:00:00.020) 0:01:24.826 ******** 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.005105", "end": "2024-01-05 15:05:34.199933", "rc": 0, "start": "2024-01-05 15:05:34.194828" } STDOUT: /var/opt/mssql/log/errorlog TASK [linux-system-roles.mssql : Gather system services facts] ***************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:295 Friday 05 January 2024 15:05:34 +0000 (0:00:00.145) 0:01:24.972 ******** 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-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:299 Friday 05 January 2024 15:05:34 +0000 (0:00:00.714) 0:01:25.687 ******** 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-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:308 Friday 05 January 2024 15:05:34 +0000 (0:00:00.034) 0:01:25.722 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Set up MSSQL] ********************************* task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:324 Friday 05 January 2024 15:05:35 +0000 (0:00:00.048) 0:01:25.770 ******** 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-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:344 Friday 05 January 2024 15:05:35 +0000 (0:00:00.035) 0:01:25.805 ******** skipping: [sut] => (item={'path': None, 'mode': None, 'setting': 'defaultdatadir'}) => { "ansible_loop_var": "item", "changed": false, "item": { "mode": null, "path": null, "setting": "defaultdatadir" }, "skip_reason": "Conditional result was False" } skipping: [sut] => (item={'path': None, 'mode': None, 'setting': 'defaultlogdir'}) => { "ansible_loop_var": "item", "changed": false, "item": { "mode": null, "path": null, "setting": "defaultlogdir" }, "skip_reason": "Conditional result was False" } TASK [Ensure correct SELinux context for {{ __mssql_storage_path }}] *********** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:359 Friday 05 January 2024 15:05:35 +0000 (0:00:00.039) 0:01:25.845 ******** 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-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:366 Friday 05 January 2024 15:05:35 +0000 (0:00:00.038) 0:01:25.883 ******** ok: [sut] => { "changed": false, "rc": 0, "results": [ "tuned-profiles-mssql-2.11.0-12.el7_9.noarch providing tuned-profiles-mssql is already installed" ] } TASK [linux-system-roles.mssql : Ensure that the tuned service is started and enabled] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:371 Friday 05 January 2024 15:05:35 +0000 (0:00:00.356) 0:01:26.240 ******** ok: [sut] => { "changed": false, "enabled": true, "name": "tuned", "state": "started", "status": { "ActiveEnterTimestamp": "Fri 2024-01-05 14:39:05 UTC", "ActiveEnterTimestampMonotonic": "21380366", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "basic.target dbus.service network.target systemd-sysctl.service system.slice systemd-journald.socket", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Fri 2024-01-05 14:39:03 UTC", "AssertTimestampMonotonic": "19950014", "Before": "multi-user.target shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "18446744073709551615", "BusName": "com.redhat.tuned", "CPUAccounting": "no", "CPUQuotaPerSecUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "18446744073709551615", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "18446744073709551615", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Fri 2024-01-05 14:39:03 UTC", "ConditionTimestampMonotonic": "19950012", "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": "881", "ExecMainStartTimestamp": "Fri 2024-01-05 14:39:03 UTC", "ExecMainStartTimestampMonotonic": "19951022", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/sbin/tuned ; argv[]=/usr/sbin/tuned -l -P ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/tuned.service", "GuessMainPID": "yes", "IOScheduling": "0", "Id": "tuned.service", "IgnoreOnIsolate": "no", "IgnoreOnSnapshot": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestamp": "Fri 2024-01-05 14:39:03 UTC", "InactiveExitTimestampMonotonic": "19951142", "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": "881", "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 dbus.service system.slice basic.target", "Restart": "no", "RestartUSec": "100ms", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitInterval": "10000000", "StartupBlockIOWeight": "18446744073709551615", "StartupCPUShares": "18446744073709551615", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "no", "TasksCurrent": "18446744073709551615", "TasksMax": "18446744073709551615", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "dbus", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "WantedBy": "multi-user.target", "WatchdogTimestamp": "Fri 2024-01-05 14:39:05 UTC", "WatchdogTimestampMonotonic": "21380194", "WatchdogUSec": "0" } } TASK [linux-system-roles.mssql : Get the active Tuned profiles] **************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:377 Friday 05 January 2024 15:05:35 +0000 (0:00:00.292) 0:01:26.532 ******** ok: [sut] => { "changed": false, "cmd": [ "tuned-adm", "active" ], "delta": "0:00:00.091937", "end": "2024-01-05 15:05:36.002999", "rc": 0, "start": "2024-01-05 15:05:35.911062" } 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-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:387 Friday 05 January 2024 15:05:36 +0000 (0:00:00.407) 0:01:26.939 ******** 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-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:400 Friday 05 January 2024 15:05:36 +0000 (0:00:00.025) 0:01:26.965 ******** 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-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:409 Friday 05 January 2024 15:05:36 +0000 (0:00:00.025) 0:01:26.991 ******** 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-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:419 Friday 05 January 2024 15:05:36 +0000 (0:00:00.058) 0:01:27.049 ******** 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-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:426 Friday 05 January 2024 15:05:36 +0000 (0:00:00.160) 0:01:27.210 ******** ok: [sut] => { "changed": false, "rc": 0, "results": [ "mssql-tools-17.10.1.1-1.x86_64 providing mssql-tools is already installed", "unixODBC-devel-2.3.11-1.rh.x86_64 providing unixODBC-devel is already installed" ] } TASK [linux-system-roles.mssql : Prepare MSSQL and facts for logging in] ******* task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:438 Friday 05 January 2024 15:05:36 +0000 (0:00:00.352) 0:01:27.562 ******** 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-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:442 Friday 05 January 2024 15:05:36 +0000 (0:00:00.036) 0:01:27.599 ******** 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-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:448 Friday 05 January 2024 15:05:36 +0000 (0:00:00.110) 0:01:27.709 ******** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.mssql : Ensure that the mssql-server service is stopped] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:463 Friday 05 January 2024 15:05:37 +0000 (0:00:00.096) 0:01:27.806 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Gather package facts] ************************* task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:470 Friday 05 January 2024 15:05:37 +0000 (0:00:00.063) 0:01:27.870 ******** 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-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:478 Friday 05 January 2024 15:05:37 +0000 (0:00:00.051) 0:01:27.922 ******** 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-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:500 Friday 05 January 2024 15:05:37 +0000 (0:00:00.060) 0:01:27.982 ******** 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-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:511 Friday 05 January 2024 15:05:37 +0000 (0:00:00.037) 0:01:28.020 ******** 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-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:526 Friday 05 January 2024 15:05:37 +0000 (0:00:00.026) 0:01:28.047 ******** 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-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:539 Friday 05 January 2024 15:05:37 +0000 (0:00:00.026) 0:01:28.073 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Gather package facts] ************************* task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:546 Friday 05 January 2024 15:05:37 +0000 (0:00:00.049) 0:01:28.122 ******** 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-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:552 Friday 05 January 2024 15:05:37 +0000 (0:00:00.073) 0:01:28.195 ******** 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-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:572 Friday 05 January 2024 15:05:37 +0000 (0:00:00.044) 0:01:28.240 ******** included: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml for sut TASK [linux-system-roles.mssql : Get the setting network ipaddress] ************ task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Friday 05 January 2024 15:05:37 +0000 (0:00:00.126) 0:01:28.367 ******** ok: [sut] => { "changed": false, "cmd": [ "grep", "^ipaddress = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003106", "end": "2024-01-05 15:05:37.755037", "failed_when_result": false, "rc": 1, "start": "2024-01-05 15:05:37.751931" } MSG: non-zero return code TASK [linux-system-roles.mssql : Configure the setting network ipaddress] ****** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 Friday 05 January 2024 15:05:37 +0000 (0:00:00.158) 0:01:28.526 ******** 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.ipaddress", "127.0.0.1" ], "delta": "0:00:00.050377", "end": "2024-01-05 15:05:37.968415", "failed_when_result": false, "rc": 0, "start": "2024-01-05 15:05:37.918038" } 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 ipaddress] ********** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:42 Friday 05 January 2024 15:05:38 +0000 (0:00:00.236) 0:01:28.762 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Register the previous tcpport setting] ******** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:579 Friday 05 January 2024 15:05:38 +0000 (0:00:00.090) 0:01:28.853 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Open the TCP port 1433] ************************************************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:586 Friday 05 January 2024 15:05:38 +0000 (0:00:00.086) 0:01:28.939 ******** 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-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:598 Friday 05 January 2024 15:05:38 +0000 (0:00:00.071) 0:01:29.011 ******** included: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/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-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Friday 05 January 2024 15:05:38 +0000 (0:00:00.048) 0:01:29.060 ******** ok: [sut] => { "changed": false, "cmd": [ "grep", "^tcpport = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003164", "end": "2024-01-05 15:05:38.456294", "failed_when_result": false, "rc": 0, "start": "2024-01-05 15:05:38.453130" } STDOUT: tcpport = 1433 TASK [linux-system-roles.mssql : Configure the setting network tcpport] ******** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 Friday 05 January 2024 15:05:38 +0000 (0:00:00.178) 0:01:29.238 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Unset the setting network tcpport] ************ task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:42 Friday 05 January 2024 15:05:38 +0000 (0:00:00.045) 0:01:29.283 ******** 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-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:604 Friday 05 January 2024 15:05:38 +0000 (0:00:00.036) 0:01:29.320 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the sqlagent setting] *************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:624 Friday 05 January 2024 15:05:38 +0000 (0:00:00.054) 0:01:29.374 ******** 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-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:631 Friday 05 January 2024 15:05:38 +0000 (0:00:00.028) 0:01:29.403 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Ensure the package powershell] **************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:638 Friday 05 January 2024 15:05:38 +0000 (0:00:00.076) 0:01:29.479 ******** 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-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:647 Friday 05 January 2024 15:05:38 +0000 (0:00:00.033) 0:01:29.513 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Set the 3979 traceflag] *********************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:653 Friday 05 January 2024 15:05:38 +0000 (0:00:00.047) 0:01:29.561 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Unset the 3979 traceflag] ********************* task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:660 Friday 05 January 2024 15:05:38 +0000 (0:00:00.033) 0:01:29.594 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the alternatewritethrough setting] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:668 Friday 05 January 2024 15:05:38 +0000 (0:00:00.106) 0:01:29.701 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the writethrough setting] *********** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:674 Friday 05 January 2024 15:05:39 +0000 (0:00:00.056) 0:01:29.758 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create certificates using the certificate role] ************************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:692 Friday 05 January 2024 15:05:39 +0000 (0:00:00.027) 0:01:29.785 ******** 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-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:706 Friday 05 January 2024 15:05:39 +0000 (0:00:00.056) 0:01:29.842 ******** 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-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:711 Friday 05 January 2024 15:05:39 +0000 (0:00:00.040) 0:01:29.883 ******** skipping: [sut] => (item=None) => { "ansible_loop_var": "item", "changed": false, "item": null, "skip_reason": "Conditional result was False" } skipping: [sut] => (item=None) => { "ansible_loop_var": "item", "changed": false, "item": null, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the tlscert setting] **************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:729 Friday 05 January 2024 15:05:39 +0000 (0:00:00.069) 0:01:29.952 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the tlskey setting] ***************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:738 Friday 05 January 2024 15:05:39 +0000 (0:00:00.037) 0:01:29.989 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the tlsprotocols setting] *********** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:747 Friday 05 January 2024 15:05:39 +0000 (0:00:00.054) 0:01:30.044 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the forceencryption setting] ******** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:754 Friday 05 January 2024 15:05:39 +0000 (0:00:00.064) 0:01:30.108 ******** 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-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:763 Friday 05 January 2024 15:05:39 +0000 (0:00:00.133) 0:01:30.242 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Join to realm {{ ad_integration_realm }}] ******************************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:771 Friday 05 January 2024 15:05:39 +0000 (0:00:00.112) 0:01:30.354 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Ensure adutil and krb5-workstation] *********** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:779 Friday 05 January 2024 15:05:39 +0000 (0:00:00.063) 0:01:30.417 ******** 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-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:786 Friday 05 January 2024 15:05:39 +0000 (0:00:00.026) 0:01:30.444 ******** 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-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:793 Friday 05 January 2024 15:05:39 +0000 (0:00:00.064) 0:01:30.508 ******** 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-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:802 Friday 05 January 2024 15:05:39 +0000 (0:00:00.044) 0:01:30.553 ******** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.mssql : Check if AD user exists] ********************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:815 Friday 05 January 2024 15:05:39 +0000 (0:00:00.025) 0:01:30.579 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : In AD server create user] ********************* task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:824 Friday 05 January 2024 15:05:39 +0000 (0:00:00.038) 0:01:30.617 ******** 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-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:836 Friday 05 January 2024 15:05:39 +0000 (0:00:00.031) 0:01:30.648 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Register SPNs to the principal] *************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:841 Friday 05 January 2024 15:05:39 +0000 (0:00:00.029) 0:01:30.677 ******** 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-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:858 Friday 05 January 2024 15:05:40 +0000 (0:00:00.129) 0:01:30.806 ******** 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-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:863 Friday 05 January 2024 15:05:40 +0000 (0:00:00.048) 0:01:30.855 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Get keytab properties] ************************ task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:868 Friday 05 January 2024 15:05:40 +0000 (0:00:00.028) 0:01:30.883 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Create keytab] ******************************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:874 Friday 05 January 2024 15:05:40 +0000 (0:00:00.038) 0:01:30.921 ******** 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-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:900 Friday 05 January 2024 15:05:40 +0000 (0:00:00.037) 0:01:30.959 ******** 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-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:921 Friday 05 January 2024 15:05:40 +0000 (0:00:00.054) 0:01:31.013 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Fetch keytab file to host] ******************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:929 Friday 05 January 2024 15:05:40 +0000 (0:00:00.070) 0:01:31.083 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the network.kerberoskeytabfile setting] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:939 Friday 05 January 2024 15:05:40 +0000 (0:00:00.063) 0:01:31.147 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the network.kerberoskeytabfile setting] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:945 Friday 05 January 2024 15:05:40 +0000 (0:00:00.045) 0:01:31.192 ******** 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-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:962 Friday 05 January 2024 15:05:40 +0000 (0:00:00.026) 0:01:31.219 ******** 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-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:977 Friday 05 January 2024 15:05:40 +0000 (0:00:00.026) 0:01:31.246 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Set host variables] *************************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:997 Friday 05 January 2024 15:05:40 +0000 (0:00:00.045) 0:01:31.291 ******** 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-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1051 Friday 05 January 2024 15:05:40 +0000 (0:00:00.025) 0:01:31.316 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Enable the hadrenabled setting] *************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1058 Friday 05 January 2024 15:05:40 +0000 (0:00:00.022) 0:01:31.339 ******** 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-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1065 Friday 05 January 2024 15:05:40 +0000 (0:00:00.023) 0:01:31.362 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Remove certificate from SQL Server] *********** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1076 Friday 05 January 2024 15:05:40 +0000 (0:00:00.025) 0:01:31.388 ******** 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-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1082 Friday 05 January 2024 15:05:40 +0000 (0:00:00.022) 0:01:31.411 ******** 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-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1090 Friday 05 January 2024 15:05:40 +0000 (0:00:00.033) 0:01:31.444 ******** 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-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1099 Friday 05 January 2024 15:05:40 +0000 (0:00:00.049) 0:01:31.494 ******** 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-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1107 Friday 05 January 2024 15:05:40 +0000 (0:00:00.103) 0:01:31.597 ******** 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-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1122 Friday 05 January 2024 15:05:40 +0000 (0:00:00.031) 0:01:31.629 ******** 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-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1129 Friday 05 January 2024 15:05:40 +0000 (0:00:00.025) 0:01:31.654 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure ag] ********************************* task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1154 Friday 05 January 2024 15:05:40 +0000 (0:00:00.036) 0:01:31.691 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Grant permissions to HA login] **************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1163 Friday 05 January 2024 15:05:40 +0000 (0:00:00.025) 0:01:31.717 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Replicate DBs] ******************************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1173 Friday 05 January 2024 15:05:41 +0000 (0:00:00.038) 0:01:31.756 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Grant permissions to HA login] **************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1184 Friday 05 January 2024 15:05:41 +0000 (0:00:00.037) 0:01:31.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-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1197 Friday 05 January 2024 15:05:41 +0000 (0:00:00.023) 0:01:31.816 ******** 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-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1210 Friday 05 January 2024 15:05:41 +0000 (0:00:00.077) 0:01:31.894 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Enable the hadrenabled setting] *************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1217 Friday 05 January 2024 15:05:41 +0000 (0:00:00.064) 0:01:31.958 ******** 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-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1224 Friday 05 January 2024 15:05:41 +0000 (0:00:00.042) 0:01:32.001 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Remove certificate from SQL Server] *********** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1233 Friday 05 January 2024 15:05:41 +0000 (0:00:00.050) 0:01:32.051 ******** 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-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1240 Friday 05 January 2024 15:05:41 +0000 (0:00:00.028) 0:01:32.080 ******** 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-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1252 Friday 05 January 2024 15:05:41 +0000 (0:00:00.057) 0:01:32.137 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Create HA login] ****************************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1261 Friday 05 January 2024 15:05:41 +0000 (0:00:00.063) 0:01:32.201 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Join to availability group] ******************* task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1268 Friday 05 January 2024 15:05:41 +0000 (0:00:00.076) 0:01:32.277 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Grant permissions to HA login] **************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1274 Friday 05 January 2024 15:05:41 +0000 (0:00:00.050) 0:01:32.327 ******** 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-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1282 Friday 05 January 2024 15:05:41 +0000 (0:00:00.040) 0:01:32.371 ******** 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-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1295 Friday 05 January 2024 15:05:41 +0000 (0:00:00.159) 0:01:32.530 ******** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [Run ha_cluster to configure pacemaker] *********************************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1307 Friday 05 January 2024 15:05:41 +0000 (0:00:00.021) 0:01:32.552 ******** 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-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1313 Friday 05 January 2024 15:05:41 +0000 (0:00:00.029) 0:01:32.581 ******** 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-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1322 Friday 05 January 2024 15:05:41 +0000 (0:00:00.021) 0:01:32.603 ******** changed: [sut] => { "changed": true } MSG: Block inserted RUNNING HANDLER [linux-system-roles.mssql : Restart the mssql-server service] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/handlers/main.yml:3 Friday 05 January 2024 15:05:42 +0000 (0:00:00.206) 0:01:32.809 ******** changed: [sut] => { "changed": true, "name": "mssql-server", "state": "started", "status": { "ActiveEnterTimestamp": "Fri 2024-01-05 15:05:26 UTC", "ActiveEnterTimestampMonotonic": "1602472227", "ActiveExitTimestamp": "Fri 2024-01-05 15:05:18 UTC", "ActiveExitTimestampMonotonic": "1594141528", "ActiveState": "active", "After": "basic.target -.mount network.target auditd.service system.slice systemd-journald.socket", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Fri 2024-01-05 15:05:26 UTC", "AssertTimestampMonotonic": "1602471514", "Before": "multi-user.target shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "18446744073709551615", "CPUAccounting": "no", "CPUQuotaPerSecUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "18446744073709551615", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "18446744073709551615", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Fri 2024-01-05 15:05:26 UTC", "ConditionTimestampMonotonic": "1602471512", "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": "19392", "ExecMainStartTimestamp": "Fri 2024-01-05 15:05:26 UTC", "ExecMainStartTimestampMonotonic": "1602472158", "ExecMainStatus": "0", "ExecStart": "{ path=/opt/mssql/bin/sqlservr ; argv[]=/opt/mssql/bin/sqlservr ; ignore_errors=no ; start_time=[Fri 2024-01-05 15:05:26 UTC] ; stop_time=[n/a] ; pid=19392 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/mssql-server.service", "GuessMainPID": "yes", "IOScheduling": "0", "Id": "mssql-server.service", "IgnoreOnIsolate": "no", "IgnoreOnSnapshot": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestamp": "Fri 2024-01-05 15:05:18 UTC", "InactiveEnterTimestampMonotonic": "1594423927", "InactiveExitTimestamp": "Fri 2024-01-05 15:05:26 UTC", "InactiveExitTimestampMonotonic": "1602472227", "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": "19392", "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": "Fri 2024-01-05 15:05:26 UTC", "WatchdogTimestampMonotonic": "1602472201", "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-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1335 Friday 05 January 2024 15:05:43 +0000 (0:00:01.103) 0:01:33.913 ******** 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-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1346 Friday 05 January 2024 15:05:43 +0000 (0:00:00.043) 0:01:33.957 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Change the password with a custom IP address. Should report Changed.] **** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/tasks/tests_password.yml:34 Friday 05 January 2024 15:05:43 +0000 (0:00:00.039) 0:01:33.996 ******** TASK [linux-system-roles.mssql : Ensure ansible_facts and variables used by role] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:3 Friday 05 January 2024 15:05:43 +0000 (0:00:00.500) 0:01:34.497 ******** included: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/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-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/set_vars.yml:3 Friday 05 January 2024 15:05:43 +0000 (0:00:00.036) 0:01:34.533 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Set platform/version specific variables] ****** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/set_vars.yml:9 Friday 05 January 2024 15:05:43 +0000 (0:00:00.048) 0:01:34.581 ******** 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-ansible-lint-test-2.16so8j2u1z/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-ansible-lint-test-2.16so8j2u1z/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-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:8 Friday 05 January 2024 15:05:43 +0000 (0:00:00.059) 0:01:34.641 ******** 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-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:15 Friday 05 January 2024 15:05:43 +0000 (0:00:00.045) 0:01:34.686 ******** skipping: [sut] => {} TASK [linux-system-roles.mssql : Link the deprecated mssql_input_sql_file fact] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:23 Friday 05 January 2024 15:05:44 +0000 (0:00:00.108) 0:01:34.795 ******** 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-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:30 Friday 05 January 2024 15:05:44 +0000 (0:00:00.063) 0:01:34.859 ******** skipping: [sut] => {} TASK [linux-system-roles.mssql : Link the deprecated mssql_ha_listener_port fact] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:37 Friday 05 January 2024 15:05:44 +0000 (0:00:00.054) 0:01:34.914 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Print that the mssql_ad_sql_user_name variable is deprecated] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:44 Friday 05 January 2024 15:05:44 +0000 (0:00:00.053) 0:01:34.967 ******** skipping: [sut] => {} TASK [linux-system-roles.mssql : Link the deprecated mssql_ad_sql_user_name fact] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:51 Friday 05 January 2024 15:05:44 +0000 (0:00:00.068) 0:01:35.035 ******** 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-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:58 Friday 05 January 2024 15:05:44 +0000 (0:00:00.039) 0:01:35.074 ******** skipping: [sut] => {} TASK [linux-system-roles.mssql : Link the deprecated mssql_ha_cluster_run_role fact] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:65 Friday 05 January 2024 15:05:44 +0000 (0:00:00.079) 0:01:35.154 ******** 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-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:69 Friday 05 January 2024 15:05:44 +0000 (0:00:00.041) 0:01:35.195 ******** 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-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:81 Friday 05 January 2024 15:05:44 +0000 (0:00:00.042) 0:01:35.237 ******** 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-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:89 Friday 05 January 2024 15:05:44 +0000 (0:00:00.181) 0:01:35.418 ******** 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-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:98 Friday 05 January 2024 15:05:44 +0000 (0:00:00.059) 0:01:35.478 ******** 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-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:111 Friday 05 January 2024 15:05:44 +0000 (0:00:00.082) 0:01:35.560 ******** 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-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:122 Friday 05 January 2024 15:05:44 +0000 (0:00:00.058) 0:01:35.619 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Gather package facts] ************************* task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:131 Friday 05 January 2024 15:05:44 +0000 (0:00:00.034) 0:01:35.653 ******** 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-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:135 Friday 05 January 2024 15:05:46 +0000 (0:00:01.409) 0:01:37.063 ******** 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-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:144 Friday 05 January 2024 15:05:46 +0000 (0:00:00.105) 0:01:37.169 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Verify if the mssql_version variable is provided correctly] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:151 Friday 05 January 2024 15:05:46 +0000 (0:00:00.032) 0:01:37.201 ******** 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-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:158 Friday 05 January 2024 15:05:46 +0000 (0:00:00.043) 0:01:37.245 ******** 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-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:173 Friday 05 January 2024 15:05:46 +0000 (0:00:00.068) 0:01:37.314 ******** ok: [sut] => { "attempts": 1, "changed": false } TASK [linux-system-roles.mssql : Update all packages from SQL Server repo version 2017] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:186 Friday 05 January 2024 15:05:46 +0000 (0:00:00.411) 0:01:37.725 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Get yum repositories] ************************* task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:196 Friday 05 January 2024 15:05:47 +0000 (0:00:00.031) 0:01:37.757 ******** 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-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:207 Friday 05 January 2024 15:05:47 +0000 (0:00:00.028) 0:01:37.786 ******** 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-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:215 Friday 05 January 2024 15:05:47 +0000 (0:00:00.204) 0:01:37.991 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure that the system is in SELinux enforcing state] ******************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:228 Friday 05 January 2024 15:05:47 +0000 (0:00:00.034) 0:01:38.025 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Get the current mode of SELinux] ************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:236 Friday 05 January 2024 15:05:47 +0000 (0:00:00.032) 0:01:38.057 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Verify that SELinux is in enforcing mode] ***** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:241 Friday 05 January 2024 15:05:47 +0000 (0:00:00.027) 0:01:38.084 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Verify that SELinux is not in enforcing mode] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:250 Friday 05 January 2024 15:05:47 +0000 (0:00:00.051) 0:01:38.136 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Ensure the package mssql-server-selinux] ****** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:259 Friday 05 January 2024 15:05:47 +0000 (0:00:00.030) 0:01:38.166 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Ensure the package mssql-server] ************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:264 Friday 05 January 2024 15:05:47 +0000 (0:00:00.039) 0:01:38.206 ******** ok: [sut] => { "changed": false, "rc": 0, "results": [ "mssql-server-14.0.3465.1-1.x86_64 providing mssql-server is already installed" ] } TASK [linux-system-roles.mssql : Ensure that the openldap-compat package is installed] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:272 Friday 05 January 2024 15:05:47 +0000 (0:00:00.363) 0:01:38.569 ******** 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-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:280 Friday 05 January 2024 15:05:47 +0000 (0:00:00.077) 0:01:38.647 ******** 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.005133", "end": "2024-01-05 15:05:48.046389", "rc": 0, "start": "2024-01-05 15:05:48.041256" } STDOUT: /var/opt/mssql/log/errorlog TASK [linux-system-roles.mssql : Gather system services facts] ***************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:295 Friday 05 January 2024 15:05:48 +0000 (0:00:00.184) 0:01:38.831 ******** 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-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:299 Friday 05 January 2024 15:05:48 +0000 (0:00:00.782) 0:01:39.613 ******** 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-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:308 Friday 05 January 2024 15:05:48 +0000 (0:00:00.063) 0:01:39.676 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Set up MSSQL] ********************************* task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:324 Friday 05 January 2024 15:05:48 +0000 (0:00:00.045) 0:01:39.722 ******** 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-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:344 Friday 05 January 2024 15:05:49 +0000 (0:00:00.060) 0:01:39.782 ******** skipping: [sut] => (item={'path': None, 'mode': None, 'setting': 'defaultdatadir'}) => { "ansible_loop_var": "item", "changed": false, "item": { "mode": null, "path": null, "setting": "defaultdatadir" }, "skip_reason": "Conditional result was False" } skipping: [sut] => (item={'path': None, 'mode': None, 'setting': 'defaultlogdir'}) => { "ansible_loop_var": "item", "changed": false, "item": { "mode": null, "path": null, "setting": "defaultlogdir" }, "skip_reason": "Conditional result was False" } TASK [Ensure correct SELinux context for {{ __mssql_storage_path }}] *********** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:359 Friday 05 January 2024 15:05:49 +0000 (0:00:00.124) 0:01:39.907 ******** 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-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:366 Friday 05 January 2024 15:05:49 +0000 (0:00:00.028) 0:01:39.935 ******** ok: [sut] => { "changed": false, "rc": 0, "results": [ "tuned-profiles-mssql-2.11.0-12.el7_9.noarch providing tuned-profiles-mssql is already installed" ] } TASK [linux-system-roles.mssql : Ensure that the tuned service is started and enabled] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:371 Friday 05 January 2024 15:05:49 +0000 (0:00:00.359) 0:01:40.295 ******** ok: [sut] => { "changed": false, "enabled": true, "name": "tuned", "state": "started", "status": { "ActiveEnterTimestamp": "Fri 2024-01-05 14:39:05 UTC", "ActiveEnterTimestampMonotonic": "21380366", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "basic.target dbus.service network.target systemd-sysctl.service system.slice systemd-journald.socket", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Fri 2024-01-05 14:39:03 UTC", "AssertTimestampMonotonic": "19950014", "Before": "multi-user.target shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "18446744073709551615", "BusName": "com.redhat.tuned", "CPUAccounting": "no", "CPUQuotaPerSecUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "18446744073709551615", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "18446744073709551615", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Fri 2024-01-05 14:39:03 UTC", "ConditionTimestampMonotonic": "19950012", "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": "881", "ExecMainStartTimestamp": "Fri 2024-01-05 14:39:03 UTC", "ExecMainStartTimestampMonotonic": "19951022", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/sbin/tuned ; argv[]=/usr/sbin/tuned -l -P ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/tuned.service", "GuessMainPID": "yes", "IOScheduling": "0", "Id": "tuned.service", "IgnoreOnIsolate": "no", "IgnoreOnSnapshot": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestamp": "Fri 2024-01-05 14:39:03 UTC", "InactiveExitTimestampMonotonic": "19951142", "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": "881", "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 dbus.service system.slice basic.target", "Restart": "no", "RestartUSec": "100ms", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitInterval": "10000000", "StartupBlockIOWeight": "18446744073709551615", "StartupCPUShares": "18446744073709551615", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "no", "TasksCurrent": "18446744073709551615", "TasksMax": "18446744073709551615", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "dbus", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "WantedBy": "multi-user.target", "WatchdogTimestamp": "Fri 2024-01-05 14:39:05 UTC", "WatchdogTimestampMonotonic": "21380194", "WatchdogUSec": "0" } } TASK [linux-system-roles.mssql : Get the active Tuned profiles] **************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:377 Friday 05 January 2024 15:05:49 +0000 (0:00:00.253) 0:01:40.548 ******** ok: [sut] => { "changed": false, "cmd": [ "tuned-adm", "active" ], "delta": "0:00:00.090903", "end": "2024-01-05 15:05:50.011652", "rc": 0, "start": "2024-01-05 15:05:49.920749" } 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-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:387 Friday 05 January 2024 15:05:50 +0000 (0:00:00.229) 0:01:40.778 ******** 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-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:400 Friday 05 January 2024 15:05:50 +0000 (0:00:00.021) 0:01:40.800 ******** 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-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:409 Friday 05 January 2024 15:05:50 +0000 (0:00:00.025) 0:01:40.825 ******** 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-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:419 Friday 05 January 2024 15:05:50 +0000 (0:00:00.078) 0:01:40.904 ******** 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-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:426 Friday 05 January 2024 15:05:50 +0000 (0:00:00.172) 0:01:41.076 ******** ok: [sut] => { "changed": false, "rc": 0, "results": [ "mssql-tools-17.10.1.1-1.x86_64 providing mssql-tools is already installed", "unixODBC-devel-2.3.11-1.rh.x86_64 providing unixODBC-devel is already installed" ] } TASK [linux-system-roles.mssql : Prepare MSSQL and facts for logging in] ******* task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:438 Friday 05 January 2024 15:05:50 +0000 (0:00:00.375) 0:01:41.452 ******** included: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/verify_password.yml for sut TASK [linux-system-roles.mssql : Ensure that the mssql-server service is started] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/verify_password.yml:3 Friday 05 January 2024 15:05:50 +0000 (0:00:00.070) 0:01:41.522 ******** ok: [sut] => { "changed": false, "name": "mssql-server", "state": "started", "status": { "ActiveEnterTimestamp": "Fri 2024-01-05 15:05:43 UTC", "ActiveEnterTimestampMonotonic": "1619136434", "ActiveExitTimestamp": "Fri 2024-01-05 15:05:42 UTC", "ActiveExitTimestampMonotonic": "1618326561", "ActiveState": "active", "After": "basic.target -.mount network.target auditd.service system.slice systemd-journald.socket", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Fri 2024-01-05 15:05:43 UTC", "AssertTimestampMonotonic": "1619135766", "Before": "multi-user.target shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "18446744073709551615", "CPUAccounting": "no", "CPUQuotaPerSecUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "18446744073709551615", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "18446744073709551615", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Fri 2024-01-05 15:05:43 UTC", "ConditionTimestampMonotonic": "1619135764", "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": "19894", "ExecMainStartTimestamp": "Fri 2024-01-05 15:05:43 UTC", "ExecMainStartTimestampMonotonic": "1619136359", "ExecMainStatus": "0", "ExecStart": "{ path=/opt/mssql/bin/sqlservr ; argv[]=/opt/mssql/bin/sqlservr ; ignore_errors=no ; start_time=[Fri 2024-01-05 15:05:43 UTC] ; stop_time=[n/a] ; pid=19894 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/mssql-server.service", "GuessMainPID": "yes", "IOScheduling": "0", "Id": "mssql-server.service", "IgnoreOnIsolate": "no", "IgnoreOnSnapshot": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestamp": "Fri 2024-01-05 15:05:43 UTC", "InactiveEnterTimestampMonotonic": "1619134619", "InactiveExitTimestamp": "Fri 2024-01-05 15:05:43 UTC", "InactiveExitTimestampMonotonic": "1619136434", "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": "19894", "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": "Fri 2024-01-05 15:05:43 UTC", "WatchdogTimestampMonotonic": "1619136406", "WatchdogUSec": "0", "WorkingDirectory": "/var/opt/mssql" } } TASK [linux-system-roles.mssql : Check if a custom tcpport setting exist] ****** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/verify_password.yml:8 Friday 05 January 2024 15:05:51 +0000 (0:00:00.259) 0:01:41.782 ******** ok: [sut] => { "changed": false, "cmd": [ "grep", "^tcpport = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003098", "end": "2024-01-05 15:05:51.155795", "failed_when_result": false, "rc": 0, "start": "2024-01-05 15:05:51.152697" } STDOUT: tcpport = 1433 TASK [linux-system-roles.mssql : Check if a custom ipaddress setting exist] **** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/verify_password.yml:14 Friday 05 January 2024 15:05:51 +0000 (0:00:00.166) 0:01:41.948 ******** ok: [sut] => { "changed": false, "cmd": [ "grep", "^ipaddress = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003162", "end": "2024-01-05 15:05:51.336126", "failed_when_result": false, "rc": 0, "start": "2024-01-05 15:05:51.332964" } STDOUT: ipaddress = 127.0.0.1 TASK [linux-system-roles.mssql : Set a fact with a login command] ************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/verify_password.yml:20 Friday 05 January 2024 15:05:51 +0000 (0:00:00.162) 0:01:42.110 ******** 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 : Wait for mssql-server to prepare for client connections] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:442 Friday 05 January 2024 15:05:51 +0000 (0:00:00.030) 0:01:42.140 ******** 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": 6187, "state": "file", "uid": 996 } TASK [linux-system-roles.mssql : Check if the set password matches the existing password] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:448 Friday 05 January 2024 15:05:52 +0000 (0:00:01.160) 0:01:43.301 ******** fatal: [sut]: FAILED! => { "attempts": 1, "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } ...ignoring TASK [linux-system-roles.mssql : Ensure that the mssql-server service is stopped] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:463 Friday 05 January 2024 15:05:52 +0000 (0:00:00.190) 0:01:43.492 ******** NOTIFIED HANDLER linux-system-roles.mssql : Restart the mssql-server service for sut changed: [sut] => { "changed": true, "name": "mssql-server", "state": "stopped", "status": { "ActiveEnterTimestamp": "Fri 2024-01-05 15:05:43 UTC", "ActiveEnterTimestampMonotonic": "1619136434", "ActiveExitTimestamp": "Fri 2024-01-05 15:05:42 UTC", "ActiveExitTimestampMonotonic": "1618326561", "ActiveState": "active", "After": "basic.target -.mount network.target auditd.service system.slice systemd-journald.socket", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Fri 2024-01-05 15:05:43 UTC", "AssertTimestampMonotonic": "1619135766", "Before": "multi-user.target shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "18446744073709551615", "CPUAccounting": "no", "CPUQuotaPerSecUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "18446744073709551615", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "18446744073709551615", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Fri 2024-01-05 15:05:43 UTC", "ConditionTimestampMonotonic": "1619135764", "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": "19894", "ExecMainStartTimestamp": "Fri 2024-01-05 15:05:43 UTC", "ExecMainStartTimestampMonotonic": "1619136359", "ExecMainStatus": "0", "ExecStart": "{ path=/opt/mssql/bin/sqlservr ; argv[]=/opt/mssql/bin/sqlservr ; ignore_errors=no ; start_time=[Fri 2024-01-05 15:05:43 UTC] ; stop_time=[n/a] ; pid=19894 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/mssql-server.service", "GuessMainPID": "yes", "IOScheduling": "0", "Id": "mssql-server.service", "IgnoreOnIsolate": "no", "IgnoreOnSnapshot": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestamp": "Fri 2024-01-05 15:05:43 UTC", "InactiveEnterTimestampMonotonic": "1619134619", "InactiveExitTimestamp": "Fri 2024-01-05 15:05:43 UTC", "InactiveExitTimestampMonotonic": "1619136434", "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": "19894", "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": "Fri 2024-01-05 15:05:43 UTC", "WatchdogTimestampMonotonic": "1619136406", "WatchdogUSec": "0", "WorkingDirectory": "/var/opt/mssql" } } TASK [linux-system-roles.mssql : Gather package facts] ************************* task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:470 Friday 05 January 2024 15:05:56 +0000 (0:00:03.936) 0:01:47.428 ******** 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 password of sa user] *************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:478 Friday 05 January 2024 15:05:57 +0000 (0:00:00.974) 0:01:48.402 ******** changed: [sut] => { "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 : Pre-input SQL script files to SQL Server] ***** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:500 Friday 05 January 2024 15:06:01 +0000 (0:00:03.677) 0:01:52.080 ******** 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-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:511 Friday 05 January 2024 15:06:01 +0000 (0:00:00.130) 0:01:52.210 ******** 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-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:526 Friday 05 January 2024 15:06:01 +0000 (0:00:00.065) 0:01:52.275 ******** 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-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:539 Friday 05 January 2024 15:06:01 +0000 (0:00:00.091) 0:01:52.367 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Gather package facts] ************************* task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:546 Friday 05 January 2024 15:06:01 +0000 (0:00:00.088) 0:01:52.456 ******** 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-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:552 Friday 05 January 2024 15:06:01 +0000 (0:00:00.173) 0:01:52.629 ******** 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-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:572 Friday 05 January 2024 15:06:01 +0000 (0:00:00.027) 0:01:52.657 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Register the previous tcpport setting] ******** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:579 Friday 05 January 2024 15:06:01 +0000 (0:00:00.024) 0:01:52.681 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Open the TCP port 1433] ************************************************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:586 Friday 05 January 2024 15:06:01 +0000 (0:00:00.025) 0:01:52.707 ******** 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-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:598 Friday 05 January 2024 15:06:01 +0000 (0:00:00.024) 0:01:52.732 ******** included: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/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-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Friday 05 January 2024 15:06:02 +0000 (0:00:00.039) 0:01:52.772 ******** ok: [sut] => { "changed": false, "cmd": [ "grep", "^tcpport = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003275", "end": "2024-01-05 15:06:02.195116", "failed_when_result": false, "rc": 0, "start": "2024-01-05 15:06:02.191841" } STDOUT: tcpport = 1433 TASK [linux-system-roles.mssql : Configure the setting network tcpport] ******** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 Friday 05 January 2024 15:06:02 +0000 (0:00:00.262) 0:01:53.034 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Unset the setting network tcpport] ************ task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:42 Friday 05 January 2024 15:06:02 +0000 (0:00:00.066) 0:01:53.101 ******** 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-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:604 Friday 05 January 2024 15:06:02 +0000 (0:00:00.039) 0:01:53.141 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the sqlagent setting] *************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:624 Friday 05 January 2024 15:06:02 +0000 (0:00:00.024) 0:01:53.166 ******** 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-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:631 Friday 05 January 2024 15:06:02 +0000 (0:00:00.027) 0:01:53.193 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Ensure the package powershell] **************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:638 Friday 05 January 2024 15:06:02 +0000 (0:00:00.021) 0:01:53.214 ******** 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-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:647 Friday 05 January 2024 15:06:02 +0000 (0:00:00.037) 0:01:53.252 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Set the 3979 traceflag] *********************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:653 Friday 05 January 2024 15:06:02 +0000 (0:00:00.028) 0:01:53.280 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Unset the 3979 traceflag] ********************* task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:660 Friday 05 January 2024 15:06:02 +0000 (0:00:00.021) 0:01:53.301 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the alternatewritethrough setting] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:668 Friday 05 January 2024 15:06:02 +0000 (0:00:00.042) 0:01:53.344 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the writethrough setting] *********** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:674 Friday 05 January 2024 15:06:02 +0000 (0:00:00.021) 0:01:53.365 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create certificates using the certificate role] ************************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:692 Friday 05 January 2024 15:06:02 +0000 (0:00:00.116) 0:01:53.482 ******** 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-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:706 Friday 05 January 2024 15:06:02 +0000 (0:00:00.021) 0:01:53.503 ******** 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-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:711 Friday 05 January 2024 15:06:02 +0000 (0:00:00.023) 0:01:53.527 ******** skipping: [sut] => (item=None) => { "ansible_loop_var": "item", "changed": false, "item": null, "skip_reason": "Conditional result was False" } skipping: [sut] => (item=None) => { "ansible_loop_var": "item", "changed": false, "item": null, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the tlscert setting] **************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:729 Friday 05 January 2024 15:06:02 +0000 (0:00:00.024) 0:01:53.551 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the tlskey setting] ***************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:738 Friday 05 January 2024 15:06:02 +0000 (0:00:00.039) 0:01:53.591 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the tlsprotocols setting] *********** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:747 Friday 05 January 2024 15:06:02 +0000 (0:00:00.024) 0:01:53.616 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the forceencryption setting] ******** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:754 Friday 05 January 2024 15:06:02 +0000 (0:00:00.023) 0:01:53.639 ******** 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-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:763 Friday 05 January 2024 15:06:02 +0000 (0:00:00.021) 0:01:53.661 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Join to realm {{ ad_integration_realm }}] ******************************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:771 Friday 05 January 2024 15:06:02 +0000 (0:00:00.020) 0:01:53.682 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Ensure adutil and krb5-workstation] *********** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:779 Friday 05 January 2024 15:06:02 +0000 (0:00:00.021) 0:01:53.704 ******** 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-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:786 Friday 05 January 2024 15:06:02 +0000 (0:00:00.021) 0:01:53.725 ******** 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-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:793 Friday 05 January 2024 15:06:03 +0000 (0:00:00.024) 0:01:53.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-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:802 Friday 05 January 2024 15:06:03 +0000 (0:00:00.024) 0:01:53.774 ******** 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-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:815 Friday 05 January 2024 15:06:03 +0000 (0:00:00.020) 0:01:53.795 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : In AD server create user] ********************* task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:824 Friday 05 January 2024 15:06:03 +0000 (0:00:00.021) 0:01:53.816 ******** 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-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:836 Friday 05 January 2024 15:06:03 +0000 (0:00:00.019) 0:01:53.836 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Register SPNs to the principal] *************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:841 Friday 05 January 2024 15:06:03 +0000 (0:00:00.020) 0:01:53.856 ******** 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-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:858 Friday 05 January 2024 15:06:03 +0000 (0:00:00.021) 0:01:53.878 ******** 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-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:863 Friday 05 January 2024 15:06:03 +0000 (0:00:00.029) 0:01:53.908 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Get keytab properties] ************************ task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:868 Friday 05 January 2024 15:06:03 +0000 (0:00:00.099) 0:01:54.008 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Create keytab] ******************************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:874 Friday 05 January 2024 15:06:03 +0000 (0:00:00.023) 0:01:54.031 ******** 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-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:900 Friday 05 January 2024 15:06:03 +0000 (0:00:00.027) 0:01:54.058 ******** 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-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:921 Friday 05 January 2024 15:06:03 +0000 (0:00:00.022) 0:01:54.081 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Fetch keytab file to host] ******************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:929 Friday 05 January 2024 15:06:03 +0000 (0:00:00.023) 0:01:54.104 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the network.kerberoskeytabfile setting] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:939 Friday 05 January 2024 15:06:03 +0000 (0:00:00.022) 0:01:54.127 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the network.kerberoskeytabfile setting] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:945 Friday 05 January 2024 15:06:03 +0000 (0:00:00.022) 0:01:54.149 ******** 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-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:962 Friday 05 January 2024 15:06:03 +0000 (0:00:00.026) 0:01:54.175 ******** 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-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:977 Friday 05 January 2024 15:06:03 +0000 (0:00:00.022) 0:01:54.198 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Set host variables] *************************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:997 Friday 05 January 2024 15:06:03 +0000 (0:00:00.024) 0:01:54.222 ******** 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-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1051 Friday 05 January 2024 15:06:03 +0000 (0:00:00.022) 0:01:54.244 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Enable the hadrenabled setting] *************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1058 Friday 05 January 2024 15:06:03 +0000 (0:00:00.021) 0:01:54.265 ******** 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-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1065 Friday 05 January 2024 15:06:03 +0000 (0:00:00.021) 0:01:54.287 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Remove certificate from SQL Server] *********** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1076 Friday 05 January 2024 15:06:03 +0000 (0:00:00.020) 0:01:54.307 ******** 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-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1082 Friday 05 January 2024 15:06:03 +0000 (0:00:00.021) 0:01:54.329 ******** 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-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1090 Friday 05 January 2024 15:06:03 +0000 (0:00:00.025) 0:01:54.355 ******** 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-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1099 Friday 05 January 2024 15:06:03 +0000 (0:00:00.021) 0:01:54.376 ******** 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-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1107 Friday 05 January 2024 15:06:03 +0000 (0:00:00.021) 0:01:54.398 ******** 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-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1122 Friday 05 January 2024 15:06:03 +0000 (0:00:00.033) 0:01:54.431 ******** 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-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1129 Friday 05 January 2024 15:06:03 +0000 (0:00:00.087) 0:01:54.519 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure ag] ********************************* task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1154 Friday 05 January 2024 15:06:03 +0000 (0:00:00.021) 0:01:54.540 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Grant permissions to HA login] **************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1163 Friday 05 January 2024 15:06:03 +0000 (0:00:00.021) 0:01:54.562 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Replicate DBs] ******************************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1173 Friday 05 January 2024 15:06:03 +0000 (0:00:00.020) 0:01:54.583 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Grant permissions to HA login] **************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1184 Friday 05 January 2024 15:06:03 +0000 (0:00:00.021) 0:01:54.605 ******** 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-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1197 Friday 05 January 2024 15:06:03 +0000 (0:00:00.021) 0:01:54.626 ******** 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-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1210 Friday 05 January 2024 15:06:03 +0000 (0:00:00.021) 0:01:54.648 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Enable the hadrenabled setting] *************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1217 Friday 05 January 2024 15:06:03 +0000 (0:00:00.023) 0:01:54.672 ******** 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-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1224 Friday 05 January 2024 15:06:03 +0000 (0:00:00.020) 0:01:54.693 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Remove certificate from SQL Server] *********** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1233 Friday 05 January 2024 15:06:03 +0000 (0:00:00.021) 0:01:54.714 ******** 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-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1240 Friday 05 January 2024 15:06:03 +0000 (0:00:00.021) 0:01:54.736 ******** 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-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1252 Friday 05 January 2024 15:06:04 +0000 (0:00:00.037) 0:01:54.773 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Create HA login] ****************************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1261 Friday 05 January 2024 15:06:04 +0000 (0:00:00.024) 0:01:54.798 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Join to availability group] ******************* task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1268 Friday 05 January 2024 15:06:04 +0000 (0:00:00.024) 0:01:54.822 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Grant permissions to HA login] **************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1274 Friday 05 January 2024 15:06:04 +0000 (0:00:00.022) 0:01:54.845 ******** 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-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1282 Friday 05 January 2024 15:06:04 +0000 (0:00:00.022) 0:01:54.868 ******** 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-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1295 Friday 05 January 2024 15:06:04 +0000 (0:00:00.027) 0:01:54.895 ******** 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-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1307 Friday 05 January 2024 15:06:04 +0000 (0:00:00.021) 0:01:54.917 ******** 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-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1313 Friday 05 January 2024 15:06:04 +0000 (0:00:00.032) 0:01:54.949 ******** 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-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1322 Friday 05 January 2024 15:06:04 +0000 (0:00:00.095) 0:01:55.045 ******** ok: [sut] => { "changed": false } RUNNING HANDLER [linux-system-roles.mssql : Restart the mssql-server service] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/handlers/main.yml:3 Friday 05 January 2024 15:06:04 +0000 (0:00:00.200) 0:01:55.246 ******** changed: [sut] => { "changed": true, "name": "mssql-server", "state": "started", "status": { "ActiveEnterTimestamp": "Fri 2024-01-05 15:05:43 UTC", "ActiveEnterTimestampMonotonic": "1619136434", "ActiveExitTimestamp": "Fri 2024-01-05 15:05:52 UTC", "ActiveExitTimestampMonotonic": "1629002900", "ActiveState": "inactive", "After": "basic.target -.mount network.target auditd.service system.slice systemd-journald.socket", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Fri 2024-01-05 15:05:43 UTC", "AssertTimestampMonotonic": "1619135766", "Before": "multi-user.target shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "18446744073709551615", "CPUAccounting": "no", "CPUQuotaPerSecUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "18446744073709551615", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "18446744073709551615", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Fri 2024-01-05 15:05:43 UTC", "ConditionTimestampMonotonic": "1619135764", "Conflicts": "shutdown.target", "ControlPID": "0", "DefaultDependencies": "yes", "Delegate": "no", "Description": "Microsoft SQL Server Database Engine", "DevicePolicy": "auto", "Documentation": "https://docs.microsoft.com/en-us/sql/linux", "ExecMainCode": "1", "ExecMainExitTimestamp": "Fri 2024-01-05 15:05:56 UTC", "ExecMainExitTimestampMonotonic": "1632683141", "ExecMainPID": "19894", "ExecMainStartTimestamp": "Fri 2024-01-05 15:05:43 UTC", "ExecMainStartTimestampMonotonic": "1619136359", "ExecMainStatus": "0", "ExecStart": "{ path=/opt/mssql/bin/sqlservr ; argv[]=/opt/mssql/bin/sqlservr ; ignore_errors=no ; start_time=[Fri 2024-01-05 15:05:43 UTC] ; stop_time=[Fri 2024-01-05 15:05:56 UTC] ; pid=19894 ; code=exited ; status=0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/mssql-server.service", "GuessMainPID": "yes", "IOScheduling": "0", "Id": "mssql-server.service", "IgnoreOnIsolate": "no", "IgnoreOnSnapshot": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestamp": "Fri 2024-01-05 15:05:56 UTC", "InactiveEnterTimestampMonotonic": "1632683252", "InactiveExitTimestamp": "Fri 2024-01-05 15:05:43 UTC", "InactiveExitTimestampMonotonic": "1619136434", "JobTimeoutAction": "none", "JobTimeoutUSec": "0", "KillMode": "process", "KillSignal": "15", "LimitAS": "18446744073709551615", "LimitCORE": "18446744073709551615", "LimitCPU": "18446744073709551615", "LimitDATA": "18446744073709551615", "LimitFSIZE": "18446744073709551615", "LimitLOCKS": "18446744073709551615", "LimitMEMLOCK": "65536", "LimitMSGQUEUE": "819200", "LimitNICE": "0", "LimitNOFILE": "18446744073709551615", "LimitNPROC": "18446744073709551615", "LimitRSS": "18446744073709551615", "LimitRTPRIO": "0", "LimitRTTIME": "18446744073709551615", "LimitSIGPENDING": "29173", "LimitSTACK": "18446744073709551615", "LoadState": "loaded", "MainPID": "0", "MemoryAccounting": "no", "MemoryCurrent": "18446744073709551615", "MemoryLimit": "18446744073709551615", "MountFlags": "0", "Names": "mssql-server.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "PrivateDevices": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "ProtectHome": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "Requires": "basic.target 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": "dead", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "no", "TasksCurrent": "18446744073709551615", "TasksMax": "18446744073709551615", "TimeoutStartUSec": "30min", "TimeoutStopUSec": "30min", "TimerSlackNSec": "50000", "Transient": "no", "Type": "simple", "UMask": "0007", "UnitFilePreset": "disabled", "UnitFileState": "enabled", "User": "mssql", "WantedBy": "multi-user.target", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0", "WorkingDirectory": "/var/opt/mssql" } } META: ran handlers TASK [linux-system-roles.mssql : Post-input SQL scripts to SQL Server] ********* task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1335 Friday 05 January 2024 15:06:04 +0000 (0:00:00.240) 0:01:55.487 ******** 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-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1346 Friday 05 January 2024 15:06:04 +0000 (0:00:00.033) 0:01:55.521 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify settings] ********************************************************* task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/tasks/tests_password.yml:42 Friday 05 January 2024 15:06:04 +0000 (0:00:00.022) 0:01:55.543 ******** included: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/tasks/verify_settings.yml for sut TASK [Check if the errorlog file exists and its location] ********************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/tasks/verify_settings.yml:8 Friday 05 January 2024 15:06:05 +0000 (0:00:00.244) 0:01:55.788 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if the set edition matches the existing edition] ******************* task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/tasks/verify_settings.yml:23 Friday 05 January 2024 15:06:05 +0000 (0:00:00.025) 0:01:55.814 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify if the edition matches] ******************************************* task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/tasks/verify_settings.yml:35 Friday 05 January 2024 15:06:05 +0000 (0:00:00.026) 0:01:55.840 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the setting {{ item.key }}] *************************************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/tasks/verify_settings.yml:39 Friday 05 January 2024 15:06:05 +0000 (0:00:00.023) 0:01:55.864 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get stat of mssql_datadir] *********************************************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/tasks/verify_settings.yml:55 Friday 05 January 2024 15:06:05 +0000 (0:00:00.022) 0:01:55.887 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Assert that mssql_datadir has proper permissions and ownership] ********** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/tasks/verify_settings.yml:60 Friday 05 January 2024 15:06:05 +0000 (0:00:00.030) 0:01:55.917 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get stat of mssql_logdir] ************************************************ task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/tasks/verify_settings.yml:70 Friday 05 January 2024 15:06:05 +0000 (0:00:00.113) 0:01:56.030 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Assert that mssql_logdir has proper permissions and ownership] *********** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/tasks/verify_settings.yml:75 Friday 05 January 2024 15:06:05 +0000 (0:00:00.027) 0:01:56.058 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Prepare MSSQL and facts for logging in] ********************************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/tasks/verify_settings.yml:85 Friday 05 January 2024 15:06:05 +0000 (0:00:00.030) 0:01:56.089 ******** TASK [linux-system-roles.mssql : Ensure that the mssql-server service is started] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/verify_password.yml:3 Friday 05 January 2024 15:06:05 +0000 (0:00:00.060) 0:01:56.149 ******** ok: [sut] => { "changed": false, "name": "mssql-server", "state": "started", "status": { "ActiveEnterTimestamp": "Fri 2024-01-05 15:06:04 UTC", "ActiveEnterTimestampMonotonic": "1640740129", "ActiveExitTimestamp": "Fri 2024-01-05 15:05:52 UTC", "ActiveExitTimestampMonotonic": "1629002900", "ActiveState": "active", "After": "basic.target -.mount network.target auditd.service system.slice systemd-journald.socket", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Fri 2024-01-05 15:06:04 UTC", "AssertTimestampMonotonic": "1640739434", "Before": "multi-user.target shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "18446744073709551615", "CPUAccounting": "no", "CPUQuotaPerSecUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "18446744073709551615", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "18446744073709551615", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Fri 2024-01-05 15:06:04 UTC", "ConditionTimestampMonotonic": "1640739432", "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": "20622", "ExecMainStartTimestamp": "Fri 2024-01-05 15:06:04 UTC", "ExecMainStartTimestampMonotonic": "1640740031", "ExecMainStatus": "0", "ExecStart": "{ path=/opt/mssql/bin/sqlservr ; argv[]=/opt/mssql/bin/sqlservr ; ignore_errors=no ; start_time=[Fri 2024-01-05 15:06:04 UTC] ; stop_time=[n/a] ; pid=20622 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/mssql-server.service", "GuessMainPID": "yes", "IOScheduling": "0", "Id": "mssql-server.service", "IgnoreOnIsolate": "no", "IgnoreOnSnapshot": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestamp": "Fri 2024-01-05 15:05:56 UTC", "InactiveEnterTimestampMonotonic": "1632683252", "InactiveExitTimestamp": "Fri 2024-01-05 15:06:04 UTC", "InactiveExitTimestampMonotonic": "1640740129", "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": "20622", "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": "Fri 2024-01-05 15:06:04 UTC", "WatchdogTimestampMonotonic": "1640740100", "WatchdogUSec": "0", "WorkingDirectory": "/var/opt/mssql" } } TASK [linux-system-roles.mssql : Check if a custom tcpport setting exist] ****** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/verify_password.yml:8 Friday 05 January 2024 15:06:05 +0000 (0:00:00.239) 0:01:56.388 ******** ok: [sut] => { "changed": false, "cmd": [ "grep", "^tcpport = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003474", "end": "2024-01-05 15:06:05.776376", "failed_when_result": false, "rc": 0, "start": "2024-01-05 15:06:05.772902" } STDOUT: tcpport = 1433 TASK [linux-system-roles.mssql : Check if a custom ipaddress setting exist] **** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/verify_password.yml:14 Friday 05 January 2024 15:06:05 +0000 (0:00:00.154) 0:01:56.543 ******** ok: [sut] => { "changed": false, "cmd": [ "grep", "^ipaddress = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003450", "end": "2024-01-05 15:06:05.980517", "failed_when_result": false, "rc": 0, "start": "2024-01-05 15:06:05.977067" } STDOUT: ipaddress = 127.0.0.1 TASK [linux-system-roles.mssql : Set a fact with a login command] ************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/verify_password.yml:20 Friday 05 January 2024 15:06:06 +0000 (0:00:00.202) 0:01:56.746 ******** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [Wait for mssql-server to prepare for client connections] ***************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/tasks/verify_settings.yml:93 Friday 05 January 2024 15:06:06 +0000 (0:00:00.043) 0:01:56.789 ******** 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": 6983, "state": "file", "uid": 996 } TASK [Check if the set password matches the existing password] ***************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/tasks/verify_settings.yml:99 Friday 05 January 2024 15:06:08 +0000 (0:00:02.168) 0:01:58.957 ******** ok: [sut] => { "attempts": 1, "changed": false, "cmd": [ "/opt/mssql-tools/bin/sqlcmd", "-S", "127.0.0.1,1433", "-U", "sa", "-P", "p@55w0rD", "-Q", "SELECT @@VERSION" ], "delta": "0:00:00.026473", "end": "2024-01-05 15:06:08.364411", "rc": 0, "start": "2024-01-05 15:06:08.337938" } 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-ansible-lint-test-2.16so8j2u1z/tests/tasks/verify_settings.yml:113 Friday 05 January 2024 15:06:08 +0000 (0:00:00.182) 0:01:59.140 ******** ok: [sut] => { "ansible_facts": { "mssql_password": null }, "changed": false } TASK [Verify the package mssql-server-fts] ************************************* task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/tasks/verify_settings.yml:117 Friday 05 January 2024 15:06:08 +0000 (0:00:00.025) 0:01:59.165 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the package powershell] ******************************************* task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/tasks/verify_settings.yml:124 Friday 05 January 2024 15:06:08 +0000 (0:00:00.026) 0:01:59.192 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the value of the traceflag setting] ********************************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/tasks/verify_settings.yml:135 Friday 05 January 2024 15:06:08 +0000 (0:00:00.020) 0:01:59.212 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that the traceflag setting is set to 3979] ************************ task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/tasks/verify_settings.yml:140 Friday 05 January 2024 15:06:08 +0000 (0:00:00.020) 0:01:59.233 ******** 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-ansible-lint-test-2.16so8j2u1z/tests/tasks/verify_settings.yml:145 Friday 05 January 2024 15:06:08 +0000 (0:00:00.090) 0:01:59.323 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that the alternatewritethrough setting is false] ****************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/tasks/verify_settings.yml:151 Friday 05 January 2024 15:06:08 +0000 (0:00:00.023) 0:01:59.346 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the writethrough setting] ***************************************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/tasks/verify_settings.yml:157 Friday 05 January 2024 15:06:08 +0000 (0:00:00.021) 0:01:59.367 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the tlscert setting] ********************************************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/tasks/verify_settings.yml:167 Friday 05 January 2024 15:06:08 +0000 (0:00:00.021) 0:01:59.388 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the tlskey setting] *********************************************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/tasks/verify_settings.yml:178 Friday 05 January 2024 15:06:08 +0000 (0:00:00.020) 0:01:59.409 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the tlsprotocols setting] ***************************************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/tasks/verify_settings.yml:190 Friday 05 January 2024 15:06:08 +0000 (0:00:00.022) 0:01:59.432 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the forceencryption setting] ************************************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/tasks/verify_settings.yml:198 Friday 05 January 2024 15:06:08 +0000 (0:00:00.020) 0:01:59.453 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the current mode of SELinux] ***************************************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/tasks/verify_settings.yml:208 Friday 05 January 2024 15:06:08 +0000 (0:00:00.021) 0:01:59.474 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that SELinux is in the mode {{ __mssql_selinux_mode }}] *********** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/tasks/verify_settings.yml:213 Friday 05 January 2024 15:06:08 +0000 (0:00:00.023) 0:01:59.497 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the package mssql-server-selinux] ********************************* task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/tasks/verify_settings.yml:221 Friday 05 January 2024 15:06:08 +0000 (0:00:00.026) 0:01:59.524 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Change the TCP port setting.] ******************************************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/tasks/tests_password.yml:47 Friday 05 January 2024 15:06:08 +0000 (0:00:00.020) 0:01:59.545 ******** TASK [linux-system-roles.mssql : Ensure ansible_facts and variables used by role] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:3 Friday 05 January 2024 15:06:09 +0000 (0:00:00.542) 0:02:00.087 ******** included: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/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-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/set_vars.yml:3 Friday 05 January 2024 15:06:09 +0000 (0:00:00.036) 0:02:00.123 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Set platform/version specific variables] ****** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/set_vars.yml:9 Friday 05 January 2024 15:06:09 +0000 (0:00:00.030) 0:02:00.153 ******** 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-ansible-lint-test-2.16so8j2u1z/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-ansible-lint-test-2.16so8j2u1z/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-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:8 Friday 05 January 2024 15:06:09 +0000 (0:00:00.040) 0:02:00.194 ******** 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-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:15 Friday 05 January 2024 15:06:09 +0000 (0:00:00.019) 0:02:00.213 ******** skipping: [sut] => {} TASK [linux-system-roles.mssql : Link the deprecated mssql_input_sql_file fact] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:23 Friday 05 January 2024 15:06:09 +0000 (0:00:00.021) 0:02:00.235 ******** 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-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:30 Friday 05 January 2024 15:06:09 +0000 (0:00:00.019) 0:02:00.255 ******** skipping: [sut] => {} TASK [linux-system-roles.mssql : Link the deprecated mssql_ha_listener_port fact] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:37 Friday 05 January 2024 15:06:09 +0000 (0:00:00.020) 0:02:00.275 ******** 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-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:44 Friday 05 January 2024 15:06:09 +0000 (0:00:00.019) 0:02:00.295 ******** skipping: [sut] => {} TASK [linux-system-roles.mssql : Link the deprecated mssql_ad_sql_user_name fact] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:51 Friday 05 January 2024 15:06:09 +0000 (0:00:00.018) 0:02:00.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-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:58 Friday 05 January 2024 15:06:09 +0000 (0:00:00.019) 0:02:00.333 ******** skipping: [sut] => {} TASK [linux-system-roles.mssql : Link the deprecated mssql_ha_cluster_run_role fact] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:65 Friday 05 January 2024 15:06:09 +0000 (0:00:00.117) 0:02:00.450 ******** 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-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:69 Friday 05 January 2024 15:06:09 +0000 (0:00:00.022) 0:02:00.473 ******** 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-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:81 Friday 05 January 2024 15:06:09 +0000 (0:00:00.025) 0:02:00.499 ******** 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-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:89 Friday 05 January 2024 15:06:09 +0000 (0:00:00.021) 0:02:00.520 ******** 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-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:98 Friday 05 January 2024 15:06:09 +0000 (0:00:00.020) 0:02:00.541 ******** 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-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:111 Friday 05 January 2024 15:06:09 +0000 (0:00:00.021) 0:02:00.562 ******** 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-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:122 Friday 05 January 2024 15:06:09 +0000 (0:00:00.021) 0:02:00.584 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Gather package facts] ************************* task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:131 Friday 05 January 2024 15:06:09 +0000 (0:00:00.024) 0:02:00.609 ******** 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-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:135 Friday 05 January 2024 15:06:10 +0000 (0:00:00.932) 0:02:01.542 ******** 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-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:144 Friday 05 January 2024 15:06:10 +0000 (0:00:00.060) 0:02:01.602 ******** 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-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:151 Friday 05 January 2024 15:06:10 +0000 (0:00:00.024) 0:02:01.626 ******** 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-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:158 Friday 05 January 2024 15:06:10 +0000 (0:00:00.024) 0:02:01.651 ******** 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-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:173 Friday 05 January 2024 15:06:11 +0000 (0:00:00.142) 0:02:01.793 ******** ok: [sut] => { "attempts": 1, "changed": false } TASK [linux-system-roles.mssql : Update all packages from SQL Server repo version 2017] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:186 Friday 05 January 2024 15:06:11 +0000 (0:00:00.317) 0:02:02.111 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Get yum repositories] ************************* task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:196 Friday 05 January 2024 15:06:11 +0000 (0:00:00.024) 0:02:02.136 ******** 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-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:207 Friday 05 January 2024 15:06:11 +0000 (0:00:00.023) 0:02:02.159 ******** 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-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:215 Friday 05 January 2024 15:06:11 +0000 (0:00:00.024) 0:02:02.184 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure that the system is in SELinux enforcing state] ******************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:228 Friday 05 January 2024 15:06:11 +0000 (0:00:00.027) 0:02:02.211 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Get the current mode of SELinux] ************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:236 Friday 05 January 2024 15:06:11 +0000 (0:00:00.022) 0:02:02.233 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Verify that SELinux is in enforcing mode] ***** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:241 Friday 05 January 2024 15:06:11 +0000 (0:00:00.021) 0:02:02.255 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Verify that SELinux is not in enforcing mode] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:250 Friday 05 January 2024 15:06:11 +0000 (0:00:00.019) 0:02:02.274 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Ensure the package mssql-server-selinux] ****** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:259 Friday 05 January 2024 15:06:11 +0000 (0:00:00.021) 0:02:02.296 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Ensure the package mssql-server] ************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:264 Friday 05 January 2024 15:06:11 +0000 (0:00:00.032) 0:02:02.329 ******** ok: [sut] => { "changed": false, "rc": 0, "results": [ "mssql-server-14.0.3465.1-1.x86_64 providing mssql-server is already installed" ] } TASK [linux-system-roles.mssql : Ensure that the openldap-compat package is installed] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:272 Friday 05 January 2024 15:06:11 +0000 (0:00:00.346) 0:02:02.675 ******** 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-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:280 Friday 05 January 2024 15:06:11 +0000 (0:00:00.021) 0:02:02.696 ******** 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.005205", "end": "2024-01-05 15:06:12.078175", "rc": 0, "start": "2024-01-05 15:06:12.072970" } STDOUT: /var/opt/mssql/log/errorlog TASK [linux-system-roles.mssql : Gather system services facts] ***************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:295 Friday 05 January 2024 15:06:12 +0000 (0:00:00.144) 0:02:02.841 ******** 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-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:299 Friday 05 January 2024 15:06:12 +0000 (0:00:00.771) 0:02:03.612 ******** 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-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:308 Friday 05 January 2024 15:06:12 +0000 (0:00:00.030) 0:02:03.643 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Set up MSSQL] ********************************* task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:324 Friday 05 January 2024 15:06:12 +0000 (0:00:00.021) 0:02:03.665 ******** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.mssql : Ensure the directory and permissions for datadir and logdir] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:344 Friday 05 January 2024 15:06:12 +0000 (0:00:00.020) 0:02:03.685 ******** skipping: [sut] => (item={'path': None, 'mode': None, 'setting': 'defaultdatadir'}) => { "ansible_loop_var": "item", "changed": false, "item": { "mode": null, "path": null, "setting": "defaultdatadir" }, "skip_reason": "Conditional result was False" } skipping: [sut] => (item={'path': None, 'mode': None, 'setting': 'defaultlogdir'}) => { "ansible_loop_var": "item", "changed": false, "item": { "mode": null, "path": null, "setting": "defaultlogdir" }, "skip_reason": "Conditional result was False" } TASK [Ensure correct SELinux context for {{ __mssql_storage_path }}] *********** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:359 Friday 05 January 2024 15:06:12 +0000 (0:00:00.029) 0:02:03.715 ******** 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-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:366 Friday 05 January 2024 15:06:12 +0000 (0:00:00.022) 0:02:03.737 ******** ok: [sut] => { "changed": false, "rc": 0, "results": [ "tuned-profiles-mssql-2.11.0-12.el7_9.noarch providing tuned-profiles-mssql is already installed" ] } TASK [linux-system-roles.mssql : Ensure that the tuned service is started and enabled] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:371 Friday 05 January 2024 15:06:13 +0000 (0:00:00.365) 0:02:04.103 ******** ok: [sut] => { "changed": false, "enabled": true, "name": "tuned", "state": "started", "status": { "ActiveEnterTimestamp": "Fri 2024-01-05 14:39:05 UTC", "ActiveEnterTimestampMonotonic": "21380366", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "basic.target dbus.service network.target systemd-sysctl.service system.slice systemd-journald.socket", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Fri 2024-01-05 14:39:03 UTC", "AssertTimestampMonotonic": "19950014", "Before": "multi-user.target shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "18446744073709551615", "BusName": "com.redhat.tuned", "CPUAccounting": "no", "CPUQuotaPerSecUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "18446744073709551615", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "18446744073709551615", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Fri 2024-01-05 14:39:03 UTC", "ConditionTimestampMonotonic": "19950012", "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": "881", "ExecMainStartTimestamp": "Fri 2024-01-05 14:39:03 UTC", "ExecMainStartTimestampMonotonic": "19951022", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/sbin/tuned ; argv[]=/usr/sbin/tuned -l -P ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/tuned.service", "GuessMainPID": "yes", "IOScheduling": "0", "Id": "tuned.service", "IgnoreOnIsolate": "no", "IgnoreOnSnapshot": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestamp": "Fri 2024-01-05 14:39:03 UTC", "InactiveExitTimestampMonotonic": "19951142", "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": "881", "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 dbus.service system.slice basic.target", "Restart": "no", "RestartUSec": "100ms", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitInterval": "10000000", "StartupBlockIOWeight": "18446744073709551615", "StartupCPUShares": "18446744073709551615", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "no", "TasksCurrent": "18446744073709551615", "TasksMax": "18446744073709551615", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "dbus", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "WantedBy": "multi-user.target", "WatchdogTimestamp": "Fri 2024-01-05 14:39:05 UTC", "WatchdogTimestampMonotonic": "21380194", "WatchdogUSec": "0" } } TASK [linux-system-roles.mssql : Get the active Tuned profiles] **************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:377 Friday 05 January 2024 15:06:13 +0000 (0:00:00.218) 0:02:04.322 ******** ok: [sut] => { "changed": false, "cmd": [ "tuned-adm", "active" ], "delta": "0:00:00.091353", "end": "2024-01-05 15:06:13.781404", "rc": 0, "start": "2024-01-05 15:06:13.690051" } 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-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:387 Friday 05 January 2024 15:06:13 +0000 (0:00:00.257) 0:02:04.579 ******** 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-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:400 Friday 05 January 2024 15:06:13 +0000 (0:00:00.032) 0:02:04.611 ******** 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-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:409 Friday 05 January 2024 15:06:13 +0000 (0:00:00.022) 0:02:04.634 ******** 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-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:419 Friday 05 January 2024 15:06:13 +0000 (0:00:00.031) 0:02:04.666 ******** 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-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:426 Friday 05 January 2024 15:06:14 +0000 (0:00:00.147) 0:02:04.814 ******** ok: [sut] => { "changed": false, "rc": 0, "results": [ "mssql-tools-17.10.1.1-1.x86_64 providing mssql-tools is already installed", "unixODBC-devel-2.3.11-1.rh.x86_64 providing unixODBC-devel is already installed" ] } TASK [linux-system-roles.mssql : Prepare MSSQL and facts for logging in] ******* task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:438 Friday 05 January 2024 15:06:14 +0000 (0:00:00.383) 0:02:05.198 ******** 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-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:442 Friday 05 January 2024 15:06:14 +0000 (0:00:00.048) 0:02:05.246 ******** 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-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:448 Friday 05 January 2024 15:06:14 +0000 (0:00:00.134) 0:02:05.380 ******** 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-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:463 Friday 05 January 2024 15:06:14 +0000 (0:00:00.042) 0:02:05.423 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Gather package facts] ************************* task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:470 Friday 05 January 2024 15:06:14 +0000 (0:00:00.046) 0:02:05.470 ******** 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-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:478 Friday 05 January 2024 15:06:14 +0000 (0:00:00.031) 0:02:05.502 ******** 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-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:500 Friday 05 January 2024 15:06:14 +0000 (0:00:00.028) 0:02:05.530 ******** 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-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:511 Friday 05 January 2024 15:06:14 +0000 (0:00:00.025) 0:02:05.556 ******** 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-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:526 Friday 05 January 2024 15:06:14 +0000 (0:00:00.024) 0:02:05.581 ******** 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-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:539 Friday 05 January 2024 15:06:14 +0000 (0:00:00.031) 0:02:05.612 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Gather package facts] ************************* task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:546 Friday 05 January 2024 15:06:14 +0000 (0:00:00.023) 0:02:05.636 ******** 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-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:552 Friday 05 January 2024 15:06:14 +0000 (0:00:00.024) 0:02:05.661 ******** 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-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:572 Friday 05 January 2024 15:06:14 +0000 (0:00:00.024) 0:02:05.685 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Register the previous tcpport setting] ******** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:579 Friday 05 January 2024 15:06:14 +0000 (0:00:00.026) 0:02:05.712 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Open the TCP port 1432] ************************************************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:586 Friday 05 January 2024 15:06:15 +0000 (0:00:00.033) 0:02:05.745 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the TCP port setting to 1432] ******* task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:598 Friday 05 January 2024 15:06:15 +0000 (0:00:00.052) 0:02:05.797 ******** included: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/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-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Friday 05 January 2024 15:06:15 +0000 (0:00:00.074) 0:02:05.872 ******** ok: [sut] => { "changed": false, "cmd": [ "grep", "^tcpport = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003246", "end": "2024-01-05 15:06:15.264312", "failed_when_result": false, "rc": 0, "start": "2024-01-05 15:06:15.261066" } STDOUT: tcpport = 1433 TASK [linux-system-roles.mssql : Configure the setting network tcpport] ******** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 Friday 05 January 2024 15:06:15 +0000 (0:00:00.159) 0:02:06.032 ******** 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.tcpport", "1432" ], "delta": "0:00:00.049152", "end": "2024-01-05 15:06:15.461254", "failed_when_result": false, "rc": 0, "start": "2024-01-05 15:06:15.412102" } 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 tcpport] ************ task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:42 Friday 05 January 2024 15:06:15 +0000 (0:00:00.342) 0:02:06.375 ******** 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-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:604 Friday 05 January 2024 15:06:15 +0000 (0:00:00.037) 0:02:06.412 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the sqlagent setting] *************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:624 Friday 05 January 2024 15:06:15 +0000 (0:00:00.048) 0:02:06.461 ******** 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-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:631 Friday 05 January 2024 15:06:15 +0000 (0:00:00.052) 0:02:06.513 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Ensure the package powershell] **************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:638 Friday 05 January 2024 15:06:15 +0000 (0:00:00.035) 0:02:06.549 ******** 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-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:647 Friday 05 January 2024 15:06:15 +0000 (0:00:00.034) 0:02:06.583 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Set the 3979 traceflag] *********************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:653 Friday 05 January 2024 15:06:15 +0000 (0:00:00.025) 0:02:06.609 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Unset the 3979 traceflag] ********************* task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:660 Friday 05 January 2024 15:06:15 +0000 (0:00:00.024) 0:02:06.634 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the alternatewritethrough setting] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:668 Friday 05 January 2024 15:06:15 +0000 (0:00:00.039) 0:02:06.673 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the writethrough setting] *********** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:674 Friday 05 January 2024 15:06:15 +0000 (0:00:00.023) 0:02:06.697 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create certificates using the certificate role] ************************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:692 Friday 05 January 2024 15:06:15 +0000 (0:00:00.028) 0:02:06.726 ******** 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-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:706 Friday 05 January 2024 15:06:16 +0000 (0:00:00.030) 0:02:06.756 ******** 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-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:711 Friday 05 January 2024 15:06:16 +0000 (0:00:00.046) 0:02:06.803 ******** skipping: [sut] => (item=None) => { "ansible_loop_var": "item", "changed": false, "item": null, "skip_reason": "Conditional result was False" } skipping: [sut] => (item=None) => { "ansible_loop_var": "item", "changed": false, "item": null, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the tlscert setting] **************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:729 Friday 05 January 2024 15:06:16 +0000 (0:00:00.068) 0:02:06.871 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the tlskey setting] ***************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:738 Friday 05 January 2024 15:06:16 +0000 (0:00:00.046) 0:02:06.918 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the tlsprotocols setting] *********** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:747 Friday 05 January 2024 15:06:16 +0000 (0:00:00.030) 0:02:06.948 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the forceencryption setting] ******** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:754 Friday 05 January 2024 15:06:16 +0000 (0:00:00.044) 0:02:06.993 ******** 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-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:763 Friday 05 January 2024 15:06:16 +0000 (0:00:00.039) 0:02:07.032 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Join to realm {{ ad_integration_realm }}] ******************************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:771 Friday 05 January 2024 15:06:16 +0000 (0:00:00.027) 0:02:07.060 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Ensure adutil and krb5-workstation] *********** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:779 Friday 05 January 2024 15:06:16 +0000 (0:00:00.167) 0:02:07.227 ******** 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-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:786 Friday 05 January 2024 15:06:16 +0000 (0:00:00.041) 0:02:07.269 ******** 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-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:793 Friday 05 January 2024 15:06:16 +0000 (0:00:00.027) 0:02:07.296 ******** 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-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:802 Friday 05 January 2024 15:06:16 +0000 (0:00:00.025) 0:02:07.321 ******** 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-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:815 Friday 05 January 2024 15:06:16 +0000 (0:00:00.041) 0:02:07.362 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : In AD server create user] ********************* task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:824 Friday 05 January 2024 15:06:16 +0000 (0:00:00.054) 0:02:07.417 ******** 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-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:836 Friday 05 January 2024 15:06:16 +0000 (0:00:00.046) 0:02:07.463 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Register SPNs to the principal] *************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:841 Friday 05 January 2024 15:06:16 +0000 (0:00:00.086) 0:02:07.549 ******** 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-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:858 Friday 05 January 2024 15:06:16 +0000 (0:00:00.040) 0:02:07.590 ******** 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-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:863 Friday 05 January 2024 15:06:16 +0000 (0:00:00.030) 0:02:07.621 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Get keytab properties] ************************ task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:868 Friday 05 January 2024 15:06:16 +0000 (0:00:00.035) 0:02:07.656 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Create keytab] ******************************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:874 Friday 05 January 2024 15:06:16 +0000 (0:00:00.032) 0:02:07.689 ******** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.mssql : Add an entry in the keytab for the principal name and password] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:900 Friday 05 January 2024 15:06:16 +0000 (0:00:00.024) 0:02:07.713 ******** 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-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:921 Friday 05 January 2024 15:06:17 +0000 (0:00:00.027) 0:02:07.741 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Fetch keytab file to host] ******************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:929 Friday 05 January 2024 15:06:17 +0000 (0:00:00.022) 0:02:07.763 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the network.kerberoskeytabfile setting] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:939 Friday 05 January 2024 15:06:17 +0000 (0:00:00.026) 0:02:07.790 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the network.kerberoskeytabfile setting] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:945 Friday 05 January 2024 15:06:17 +0000 (0:00:00.023) 0:02:07.813 ******** 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-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:962 Friday 05 January 2024 15:06:17 +0000 (0:00:00.021) 0:02:07.835 ******** 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-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:977 Friday 05 January 2024 15:06:17 +0000 (0:00:00.031) 0:02:07.866 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Set host variables] *************************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:997 Friday 05 January 2024 15:06:17 +0000 (0:00:00.120) 0:02:07.987 ******** 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-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1051 Friday 05 January 2024 15:06:17 +0000 (0:00:00.022) 0:02:08.010 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Enable the hadrenabled setting] *************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1058 Friday 05 January 2024 15:06:17 +0000 (0:00:00.025) 0:02:08.035 ******** 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-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1065 Friday 05 January 2024 15:06:17 +0000 (0:00:00.037) 0:02:08.073 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Remove certificate from SQL Server] *********** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1076 Friday 05 January 2024 15:06:17 +0000 (0:00:00.031) 0:02:08.105 ******** 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-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1082 Friday 05 January 2024 15:06:17 +0000 (0:00:00.022) 0:02:08.127 ******** 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-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1090 Friday 05 January 2024 15:06:17 +0000 (0:00:00.038) 0:02:08.166 ******** 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-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1099 Friday 05 January 2024 15:06:17 +0000 (0:00:00.025) 0:02:08.191 ******** 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-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1107 Friday 05 January 2024 15:06:17 +0000 (0:00:00.035) 0:02:08.226 ******** 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-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1122 Friday 05 January 2024 15:06:17 +0000 (0:00:00.030) 0:02:08.257 ******** 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-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1129 Friday 05 January 2024 15:06:17 +0000 (0:00:00.023) 0:02:08.280 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure ag] ********************************* task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1154 Friday 05 January 2024 15:06:17 +0000 (0:00:00.022) 0:02:08.303 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Grant permissions to HA login] **************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1163 Friday 05 January 2024 15:06:17 +0000 (0:00:00.024) 0:02:08.327 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Replicate DBs] ******************************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1173 Friday 05 January 2024 15:06:17 +0000 (0:00:00.044) 0:02:08.372 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Grant permissions to HA login] **************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1184 Friday 05 January 2024 15:06:17 +0000 (0:00:00.029) 0:02:08.401 ******** 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-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1197 Friday 05 January 2024 15:06:17 +0000 (0:00:00.025) 0:02:08.426 ******** 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-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1210 Friday 05 January 2024 15:06:17 +0000 (0:00:00.023) 0:02:08.450 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Enable the hadrenabled setting] *************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1217 Friday 05 January 2024 15:06:17 +0000 (0:00:00.025) 0:02:08.475 ******** 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-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1224 Friday 05 January 2024 15:06:17 +0000 (0:00:00.021) 0:02:08.497 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Remove certificate from SQL Server] *********** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1233 Friday 05 January 2024 15:06:17 +0000 (0:00:00.160) 0:02:08.657 ******** 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-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1240 Friday 05 January 2024 15:06:17 +0000 (0:00:00.023) 0:02:08.681 ******** 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-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1252 Friday 05 January 2024 15:06:17 +0000 (0:00:00.035) 0:02:08.716 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Create HA login] ****************************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1261 Friday 05 January 2024 15:06:17 +0000 (0:00:00.022) 0:02:08.739 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Join to availability group] ******************* task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1268 Friday 05 January 2024 15:06:18 +0000 (0:00:00.028) 0:02:08.767 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Grant permissions to HA login] **************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1274 Friday 05 January 2024 15:06:18 +0000 (0:00:00.022) 0:02:08.789 ******** 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-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1282 Friday 05 January 2024 15:06:18 +0000 (0:00:00.037) 0:02:08.827 ******** 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-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1295 Friday 05 January 2024 15:06:18 +0000 (0:00:00.040) 0:02:08.868 ******** 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-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1307 Friday 05 January 2024 15:06:18 +0000 (0:00:00.047) 0:02:08.916 ******** 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-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1313 Friday 05 January 2024 15:06:18 +0000 (0:00:00.060) 0:02:08.976 ******** 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-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1322 Friday 05 January 2024 15:06:18 +0000 (0:00:00.047) 0:02:09.023 ******** changed: [sut] => { "changed": true } MSG: Block inserted RUNNING HANDLER [linux-system-roles.mssql : Restart the mssql-server service] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/handlers/main.yml:3 Friday 05 January 2024 15:06:18 +0000 (0:00:00.314) 0:02:09.338 ******** changed: [sut] => { "changed": true, "name": "mssql-server", "state": "started", "status": { "ActiveEnterTimestamp": "Fri 2024-01-05 15:06:04 UTC", "ActiveEnterTimestampMonotonic": "1640740129", "ActiveExitTimestamp": "Fri 2024-01-05 15:05:52 UTC", "ActiveExitTimestampMonotonic": "1629002900", "ActiveState": "active", "After": "basic.target -.mount network.target auditd.service system.slice systemd-journald.socket", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Fri 2024-01-05 15:06:04 UTC", "AssertTimestampMonotonic": "1640739434", "Before": "multi-user.target shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "18446744073709551615", "CPUAccounting": "no", "CPUQuotaPerSecUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "18446744073709551615", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "18446744073709551615", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Fri 2024-01-05 15:06:04 UTC", "ConditionTimestampMonotonic": "1640739432", "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": "20622", "ExecMainStartTimestamp": "Fri 2024-01-05 15:06:04 UTC", "ExecMainStartTimestampMonotonic": "1640740031", "ExecMainStatus": "0", "ExecStart": "{ path=/opt/mssql/bin/sqlservr ; argv[]=/opt/mssql/bin/sqlservr ; ignore_errors=no ; start_time=[Fri 2024-01-05 15:06:04 UTC] ; stop_time=[n/a] ; pid=20622 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/mssql-server.service", "GuessMainPID": "yes", "IOScheduling": "0", "Id": "mssql-server.service", "IgnoreOnIsolate": "no", "IgnoreOnSnapshot": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestamp": "Fri 2024-01-05 15:05:56 UTC", "InactiveEnterTimestampMonotonic": "1632683252", "InactiveExitTimestamp": "Fri 2024-01-05 15:06:04 UTC", "InactiveExitTimestampMonotonic": "1640740129", "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": "20622", "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": "Fri 2024-01-05 15:06:04 UTC", "WatchdogTimestampMonotonic": "1640740100", "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-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1335 Friday 05 January 2024 15:06:19 +0000 (0:00:00.814) 0:02:10.152 ******** 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-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1346 Friday 05 January 2024 15:06:19 +0000 (0:00:00.035) 0:02:10.188 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Change the password with a custom TCP port and IP address. Should report Changed.] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/tasks/tests_password.yml:53 Friday 05 January 2024 15:06:19 +0000 (0:00:00.054) 0:02:10.242 ******** TASK [linux-system-roles.mssql : Ensure ansible_facts and variables used by role] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:3 Friday 05 January 2024 15:06:20 +0000 (0:00:00.725) 0:02:10.967 ******** included: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/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-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/set_vars.yml:3 Friday 05 January 2024 15:06:20 +0000 (0:00:00.034) 0:02:11.001 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Set platform/version specific variables] ****** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/set_vars.yml:9 Friday 05 January 2024 15:06:20 +0000 (0:00:00.027) 0:02:11.029 ******** 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-ansible-lint-test-2.16so8j2u1z/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-ansible-lint-test-2.16so8j2u1z/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-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:8 Friday 05 January 2024 15:06:20 +0000 (0:00:00.040) 0:02:11.070 ******** 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-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:15 Friday 05 January 2024 15:06:20 +0000 (0:00:00.035) 0:02:11.105 ******** skipping: [sut] => {} TASK [linux-system-roles.mssql : Link the deprecated mssql_input_sql_file fact] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:23 Friday 05 January 2024 15:06:20 +0000 (0:00:00.222) 0:02:11.328 ******** 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-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:30 Friday 05 January 2024 15:06:20 +0000 (0:00:00.025) 0:02:11.353 ******** skipping: [sut] => {} TASK [linux-system-roles.mssql : Link the deprecated mssql_ha_listener_port fact] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:37 Friday 05 January 2024 15:06:20 +0000 (0:00:00.030) 0:02:11.384 ******** 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-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:44 Friday 05 January 2024 15:06:20 +0000 (0:00:00.029) 0:02:11.414 ******** skipping: [sut] => {} TASK [linux-system-roles.mssql : Link the deprecated mssql_ad_sql_user_name fact] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:51 Friday 05 January 2024 15:06:20 +0000 (0:00:00.031) 0:02:11.446 ******** 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-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:58 Friday 05 January 2024 15:06:20 +0000 (0:00:00.037) 0:02:11.484 ******** skipping: [sut] => {} TASK [linux-system-roles.mssql : Link the deprecated mssql_ha_cluster_run_role fact] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:65 Friday 05 January 2024 15:06:20 +0000 (0:00:00.042) 0:02:11.526 ******** 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-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:69 Friday 05 January 2024 15:06:20 +0000 (0:00:00.028) 0:02:11.555 ******** 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-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:81 Friday 05 January 2024 15:06:20 +0000 (0:00:00.035) 0:02:11.590 ******** 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-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:89 Friday 05 January 2024 15:06:20 +0000 (0:00:00.073) 0:02:11.663 ******** 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-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:98 Friday 05 January 2024 15:06:20 +0000 (0:00:00.022) 0:02:11.686 ******** 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-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:111 Friday 05 January 2024 15:06:20 +0000 (0:00:00.036) 0:02:11.722 ******** 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-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:122 Friday 05 January 2024 15:06:21 +0000 (0:00:00.056) 0:02:11.778 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Gather package facts] ************************* task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:131 Friday 05 January 2024 15:06:21 +0000 (0:00:00.025) 0:02:11.803 ******** 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-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:135 Friday 05 January 2024 15:06:22 +0000 (0:00:01.065) 0:02:12.869 ******** 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-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:144 Friday 05 January 2024 15:06:22 +0000 (0:00:00.086) 0:02:12.956 ******** 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-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:151 Friday 05 January 2024 15:06:22 +0000 (0:00:00.141) 0:02:13.097 ******** 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-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:158 Friday 05 January 2024 15:06:22 +0000 (0:00:00.037) 0:02:13.135 ******** 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-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:173 Friday 05 January 2024 15:06:22 +0000 (0:00:00.047) 0:02:13.183 ******** ok: [sut] => { "attempts": 1, "changed": false } TASK [linux-system-roles.mssql : Update all packages from SQL Server repo version 2017] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:186 Friday 05 January 2024 15:06:22 +0000 (0:00:00.404) 0:02:13.587 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Get yum repositories] ************************* task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:196 Friday 05 January 2024 15:06:22 +0000 (0:00:00.033) 0:02:13.620 ******** 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-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:207 Friday 05 January 2024 15:06:22 +0000 (0:00:00.042) 0:02:13.662 ******** 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-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:215 Friday 05 January 2024 15:06:22 +0000 (0:00:00.026) 0:02:13.688 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure that the system is in SELinux enforcing state] ******************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:228 Friday 05 January 2024 15:06:22 +0000 (0:00:00.039) 0:02:13.727 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Get the current mode of SELinux] ************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:236 Friday 05 January 2024 15:06:23 +0000 (0:00:00.021) 0:02:13.749 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Verify that SELinux is in enforcing mode] ***** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:241 Friday 05 January 2024 15:06:23 +0000 (0:00:00.020) 0:02:13.769 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Verify that SELinux is not in enforcing mode] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:250 Friday 05 January 2024 15:06:23 +0000 (0:00:00.019) 0:02:13.789 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Ensure the package mssql-server-selinux] ****** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:259 Friday 05 January 2024 15:06:23 +0000 (0:00:00.019) 0:02:13.809 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Ensure the package mssql-server] ************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:264 Friday 05 January 2024 15:06:23 +0000 (0:00:00.022) 0:02:13.831 ******** ok: [sut] => { "changed": false, "rc": 0, "results": [ "mssql-server-14.0.3465.1-1.x86_64 providing mssql-server is already installed" ] } TASK [linux-system-roles.mssql : Ensure that the openldap-compat package is installed] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:272 Friday 05 January 2024 15:06:23 +0000 (0:00:00.383) 0:02:14.215 ******** 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-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:280 Friday 05 January 2024 15:06:23 +0000 (0:00:00.021) 0:02:14.237 ******** 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.005515", "end": "2024-01-05 15:06:23.611942", "rc": 0, "start": "2024-01-05 15:06:23.606427" } STDOUT: /var/opt/mssql/log/errorlog TASK [linux-system-roles.mssql : Gather system services facts] ***************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:295 Friday 05 January 2024 15:06:23 +0000 (0:00:00.139) 0:02:14.376 ******** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.mssql : Set the __mssql_is_setup variable] ************ task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:299 Friday 05 January 2024 15:06:24 +0000 (0:00:00.695) 0:02:15.072 ******** 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-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:308 Friday 05 January 2024 15:06:24 +0000 (0:00:00.160) 0:02:15.233 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Set up MSSQL] ********************************* task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:324 Friday 05 January 2024 15:06:24 +0000 (0:00:00.023) 0:02:15.256 ******** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.mssql : Ensure the directory and permissions for datadir and logdir] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:344 Friday 05 January 2024 15:06:24 +0000 (0:00:00.021) 0:02:15.278 ******** skipping: [sut] => (item={'path': None, 'mode': None, 'setting': 'defaultdatadir'}) => { "ansible_loop_var": "item", "changed": false, "item": { "mode": null, "path": null, "setting": "defaultdatadir" }, "skip_reason": "Conditional result was False" } skipping: [sut] => (item={'path': None, 'mode': None, 'setting': 'defaultlogdir'}) => { "ansible_loop_var": "item", "changed": false, "item": { "mode": null, "path": null, "setting": "defaultlogdir" }, "skip_reason": "Conditional result was False" } TASK [Ensure correct SELinux context for {{ __mssql_storage_path }}] *********** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:359 Friday 05 January 2024 15:06:24 +0000 (0:00:00.025) 0:02:15.303 ******** 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-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:366 Friday 05 January 2024 15:06:24 +0000 (0:00:00.027) 0:02:15.330 ******** ok: [sut] => { "changed": false, "rc": 0, "results": [ "tuned-profiles-mssql-2.11.0-12.el7_9.noarch providing tuned-profiles-mssql is already installed" ] } TASK [linux-system-roles.mssql : Ensure that the tuned service is started and enabled] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:371 Friday 05 January 2024 15:06:24 +0000 (0:00:00.374) 0:02:15.705 ******** ok: [sut] => { "changed": false, "enabled": true, "name": "tuned", "state": "started", "status": { "ActiveEnterTimestamp": "Fri 2024-01-05 14:39:05 UTC", "ActiveEnterTimestampMonotonic": "21380366", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "basic.target dbus.service network.target systemd-sysctl.service system.slice systemd-journald.socket", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Fri 2024-01-05 14:39:03 UTC", "AssertTimestampMonotonic": "19950014", "Before": "multi-user.target shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "18446744073709551615", "BusName": "com.redhat.tuned", "CPUAccounting": "no", "CPUQuotaPerSecUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "18446744073709551615", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "18446744073709551615", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Fri 2024-01-05 14:39:03 UTC", "ConditionTimestampMonotonic": "19950012", "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": "881", "ExecMainStartTimestamp": "Fri 2024-01-05 14:39:03 UTC", "ExecMainStartTimestampMonotonic": "19951022", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/sbin/tuned ; argv[]=/usr/sbin/tuned -l -P ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/tuned.service", "GuessMainPID": "yes", "IOScheduling": "0", "Id": "tuned.service", "IgnoreOnIsolate": "no", "IgnoreOnSnapshot": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestamp": "Fri 2024-01-05 14:39:03 UTC", "InactiveExitTimestampMonotonic": "19951142", "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": "881", "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 dbus.service system.slice basic.target", "Restart": "no", "RestartUSec": "100ms", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitInterval": "10000000", "StartupBlockIOWeight": "18446744073709551615", "StartupCPUShares": "18446744073709551615", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "no", "TasksCurrent": "18446744073709551615", "TasksMax": "18446744073709551615", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "dbus", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "WantedBy": "multi-user.target", "WatchdogTimestamp": "Fri 2024-01-05 14:39:05 UTC", "WatchdogTimestampMonotonic": "21380194", "WatchdogUSec": "0" } } TASK [linux-system-roles.mssql : Get the active Tuned profiles] **************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:377 Friday 05 January 2024 15:06:25 +0000 (0:00:00.232) 0:02:15.937 ******** ok: [sut] => { "changed": false, "cmd": [ "tuned-adm", "active" ], "delta": "0:00:00.092432", "end": "2024-01-05 15:06:25.411086", "rc": 0, "start": "2024-01-05 15:06:25.318654" } 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-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:387 Friday 05 January 2024 15:06:25 +0000 (0:00:00.240) 0:02:16.178 ******** 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-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:400 Friday 05 January 2024 15:06:25 +0000 (0:00:00.023) 0:02:16.201 ******** 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-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:409 Friday 05 January 2024 15:06:25 +0000 (0:00:00.028) 0:02:16.229 ******** 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-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:419 Friday 05 January 2024 15:06:25 +0000 (0:00:00.022) 0:02:16.251 ******** 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-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:426 Friday 05 January 2024 15:06:25 +0000 (0:00:00.146) 0:02:16.398 ******** ok: [sut] => { "changed": false, "rc": 0, "results": [ "mssql-tools-17.10.1.1-1.x86_64 providing mssql-tools is already installed", "unixODBC-devel-2.3.11-1.rh.x86_64 providing unixODBC-devel is already installed" ] } TASK [linux-system-roles.mssql : Prepare MSSQL and facts for logging in] ******* task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:438 Friday 05 January 2024 15:06:25 +0000 (0:00:00.336) 0:02:16.734 ******** included: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/verify_password.yml for sut TASK [linux-system-roles.mssql : Ensure that the mssql-server service is started] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/verify_password.yml:3 Friday 05 January 2024 15:06:26 +0000 (0:00:00.037) 0:02:16.771 ******** ok: [sut] => { "changed": false, "name": "mssql-server", "state": "started", "status": { "ActiveEnterTimestamp": "Fri 2024-01-05 15:06:19 UTC", "ActiveEnterTimestampMonotonic": "1655391997", "ActiveExitTimestamp": "Fri 2024-01-05 15:06:18 UTC", "ActiveExitTimestampMonotonic": "1654929002", "ActiveState": "active", "After": "basic.target -.mount network.target auditd.service system.slice systemd-journald.socket", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Fri 2024-01-05 15:06:19 UTC", "AssertTimestampMonotonic": "1655391322", "Before": "multi-user.target shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "18446744073709551615", "CPUAccounting": "no", "CPUQuotaPerSecUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "18446744073709551615", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "18446744073709551615", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Fri 2024-01-05 15:06:19 UTC", "ConditionTimestampMonotonic": "1655391321", "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": "21115", "ExecMainStartTimestamp": "Fri 2024-01-05 15:06:19 UTC", "ExecMainStartTimestampMonotonic": "1655391919", "ExecMainStatus": "0", "ExecStart": "{ path=/opt/mssql/bin/sqlservr ; argv[]=/opt/mssql/bin/sqlservr ; ignore_errors=no ; start_time=[Fri 2024-01-05 15:06:19 UTC] ; stop_time=[n/a] ; pid=21115 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/mssql-server.service", "GuessMainPID": "yes", "IOScheduling": "0", "Id": "mssql-server.service", "IgnoreOnIsolate": "no", "IgnoreOnSnapshot": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestamp": "Fri 2024-01-05 15:06:19 UTC", "InactiveEnterTimestampMonotonic": "1655389719", "InactiveExitTimestamp": "Fri 2024-01-05 15:06:19 UTC", "InactiveExitTimestampMonotonic": "1655391997", "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": "21115", "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": "Fri 2024-01-05 15:06:19 UTC", "WatchdogTimestampMonotonic": "1655391968", "WatchdogUSec": "0", "WorkingDirectory": "/var/opt/mssql" } } TASK [linux-system-roles.mssql : Check if a custom tcpport setting exist] ****** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/verify_password.yml:8 Friday 05 January 2024 15:06:26 +0000 (0:00:00.209) 0:02:16.980 ******** ok: [sut] => { "changed": false, "cmd": [ "grep", "^tcpport = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003230", "end": "2024-01-05 15:06:26.355440", "failed_when_result": false, "rc": 0, "start": "2024-01-05 15:06:26.352210" } STDOUT: tcpport = 1432 TASK [linux-system-roles.mssql : Check if a custom ipaddress setting exist] **** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/verify_password.yml:14 Friday 05 January 2024 15:06:26 +0000 (0:00:00.139) 0:02:17.120 ******** ok: [sut] => { "changed": false, "cmd": [ "grep", "^ipaddress = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003146", "end": "2024-01-05 15:06:26.494688", "failed_when_result": false, "rc": 0, "start": "2024-01-05 15:06:26.491542" } STDOUT: ipaddress = 127.0.0.1 TASK [linux-system-roles.mssql : Set a fact with a login command] ************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/verify_password.yml:20 Friday 05 January 2024 15:06:26 +0000 (0:00:00.137) 0:02:17.258 ******** 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 : Wait for mssql-server to prepare for client connections] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:442 Friday 05 January 2024 15:06:26 +0000 (0:00:00.028) 0:02:17.286 ******** 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": 6187, "state": "file", "uid": 996 } TASK [linux-system-roles.mssql : Check if the set password matches the existing password] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:448 Friday 05 January 2024 15:06:27 +0000 (0:00:01.140) 0:02:18.426 ******** fatal: [sut]: FAILED! => { "attempts": 1, "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } ...ignoring TASK [linux-system-roles.mssql : Ensure that the mssql-server service is stopped] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:463 Friday 05 January 2024 15:06:27 +0000 (0:00:00.170) 0:02:18.597 ******** NOTIFIED HANDLER linux-system-roles.mssql : Restart the mssql-server service for sut changed: [sut] => { "changed": true, "name": "mssql-server", "state": "stopped", "status": { "ActiveEnterTimestamp": "Fri 2024-01-05 15:06:19 UTC", "ActiveEnterTimestampMonotonic": "1655391997", "ActiveExitTimestamp": "Fri 2024-01-05 15:06:18 UTC", "ActiveExitTimestampMonotonic": "1654929002", "ActiveState": "active", "After": "basic.target -.mount network.target auditd.service system.slice systemd-journald.socket", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Fri 2024-01-05 15:06:19 UTC", "AssertTimestampMonotonic": "1655391322", "Before": "multi-user.target shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "18446744073709551615", "CPUAccounting": "no", "CPUQuotaPerSecUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "18446744073709551615", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "18446744073709551615", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Fri 2024-01-05 15:06:19 UTC", "ConditionTimestampMonotonic": "1655391321", "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": "21115", "ExecMainStartTimestamp": "Fri 2024-01-05 15:06:19 UTC", "ExecMainStartTimestampMonotonic": "1655391919", "ExecMainStatus": "0", "ExecStart": "{ path=/opt/mssql/bin/sqlservr ; argv[]=/opt/mssql/bin/sqlservr ; ignore_errors=no ; start_time=[Fri 2024-01-05 15:06:19 UTC] ; stop_time=[n/a] ; pid=21115 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/mssql-server.service", "GuessMainPID": "yes", "IOScheduling": "0", "Id": "mssql-server.service", "IgnoreOnIsolate": "no", "IgnoreOnSnapshot": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestamp": "Fri 2024-01-05 15:06:19 UTC", "InactiveEnterTimestampMonotonic": "1655389719", "InactiveExitTimestamp": "Fri 2024-01-05 15:06:19 UTC", "InactiveExitTimestampMonotonic": "1655391997", "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": "21115", "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": "Fri 2024-01-05 15:06:19 UTC", "WatchdogTimestampMonotonic": "1655391968", "WatchdogUSec": "0", "WorkingDirectory": "/var/opt/mssql" } } TASK [linux-system-roles.mssql : Gather package facts] ************************* task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:470 Friday 05 January 2024 15:06:32 +0000 (0:00:05.076) 0:02:23.673 ******** 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 password of sa user] *************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:478 Friday 05 January 2024 15:06:33 +0000 (0:00:00.931) 0:02:24.604 ******** changed: [sut] => { "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 : Pre-input SQL script files to SQL Server] ***** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:500 Friday 05 January 2024 15:06:37 +0000 (0:00:03.657) 0:02:28.262 ******** 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-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:511 Friday 05 January 2024 15:06:37 +0000 (0:00:00.032) 0:02:28.294 ******** 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-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:526 Friday 05 January 2024 15:06:37 +0000 (0:00:00.027) 0:02:28.321 ******** 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-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:539 Friday 05 January 2024 15:06:37 +0000 (0:00:00.032) 0:02:28.354 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Gather package facts] ************************* task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:546 Friday 05 January 2024 15:06:37 +0000 (0:00:00.023) 0:02:28.378 ******** 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-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:552 Friday 05 January 2024 15:06:37 +0000 (0:00:00.025) 0:02:28.403 ******** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.mssql : Configure the IP address setting] ************* task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:572 Friday 05 January 2024 15:06:37 +0000 (0:00:00.025) 0:02:28.429 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Register the previous tcpport setting] ******** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:579 Friday 05 January 2024 15:06:37 +0000 (0:00:00.043) 0:02:28.473 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Open the TCP port 1433] ************************************************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:586 Friday 05 January 2024 15:06:37 +0000 (0:00:00.035) 0:02:28.508 ******** 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-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:598 Friday 05 January 2024 15:06:37 +0000 (0:00:00.192) 0:02:28.700 ******** included: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/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-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:3 Friday 05 January 2024 15:06:38 +0000 (0:00:00.047) 0:02:28.748 ******** ok: [sut] => { "changed": false, "cmd": [ "grep", "^tcpport = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003105", "end": "2024-01-05 15:06:38.134510", "failed_when_result": false, "rc": 0, "start": "2024-01-05 15:06:38.131405" } STDOUT: tcpport = 1432 TASK [linux-system-roles.mssql : Configure the setting network tcpport] ******** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:12 Friday 05 January 2024 15:06:38 +0000 (0:00:00.171) 0:02:28.919 ******** changed: [sut] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "set", "network.tcpport", "1433" ], "delta": "0:00:00.048867", "end": "2024-01-05 15:06:38.346442", "failed_when_result": false, "rc": 0, "start": "2024-01-05 15:06:38.297575" } 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 tcpport] ************ task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/mssql_conf_setting.yml:42 Friday 05 January 2024 15:06:38 +0000 (0:00:00.221) 0:02:29.141 ******** 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-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:604 Friday 05 January 2024 15:06:38 +0000 (0:00:00.036) 0:02:29.177 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the sqlagent setting] *************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:624 Friday 05 January 2024 15:06:38 +0000 (0:00:00.033) 0:02:29.211 ******** 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-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:631 Friday 05 January 2024 15:06:38 +0000 (0:00:00.022) 0:02:29.233 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Ensure the package powershell] **************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:638 Friday 05 January 2024 15:06:38 +0000 (0:00:00.025) 0:02:29.259 ******** 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-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:647 Friday 05 January 2024 15:06:38 +0000 (0:00:00.023) 0:02:29.282 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Set the 3979 traceflag] *********************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:653 Friday 05 January 2024 15:06:38 +0000 (0:00:00.021) 0:02:29.304 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Unset the 3979 traceflag] ********************* task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:660 Friday 05 January 2024 15:06:38 +0000 (0:00:00.022) 0:02:29.326 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the alternatewritethrough setting] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:668 Friday 05 January 2024 15:06:38 +0000 (0:00:00.020) 0:02:29.347 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the writethrough setting] *********** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:674 Friday 05 January 2024 15:06:38 +0000 (0:00:00.020) 0:02:29.368 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create certificates using the certificate role] ************************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:692 Friday 05 January 2024 15:06:38 +0000 (0:00:00.019) 0:02:29.388 ******** 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-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:706 Friday 05 January 2024 15:06:38 +0000 (0:00:00.020) 0:02:29.408 ******** 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-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:711 Friday 05 January 2024 15:06:38 +0000 (0:00:00.019) 0:02:29.428 ******** skipping: [sut] => (item=None) => { "ansible_loop_var": "item", "changed": false, "item": null, "skip_reason": "Conditional result was False" } skipping: [sut] => (item=None) => { "ansible_loop_var": "item", "changed": false, "item": null, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the tlscert setting] **************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:729 Friday 05 January 2024 15:06:38 +0000 (0:00:00.023) 0:02:29.451 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the tlskey setting] ***************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:738 Friday 05 January 2024 15:06:38 +0000 (0:00:00.132) 0:02:29.583 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the tlsprotocols setting] *********** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:747 Friday 05 January 2024 15:06:38 +0000 (0:00:00.023) 0:02:29.607 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the forceencryption setting] ******** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:754 Friday 05 January 2024 15:06:38 +0000 (0:00:00.026) 0:02:29.633 ******** 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-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:763 Friday 05 January 2024 15:06:38 +0000 (0:00:00.041) 0:02:29.675 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Join to realm {{ ad_integration_realm }}] ******************************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:771 Friday 05 January 2024 15:06:38 +0000 (0:00:00.060) 0:02:29.735 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Ensure adutil and krb5-workstation] *********** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:779 Friday 05 January 2024 15:06:39 +0000 (0:00:00.025) 0:02:29.761 ******** 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-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:786 Friday 05 January 2024 15:06:39 +0000 (0:00:00.056) 0:02:29.817 ******** 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-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:793 Friday 05 January 2024 15:06:39 +0000 (0:00:00.030) 0:02:29.848 ******** 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-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:802 Friday 05 January 2024 15:06:39 +0000 (0:00:00.049) 0:02:29.897 ******** 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-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:815 Friday 05 January 2024 15:06:39 +0000 (0:00:00.038) 0:02:29.936 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : In AD server create user] ********************* task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:824 Friday 05 January 2024 15:06:39 +0000 (0:00:00.024) 0:02:29.960 ******** 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-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:836 Friday 05 January 2024 15:06:39 +0000 (0:00:00.028) 0:02:29.988 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Register SPNs to the principal] *************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:841 Friday 05 January 2024 15:06:39 +0000 (0:00:00.040) 0:02:30.028 ******** 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-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:858 Friday 05 January 2024 15:06:39 +0000 (0:00:00.049) 0:02:30.078 ******** 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-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:863 Friday 05 January 2024 15:06:39 +0000 (0:00:00.032) 0:02:30.111 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Get keytab properties] ************************ task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:868 Friday 05 January 2024 15:06:39 +0000 (0:00:00.044) 0:02:30.155 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Create keytab] ******************************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:874 Friday 05 January 2024 15:06:39 +0000 (0:00:00.046) 0:02:30.202 ******** 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-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:900 Friday 05 January 2024 15:06:39 +0000 (0:00:00.035) 0:02:30.238 ******** 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-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:921 Friday 05 January 2024 15:06:39 +0000 (0:00:00.170) 0:02:30.408 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Fetch keytab file to host] ******************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:929 Friday 05 January 2024 15:06:39 +0000 (0:00:00.044) 0:02:30.453 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the network.kerberoskeytabfile setting] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:939 Friday 05 January 2024 15:06:39 +0000 (0:00:00.059) 0:02:30.512 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure the network.kerberoskeytabfile setting] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:945 Friday 05 January 2024 15:06:39 +0000 (0:00:00.036) 0:02:30.549 ******** 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-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:962 Friday 05 January 2024 15:06:39 +0000 (0:00:00.024) 0:02:30.573 ******** 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-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:977 Friday 05 January 2024 15:06:39 +0000 (0:00:00.027) 0:02:30.600 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Set host variables] *************************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:997 Friday 05 January 2024 15:06:39 +0000 (0:00:00.024) 0:02:30.625 ******** 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-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1051 Friday 05 January 2024 15:06:39 +0000 (0:00:00.022) 0:02:30.648 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Enable the hadrenabled setting] *************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1058 Friday 05 January 2024 15:06:39 +0000 (0:00:00.022) 0:02:30.670 ******** 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-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1065 Friday 05 January 2024 15:06:39 +0000 (0:00:00.022) 0:02:30.693 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Remove certificate from SQL Server] *********** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1076 Friday 05 January 2024 15:06:39 +0000 (0:00:00.020) 0:02:30.713 ******** 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-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1082 Friday 05 January 2024 15:06:39 +0000 (0:00:00.021) 0:02:30.735 ******** 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-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1090 Friday 05 January 2024 15:06:40 +0000 (0:00:00.026) 0:02:30.761 ******** 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-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1099 Friday 05 January 2024 15:06:40 +0000 (0:00:00.021) 0:02:30.782 ******** 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-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1107 Friday 05 January 2024 15:06:40 +0000 (0:00:00.021) 0:02:30.804 ******** 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-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1122 Friday 05 January 2024 15:06:40 +0000 (0:00:00.027) 0:02:30.832 ******** 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-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1129 Friday 05 January 2024 15:06:40 +0000 (0:00:00.022) 0:02:30.854 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Configure ag] ********************************* task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1154 Friday 05 January 2024 15:06:40 +0000 (0:00:00.019) 0:02:30.873 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Grant permissions to HA login] **************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1163 Friday 05 January 2024 15:06:40 +0000 (0:00:00.018) 0:02:30.892 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Replicate DBs] ******************************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1173 Friday 05 January 2024 15:06:40 +0000 (0:00:00.127) 0:02:31.020 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Grant permissions to HA login] **************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1184 Friday 05 January 2024 15:06:40 +0000 (0:00:00.021) 0:02:31.041 ******** 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-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1197 Friday 05 January 2024 15:06:40 +0000 (0:00:00.022) 0:02:31.064 ******** 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-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1210 Friday 05 January 2024 15:06:40 +0000 (0:00:00.022) 0:02:31.086 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Enable the hadrenabled setting] *************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1217 Friday 05 January 2024 15:06:40 +0000 (0:00:00.022) 0:02:31.109 ******** 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-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1224 Friday 05 January 2024 15:06:40 +0000 (0:00:00.022) 0:02:31.131 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Remove certificate from SQL Server] *********** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1233 Friday 05 January 2024 15:06:40 +0000 (0:00:00.027) 0:02:31.159 ******** 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-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1240 Friday 05 January 2024 15:06:40 +0000 (0:00:00.036) 0:02:31.195 ******** 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-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1252 Friday 05 January 2024 15:06:40 +0000 (0:00:00.058) 0:02:31.253 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Create HA login] ****************************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1261 Friday 05 January 2024 15:06:40 +0000 (0:00:00.024) 0:02:31.278 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Join to availability group] ******************* task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1268 Friday 05 January 2024 15:06:40 +0000 (0:00:00.029) 0:02:31.307 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.mssql : Grant permissions to HA login] **************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1274 Friday 05 January 2024 15:06:40 +0000 (0:00:00.027) 0:02:31.334 ******** 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-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1282 Friday 05 January 2024 15:06:40 +0000 (0:00:00.022) 0:02:31.357 ******** 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-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1295 Friday 05 January 2024 15:06:40 +0000 (0:00:00.024) 0:02:31.381 ******** 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-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1307 Friday 05 January 2024 15:06:40 +0000 (0:00:00.021) 0:02:31.403 ******** 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-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1313 Friday 05 January 2024 15:06:40 +0000 (0:00:00.021) 0:02:31.424 ******** 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-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1322 Friday 05 January 2024 15:06:40 +0000 (0:00:00.026) 0:02:31.451 ******** changed: [sut] => { "changed": true } MSG: Block inserted RUNNING HANDLER [linux-system-roles.mssql : Restart the mssql-server service] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/handlers/main.yml:3 Friday 05 January 2024 15:06:41 +0000 (0:00:00.312) 0:02:31.763 ******** changed: [sut] => { "changed": true, "name": "mssql-server", "state": "started", "status": { "ActiveEnterTimestamp": "Fri 2024-01-05 15:06:19 UTC", "ActiveEnterTimestampMonotonic": "1655391997", "ActiveExitTimestamp": "Fri 2024-01-05 15:06:28 UTC", "ActiveExitTimestampMonotonic": "1664075312", "ActiveState": "inactive", "After": "basic.target -.mount network.target auditd.service system.slice systemd-journald.socket", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Fri 2024-01-05 15:06:19 UTC", "AssertTimestampMonotonic": "1655391322", "Before": "multi-user.target shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "18446744073709551615", "CPUAccounting": "no", "CPUQuotaPerSecUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "18446744073709551615", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "18446744073709551615", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Fri 2024-01-05 15:06:19 UTC", "ConditionTimestampMonotonic": "1655391321", "Conflicts": "shutdown.target", "ControlPID": "0", "DefaultDependencies": "yes", "Delegate": "no", "Description": "Microsoft SQL Server Database Engine", "DevicePolicy": "auto", "Documentation": "https://docs.microsoft.com/en-us/sql/linux", "ExecMainCode": "1", "ExecMainExitTimestamp": "Fri 2024-01-05 15:06:32 UTC", "ExecMainExitTimestampMonotonic": "1668911641", "ExecMainPID": "21115", "ExecMainStartTimestamp": "Fri 2024-01-05 15:06:19 UTC", "ExecMainStartTimestampMonotonic": "1655391919", "ExecMainStatus": "0", "ExecStart": "{ path=/opt/mssql/bin/sqlservr ; argv[]=/opt/mssql/bin/sqlservr ; ignore_errors=no ; start_time=[Fri 2024-01-05 15:06:19 UTC] ; stop_time=[Fri 2024-01-05 15:06:32 UTC] ; pid=21115 ; code=exited ; status=0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/mssql-server.service", "GuessMainPID": "yes", "IOScheduling": "0", "Id": "mssql-server.service", "IgnoreOnIsolate": "no", "IgnoreOnSnapshot": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestamp": "Fri 2024-01-05 15:06:32 UTC", "InactiveEnterTimestampMonotonic": "1668911744", "InactiveExitTimestamp": "Fri 2024-01-05 15:06:19 UTC", "InactiveExitTimestampMonotonic": "1655391997", "JobTimeoutAction": "none", "JobTimeoutUSec": "0", "KillMode": "process", "KillSignal": "15", "LimitAS": "18446744073709551615", "LimitCORE": "18446744073709551615", "LimitCPU": "18446744073709551615", "LimitDATA": "18446744073709551615", "LimitFSIZE": "18446744073709551615", "LimitLOCKS": "18446744073709551615", "LimitMEMLOCK": "65536", "LimitMSGQUEUE": "819200", "LimitNICE": "0", "LimitNOFILE": "18446744073709551615", "LimitNPROC": "18446744073709551615", "LimitRSS": "18446744073709551615", "LimitRTPRIO": "0", "LimitRTTIME": "18446744073709551615", "LimitSIGPENDING": "29173", "LimitSTACK": "18446744073709551615", "LoadState": "loaded", "MainPID": "0", "MemoryAccounting": "no", "MemoryCurrent": "18446744073709551615", "MemoryLimit": "18446744073709551615", "MountFlags": "0", "Names": "mssql-server.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "PrivateDevices": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "ProtectHome": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "Requires": "basic.target 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": "dead", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "no", "TasksCurrent": "18446744073709551615", "TasksMax": "18446744073709551615", "TimeoutStartUSec": "30min", "TimeoutStopUSec": "30min", "TimerSlackNSec": "50000", "Transient": "no", "Type": "simple", "UMask": "0007", "UnitFilePreset": "disabled", "UnitFileState": "enabled", "User": "mssql", "WantedBy": "multi-user.target", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0", "WorkingDirectory": "/var/opt/mssql" } } META: ran handlers TASK [linux-system-roles.mssql : Post-input SQL scripts to SQL Server] ********* task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1335 Friday 05 January 2024 15:06:41 +0000 (0:00:00.226) 0:02:31.990 ******** 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-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:1346 Friday 05 January 2024 15:06:41 +0000 (0:00:00.117) 0:02:32.107 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify settings] ********************************************************* task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/tasks/tests_password.yml:61 Friday 05 January 2024 15:06:41 +0000 (0:00:00.021) 0:02:32.128 ******** included: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/tasks/verify_settings.yml for sut TASK [Check if the errorlog file exists and its location] ********************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/tasks/verify_settings.yml:8 Friday 05 January 2024 15:06:41 +0000 (0:00:00.311) 0:02:32.440 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if the set edition matches the existing edition] ******************* task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/tasks/verify_settings.yml:23 Friday 05 January 2024 15:06:41 +0000 (0:00:00.033) 0:02:32.474 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify if the edition matches] ******************************************* task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/tasks/verify_settings.yml:35 Friday 05 January 2024 15:06:41 +0000 (0:00:00.034) 0:02:32.509 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the setting {{ item.key }}] *************************************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/tasks/verify_settings.yml:39 Friday 05 January 2024 15:06:41 +0000 (0:00:00.024) 0:02:32.534 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get stat of mssql_datadir] *********************************************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/tasks/verify_settings.yml:55 Friday 05 January 2024 15:06:41 +0000 (0:00:00.028) 0:02:32.562 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Assert that mssql_datadir has proper permissions and ownership] ********** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/tasks/verify_settings.yml:60 Friday 05 January 2024 15:06:41 +0000 (0:00:00.021) 0:02:32.584 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get stat of mssql_logdir] ************************************************ task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/tasks/verify_settings.yml:70 Friday 05 January 2024 15:06:41 +0000 (0:00:00.024) 0:02:32.608 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Assert that mssql_logdir has proper permissions and ownership] *********** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/tasks/verify_settings.yml:75 Friday 05 January 2024 15:06:41 +0000 (0:00:00.026) 0:02:32.634 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Prepare MSSQL and facts for logging in] ********************************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/tasks/verify_settings.yml:85 Friday 05 January 2024 15:06:42 +0000 (0:00:00.129) 0:02:32.764 ******** TASK [linux-system-roles.mssql : Ensure that the mssql-server service is started] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/verify_password.yml:3 Friday 05 January 2024 15:06:42 +0000 (0:00:00.038) 0:02:32.803 ******** ok: [sut] => { "changed": false, "name": "mssql-server", "state": "started", "status": { "ActiveEnterTimestamp": "Fri 2024-01-05 15:06:41 UTC", "ActiveEnterTimestampMonotonic": "1677250241", "ActiveExitTimestamp": "Fri 2024-01-05 15:06:28 UTC", "ActiveExitTimestampMonotonic": "1664075312", "ActiveState": "active", "After": "basic.target -.mount network.target auditd.service system.slice systemd-journald.socket", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Fri 2024-01-05 15:06:41 UTC", "AssertTimestampMonotonic": "1677249555", "Before": "multi-user.target shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "18446744073709551615", "CPUAccounting": "no", "CPUQuotaPerSecUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "18446744073709551615", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "18446744073709551615", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Fri 2024-01-05 15:06:41 UTC", "ConditionTimestampMonotonic": "1677249553", "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": "21827", "ExecMainStartTimestamp": "Fri 2024-01-05 15:06:41 UTC", "ExecMainStartTimestampMonotonic": "1677250172", "ExecMainStatus": "0", "ExecStart": "{ path=/opt/mssql/bin/sqlservr ; argv[]=/opt/mssql/bin/sqlservr ; ignore_errors=no ; start_time=[Fri 2024-01-05 15:06:41 UTC] ; stop_time=[n/a] ; pid=21827 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/mssql-server.service", "GuessMainPID": "yes", "IOScheduling": "0", "Id": "mssql-server.service", "IgnoreOnIsolate": "no", "IgnoreOnSnapshot": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestamp": "Fri 2024-01-05 15:06:32 UTC", "InactiveEnterTimestampMonotonic": "1668911744", "InactiveExitTimestamp": "Fri 2024-01-05 15:06:41 UTC", "InactiveExitTimestampMonotonic": "1677250241", "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": "21827", "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": "Fri 2024-01-05 15:06:41 UTC", "WatchdogTimestampMonotonic": "1677250215", "WatchdogUSec": "0", "WorkingDirectory": "/var/opt/mssql" } } TASK [linux-system-roles.mssql : Check if a custom tcpport setting exist] ****** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/verify_password.yml:8 Friday 05 January 2024 15:06:42 +0000 (0:00:00.270) 0:02:33.073 ******** ok: [sut] => { "changed": false, "cmd": [ "grep", "^tcpport = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003637", "end": "2024-01-05 15:06:42.480900", "failed_when_result": false, "rc": 0, "start": "2024-01-05 15:06:42.477263" } STDOUT: tcpport = 1433 TASK [linux-system-roles.mssql : Check if a custom ipaddress setting exist] **** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/verify_password.yml:14 Friday 05 January 2024 15:06:42 +0000 (0:00:00.172) 0:02:33.246 ******** ok: [sut] => { "changed": false, "cmd": [ "grep", "^ipaddress = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003655", "end": "2024-01-05 15:06:42.632102", "failed_when_result": false, "rc": 0, "start": "2024-01-05 15:06:42.628447" } STDOUT: ipaddress = 127.0.0.1 TASK [linux-system-roles.mssql : Set a fact with a login command] ************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/verify_password.yml:20 Friday 05 January 2024 15:06:42 +0000 (0:00:00.151) 0:02:33.397 ******** 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-ansible-lint-test-2.16so8j2u1z/tests/tasks/verify_settings.yml:93 Friday 05 January 2024 15:06:42 +0000 (0:00:00.027) 0:02:33.424 ******** 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": 6983, "state": "file", "uid": 996 } TASK [Check if the set password matches the existing password] ***************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/tasks/verify_settings.yml:99 Friday 05 January 2024 15:06:44 +0000 (0:00:02.155) 0:02:35.579 ******** ok: [sut] => { "attempts": 1, "changed": false, "cmd": [ "/opt/mssql-tools/bin/sqlcmd", "-S", "127.0.0.1,1433", "-U", "sa", "-P", "p@55w0rD11", "-Q", "SELECT @@VERSION" ], "delta": "0:00:00.026516", "end": "2024-01-05 15:06:44.974897", "rc": 0, "start": "2024-01-05 15:06:44.948381" } 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-ansible-lint-test-2.16so8j2u1z/tests/tasks/verify_settings.yml:113 Friday 05 January 2024 15:06:45 +0000 (0:00:00.164) 0:02:35.744 ******** ok: [sut] => { "ansible_facts": { "mssql_password": null }, "changed": false } TASK [Verify the package mssql-server-fts] ************************************* task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/tasks/verify_settings.yml:117 Friday 05 January 2024 15:06:45 +0000 (0:00:00.038) 0:02:35.783 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the package powershell] ******************************************* task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/tasks/verify_settings.yml:124 Friday 05 January 2024 15:06:45 +0000 (0:00:00.027) 0:02:35.810 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the value of the traceflag setting] ********************************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/tasks/verify_settings.yml:135 Friday 05 January 2024 15:06:45 +0000 (0:00:00.021) 0:02:35.832 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that the traceflag setting is set to 3979] ************************ task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/tasks/verify_settings.yml:140 Friday 05 January 2024 15:06:45 +0000 (0:00:00.021) 0:02:35.853 ******** 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-ansible-lint-test-2.16so8j2u1z/tests/tasks/verify_settings.yml:145 Friday 05 January 2024 15:06:45 +0000 (0:00:00.020) 0:02:35.874 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that the alternatewritethrough setting is false] ****************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/tasks/verify_settings.yml:151 Friday 05 January 2024 15:06:45 +0000 (0:00:00.019) 0:02:35.894 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the writethrough setting] ***************************************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/tasks/verify_settings.yml:157 Friday 05 January 2024 15:06:45 +0000 (0:00:00.019) 0:02:35.913 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the tlscert setting] ********************************************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/tasks/verify_settings.yml:167 Friday 05 January 2024 15:06:45 +0000 (0:00:00.018) 0:02:35.932 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the tlskey setting] *********************************************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/tasks/verify_settings.yml:178 Friday 05 January 2024 15:06:45 +0000 (0:00:00.019) 0:02:35.951 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the tlsprotocols setting] ***************************************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/tasks/verify_settings.yml:190 Friday 05 January 2024 15:06:45 +0000 (0:00:00.023) 0:02:35.975 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the forceencryption setting] ************************************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/tasks/verify_settings.yml:198 Friday 05 January 2024 15:06:45 +0000 (0:00:00.174) 0:02:36.150 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the current mode of SELinux] ***************************************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/tasks/verify_settings.yml:208 Friday 05 January 2024 15:06:45 +0000 (0:00:00.051) 0:02:36.201 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that SELinux is in the mode {{ __mssql_selinux_mode }}] *********** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/tasks/verify_settings.yml:213 Friday 05 January 2024 15:06:45 +0000 (0:00:00.030) 0:02:36.232 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the package mssql-server-selinux] ********************************* task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/tasks/verify_settings.yml:221 Friday 05 January 2024 15:06:45 +0000 (0:00:00.045) 0:02:36.277 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check the ansible_managed header in the configuration file] ************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/tasks/tests_password.yml:66 Friday 05 January 2024 15:06:45 +0000 (0:00:00.037) 0:02:36.315 ******** included: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/tasks/check_header.yml for sut TASK [Grep the ansible_managed header in /var/opt/mssql/mssql.conf] ************ task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/tasks/check_header.yml:4 Friday 05 January 2024 15:06:45 +0000 (0:00:00.310) 0:02:36.625 ******** ok: [sut] => { "changed": false, "cmd": [ "grep", "Ansible managed\n", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003149", "end": "2024-01-05 15:06:46.034256", "rc": 0, "start": "2024-01-05 15:06:46.031107" } STDOUT: # BEGIN ANSIBLE MANAGED BLOCK # # Ansible managed # # system_role:mssql # END ANSIBLE MANAGED BLOCK [sqlagent] enabled = false [EULA] accepteula = Y [network] tcpport = 1433 ipaddress = 127.0.0.1 TASK [Clean up after the role invocation] ************************************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/tests_password_2017.yml:17 Friday 05 January 2024 15:06:46 +0000 (0:00:00.177) 0:02:36.802 ******** included: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/tasks/cleanup.yml for sut TASK [Gather package facts] **************************************************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/tasks/cleanup.yml:2 Friday 05 January 2024 15:06:46 +0000 (0:00:00.037) 0:02:36.840 ******** 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-ansible-lint-test-2.16so8j2u1z/tests/tasks/cleanup.yml:6 Friday 05 January 2024 15:06:47 +0000 (0:00:01.359) 0:02:38.200 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Debug ansible_python_version] ******************************************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/tasks/cleanup.yml:14 Friday 05 January 2024 15:06:47 +0000 (0:00:00.032) 0:02:38.233 ******** ok: [sut] => { "ansible_python_version": "2.7.5" } TASK [Purge firewall configuration] ******************************************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/tasks/cleanup.yml:18 Friday 05 January 2024 15:06:47 +0000 (0:00:00.041) 0:02:38.274 ******** TASK [fedora.linux_system_roles.firewall : Setup firewalld] ******************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:2 Friday 05 January 2024 15:06:47 +0000 (0:00:00.122) 0:02:38.397 ******** included: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/.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-ansible-lint-test-2.16so8j2u1z/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:2 Friday 05 January 2024 15:06:47 +0000 (0:00:00.122) 0:02:38.519 ******** 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-ansible-lint-test-2.16so8j2u1z/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:10 Friday 05 January 2024 15:06:47 +0000 (0:00:00.072) 0:02:38.591 ******** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.firewall : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:15 Friday 05 January 2024 15:06:48 +0000 (0:00:00.530) 0:02:39.122 ******** ok: [sut] => { "ansible_facts": { "__firewall_is_ostree": false }, "changed": false } TASK [fedora.linux_system_roles.firewall : Install firewalld] ****************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:19 Friday 05 January 2024 15:06:48 +0000 (0:00:00.049) 0:02:39.172 ******** ok: [sut] => { "changed": false, "rc": 0, "results": [ "firewalld-0.6.3-13.el7_9.noarch providing firewalld is already installed" ] } TASK [fedora.linux_system_roles.firewall : Collect service facts] ************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:5 Friday 05 January 2024 15:06:48 +0000 (0:00:00.366) 0:02:39.538 ******** 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-ansible-lint-test-2.16so8j2u1z/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:9 Friday 05 January 2024 15:06:48 +0000 (0:00:00.034) 0:02:39.573 ******** 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-ansible-lint-test-2.16so8j2u1z/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:22 Friday 05 January 2024 15:06:48 +0000 (0:00:00.043) 0:02:39.616 ******** ok: [sut] => { "changed": false, "name": "firewalld", "status": { "ActiveEnterTimestamp": "Fri 2024-01-05 14:59:20 UTC", "ActiveEnterTimestampMonotonic": "1236876942", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "polkit.service dbus.service system.slice basic.target", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Fri 2024-01-05 14:59:20 UTC", "AssertTimestampMonotonic": "1236282819", "Before": "network-pre.target multi-user.target shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "18446744073709551615", "BusName": "org.fedoraproject.FirewallD1", "CPUAccounting": "no", "CPUQuotaPerSecUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "18446744073709551615", "CanIsolate": "no", "CanReload": "yes", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "18446744073709551615", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Fri 2024-01-05 14:59:20 UTC", "ConditionTimestampMonotonic": "1236282818", "Conflicts": "ipset.service ip6tables.service iptables.service ebtables.service shutdown.target", "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": "11938", "ExecMainStartTimestamp": "Fri 2024-01-05 14:59:20 UTC", "ExecMainStartTimestampMonotonic": "1236285206", "ExecMainStatus": "0", "ExecReload": "{ path=/bin/kill ; argv[]=/bin/kill -HUP $MAINPID ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStart": "{ path=/usr/sbin/firewalld ; argv[]=/usr/sbin/firewalld --nofork --nopid $FIREWALLD_ARGS ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/firewalld.service", "GuessMainPID": "yes", "IOScheduling": "0", "Id": "firewalld.service", "IgnoreOnIsolate": "no", "IgnoreOnSnapshot": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestamp": "Fri 2024-01-05 14:59:20 UTC", "InactiveExitTimestampMonotonic": "1236285246", "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": "11938", "MemoryAccounting": "no", "MemoryCurrent": "18446744073709551615", "MemoryLimit": "18446744073709551615", "MountFlags": "0", "Names": "dbus-org.fedoraproject.FirewallD1.service firewalld.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "PrivateDevices": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "ProtectHome": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "Requires": "system.slice basic.target", "Restart": "no", "RestartUSec": "100ms", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "null", "StandardInput": "null", "StandardOutput": "null", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitInterval": "10000000", "StartupBlockIOWeight": "18446744073709551615", "StartupCPUShares": "18446744073709551615", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "no", "TasksCurrent": "18446744073709551615", "TasksMax": "18446744073709551615", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "dbus", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "WantedBy": "multi-user.target", "Wants": "network-pre.target", "WatchdogTimestamp": "Fri 2024-01-05 14:59:20 UTC", "WatchdogTimestampMonotonic": "1236876872", "WatchdogUSec": "0" } } TASK [fedora.linux_system_roles.firewall : Enable and start firewalld service] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:28 Friday 05 January 2024 15:06:49 +0000 (0:00:00.370) 0:02:39.987 ******** ok: [sut] => { "changed": false, "enabled": true, "name": "firewalld", "state": "started", "status": { "ActiveEnterTimestamp": "Fri 2024-01-05 14:59:20 UTC", "ActiveEnterTimestampMonotonic": "1236876942", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "polkit.service dbus.service system.slice basic.target", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Fri 2024-01-05 14:59:20 UTC", "AssertTimestampMonotonic": "1236282819", "Before": "network-pre.target multi-user.target shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "18446744073709551615", "BusName": "org.fedoraproject.FirewallD1", "CPUAccounting": "no", "CPUQuotaPerSecUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "18446744073709551615", "CanIsolate": "no", "CanReload": "yes", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "18446744073709551615", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Fri 2024-01-05 14:59:20 UTC", "ConditionTimestampMonotonic": "1236282818", "Conflicts": "ipset.service ip6tables.service iptables.service ebtables.service shutdown.target", "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": "11938", "ExecMainStartTimestamp": "Fri 2024-01-05 14:59:20 UTC", "ExecMainStartTimestampMonotonic": "1236285206", "ExecMainStatus": "0", "ExecReload": "{ path=/bin/kill ; argv[]=/bin/kill -HUP $MAINPID ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStart": "{ path=/usr/sbin/firewalld ; argv[]=/usr/sbin/firewalld --nofork --nopid $FIREWALLD_ARGS ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/firewalld.service", "GuessMainPID": "yes", "IOScheduling": "0", "Id": "firewalld.service", "IgnoreOnIsolate": "no", "IgnoreOnSnapshot": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestamp": "Fri 2024-01-05 14:59:20 UTC", "InactiveExitTimestampMonotonic": "1236285246", "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": "11938", "MemoryAccounting": "no", "MemoryCurrent": "18446744073709551615", "MemoryLimit": "18446744073709551615", "MountFlags": "0", "Names": "dbus-org.fedoraproject.FirewallD1.service firewalld.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "PrivateDevices": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "ProtectHome": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "Requires": "system.slice basic.target", "Restart": "no", "RestartUSec": "100ms", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "null", "StandardInput": "null", "StandardOutput": "null", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitInterval": "10000000", "StartupBlockIOWeight": "18446744073709551615", "StartupCPUShares": "18446744073709551615", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "no", "TasksCurrent": "18446744073709551615", "TasksMax": "18446744073709551615", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "dbus", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "WantedBy": "multi-user.target", "Wants": "network-pre.target", "WatchdogTimestamp": "Fri 2024-01-05 14:59:20 UTC", "WatchdogTimestampMonotonic": "1236876872", "WatchdogUSec": "0" } } TASK [fedora.linux_system_roles.firewall : Check if previous replaced is defined] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:34 Friday 05 January 2024 15:06:49 +0000 (0:00:00.289) 0:02:40.277 ******** ok: [sut] => { "ansible_facts": { "__firewall_previous_replaced": true, "__firewall_python_cmd": "/usr/bin/python2", "__firewall_report_changed": true }, "changed": false } TASK [fedora.linux_system_roles.firewall : Get config files, checksums before and remove] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:43 Friday 05 January 2024 15:06:49 +0000 (0:00:00.060) 0:02:40.337 ******** ok: [sut] => { "changed": false, "rc": 0 } STDERR: Shared connection to 10.31.40.204 closed. TASK [fedora.linux_system_roles.firewall : Tell firewall module it is able to report changed] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:55 Friday 05 January 2024 15:06:50 +0000 (0:00:00.609) 0:02:40.947 ******** ok: [sut] => { "ansible_facts": { "__firewall_report_changed": true }, "changed": false } TASK [fedora.linux_system_roles.firewall : Configure firewall] ***************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:71 Friday 05 January 2024 15:06:50 +0000 (0:00:00.026) 0:02:40.974 ******** TASK [fedora.linux_system_roles.firewall : Gather firewall config information] *** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:120 Friday 05 January 2024 15:06:50 +0000 (0:00:00.020) 0:02:40.994 ******** TASK [fedora.linux_system_roles.firewall : Update firewalld_config fact] ******* task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:130 Friday 05 January 2024 15:06:50 +0000 (0:00:00.020) 0:02:41.015 ******** 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-ansible-lint-test-2.16so8j2u1z/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:139 Friday 05 January 2024 15:06:50 +0000 (0:00:00.023) 0:02:41.039 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Update firewalld_config fact] ******* task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:144 Friday 05 January 2024 15:06:50 +0000 (0:00:00.020) 0:02:41.059 ******** 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-ansible-lint-test-2.16so8j2u1z/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:153 Friday 05 January 2024 15:06:50 +0000 (0:00:00.022) 0:02:41.082 ******** ok: [sut] => { "changed": false, "rc": 0 } STDERR: Shared connection to 10.31.40.204 closed. TASK [fedora.linux_system_roles.firewall : Calculate what has changed] ********* task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:163 Friday 05 January 2024 15:06:50 +0000 (0:00:00.368) 0:02:41.450 ******** ok: [sut] => { "ansible_facts": { "firewall_lib_result": { "changed": false } }, "changed": false } TASK [fedora.linux_system_roles.firewall : Show diffs] ************************* task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/.collection/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:169 Friday 05 January 2024 15:06:50 +0000 (0:00:00.027) 0:02:41.477 ******** skipping: [sut] => {} TASK [Leave realm] ************************************************************* task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/tasks/cleanup.yml:27 Friday 05 January 2024 15:06:50 +0000 (0:00:00.022) 0:02:41.500 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Destroy Kerberos tickets] ************************************************ task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/tasks/cleanup.yml:35 Friday 05 January 2024 15:06:50 +0000 (0:00:00.027) 0:02:41.528 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure that yum and dnf caching is enabled] ****************************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/tasks/cleanup.yml:39 Friday 05 January 2024 15:06:50 +0000 (0:00:00.025) 0:02:41.554 ******** ok: [sut] => { "backup": "", "changed": false } TASK [Remove related packages] ************************************************* task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/tasks/cleanup.yml:45 Friday 05 January 2024 15:06:51 +0000 (0:00:00.318) 0:02:41.872 ******** changed: [sut] => { "changed": true, "changes": { "removed": [ "mssql-server", "mssql-tools", "unixODBC-devel" ] }, "rc": 0, "results": [ "adutil is not installed", "mssql-server-fts is not installed", "mssql-server-ha is not installed", "powershell is not installed", "Loaded plugins: fastestmirror\nResolving Dependencies\n--> Running transaction check\n---> Package mssql-server.x86_64 0:14.0.3465.1-1 will be erased\n---> Package mssql-tools.x86_64 0:17.10.1.1-1 will be erased\n---> Package unixODBC-devel.x86_64 0:2.3.11-1.rh will be erased\n--> Finished Dependency Resolution\n--> Finding unneeded leftover dependencies\n---> Marking msodbcsql17 to be removed - no longer needed by mssql-tools\n---> Marking unixODBC to be removed - no longer needed by unixODBC-devel\n---> Marking libsss_nss_idmap to be removed - no longer needed by mssql-server\n---> Marking cyrus-sasl to be removed - no longer needed by mssql-server\n---> Marking gdb to be removed - no longer needed by mssql-server\n---> Marking cyrus-sasl-gssapi to be removed - no longer needed by mssql-server\n---> Marking libatomic to be removed - no longer needed by mssql-server\n---> Marking bzip2 to be removed - no longer needed by mssql-server\n---> Marking libtool-ltdl to be removed - no longer needed by unixODBC\nFound and removing 9 unneeded dependencies\n--> Running transaction check\n---> Package bzip2.x86_64 0:1.0.6-13.el7 will be erased\n---> Package cyrus-sasl.x86_64 0:2.1.26-24.el7_9 will be erased\n---> Package cyrus-sasl-gssapi.x86_64 0:2.1.26-24.el7_9 will be erased\n---> Package gdb.x86_64 0:7.6.1-120.el7 will be erased\n---> Package libatomic.x86_64 0:4.8.5-44.el7 will be erased\n---> Package libsss_nss_idmap.x86_64 0:1.16.5-10.el7_9.15 will be erased\n---> Package libtool-ltdl.x86_64 0:2.4.2-22.el7_3 will be erased\n---> Package msodbcsql17.x86_64 0:17.10.5.1-1 will be erased\n---> Package unixODBC.x86_64 0:2.3.11-1.rh will be erased\n--> Finished Dependency Resolution\n\nDependencies Resolved\n\n================================================================================\n Package Arch Version Repository Size\n================================================================================\nRemoving:\n mssql-server x86_64 14.0.3465.1-1 @packages-microsoft-com-mssql-server-2017\n 1.0 G\n mssql-tools x86_64 17.10.1.1-1 @packages-microsoft-com-prod 714 k\n unixODBC-devel x86_64 2.3.11-1.rh @packages-microsoft-com-prod 223 k\nRemoving for dependencies:\n bzip2 x86_64 1.0.6-13.el7 @base 82 k\n cyrus-sasl x86_64 2.1.26-24.el7_9 @updates 141 k\n cyrus-sasl-gssapi x86_64 2.1.26-24.el7_9 @updates 36 k\n gdb x86_64 7.6.1-120.el7 @base 7.0 M\n libatomic x86_64 4.8.5-44.el7 @base 26 k\n libsss_nss_idmap x86_64 1.16.5-10.el7_9.15 @updates 82 k\n libtool-ltdl x86_64 2.4.2-22.el7_3 @base 66 k\n msodbcsql17 x86_64 17.10.5.1-1 @packages-microsoft-com-prod 2.2 M\n unixODBC x86_64 2.3.11-1.rh @packages-microsoft-com-prod 648 k\n\nTransaction Summary\n================================================================================\nRemove 3 Packages (+9 Dependent packages)\n\nInstalled size: 1.0 G\nDownloading packages:\nRunning transaction check\nRunning transaction test\nTransaction test succeeded\nRunning transaction\n Erasing : mssql-server-14.0.3465.1-1.x86_64 1/12 \n Erasing : unixODBC-devel-2.3.11-1.rh.x86_64 2/12 \n Erasing : mssql-tools-17.10.1.1-1.x86_64 3/12 \n Erasing : msodbcsql17-17.10.5.1-1.x86_64 4/12 \nODBC Driver 17 for SQL Server has been deleted (if it existed at all) because its usage count became zero\n Erasing : unixODBC-2.3.11-1.rh.x86_64 5/12 \nwarning: /etc/odbcinst.ini saved as /etc/odbcinst.ini.rpmsave\n Erasing : libtool-ltdl-2.4.2-22.el7_3.x86_64 6/12 \n Erasing : libatomic-4.8.5-44.el7.x86_64 7/12 \n Erasing : bzip2-1.0.6-13.el7.x86_64 8/12 \n Erasing : gdb-7.6.1-120.el7.x86_64 9/12 \n Erasing : libsss_nss_idmap-1.16.5-10.el7_9.15.x86_64 10/12 \n Erasing : cyrus-sasl-2.1.26-24.el7_9.x86_64 11/12 \n Erasing : cyrus-sasl-gssapi-2.1.26-24.el7_9.x86_64 12/12 \n Verifying : mssql-tools-17.10.1.1-1.x86_64 1/12 \n Verifying : libatomic-4.8.5-44.el7.x86_64 2/12 \n Verifying : bzip2-1.0.6-13.el7.x86_64 3/12 \n Verifying : libtool-ltdl-2.4.2-22.el7_3.x86_64 4/12 \n Verifying : mssql-server-14.0.3465.1-1.x86_64 5/12 \n Verifying : unixODBC-devel-2.3.11-1.rh.x86_64 6/12 \n Verifying : cyrus-sasl-gssapi-2.1.26-24.el7_9.x86_64 7/12 \n Verifying : gdb-7.6.1-120.el7.x86_64 8/12 \n Verifying : unixODBC-2.3.11-1.rh.x86_64 9/12 \n Verifying : msodbcsql17-17.10.5.1-1.x86_64 10/12 \n Verifying : cyrus-sasl-2.1.26-24.el7_9.x86_64 11/12 \n Verifying : libsss_nss_idmap-1.16.5-10.el7_9.15.x86_64 12/12 \n\nRemoved:\n mssql-server.x86_64 0:14.0.3465.1-1 mssql-tools.x86_64 0:17.10.1.1-1 \n unixODBC-devel.x86_64 0:2.3.11-1.rh \n\nDependency Removed:\n bzip2.x86_64 0:1.0.6-13.el7 \n cyrus-sasl.x86_64 0:2.1.26-24.el7_9 \n cyrus-sasl-gssapi.x86_64 0:2.1.26-24.el7_9 \n gdb.x86_64 0:7.6.1-120.el7 \n libatomic.x86_64 0:4.8.5-44.el7 \n libsss_nss_idmap.x86_64 0:1.16.5-10.el7_9.15 \n libtool-ltdl.x86_64 0:2.4.2-22.el7_3 \n msodbcsql17.x86_64 0:17.10.5.1-1 \n unixODBC.x86_64 0:2.3.11-1.rh \n\nComplete!\n" ] } TASK [Remove related files] **************************************************** task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/tasks/cleanup.yml:58 Friday 05 January 2024 15:06:54 +0000 (0:00:02.886) 0:02:44.758 ******** 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.007749", "end": "2024-01-05 15:06:54.133866", "rc": 0, "start": "2024-01-05 15:06:54.126117" } STDOUT: removed ‘/var/opt/mssql/mssql.conf’ removed directory: ‘/var/opt/mssql/.system/profiles/Client/Temp’ removed directory: ‘/var/opt/mssql/.system/profiles/Client/AppData/LocalLow’ removed directory: ‘/var/opt/mssql/.system/profiles/Client/AppData/Local/Microsoft/Windows/Temporary Internet Files’ removed directory: ‘/var/opt/mssql/.system/profiles/Client/AppData/Local/Microsoft/Windows’ removed directory: ‘/var/opt/mssql/.system/profiles/Client/AppData/Local/Microsoft’ removed directory: ‘/var/opt/mssql/.system/profiles/Client/AppData/Local’ removed ‘/var/opt/mssql/.system/profiles/Client/AppData/Roaming/Microsoft/Protect/S-1-5-21-252535004-2891139928-4102852153-500/Preferred’ removed ‘/var/opt/mssql/.system/profiles/Client/AppData/Roaming/Microsoft/Protect/S-1-5-21-252535004-2891139928-4102852153-500/ff115a2d-6ddc-426c-80a5-9f74e6ea5465’ removed directory: ‘/var/opt/mssql/.system/profiles/Client/AppData/Roaming/Microsoft/Protect/S-1-5-21-252535004-2891139928-4102852153-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 ‘/var/opt/mssql/.system/profiles/Client/AppData/Roaming/Microsoft/Crypto/RSA/S-1-5-21-252535004-2891139928-4102852153-500/42e7704ae40b0d75de00736cc66b813a_c598c065-0163-478b-8a47-cacc9c90eca1’ removed directory: ‘/var/opt/mssql/.system/profiles/Client/AppData/Roaming/Microsoft/Crypto/RSA/S-1-5-21-252535004-2891139928-4102852153-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 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’ removed directory: ‘/var/opt/mssql/.system/profiles/Client/Desktop’ removed directory: ‘/var/opt/mssql/.system/profiles/Client/Documents’ removed directory: ‘/var/opt/mssql/.system/profiles/Client’ removed directory: ‘/var/opt/mssql/.system/profiles’ removed ‘/var/opt/mssql/.system/programdata/Microsoft/NetFramework/BreadcrumbStore/Microsoft.Diagnostics.Tracing.EventSource, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a’ removed ‘/var/opt/mssql/.system/programdata/Microsoft/NetFramework/BreadcrumbStore/Microsoft.Diagnostics.Tracing.EventSource, Version=1.1.26.0, 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/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/1d2aeaa4-c942-4e34-aae5-c29cdd96b7b2’ 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/Temp’ 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 ‘/var/opt/mssql/.system/system/licensing.hiv’ removed ‘/var/opt/mssql/.system/system/lsa.hiv’ removed ‘/var/opt/mssql/.system/system/lsasetup.log’ removed directory: ‘/var/opt/mssql/.system/system’ removed ‘/var/opt/mssql/.system/instance_id’ removed directory: ‘/var/opt/mssql/.system’ 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/modellog.ldf’ removed ‘/var/opt/mssql/data/master.mdf’ removed ‘/var/opt/mssql/data/mastlog.ldf’ removed ‘/var/opt/mssql/data/msdblog.ldf’ removed ‘/var/opt/mssql/data/msdbdata.mdf’ removed directory: ‘/var/opt/mssql/data’ removed ‘/var/opt/mssql/log/HkEngineEventFile_0_133489407289040000.xel’ removed ‘/var/opt/mssql/log/sqlagentstartup.log’ removed ‘/var/opt/mssql/log/system_health_0_133489407821800000.xel’ removed ‘/var/opt/mssql/log/log_9.trc’ removed ‘/var/opt/mssql/log/errorlog.2’ removed ‘/var/opt/mssql/log/system_health_0_133489407674570000.xel’ removed ‘/var/opt/mssql/log/system_health_0_133489407966890000.xel’ removed ‘/var/opt/mssql/log/HkEngineEventFile_0_133489408036900000.xel’ removed ‘/var/opt/mssql/log/system_health_0_133489407604590000.xel’ removed ‘/var/opt/mssql/log/HkEngineEventFile_0_133489407671840000.xel’ removed ‘/var/opt/mssql/log/errorlog.9’ removed ‘/var/opt/mssql/log/errorlog.7’ removed ‘/var/opt/mssql/log/system_health_0_133489408039830000.xel’ removed ‘/var/opt/mssql/log/log_5.trc’ removed ‘/var/opt/mssql/log/HkEngineEventFile_0_133489406949510000.xel’ removed ‘/var/opt/mssql/log/system_health_0_133489407291680000.xel’ removed ‘/var/opt/mssql/log/errorlog’ removed ‘/var/opt/mssql/log/errorlog.6’ removed ‘/var/opt/mssql/log/HkEngineEventFile_0_133489407818080000.xel’ removed ‘/var/opt/mssql/log/errorlog.8’ removed ‘/var/opt/mssql/log/errorlog.5’ removed ‘/var/opt/mssql/log/system_health_0_133489406955710000.xel’ removed ‘/var/opt/mssql/log/errorlog.3’ removed ‘/var/opt/mssql/log/errorlog.1’ removed ‘/var/opt/mssql/log/HkEngineEventFile_0_133489407219240000.xel’ removed ‘/var/opt/mssql/log/log_8.trc’ removed ‘/var/opt/mssql/log/HkEngineEventFile_0_133489407963540000.xel’ removed ‘/var/opt/mssql/log/system_health_0_133489407222090000.xel’ removed ‘/var/opt/mssql/log/system_health_0_133489407458480000.xel’ removed ‘/var/opt/mssql/log/HkEngineEventFile_0_133489407602360000.xel’ removed ‘/var/opt/mssql/log/log_7.trc’ removed ‘/var/opt/mssql/log/HkEngineEventFile_0_133489407455460000.xel’ removed ‘/var/opt/mssql/log/system_health_0_133489406996920000.xel’ removed ‘/var/opt/mssql/log/errorlog.4’ removed ‘/var/opt/mssql/log/log_6.trc’ removed ‘/var/opt/mssql/log/HkEngineEventFile_0_133489406992080000.xel’ removed ‘/var/opt/mssql/log/errorlog.10’ removed directory: ‘/var/opt/mssql/log’ removed ‘/var/opt/mssql/secrets/machine-key’ removed directory: ‘/var/opt/mssql/secrets’ removed directory: ‘/var/opt/mssql’ removed directory: ‘/opt/mssql’ removed directory: ‘/opt/mssql-tools’ removed ‘/etc/yum.repos.d/packages-microsoft-com-mssql-server-2017.repo’ removed ‘/etc/yum.repos.d/packages-microsoft-com-prod.repo’ removed ‘/etc/systemd/system/multi-user.target.wants/mssql-server.service’ TASK [Stop the mssql-server service] ******************************************* task path: /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/tasks/cleanup.yml:72 Friday 05 January 2024 15:06:54 +0000 (0:00:00.234) 0:02:44.993 ******** ok: [sut] => { "changed": false, "cmd": "systemctl stop mssql-server || true", "delta": "0:00:00.470989", "end": "2024-01-05 15:06:54.833143", "rc": 0, "start": "2024-01-05 15:06:54.362154" } META: ran handlers META: ran handlers PLAY RECAP ********************************************************************* sut : ok=216 changed=29 unreachable=0 failed=0 skipped=764 rescued=0 ignored=3 Friday 05 January 2024 15:06:54 +0000 (0:00:00.592) 0:02:45.586 ******** =============================================================================== linux-system-roles.mssql : Ensure the package mssql-server ------------- 37.29s /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:264 linux-system-roles.mssql : Change the password of sa user --------------- 7.22s /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:478 linux-system-roles.mssql : Ensure that the mssql-server service is stopped --- 5.61s /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:463 linux-system-roles.mssql : Set up MSSQL --------------------------------- 5.42s /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:324 linux-system-roles.mssql : Ensure that SQL Server client tools are installed --- 4.83s /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:426 linux-system-roles.mssql : Ensure that the mssql-server service is stopped --- 3.94s /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:463 linux-system-roles.mssql : Change the password of sa user --------------- 3.68s /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:478 Remove related packages ------------------------------------------------- 2.89s /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/tasks/cleanup.yml:45 -------- linux-system-roles.mssql : Wait for mssql-server to prepare for client connections --- 2.45s /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:442 Wait for mssql-server to prepare for client connections ----------------- 2.25s /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/tasks/verify_settings.yml:93 Wait for mssql-server to prepare for client connections ----------------- 2.17s /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/tasks/verify_settings.yml:93 Wait for mssql-server to prepare for client connections ----------------- 2.16s /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/tasks/verify_settings.yml:93 linux-system-roles.mssql : Gather package facts ------------------------- 2.12s /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:131 linux-system-roles.mssql : Gather package facts ------------------------- 1.89s /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:470 linux-system-roles.mssql : Gather system services facts ----------------- 1.49s /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:295 linux-system-roles.mssql : Gather package facts ------------------------- 1.41s /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:131 Gather package facts ---------------------------------------------------- 1.36s /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/tasks/cleanup.yml:2 --------- linux-system-roles.mssql : Wait for mssql-server to prepare for client connections --- 1.16s /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:442 linux-system-roles.mssql : Restart the mssql-server service ------------- 1.10s /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/handlers/main.yml:3 linux-system-roles.mssql : Gather package facts ------------------------- 1.06s /WORKDIR/git-ansible-lint-test-2.16so8j2u1z/tests/roles/linux-system-roles.mssql/tasks/main.yml:131 ---^---^---^---^---^--- # 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. ---^---^---^---^---^---