ansible-playbook 2.9.27 config file = /etc/ansible/ansible.cfg configured module search path = [u'/root/.ansible/plugins/modules', u'/usr/share/ansible/plugins/modules'] ansible python module location = /usr/lib/python2.7/site-packages/ansible executable location = /usr/bin/ansible-playbook python version = 2.7.5 (default, Nov 14 2023, 16:14:06) [GCC 4.8.5 20150623 (Red Hat 4.8.5-44)] Using /etc/ansible/ansible.cfg as config file [WARNING]: running playbook inside collection fedora.linux_system_roles Skipping callback 'actionable', as we already have a stdout callback. Skipping callback 'counter_enabled', as we already have a stdout callback. Skipping callback 'debug', as we already have a stdout callback. Skipping callback 'dense', as we already have a stdout callback. Skipping callback 'dense', as we already have a stdout callback. Skipping callback 'full_skip', as we already have a stdout callback. Skipping callback 'json', as we already have a stdout callback. Skipping callback 'minimal', as we already have a stdout callback. Skipping callback 'null', as we already have a stdout callback. Skipping callback 'oneline', as we already have a stdout callback. Skipping callback 'selective', as we already have a stdout callback. Skipping callback 'skippy', as we already have a stdout callback. Skipping callback 'stderr', as we already have a stdout callback. Skipping callback 'unixy', as we already have a stdout callback. Skipping callback 'yaml', as we already have a stdout callback. PLAYBOOK: tests_tls_2019.yml *************************************************** 1 plays in /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/tests/mssql/tests_tls_2019.yml PLAY [Ensure that tls encryption configuration works] ************************** TASK [Gathering Facts] ********************************************************* task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/tests/mssql/tests_tls_2019.yml:3 Friday 26 July 2024 22:12:50 -0400 (0:00:00.025) 0:00:00.025 *********** ok: [managed_node1] META: ran handlers TASK [Run tests_tls with SQL Server 2019] ************************************** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/tests/mssql/tests_tls_2019.yml:17 Friday 26 July 2024 22:12:51 -0400 (0:00:00.897) 0:00:00.922 *********** included: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/tests_tls.yml for managed_node1 TASK [Assert fail on EL 7 with version = 2022 and EL 9 with version != 2022] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/tests_tls.yml:2 Friday 26 July 2024 22:12:51 -0400 (0:00:00.095) 0:00:01.018 *********** included: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/assert_fail_on_unsupported_ver.yml for managed_node1 TASK [Ensure ansible_facts to get ansible_distribution] ************************ task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/assert_fail_on_unsupported_ver.yml:2 Friday 26 July 2024 22:12:51 -0400 (0:00:00.035) 0:00:01.053 *********** ok: [managed_node1] TASK [Run the role] ************************************************************ task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/assert_fail_on_unsupported_ver.yml:15 Friday 26 July 2024 22:12:52 -0400 (0:00:00.378) 0:00:01.431 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Unreachable task] ******************************************************** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/assert_fail_on_unsupported_ver.yml:22 Friday 26 July 2024 22:12:52 -0400 (0:00:00.023) 0:00:01.455 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure the openssl package] ********************************************** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/tests_tls.yml:5 Friday 26 July 2024 22:12:52 -0400 (0:00:00.023) 0:00:01.479 *********** ok: [managed_node1] => { "changed": false, "rc": 0, "results": [ "1:openssl-1.0.2k-26.el7_9.x86_64 providing openssl is already installed" ] } lsrpackages: openssl TASK [Create a tempfile for a certificate on hosts] **************************** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/tests_tls.yml:11 Friday 26 July 2024 22:12:53 -0400 (0:00:00.713) 0:00:02.193 *********** changed: [managed_node1] => { "changed": true, "gid": 0, "group": "root", "mode": "0600", "owner": "root", "path": "/tmp/ansible.M35v2k", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 0, "state": "file", "uid": 0 } TASK [Create a tempfile for a private key on hosts] **************************** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/tests_tls.yml:17 Friday 26 July 2024 22:12:53 -0400 (0:00:00.354) 0:00:02.547 *********** changed: [managed_node1] => { "changed": true, "gid": 0, "group": "root", "mode": "0600", "owner": "root", "path": "/tmp/ansible.hHlxah", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 0, "state": "file", "uid": 0 } TASK [Generate a self-signed certificate and public key] *********************** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/tests_tls.yml:23 Friday 26 July 2024 22:12:53 -0400 (0:00:00.266) 0:00:02.813 *********** changed: [managed_node1] => { "changed": true, "cmd": [ "openssl", "req", "-x509", "-nodes", "-newkey", "rsa:2048", "-subj", "/CN=10.31.45.172", "-out", "/tmp/ansible.M35v2k", "-keyout", "/tmp/ansible.hHlxah", "-days", "365" ], "delta": "0:00:00.064040", "end": "2024-07-26 22:12:54.061259", "rc": 0, "start": "2024-07-26 22:12:53.997219" } STDERR: Generating a 2048 bit RSA private key ..............+++ ...............................+++ writing new private key to '/tmp/ansible.hHlxah' ----- TASK [Copy certificate files to local tmp] ************************************* task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/tests_tls.yml:32 Friday 26 July 2024 22:12:54 -0400 (0:00:00.425) 0:00:03.239 *********** changed: [managed_node1] => (item=/tmp/ansible.M35v2k) => { "ansible_loop_var": "item", "changed": true, "checksum": "f78e421a805d8bb4122b145834e9ba0d4d2447fe", "dest": "/tmp/ansible.M35v2k", "item": "/tmp/ansible.M35v2k", "md5sum": "b1af906c7ce34bc5dddd7103d811f80b", "remote_checksum": "f78e421a805d8bb4122b145834e9ba0d4d2447fe", "remote_md5sum": null } changed: [managed_node1] => (item=/tmp/ansible.hHlxah) => { "ansible_loop_var": "item", "changed": true, "checksum": "8f05cd30fd5a25a6bc4262d71f838d76c5c2f7c0", "dest": "/tmp/ansible.hHlxah", "item": "/tmp/ansible.hHlxah", "md5sum": "da2661ab74a9fdc28dae0b465f0c3f32", "remote_checksum": "8f05cd30fd5a25a6bc4262d71f838d76c5c2f7c0", "remote_md5sum": null } TASK [Copy a private key to the playbook directory to test a relative path] **** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/tests_tls.yml:44 Friday 26 July 2024 22:12:54 -0400 (0:00:00.716) 0:00:03.955 *********** changed: [managed_node1 -> localhost] => { "changed": true, "checksum": "8f05cd30fd5a25a6bc4262d71f838d76c5c2f7c0", "dest": "./ansible.hHlxah", "gid": 0, "group": "root", "md5sum": "da2661ab74a9fdc28dae0b465f0c3f32", "mode": "0600", "owner": "root", "secontext": "unconfined_u:object_r:admin_home_t:s0", "size": 1704, "src": "/root/.ansible/tmp/ansible-tmp-1722046374.85-18336-19493611259192/source", "state": "file", "uid": 0 } TASK [Set mssql_tls_cert and mssql_tls_private_key for the following test] ***** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/tests_tls.yml:52 Friday 26 July 2024 22:12:55 -0400 (0:00:00.404) 0:00:04.359 *********** ok: [managed_node1] => { "ansible_facts": { "mssql_tls_cert": "/tmp/ansible.M35v2k", "mssql_tls_private_key": "ansible.hHlxah" }, "changed": false } TASK [Run role] **************************************************************** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/tests_tls.yml:59 Friday 26 July 2024 22:12:55 -0400 (0:00:00.023) 0:00:04.383 *********** TASK [fedora.linux_system_roles.mssql : Ensure ansible_facts and variables used by role] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:3 Friday 26 July 2024 22:12:55 -0400 (0:00:00.299) 0:00:04.683 *********** included: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/set_vars.yml for managed_node1 TASK [fedora.linux_system_roles.mssql : Ensure ansible_facts used by role] ***** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/set_vars.yml:3 Friday 26 July 2024 22:12:55 -0400 (0:00:00.031) 0:00:04.714 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Set platform/version specific variables] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/set_vars.yml:8 Friday 26 July 2024 22:12:55 -0400 (0:00:00.024) 0:00:04.738 *********** ok: [managed_node1] => (item=RedHat.yml) => { "ansible_facts": { "__mssql_client_repository": "https://packages.microsoft.com/rhel/9/prod/", "__mssql_confined_supported": true, "__mssql_server_repository": "https://packages.microsoft.com/rhel/9/mssql-server-{{ mssql_version | int }}/", "__mssql_supported_versions": [ 2022 ], "__mssql_tuned_supported": true }, "ansible_included_var_files": [ "/tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/vars/RedHat.yml" ], "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml" } skipping: [managed_node1] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [managed_node1] => (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": [ "/tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/vars/CentOS_7.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_7.yml" } skipping: [managed_node1] => (item=CentOS_7.9.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS_7.9.yml", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Unset the __mssql_sqlcmd_login_cmd fact] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:8 Friday 26 July 2024 22:12:55 -0400 (0:00:00.061) 0:00:04.800 *********** ok: [managed_node1] => { "ansible_facts": { "__mssql_sqlcmd_login_cmd": null }, "changed": false } TASK [fedora.linux_system_roles.mssql : Print that the mssql_input_sql_file variable is deprecated] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:15 Friday 26 July 2024 22:12:55 -0400 (0:00:00.024) 0:00:04.825 *********** skipping: [managed_node1] => {} TASK [fedora.linux_system_roles.mssql : Link the deprecated mssql_input_sql_file fact] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:23 Friday 26 July 2024 22:12:55 -0400 (0:00:00.021) 0:00:04.846 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Print that the variable is deprecated] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:30 Friday 26 July 2024 22:12:55 -0400 (0:00:00.021) 0:00:04.868 *********** skipping: [managed_node1] => {} TASK [fedora.linux_system_roles.mssql : Link the deprecated mssql_ha_listener_port fact] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:37 Friday 26 July 2024 22:12:55 -0400 (0:00:00.023) 0:00:04.891 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Print that the mssql_ad_sql_user_name variable is deprecated] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:44 Friday 26 July 2024 22:12:55 -0400 (0:00:00.020) 0:00:04.912 *********** skipping: [managed_node1] => {} TASK [fedora.linux_system_roles.mssql : Link the deprecated mssql_ad_sql_user_name fact] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:51 Friday 26 July 2024 22:12:55 -0400 (0:00:00.024) 0:00:04.937 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Print that the mssql_ha_cluster_run_role variable is deprecated] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:58 Friday 26 July 2024 22:12:55 -0400 (0:00:00.020) 0:00:04.958 *********** skipping: [managed_node1] => {} TASK [fedora.linux_system_roles.mssql : Link the deprecated mssql_ha_cluster_run_role fact] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:65 Friday 26 July 2024 22:12:55 -0400 (0:00:00.020) 0:00:04.978 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Verify that the user accepts EULA variables] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:69 Friday 26 July 2024 22:12:55 -0400 (0:00:00.022) 0:00:05.001 *********** ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [fedora.linux_system_roles.mssql : Verify that EL < 8 is not used with mssql_ha_configure=true] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:81 Friday 26 July 2024 22:12:55 -0400 (0:00:00.028) 0:00:05.029 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Verify if the mssql_ha_replica_type variable is provided correctly] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:89 Friday 26 July 2024 22:12:55 -0400 (0:00:00.024) 0:00:05.054 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Verify that 'mssql_ha_replica_type = primary' is provided once] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:98 Friday 26 July 2024 22:12:55 -0400 (0:00:00.021) 0:00:05.075 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Verify that mssql_ha_prep_for_pacemaker is provided correctly] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:107 Friday 26 July 2024 22:12:55 -0400 (0:00:00.020) 0:00:05.096 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Verify that selinux variables are used on supported platforms] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:117 Friday 26 July 2024 22:12:55 -0400 (0:00:00.022) 0:00:05.118 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Verify that mssql_manage_selinux is set properly] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:126 Friday 26 July 2024 22:12:56 -0400 (0:00:00.024) 0:00:05.142 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Gather package facts] ****************** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:137 Friday 26 July 2024 22:12:56 -0400 (0:00:00.021) 0:00:05.164 *********** ok: [managed_node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.mssql : Set fact with the currently installed SQL Server version if any] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:141 Friday 26 July 2024 22:12:57 -0400 (0:00:01.416) 0:00:06.580 *********** skipping: [managed_node1] => (item={u'value': 14, u'key': 2017}) => { "ansible_loop_var": "item", "changed": false, "item": { "key": 2017, "value": 14 }, "skip_reason": "Conditional result was False" } skipping: [managed_node1] => (item={u'value': 15, u'key': 2019}) => { "ansible_loop_var": "item", "changed": false, "item": { "key": 2019, "value": 15 }, "skip_reason": "Conditional result was False" } skipping: [managed_node1] => (item={u'value': 16, u'key': 2022}) => { "ansible_loop_var": "item", "changed": false, "item": { "key": 2022, "value": 16 }, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Set mssql_version variable if user does not define it] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:149 Friday 26 July 2024 22:12:57 -0400 (0:00:00.108) 0:00:06.688 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Verify if the mssql_version variable is provided correctly] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:156 Friday 26 July 2024 22:12:57 -0400 (0:00:00.056) 0:00:06.745 *********** ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [fedora.linux_system_roles.mssql : Verify if mssql_version is not smaller then the existing SQL Server version] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:163 Friday 26 July 2024 22:12:57 -0400 (0:00:00.061) 0:00:06.806 *********** skipping: [managed_node1] => (item={u'value': 14, u'key': 2017}) => { "ansible_loop_var": "item", "changed": false, "item": { "key": 2017, "value": 14 }, "skip_reason": "Conditional result was False" } skipping: [managed_node1] => (item={u'value': 15, u'key': 2019}) => { "ansible_loop_var": "item", "changed": false, "item": { "key": 2019, "value": 15 }, "skip_reason": "Conditional result was False" } skipping: [managed_node1] => (item={u'value': 16, u'key': 2022}) => { "ansible_loop_var": "item", "changed": false, "item": { "key": 2022, "value": 16 }, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Deploy the GPG key for Microsoft repositories] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:177 Friday 26 July 2024 22:12:57 -0400 (0:00:00.094) 0:00:06.901 *********** ok: [managed_node1] => { "attempts": 1, "changed": false } TASK [fedora.linux_system_roles.mssql : Update all packages from SQL Server repo version {{ __mssql_current_version }}] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:191 Friday 26 July 2024 22:12:58 -0400 (0:00:00.669) 0:00:07.570 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Get yum repositories] ****************** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:201 Friday 26 July 2024 22:12:58 -0400 (0:00:00.056) 0:00:07.627 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Remove the current Microsoft SQL Server repository to upgrade to 2019] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:212 Friday 26 July 2024 22:12:58 -0400 (0:00:00.061) 0:00:07.688 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Update all packages from SQL Server repo version {{ __mssql_current_version }}] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:226 Friday 26 July 2024 22:12:58 -0400 (0:00:00.058) 0:00:07.747 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Get zypper repositories] *************** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:235 Friday 26 July 2024 22:12:58 -0400 (0:00:00.097) 0:00:07.844 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Remove the current Microsoft SQL Server repository to upgrade to 2019] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:247 Friday 26 July 2024 22:12:58 -0400 (0:00:00.058) 0:00:07.903 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Configure the Microsoft SQL Server repo version 2019] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:254 Friday 26 July 2024 22:12:58 -0400 (0:00:00.060) 0:00:07.964 *********** changed: [managed_node1] => { "changed": true, "repo": "packages-microsoft-com-mssql-server-2019", "state": "present" } TASK [fedora.linux_system_roles.mssql : Configure the Microsoft SQL Server repo version 2019] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:266 Friday 26 July 2024 22:12:59 -0400 (0:00:00.441) 0:00:08.405 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Configure to run as a confined application with SELinux] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:279 Friday 26 July 2024 22:12:59 -0400 (0:00:00.056) 0:00:08.462 *********** ok: [managed_node1] => { "changed": false, "rc": 0, "results": [ "mssql-server-selinux is not installed" ] } TASK [fedora.linux_system_roles.mssql : Ensure the package mssql-server] ******* task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:284 Friday 26 July 2024 22:12:59 -0400 (0:00:00.567) 0:00:09.029 *********** changed: [managed_node1] => { "changed": true, "changes": { "installed": [ "mssql-server" ] }, "rc": 0, "results": [ "Loaded plugins: fastestmirror\nLoading mirror speeds from cached hostfile\nResolving Dependencies\n--> Running transaction check\n---> Package mssql-server.x86_64 0:15.0.4375.4-1 will be installed\n--> Processing Dependency: libatomic for package: mssql-server-15.0.4375.4-1.x86_64\n--> Processing Dependency: bzip2 for package: mssql-server-15.0.4375.4-1.x86_64\n--> Processing Dependency: gdb for package: mssql-server-15.0.4375.4-1.x86_64\n--> Processing Dependency: python3 for package: mssql-server-15.0.4375.4-1.x86_64\n--> Processing Dependency: libsss_nss_idmap for package: mssql-server-15.0.4375.4-1.x86_64\n--> Processing Dependency: cyrus-sasl for package: mssql-server-15.0.4375.4-1.x86_64\n--> Processing Dependency: cyrus-sasl-gssapi for package: mssql-server-15.0.4375.4-1.x86_64\n--> Processing Dependency: lsof for package: mssql-server-15.0.4375.4-1.x86_64\n--> Running transaction check\n---> Package bzip2.x86_64 0:1.0.6-13.el7 will be installed\n---> Package cyrus-sasl.x86_64 0:2.1.26-24.el7_9 will be installed\n---> Package cyrus-sasl-gssapi.x86_64 0:2.1.26-24.el7_9 will be installed\n---> Package gdb.x86_64 0:7.6.1-120.el7 will be installed\n---> Package libatomic.x86_64 0:4.8.5-44.el7 will be installed\n---> Package libsss_nss_idmap.x86_64 0:1.16.5-10.el7_9.16 will be installed\n---> Package lsof.x86_64 0:4.87-6.el7 will be installed\n---> Package python3.x86_64 0:3.6.8-21.el7_9 will be installed\n--> Processing Dependency: python3-libs(x86-64) = 3.6.8-21.el7_9 for package: python3-3.6.8-21.el7_9.x86_64\n--> Processing Dependency: python3-setuptools for package: python3-3.6.8-21.el7_9.x86_64\n--> Processing Dependency: python3-pip for package: python3-3.6.8-21.el7_9.x86_64\n--> Processing Dependency: libpython3.6m.so.1.0()(64bit) for package: python3-3.6.8-21.el7_9.x86_64\n--> Running transaction check\n---> Package python3-libs.x86_64 0:3.6.8-21.el7_9 will be installed\n---> Package python3-pip.noarch 0:9.0.3-8.el7 will be installed\n---> Package python3-setuptools.noarch 0:39.2.0-10.el7 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 15.0.4375.4-1 packages-microsoft-com-mssql-server-2019\n 229 M\nInstalling for dependencies:\n bzip2 x86_64 1.0.6-13.el7 base 52 k\n cyrus-sasl x86_64 2.1.26-24.el7_9 updates 88 k\n cyrus-sasl-gssapi x86_64 2.1.26-24.el7_9 updates 41 k\n gdb x86_64 7.6.1-120.el7 base 2.4 M\n libatomic x86_64 4.8.5-44.el7 base 51 k\n libsss_nss_idmap x86_64 1.16.5-10.el7_9.16 updates 170 k\n lsof x86_64 4.87-6.el7 base 331 k\n python3 x86_64 3.6.8-21.el7_9 updates 71 k\n python3-libs x86_64 3.6.8-21.el7_9 updates 7.0 M\n python3-pip noarch 9.0.3-8.el7 base 1.6 M\n python3-setuptools noarch 39.2.0-10.el7 base 629 k\n\nTransaction Summary\n================================================================================\nInstall 1 Package (+11 Dependent packages)\n\nTotal size: 241 M\nInstalled size: 1.2 G\nDownloading packages:\nRunning transaction check\nRunning transaction test\nTransaction test succeeded\nRunning transaction\n Installing : python3-libs-3.6.8-21.el7_9.x86_64 1/12 \n Installing : python3-setuptools-39.2.0-10.el7.noarch 2/12 \n Installing : python3-pip-9.0.3-8.el7.noarch 3/12 \n Installing : python3-3.6.8-21.el7_9.x86_64 4/12 \n Installing : libatomic-4.8.5-44.el7.x86_64 5/12 \n Installing : cyrus-sasl-2.1.26-24.el7_9.x86_64 6/12 \n Installing : gdb-7.6.1-120.el7.x86_64 7/12 \n Installing : cyrus-sasl-gssapi-2.1.26-24.el7_9.x86_64 8/12 \n Installing : lsof-4.87-6.el7.x86_64 9/12 \n Installing : bzip2-1.0.6-13.el7.x86_64 10/12 \n Installing : libsss_nss_idmap-1.16.5-10.el7_9.16.x86_64 11/12 \n Installing : mssql-server-15.0.4375.4-1.x86_64 12/12 \n\n+--------------------------------------------------------------+\nPlease run 'sudo /opt/mssql/bin/mssql-conf setup'\nto complete the setup of Microsoft SQL Server\n+--------------------------------------------------------------+\n\n Verifying : python3-3.6.8-21.el7_9.x86_64 1/12 \n Verifying : mssql-server-15.0.4375.4-1.x86_64 2/12 \n Verifying : libsss_nss_idmap-1.16.5-10.el7_9.16.x86_64 3/12 \n Verifying : bzip2-1.0.6-13.el7.x86_64 4/12 \n Verifying : lsof-4.87-6.el7.x86_64 5/12 \n Verifying : cyrus-sasl-gssapi-2.1.26-24.el7_9.x86_64 6/12 \n Verifying : gdb-7.6.1-120.el7.x86_64 7/12 \n Verifying : python3-libs-3.6.8-21.el7_9.x86_64 8/12 \n Verifying : python3-setuptools-39.2.0-10.el7.noarch 9/12 \n Verifying : python3-pip-9.0.3-8.el7.noarch 10/12 \n Verifying : cyrus-sasl-2.1.26-24.el7_9.x86_64 11/12 \n Verifying : libatomic-4.8.5-44.el7.x86_64 12/12 \n\nInstalled:\n mssql-server.x86_64 0:15.0.4375.4-1 \n\nDependency Installed:\n bzip2.x86_64 0:1.0.6-13.el7 \n cyrus-sasl.x86_64 0:2.1.26-24.el7_9 \n cyrus-sasl-gssapi.x86_64 0:2.1.26-24.el7_9 \n gdb.x86_64 0:7.6.1-120.el7 \n libatomic.x86_64 0:4.8.5-44.el7 \n libsss_nss_idmap.x86_64 0:1.16.5-10.el7_9.16 \n lsof.x86_64 0:4.87-6.el7 \n python3.x86_64 0:3.6.8-21.el7_9 \n python3-libs.x86_64 0:3.6.8-21.el7_9 \n python3-pip.noarch 0:9.0.3-8.el7 \n python3-setuptools.noarch 0:39.2.0-10.el7 \n\nComplete!\n" ] } lsrpackages: mssql-server TASK [fedora.linux_system_roles.mssql : Ensure that the openldap-compat package is installed] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:292 Friday 26 July 2024 22:13:39 -0400 (0:00:39.427) 0:00:48.456 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Check if the errorlog file exists and its location] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:300 Friday 26 July 2024 22:13:39 -0400 (0:00:00.056) 0:00:48.512 *********** ok: [managed_node1] => { "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.005316", "end": "2024-07-26 22:13:39.629922", "rc": 0, "start": "2024-07-26 22:13:39.624606" } TASK [fedora.linux_system_roles.mssql : Gather system services facts] ********** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:316 Friday 26 July 2024 22:13:39 -0400 (0:00:00.329) 0:00:48.842 *********** ok: [managed_node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.mssql : Set the __mssql_is_setup variable] ***** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:320 Friday 26 July 2024 22:13:40 -0400 (0:00:00.960) 0:00:49.802 *********** ok: [managed_node1] => { "ansible_facts": { "__mssql_is_setup": false }, "changed": false } TASK [fedora.linux_system_roles.mssql : Verify that the variables required for setting up MSSQL are defined] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:329 Friday 26 July 2024 22:13:40 -0400 (0:00:00.087) 0:00:49.890 *********** ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [fedora.linux_system_roles.mssql : Set up MSSQL] ************************** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:345 Friday 26 July 2024 22:13:40 -0400 (0:00:00.071) 0:00:49.961 *********** changed: [managed_node1] => { "attempts": 1, "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": true } TASK [fedora.linux_system_roles.mssql : Ensure the directory and permissions for datadir and logdir] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:370 Friday 26 July 2024 22:13:46 -0400 (0:00:05.446) 0:00:55.407 *********** skipping: [managed_node1] => (item={u'path': None, u'setting': u'defaultdatadir', u'mode': u'755'}) => { "ansible_loop_var": "item", "changed": false, "item": { "mode": "755", "path": null, "setting": "defaultdatadir" }, "skip_reason": "Conditional result was False" } skipping: [managed_node1] => (item={u'path': None, u'setting': u'defaultlogdir', u'mode': u'755'}) => { "ansible_loop_var": "item", "changed": false, "item": { "mode": "755", "path": null, "setting": "defaultlogdir" }, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Set selinux role facts for ports] ****** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:385 Friday 26 July 2024 22:13:46 -0400 (0:00:00.077) 0:00:55.484 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure correct SELinux context for storage paths and ports] ************** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:399 Friday 26 July 2024 22:13:46 -0400 (0:00:00.065) 0:00:55.549 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Ensure that the tuned-profiles-mssql package is installed] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:410 Friday 26 July 2024 22:13:46 -0400 (0:00:00.064) 0:00:55.614 *********** ok: [managed_node1] => { "changed": false, "rc": 0, "results": [ "tuned-profiles-mssql-2.11.0-12.el7_9.noarch providing tuned-profiles-mssql is already installed" ] } lsrpackages: tuned-profiles-mssql TASK [fedora.linux_system_roles.mssql : Ensure that the tuned service is started and enabled] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:416 Friday 26 July 2024 22:13:47 -0400 (0:00:00.749) 0:00:56.364 *********** ok: [managed_node1] => { "changed": false, "enabled": true, "name": "tuned", "state": "started", "status": { "ActiveEnterTimestamp": "Fri 2024-07-26 21:27:56 EDT", "ActiveEnterTimestampMonotonic": "12916852", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "dbus.service systemd-journald.socket basic.target network.target system.slice systemd-sysctl.service", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Fri 2024-07-26 21:27:55 EDT", "AssertTimestampMonotonic": "12241781", "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-07-26 21:27:55 EDT", "ConditionTimestampMonotonic": "12241780", "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": "853", "ExecMainStartTimestamp": "Fri 2024-07-26 21:27:55 EDT", "ExecMainStartTimestampMonotonic": "12243873", "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-07-26 21:27:55 EDT", "InactiveExitTimestampMonotonic": "12243909", "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": "14311", "LimitRSS": "18446744073709551615", "LimitRTPRIO": "0", "LimitRTTIME": "18446744073709551615", "LimitSIGPENDING": "14311", "LimitSTACK": "18446744073709551615", "LoadState": "loaded", "MainPID": "853", "MemoryAccounting": "no", "MemoryCurrent": "18446744073709551615", "MemoryLimit": "18446744073709551615", "MountFlags": "0", "Names": "tuned.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PIDFile": "/run/tuned/tuned.pid", "PermissionsStartOnly": "no", "PrivateDevices": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "ProtectHome": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "Requires": "dbus.service polkit.service basic.target system.slice", "Restart": "no", "RestartUSec": "100ms", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitInterval": "10000000", "StartupBlockIOWeight": "18446744073709551615", "StartupCPUShares": "18446744073709551615", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "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-07-26 21:27:56 EDT", "WatchdogTimestampMonotonic": "12916740", "WatchdogUSec": "0" } } TASK [fedora.linux_system_roles.mssql : Get the active Tuned profiles] ********* task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:423 Friday 26 July 2024 22:13:48 -0400 (0:00:01.090) 0:00:57.455 *********** ok: [managed_node1] => { "changed": false, "cmd": [ "tuned-adm", "active" ], "delta": "0:00:00.130158", "end": "2024-07-26 22:13:48.769400", "rc": 0, "start": "2024-07-26 22:13:48.639242" } STDOUT: Current active profile: virtual-guest mssql TASK [fedora.linux_system_roles.mssql : Attempt to add mssql to the list of Tuned profiles] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:436 Friday 26 July 2024 22:13:48 -0400 (0:00:00.550) 0:00:58.006 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Remove troublemaking include from the mssql profile] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:449 Friday 26 July 2024 22:13:48 -0400 (0:00:00.064) 0:00:58.070 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Add the fixed mssql profile to the list of Tuned profiles] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:458 Friday 26 July 2024 22:13:49 -0400 (0:00:00.064) 0:00:58.135 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Configure the Microsoft SQL Server Tools repository] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:468 Friday 26 July 2024 22:13:49 -0400 (0:00:00.068) 0:00:58.204 *********** changed: [managed_node1] => { "changed": true, "repo": "packages-microsoft-com-prod", "state": "present" } TASK [fedora.linux_system_roles.mssql : Configure the Microsoft SQL Server Tools repository] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:476 Friday 26 July 2024 22:13:49 -0400 (0:00:00.911) 0:00:59.116 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Ensure that SQL Server client tools are installed] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:485 Friday 26 July 2024 22:13:50 -0400 (0:00:00.063) 0:00:59.180 *********** changed: [managed_node1] => { "changed": true, "changes": { "installed": [ "mssql-tools", "unixODBC-devel" ] }, "rc": 0, "results": [ "Loaded plugins: fastestmirror\nLoading mirror speeds from cached hostfile\nResolving Dependencies\n--> Running transaction check\n---> Package mssql-tools.x86_64 0:17.10.1.1-1 will be installed\n--> Processing Dependency: msodbcsql17 >= 17.3.0.0 for package: mssql-tools-17.10.1.1-1.x86_64\n---> Package unixODBC-devel.x86_64 0:2.3.11-1.rh will be installed\n--> Processing Dependency: unixODBC = 2.3.11 for package: unixODBC-devel-2.3.11-1.rh.x86_64\n--> Running transaction check\n---> Package msodbcsql17.x86_64 0:17.10.6.1-1 will be installed\n---> Package unixODBC.x86_64 0:2.3.11-1.rh will be installed\n--> Processing Dependency: libltdl.so.7()(64bit) for package: unixODBC-2.3.11-1.rh.x86_64\n--> Running transaction check\n---> Package libtool-ltdl.x86_64 0:2.4.2-22.el7_3 will be installed\n--> Finished Dependency Resolution\n\nDependencies Resolved\n\n================================================================================\n Package Arch Version Repository Size\n================================================================================\nInstalling:\n mssql-tools x86_64 17.10.1.1-1 packages-microsoft-com-prod 291 k\n unixODBC-devel x86_64 2.3.11-1.rh packages-microsoft-com-prod 53 k\nInstalling for dependencies:\n libtool-ltdl x86_64 2.4.2-22.el7_3 base 49 k\n msodbcsql17 x86_64 17.10.6.1-1 packages-microsoft-com-prod 911 k\n unixODBC x86_64 2.3.11-1.rh packages-microsoft-com-prod 274 k\n\nTransaction Summary\n================================================================================\nInstall 2 Packages (+3 Dependent packages)\n\nTotal size: 1.5 M\nInstalled size: 3.8 M\nDownloading packages:\nRunning transaction check\nRunning transaction test\nTransaction test succeeded\nRunning transaction\n Installing : libtool-ltdl-2.4.2-22.el7_3.x86_64 1/5 \n Installing : unixODBC-2.3.11-1.rh.x86_64 2/5 \n Installing : msodbcsql17-17.10.6.1-1.x86_64 3/5 \nodbcinst: Driver installed. Usage count increased to 1. \n Target directory is /etc\n Installing : mssql-tools-17.10.1.1-1.x86_64 4/5 \n Installing : unixODBC-devel-2.3.11-1.rh.x86_64 5/5 \n Verifying : mssql-tools-17.10.1.1-1.x86_64 1/5 \n Verifying : unixODBC-devel-2.3.11-1.rh.x86_64 2/5 \n Verifying : libtool-ltdl-2.4.2-22.el7_3.x86_64 3/5 \n Verifying : unixODBC-2.3.11-1.rh.x86_64 4/5 \n Verifying : msodbcsql17-17.10.6.1-1.x86_64 5/5 \n\nInstalled:\n mssql-tools.x86_64 0:17.10.1.1-1 unixODBC-devel.x86_64 0:2.3.11-1.rh \n\nDependency Installed:\n libtool-ltdl.x86_64 0:2.4.2-22.el7_3 msodbcsql17.x86_64 0:17.10.6.1-1 \n unixODBC.x86_64 0:2.3.11-1.rh \n\nComplete!\n" ] } lsrpackages: mssql-tools unixODBC-devel TASK [fedora.linux_system_roles.mssql : Prepare MSSQL and facts for logging in] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:497 Friday 26 July 2024 22:13:54 -0400 (0:00:04.512) 0:01:03.692 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Wait for mssql-server to prepare for client connections] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:501 Friday 26 July 2024 22:13:54 -0400 (0:00:00.063) 0:01:03.756 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Check if the set password matches the existing password] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:507 Friday 26 July 2024 22:13:54 -0400 (0:00:00.063) 0:01:03.819 *********** skipping: [managed_node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.mssql : Ensure that the mssql-server service is stopped] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:522 Friday 26 July 2024 22:13:54 -0400 (0:00:00.100) 0:01:03.920 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Gather package facts] ****************** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:529 Friday 26 July 2024 22:13:54 -0400 (0:00:00.062) 0:01:03.983 *********** skipping: [managed_node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.mssql : Change the password of sa user] ******** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:537 Friday 26 July 2024 22:13:54 -0400 (0:00:00.068) 0:01:04.051 *********** skipping: [managed_node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.mssql : Pre-input SQL script files to SQL Server] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:558 Friday 26 July 2024 22:13:54 -0400 (0:00:00.062) 0:01:04.113 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Pre-input SQL script contents to SQL Server] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:565 Friday 26 July 2024 22:13:55 -0400 (0:00:00.062) 0:01:04.176 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Check if the set edition matches the existing edition] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:576 Friday 26 July 2024 22:13:55 -0400 (0:00:00.062) 0:01:04.239 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Ensure that the mssql-server service is stopped] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:590 Friday 26 July 2024 22:13:55 -0400 (0:00:00.063) 0:01:04.303 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Gather package facts] ****************** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:597 Friday 26 July 2024 22:13:55 -0400 (0:00:00.063) 0:01:04.366 *********** skipping: [managed_node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.mssql : Change the edition of MSSQL] *********** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:603 Friday 26 July 2024 22:13:55 -0400 (0:00:00.064) 0:01:04.431 *********** skipping: [managed_node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.mssql : Configure the IP address setting] ****** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:622 Friday 26 July 2024 22:13:55 -0400 (0:00:00.064) 0:01:04.495 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Register the previous tcpport setting] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:629 Friday 26 July 2024 22:13:55 -0400 (0:00:00.063) 0:01:04.558 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Open the TCP port 1433] ************************************************** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:636 Friday 26 July 2024 22:13:55 -0400 (0:00:00.064) 0:01:04.623 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Configure the TCP port setting to 1433] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:648 Friday 26 July 2024 22:13:55 -0400 (0:00:00.066) 0:01:04.689 *********** included: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml for managed_node1 TASK [fedora.linux_system_roles.mssql : Get the setting network tcpport] ******* task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:3 Friday 26 July 2024 22:13:55 -0400 (0:00:00.113) 0:01:04.803 *********** ok: [managed_node1] => { "changed": false, "cmd": [ "grep", "^tcpport = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003258", "end": "2024-07-26 22:13:55.939692", "failed_when_result": false, "rc": 1, "start": "2024-07-26 22:13:55.936434" } MSG: non-zero return code TASK [fedora.linux_system_roles.mssql : Configure the setting network tcpport] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:12 Friday 26 July 2024 22:13:56 -0400 (0:00:00.354) 0:01:05.157 *********** ok: [managed_node1] => { "changed": false, "cmd": [ "/opt/mssql/bin/mssql-conf", "set", "network.tcpport", "1433" ], "delta": "0:00:00.116292", "end": "2024-07-26 22:13:56.395603", "failed_when_result": false, "rc": 0, "start": "2024-07-26 22:13:56.279311" } STDOUT: Validation error on setting 'network.tcpport' Port '1433' is already in use. Please use another port TASK [fedora.linux_system_roles.mssql : Unset the setting network tcpport] ***** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:42 Friday 26 July 2024 22:13:56 -0400 (0:00:00.471) 0:01:05.629 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Close the previously set SQL Server TCP port if it changed] ************** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:654 Friday 26 July 2024 22:13:56 -0400 (0:00:00.115) 0:01:05.744 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Configure the sqlagent setting] ******** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:674 Friday 26 July 2024 22:13:56 -0400 (0:00:00.065) 0:01:05.810 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Ensure the package mssql-server-fts] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:681 Friday 26 July 2024 22:13:56 -0400 (0:00:00.064) 0:01:05.874 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Ensure the package powershell] ********* task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:688 Friday 26 July 2024 22:13:56 -0400 (0:00:00.066) 0:01:05.941 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Check if the 3979 trace flag is enabled] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:697 Friday 26 July 2024 22:13:56 -0400 (0:00:00.063) 0:01:06.005 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Set the 3979 traceflag] **************** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:703 Friday 26 July 2024 22:13:56 -0400 (0:00:00.064) 0:01:06.070 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Unset the 3979 traceflag] ************** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:710 Friday 26 July 2024 22:13:57 -0400 (0:00:00.062) 0:01:06.132 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Configure the alternatewritethrough setting] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:718 Friday 26 July 2024 22:13:57 -0400 (0:00:00.062) 0:01:06.194 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Configure the writethrough setting] **** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:724 Friday 26 July 2024 22:13:57 -0400 (0:00:00.064) 0:01:06.259 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create certificates using the certificate role] ************************** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:742 Friday 26 July 2024 22:13:57 -0400 (0:00:00.062) 0:01:06.322 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Set mssql_tls_cert and _private_key based on the cert name] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:756 Friday 26 July 2024 22:13:57 -0400 (0:00:00.066) 0:01:06.389 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Copy certificate and private_key files to the host] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:761 Friday 26 July 2024 22:13:57 -0400 (0:00:00.067) 0:01:06.457 *********** changed: [managed_node1] => (item=/tmp/ansible.M35v2k) => { "ansible_loop_var": "item", "changed": true, "checksum": "f78e421a805d8bb4122b145834e9ba0d4d2447fe", "dest": "/etc/pki/tls/certs/ansible.M35v2k", "gid": 994, "group": "mssql", "item": "/tmp/ansible.M35v2k", "md5sum": "b1af906c7ce34bc5dddd7103d811f80b", "mode": "0600", "owner": "mssql", "secontext": "system_u:object_r:cert_t:s0", "size": 1103, "src": "/root/.ansible/tmp/ansible-tmp-1722046437.39-18641-276616900153519/source", "state": "file", "uid": 996 } changed: [managed_node1] => (item=ansible.hHlxah) => { "ansible_loop_var": "item", "changed": true, "checksum": "8f05cd30fd5a25a6bc4262d71f838d76c5c2f7c0", "dest": "/etc/pki/tls/private/ansible.hHlxah", "gid": 994, "group": "mssql", "item": "ansible.hHlxah", "md5sum": "da2661ab74a9fdc28dae0b465f0c3f32", "mode": "0600", "owner": "mssql", "secontext": "system_u:object_r:cert_t:s0", "size": 1704, "src": "/root/.ansible/tmp/ansible-tmp-1722046437.93-18641-188642410087055/source", "state": "file", "uid": 996 } TASK [fedora.linux_system_roles.mssql : Configure the tlscert setting] ********* task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:779 Friday 26 July 2024 22:13:58 -0400 (0:00:01.135) 0:01:07.592 *********** included: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml for managed_node1 TASK [fedora.linux_system_roles.mssql : Get the setting network tlscert] ******* task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:3 Friday 26 July 2024 22:13:58 -0400 (0:00:00.118) 0:01:07.711 *********** ok: [managed_node1] => { "changed": false, "cmd": [ "grep", "^tlscert = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.002907", "end": "2024-07-26 22:13:58.842178", "failed_when_result": false, "rc": 1, "start": "2024-07-26 22:13:58.839271" } MSG: non-zero return code TASK [fedora.linux_system_roles.mssql : Configure the setting network tlscert] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:12 Friday 26 July 2024 22:13:58 -0400 (0:00:00.347) 0:01:08.059 *********** NOTIFIED HANDLER fedora.linux_system_roles.mssql : Restart the mssql-server service for managed_node1 changed: [managed_node1] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "set", "network.tlscert", "/etc/pki/tls/certs/ansible.M35v2k" ], "delta": "0:00:00.113911", "end": "2024-07-26 22:13:59.299966", "failed_when_result": false, "rc": 0, "start": "2024-07-26 22:13:59.186055" } STDOUT: SQL Server needs to be restarted in order to apply this setting. Please run 'systemctl restart mssql-server.service'. TASK [fedora.linux_system_roles.mssql : Unset the setting network tlscert] ***** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:42 Friday 26 July 2024 22:13:59 -0400 (0:00:00.466) 0:01:08.526 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Configure the tlskey setting] ********** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:788 Friday 26 July 2024 22:13:59 -0400 (0:00:00.071) 0:01:08.597 *********** included: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml for managed_node1 TASK [fedora.linux_system_roles.mssql : Get the setting network tlskey] ******** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:3 Friday 26 July 2024 22:13:59 -0400 (0:00:00.119) 0:01:08.717 *********** ok: [managed_node1] => { "changed": false, "cmd": [ "grep", "^tlskey = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003021", "end": "2024-07-26 22:13:59.840298", "failed_when_result": false, "rc": 1, "start": "2024-07-26 22:13:59.837277" } MSG: non-zero return code TASK [fedora.linux_system_roles.mssql : Configure the setting network tlskey] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:12 Friday 26 July 2024 22:13:59 -0400 (0:00:00.341) 0:01:09.058 *********** changed: [managed_node1] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "set", "network.tlskey", "/etc/pki/tls/private/ansible.hHlxah" ], "delta": "0:00:00.113102", "end": "2024-07-26 22:14:00.316110", "failed_when_result": false, "rc": 0, "start": "2024-07-26 22:14:00.203008" } STDOUT: SQL Server needs to be restarted in order to apply this setting. Please run 'systemctl restart mssql-server.service'. TASK [fedora.linux_system_roles.mssql : Unset the setting network tlskey] ****** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:42 Friday 26 July 2024 22:14:00 -0400 (0:00:00.483) 0:01:09.542 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Configure the tlsprotocols setting] **** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:797 Friday 26 July 2024 22:14:00 -0400 (0:00:00.067) 0:01:09.609 *********** included: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml for managed_node1 TASK [fedora.linux_system_roles.mssql : Get the setting network tlsprotocols] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:3 Friday 26 July 2024 22:14:00 -0400 (0:00:00.125) 0:01:09.734 *********** ok: [managed_node1] => { "changed": false, "cmd": [ "grep", "^tlsprotocols = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.002834", "end": "2024-07-26 22:14:00.861275", "failed_when_result": false, "rc": 1, "start": "2024-07-26 22:14:00.858441" } MSG: non-zero return code TASK [fedora.linux_system_roles.mssql : Configure the setting network tlsprotocols] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:12 Friday 26 July 2024 22:14:00 -0400 (0:00:00.344) 0:01:10.079 *********** changed: [managed_node1] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "set", "network.tlsprotocols", "1.2" ], "delta": "0:00:00.114494", "end": "2024-07-26 22:14:01.321900", "failed_when_result": false, "rc": 0, "start": "2024-07-26 22:14:01.207406" } STDOUT: SQL Server needs to be restarted in order to apply this setting. Please run 'systemctl restart mssql-server.service'. TASK [fedora.linux_system_roles.mssql : Unset the setting network tlsprotocols] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:42 Friday 26 July 2024 22:14:01 -0400 (0:00:00.523) 0:01:10.602 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Configure the forceencryption setting] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:804 Friday 26 July 2024 22:14:01 -0400 (0:00:00.067) 0:01:10.670 *********** included: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml for managed_node1 TASK [fedora.linux_system_roles.mssql : Get the setting network forceencryption] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:3 Friday 26 July 2024 22:14:01 -0400 (0:00:00.131) 0:01:10.801 *********** ok: [managed_node1] => { "changed": false, "cmd": [ "grep", "^forceencryption = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003206", "end": "2024-07-26 22:14:01.941124", "failed_when_result": false, "rc": 1, "start": "2024-07-26 22:14:01.937918" } MSG: non-zero return code TASK [fedora.linux_system_roles.mssql : Configure the setting network forceencryption] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:12 Friday 26 July 2024 22:14:02 -0400 (0:00:00.365) 0:01:11.166 *********** changed: [managed_node1] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "set", "network.forceencryption", "1" ], "delta": "0:00:00.117059", "end": "2024-07-26 22:14:02.417689", "failed_when_result": false, "rc": 0, "start": "2024-07-26 22:14:02.300630" } STDOUT: SQL Server needs to be restarted in order to apply this setting. Please run 'systemctl restart mssql-server.service'. TASK [fedora.linux_system_roles.mssql : Unset the setting network forceencryption] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:42 Friday 26 July 2024 22:14:02 -0400 (0:00:00.494) 0:01:11.661 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Verify that ad_integration_realm variable is provided] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:813 Friday 26 July 2024 22:14:02 -0400 (0:00:00.067) 0:01:11.728 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Join to realm {{ ad_integration_realm }}] ******************************** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:821 Friday 26 July 2024 22:14:02 -0400 (0:00:00.064) 0:01:11.793 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Ensure adutil and krb5-workstation] **** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:829 Friday 26 July 2024 22:14:02 -0400 (0:00:00.063) 0:01:11.856 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Print credential caches to check if AD principal exists] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:836 Friday 26 July 2024 22:14:02 -0400 (0:00:00.064) 0:01:11.920 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Print status of credential cache for {{ __mssql_ad_kinit_user }}] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:843 Friday 26 July 2024 22:14:02 -0400 (0:00:00.065) 0:01:11.986 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Obtain Kerberos ticket for {{ __mssql_ad_kinit_user }}] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:852 Friday 26 July 2024 22:14:02 -0400 (0:00:00.068) 0:01:12.055 *********** skipping: [managed_node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.mssql : Check if AD user exists] *************** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:865 Friday 26 July 2024 22:14:02 -0400 (0:00:00.064) 0:01:12.120 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : In AD server create user] ************** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:874 Friday 26 July 2024 22:14:03 -0400 (0:00:00.064) 0:01:12.185 *********** skipping: [managed_node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.mssql : Get SPNs for the principal] ************ task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:886 Friday 26 July 2024 22:14:03 -0400 (0:00:00.070) 0:01:12.255 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Register SPNs to the principal] ******** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:891 Friday 26 July 2024 22:14:03 -0400 (0:00:00.065) 0:01:12.321 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Get kvno of the SPN host] ************** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:908 Friday 26 July 2024 22:14:03 -0400 (0:00:00.116) 0:01:12.437 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Get stats of the keytab file] ********** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:913 Friday 26 July 2024 22:14:03 -0400 (0:00:00.064) 0:01:12.501 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Get keytab properties] ***************** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:918 Friday 26 July 2024 22:14:03 -0400 (0:00:00.065) 0:01:12.567 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Create keytab] ************************* task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:924 Friday 26 July 2024 22:14:03 -0400 (0:00:00.065) 0:01:12.632 *********** skipping: [managed_node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.mssql : Add an entry in the keytab for the principal name and password] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:950 Friday 26 July 2024 22:14:03 -0400 (0:00:00.063) 0:01:12.695 *********** skipping: [managed_node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.mssql : Ensure correct permissions and ownership on the keytab] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:971 Friday 26 July 2024 22:14:03 -0400 (0:00:00.065) 0:01:12.761 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Fetch keytab file to host] ************* task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:979 Friday 26 July 2024 22:14:03 -0400 (0:00:00.063) 0:01:12.825 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Configure the network.kerberoskeytabfile setting] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:989 Friday 26 July 2024 22:14:03 -0400 (0:00:00.064) 0:01:12.890 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Configure the network.kerberoskeytabfile setting] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:995 Friday 26 July 2024 22:14:03 -0400 (0:00:00.063) 0:01:12.953 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Verify that hosts with mssql_ha_replica_type=primary is available] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1013 Friday 26 July 2024 22:14:03 -0400 (0:00:00.066) 0:01:13.019 *********** skipping: [managed_node1] => { "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: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1024 Friday 26 July 2024 22:14:03 -0400 (0:00:00.065) 0:01:13.085 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Set host variables] ******************** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1044 Friday 26 July 2024 22:14:04 -0400 (0:00:00.062) 0:01:13.147 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Ensure the package mssql-server-ha] **** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1097 Friday 26 July 2024 22:14:04 -0400 (0:00:00.066) 0:01:13.214 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Enable the hadrenabled setting] ******** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1104 Friday 26 July 2024 22:14:04 -0400 (0:00:00.061) 0:01:13.276 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Restart the mssql-server service if hadrenabled task was changed] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1111 Friday 26 July 2024 22:14:04 -0400 (0:00:00.065) 0:01:13.341 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Remove certificate from SQL Server] **** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1121 Friday 26 July 2024 22:14:04 -0400 (0:00:00.064) 0:01:13.406 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Remove certificate and private key files] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1127 Friday 26 July 2024 22:14:04 -0400 (0:00:00.062) 0:01:13.468 *********** skipping: [managed_node1] => (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: [managed_node1] => (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 [fedora.linux_system_roles.mssql : Configure SQL entities on the primary replica] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1135 Friday 26 July 2024 22:14:04 -0400 (0:00:00.080) 0:01:13.548 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Create login for HA on in SQL Server] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1144 Friday 26 July 2024 22:14:04 -0400 (0:00:00.062) 0:01:13.611 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Fetch certificate files from the primary to the control node] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1152 Friday 26 July 2024 22:14:04 -0400 (0:00:00.116) 0:01:13.728 *********** skipping: [managed_node1] => (item={u'key': u'cert', u'value': u'/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: [managed_node1] => (item={u'key': u'key', u'value': u'/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 [fedora.linux_system_roles.mssql : Get the current primary replica in SQL] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1166 Friday 26 July 2024 22:14:04 -0400 (0:00:00.079) 0:01:13.807 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Set fact with the current primary replica] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1173 Friday 26 July 2024 22:14:04 -0400 (0:00:00.065) 0:01:13.873 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Configure ag] ************************** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1198 Friday 26 July 2024 22:14:04 -0400 (0:00:00.064) 0:01:13.938 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Grant permissions to HA login] ********* task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1207 Friday 26 July 2024 22:14:04 -0400 (0:00:00.064) 0:01:14.003 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Replicate DBs] ************************* task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1216 Friday 26 July 2024 22:14:04 -0400 (0:00:00.065) 0:01:14.068 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Grant permissions to HA login] ********* task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1227 Friday 26 July 2024 22:14:05 -0400 (0:00:00.062) 0:01:14.131 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Verify that hosts with replica_type=primary is available] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1240 Friday 26 July 2024 22:14:05 -0400 (0:00:00.067) 0:01:14.199 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Ensure the package mssql-server-ha] **** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1249 Friday 26 July 2024 22:14:05 -0400 (0:00:00.065) 0:01:14.264 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Enable the hadrenabled setting] ******** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1256 Friday 26 July 2024 22:14:05 -0400 (0:00:00.062) 0:01:14.327 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Restart the mssql-server service if hadrenabled task was changed] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1263 Friday 26 July 2024 22:14:05 -0400 (0:00:00.065) 0:01:14.393 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Remove certificate from SQL Server] **** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1271 Friday 26 July 2024 22:14:05 -0400 (0:00:00.063) 0:01:14.456 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Distribute certificate and private key to managed nodes] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1278 Friday 26 July 2024 22:14:05 -0400 (0:00:00.064) 0:01:14.521 *********** skipping: [managed_node1] => (item={u'key': u'cert', u'value': u'/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: [managed_node1] => (item={u'key': u'key', u'value': u'/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 [fedora.linux_system_roles.mssql : Configure SQL entities on not primary replicas] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1290 Friday 26 July 2024 22:14:05 -0400 (0:00:00.081) 0:01:14.603 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Create HA login] *********************** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1299 Friday 26 July 2024 22:14:05 -0400 (0:00:00.063) 0:01:14.666 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Join to availability group] ************ task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1306 Friday 26 July 2024 22:14:05 -0400 (0:00:00.066) 0:01:14.732 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Grant permissions to HA login] ********* task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1312 Friday 26 July 2024 22:14:05 -0400 (0:00:00.063) 0:01:14.796 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Remove certificate and private key from the control node] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1320 Friday 26 July 2024 22:14:05 -0400 (0:00:00.067) 0:01:14.864 *********** skipping: [managed_node1] => (item=cert) => { "ansible_loop_var": "item", "changed": false, "item": "cert", "skip_reason": "Conditional result was False" } skipping: [managed_node1] => (item=key) => { "ansible_loop_var": "item", "changed": false, "item": "key", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Save credentials for the SQL Server login] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1333 Friday 26 July 2024 22:14:05 -0400 (0:00:00.073) 0:01:14.937 *********** skipping: [managed_node1] => { "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: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1345 Friday 26 July 2024 22:14:05 -0400 (0:00:00.123) 0:01:15.061 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Wait for the cluster to finish configuration] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1350 Friday 26 July 2024 22:14:05 -0400 (0:00:00.064) 0:01:15.125 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Configure listener for the availability group] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1356 Friday 26 July 2024 22:14:06 -0400 (0:00:00.066) 0:01:15.191 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Ensure the ansible_managed header in /var/opt/mssql/mssql.conf] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1365 Friday 26 July 2024 22:14:06 -0400 (0:00:00.069) 0:01:15.261 *********** changed: [managed_node1] => { "changed": true } MSG: Block inserted RUNNING HANDLER [fedora.linux_system_roles.mssql : Restart the mssql-server service] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/handlers/main.yml:3 Friday 26 July 2024 22:14:06 -0400 (0:00:00.501) 0:01:15.763 *********** changed: [managed_node1] => { "changed": true, "name": "mssql-server", "state": "started", "status": { "ActiveEnterTimestamp": "Fri 2024-07-26 22:13:45 EDT", "ActiveEnterTimestampMonotonic": "2762279030", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "systemd-journald.socket -.mount auditd.service basic.target network.target system.slice", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Fri 2024-07-26 22:13:45 EDT", "AssertTimestampMonotonic": "2762277676", "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-07-26 22:13:45 EDT", "ConditionTimestampMonotonic": "2762277675", "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": "26284", "ExecMainStartTimestamp": "Fri 2024-07-26 22:13:45 EDT", "ExecMainStartTimestampMonotonic": "2762278315", "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-07-26 22:13:45 EDT", "InactiveExitTimestampMonotonic": "2762279030", "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": "14311", "LimitSTACK": "18446744073709551615", "LoadState": "loaded", "MainPID": "26284", "MemoryAccounting": "no", "MemoryCurrent": "18446744073709551615", "MemoryLimit": "18446744073709551615", "MountFlags": "0", "Names": "mssql-server.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "PrivateDevices": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "ProtectHome": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "Requires": "basic.target system.slice -.mount", "RequiresMountsFor": "/var/opt/mssql", "Restart": "on-failure", "RestartUSec": "100ms", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "3", "StartLimitInterval": "120000000", "StartupBlockIOWeight": "18446744073709551615", "StartupCPUShares": "18446744073709551615", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "no", "TasksCurrent": "18446744073709551615", "TasksMax": "18446744073709551615", "TimeoutStartUSec": "30min", "TimeoutStopUSec": "30min", "TimerSlackNSec": "50000", "Transient": "no", "Type": "simple", "UMask": "0007", "UnitFilePreset": "disabled", "UnitFileState": "enabled", "User": "mssql", "WantedBy": "multi-user.target", "WatchdogTimestamp": "Fri 2024-07-26 22:13:45 EDT", "WatchdogTimestampMonotonic": "2762278984", "WatchdogUSec": "0", "WorkingDirectory": "/var/opt/mssql" } } META: ran handlers TASK [fedora.linux_system_roles.mssql : Post-input SQL scripts to SQL Server] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1378 Friday 26 July 2024 22:14:07 -0400 (0:00:01.283) 0:01:17.046 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Post-input SQL scripts to SQL Server] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1385 Friday 26 July 2024 22:14:07 -0400 (0:00:00.064) 0:01:17.110 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Remove a private key from the playbook directory] ************************ task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/tests_tls.yml:68 Friday 26 July 2024 22:14:08 -0400 (0:00:00.066) 0:01:17.177 *********** changed: [managed_node1 -> localhost] => { "changed": true, "path": "ansible.hHlxah", "state": "absent" } TASK [Configure the mssql-server service start limit interval and burst] ******* task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/tests_tls.yml:75 Friday 26 July 2024 22:14:08 -0400 (0:00:00.368) 0:01:17.546 *********** included: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql-sever-increase-start-limit.yml for managed_node1 TASK [Modify the mssql-server service start limit interval] ******************** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql-sever-increase-start-limit.yml:3 Friday 26 July 2024 22:14:08 -0400 (0:00:00.113) 0:01:17.660 *********** changed: [managed_node1] => { "changed": true } MSG: 1 replacements made TASK [Modify the mssql-server service start limit burst] *********************** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql-sever-increase-start-limit.yml:10 Friday 26 July 2024 22:14:09 -0400 (0:00:00.642) 0:01:18.303 *********** changed: [managed_node1] => { "changed": true } MSG: 1 replacements made TASK [Reload service daemon] *************************************************** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql-sever-increase-start-limit.yml:17 Friday 26 July 2024 22:14:09 -0400 (0:00:00.570) 0:01:18.873 *********** ok: [managed_node1] => { "changed": false, "name": null, "status": {} } TASK [Verify connectivity and settings] **************************************** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/tests_tls.yml:78 Friday 26 July 2024 22:14:10 -0400 (0:00:00.667) 0:01:19.541 *********** included: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml for managed_node1 TASK [Check if the errorlog file exists and its location] ********************** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:8 Friday 26 July 2024 22:14:10 -0400 (0:00:00.140) 0:01:19.681 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if the set edition matches the existing edition] ******************* task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:23 Friday 26 July 2024 22:14:10 -0400 (0:00:00.065) 0:01:19.747 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify if the edition matches] ******************************************* task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:35 Friday 26 July 2024 22:14:10 -0400 (0:00:00.064) 0:01:19.811 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the setting {{ item.key }}] *************************************** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:39 Friday 26 July 2024 22:14:10 -0400 (0:00:00.066) 0:01:19.878 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get stat of mssql_datadir] *********************************************** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:55 Friday 26 July 2024 22:14:10 -0400 (0:00:00.065) 0:01:19.943 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Assert that mssql_datadir has proper permissions and ownership] ********** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:60 Friday 26 July 2024 22:14:10 -0400 (0:00:00.064) 0:01:20.007 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get stat of mssql_logdir] ************************************************ task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:70 Friday 26 July 2024 22:14:10 -0400 (0:00:00.061) 0:01:20.069 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Assert that mssql_logdir has proper permissions and ownership] *********** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:75 Friday 26 July 2024 22:14:11 -0400 (0:00:00.063) 0:01:20.133 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Prepare MSSQL and facts for logging in] ********************************** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:85 Friday 26 July 2024 22:14:11 -0400 (0:00:00.061) 0:01:20.195 *********** TASK [fedora.linux_system_roles.mssql : Ensure that the mssql-server service is started] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/verify_password.yml:3 Friday 26 July 2024 22:14:11 -0400 (0:00:00.166) 0:01:20.361 *********** ok: [managed_node1] => { "changed": false, "name": "mssql-server", "state": "started", "status": { "ActiveEnterTimestamp": "Fri 2024-07-26 22:14:07 EDT", "ActiveEnterTimestampMonotonic": "2784147445", "ActiveExitTimestamp": "Fri 2024-07-26 22:14:07 EDT", "ActiveExitTimestampMonotonic": "2783389553", "ActiveState": "active", "After": "-.mount systemd-journald.socket network.target system.slice auditd.service basic.target", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Fri 2024-07-26 22:14:07 EDT", "AssertTimestampMonotonic": "2784146605", "Before": "shutdown.target multi-user.target", "BlockIOAccounting": "no", "BlockIOWeight": "18446744073709551615", "CPUAccounting": "no", "CPUQuotaPerSecUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "18446744073709551615", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "18446744073709551615", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Fri 2024-07-26 22:14:07 EDT", "ConditionTimestampMonotonic": "2784146603", "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": "27534", "ExecMainStartTimestamp": "Fri 2024-07-26 22:14:07 EDT", "ExecMainStartTimestampMonotonic": "2784147368", "ExecMainStatus": "0", "ExecStart": "{ path=/opt/mssql/bin/sqlservr ; argv[]=/opt/mssql/bin/sqlservr ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/mssql-server.service", "GuessMainPID": "yes", "IOScheduling": "0", "Id": "mssql-server.service", "IgnoreOnIsolate": "no", "IgnoreOnSnapshot": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestamp": "Fri 2024-07-26 22:14:07 EDT", "InactiveEnterTimestampMonotonic": "2784143869", "InactiveExitTimestamp": "Fri 2024-07-26 22:14:07 EDT", "InactiveExitTimestampMonotonic": "2784147445", "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": "14311", "LimitSTACK": "18446744073709551615", "LoadState": "loaded", "MainPID": "27534", "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-07-26 22:14:07 EDT", "WatchdogTimestampMonotonic": "2784147416", "WatchdogUSec": "0", "WorkingDirectory": "/var/opt/mssql" } } TASK [fedora.linux_system_roles.mssql : Check if a custom tcpport setting exist] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/verify_password.yml:8 Friday 26 July 2024 22:14:12 -0400 (0:00:00.809) 0:01:21.170 *********** ok: [managed_node1] => { "changed": false, "cmd": [ "grep", "^tcpport = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.002943", "end": "2024-07-26 22:14:12.313686", "failed_when_result": false, "rc": 1, "start": "2024-07-26 22:14:12.310743" } MSG: non-zero return code TASK [fedora.linux_system_roles.mssql : Check if a custom ipaddress setting exist] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/verify_password.yml:14 Friday 26 July 2024 22:14:12 -0400 (0:00:00.358) 0:01:21.529 *********** ok: [managed_node1] => { "changed": false, "cmd": [ "grep", "^ipaddress = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:01.004080", "end": "2024-07-26 22:14:13.650174", "failed_when_result": false, "rc": 1, "start": "2024-07-26 22:14:12.646094" } MSG: non-zero return code TASK [fedora.linux_system_roles.mssql : Set a fact with a login command] ******* task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/verify_password.yml:20 Friday 26 July 2024 22:14:13 -0400 (0:00:01.347) 0:01:22.876 *********** ok: [managed_node1] => { "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: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:93 Friday 26 July 2024 22:14:13 -0400 (0:00:00.077) 0:01:22.953 *********** ok: [managed_node1] => { "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": 7352, "state": "file", "uid": 996 } TASK [Check if the set password matches the existing password] ***************** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:99 Friday 26 July 2024 22:14:15 -0400 (0:00:01.530) 0:01:24.484 *********** ok: [managed_node1] => { "attempts": 1, "changed": false, "cmd": [ "/opt/mssql-tools/bin/sqlcmd", "-U", "sa", "-P", "p@55w0rD", "-Q", "SELECT @@VERSION" ], "delta": "0:00:00.030170", "end": "2024-07-26 22:14:15.622756", "rc": 0, "start": "2024-07-26 22:14:15.592586" } STDOUT: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ Microsoft SQL Server 2019 (RTM-CU27) (KB5037331) - 15.0.4375.4 (X64) Jun 10 2024 18:00:07 Copyright (C) 2019 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: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:118 Friday 26 July 2024 22:14:15 -0400 (0:00:00.360) 0:01:24.845 *********** ok: [managed_node1] => { "ansible_facts": { "mssql_password": null }, "changed": false } TASK [Verify the package mssql-server-fts] ************************************* task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:122 Friday 26 July 2024 22:14:15 -0400 (0:00:00.069) 0:01:24.914 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the package powershell] ******************************************* task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:129 Friday 26 July 2024 22:14:15 -0400 (0:00:00.065) 0:01:24.979 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the value of the traceflag setting] ********************************** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:140 Friday 26 July 2024 22:14:15 -0400 (0:00:00.065) 0:01:25.045 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that the traceflag setting is set to 3979] ************************ task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:145 Friday 26 July 2024 22:14:15 -0400 (0:00:00.062) 0:01:25.107 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that the traceflag setting is not set to 3979] ******************** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:150 Friday 26 July 2024 22:14:16 -0400 (0:00:00.068) 0:01:25.176 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that the alternatewritethrough setting is false] ****************** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:156 Friday 26 July 2024 22:14:16 -0400 (0:00:00.061) 0:01:25.237 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the writethrough setting] ***************************************** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:162 Friday 26 July 2024 22:14:16 -0400 (0:00:00.064) 0:01:25.302 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the tlscert setting] ********************************************** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:172 Friday 26 July 2024 22:14:16 -0400 (0:00:00.063) 0:01:25.366 *********** included: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml for managed_node1 TASK [Get the value of the setting tlscert] ************************************ task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml:7 Friday 26 July 2024 22:14:16 -0400 (0:00:00.116) 0:01:25.483 *********** ok: [managed_node1] => { "changed": false, "cmd": "grep '^tlscert' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.003927", "end": "2024-07-26 22:14:16.597418", "rc": 0, "start": "2024-07-26 22:14:16.593491" } STDOUT: tlscert = /etc/pki/tls/certs/ansible.M35v2k TASK [Verify the setting when it is type str tlscert] ************************** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml:14 Friday 26 July 2024 22:14:16 -0400 (0:00:00.334) 0:01:25.817 *********** ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [Verify the setting when it is type bool tlscert] ************************* task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml:25 Friday 26 July 2024 22:14:16 -0400 (0:00:00.083) 0:01:25.901 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that tcpport = /etc/pki/tls/certs/ansible.M35v2k] ***************** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml:40 Friday 26 July 2024 22:14:16 -0400 (0:00:00.074) 0:01:25.975 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the tlskey setting] *********************************************** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:183 Friday 26 July 2024 22:14:16 -0400 (0:00:00.066) 0:01:26.042 *********** included: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml for managed_node1 TASK [Get the value of the setting tlskey] ************************************* task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml:7 Friday 26 July 2024 22:14:17 -0400 (0:00:00.173) 0:01:26.215 *********** ok: [managed_node1] => { "changed": false, "cmd": "grep '^tlskey' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004053", "end": "2024-07-26 22:14:17.330563", "rc": 0, "start": "2024-07-26 22:14:17.326510" } STDOUT: tlskey = /etc/pki/tls/private/ansible.hHlxah TASK [Verify the setting when it is type str tlskey] *************************** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml:14 Friday 26 July 2024 22:14:17 -0400 (0:00:00.337) 0:01:26.553 *********** ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [Verify the setting when it is type bool tlskey] ************************** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml:25 Friday 26 July 2024 22:14:17 -0400 (0:00:00.081) 0:01:26.635 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that tcpport = /etc/pki/tls/private/ansible.hHlxah] *************** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml:40 Friday 26 July 2024 22:14:17 -0400 (0:00:00.075) 0:01:26.710 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the tlsprotocols setting] ***************************************** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:195 Friday 26 July 2024 22:14:17 -0400 (0:00:00.066) 0:01:26.777 *********** included: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml for managed_node1 TASK [Get the value of the setting tlsprotocols] ******************************* task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml:7 Friday 26 July 2024 22:14:17 -0400 (0:00:00.121) 0:01:26.898 *********** ok: [managed_node1] => { "changed": false, "cmd": "grep '^tlsprotocols' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004099", "end": "2024-07-26 22:14:18.015659", "rc": 0, "start": "2024-07-26 22:14:18.011560" } STDOUT: tlsprotocols = 1.2 TASK [Verify the setting when it is type str tlsprotocols] ********************* task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml:14 Friday 26 July 2024 22:14:18 -0400 (0:00:00.336) 0:01:27.235 *********** ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [Verify the setting when it is type bool tlsprotocols] ******************** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml:25 Friday 26 July 2024 22:14:18 -0400 (0:00:00.081) 0:01:27.316 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that tcpport = 1.2] *********************************************** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml:40 Friday 26 July 2024 22:14:18 -0400 (0:00:00.066) 0:01:27.383 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the forceencryption setting] ************************************** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:203 Friday 26 July 2024 22:14:18 -0400 (0:00:00.065) 0:01:27.449 *********** included: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml for managed_node1 TASK [Get the value of the setting forceencryption] **************************** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml:7 Friday 26 July 2024 22:14:18 -0400 (0:00:00.123) 0:01:27.572 *********** ok: [managed_node1] => { "changed": false, "cmd": "grep '^forceencryption' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004012", "end": "2024-07-26 22:14:18.688535", "rc": 0, "start": "2024-07-26 22:14:18.684523" } STDOUT: forceencryption = 1 TASK [Verify the setting when it is type str forceencryption] ****************** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml:14 Friday 26 July 2024 22:14:18 -0400 (0:00:00.333) 0:01:27.906 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the setting when it is type bool forceencryption] ***************** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml:25 Friday 26 July 2024 22:14:18 -0400 (0:00:00.066) 0:01:27.972 *********** ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [Verify that tcpport = True] ********************************************** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml:40 Friday 26 July 2024 22:14:18 -0400 (0:00:00.082) 0:01:28.055 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify configuration for confined application] *************************** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:210 Friday 26 July 2024 22:14:19 -0400 (0:00:00.112) 0:01:28.167 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Disable TLS encryption] ************************************************** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/tests_tls.yml:85 Friday 26 July 2024 22:14:19 -0400 (0:00:00.065) 0:01:28.233 *********** TASK [fedora.linux_system_roles.mssql : Ensure ansible_facts and variables used by role] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:3 Friday 26 July 2024 22:14:19 -0400 (0:00:00.323) 0:01:28.556 *********** included: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/set_vars.yml for managed_node1 TASK [fedora.linux_system_roles.mssql : Ensure ansible_facts used by role] ***** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/set_vars.yml:3 Friday 26 July 2024 22:14:19 -0400 (0:00:00.108) 0:01:28.664 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Set platform/version specific variables] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/set_vars.yml:8 Friday 26 July 2024 22:14:19 -0400 (0:00:00.083) 0:01:28.748 *********** ok: [managed_node1] => (item=RedHat.yml) => { "ansible_facts": { "__mssql_client_repository": "https://packages.microsoft.com/rhel/9/prod/", "__mssql_confined_supported": true, "__mssql_server_repository": "https://packages.microsoft.com/rhel/9/mssql-server-{{ mssql_version | int }}/", "__mssql_supported_versions": [ 2022 ], "__mssql_tuned_supported": true }, "ansible_included_var_files": [ "/tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/vars/RedHat.yml" ], "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml" } skipping: [managed_node1] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [managed_node1] => (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": [ "/tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/vars/CentOS_7.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_7.yml" } skipping: [managed_node1] => (item=CentOS_7.9.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS_7.9.yml", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Unset the __mssql_sqlcmd_login_cmd fact] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:8 Friday 26 July 2024 22:14:19 -0400 (0:00:00.101) 0:01:28.850 *********** ok: [managed_node1] => { "ansible_facts": { "__mssql_sqlcmd_login_cmd": null }, "changed": false } TASK [fedora.linux_system_roles.mssql : Print that the mssql_input_sql_file variable is deprecated] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:15 Friday 26 July 2024 22:14:19 -0400 (0:00:00.064) 0:01:28.914 *********** skipping: [managed_node1] => {} TASK [fedora.linux_system_roles.mssql : Link the deprecated mssql_input_sql_file fact] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:23 Friday 26 July 2024 22:14:19 -0400 (0:00:00.063) 0:01:28.978 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Print that the variable is deprecated] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:30 Friday 26 July 2024 22:14:19 -0400 (0:00:00.064) 0:01:29.042 *********** skipping: [managed_node1] => {} TASK [fedora.linux_system_roles.mssql : Link the deprecated mssql_ha_listener_port fact] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:37 Friday 26 July 2024 22:14:19 -0400 (0:00:00.064) 0:01:29.106 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Print that the mssql_ad_sql_user_name variable is deprecated] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:44 Friday 26 July 2024 22:14:20 -0400 (0:00:00.063) 0:01:29.170 *********** skipping: [managed_node1] => {} TASK [fedora.linux_system_roles.mssql : Link the deprecated mssql_ad_sql_user_name fact] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:51 Friday 26 July 2024 22:14:20 -0400 (0:00:00.063) 0:01:29.233 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Print that the mssql_ha_cluster_run_role variable is deprecated] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:58 Friday 26 July 2024 22:14:20 -0400 (0:00:00.064) 0:01:29.298 *********** skipping: [managed_node1] => {} TASK [fedora.linux_system_roles.mssql : Link the deprecated mssql_ha_cluster_run_role fact] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:65 Friday 26 July 2024 22:14:20 -0400 (0:00:00.122) 0:01:29.421 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Verify that the user accepts EULA variables] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:69 Friday 26 July 2024 22:14:20 -0400 (0:00:00.069) 0:01:29.490 *********** ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [fedora.linux_system_roles.mssql : Verify that EL < 8 is not used with mssql_ha_configure=true] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:81 Friday 26 July 2024 22:14:20 -0400 (0:00:00.073) 0:01:29.563 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Verify if the mssql_ha_replica_type variable is provided correctly] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:89 Friday 26 July 2024 22:14:20 -0400 (0:00:00.068) 0:01:29.632 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Verify that 'mssql_ha_replica_type = primary' is provided once] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:98 Friday 26 July 2024 22:14:20 -0400 (0:00:00.065) 0:01:29.697 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Verify that mssql_ha_prep_for_pacemaker is provided correctly] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:107 Friday 26 July 2024 22:14:20 -0400 (0:00:00.066) 0:01:29.764 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Verify that selinux variables are used on supported platforms] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:117 Friday 26 July 2024 22:14:20 -0400 (0:00:00.068) 0:01:29.833 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Verify that mssql_manage_selinux is set properly] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:126 Friday 26 July 2024 22:14:20 -0400 (0:00:00.064) 0:01:29.898 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Gather package facts] ****************** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:137 Friday 26 July 2024 22:14:20 -0400 (0:00:00.068) 0:01:29.966 *********** ok: [managed_node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.mssql : Set fact with the currently installed SQL Server version if any] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:141 Friday 26 July 2024 22:14:22 -0400 (0:00:01.174) 0:01:31.140 *********** skipping: [managed_node1] => (item={u'value': 14, u'key': 2017}) => { "ansible_loop_var": "item", "changed": false, "item": { "key": 2017, "value": 14 }, "skip_reason": "Conditional result was False" } ok: [managed_node1] => (item={u'value': 15, u'key': 2019}) => { "ansible_facts": { "__mssql_current_version": "2019" }, "ansible_loop_var": "item", "changed": false, "item": { "key": 2019, "value": 15 } } skipping: [managed_node1] => (item={u'value': 16, u'key': 2022}) => { "ansible_loop_var": "item", "changed": false, "item": { "key": 2022, "value": 16 }, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Set mssql_version variable if user does not define it] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:149 Friday 26 July 2024 22:14:22 -0400 (0:00:00.305) 0:01:31.446 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Verify if the mssql_version variable is provided correctly] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:156 Friday 26 July 2024 22:14:22 -0400 (0:00:00.066) 0:01:31.513 *********** ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [fedora.linux_system_roles.mssql : Verify if mssql_version is not smaller then the existing SQL Server version] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:163 Friday 26 July 2024 22:14:22 -0400 (0:00:00.073) 0:01:31.586 *********** skipping: [managed_node1] => (item={u'value': 14, u'key': 2017}) => { "ansible_loop_var": "item", "changed": false, "item": { "key": 2017, "value": 14 }, "skip_reason": "Conditional result was False" } skipping: [managed_node1] => (item={u'value': 15, u'key': 2019}) => { "ansible_loop_var": "item", "changed": false, "item": { "key": 2019, "value": 15 }, "skip_reason": "Conditional result was False" } skipping: [managed_node1] => (item={u'value': 16, u'key': 2022}) => { "ansible_loop_var": "item", "changed": false, "item": { "key": 2022, "value": 16 }, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Deploy the GPG key for Microsoft repositories] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:177 Friday 26 July 2024 22:14:22 -0400 (0:00:00.123) 0:01:31.709 *********** ok: [managed_node1] => { "attempts": 1, "changed": false } TASK [fedora.linux_system_roles.mssql : Update all packages from SQL Server repo version 2019] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:191 Friday 26 July 2024 22:14:23 -0400 (0:00:00.533) 0:01:32.243 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Get yum repositories] ****************** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:201 Friday 26 July 2024 22:14:23 -0400 (0:00:00.073) 0:01:32.317 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Remove the current Microsoft SQL Server repository to upgrade to 2019] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:212 Friday 26 July 2024 22:14:23 -0400 (0:00:00.071) 0:01:32.388 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Update all packages from SQL Server repo version 2019] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:226 Friday 26 July 2024 22:14:23 -0400 (0:00:00.074) 0:01:32.462 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Get zypper repositories] *************** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:235 Friday 26 July 2024 22:14:23 -0400 (0:00:00.070) 0:01:32.533 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Remove the current Microsoft SQL Server repository to upgrade to 2019] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:247 Friday 26 July 2024 22:14:23 -0400 (0:00:00.071) 0:01:32.605 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Configure the Microsoft SQL Server repo version 2019] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:254 Friday 26 July 2024 22:14:23 -0400 (0:00:00.072) 0:01:32.678 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Configure the Microsoft SQL Server repo version 2019] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:266 Friday 26 July 2024 22:14:23 -0400 (0:00:00.090) 0:01:32.768 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Configure to run as a confined application with SELinux] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:279 Friday 26 July 2024 22:14:23 -0400 (0:00:00.066) 0:01:32.834 *********** ok: [managed_node1] => { "changed": false, "rc": 0, "results": [ "mssql-server-selinux is not installed" ] } TASK [fedora.linux_system_roles.mssql : Ensure the package mssql-server] ******* task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:284 Friday 26 July 2024 22:14:24 -0400 (0:00:00.572) 0:01:33.407 *********** ok: [managed_node1] => { "changed": false, "rc": 0, "results": [ "mssql-server-15.0.4375.4-1.x86_64 providing mssql-server is already installed" ] } lsrpackages: mssql-server TASK [fedora.linux_system_roles.mssql : Ensure that the openldap-compat package is installed] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:292 Friday 26 July 2024 22:14:24 -0400 (0:00:00.553) 0:01:33.960 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Check if the errorlog file exists and its location] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:300 Friday 26 July 2024 22:14:24 -0400 (0:00:00.068) 0:01:34.029 *********** ok: [managed_node1] => { "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.005869", "end": "2024-07-26 22:14:25.148484", "rc": 0, "start": "2024-07-26 22:14:25.142615" } STDOUT: /var/opt/mssql/log/errorlog TASK [fedora.linux_system_roles.mssql : Gather system services facts] ********** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:316 Friday 26 July 2024 22:14:25 -0400 (0:00:00.346) 0:01:34.375 *********** ok: [managed_node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.mssql : Set the __mssql_is_setup variable] ***** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:320 Friday 26 July 2024 22:14:26 -0400 (0:00:00.888) 0:01:35.264 *********** ok: [managed_node1] => { "ansible_facts": { "__mssql_is_setup": true }, "changed": false } TASK [fedora.linux_system_roles.mssql : Verify that the variables required for setting up MSSQL are defined] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:329 Friday 26 July 2024 22:14:26 -0400 (0:00:00.092) 0:01:35.357 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Set up MSSQL] ************************** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:345 Friday 26 July 2024 22:14:26 -0400 (0:00:00.065) 0:01:35.422 *********** skipping: [managed_node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.mssql : Ensure the directory and permissions for datadir and logdir] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:370 Friday 26 July 2024 22:14:26 -0400 (0:00:00.070) 0:01:35.492 *********** skipping: [managed_node1] => (item={u'path': None, u'setting': u'defaultdatadir', u'mode': u'755'}) => { "ansible_loop_var": "item", "changed": false, "item": { "mode": "755", "path": null, "setting": "defaultdatadir" }, "skip_reason": "Conditional result was False" } skipping: [managed_node1] => (item={u'path': None, u'setting': u'defaultlogdir', u'mode': u'755'}) => { "ansible_loop_var": "item", "changed": false, "item": { "mode": "755", "path": null, "setting": "defaultlogdir" }, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Set selinux role facts for ports] ****** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:385 Friday 26 July 2024 22:14:26 -0400 (0:00:00.080) 0:01:35.573 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure correct SELinux context for storage paths and ports] ************** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:399 Friday 26 July 2024 22:14:26 -0400 (0:00:00.067) 0:01:35.641 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Ensure that the tuned-profiles-mssql package is installed] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:410 Friday 26 July 2024 22:14:26 -0400 (0:00:00.067) 0:01:35.708 *********** ok: [managed_node1] => { "changed": false, "rc": 0, "results": [ "tuned-profiles-mssql-2.11.0-12.el7_9.noarch providing tuned-profiles-mssql is already installed" ] } lsrpackages: tuned-profiles-mssql TASK [fedora.linux_system_roles.mssql : Ensure that the tuned service is started and enabled] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:416 Friday 26 July 2024 22:14:27 -0400 (0:00:00.544) 0:01:36.253 *********** ok: [managed_node1] => { "changed": false, "enabled": true, "name": "tuned", "state": "started", "status": { "ActiveEnterTimestamp": "Fri 2024-07-26 21:27:56 EDT", "ActiveEnterTimestampMonotonic": "12916852", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "systemd-journald.socket systemd-sysctl.service network.target dbus.service system.slice basic.target", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Fri 2024-07-26 21:27:55 EDT", "AssertTimestampMonotonic": "12241781", "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-07-26 21:27:55 EDT", "ConditionTimestampMonotonic": "12241780", "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": "853", "ExecMainStartTimestamp": "Fri 2024-07-26 21:27:55 EDT", "ExecMainStartTimestampMonotonic": "12243873", "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-07-26 21:27:55 EDT", "InactiveExitTimestampMonotonic": "12243909", "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": "14311", "LimitRSS": "18446744073709551615", "LimitRTPRIO": "0", "LimitRTTIME": "18446744073709551615", "LimitSIGPENDING": "14311", "LimitSTACK": "18446744073709551615", "LoadState": "loaded", "MainPID": "853", "MemoryAccounting": "no", "MemoryCurrent": "18446744073709551615", "MemoryLimit": "18446744073709551615", "MountFlags": "0", "Names": "tuned.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PIDFile": "/run/tuned/tuned.pid", "PermissionsStartOnly": "no", "PrivateDevices": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "ProtectHome": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "Requires": "polkit.service basic.target dbus.service system.slice", "Restart": "no", "RestartUSec": "100ms", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitInterval": "10000000", "StartupBlockIOWeight": "18446744073709551615", "StartupCPUShares": "18446744073709551615", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "no", "TasksCurrent": "18446744073709551615", "TasksMax": "18446744073709551615", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "dbus", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "WantedBy": "multi-user.target", "WatchdogTimestamp": "Fri 2024-07-26 21:27:56 EDT", "WatchdogTimestampMonotonic": "12916740", "WatchdogUSec": "0" } } TASK [fedora.linux_system_roles.mssql : Get the active Tuned profiles] ********* task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:423 Friday 26 July 2024 22:14:27 -0400 (0:00:00.430) 0:01:36.683 *********** ok: [managed_node1] => { "changed": false, "cmd": [ "tuned-adm", "active" ], "delta": "0:00:00.082929", "end": "2024-07-26 22:14:27.885480", "rc": 0, "start": "2024-07-26 22:14:27.802551" } STDOUT: Current active profile: virtual-guest mssql TASK [fedora.linux_system_roles.mssql : Attempt to add mssql to the list of Tuned profiles] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:436 Friday 26 July 2024 22:14:27 -0400 (0:00:00.428) 0:01:37.112 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Remove troublemaking include from the mssql profile] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:449 Friday 26 July 2024 22:14:28 -0400 (0:00:00.067) 0:01:37.179 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Add the fixed mssql profile to the list of Tuned profiles] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:458 Friday 26 July 2024 22:14:28 -0400 (0:00:00.070) 0:01:37.250 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Configure the Microsoft SQL Server Tools repository] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:468 Friday 26 July 2024 22:14:28 -0400 (0:00:00.070) 0:01:37.321 *********** ok: [managed_node1] => { "changed": false, "repo": "packages-microsoft-com-prod", "state": "present" } TASK [fedora.linux_system_roles.mssql : Configure the Microsoft SQL Server Tools repository] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:476 Friday 26 July 2024 22:14:28 -0400 (0:00:00.366) 0:01:37.688 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Ensure that SQL Server client tools are installed] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:485 Friday 26 July 2024 22:14:28 -0400 (0:00:00.066) 0:01:37.754 *********** ok: [managed_node1] => { "changed": false, "rc": 0, "results": [ "mssql-tools-17.10.1.1-1.x86_64 providing mssql-tools is already installed", "unixODBC-devel-2.3.11-1.rh.x86_64 providing unixODBC-devel is already installed" ] } lsrpackages: mssql-tools unixODBC-devel TASK [fedora.linux_system_roles.mssql : Prepare MSSQL and facts for logging in] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:497 Friday 26 July 2024 22:14:29 -0400 (0:00:00.541) 0:01:38.296 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Wait for mssql-server to prepare for client connections] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:501 Friday 26 July 2024 22:14:29 -0400 (0:00:00.070) 0:01:38.367 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Check if the set password matches the existing password] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:507 Friday 26 July 2024 22:14:29 -0400 (0:00:00.068) 0:01:38.436 *********** skipping: [managed_node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.mssql : Ensure that the mssql-server service is stopped] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:522 Friday 26 July 2024 22:14:29 -0400 (0:00:00.072) 0:01:38.509 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Gather package facts] ****************** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:529 Friday 26 July 2024 22:14:29 -0400 (0:00:00.069) 0:01:38.578 *********** skipping: [managed_node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.mssql : Change the password of sa user] ******** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:537 Friday 26 July 2024 22:14:29 -0400 (0:00:00.072) 0:01:38.651 *********** skipping: [managed_node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.mssql : Pre-input SQL script files to SQL Server] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:558 Friday 26 July 2024 22:14:29 -0400 (0:00:00.066) 0:01:38.718 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Pre-input SQL script contents to SQL Server] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:565 Friday 26 July 2024 22:14:29 -0400 (0:00:00.124) 0:01:38.842 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Check if the set edition matches the existing edition] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:576 Friday 26 July 2024 22:14:29 -0400 (0:00:00.070) 0:01:38.912 *********** ok: [managed_node1] => { "changed": false, "cmd": "errorlog_edition=\"$(grep -oi 'Evaluation edition' \\\n/var/opt/mssql/log/errorlog)\"\nif [ -z \"${errorlog_edition}\" ]; then\n edition_matches=false\nelse\n edition_matches=true\nfi\necho \"${edition_matches}\"\n", "delta": "0:00:00.004793", "end": "2024-07-26 22:14:30.042628", "rc": 0, "start": "2024-07-26 22:14:30.037835" } STDOUT: true TASK [fedora.linux_system_roles.mssql : Ensure that the mssql-server service is stopped] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:590 Friday 26 July 2024 22:14:30 -0400 (0:00:00.348) 0:01:39.261 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Gather package facts] ****************** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:597 Friday 26 July 2024 22:14:30 -0400 (0:00:00.071) 0:01:39.333 *********** ok: [managed_node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.mssql : Change the edition of MSSQL] *********** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:603 Friday 26 July 2024 22:14:31 -0400 (0:00:01.193) 0:01:40.527 *********** skipping: [managed_node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.mssql : Configure the IP address setting] ****** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:622 Friday 26 July 2024 22:14:31 -0400 (0:00:00.073) 0:01:40.601 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Register the previous tcpport setting] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:629 Friday 26 July 2024 22:14:31 -0400 (0:00:00.070) 0:01:40.671 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Open the TCP port 1433] ************************************************** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:636 Friday 26 July 2024 22:14:31 -0400 (0:00:00.069) 0:01:40.740 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Configure the TCP port setting to 1433] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:648 Friday 26 July 2024 22:14:31 -0400 (0:00:00.073) 0:01:40.814 *********** included: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml for managed_node1 TASK [fedora.linux_system_roles.mssql : Get the setting network tcpport] ******* task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:3 Friday 26 July 2024 22:14:31 -0400 (0:00:00.176) 0:01:40.991 *********** ok: [managed_node1] => { "changed": false, "cmd": [ "grep", "^tcpport = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.002831", "end": "2024-07-26 22:14:32.109502", "failed_when_result": false, "rc": 1, "start": "2024-07-26 22:14:32.106671" } MSG: non-zero return code TASK [fedora.linux_system_roles.mssql : Configure the setting network tcpport] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:12 Friday 26 July 2024 22:14:32 -0400 (0:00:00.341) 0:01:41.332 *********** ok: [managed_node1] => { "changed": false, "cmd": [ "/opt/mssql/bin/mssql-conf", "set", "network.tcpport", "1433" ], "delta": "0:00:00.117247", "end": "2024-07-26 22:14:32.567131", "failed_when_result": false, "rc": 0, "start": "2024-07-26 22:14:32.449884" } STDOUT: Validation error on setting 'network.tcpport' Port '1433' is already in use. Please use another port TASK [fedora.linux_system_roles.mssql : Unset the setting network tcpport] ***** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:42 Friday 26 July 2024 22:14:32 -0400 (0:00:00.468) 0:01:41.800 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Close the previously set SQL Server TCP port if it changed] ************** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:654 Friday 26 July 2024 22:14:32 -0400 (0:00:00.068) 0:01:41.869 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Configure the sqlagent setting] ******** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:674 Friday 26 July 2024 22:14:32 -0400 (0:00:00.068) 0:01:41.937 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Ensure the package mssql-server-fts] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:681 Friday 26 July 2024 22:14:32 -0400 (0:00:00.068) 0:01:42.005 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Ensure the package powershell] ********* task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:688 Friday 26 July 2024 22:14:32 -0400 (0:00:00.068) 0:01:42.074 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Check if the 3979 trace flag is enabled] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:697 Friday 26 July 2024 22:14:33 -0400 (0:00:00.066) 0:01:42.140 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Set the 3979 traceflag] **************** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:703 Friday 26 July 2024 22:14:33 -0400 (0:00:00.067) 0:01:42.208 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Unset the 3979 traceflag] ************** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:710 Friday 26 July 2024 22:14:33 -0400 (0:00:00.067) 0:01:42.275 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Configure the alternatewritethrough setting] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:718 Friday 26 July 2024 22:14:33 -0400 (0:00:00.068) 0:01:42.344 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Configure the writethrough setting] **** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:724 Friday 26 July 2024 22:14:33 -0400 (0:00:00.068) 0:01:42.412 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create certificates using the certificate role] ************************** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:742 Friday 26 July 2024 22:14:33 -0400 (0:00:00.065) 0:01:42.477 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Set mssql_tls_cert and _private_key based on the cert name] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:756 Friday 26 July 2024 22:14:33 -0400 (0:00:00.070) 0:01:42.548 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Copy certificate and private_key files to the host] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:761 Friday 26 July 2024 22:14:33 -0400 (0:00:00.071) 0:01:42.620 *********** skipping: [managed_node1] => (item=/tmp/ansible.M35v2k) => { "ansible_loop_var": "item", "changed": false, "item": "/tmp/ansible.M35v2k", "skip_reason": "Conditional result was False" } skipping: [managed_node1] => (item=ansible.hHlxah) => { "ansible_loop_var": "item", "changed": false, "item": "ansible.hHlxah", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Configure the tlscert setting] ********* task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:779 Friday 26 July 2024 22:14:33 -0400 (0:00:00.084) 0:01:42.704 *********** included: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml for managed_node1 TASK [fedora.linux_system_roles.mssql : Get the setting network tlscert] ******* task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:3 Friday 26 July 2024 22:14:33 -0400 (0:00:00.182) 0:01:42.886 *********** ok: [managed_node1] => { "changed": false, "cmd": [ "grep", "^tlscert = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003102", "end": "2024-07-26 22:14:34.003876", "failed_when_result": false, "rc": 0, "start": "2024-07-26 22:14:34.000774" } STDOUT: tlscert = /etc/pki/tls/certs/ansible.M35v2k TASK [fedora.linux_system_roles.mssql : Configure the setting network tlscert] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:12 Friday 26 July 2024 22:14:34 -0400 (0:00:00.341) 0:01:43.228 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Unset the setting network tlscert] ***** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:42 Friday 26 July 2024 22:14:34 -0400 (0:00:00.077) 0:01:43.305 *********** NOTIFIED HANDLER fedora.linux_system_roles.mssql : Restart the mssql-server service for managed_node1 changed: [managed_node1] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "unset", "network.tlscert" ], "delta": "0:00:00.118862", "end": "2024-07-26 22:14:34.541152", "failed_when_result": false, "rc": 0, "start": "2024-07-26 22:14:34.422290" } STDOUT: SQL Server needs to be restarted in order to apply this setting. Please run 'systemctl restart mssql-server.service'. TASK [fedora.linux_system_roles.mssql : Configure the tlskey setting] ********** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:788 Friday 26 July 2024 22:14:34 -0400 (0:00:00.462) 0:01:43.768 *********** included: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml for managed_node1 TASK [fedora.linux_system_roles.mssql : Get the setting network tlskey] ******** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:3 Friday 26 July 2024 22:14:34 -0400 (0:00:00.127) 0:01:43.895 *********** ok: [managed_node1] => { "changed": false, "cmd": [ "grep", "^tlskey = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003123", "end": "2024-07-26 22:14:35.015562", "failed_when_result": false, "rc": 0, "start": "2024-07-26 22:14:35.012439" } STDOUT: tlskey = /etc/pki/tls/private/ansible.hHlxah TASK [fedora.linux_system_roles.mssql : Configure the setting network tlskey] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:12 Friday 26 July 2024 22:14:35 -0400 (0:00:00.343) 0:01:44.239 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Unset the setting network tlskey] ****** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:42 Friday 26 July 2024 22:14:35 -0400 (0:00:00.077) 0:01:44.316 *********** changed: [managed_node1] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "unset", "network.tlskey" ], "delta": "0:00:00.117317", "end": "2024-07-26 22:14:35.551922", "failed_when_result": false, "rc": 0, "start": "2024-07-26 22:14:35.434605" } STDOUT: SQL Server needs to be restarted in order to apply this setting. Please run 'systemctl restart mssql-server.service'. TASK [fedora.linux_system_roles.mssql : Configure the tlsprotocols setting] **** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:797 Friday 26 July 2024 22:14:35 -0400 (0:00:00.468) 0:01:44.784 *********** included: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml for managed_node1 TASK [fedora.linux_system_roles.mssql : Get the setting network tlsprotocols] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:3 Friday 26 July 2024 22:14:35 -0400 (0:00:00.127) 0:01:44.912 *********** ok: [managed_node1] => { "changed": false, "cmd": [ "grep", "^tlsprotocols = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003293", "end": "2024-07-26 22:14:36.029208", "failed_when_result": false, "rc": 0, "start": "2024-07-26 22:14:36.025915" } STDOUT: tlsprotocols = 1.2 TASK [fedora.linux_system_roles.mssql : Configure the setting network tlsprotocols] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:12 Friday 26 July 2024 22:14:36 -0400 (0:00:00.337) 0:01:45.250 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Unset the setting network tlsprotocols] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:42 Friday 26 July 2024 22:14:36 -0400 (0:00:00.137) 0:01:45.387 *********** changed: [managed_node1] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "unset", "network.tlsprotocols" ], "delta": "0:00:00.115648", "end": "2024-07-26 22:14:36.622328", "failed_when_result": false, "rc": 0, "start": "2024-07-26 22:14:36.506680" } STDOUT: SQL Server needs to be restarted in order to apply this setting. Please run 'systemctl restart mssql-server.service'. TASK [fedora.linux_system_roles.mssql : Configure the forceencryption setting] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:804 Friday 26 July 2024 22:14:36 -0400 (0:00:00.458) 0:01:45.846 *********** included: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml for managed_node1 TASK [fedora.linux_system_roles.mssql : Get the setting network forceencryption] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:3 Friday 26 July 2024 22:14:36 -0400 (0:00:00.133) 0:01:45.979 *********** ok: [managed_node1] => { "changed": false, "cmd": [ "grep", "^forceencryption = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.002940", "end": "2024-07-26 22:14:37.095347", "failed_when_result": false, "rc": 0, "start": "2024-07-26 22:14:37.092407" } STDOUT: forceencryption = 1 TASK [fedora.linux_system_roles.mssql : Configure the setting network forceencryption] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:12 Friday 26 July 2024 22:14:37 -0400 (0:00:00.341) 0:01:46.321 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Unset the setting network forceencryption] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:42 Friday 26 July 2024 22:14:37 -0400 (0:00:00.074) 0:01:46.395 *********** changed: [managed_node1] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "unset", "network.forceencryption" ], "delta": "0:00:00.114260", "end": "2024-07-26 22:14:37.632617", "failed_when_result": false, "rc": 0, "start": "2024-07-26 22:14:37.518357" } STDOUT: SQL Server needs to be restarted in order to apply this setting. Please run 'systemctl restart mssql-server.service'. TASK [fedora.linux_system_roles.mssql : Verify that ad_integration_realm variable is provided] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:813 Friday 26 July 2024 22:14:37 -0400 (0:00:00.461) 0:01:46.857 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Join to realm {{ ad_integration_realm }}] ******************************** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:821 Friday 26 July 2024 22:14:37 -0400 (0:00:00.068) 0:01:46.926 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Ensure adutil and krb5-workstation] **** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:829 Friday 26 July 2024 22:14:37 -0400 (0:00:00.067) 0:01:46.993 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Print credential caches to check if AD principal exists] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:836 Friday 26 July 2024 22:14:37 -0400 (0:00:00.070) 0:01:47.063 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Print status of credential cache for {{ __mssql_ad_kinit_user }}] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:843 Friday 26 July 2024 22:14:38 -0400 (0:00:00.067) 0:01:47.131 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Obtain Kerberos ticket for {{ __mssql_ad_kinit_user }}] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:852 Friday 26 July 2024 22:14:38 -0400 (0:00:00.072) 0:01:47.203 *********** skipping: [managed_node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.mssql : Check if AD user exists] *************** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:865 Friday 26 July 2024 22:14:38 -0400 (0:00:00.067) 0:01:47.271 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : In AD server create user] ************** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:874 Friday 26 July 2024 22:14:38 -0400 (0:00:00.070) 0:01:47.342 *********** skipping: [managed_node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.mssql : Get SPNs for the principal] ************ task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:886 Friday 26 July 2024 22:14:38 -0400 (0:00:00.068) 0:01:47.410 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Register SPNs to the principal] ******** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:891 Friday 26 July 2024 22:14:38 -0400 (0:00:00.128) 0:01:47.539 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Get kvno of the SPN host] ************** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:908 Friday 26 July 2024 22:14:38 -0400 (0:00:00.071) 0:01:47.610 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Get stats of the keytab file] ********** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:913 Friday 26 July 2024 22:14:38 -0400 (0:00:00.067) 0:01:47.677 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Get keytab properties] ***************** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:918 Friday 26 July 2024 22:14:38 -0400 (0:00:00.068) 0:01:47.746 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Create keytab] ************************* task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:924 Friday 26 July 2024 22:14:38 -0400 (0:00:00.068) 0:01:47.814 *********** skipping: [managed_node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.mssql : Add an entry in the keytab for the principal name and password] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:950 Friday 26 July 2024 22:14:38 -0400 (0:00:00.067) 0:01:47.882 *********** skipping: [managed_node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.mssql : Ensure correct permissions and ownership on the keytab] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:971 Friday 26 July 2024 22:14:38 -0400 (0:00:00.068) 0:01:47.950 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Fetch keytab file to host] ************* task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:979 Friday 26 July 2024 22:14:38 -0400 (0:00:00.068) 0:01:48.019 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Configure the network.kerberoskeytabfile setting] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:989 Friday 26 July 2024 22:14:38 -0400 (0:00:00.068) 0:01:48.087 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Configure the network.kerberoskeytabfile setting] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:995 Friday 26 July 2024 22:14:39 -0400 (0:00:00.065) 0:01:48.153 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Verify that hosts with mssql_ha_replica_type=primary is available] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1013 Friday 26 July 2024 22:14:39 -0400 (0:00:00.067) 0:01:48.220 *********** skipping: [managed_node1] => { "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: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1024 Friday 26 July 2024 22:14:39 -0400 (0:00:00.068) 0:01:48.288 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Set host variables] ******************** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1044 Friday 26 July 2024 22:14:39 -0400 (0:00:00.067) 0:01:48.355 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Ensure the package mssql-server-ha] **** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1097 Friday 26 July 2024 22:14:39 -0400 (0:00:00.071) 0:01:48.427 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Enable the hadrenabled setting] ******** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1104 Friday 26 July 2024 22:14:39 -0400 (0:00:00.065) 0:01:48.492 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Restart the mssql-server service if hadrenabled task was changed] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1111 Friday 26 July 2024 22:14:39 -0400 (0:00:00.068) 0:01:48.561 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Remove certificate from SQL Server] **** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1121 Friday 26 July 2024 22:14:39 -0400 (0:00:00.067) 0:01:48.628 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Remove certificate and private key files] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1127 Friday 26 July 2024 22:14:39 -0400 (0:00:00.068) 0:01:48.697 *********** skipping: [managed_node1] => (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: [managed_node1] => (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 [fedora.linux_system_roles.mssql : Configure SQL entities on the primary replica] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1135 Friday 26 July 2024 22:14:39 -0400 (0:00:00.084) 0:01:48.781 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Create login for HA on in SQL Server] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1144 Friday 26 July 2024 22:14:39 -0400 (0:00:00.125) 0:01:48.906 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Fetch certificate files from the primary to the control node] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1152 Friday 26 July 2024 22:14:39 -0400 (0:00:00.069) 0:01:48.976 *********** skipping: [managed_node1] => (item={u'key': u'cert', u'value': u'/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: [managed_node1] => (item={u'key': u'key', u'value': u'/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 [fedora.linux_system_roles.mssql : Get the current primary replica in SQL] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1166 Friday 26 July 2024 22:14:39 -0400 (0:00:00.084) 0:01:49.061 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Set fact with the current primary replica] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1173 Friday 26 July 2024 22:14:40 -0400 (0:00:00.069) 0:01:49.130 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Configure ag] ************************** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1198 Friday 26 July 2024 22:14:40 -0400 (0:00:00.065) 0:01:49.196 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Grant permissions to HA login] ********* task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1207 Friday 26 July 2024 22:14:40 -0400 (0:00:00.069) 0:01:49.265 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Replicate DBs] ************************* task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1216 Friday 26 July 2024 22:14:40 -0400 (0:00:00.067) 0:01:49.333 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Grant permissions to HA login] ********* task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1227 Friday 26 July 2024 22:14:40 -0400 (0:00:00.066) 0:01:49.399 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Verify that hosts with replica_type=primary is available] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1240 Friday 26 July 2024 22:14:40 -0400 (0:00:00.069) 0:01:49.469 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Ensure the package mssql-server-ha] **** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1249 Friday 26 July 2024 22:14:40 -0400 (0:00:00.070) 0:01:49.539 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Enable the hadrenabled setting] ******** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1256 Friday 26 July 2024 22:14:40 -0400 (0:00:00.067) 0:01:49.606 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Restart the mssql-server service if hadrenabled task was changed] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1263 Friday 26 July 2024 22:14:40 -0400 (0:00:00.070) 0:01:49.677 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Remove certificate from SQL Server] **** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1271 Friday 26 July 2024 22:14:40 -0400 (0:00:00.066) 0:01:49.743 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Distribute certificate and private key to managed nodes] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1278 Friday 26 July 2024 22:14:40 -0400 (0:00:00.068) 0:01:49.812 *********** skipping: [managed_node1] => (item={u'key': u'cert', u'value': u'/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: [managed_node1] => (item={u'key': u'key', u'value': u'/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 [fedora.linux_system_roles.mssql : Configure SQL entities on not primary replicas] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1290 Friday 26 July 2024 22:14:40 -0400 (0:00:00.083) 0:01:49.895 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Create HA login] *********************** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1299 Friday 26 July 2024 22:14:40 -0400 (0:00:00.067) 0:01:49.963 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Join to availability group] ************ task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1306 Friday 26 July 2024 22:14:40 -0400 (0:00:00.067) 0:01:50.030 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Grant permissions to HA login] ********* task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1312 Friday 26 July 2024 22:14:40 -0400 (0:00:00.065) 0:01:50.096 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Remove certificate and private key from the control node] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1320 Friday 26 July 2024 22:14:41 -0400 (0:00:00.127) 0:01:50.223 *********** skipping: [managed_node1] => (item=cert) => { "ansible_loop_var": "item", "changed": false, "item": "cert", "skip_reason": "Conditional result was False" } skipping: [managed_node1] => (item=key) => { "ansible_loop_var": "item", "changed": false, "item": "key", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Save credentials for the SQL Server login] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1333 Friday 26 July 2024 22:14:41 -0400 (0:00:00.077) 0:01:50.301 *********** skipping: [managed_node1] => { "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: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1345 Friday 26 July 2024 22:14:41 -0400 (0:00:00.071) 0:01:50.372 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Wait for the cluster to finish configuration] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1350 Friday 26 July 2024 22:14:41 -0400 (0:00:00.066) 0:01:50.439 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Configure listener for the availability group] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1356 Friday 26 July 2024 22:14:41 -0400 (0:00:00.068) 0:01:50.507 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Ensure the ansible_managed header in /var/opt/mssql/mssql.conf] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1365 Friday 26 July 2024 22:14:41 -0400 (0:00:00.071) 0:01:50.579 *********** changed: [managed_node1] => { "changed": true } MSG: Block inserted RUNNING HANDLER [fedora.linux_system_roles.mssql : Restart the mssql-server service] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/handlers/main.yml:3 Friday 26 July 2024 22:14:41 -0400 (0:00:00.436) 0:01:51.016 *********** changed: [managed_node1] => { "changed": true, "name": "mssql-server", "state": "started", "status": { "ActiveEnterTimestamp": "Fri 2024-07-26 22:14:07 EDT", "ActiveEnterTimestampMonotonic": "2784147445", "ActiveExitTimestamp": "Fri 2024-07-26 22:14:07 EDT", "ActiveExitTimestampMonotonic": "2783389553", "ActiveState": "active", "After": "-.mount systemd-journald.socket network.target system.slice auditd.service basic.target", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Fri 2024-07-26 22:14:07 EDT", "AssertTimestampMonotonic": "2784146605", "Before": "shutdown.target multi-user.target", "BlockIOAccounting": "no", "BlockIOWeight": "18446744073709551615", "CPUAccounting": "no", "CPUQuotaPerSecUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "18446744073709551615", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "18446744073709551615", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Fri 2024-07-26 22:14:07 EDT", "ConditionTimestampMonotonic": "2784146603", "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": "27534", "ExecMainStartTimestamp": "Fri 2024-07-26 22:14:07 EDT", "ExecMainStartTimestampMonotonic": "2784147368", "ExecMainStatus": "0", "ExecStart": "{ path=/opt/mssql/bin/sqlservr ; argv[]=/opt/mssql/bin/sqlservr ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/mssql-server.service", "GuessMainPID": "yes", "IOScheduling": "0", "Id": "mssql-server.service", "IgnoreOnIsolate": "no", "IgnoreOnSnapshot": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestamp": "Fri 2024-07-26 22:14:07 EDT", "InactiveEnterTimestampMonotonic": "2784143869", "InactiveExitTimestamp": "Fri 2024-07-26 22:14:07 EDT", "InactiveExitTimestampMonotonic": "2784147445", "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": "14311", "LimitSTACK": "18446744073709551615", "LoadState": "loaded", "MainPID": "27534", "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-07-26 22:14:07 EDT", "WatchdogTimestampMonotonic": "2784147416", "WatchdogUSec": "0", "WorkingDirectory": "/var/opt/mssql" } } META: ran handlers TASK [fedora.linux_system_roles.mssql : Post-input SQL scripts to SQL Server] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1378 Friday 26 July 2024 22:14:42 -0400 (0:00:00.734) 0:01:51.750 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Post-input SQL scripts to SQL Server] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1385 Friday 26 July 2024 22:14:42 -0400 (0:00:00.067) 0:01:51.818 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify connectivity and settings] **************************************** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/tests_tls.yml:92 Friday 26 July 2024 22:14:42 -0400 (0:00:00.066) 0:01:51.884 *********** included: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml for managed_node1 TASK [Check if the errorlog file exists and its location] ********************** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:8 Friday 26 July 2024 22:14:42 -0400 (0:00:00.244) 0:01:52.128 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if the set edition matches the existing edition] ******************* task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:23 Friday 26 July 2024 22:14:43 -0400 (0:00:00.067) 0:01:52.196 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify if the edition matches] ******************************************* task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:35 Friday 26 July 2024 22:14:43 -0400 (0:00:00.125) 0:01:52.321 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the setting {{ item.key }}] *************************************** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:39 Friday 26 July 2024 22:14:43 -0400 (0:00:00.069) 0:01:52.390 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get stat of mssql_datadir] *********************************************** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:55 Friday 26 July 2024 22:14:43 -0400 (0:00:00.070) 0:01:52.461 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Assert that mssql_datadir has proper permissions and ownership] ********** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:60 Friday 26 July 2024 22:14:43 -0400 (0:00:00.067) 0:01:52.528 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get stat of mssql_logdir] ************************************************ task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:70 Friday 26 July 2024 22:14:43 -0400 (0:00:00.069) 0:01:52.598 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Assert that mssql_logdir has proper permissions and ownership] *********** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:75 Friday 26 July 2024 22:14:43 -0400 (0:00:00.071) 0:01:52.669 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Prepare MSSQL and facts for logging in] ********************************** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:85 Friday 26 July 2024 22:14:43 -0400 (0:00:00.066) 0:01:52.735 *********** TASK [fedora.linux_system_roles.mssql : Ensure that the mssql-server service is started] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/verify_password.yml:3 Friday 26 July 2024 22:14:43 -0400 (0:00:00.120) 0:01:52.856 *********** ok: [managed_node1] => { "changed": false, "name": "mssql-server", "state": "started", "status": { "ActiveEnterTimestamp": "Fri 2024-07-26 22:14:42 EDT", "ActiveEnterTimestampMonotonic": "2818852283", "ActiveExitTimestamp": "Fri 2024-07-26 22:14:42 EDT", "ActiveExitTimestampMonotonic": "2818625044", "ActiveState": "active", "After": "-.mount systemd-journald.socket network.target system.slice auditd.service basic.target", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Fri 2024-07-26 22:14:42 EDT", "AssertTimestampMonotonic": "2818851431", "Before": "shutdown.target multi-user.target", "BlockIOAccounting": "no", "BlockIOWeight": "18446744073709551615", "CPUAccounting": "no", "CPUQuotaPerSecUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "18446744073709551615", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "18446744073709551615", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Fri 2024-07-26 22:14:42 EDT", "ConditionTimestampMonotonic": "2818851430", "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": "29745", "ExecMainStartTimestamp": "Fri 2024-07-26 22:14:42 EDT", "ExecMainStartTimestampMonotonic": "2818852190", "ExecMainStatus": "0", "ExecStart": "{ path=/opt/mssql/bin/sqlservr ; argv[]=/opt/mssql/bin/sqlservr ; ignore_errors=no ; start_time=[Fri 2024-07-26 22:14:42 EDT] ; stop_time=[n/a] ; pid=29745 ; 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-07-26 22:14:42 EDT", "InactiveEnterTimestampMonotonic": "2818849774", "InactiveExitTimestamp": "Fri 2024-07-26 22:14:42 EDT", "InactiveExitTimestampMonotonic": "2818852283", "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": "14311", "LimitSTACK": "18446744073709551615", "LoadState": "loaded", "MainPID": "29745", "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-07-26 22:14:42 EDT", "WatchdogTimestampMonotonic": "2818852257", "WatchdogUSec": "0", "WorkingDirectory": "/var/opt/mssql" } } TASK [fedora.linux_system_roles.mssql : Check if a custom tcpport setting exist] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/verify_password.yml:8 Friday 26 July 2024 22:14:44 -0400 (0:00:00.713) 0:01:53.570 *********** ok: [managed_node1] => { "changed": false, "cmd": [ "grep", "^tcpport = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.004042", "end": "2024-07-26 22:14:44.790785", "failed_when_result": false, "rc": 1, "start": "2024-07-26 22:14:44.786743" } MSG: non-zero return code TASK [fedora.linux_system_roles.mssql : Check if a custom ipaddress setting exist] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/verify_password.yml:14 Friday 26 July 2024 22:14:44 -0400 (0:00:00.446) 0:01:54.016 *********** ok: [managed_node1] => { "changed": false, "cmd": [ "grep", "^ipaddress = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.025094", "end": "2024-07-26 22:14:45.305318", "failed_when_result": false, "rc": 1, "start": "2024-07-26 22:14:45.280224" } MSG: non-zero return code TASK [fedora.linux_system_roles.mssql : Set a fact with a login command] ******* task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/verify_password.yml:20 Friday 26 July 2024 22:14:45 -0400 (0:00:00.603) 0:01:54.619 *********** ok: [managed_node1] => { "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: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:93 Friday 26 July 2024 22:14:45 -0400 (0:00:00.082) 0:01:54.702 *********** ok: [managed_node1] => { "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": 7262, "state": "file", "uid": 996 } TASK [Check if the set password matches the existing password] ***************** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:99 Friday 26 July 2024 22:14:47 -0400 (0:00:01.758) 0:01:56.460 *********** ok: [managed_node1] => { "attempts": 1, "changed": false, "cmd": [ "/opt/mssql-tools/bin/sqlcmd", "-U", "sa", "-P", "p@55w0rD", "-Q", "SELECT @@VERSION" ], "delta": "0:00:00.032587", "end": "2024-07-26 22:14:47.615822", "rc": 0, "start": "2024-07-26 22:14:47.583235" } STDOUT: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ Microsoft SQL Server 2019 (RTM-CU27) (KB5037331) - 15.0.4375.4 (X64) Jun 10 2024 18:00:07 Copyright (C) 2019 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: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:118 Friday 26 July 2024 22:14:47 -0400 (0:00:00.382) 0:01:56.843 *********** ok: [managed_node1] => { "ansible_facts": { "mssql_password": null }, "changed": false } TASK [Verify the package mssql-server-fts] ************************************* task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:122 Friday 26 July 2024 22:14:47 -0400 (0:00:00.075) 0:01:56.919 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the package powershell] ******************************************* task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:129 Friday 26 July 2024 22:14:47 -0400 (0:00:00.070) 0:01:56.989 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the value of the traceflag setting] ********************************** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:140 Friday 26 July 2024 22:14:47 -0400 (0:00:00.066) 0:01:57.056 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that the traceflag setting is set to 3979] ************************ task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:145 Friday 26 July 2024 22:14:47 -0400 (0:00:00.069) 0:01:57.126 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that the traceflag setting is not set to 3979] ******************** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:150 Friday 26 July 2024 22:14:48 -0400 (0:00:00.067) 0:01:57.193 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that the alternatewritethrough setting is false] ****************** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:156 Friday 26 July 2024 22:14:48 -0400 (0:00:00.066) 0:01:57.260 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the writethrough setting] ***************************************** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:162 Friday 26 July 2024 22:14:48 -0400 (0:00:00.072) 0:01:57.332 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the tlscert setting] ********************************************** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:172 Friday 26 July 2024 22:14:48 -0400 (0:00:00.067) 0:01:57.400 *********** included: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml for managed_node1 TASK [Get the value of the setting tlscert] ************************************ task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml:7 Friday 26 July 2024 22:14:48 -0400 (0:00:00.123) 0:01:57.523 *********** ok: [managed_node1] => { "changed": false, "cmd": "grep '^tlscert' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.003776", "end": "2024-07-26 22:14:48.659249", "rc": 0, "start": "2024-07-26 22:14:48.655473" } TASK [Verify the setting when it is type str tlscert] ************************** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml:14 Friday 26 July 2024 22:14:48 -0400 (0:00:00.353) 0:01:57.877 *********** ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [Verify the setting when it is type bool tlscert] ************************* task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml:25 Friday 26 July 2024 22:14:48 -0400 (0:00:00.087) 0:01:57.965 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that tcpport =] *************************************************** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml:40 Friday 26 July 2024 22:14:48 -0400 (0:00:00.078) 0:01:58.043 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the tlskey setting] *********************************************** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:183 Friday 26 July 2024 22:14:48 -0400 (0:00:00.068) 0:01:58.112 *********** included: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml for managed_node1 TASK [Get the value of the setting tlskey] ************************************* task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml:7 Friday 26 July 2024 22:14:49 -0400 (0:00:00.125) 0:01:58.238 *********** ok: [managed_node1] => { "changed": false, "cmd": "grep '^tlskey' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.003804", "end": "2024-07-26 22:14:49.355124", "rc": 0, "start": "2024-07-26 22:14:49.351320" } TASK [Verify the setting when it is type str tlskey] *************************** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml:14 Friday 26 July 2024 22:14:49 -0400 (0:00:00.339) 0:01:58.577 *********** ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [Verify the setting when it is type bool tlskey] ************************** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml:25 Friday 26 July 2024 22:14:49 -0400 (0:00:00.087) 0:01:58.665 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that tcpport =] *************************************************** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml:40 Friday 26 July 2024 22:14:49 -0400 (0:00:00.079) 0:01:58.744 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the tlsprotocols setting] ***************************************** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:195 Friday 26 July 2024 22:14:49 -0400 (0:00:00.070) 0:01:58.814 *********** included: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml for managed_node1 TASK [Get the value of the setting tlsprotocols] ******************************* task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml:7 Friday 26 July 2024 22:14:49 -0400 (0:00:00.126) 0:01:58.941 *********** ok: [managed_node1] => { "changed": false, "cmd": "grep '^tlsprotocols' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.003756", "end": "2024-07-26 22:14:50.067574", "rc": 0, "start": "2024-07-26 22:14:50.063818" } TASK [Verify the setting when it is type str tlsprotocols] ********************* task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml:14 Friday 26 July 2024 22:14:50 -0400 (0:00:00.350) 0:01:59.291 *********** ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [Verify the setting when it is type bool tlsprotocols] ******************** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml:25 Friday 26 July 2024 22:14:50 -0400 (0:00:00.085) 0:01:59.376 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that tcpport =] *************************************************** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml:40 Friday 26 July 2024 22:14:50 -0400 (0:00:00.076) 0:01:59.453 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the forceencryption setting] ************************************** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:203 Friday 26 July 2024 22:14:50 -0400 (0:00:00.136) 0:01:59.590 *********** included: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml for managed_node1 TASK [Get the value of the setting forceencryption] **************************** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml:7 Friday 26 July 2024 22:14:50 -0400 (0:00:00.133) 0:01:59.723 *********** ok: [managed_node1] => { "changed": false, "cmd": "grep '^forceencryption' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004163", "end": "2024-07-26 22:14:50.860708", "rc": 0, "start": "2024-07-26 22:14:50.856545" } TASK [Verify the setting when it is type str forceencryption] ****************** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml:14 Friday 26 July 2024 22:14:50 -0400 (0:00:00.365) 0:02:00.088 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the setting when it is type bool forceencryption] ***************** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml:25 Friday 26 July 2024 22:14:51 -0400 (0:00:00.074) 0:02:00.163 *********** ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [Verify that tcpport = False] ********************************************* task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml:40 Friday 26 July 2024 22:14:51 -0400 (0:00:00.089) 0:02:00.253 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify configuration for confined application] *************************** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:210 Friday 26 July 2024 22:14:51 -0400 (0:00:00.067) 0:02:00.321 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Remove certificates from hosts] ****************************************** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/tests_tls.yml:99 Friday 26 July 2024 22:14:51 -0400 (0:00:00.068) 0:02:00.389 *********** changed: [managed_node1] => (item=/etc/pki/tls/certs/ansible.M35v2k) => { "ansible_loop_var": "item", "changed": true, "item": "/etc/pki/tls/certs/ansible.M35v2k", "path": "/etc/pki/tls/certs/ansible.M35v2k", "state": "absent" } changed: [managed_node1] => (item=/etc/pki/tls/private/ansible.hHlxah) => { "ansible_loop_var": "item", "changed": true, "item": "/etc/pki/tls/private/ansible.hHlxah", "path": "/etc/pki/tls/private/ansible.hHlxah", "state": "absent" } TASK [Copy certificates to hosts] ********************************************** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/tests_tls.yml:107 Friday 26 July 2024 22:14:51 -0400 (0:00:00.632) 0:02:01.022 *********** ok: [managed_node1] => (item=/tmp/ansible.M35v2k) => { "ansible_loop_var": "item", "changed": false, "checksum": "f78e421a805d8bb4122b145834e9ba0d4d2447fe", "dest": "/tmp/ansible.M35v2k", "gid": 0, "group": "root", "item": "/tmp/ansible.M35v2k", "mode": "0600", "owner": "root", "path": "/tmp/ansible.M35v2k", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 1103, "state": "file", "uid": 0 } ok: [managed_node1] => (item=/tmp/ansible.hHlxah) => { "ansible_loop_var": "item", "changed": false, "checksum": "8f05cd30fd5a25a6bc4262d71f838d76c5c2f7c0", "dest": "/tmp/ansible.hHlxah", "gid": 0, "group": "root", "item": "/tmp/ansible.hHlxah", "mode": "0600", "owner": "root", "path": "/tmp/ansible.hHlxah", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 1704, "state": "file", "uid": 0 } TASK [Set mssql_tls_cert and mssql_tls_private_key for the following test] ***** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/tests_tls.yml:116 Friday 26 July 2024 22:14:52 -0400 (0:00:01.023) 0:02:02.045 *********** ok: [managed_node1] => { "ansible_facts": { "mssql_tls_cert": "/tmp/ansible.M35v2k", "mssql_tls_private_key": "ansible.hHlxah" }, "changed": false } TASK [Test with certs on managed nodes] **************************************** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/tests_tls.yml:121 Friday 26 July 2024 22:14:52 -0400 (0:00:00.072) 0:02:02.118 *********** TASK [fedora.linux_system_roles.mssql : Ensure ansible_facts and variables used by role] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:3 Friday 26 July 2024 22:14:53 -0400 (0:00:00.624) 0:02:02.743 *********** included: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/set_vars.yml for managed_node1 TASK [fedora.linux_system_roles.mssql : Ensure ansible_facts used by role] ***** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/set_vars.yml:3 Friday 26 July 2024 22:14:53 -0400 (0:00:00.114) 0:02:02.857 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Set platform/version specific variables] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/set_vars.yml:8 Friday 26 July 2024 22:14:53 -0400 (0:00:00.093) 0:02:02.951 *********** ok: [managed_node1] => (item=RedHat.yml) => { "ansible_facts": { "__mssql_client_repository": "https://packages.microsoft.com/rhel/9/prod/", "__mssql_confined_supported": true, "__mssql_server_repository": "https://packages.microsoft.com/rhel/9/mssql-server-{{ mssql_version | int }}/", "__mssql_supported_versions": [ 2022 ], "__mssql_tuned_supported": true }, "ansible_included_var_files": [ "/tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/vars/RedHat.yml" ], "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml" } skipping: [managed_node1] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [managed_node1] => (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": [ "/tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/vars/CentOS_7.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_7.yml" } skipping: [managed_node1] => (item=CentOS_7.9.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS_7.9.yml", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Unset the __mssql_sqlcmd_login_cmd fact] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:8 Friday 26 July 2024 22:14:53 -0400 (0:00:00.108) 0:02:03.059 *********** ok: [managed_node1] => { "ansible_facts": { "__mssql_sqlcmd_login_cmd": null }, "changed": false } TASK [fedora.linux_system_roles.mssql : Print that the mssql_input_sql_file variable is deprecated] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:15 Friday 26 July 2024 22:14:53 -0400 (0:00:00.067) 0:02:03.126 *********** skipping: [managed_node1] => {} TASK [fedora.linux_system_roles.mssql : Link the deprecated mssql_input_sql_file fact] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:23 Friday 26 July 2024 22:14:54 -0400 (0:00:00.067) 0:02:03.194 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Print that the variable is deprecated] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:30 Friday 26 July 2024 22:14:54 -0400 (0:00:00.067) 0:02:03.262 *********** skipping: [managed_node1] => {} TASK [fedora.linux_system_roles.mssql : Link the deprecated mssql_ha_listener_port fact] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:37 Friday 26 July 2024 22:14:54 -0400 (0:00:00.065) 0:02:03.328 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Print that the mssql_ad_sql_user_name variable is deprecated] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:44 Friday 26 July 2024 22:14:54 -0400 (0:00:00.068) 0:02:03.396 *********** skipping: [managed_node1] => {} TASK [fedora.linux_system_roles.mssql : Link the deprecated mssql_ad_sql_user_name fact] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:51 Friday 26 July 2024 22:14:54 -0400 (0:00:00.070) 0:02:03.466 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Print that the mssql_ha_cluster_run_role variable is deprecated] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:58 Friday 26 July 2024 22:14:54 -0400 (0:00:00.143) 0:02:03.610 *********** skipping: [managed_node1] => {} TASK [fedora.linux_system_roles.mssql : Link the deprecated mssql_ha_cluster_run_role fact] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:65 Friday 26 July 2024 22:14:54 -0400 (0:00:00.070) 0:02:03.680 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Verify that the user accepts EULA variables] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:69 Friday 26 July 2024 22:14:54 -0400 (0:00:00.070) 0:02:03.750 *********** ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [fedora.linux_system_roles.mssql : Verify that EL < 8 is not used with mssql_ha_configure=true] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:81 Friday 26 July 2024 22:14:54 -0400 (0:00:00.076) 0:02:03.827 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Verify if the mssql_ha_replica_type variable is provided correctly] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:89 Friday 26 July 2024 22:14:54 -0400 (0:00:00.071) 0:02:03.898 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Verify that 'mssql_ha_replica_type = primary' is provided once] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:98 Friday 26 July 2024 22:14:54 -0400 (0:00:00.069) 0:02:03.968 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Verify that mssql_ha_prep_for_pacemaker is provided correctly] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:107 Friday 26 July 2024 22:14:54 -0400 (0:00:00.067) 0:02:04.035 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Verify that selinux variables are used on supported platforms] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:117 Friday 26 July 2024 22:14:54 -0400 (0:00:00.071) 0:02:04.107 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Verify that mssql_manage_selinux is set properly] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:126 Friday 26 July 2024 22:14:55 -0400 (0:00:00.072) 0:02:04.179 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Gather package facts] ****************** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:137 Friday 26 July 2024 22:14:55 -0400 (0:00:00.069) 0:02:04.248 *********** ok: [managed_node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.mssql : Set fact with the currently installed SQL Server version if any] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:141 Friday 26 July 2024 22:14:56 -0400 (0:00:01.207) 0:02:05.456 *********** skipping: [managed_node1] => (item={u'value': 14, u'key': 2017}) => { "ansible_loop_var": "item", "changed": false, "item": { "key": 2017, "value": 14 }, "skip_reason": "Conditional result was False" } ok: [managed_node1] => (item={u'value': 15, u'key': 2019}) => { "ansible_facts": { "__mssql_current_version": "2019" }, "ansible_loop_var": "item", "changed": false, "item": { "key": 2019, "value": 15 } } skipping: [managed_node1] => (item={u'value': 16, u'key': 2022}) => { "ansible_loop_var": "item", "changed": false, "item": { "key": 2022, "value": 16 }, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Set mssql_version variable if user does not define it] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:149 Friday 26 July 2024 22:14:56 -0400 (0:00:00.344) 0:02:05.800 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Verify if the mssql_version variable is provided correctly] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:156 Friday 26 July 2024 22:14:56 -0400 (0:00:00.071) 0:02:05.872 *********** ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [fedora.linux_system_roles.mssql : Verify if mssql_version is not smaller then the existing SQL Server version] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:163 Friday 26 July 2024 22:14:56 -0400 (0:00:00.077) 0:02:05.949 *********** skipping: [managed_node1] => (item={u'value': 14, u'key': 2017}) => { "ansible_loop_var": "item", "changed": false, "item": { "key": 2017, "value": 14 }, "skip_reason": "Conditional result was False" } skipping: [managed_node1] => (item={u'value': 15, u'key': 2019}) => { "ansible_loop_var": "item", "changed": false, "item": { "key": 2019, "value": 15 }, "skip_reason": "Conditional result was False" } skipping: [managed_node1] => (item={u'value': 16, u'key': 2022}) => { "ansible_loop_var": "item", "changed": false, "item": { "key": 2022, "value": 16 }, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Deploy the GPG key for Microsoft repositories] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:177 Friday 26 July 2024 22:14:56 -0400 (0:00:00.133) 0:02:06.083 *********** ok: [managed_node1] => { "attempts": 1, "changed": false } TASK [fedora.linux_system_roles.mssql : Update all packages from SQL Server repo version 2019] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:191 Friday 26 July 2024 22:14:57 -0400 (0:00:00.512) 0:02:06.595 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Get yum repositories] ****************** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:201 Friday 26 July 2024 22:14:57 -0400 (0:00:00.070) 0:02:06.666 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Remove the current Microsoft SQL Server repository to upgrade to 2019] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:212 Friday 26 July 2024 22:14:57 -0400 (0:00:00.072) 0:02:06.738 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Update all packages from SQL Server repo version 2019] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:226 Friday 26 July 2024 22:14:57 -0400 (0:00:00.071) 0:02:06.810 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Get zypper repositories] *************** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:235 Friday 26 July 2024 22:14:57 -0400 (0:00:00.070) 0:02:06.880 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Remove the current Microsoft SQL Server repository to upgrade to 2019] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:247 Friday 26 July 2024 22:14:57 -0400 (0:00:00.074) 0:02:06.955 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Configure the Microsoft SQL Server repo version 2019] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:254 Friday 26 July 2024 22:14:57 -0400 (0:00:00.070) 0:02:07.025 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Configure the Microsoft SQL Server repo version 2019] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:266 Friday 26 July 2024 22:14:57 -0400 (0:00:00.096) 0:02:07.122 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Configure to run as a confined application with SELinux] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:279 Friday 26 July 2024 22:14:58 -0400 (0:00:00.066) 0:02:07.188 *********** ok: [managed_node1] => { "changed": false, "rc": 0, "results": [ "mssql-server-selinux is not installed" ] } TASK [fedora.linux_system_roles.mssql : Ensure the package mssql-server] ******* task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:284 Friday 26 July 2024 22:14:58 -0400 (0:00:00.600) 0:02:07.789 *********** ok: [managed_node1] => { "changed": false, "rc": 0, "results": [ "mssql-server-15.0.4375.4-1.x86_64 providing mssql-server is already installed" ] } lsrpackages: mssql-server TASK [fedora.linux_system_roles.mssql : Ensure that the openldap-compat package is installed] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:292 Friday 26 July 2024 22:14:59 -0400 (0:00:00.566) 0:02:08.356 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Check if the errorlog file exists and its location] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:300 Friday 26 July 2024 22:14:59 -0400 (0:00:00.068) 0:02:08.424 *********** ok: [managed_node1] => { "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.004853", "end": "2024-07-26 22:14:59.554447", "rc": 0, "start": "2024-07-26 22:14:59.549594" } STDOUT: /var/opt/mssql/log/errorlog TASK [fedora.linux_system_roles.mssql : Gather system services facts] ********** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:316 Friday 26 July 2024 22:14:59 -0400 (0:00:00.350) 0:02:08.775 *********** ok: [managed_node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.mssql : Set the __mssql_is_setup variable] ***** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:320 Friday 26 July 2024 22:15:00 -0400 (0:00:00.887) 0:02:09.662 *********** ok: [managed_node1] => { "ansible_facts": { "__mssql_is_setup": true }, "changed": false } TASK [fedora.linux_system_roles.mssql : Verify that the variables required for setting up MSSQL are defined] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:329 Friday 26 July 2024 22:15:00 -0400 (0:00:00.095) 0:02:09.758 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Set up MSSQL] ************************** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:345 Friday 26 July 2024 22:15:00 -0400 (0:00:00.070) 0:02:09.828 *********** skipping: [managed_node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.mssql : Ensure the directory and permissions for datadir and logdir] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:370 Friday 26 July 2024 22:15:00 -0400 (0:00:00.069) 0:02:09.897 *********** skipping: [managed_node1] => (item={u'path': None, u'setting': u'defaultdatadir', u'mode': u'755'}) => { "ansible_loop_var": "item", "changed": false, "item": { "mode": "755", "path": null, "setting": "defaultdatadir" }, "skip_reason": "Conditional result was False" } skipping: [managed_node1] => (item={u'path': None, u'setting': u'defaultlogdir', u'mode': u'755'}) => { "ansible_loop_var": "item", "changed": false, "item": { "mode": "755", "path": null, "setting": "defaultlogdir" }, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Set selinux role facts for ports] ****** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:385 Friday 26 July 2024 22:15:00 -0400 (0:00:00.083) 0:02:09.981 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure correct SELinux context for storage paths and ports] ************** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:399 Friday 26 July 2024 22:15:00 -0400 (0:00:00.067) 0:02:10.049 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Ensure that the tuned-profiles-mssql package is installed] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:410 Friday 26 July 2024 22:15:00 -0400 (0:00:00.071) 0:02:10.121 *********** ok: [managed_node1] => { "changed": false, "rc": 0, "results": [ "tuned-profiles-mssql-2.11.0-12.el7_9.noarch providing tuned-profiles-mssql is already installed" ] } lsrpackages: tuned-profiles-mssql TASK [fedora.linux_system_roles.mssql : Ensure that the tuned service is started and enabled] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:416 Friday 26 July 2024 22:15:01 -0400 (0:00:00.553) 0:02:10.674 *********** ok: [managed_node1] => { "changed": false, "enabled": true, "name": "tuned", "state": "started", "status": { "ActiveEnterTimestamp": "Fri 2024-07-26 21:27:56 EDT", "ActiveEnterTimestampMonotonic": "12916852", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "systemd-journald.socket systemd-sysctl.service network.target dbus.service system.slice basic.target", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Fri 2024-07-26 21:27:55 EDT", "AssertTimestampMonotonic": "12241781", "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-07-26 21:27:55 EDT", "ConditionTimestampMonotonic": "12241780", "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": "853", "ExecMainStartTimestamp": "Fri 2024-07-26 21:27:55 EDT", "ExecMainStartTimestampMonotonic": "12243873", "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-07-26 21:27:55 EDT", "InactiveExitTimestampMonotonic": "12243909", "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": "14311", "LimitRSS": "18446744073709551615", "LimitRTPRIO": "0", "LimitRTTIME": "18446744073709551615", "LimitSIGPENDING": "14311", "LimitSTACK": "18446744073709551615", "LoadState": "loaded", "MainPID": "853", "MemoryAccounting": "no", "MemoryCurrent": "18446744073709551615", "MemoryLimit": "18446744073709551615", "MountFlags": "0", "Names": "tuned.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PIDFile": "/run/tuned/tuned.pid", "PermissionsStartOnly": "no", "PrivateDevices": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "ProtectHome": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "Requires": "polkit.service basic.target dbus.service system.slice", "Restart": "no", "RestartUSec": "100ms", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitInterval": "10000000", "StartupBlockIOWeight": "18446744073709551615", "StartupCPUShares": "18446744073709551615", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "no", "TasksCurrent": "18446744073709551615", "TasksMax": "18446744073709551615", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "dbus", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "WantedBy": "multi-user.target", "WatchdogTimestamp": "Fri 2024-07-26 21:27:56 EDT", "WatchdogTimestampMonotonic": "12916740", "WatchdogUSec": "0" } } TASK [fedora.linux_system_roles.mssql : Get the active Tuned profiles] ********* task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:423 Friday 26 July 2024 22:15:02 -0400 (0:00:00.585) 0:02:11.260 *********** ok: [managed_node1] => { "changed": false, "cmd": [ "tuned-adm", "active" ], "delta": "0:00:00.082719", "end": "2024-07-26 22:15:02.507249", "rc": 0, "start": "2024-07-26 22:15:02.424530" } STDOUT: Current active profile: virtual-guest mssql TASK [fedora.linux_system_roles.mssql : Attempt to add mssql to the list of Tuned profiles] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:436 Friday 26 July 2024 22:15:02 -0400 (0:00:00.475) 0:02:11.735 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Remove troublemaking include from the mssql profile] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:449 Friday 26 July 2024 22:15:02 -0400 (0:00:00.072) 0:02:11.808 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Add the fixed mssql profile to the list of Tuned profiles] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:458 Friday 26 July 2024 22:15:02 -0400 (0:00:00.073) 0:02:11.882 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Configure the Microsoft SQL Server Tools repository] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:468 Friday 26 July 2024 22:15:02 -0400 (0:00:00.070) 0:02:11.952 *********** ok: [managed_node1] => { "changed": false, "repo": "packages-microsoft-com-prod", "state": "present" } TASK [fedora.linux_system_roles.mssql : Configure the Microsoft SQL Server Tools repository] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:476 Friday 26 July 2024 22:15:03 -0400 (0:00:00.354) 0:02:12.307 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Ensure that SQL Server client tools are installed] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:485 Friday 26 July 2024 22:15:03 -0400 (0:00:00.068) 0:02:12.375 *********** ok: [managed_node1] => { "changed": false, "rc": 0, "results": [ "mssql-tools-17.10.1.1-1.x86_64 providing mssql-tools is already installed", "unixODBC-devel-2.3.11-1.rh.x86_64 providing unixODBC-devel is already installed" ] } lsrpackages: mssql-tools unixODBC-devel TASK [fedora.linux_system_roles.mssql : Prepare MSSQL and facts for logging in] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:497 Friday 26 July 2024 22:15:03 -0400 (0:00:00.554) 0:02:12.930 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Wait for mssql-server to prepare for client connections] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:501 Friday 26 July 2024 22:15:03 -0400 (0:00:00.070) 0:02:13.001 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Check if the set password matches the existing password] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:507 Friday 26 July 2024 22:15:03 -0400 (0:00:00.072) 0:02:13.073 *********** skipping: [managed_node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.mssql : Ensure that the mssql-server service is stopped] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:522 Friday 26 July 2024 22:15:04 -0400 (0:00:00.073) 0:02:13.146 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Gather package facts] ****************** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:529 Friday 26 July 2024 22:15:04 -0400 (0:00:00.070) 0:02:13.217 *********** skipping: [managed_node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.mssql : Change the password of sa user] ******** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:537 Friday 26 July 2024 22:15:04 -0400 (0:00:00.073) 0:02:13.290 *********** skipping: [managed_node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.mssql : Pre-input SQL script files to SQL Server] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:558 Friday 26 July 2024 22:15:04 -0400 (0:00:00.147) 0:02:13.438 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Pre-input SQL script contents to SQL Server] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:565 Friday 26 July 2024 22:15:04 -0400 (0:00:00.072) 0:02:13.510 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Check if the set edition matches the existing edition] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:576 Friday 26 July 2024 22:15:04 -0400 (0:00:00.067) 0:02:13.578 *********** ok: [managed_node1] => { "changed": false, "cmd": "errorlog_edition=\"$(grep -oi 'Evaluation edition' \\\n/var/opt/mssql/log/errorlog)\"\nif [ -z \"${errorlog_edition}\" ]; then\n edition_matches=false\nelse\n edition_matches=true\nfi\necho \"${edition_matches}\"\n", "delta": "0:00:00.004936", "end": "2024-07-26 22:15:04.710121", "rc": 0, "start": "2024-07-26 22:15:04.705185" } STDOUT: true TASK [fedora.linux_system_roles.mssql : Ensure that the mssql-server service is stopped] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:590 Friday 26 July 2024 22:15:04 -0400 (0:00:00.352) 0:02:13.931 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Gather package facts] ****************** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:597 Friday 26 July 2024 22:15:04 -0400 (0:00:00.074) 0:02:14.005 *********** ok: [managed_node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.mssql : Change the edition of MSSQL] *********** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:603 Friday 26 July 2024 22:15:06 -0400 (0:00:01.203) 0:02:15.209 *********** skipping: [managed_node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.mssql : Configure the IP address setting] ****** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:622 Friday 26 July 2024 22:15:06 -0400 (0:00:00.077) 0:02:15.286 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Register the previous tcpport setting] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:629 Friday 26 July 2024 22:15:06 -0400 (0:00:00.068) 0:02:15.355 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Open the TCP port 1433] ************************************************** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:636 Friday 26 July 2024 22:15:06 -0400 (0:00:00.070) 0:02:15.426 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Configure the TCP port setting to 1433] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:648 Friday 26 July 2024 22:15:06 -0400 (0:00:00.075) 0:02:15.501 *********** included: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml for managed_node1 TASK [fedora.linux_system_roles.mssql : Get the setting network tcpport] ******* task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:3 Friday 26 July 2024 22:15:06 -0400 (0:00:00.191) 0:02:15.692 *********** ok: [managed_node1] => { "changed": false, "cmd": [ "grep", "^tcpport = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003217", "end": "2024-07-26 22:15:06.824421", "failed_when_result": false, "rc": 1, "start": "2024-07-26 22:15:06.821204" } MSG: non-zero return code TASK [fedora.linux_system_roles.mssql : Configure the setting network tcpport] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:12 Friday 26 July 2024 22:15:06 -0400 (0:00:00.359) 0:02:16.052 *********** ok: [managed_node1] => { "changed": false, "cmd": [ "/opt/mssql/bin/mssql-conf", "set", "network.tcpport", "1433" ], "delta": "0:00:00.117192", "end": "2024-07-26 22:15:07.295856", "failed_when_result": false, "rc": 0, "start": "2024-07-26 22:15:07.178664" } STDOUT: Validation error on setting 'network.tcpport' Port '1433' is already in use. Please use another port TASK [fedora.linux_system_roles.mssql : Unset the setting network tcpport] ***** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:42 Friday 26 July 2024 22:15:07 -0400 (0:00:00.478) 0:02:16.531 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Close the previously set SQL Server TCP port if it changed] ************** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:654 Friday 26 July 2024 22:15:07 -0400 (0:00:00.071) 0:02:16.603 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Configure the sqlagent setting] ******** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:674 Friday 26 July 2024 22:15:07 -0400 (0:00:00.071) 0:02:16.675 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Ensure the package mssql-server-fts] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:681 Friday 26 July 2024 22:15:07 -0400 (0:00:00.070) 0:02:16.745 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Ensure the package powershell] ********* task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:688 Friday 26 July 2024 22:15:07 -0400 (0:00:00.071) 0:02:16.817 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Check if the 3979 trace flag is enabled] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:697 Friday 26 July 2024 22:15:07 -0400 (0:00:00.068) 0:02:16.885 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Set the 3979 traceflag] **************** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:703 Friday 26 July 2024 22:15:07 -0400 (0:00:00.069) 0:02:16.955 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Unset the 3979 traceflag] ************** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:710 Friday 26 July 2024 22:15:07 -0400 (0:00:00.069) 0:02:17.024 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Configure the alternatewritethrough setting] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:718 Friday 26 July 2024 22:15:07 -0400 (0:00:00.073) 0:02:17.097 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Configure the writethrough setting] **** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:724 Friday 26 July 2024 22:15:08 -0400 (0:00:00.070) 0:02:17.168 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create certificates using the certificate role] ************************** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:742 Friday 26 July 2024 22:15:08 -0400 (0:00:00.066) 0:02:17.235 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Set mssql_tls_cert and _private_key based on the cert name] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:756 Friday 26 July 2024 22:15:08 -0400 (0:00:00.075) 0:02:17.310 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Copy certificate and private_key files to the host] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:761 Friday 26 July 2024 22:15:08 -0400 (0:00:00.072) 0:02:17.383 *********** changed: [managed_node1] => (item=/tmp/ansible.M35v2k) => { "ansible_loop_var": "item", "changed": true, "checksum": "f78e421a805d8bb4122b145834e9ba0d4d2447fe", "dest": "/etc/pki/tls/certs/ansible.M35v2k", "gid": 994, "group": "mssql", "item": "/tmp/ansible.M35v2k", "md5sum": "b1af906c7ce34bc5dddd7103d811f80b", "mode": "0600", "owner": "mssql", "secontext": "system_u:object_r:cert_t:s0", "size": 1103, "src": "/tmp/ansible.M35v2k", "state": "file", "uid": 996 } changed: [managed_node1] => (item=/tmp/ansible.hHlxah) => { "ansible_loop_var": "item", "changed": true, "checksum": "8f05cd30fd5a25a6bc4262d71f838d76c5c2f7c0", "dest": "/etc/pki/tls/private/ansible.hHlxah", "gid": 994, "group": "mssql", "item": "/tmp/ansible.hHlxah", "md5sum": "da2661ab74a9fdc28dae0b465f0c3f32", "mode": "0600", "owner": "mssql", "secontext": "system_u:object_r:cert_t:s0", "size": 1704, "src": "/tmp/ansible.hHlxah", "state": "file", "uid": 996 } TASK [fedora.linux_system_roles.mssql : Configure the tlscert setting] ********* task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:779 Friday 26 July 2024 22:15:08 -0400 (0:00:00.674) 0:02:18.058 *********** included: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml for managed_node1 TASK [fedora.linux_system_roles.mssql : Get the setting network tlscert] ******* task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:3 Friday 26 July 2024 22:15:09 -0400 (0:00:00.125) 0:02:18.183 *********** ok: [managed_node1] => { "changed": false, "cmd": [ "grep", "^tlscert = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003646", "end": "2024-07-26 22:15:09.307267", "failed_when_result": false, "rc": 1, "start": "2024-07-26 22:15:09.303621" } MSG: non-zero return code TASK [fedora.linux_system_roles.mssql : Configure the setting network tlscert] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:12 Friday 26 July 2024 22:15:09 -0400 (0:00:00.347) 0:02:18.531 *********** NOTIFIED HANDLER fedora.linux_system_roles.mssql : Restart the mssql-server service for managed_node1 changed: [managed_node1] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "set", "network.tlscert", "/etc/pki/tls/certs/ansible.M35v2k" ], "delta": "0:00:00.118683", "end": "2024-07-26 22:15:09.778726", "failed_when_result": false, "rc": 0, "start": "2024-07-26 22:15:09.660043" } STDOUT: SQL Server needs to be restarted in order to apply this setting. Please run 'systemctl restart mssql-server.service'. TASK [fedora.linux_system_roles.mssql : Unset the setting network tlscert] ***** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:42 Friday 26 July 2024 22:15:09 -0400 (0:00:00.487) 0:02:19.018 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Configure the tlskey setting] ********** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:788 Friday 26 July 2024 22:15:09 -0400 (0:00:00.072) 0:02:19.091 *********** included: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml for managed_node1 TASK [fedora.linux_system_roles.mssql : Get the setting network tlskey] ******** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:3 Friday 26 July 2024 22:15:10 -0400 (0:00:00.133) 0:02:19.224 *********** ok: [managed_node1] => { "changed": false, "cmd": [ "grep", "^tlskey = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.002935", "end": "2024-07-26 22:15:10.350421", "failed_when_result": false, "rc": 1, "start": "2024-07-26 22:15:10.347486" } MSG: non-zero return code TASK [fedora.linux_system_roles.mssql : Configure the setting network tlskey] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:12 Friday 26 July 2024 22:15:10 -0400 (0:00:00.353) 0:02:19.577 *********** changed: [managed_node1] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "set", "network.tlskey", "/etc/pki/tls/private/ansible.hHlxah" ], "delta": "0:00:00.116420", "end": "2024-07-26 22:15:10.832386", "failed_when_result": false, "rc": 0, "start": "2024-07-26 22:15:10.715966" } STDOUT: SQL Server needs to be restarted in order to apply this setting. Please run 'systemctl restart mssql-server.service'. TASK [fedora.linux_system_roles.mssql : Unset the setting network tlskey] ****** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:42 Friday 26 July 2024 22:15:10 -0400 (0:00:00.491) 0:02:20.068 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Configure the tlsprotocols setting] **** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:797 Friday 26 July 2024 22:15:11 -0400 (0:00:00.074) 0:02:20.142 *********** included: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml for managed_node1 TASK [fedora.linux_system_roles.mssql : Get the setting network tlsprotocols] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:3 Friday 26 July 2024 22:15:11 -0400 (0:00:00.203) 0:02:20.346 *********** ok: [managed_node1] => { "changed": false, "cmd": [ "grep", "^tlsprotocols = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003084", "end": "2024-07-26 22:15:11.479456", "failed_when_result": false, "rc": 1, "start": "2024-07-26 22:15:11.476372" } MSG: non-zero return code TASK [fedora.linux_system_roles.mssql : Configure the setting network tlsprotocols] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:12 Friday 26 July 2024 22:15:11 -0400 (0:00:00.357) 0:02:20.704 *********** changed: [managed_node1] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "set", "network.tlsprotocols", "1.2" ], "delta": "0:00:00.116771", "end": "2024-07-26 22:15:11.946582", "failed_when_result": false, "rc": 0, "start": "2024-07-26 22:15:11.829811" } STDOUT: SQL Server needs to be restarted in order to apply this setting. Please run 'systemctl restart mssql-server.service'. TASK [fedora.linux_system_roles.mssql : Unset the setting network tlsprotocols] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:42 Friday 26 July 2024 22:15:12 -0400 (0:00:00.478) 0:02:21.182 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Configure the forceencryption setting] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:804 Friday 26 July 2024 22:15:12 -0400 (0:00:00.074) 0:02:21.257 *********** included: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml for managed_node1 TASK [fedora.linux_system_roles.mssql : Get the setting network forceencryption] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:3 Friday 26 July 2024 22:15:12 -0400 (0:00:00.132) 0:02:21.389 *********** ok: [managed_node1] => { "changed": false, "cmd": [ "grep", "^forceencryption = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003021", "end": "2024-07-26 22:15:12.514718", "failed_when_result": false, "rc": 1, "start": "2024-07-26 22:15:12.511697" } MSG: non-zero return code TASK [fedora.linux_system_roles.mssql : Configure the setting network forceencryption] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:12 Friday 26 July 2024 22:15:12 -0400 (0:00:00.349) 0:02:21.739 *********** changed: [managed_node1] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "set", "network.forceencryption", "1" ], "delta": "0:00:00.114965", "end": "2024-07-26 22:15:12.977344", "failed_when_result": false, "rc": 0, "start": "2024-07-26 22:15:12.862379" } STDOUT: SQL Server needs to be restarted in order to apply this setting. Please run 'systemctl restart mssql-server.service'. TASK [fedora.linux_system_roles.mssql : Unset the setting network forceencryption] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:42 Friday 26 July 2024 22:15:13 -0400 (0:00:00.467) 0:02:22.206 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Verify that ad_integration_realm variable is provided] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:813 Friday 26 July 2024 22:15:13 -0400 (0:00:00.070) 0:02:22.277 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Join to realm {{ ad_integration_realm }}] ******************************** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:821 Friday 26 July 2024 22:15:13 -0400 (0:00:00.072) 0:02:22.349 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Ensure adutil and krb5-workstation] **** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:829 Friday 26 July 2024 22:15:13 -0400 (0:00:00.066) 0:02:22.415 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Print credential caches to check if AD principal exists] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:836 Friday 26 July 2024 22:15:13 -0400 (0:00:00.069) 0:02:22.484 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Print status of credential cache for {{ __mssql_ad_kinit_user }}] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:843 Friday 26 July 2024 22:15:13 -0400 (0:00:00.071) 0:02:22.556 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Obtain Kerberos ticket for {{ __mssql_ad_kinit_user }}] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:852 Friday 26 July 2024 22:15:13 -0400 (0:00:00.146) 0:02:22.703 *********** skipping: [managed_node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.mssql : Check if AD user exists] *************** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:865 Friday 26 July 2024 22:15:13 -0400 (0:00:00.070) 0:02:22.774 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : In AD server create user] ************** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:874 Friday 26 July 2024 22:15:13 -0400 (0:00:00.070) 0:02:22.844 *********** skipping: [managed_node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.mssql : Get SPNs for the principal] ************ task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:886 Friday 26 July 2024 22:15:13 -0400 (0:00:00.071) 0:02:22.916 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Register SPNs to the principal] ******** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:891 Friday 26 July 2024 22:15:13 -0400 (0:00:00.069) 0:02:22.985 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Get kvno of the SPN host] ************** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:908 Friday 26 July 2024 22:15:13 -0400 (0:00:00.072) 0:02:23.058 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Get stats of the keytab file] ********** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:913 Friday 26 July 2024 22:15:13 -0400 (0:00:00.068) 0:02:23.126 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Get keytab properties] ***************** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:918 Friday 26 July 2024 22:15:14 -0400 (0:00:00.070) 0:02:23.197 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Create keytab] ************************* task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:924 Friday 26 July 2024 22:15:14 -0400 (0:00:00.068) 0:02:23.266 *********** skipping: [managed_node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.mssql : Add an entry in the keytab for the principal name and password] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:950 Friday 26 July 2024 22:15:14 -0400 (0:00:00.068) 0:02:23.334 *********** skipping: [managed_node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.mssql : Ensure correct permissions and ownership on the keytab] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:971 Friday 26 July 2024 22:15:14 -0400 (0:00:00.073) 0:02:23.407 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Fetch keytab file to host] ************* task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:979 Friday 26 July 2024 22:15:14 -0400 (0:00:00.066) 0:02:23.474 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Configure the network.kerberoskeytabfile setting] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:989 Friday 26 July 2024 22:15:14 -0400 (0:00:00.068) 0:02:23.543 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Configure the network.kerberoskeytabfile setting] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:995 Friday 26 July 2024 22:15:14 -0400 (0:00:00.066) 0:02:23.610 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Verify that hosts with mssql_ha_replica_type=primary is available] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1013 Friday 26 July 2024 22:15:14 -0400 (0:00:00.067) 0:02:23.677 *********** skipping: [managed_node1] => { "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: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1024 Friday 26 July 2024 22:15:14 -0400 (0:00:00.071) 0:02:23.749 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Set host variables] ******************** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1044 Friday 26 July 2024 22:15:14 -0400 (0:00:00.070) 0:02:23.819 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Ensure the package mssql-server-ha] **** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1097 Friday 26 July 2024 22:15:14 -0400 (0:00:00.069) 0:02:23.888 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Enable the hadrenabled setting] ******** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1104 Friday 26 July 2024 22:15:14 -0400 (0:00:00.068) 0:02:23.957 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Restart the mssql-server service if hadrenabled task was changed] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1111 Friday 26 July 2024 22:15:14 -0400 (0:00:00.142) 0:02:24.099 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Remove certificate from SQL Server] **** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1121 Friday 26 July 2024 22:15:15 -0400 (0:00:00.073) 0:02:24.173 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Remove certificate and private key files] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1127 Friday 26 July 2024 22:15:15 -0400 (0:00:00.069) 0:02:24.242 *********** skipping: [managed_node1] => (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: [managed_node1] => (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 [fedora.linux_system_roles.mssql : Configure SQL entities on the primary replica] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1135 Friday 26 July 2024 22:15:15 -0400 (0:00:00.084) 0:02:24.327 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Create login for HA on in SQL Server] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1144 Friday 26 July 2024 22:15:15 -0400 (0:00:00.068) 0:02:24.395 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Fetch certificate files from the primary to the control node] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1152 Friday 26 July 2024 22:15:15 -0400 (0:00:00.073) 0:02:24.469 *********** skipping: [managed_node1] => (item={u'key': u'cert', u'value': u'/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: [managed_node1] => (item={u'key': u'key', u'value': u'/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 [fedora.linux_system_roles.mssql : Get the current primary replica in SQL] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1166 Friday 26 July 2024 22:15:15 -0400 (0:00:00.085) 0:02:24.555 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Set fact with the current primary replica] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1173 Friday 26 July 2024 22:15:15 -0400 (0:00:00.068) 0:02:24.624 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Configure ag] ************************** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1198 Friday 26 July 2024 22:15:15 -0400 (0:00:00.070) 0:02:24.694 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Grant permissions to HA login] ********* task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1207 Friday 26 July 2024 22:15:15 -0400 (0:00:00.069) 0:02:24.764 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Replicate DBs] ************************* task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1216 Friday 26 July 2024 22:15:15 -0400 (0:00:00.069) 0:02:24.833 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Grant permissions to HA login] ********* task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1227 Friday 26 July 2024 22:15:15 -0400 (0:00:00.067) 0:02:24.900 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Verify that hosts with replica_type=primary is available] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1240 Friday 26 July 2024 22:15:15 -0400 (0:00:00.067) 0:02:24.968 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Ensure the package mssql-server-ha] **** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1249 Friday 26 July 2024 22:15:15 -0400 (0:00:00.071) 0:02:25.040 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Enable the hadrenabled setting] ******** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1256 Friday 26 July 2024 22:15:15 -0400 (0:00:00.069) 0:02:25.109 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Restart the mssql-server service if hadrenabled task was changed] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1263 Friday 26 July 2024 22:15:16 -0400 (0:00:00.074) 0:02:25.184 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Remove certificate from SQL Server] **** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1271 Friday 26 July 2024 22:15:16 -0400 (0:00:00.066) 0:02:25.250 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Distribute certificate and private key to managed nodes] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1278 Friday 26 July 2024 22:15:16 -0400 (0:00:00.069) 0:02:25.320 *********** skipping: [managed_node1] => (item={u'key': u'cert', u'value': u'/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: [managed_node1] => (item={u'key': u'key', u'value': u'/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 [fedora.linux_system_roles.mssql : Configure SQL entities on not primary replicas] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1290 Friday 26 July 2024 22:15:16 -0400 (0:00:00.165) 0:02:25.485 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Create HA login] *********************** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1299 Friday 26 July 2024 22:15:16 -0400 (0:00:00.069) 0:02:25.555 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Join to availability group] ************ task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1306 Friday 26 July 2024 22:15:16 -0400 (0:00:00.072) 0:02:25.628 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Grant permissions to HA login] ********* task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1312 Friday 26 July 2024 22:15:16 -0400 (0:00:00.069) 0:02:25.697 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Remove certificate and private key from the control node] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1320 Friday 26 July 2024 22:15:16 -0400 (0:00:00.076) 0:02:25.774 *********** skipping: [managed_node1] => (item=cert) => { "ansible_loop_var": "item", "changed": false, "item": "cert", "skip_reason": "Conditional result was False" } skipping: [managed_node1] => (item=key) => { "ansible_loop_var": "item", "changed": false, "item": "key", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Save credentials for the SQL Server login] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1333 Friday 26 July 2024 22:15:16 -0400 (0:00:00.081) 0:02:25.855 *********** skipping: [managed_node1] => { "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: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1345 Friday 26 July 2024 22:15:16 -0400 (0:00:00.071) 0:02:25.926 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Wait for the cluster to finish configuration] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1350 Friday 26 July 2024 22:15:16 -0400 (0:00:00.071) 0:02:25.998 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Configure listener for the availability group] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1356 Friday 26 July 2024 22:15:16 -0400 (0:00:00.071) 0:02:26.070 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Ensure the ansible_managed header in /var/opt/mssql/mssql.conf] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1365 Friday 26 July 2024 22:15:17 -0400 (0:00:00.073) 0:02:26.144 *********** changed: [managed_node1] => { "changed": true } MSG: Block inserted RUNNING HANDLER [fedora.linux_system_roles.mssql : Restart the mssql-server service] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/handlers/main.yml:3 Friday 26 July 2024 22:15:17 -0400 (0:00:00.462) 0:02:26.606 *********** changed: [managed_node1] => { "changed": true, "name": "mssql-server", "state": "started", "status": { "ActiveEnterTimestamp": "Fri 2024-07-26 22:14:42 EDT", "ActiveEnterTimestampMonotonic": "2818852283", "ActiveExitTimestamp": "Fri 2024-07-26 22:14:42 EDT", "ActiveExitTimestampMonotonic": "2818625044", "ActiveState": "active", "After": "-.mount systemd-journald.socket network.target system.slice auditd.service basic.target", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Fri 2024-07-26 22:14:42 EDT", "AssertTimestampMonotonic": "2818851431", "Before": "shutdown.target multi-user.target", "BlockIOAccounting": "no", "BlockIOWeight": "18446744073709551615", "CPUAccounting": "no", "CPUQuotaPerSecUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "18446744073709551615", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "18446744073709551615", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Fri 2024-07-26 22:14:42 EDT", "ConditionTimestampMonotonic": "2818851430", "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": "29745", "ExecMainStartTimestamp": "Fri 2024-07-26 22:14:42 EDT", "ExecMainStartTimestampMonotonic": "2818852190", "ExecMainStatus": "0", "ExecStart": "{ path=/opt/mssql/bin/sqlservr ; argv[]=/opt/mssql/bin/sqlservr ; ignore_errors=no ; start_time=[Fri 2024-07-26 22:14:42 EDT] ; stop_time=[n/a] ; pid=29745 ; 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-07-26 22:14:42 EDT", "InactiveEnterTimestampMonotonic": "2818849774", "InactiveExitTimestamp": "Fri 2024-07-26 22:14:42 EDT", "InactiveExitTimestampMonotonic": "2818852283", "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": "14311", "LimitSTACK": "18446744073709551615", "LoadState": "loaded", "MainPID": "29745", "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-07-26 22:14:42 EDT", "WatchdogTimestampMonotonic": "2818852257", "WatchdogUSec": "0", "WorkingDirectory": "/var/opt/mssql" } } META: ran handlers TASK [fedora.linux_system_roles.mssql : Post-input SQL scripts to SQL Server] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1378 Friday 26 July 2024 22:15:18 -0400 (0:00:00.996) 0:02:27.602 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Post-input SQL scripts to SQL Server] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1385 Friday 26 July 2024 22:15:18 -0400 (0:00:00.070) 0:02:27.673 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify connectivity and settings] **************************************** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/tests_tls.yml:131 Friday 26 July 2024 22:15:18 -0400 (0:00:00.067) 0:02:27.740 *********** included: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml for managed_node1 TASK [Check if the errorlog file exists and its location] ********************** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:8 Friday 26 July 2024 22:15:19 -0400 (0:00:00.435) 0:02:28.176 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if the set edition matches the existing edition] ******************* task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:23 Friday 26 July 2024 22:15:19 -0400 (0:00:00.072) 0:02:28.248 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify if the edition matches] ******************************************* task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:35 Friday 26 July 2024 22:15:19 -0400 (0:00:00.064) 0:02:28.313 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the setting {{ item.key }}] *************************************** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:39 Friday 26 July 2024 22:15:19 -0400 (0:00:00.069) 0:02:28.383 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get stat of mssql_datadir] *********************************************** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:55 Friday 26 July 2024 22:15:19 -0400 (0:00:00.071) 0:02:28.454 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Assert that mssql_datadir has proper permissions and ownership] ********** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:60 Friday 26 July 2024 22:15:19 -0400 (0:00:00.064) 0:02:28.519 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get stat of mssql_logdir] ************************************************ task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:70 Friday 26 July 2024 22:15:19 -0400 (0:00:00.069) 0:02:28.588 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Assert that mssql_logdir has proper permissions and ownership] *********** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:75 Friday 26 July 2024 22:15:19 -0400 (0:00:00.070) 0:02:28.658 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Prepare MSSQL and facts for logging in] ********************************** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:85 Friday 26 July 2024 22:15:19 -0400 (0:00:00.067) 0:02:28.726 *********** TASK [fedora.linux_system_roles.mssql : Ensure that the mssql-server service is started] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/verify_password.yml:3 Friday 26 July 2024 22:15:19 -0400 (0:00:00.122) 0:02:28.848 *********** ok: [managed_node1] => { "changed": false, "name": "mssql-server", "state": "started", "status": { "ActiveEnterTimestamp": "Fri 2024-07-26 22:15:18 EDT", "ActiveEnterTimestampMonotonic": "2854701734", "ActiveExitTimestamp": "Fri 2024-07-26 22:15:17 EDT", "ActiveExitTimestampMonotonic": "2854221732", "ActiveState": "active", "After": "-.mount systemd-journald.socket network.target system.slice auditd.service basic.target", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Fri 2024-07-26 22:15:18 EDT", "AssertTimestampMonotonic": "2854701159", "Before": "shutdown.target multi-user.target", "BlockIOAccounting": "no", "BlockIOWeight": "18446744073709551615", "CPUAccounting": "no", "CPUQuotaPerSecUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "18446744073709551615", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "18446744073709551615", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Fri 2024-07-26 22:15:18 EDT", "ConditionTimestampMonotonic": "2854701158", "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": "32132", "ExecMainStartTimestamp": "Fri 2024-07-26 22:15:18 EDT", "ExecMainStartTimestampMonotonic": "2854701682", "ExecMainStatus": "0", "ExecStart": "{ path=/opt/mssql/bin/sqlservr ; argv[]=/opt/mssql/bin/sqlservr ; ignore_errors=no ; start_time=[Fri 2024-07-26 22:15:18 EDT] ; stop_time=[n/a] ; pid=32132 ; 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-07-26 22:15:18 EDT", "InactiveEnterTimestampMonotonic": "2854700292", "InactiveExitTimestamp": "Fri 2024-07-26 22:15:18 EDT", "InactiveExitTimestampMonotonic": "2854701734", "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": "14311", "LimitSTACK": "18446744073709551615", "LoadState": "loaded", "MainPID": "32132", "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-07-26 22:15:18 EDT", "WatchdogTimestampMonotonic": "2854701715", "WatchdogUSec": "0", "WorkingDirectory": "/var/opt/mssql" } } TASK [fedora.linux_system_roles.mssql : Check if a custom tcpport setting exist] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/verify_password.yml:8 Friday 26 July 2024 22:15:20 -0400 (0:00:00.828) 0:02:29.677 *********** ok: [managed_node1] => { "changed": false, "cmd": [ "grep", "^tcpport = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.004021", "end": "2024-07-26 22:15:20.895311", "failed_when_result": false, "rc": 1, "start": "2024-07-26 22:15:20.891290" } MSG: non-zero return code TASK [fedora.linux_system_roles.mssql : Check if a custom ipaddress setting exist] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/verify_password.yml:14 Friday 26 July 2024 22:15:20 -0400 (0:00:00.448) 0:02:30.126 *********** ok: [managed_node1] => { "changed": false, "cmd": [ "grep", "^ipaddress = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.008721", "end": "2024-07-26 22:15:21.664726", "failed_when_result": false, "rc": 1, "start": "2024-07-26 22:15:21.656005" } MSG: non-zero return code TASK [fedora.linux_system_roles.mssql : Set a fact with a login command] ******* task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/verify_password.yml:20 Friday 26 July 2024 22:15:21 -0400 (0:00:00.849) 0:02:30.975 *********** ok: [managed_node1] => { "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: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:93 Friday 26 July 2024 22:15:21 -0400 (0:00:00.085) 0:02:31.061 *********** ok: [managed_node1] => { "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": 7352, "state": "file", "uid": 996 } TASK [Check if the set password matches the existing password] ***************** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:99 Friday 26 July 2024 22:15:23 -0400 (0:00:01.601) 0:02:32.662 *********** ok: [managed_node1] => { "attempts": 1, "changed": false, "cmd": [ "/opt/mssql-tools/bin/sqlcmd", "-U", "sa", "-P", "p@55w0rD", "-Q", "SELECT @@VERSION" ], "delta": "0:00:00.030520", "end": "2024-07-26 22:15:23.812697", "rc": 0, "start": "2024-07-26 22:15:23.782177" } STDOUT: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ Microsoft SQL Server 2019 (RTM-CU27) (KB5037331) - 15.0.4375.4 (X64) Jun 10 2024 18:00:07 Copyright (C) 2019 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: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:118 Friday 26 July 2024 22:15:23 -0400 (0:00:00.380) 0:02:33.043 *********** ok: [managed_node1] => { "ansible_facts": { "mssql_password": null }, "changed": false } TASK [Verify the package mssql-server-fts] ************************************* task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:122 Friday 26 July 2024 22:15:23 -0400 (0:00:00.073) 0:02:33.116 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the package powershell] ******************************************* task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:129 Friday 26 July 2024 22:15:24 -0400 (0:00:00.071) 0:02:33.188 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the value of the traceflag setting] ********************************** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:140 Friday 26 July 2024 22:15:24 -0400 (0:00:00.067) 0:02:33.255 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that the traceflag setting is set to 3979] ************************ task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:145 Friday 26 July 2024 22:15:24 -0400 (0:00:00.071) 0:02:33.327 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that the traceflag setting is not set to 3979] ******************** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:150 Friday 26 July 2024 22:15:24 -0400 (0:00:00.069) 0:02:33.397 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that the alternatewritethrough setting is false] ****************** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:156 Friday 26 July 2024 22:15:24 -0400 (0:00:00.141) 0:02:33.538 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the writethrough setting] ***************************************** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:162 Friday 26 July 2024 22:15:24 -0400 (0:00:00.072) 0:02:33.611 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the tlscert setting] ********************************************** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:172 Friday 26 July 2024 22:15:24 -0400 (0:00:00.070) 0:02:33.681 *********** included: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml for managed_node1 TASK [Get the value of the setting tlscert] ************************************ task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml:7 Friday 26 July 2024 22:15:24 -0400 (0:00:00.125) 0:02:33.807 *********** ok: [managed_node1] => { "changed": false, "cmd": "grep '^tlscert' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.003882", "end": "2024-07-26 22:15:24.932597", "rc": 0, "start": "2024-07-26 22:15:24.928715" } STDOUT: tlscert = /etc/pki/tls/certs/ansible.M35v2k TASK [Verify the setting when it is type str tlscert] ************************** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml:14 Friday 26 July 2024 22:15:25 -0400 (0:00:00.352) 0:02:34.160 *********** ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [Verify the setting when it is type bool tlscert] ************************* task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml:25 Friday 26 July 2024 22:15:25 -0400 (0:00:00.085) 0:02:34.245 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that tcpport = /etc/pki/tls/certs/ansible.M35v2k] ***************** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml:40 Friday 26 July 2024 22:15:25 -0400 (0:00:00.079) 0:02:34.325 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the tlskey setting] *********************************************** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:183 Friday 26 July 2024 22:15:25 -0400 (0:00:00.070) 0:02:34.396 *********** included: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml for managed_node1 TASK [Get the value of the setting tlskey] ************************************* task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml:7 Friday 26 July 2024 22:15:25 -0400 (0:00:00.127) 0:02:34.524 *********** ok: [managed_node1] => { "changed": false, "cmd": "grep '^tlskey' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.003809", "end": "2024-07-26 22:15:25.645214", "rc": 0, "start": "2024-07-26 22:15:25.641405" } STDOUT: tlskey = /etc/pki/tls/private/ansible.hHlxah TASK [Verify the setting when it is type str tlskey] *************************** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml:14 Friday 26 July 2024 22:15:25 -0400 (0:00:00.346) 0:02:34.870 *********** ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [Verify the setting when it is type bool tlskey] ************************** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml:25 Friday 26 July 2024 22:15:25 -0400 (0:00:00.086) 0:02:34.957 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that tcpport = /etc/pki/tls/private/ansible.hHlxah] *************** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml:40 Friday 26 July 2024 22:15:25 -0400 (0:00:00.077) 0:02:35.034 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the tlsprotocols setting] ***************************************** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:195 Friday 26 July 2024 22:15:25 -0400 (0:00:00.070) 0:02:35.105 *********** included: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml for managed_node1 TASK [Get the value of the setting tlsprotocols] ******************************* task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml:7 Friday 26 July 2024 22:15:26 -0400 (0:00:00.218) 0:02:35.323 *********** ok: [managed_node1] => { "changed": false, "cmd": "grep '^tlsprotocols' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.006344", "end": "2024-07-26 22:15:26.466459", "rc": 0, "start": "2024-07-26 22:15:26.460115" } STDOUT: tlsprotocols = 1.2 TASK [Verify the setting when it is type str tlsprotocols] ********************* task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml:14 Friday 26 July 2024 22:15:26 -0400 (0:00:00.371) 0:02:35.695 *********** ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [Verify the setting when it is type bool tlsprotocols] ******************** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml:25 Friday 26 July 2024 22:15:26 -0400 (0:00:00.087) 0:02:35.782 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that tcpport = 1.2] *********************************************** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml:40 Friday 26 July 2024 22:15:26 -0400 (0:00:00.077) 0:02:35.860 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the forceencryption setting] ************************************** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:203 Friday 26 July 2024 22:15:26 -0400 (0:00:00.071) 0:02:35.931 *********** included: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml for managed_node1 TASK [Get the value of the setting forceencryption] **************************** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml:7 Friday 26 July 2024 22:15:26 -0400 (0:00:00.133) 0:02:36.065 *********** ok: [managed_node1] => { "changed": false, "cmd": "grep '^forceencryption' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004899", "end": "2024-07-26 22:15:27.185323", "rc": 0, "start": "2024-07-26 22:15:27.180424" } STDOUT: forceencryption = 1 TASK [Verify the setting when it is type str forceencryption] ****************** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml:14 Friday 26 July 2024 22:15:27 -0400 (0:00:00.341) 0:02:36.407 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the setting when it is type bool forceencryption] ***************** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml:25 Friday 26 July 2024 22:15:27 -0400 (0:00:00.075) 0:02:36.482 *********** ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [Verify that tcpport = True] ********************************************** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml:40 Friday 26 July 2024 22:15:27 -0400 (0:00:00.090) 0:02:36.572 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify configuration for confined application] *************************** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:210 Friday 26 July 2024 22:15:27 -0400 (0:00:00.070) 0:02:36.643 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check the ansible_managed header in the configuration file] ************** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/tests_tls.yml:137 Friday 26 July 2024 22:15:27 -0400 (0:00:00.068) 0:02:36.711 *********** included: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/check_header.yml for managed_node1 TASK [Grep the ansible_managed header in /var/opt/mssql/mssql.conf] ************ task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/check_header.yml:4 Friday 26 July 2024 22:15:28 -0400 (0:00:00.461) 0:02:37.173 *********** ok: [managed_node1] => { "changed": false, "cmd": [ "grep", "Ansible managed\n", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003089", "end": "2024-07-26 22:15:28.441315", "rc": 0, "start": "2024-07-26 22:15:28.438226" } STDOUT: # BEGIN ANSIBLE MANAGED BLOCK # # Ansible managed # # system_role:mssql # END ANSIBLE MANAGED BLOCK [sqlagent] enabled = false [EULA] accepteula = Y [network] tlscert = /etc/pki/tls/certs/ansible.M35v2k tlskey = /etc/pki/tls/private/ansible.hHlxah tlsprotocols = 1.2 forceencryption = 1 TASK [Disable TLS encryption] ************************************************** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/tests_tls.yml:141 Friday 26 July 2024 22:15:28 -0400 (0:00:00.490) 0:02:37.664 *********** TASK [fedora.linux_system_roles.mssql : Ensure ansible_facts and variables used by role] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:3 Friday 26 July 2024 22:15:29 -0400 (0:00:00.695) 0:02:38.359 *********** included: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/set_vars.yml for managed_node1 TASK [fedora.linux_system_roles.mssql : Ensure ansible_facts used by role] ***** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/set_vars.yml:3 Friday 26 July 2024 22:15:29 -0400 (0:00:00.114) 0:02:38.474 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Set platform/version specific variables] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/set_vars.yml:8 Friday 26 July 2024 22:15:29 -0400 (0:00:00.090) 0:02:38.564 *********** ok: [managed_node1] => (item=RedHat.yml) => { "ansible_facts": { "__mssql_client_repository": "https://packages.microsoft.com/rhel/9/prod/", "__mssql_confined_supported": true, "__mssql_server_repository": "https://packages.microsoft.com/rhel/9/mssql-server-{{ mssql_version | int }}/", "__mssql_supported_versions": [ 2022 ], "__mssql_tuned_supported": true }, "ansible_included_var_files": [ "/tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/vars/RedHat.yml" ], "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml" } skipping: [managed_node1] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [managed_node1] => (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": [ "/tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/vars/CentOS_7.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_7.yml" } skipping: [managed_node1] => (item=CentOS_7.9.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS_7.9.yml", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Unset the __mssql_sqlcmd_login_cmd fact] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:8 Friday 26 July 2024 22:15:29 -0400 (0:00:00.104) 0:02:38.669 *********** ok: [managed_node1] => { "ansible_facts": { "__mssql_sqlcmd_login_cmd": null }, "changed": false } TASK [fedora.linux_system_roles.mssql : Print that the mssql_input_sql_file variable is deprecated] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:15 Friday 26 July 2024 22:15:29 -0400 (0:00:00.066) 0:02:38.736 *********** skipping: [managed_node1] => {} TASK [fedora.linux_system_roles.mssql : Link the deprecated mssql_input_sql_file fact] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:23 Friday 26 July 2024 22:15:29 -0400 (0:00:00.170) 0:02:38.906 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Print that the variable is deprecated] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:30 Friday 26 July 2024 22:15:29 -0400 (0:00:00.075) 0:02:38.981 *********** skipping: [managed_node1] => {} TASK [fedora.linux_system_roles.mssql : Link the deprecated mssql_ha_listener_port fact] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:37 Friday 26 July 2024 22:15:29 -0400 (0:00:00.069) 0:02:39.051 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Print that the mssql_ad_sql_user_name variable is deprecated] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:44 Friday 26 July 2024 22:15:29 -0400 (0:00:00.073) 0:02:39.124 *********** skipping: [managed_node1] => {} TASK [fedora.linux_system_roles.mssql : Link the deprecated mssql_ad_sql_user_name fact] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:51 Friday 26 July 2024 22:15:30 -0400 (0:00:00.068) 0:02:39.192 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Print that the mssql_ha_cluster_run_role variable is deprecated] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:58 Friday 26 July 2024 22:15:30 -0400 (0:00:00.070) 0:02:39.263 *********** skipping: [managed_node1] => {} TASK [fedora.linux_system_roles.mssql : Link the deprecated mssql_ha_cluster_run_role fact] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:65 Friday 26 July 2024 22:15:30 -0400 (0:00:00.070) 0:02:39.334 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Verify that the user accepts EULA variables] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:69 Friday 26 July 2024 22:15:30 -0400 (0:00:00.071) 0:02:39.406 *********** ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [fedora.linux_system_roles.mssql : Verify that EL < 8 is not used with mssql_ha_configure=true] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:81 Friday 26 July 2024 22:15:30 -0400 (0:00:00.081) 0:02:39.487 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Verify if the mssql_ha_replica_type variable is provided correctly] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:89 Friday 26 July 2024 22:15:30 -0400 (0:00:00.069) 0:02:39.557 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Verify that 'mssql_ha_replica_type = primary' is provided once] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:98 Friday 26 July 2024 22:15:30 -0400 (0:00:00.073) 0:02:39.630 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Verify that mssql_ha_prep_for_pacemaker is provided correctly] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:107 Friday 26 July 2024 22:15:30 -0400 (0:00:00.069) 0:02:39.699 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Verify that selinux variables are used on supported platforms] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:117 Friday 26 July 2024 22:15:30 -0400 (0:00:00.070) 0:02:39.770 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Verify that mssql_manage_selinux is set properly] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:126 Friday 26 July 2024 22:15:30 -0400 (0:00:00.072) 0:02:39.843 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Gather package facts] ****************** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:137 Friday 26 July 2024 22:15:30 -0400 (0:00:00.067) 0:02:39.911 *********** ok: [managed_node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.mssql : Set fact with the currently installed SQL Server version if any] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:141 Friday 26 July 2024 22:15:32 -0400 (0:00:01.369) 0:02:41.280 *********** skipping: [managed_node1] => (item={u'value': 14, u'key': 2017}) => { "ansible_loop_var": "item", "changed": false, "item": { "key": 2017, "value": 14 }, "skip_reason": "Conditional result was False" } ok: [managed_node1] => (item={u'value': 15, u'key': 2019}) => { "ansible_facts": { "__mssql_current_version": "2019" }, "ansible_loop_var": "item", "changed": false, "item": { "key": 2019, "value": 15 } } skipping: [managed_node1] => (item={u'value': 16, u'key': 2022}) => { "ansible_loop_var": "item", "changed": false, "item": { "key": 2022, "value": 16 }, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Set mssql_version variable if user does not define it] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:149 Friday 26 July 2024 22:15:32 -0400 (0:00:00.196) 0:02:41.477 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Verify if the mssql_version variable is provided correctly] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:156 Friday 26 July 2024 22:15:32 -0400 (0:00:00.071) 0:02:41.549 *********** ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [fedora.linux_system_roles.mssql : Verify if mssql_version is not smaller then the existing SQL Server version] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:163 Friday 26 July 2024 22:15:32 -0400 (0:00:00.076) 0:02:41.626 *********** skipping: [managed_node1] => (item={u'value': 14, u'key': 2017}) => { "ansible_loop_var": "item", "changed": false, "item": { "key": 2017, "value": 14 }, "skip_reason": "Conditional result was False" } skipping: [managed_node1] => (item={u'value': 15, u'key': 2019}) => { "ansible_loop_var": "item", "changed": false, "item": { "key": 2019, "value": 15 }, "skip_reason": "Conditional result was False" } skipping: [managed_node1] => (item={u'value': 16, u'key': 2022}) => { "ansible_loop_var": "item", "changed": false, "item": { "key": 2022, "value": 16 }, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Deploy the GPG key for Microsoft repositories] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:177 Friday 26 July 2024 22:15:32 -0400 (0:00:00.140) 0:02:41.766 *********** ok: [managed_node1] => { "attempts": 1, "changed": false } TASK [fedora.linux_system_roles.mssql : Update all packages from SQL Server repo version 2019] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:191 Friday 26 July 2024 22:15:33 -0400 (0:00:00.535) 0:02:42.302 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Get yum repositories] ****************** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:201 Friday 26 July 2024 22:15:33 -0400 (0:00:00.070) 0:02:42.373 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Remove the current Microsoft SQL Server repository to upgrade to 2019] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:212 Friday 26 July 2024 22:15:33 -0400 (0:00:00.076) 0:02:42.449 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Update all packages from SQL Server repo version 2019] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:226 Friday 26 July 2024 22:15:33 -0400 (0:00:00.075) 0:02:42.524 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Get zypper repositories] *************** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:235 Friday 26 July 2024 22:15:33 -0400 (0:00:00.073) 0:02:42.597 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Remove the current Microsoft SQL Server repository to upgrade to 2019] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:247 Friday 26 July 2024 22:15:33 -0400 (0:00:00.074) 0:02:42.672 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Configure the Microsoft SQL Server repo version 2019] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:254 Friday 26 July 2024 22:15:33 -0400 (0:00:00.072) 0:02:42.744 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Configure the Microsoft SQL Server repo version 2019] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:266 Friday 26 July 2024 22:15:33 -0400 (0:00:00.194) 0:02:42.939 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Configure to run as a confined application with SELinux] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:279 Friday 26 July 2024 22:15:33 -0400 (0:00:00.071) 0:02:43.011 *********** ok: [managed_node1] => { "changed": false, "rc": 0, "results": [ "mssql-server-selinux is not installed" ] } TASK [fedora.linux_system_roles.mssql : Ensure the package mssql-server] ******* task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:284 Friday 26 July 2024 22:15:34 -0400 (0:00:00.606) 0:02:43.617 *********** ok: [managed_node1] => { "changed": false, "rc": 0, "results": [ "mssql-server-15.0.4375.4-1.x86_64 providing mssql-server is already installed" ] } lsrpackages: mssql-server TASK [fedora.linux_system_roles.mssql : Ensure that the openldap-compat package is installed] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:292 Friday 26 July 2024 22:15:35 -0400 (0:00:00.550) 0:02:44.167 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Check if the errorlog file exists and its location] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:300 Friday 26 July 2024 22:15:35 -0400 (0:00:00.072) 0:02:44.239 *********** ok: [managed_node1] => { "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.004945", "end": "2024-07-26 22:15:35.369565", "rc": 0, "start": "2024-07-26 22:15:35.364620" } STDOUT: /var/opt/mssql/log/errorlog TASK [fedora.linux_system_roles.mssql : Gather system services facts] ********** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:316 Friday 26 July 2024 22:15:35 -0400 (0:00:00.352) 0:02:44.592 *********** ok: [managed_node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.mssql : Set the __mssql_is_setup variable] ***** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:320 Friday 26 July 2024 22:15:36 -0400 (0:00:00.873) 0:02:45.465 *********** ok: [managed_node1] => { "ansible_facts": { "__mssql_is_setup": true }, "changed": false } TASK [fedora.linux_system_roles.mssql : Verify that the variables required for setting up MSSQL are defined] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:329 Friday 26 July 2024 22:15:36 -0400 (0:00:00.105) 0:02:45.570 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Set up MSSQL] ************************** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:345 Friday 26 July 2024 22:15:36 -0400 (0:00:00.072) 0:02:45.643 *********** skipping: [managed_node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.mssql : Ensure the directory and permissions for datadir and logdir] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:370 Friday 26 July 2024 22:15:36 -0400 (0:00:00.068) 0:02:45.712 *********** skipping: [managed_node1] => (item={u'path': None, u'setting': u'defaultdatadir', u'mode': u'755'}) => { "ansible_loop_var": "item", "changed": false, "item": { "mode": "755", "path": null, "setting": "defaultdatadir" }, "skip_reason": "Conditional result was False" } skipping: [managed_node1] => (item={u'path': None, u'setting': u'defaultlogdir', u'mode': u'755'}) => { "ansible_loop_var": "item", "changed": false, "item": { "mode": "755", "path": null, "setting": "defaultlogdir" }, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Set selinux role facts for ports] ****** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:385 Friday 26 July 2024 22:15:36 -0400 (0:00:00.085) 0:02:45.798 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure correct SELinux context for storage paths and ports] ************** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:399 Friday 26 July 2024 22:15:36 -0400 (0:00:00.067) 0:02:45.865 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Ensure that the tuned-profiles-mssql package is installed] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:410 Friday 26 July 2024 22:15:36 -0400 (0:00:00.158) 0:02:46.024 *********** ok: [managed_node1] => { "changed": false, "rc": 0, "results": [ "tuned-profiles-mssql-2.11.0-12.el7_9.noarch providing tuned-profiles-mssql is already installed" ] } lsrpackages: tuned-profiles-mssql TASK [fedora.linux_system_roles.mssql : Ensure that the tuned service is started and enabled] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:416 Friday 26 July 2024 22:15:37 -0400 (0:00:00.547) 0:02:46.571 *********** ok: [managed_node1] => { "changed": false, "enabled": true, "name": "tuned", "state": "started", "status": { "ActiveEnterTimestamp": "Fri 2024-07-26 21:27:56 EDT", "ActiveEnterTimestampMonotonic": "12916852", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "systemd-journald.socket systemd-sysctl.service network.target dbus.service system.slice basic.target", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Fri 2024-07-26 21:27:55 EDT", "AssertTimestampMonotonic": "12241781", "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-07-26 21:27:55 EDT", "ConditionTimestampMonotonic": "12241780", "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": "853", "ExecMainStartTimestamp": "Fri 2024-07-26 21:27:55 EDT", "ExecMainStartTimestampMonotonic": "12243873", "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-07-26 21:27:55 EDT", "InactiveExitTimestampMonotonic": "12243909", "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": "14311", "LimitRSS": "18446744073709551615", "LimitRTPRIO": "0", "LimitRTTIME": "18446744073709551615", "LimitSIGPENDING": "14311", "LimitSTACK": "18446744073709551615", "LoadState": "loaded", "MainPID": "853", "MemoryAccounting": "no", "MemoryCurrent": "18446744073709551615", "MemoryLimit": "18446744073709551615", "MountFlags": "0", "Names": "tuned.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PIDFile": "/run/tuned/tuned.pid", "PermissionsStartOnly": "no", "PrivateDevices": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "ProtectHome": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "Requires": "polkit.service basic.target dbus.service system.slice", "Restart": "no", "RestartUSec": "100ms", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitInterval": "10000000", "StartupBlockIOWeight": "18446744073709551615", "StartupCPUShares": "18446744073709551615", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "no", "TasksCurrent": "18446744073709551615", "TasksMax": "18446744073709551615", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "dbus", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "WantedBy": "multi-user.target", "WatchdogTimestamp": "Fri 2024-07-26 21:27:56 EDT", "WatchdogTimestampMonotonic": "12916740", "WatchdogUSec": "0" } } TASK [fedora.linux_system_roles.mssql : Get the active Tuned profiles] ********* task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:423 Friday 26 July 2024 22:15:37 -0400 (0:00:00.463) 0:02:47.035 *********** ok: [managed_node1] => { "changed": false, "cmd": [ "tuned-adm", "active" ], "delta": "0:00:00.082918", "end": "2024-07-26 22:15:38.245491", "rc": 0, "start": "2024-07-26 22:15:38.162573" } STDOUT: Current active profile: virtual-guest mssql TASK [fedora.linux_system_roles.mssql : Attempt to add mssql to the list of Tuned profiles] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:436 Friday 26 July 2024 22:15:38 -0400 (0:00:00.433) 0:02:47.469 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Remove troublemaking include from the mssql profile] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:449 Friday 26 July 2024 22:15:38 -0400 (0:00:00.075) 0:02:47.545 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Add the fixed mssql profile to the list of Tuned profiles] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:458 Friday 26 July 2024 22:15:38 -0400 (0:00:00.072) 0:02:47.617 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Configure the Microsoft SQL Server Tools repository] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:468 Friday 26 July 2024 22:15:38 -0400 (0:00:00.075) 0:02:47.693 *********** ok: [managed_node1] => { "changed": false, "repo": "packages-microsoft-com-prod", "state": "present" } TASK [fedora.linux_system_roles.mssql : Configure the Microsoft SQL Server Tools repository] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:476 Friday 26 July 2024 22:15:38 -0400 (0:00:00.360) 0:02:48.054 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Ensure that SQL Server client tools are installed] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:485 Friday 26 July 2024 22:15:38 -0400 (0:00:00.071) 0:02:48.126 *********** ok: [managed_node1] => { "changed": false, "rc": 0, "results": [ "mssql-tools-17.10.1.1-1.x86_64 providing mssql-tools is already installed", "unixODBC-devel-2.3.11-1.rh.x86_64 providing unixODBC-devel is already installed" ] } lsrpackages: mssql-tools unixODBC-devel TASK [fedora.linux_system_roles.mssql : Prepare MSSQL and facts for logging in] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:497 Friday 26 July 2024 22:15:39 -0400 (0:00:00.558) 0:02:48.684 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Wait for mssql-server to prepare for client connections] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:501 Friday 26 July 2024 22:15:39 -0400 (0:00:00.070) 0:02:48.754 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Check if the set password matches the existing password] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:507 Friday 26 July 2024 22:15:39 -0400 (0:00:00.163) 0:02:48.917 *********** skipping: [managed_node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.mssql : Ensure that the mssql-server service is stopped] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:522 Friday 26 July 2024 22:15:39 -0400 (0:00:00.074) 0:02:48.992 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Gather package facts] ****************** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:529 Friday 26 July 2024 22:15:39 -0400 (0:00:00.078) 0:02:49.071 *********** skipping: [managed_node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.mssql : Change the password of sa user] ******** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:537 Friday 26 July 2024 22:15:40 -0400 (0:00:00.073) 0:02:49.145 *********** skipping: [managed_node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.mssql : Pre-input SQL script files to SQL Server] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:558 Friday 26 July 2024 22:15:40 -0400 (0:00:00.073) 0:02:49.218 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Pre-input SQL script contents to SQL Server] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:565 Friday 26 July 2024 22:15:40 -0400 (0:00:00.072) 0:02:49.291 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Check if the set edition matches the existing edition] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:576 Friday 26 July 2024 22:15:40 -0400 (0:00:00.067) 0:02:49.359 *********** ok: [managed_node1] => { "changed": false, "cmd": "errorlog_edition=\"$(grep -oi 'Evaluation edition' \\\n/var/opt/mssql/log/errorlog)\"\nif [ -z \"${errorlog_edition}\" ]; then\n edition_matches=false\nelse\n edition_matches=true\nfi\necho \"${edition_matches}\"\n", "delta": "0:00:00.004748", "end": "2024-07-26 22:15:40.495713", "rc": 0, "start": "2024-07-26 22:15:40.490965" } STDOUT: true TASK [fedora.linux_system_roles.mssql : Ensure that the mssql-server service is stopped] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:590 Friday 26 July 2024 22:15:40 -0400 (0:00:00.362) 0:02:49.721 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Gather package facts] ****************** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:597 Friday 26 July 2024 22:15:40 -0400 (0:00:00.074) 0:02:49.796 *********** ok: [managed_node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.mssql : Change the edition of MSSQL] *********** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:603 Friday 26 July 2024 22:15:41 -0400 (0:00:01.203) 0:02:50.999 *********** skipping: [managed_node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.mssql : Configure the IP address setting] ****** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:622 Friday 26 July 2024 22:15:42 -0400 (0:00:00.165) 0:02:51.165 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Register the previous tcpport setting] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:629 Friday 26 July 2024 22:15:42 -0400 (0:00:00.070) 0:02:51.235 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Open the TCP port 1433] ************************************************** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:636 Friday 26 July 2024 22:15:42 -0400 (0:00:00.076) 0:02:51.312 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Configure the TCP port setting to 1433] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:648 Friday 26 July 2024 22:15:42 -0400 (0:00:00.070) 0:02:51.383 *********** included: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml for managed_node1 TASK [fedora.linux_system_roles.mssql : Get the setting network tcpport] ******* task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:3 Friday 26 July 2024 22:15:42 -0400 (0:00:00.126) 0:02:51.510 *********** ok: [managed_node1] => { "changed": false, "cmd": [ "grep", "^tcpport = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.002771", "end": "2024-07-26 22:15:42.633225", "failed_when_result": false, "rc": 1, "start": "2024-07-26 22:15:42.630454" } MSG: non-zero return code TASK [fedora.linux_system_roles.mssql : Configure the setting network tcpport] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:12 Friday 26 July 2024 22:15:42 -0400 (0:00:00.346) 0:02:51.856 *********** ok: [managed_node1] => { "changed": false, "cmd": [ "/opt/mssql/bin/mssql-conf", "set", "network.tcpport", "1433" ], "delta": "0:00:00.114727", "end": "2024-07-26 22:15:43.089126", "failed_when_result": false, "rc": 0, "start": "2024-07-26 22:15:42.974399" } STDOUT: Validation error on setting 'network.tcpport' Port '1433' is already in use. Please use another port TASK [fedora.linux_system_roles.mssql : Unset the setting network tcpport] ***** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:42 Friday 26 July 2024 22:15:43 -0400 (0:00:00.465) 0:02:52.322 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Close the previously set SQL Server TCP port if it changed] ************** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:654 Friday 26 July 2024 22:15:43 -0400 (0:00:00.070) 0:02:52.392 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Configure the sqlagent setting] ******** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:674 Friday 26 July 2024 22:15:43 -0400 (0:00:00.069) 0:02:52.461 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Ensure the package mssql-server-fts] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:681 Friday 26 July 2024 22:15:43 -0400 (0:00:00.071) 0:02:52.532 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Ensure the package powershell] ********* task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:688 Friday 26 July 2024 22:15:43 -0400 (0:00:00.071) 0:02:52.604 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Check if the 3979 trace flag is enabled] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:697 Friday 26 July 2024 22:15:43 -0400 (0:00:00.069) 0:02:52.673 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Set the 3979 traceflag] **************** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:703 Friday 26 July 2024 22:15:43 -0400 (0:00:00.069) 0:02:52.743 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Unset the 3979 traceflag] ************** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:710 Friday 26 July 2024 22:15:43 -0400 (0:00:00.067) 0:02:52.811 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Configure the alternatewritethrough setting] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:718 Friday 26 July 2024 22:15:43 -0400 (0:00:00.070) 0:02:52.882 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Configure the writethrough setting] **** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:724 Friday 26 July 2024 22:15:43 -0400 (0:00:00.067) 0:02:52.949 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create certificates using the certificate role] ************************** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:742 Friday 26 July 2024 22:15:43 -0400 (0:00:00.162) 0:02:53.111 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Set mssql_tls_cert and _private_key based on the cert name] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:756 Friday 26 July 2024 22:15:44 -0400 (0:00:00.075) 0:02:53.187 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Copy certificate and private_key files to the host] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:761 Friday 26 July 2024 22:15:44 -0400 (0:00:00.075) 0:02:53.263 *********** skipping: [managed_node1] => (item=/tmp/ansible.M35v2k) => { "ansible_loop_var": "item", "changed": false, "item": "/tmp/ansible.M35v2k", "skip_reason": "Conditional result was False" } skipping: [managed_node1] => (item=ansible.hHlxah) => { "ansible_loop_var": "item", "changed": false, "item": "ansible.hHlxah", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Configure the tlscert setting] ********* task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:779 Friday 26 July 2024 22:15:44 -0400 (0:00:00.089) 0:02:53.353 *********** included: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml for managed_node1 TASK [fedora.linux_system_roles.mssql : Get the setting network tlscert] ******* task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:3 Friday 26 July 2024 22:15:44 -0400 (0:00:00.129) 0:02:53.482 *********** ok: [managed_node1] => { "changed": false, "cmd": [ "grep", "^tlscert = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.002986", "end": "2024-07-26 22:15:44.609791", "failed_when_result": false, "rc": 0, "start": "2024-07-26 22:15:44.606805" } STDOUT: tlscert = /etc/pki/tls/certs/ansible.M35v2k TASK [fedora.linux_system_roles.mssql : Configure the setting network tlscert] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:12 Friday 26 July 2024 22:15:44 -0400 (0:00:00.351) 0:02:53.834 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Unset the setting network tlscert] ***** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:42 Friday 26 July 2024 22:15:44 -0400 (0:00:00.087) 0:02:53.921 *********** NOTIFIED HANDLER fedora.linux_system_roles.mssql : Restart the mssql-server service for managed_node1 changed: [managed_node1] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "unset", "network.tlscert" ], "delta": "0:00:00.116139", "end": "2024-07-26 22:15:45.164954", "failed_when_result": false, "rc": 0, "start": "2024-07-26 22:15:45.048815" } STDOUT: SQL Server needs to be restarted in order to apply this setting. Please run 'systemctl restart mssql-server.service'. TASK [fedora.linux_system_roles.mssql : Configure the tlskey setting] ********** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:788 Friday 26 July 2024 22:15:45 -0400 (0:00:00.472) 0:02:54.394 *********** included: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml for managed_node1 TASK [fedora.linux_system_roles.mssql : Get the setting network tlskey] ******** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:3 Friday 26 July 2024 22:15:45 -0400 (0:00:00.129) 0:02:54.524 *********** ok: [managed_node1] => { "changed": false, "cmd": [ "grep", "^tlskey = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.002886", "end": "2024-07-26 22:15:45.651688", "failed_when_result": false, "rc": 0, "start": "2024-07-26 22:15:45.648802" } STDOUT: tlskey = /etc/pki/tls/private/ansible.hHlxah TASK [fedora.linux_system_roles.mssql : Configure the setting network tlskey] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:12 Friday 26 July 2024 22:15:45 -0400 (0:00:00.356) 0:02:54.880 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Unset the setting network tlskey] ****** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:42 Friday 26 July 2024 22:15:45 -0400 (0:00:00.081) 0:02:54.962 *********** changed: [managed_node1] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "unset", "network.tlskey" ], "delta": "0:00:00.116439", "end": "2024-07-26 22:15:46.208234", "failed_when_result": false, "rc": 0, "start": "2024-07-26 22:15:46.091795" } STDOUT: SQL Server needs to be restarted in order to apply this setting. Please run 'systemctl restart mssql-server.service'. TASK [fedora.linux_system_roles.mssql : Configure the tlsprotocols setting] **** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:797 Friday 26 July 2024 22:15:46 -0400 (0:00:00.566) 0:02:55.528 *********** included: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml for managed_node1 TASK [fedora.linux_system_roles.mssql : Get the setting network tlsprotocols] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:3 Friday 26 July 2024 22:15:46 -0400 (0:00:00.138) 0:02:55.667 *********** ok: [managed_node1] => { "changed": false, "cmd": [ "grep", "^tlsprotocols = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.002955", "end": "2024-07-26 22:15:46.797875", "failed_when_result": false, "rc": 0, "start": "2024-07-26 22:15:46.794920" } STDOUT: tlsprotocols = 1.2 TASK [fedora.linux_system_roles.mssql : Configure the setting network tlsprotocols] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:12 Friday 26 July 2024 22:15:46 -0400 (0:00:00.359) 0:02:56.026 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Unset the setting network tlsprotocols] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:42 Friday 26 July 2024 22:15:46 -0400 (0:00:00.086) 0:02:56.112 *********** changed: [managed_node1] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "unset", "network.tlsprotocols" ], "delta": "0:00:00.113636", "end": "2024-07-26 22:15:47.353650", "failed_when_result": false, "rc": 0, "start": "2024-07-26 22:15:47.240014" } STDOUT: SQL Server needs to be restarted in order to apply this setting. Please run 'systemctl restart mssql-server.service'. TASK [fedora.linux_system_roles.mssql : Configure the forceencryption setting] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:804 Friday 26 July 2024 22:15:47 -0400 (0:00:00.473) 0:02:56.586 *********** included: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml for managed_node1 TASK [fedora.linux_system_roles.mssql : Get the setting network forceencryption] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:3 Friday 26 July 2024 22:15:47 -0400 (0:00:00.135) 0:02:56.721 *********** ok: [managed_node1] => { "changed": false, "cmd": [ "grep", "^forceencryption = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.002949", "end": "2024-07-26 22:15:47.848124", "failed_when_result": false, "rc": 0, "start": "2024-07-26 22:15:47.845175" } STDOUT: forceencryption = 1 TASK [fedora.linux_system_roles.mssql : Configure the setting network forceencryption] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:12 Friday 26 July 2024 22:15:47 -0400 (0:00:00.351) 0:02:57.073 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Unset the setting network forceencryption] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:42 Friday 26 July 2024 22:15:48 -0400 (0:00:00.078) 0:02:57.152 *********** changed: [managed_node1] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "unset", "network.forceencryption" ], "delta": "0:00:00.115183", "end": "2024-07-26 22:15:48.392792", "failed_when_result": false, "rc": 0, "start": "2024-07-26 22:15:48.277609" } STDOUT: SQL Server needs to be restarted in order to apply this setting. Please run 'systemctl restart mssql-server.service'. TASK [fedora.linux_system_roles.mssql : Verify that ad_integration_realm variable is provided] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:813 Friday 26 July 2024 22:15:48 -0400 (0:00:00.469) 0:02:57.621 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Join to realm {{ ad_integration_realm }}] ******************************** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:821 Friday 26 July 2024 22:15:48 -0400 (0:00:00.073) 0:02:57.694 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Ensure adutil and krb5-workstation] **** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:829 Friday 26 July 2024 22:15:48 -0400 (0:00:00.071) 0:02:57.765 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Print credential caches to check if AD principal exists] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:836 Friday 26 July 2024 22:15:48 -0400 (0:00:00.070) 0:02:57.835 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Print status of credential cache for {{ __mssql_ad_kinit_user }}] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:843 Friday 26 July 2024 22:15:48 -0400 (0:00:00.162) 0:02:57.998 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Obtain Kerberos ticket for {{ __mssql_ad_kinit_user }}] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:852 Friday 26 July 2024 22:15:48 -0400 (0:00:00.074) 0:02:58.073 *********** skipping: [managed_node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.mssql : Check if AD user exists] *************** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:865 Friday 26 July 2024 22:15:49 -0400 (0:00:00.072) 0:02:58.145 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : In AD server create user] ************** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:874 Friday 26 July 2024 22:15:49 -0400 (0:00:00.075) 0:02:58.221 *********** skipping: [managed_node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.mssql : Get SPNs for the principal] ************ task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:886 Friday 26 July 2024 22:15:49 -0400 (0:00:00.071) 0:02:58.292 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Register SPNs to the principal] ******** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:891 Friday 26 July 2024 22:15:49 -0400 (0:00:00.071) 0:02:58.364 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Get kvno of the SPN host] ************** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:908 Friday 26 July 2024 22:15:49 -0400 (0:00:00.069) 0:02:58.433 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Get stats of the keytab file] ********** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:913 Friday 26 July 2024 22:15:49 -0400 (0:00:00.072) 0:02:58.506 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Get keytab properties] ***************** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:918 Friday 26 July 2024 22:15:49 -0400 (0:00:00.072) 0:02:58.578 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Create keytab] ************************* task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:924 Friday 26 July 2024 22:15:49 -0400 (0:00:00.067) 0:02:58.646 *********** skipping: [managed_node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.mssql : Add an entry in the keytab for the principal name and password] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:950 Friday 26 July 2024 22:15:49 -0400 (0:00:00.072) 0:02:58.718 *********** skipping: [managed_node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.mssql : Ensure correct permissions and ownership on the keytab] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:971 Friday 26 July 2024 22:15:49 -0400 (0:00:00.067) 0:02:58.786 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Fetch keytab file to host] ************* task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:979 Friday 26 July 2024 22:15:49 -0400 (0:00:00.071) 0:02:58.858 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Configure the network.kerberoskeytabfile setting] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:989 Friday 26 July 2024 22:15:49 -0400 (0:00:00.070) 0:02:58.929 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Configure the network.kerberoskeytabfile setting] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:995 Friday 26 July 2024 22:15:49 -0400 (0:00:00.070) 0:02:58.999 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Verify that hosts with mssql_ha_replica_type=primary is available] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1013 Friday 26 July 2024 22:15:49 -0400 (0:00:00.071) 0:02:59.070 *********** skipping: [managed_node1] => { "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: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1024 Friday 26 July 2024 22:15:50 -0400 (0:00:00.071) 0:02:59.142 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Set host variables] ******************** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1044 Friday 26 July 2024 22:15:50 -0400 (0:00:00.069) 0:02:59.211 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Ensure the package mssql-server-ha] **** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1097 Friday 26 July 2024 22:15:50 -0400 (0:00:00.070) 0:02:59.282 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Enable the hadrenabled setting] ******** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1104 Friday 26 July 2024 22:15:50 -0400 (0:00:00.163) 0:02:59.445 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Restart the mssql-server service if hadrenabled task was changed] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1111 Friday 26 July 2024 22:15:50 -0400 (0:00:00.077) 0:02:59.522 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Remove certificate from SQL Server] **** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1121 Friday 26 July 2024 22:15:50 -0400 (0:00:00.070) 0:02:59.593 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Remove certificate and private key files] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1127 Friday 26 July 2024 22:15:50 -0400 (0:00:00.074) 0:02:59.667 *********** skipping: [managed_node1] => (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: [managed_node1] => (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 [fedora.linux_system_roles.mssql : Configure SQL entities on the primary replica] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1135 Friday 26 July 2024 22:15:50 -0400 (0:00:00.088) 0:02:59.755 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Create login for HA on in SQL Server] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1144 Friday 26 July 2024 22:15:50 -0400 (0:00:00.073) 0:02:59.828 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Fetch certificate files from the primary to the control node] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1152 Friday 26 July 2024 22:15:50 -0400 (0:00:00.070) 0:02:59.899 *********** skipping: [managed_node1] => (item={u'key': u'cert', u'value': u'/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: [managed_node1] => (item={u'key': u'key', u'value': u'/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 [fedora.linux_system_roles.mssql : Get the current primary replica in SQL] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1166 Friday 26 July 2024 22:15:50 -0400 (0:00:00.090) 0:02:59.990 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Set fact with the current primary replica] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1173 Friday 26 July 2024 22:15:50 -0400 (0:00:00.072) 0:03:00.063 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Configure ag] ************************** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1198 Friday 26 July 2024 22:15:51 -0400 (0:00:00.069) 0:03:00.132 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Grant permissions to HA login] ********* task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1207 Friday 26 July 2024 22:15:51 -0400 (0:00:00.071) 0:03:00.203 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Replicate DBs] ************************* task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1216 Friday 26 July 2024 22:15:51 -0400 (0:00:00.071) 0:03:00.275 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Grant permissions to HA login] ********* task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1227 Friday 26 July 2024 22:15:51 -0400 (0:00:00.070) 0:03:00.345 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Verify that hosts with replica_type=primary is available] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1240 Friday 26 July 2024 22:15:51 -0400 (0:00:00.072) 0:03:00.418 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Ensure the package mssql-server-ha] **** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1249 Friday 26 July 2024 22:15:51 -0400 (0:00:00.069) 0:03:00.488 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Enable the hadrenabled setting] ******** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1256 Friday 26 July 2024 22:15:51 -0400 (0:00:00.071) 0:03:00.559 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Restart the mssql-server service if hadrenabled task was changed] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1263 Friday 26 July 2024 22:15:51 -0400 (0:00:00.069) 0:03:00.629 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Remove certificate from SQL Server] **** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1271 Friday 26 July 2024 22:15:51 -0400 (0:00:00.074) 0:03:00.703 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Distribute certificate and private key to managed nodes] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1278 Friday 26 July 2024 22:15:51 -0400 (0:00:00.166) 0:03:00.870 *********** skipping: [managed_node1] => (item={u'key': u'cert', u'value': u'/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: [managed_node1] => (item={u'key': u'key', u'value': u'/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 [fedora.linux_system_roles.mssql : Configure SQL entities on not primary replicas] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1290 Friday 26 July 2024 22:15:51 -0400 (0:00:00.087) 0:03:00.958 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Create HA login] *********************** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1299 Friday 26 July 2024 22:15:51 -0400 (0:00:00.074) 0:03:01.033 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Join to availability group] ************ task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1306 Friday 26 July 2024 22:15:51 -0400 (0:00:00.068) 0:03:01.101 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Grant permissions to HA login] ********* task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1312 Friday 26 July 2024 22:15:52 -0400 (0:00:00.075) 0:03:01.177 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Remove certificate and private key from the control node] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1320 Friday 26 July 2024 22:15:52 -0400 (0:00:00.075) 0:03:01.252 *********** skipping: [managed_node1] => (item=cert) => { "ansible_loop_var": "item", "changed": false, "item": "cert", "skip_reason": "Conditional result was False" } skipping: [managed_node1] => (item=key) => { "ansible_loop_var": "item", "changed": false, "item": "key", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Save credentials for the SQL Server login] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1333 Friday 26 July 2024 22:15:52 -0400 (0:00:00.078) 0:03:01.331 *********** skipping: [managed_node1] => { "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: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1345 Friday 26 July 2024 22:15:52 -0400 (0:00:00.074) 0:03:01.405 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Wait for the cluster to finish configuration] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1350 Friday 26 July 2024 22:15:52 -0400 (0:00:00.070) 0:03:01.476 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Configure listener for the availability group] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1356 Friday 26 July 2024 22:15:52 -0400 (0:00:00.072) 0:03:01.548 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Ensure the ansible_managed header in /var/opt/mssql/mssql.conf] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1365 Friday 26 July 2024 22:15:52 -0400 (0:00:00.070) 0:03:01.618 *********** changed: [managed_node1] => { "changed": true } MSG: Block inserted RUNNING HANDLER [fedora.linux_system_roles.mssql : Restart the mssql-server service] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/handlers/main.yml:3 Friday 26 July 2024 22:15:52 -0400 (0:00:00.452) 0:03:02.071 *********** changed: [managed_node1] => { "changed": true, "name": "mssql-server", "state": "started", "status": { "ActiveEnterTimestamp": "Fri 2024-07-26 22:15:18 EDT", "ActiveEnterTimestampMonotonic": "2854701734", "ActiveExitTimestamp": "Fri 2024-07-26 22:15:17 EDT", "ActiveExitTimestampMonotonic": "2854221732", "ActiveState": "active", "After": "-.mount systemd-journald.socket network.target system.slice auditd.service basic.target", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Fri 2024-07-26 22:15:18 EDT", "AssertTimestampMonotonic": "2854701159", "Before": "shutdown.target multi-user.target", "BlockIOAccounting": "no", "BlockIOWeight": "18446744073709551615", "CPUAccounting": "no", "CPUQuotaPerSecUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "18446744073709551615", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "18446744073709551615", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Fri 2024-07-26 22:15:18 EDT", "ConditionTimestampMonotonic": "2854701158", "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": "32132", "ExecMainStartTimestamp": "Fri 2024-07-26 22:15:18 EDT", "ExecMainStartTimestampMonotonic": "2854701682", "ExecMainStatus": "0", "ExecStart": "{ path=/opt/mssql/bin/sqlservr ; argv[]=/opt/mssql/bin/sqlservr ; ignore_errors=no ; start_time=[Fri 2024-07-26 22:15:18 EDT] ; stop_time=[n/a] ; pid=32132 ; 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-07-26 22:15:18 EDT", "InactiveEnterTimestampMonotonic": "2854700292", "InactiveExitTimestamp": "Fri 2024-07-26 22:15:18 EDT", "InactiveExitTimestampMonotonic": "2854701734", "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": "14311", "LimitSTACK": "18446744073709551615", "LoadState": "loaded", "MainPID": "32132", "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-07-26 22:15:18 EDT", "WatchdogTimestampMonotonic": "2854701715", "WatchdogUSec": "0", "WorkingDirectory": "/var/opt/mssql" } } META: ran handlers TASK [fedora.linux_system_roles.mssql : Post-input SQL scripts to SQL Server] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1378 Friday 26 July 2024 22:15:54 -0400 (0:00:01.394) 0:03:03.466 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Post-input SQL scripts to SQL Server] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1385 Friday 26 July 2024 22:15:54 -0400 (0:00:00.162) 0:03:03.629 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify connectivity and settings] **************************************** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/tests_tls.yml:147 Friday 26 July 2024 22:15:54 -0400 (0:00:00.070) 0:03:03.699 *********** included: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml for managed_node1 TASK [Check if the errorlog file exists and its location] ********************** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:8 Friday 26 July 2024 22:15:55 -0400 (0:00:00.494) 0:03:04.195 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if the set edition matches the existing edition] ******************* task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:23 Friday 26 July 2024 22:15:55 -0400 (0:00:00.071) 0:03:04.267 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify if the edition matches] ******************************************* task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:35 Friday 26 July 2024 22:15:55 -0400 (0:00:00.071) 0:03:04.338 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the setting {{ item.key }}] *************************************** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:39 Friday 26 July 2024 22:15:55 -0400 (0:00:00.072) 0:03:04.410 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get stat of mssql_datadir] *********************************************** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:55 Friday 26 July 2024 22:15:55 -0400 (0:00:00.072) 0:03:04.483 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Assert that mssql_datadir has proper permissions and ownership] ********** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:60 Friday 26 July 2024 22:15:55 -0400 (0:00:00.070) 0:03:04.553 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get stat of mssql_logdir] ************************************************ task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:70 Friday 26 July 2024 22:15:55 -0400 (0:00:00.067) 0:03:04.621 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Assert that mssql_logdir has proper permissions and ownership] *********** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:75 Friday 26 July 2024 22:15:55 -0400 (0:00:00.069) 0:03:04.691 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Prepare MSSQL and facts for logging in] ********************************** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:85 Friday 26 July 2024 22:15:55 -0400 (0:00:00.068) 0:03:04.759 *********** TASK [fedora.linux_system_roles.mssql : Ensure that the mssql-server service is started] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/verify_password.yml:3 Friday 26 July 2024 22:15:55 -0400 (0:00:00.124) 0:03:04.883 *********** ok: [managed_node1] => { "changed": false, "name": "mssql-server", "state": "started", "status": { "ActiveEnterTimestamp": "Fri 2024-07-26 22:15:54 EDT", "ActiveEnterTimestampMonotonic": "2890555926", "ActiveExitTimestamp": "Fri 2024-07-26 22:15:53 EDT", "ActiveExitTimestampMonotonic": "2889684461", "ActiveState": "active", "After": "-.mount systemd-journald.socket network.target system.slice auditd.service basic.target", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Fri 2024-07-26 22:15:54 EDT", "AssertTimestampMonotonic": "2890555175", "Before": "shutdown.target multi-user.target", "BlockIOAccounting": "no", "BlockIOWeight": "18446744073709551615", "CPUAccounting": "no", "CPUQuotaPerSecUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "18446744073709551615", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "18446744073709551615", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Fri 2024-07-26 22:15:54 EDT", "ConditionTimestampMonotonic": "2890555173", "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": "1805", "ExecMainStartTimestamp": "Fri 2024-07-26 22:15:54 EDT", "ExecMainStartTimestampMonotonic": "2890555873", "ExecMainStatus": "0", "ExecStart": "{ path=/opt/mssql/bin/sqlservr ; argv[]=/opt/mssql/bin/sqlservr ; ignore_errors=no ; start_time=[Fri 2024-07-26 22:15:54 EDT] ; stop_time=[n/a] ; pid=1805 ; 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-07-26 22:15:54 EDT", "InactiveEnterTimestampMonotonic": "2890554067", "InactiveExitTimestamp": "Fri 2024-07-26 22:15:54 EDT", "InactiveExitTimestampMonotonic": "2890555926", "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": "14311", "LimitSTACK": "18446744073709551615", "LoadState": "loaded", "MainPID": "1805", "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-07-26 22:15:54 EDT", "WatchdogTimestampMonotonic": "2890555906", "WatchdogUSec": "0", "WorkingDirectory": "/var/opt/mssql" } } TASK [fedora.linux_system_roles.mssql : Check if a custom tcpport setting exist] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/verify_password.yml:8 Friday 26 July 2024 22:15:56 -0400 (0:00:00.796) 0:03:05.680 *********** ok: [managed_node1] => { "changed": false, "cmd": [ "grep", "^tcpport = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.041420", "end": "2024-07-26 22:15:57.040097", "failed_when_result": false, "rc": 1, "start": "2024-07-26 22:15:56.998677" } MSG: non-zero return code TASK [fedora.linux_system_roles.mssql : Check if a custom ipaddress setting exist] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/verify_password.yml:14 Friday 26 July 2024 22:15:57 -0400 (0:00:00.637) 0:03:06.317 *********** ok: [managed_node1] => { "changed": false, "cmd": [ "grep", "^ipaddress = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.006045", "end": "2024-07-26 22:15:57.819419", "failed_when_result": false, "rc": 1, "start": "2024-07-26 22:15:57.813374" } MSG: non-zero return code TASK [fedora.linux_system_roles.mssql : Set a fact with a login command] ******* task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/verify_password.yml:20 Friday 26 July 2024 22:15:57 -0400 (0:00:00.777) 0:03:07.094 *********** ok: [managed_node1] => { "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: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:93 Friday 26 July 2024 22:15:58 -0400 (0:00:00.089) 0:03:07.184 *********** ok: [managed_node1] => { "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": 7262, "state": "file", "uid": 996 } TASK [Check if the set password matches the existing password] ***************** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:99 Friday 26 July 2024 22:15:59 -0400 (0:00:01.501) 0:03:08.685 *********** ok: [managed_node1] => { "attempts": 1, "changed": false, "cmd": [ "/opt/mssql-tools/bin/sqlcmd", "-U", "sa", "-P", "p@55w0rD", "-Q", "SELECT @@VERSION" ], "delta": "0:00:00.030636", "end": "2024-07-26 22:15:59.840415", "rc": 0, "start": "2024-07-26 22:15:59.809779" } STDOUT: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ Microsoft SQL Server 2019 (RTM-CU27) (KB5037331) - 15.0.4375.4 (X64) Jun 10 2024 18:00:07 Copyright (C) 2019 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: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:118 Friday 26 July 2024 22:15:59 -0400 (0:00:00.388) 0:03:09.074 *********** ok: [managed_node1] => { "ansible_facts": { "mssql_password": null }, "changed": false } TASK [Verify the package mssql-server-fts] ************************************* task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:122 Friday 26 July 2024 22:16:00 -0400 (0:00:00.075) 0:03:09.149 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the package powershell] ******************************************* task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:129 Friday 26 July 2024 22:16:00 -0400 (0:00:00.071) 0:03:09.220 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the value of the traceflag setting] ********************************** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:140 Friday 26 July 2024 22:16:00 -0400 (0:00:00.071) 0:03:09.292 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that the traceflag setting is set to 3979] ************************ task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:145 Friday 26 July 2024 22:16:00 -0400 (0:00:00.068) 0:03:09.360 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that the traceflag setting is not set to 3979] ******************** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:150 Friday 26 July 2024 22:16:00 -0400 (0:00:00.167) 0:03:09.528 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that the alternatewritethrough setting is false] ****************** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:156 Friday 26 July 2024 22:16:00 -0400 (0:00:00.073) 0:03:09.601 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the writethrough setting] ***************************************** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:162 Friday 26 July 2024 22:16:00 -0400 (0:00:00.074) 0:03:09.676 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the tlscert setting] ********************************************** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:172 Friday 26 July 2024 22:16:00 -0400 (0:00:00.071) 0:03:09.748 *********** included: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml for managed_node1 TASK [Get the value of the setting tlscert] ************************************ task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml:7 Friday 26 July 2024 22:16:00 -0400 (0:00:00.129) 0:03:09.878 *********** ok: [managed_node1] => { "changed": false, "cmd": "grep '^tlscert' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004140", "end": "2024-07-26 22:16:01.006782", "rc": 0, "start": "2024-07-26 22:16:01.002642" } TASK [Verify the setting when it is type str tlscert] ************************** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml:14 Friday 26 July 2024 22:16:01 -0400 (0:00:00.355) 0:03:10.234 *********** ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [Verify the setting when it is type bool tlscert] ************************* task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml:25 Friday 26 July 2024 22:16:01 -0400 (0:00:00.091) 0:03:10.326 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that tcpport =] *************************************************** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml:40 Friday 26 July 2024 22:16:01 -0400 (0:00:00.081) 0:03:10.407 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the tlskey setting] *********************************************** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:183 Friday 26 July 2024 22:16:01 -0400 (0:00:00.075) 0:03:10.483 *********** included: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml for managed_node1 TASK [Get the value of the setting tlskey] ************************************* task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml:7 Friday 26 July 2024 22:16:01 -0400 (0:00:00.132) 0:03:10.616 *********** ok: [managed_node1] => { "changed": false, "cmd": "grep '^tlskey' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004025", "end": "2024-07-26 22:16:01.755701", "rc": 0, "start": "2024-07-26 22:16:01.751676" } TASK [Verify the setting when it is type str tlskey] *************************** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml:14 Friday 26 July 2024 22:16:01 -0400 (0:00:00.371) 0:03:10.988 *********** ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [Verify the setting when it is type bool tlskey] ************************** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml:25 Friday 26 July 2024 22:16:01 -0400 (0:00:00.094) 0:03:11.083 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that tcpport =] *************************************************** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml:40 Friday 26 July 2024 22:16:02 -0400 (0:00:00.077) 0:03:11.160 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the tlsprotocols setting] ***************************************** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:195 Friday 26 July 2024 22:16:02 -0400 (0:00:00.074) 0:03:11.235 *********** included: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml for managed_node1 TASK [Get the value of the setting tlsprotocols] ******************************* task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml:7 Friday 26 July 2024 22:16:02 -0400 (0:00:00.229) 0:03:11.464 *********** ok: [managed_node1] => { "changed": false, "cmd": "grep '^tlsprotocols' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004044", "end": "2024-07-26 22:16:02.604444", "rc": 0, "start": "2024-07-26 22:16:02.600400" } TASK [Verify the setting when it is type str tlsprotocols] ********************* task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml:14 Friday 26 July 2024 22:16:02 -0400 (0:00:00.369) 0:03:11.834 *********** ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [Verify the setting when it is type bool tlsprotocols] ******************** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml:25 Friday 26 July 2024 22:16:02 -0400 (0:00:00.091) 0:03:11.925 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that tcpport =] *************************************************** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml:40 Friday 26 July 2024 22:16:02 -0400 (0:00:00.079) 0:03:12.005 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the forceencryption setting] ************************************** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:203 Friday 26 July 2024 22:16:02 -0400 (0:00:00.074) 0:03:12.079 *********** included: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml for managed_node1 TASK [Get the value of the setting forceencryption] **************************** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml:7 Friday 26 July 2024 22:16:03 -0400 (0:00:00.137) 0:03:12.217 *********** ok: [managed_node1] => { "changed": false, "cmd": "grep '^forceencryption' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.003915", "end": "2024-07-26 22:16:03.339585", "rc": 0, "start": "2024-07-26 22:16:03.335670" } TASK [Verify the setting when it is type str forceencryption] ****************** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml:14 Friday 26 July 2024 22:16:03 -0400 (0:00:00.350) 0:03:12.568 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the setting when it is type bool forceencryption] ***************** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml:25 Friday 26 July 2024 22:16:03 -0400 (0:00:00.075) 0:03:12.644 *********** ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [Verify that tcpport = False] ********************************************* task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml:40 Friday 26 July 2024 22:16:03 -0400 (0:00:00.095) 0:03:12.739 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify configuration for confined application] *************************** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:210 Friday 26 July 2024 22:16:03 -0400 (0:00:00.071) 0:03:12.810 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Test with certs created by the certificate role] ************************* task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/tests_tls.yml:154 Friday 26 July 2024 22:16:03 -0400 (0:00:00.071) 0:03:12.882 *********** TASK [fedora.linux_system_roles.mssql : Ensure ansible_facts and variables used by role] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:3 Friday 26 July 2024 22:16:04 -0400 (0:00:01.167) 0:03:14.049 *********** included: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/set_vars.yml for managed_node1 TASK [fedora.linux_system_roles.mssql : Ensure ansible_facts used by role] ***** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/set_vars.yml:3 Friday 26 July 2024 22:16:05 -0400 (0:00:00.116) 0:03:14.166 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Set platform/version specific variables] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/set_vars.yml:8 Friday 26 July 2024 22:16:05 -0400 (0:00:00.096) 0:03:14.263 *********** ok: [managed_node1] => (item=RedHat.yml) => { "ansible_facts": { "__mssql_client_repository": "https://packages.microsoft.com/rhel/9/prod/", "__mssql_confined_supported": true, "__mssql_server_repository": "https://packages.microsoft.com/rhel/9/mssql-server-{{ mssql_version | int }}/", "__mssql_supported_versions": [ 2022 ], "__mssql_tuned_supported": true }, "ansible_included_var_files": [ "/tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/vars/RedHat.yml" ], "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml" } skipping: [managed_node1] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [managed_node1] => (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": [ "/tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/vars/CentOS_7.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_7.yml" } skipping: [managed_node1] => (item=CentOS_7.9.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS_7.9.yml", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Unset the __mssql_sqlcmd_login_cmd fact] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:8 Friday 26 July 2024 22:16:05 -0400 (0:00:00.103) 0:03:14.366 *********** ok: [managed_node1] => { "ansible_facts": { "__mssql_sqlcmd_login_cmd": null }, "changed": false } TASK [fedora.linux_system_roles.mssql : Print that the mssql_input_sql_file variable is deprecated] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:15 Friday 26 July 2024 22:16:05 -0400 (0:00:00.073) 0:03:14.440 *********** skipping: [managed_node1] => {} TASK [fedora.linux_system_roles.mssql : Link the deprecated mssql_input_sql_file fact] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:23 Friday 26 July 2024 22:16:05 -0400 (0:00:00.071) 0:03:14.511 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Print that the variable is deprecated] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:30 Friday 26 July 2024 22:16:05 -0400 (0:00:00.069) 0:03:14.580 *********** skipping: [managed_node1] => {} TASK [fedora.linux_system_roles.mssql : Link the deprecated mssql_ha_listener_port fact] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:37 Friday 26 July 2024 22:16:05 -0400 (0:00:00.191) 0:03:14.772 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Print that the mssql_ad_sql_user_name variable is deprecated] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:44 Friday 26 July 2024 22:16:05 -0400 (0:00:00.071) 0:03:14.843 *********** skipping: [managed_node1] => {} TASK [fedora.linux_system_roles.mssql : Link the deprecated mssql_ad_sql_user_name fact] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:51 Friday 26 July 2024 22:16:05 -0400 (0:00:00.076) 0:03:14.919 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Print that the mssql_ha_cluster_run_role variable is deprecated] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:58 Friday 26 July 2024 22:16:05 -0400 (0:00:00.069) 0:03:14.989 *********** skipping: [managed_node1] => {} TASK [fedora.linux_system_roles.mssql : Link the deprecated mssql_ha_cluster_run_role fact] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:65 Friday 26 July 2024 22:16:05 -0400 (0:00:00.074) 0:03:15.063 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Verify that the user accepts EULA variables] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:69 Friday 26 July 2024 22:16:06 -0400 (0:00:00.072) 0:03:15.136 *********** ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [fedora.linux_system_roles.mssql : Verify that EL < 8 is not used with mssql_ha_configure=true] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:81 Friday 26 July 2024 22:16:06 -0400 (0:00:00.080) 0:03:15.216 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Verify if the mssql_ha_replica_type variable is provided correctly] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:89 Friday 26 July 2024 22:16:06 -0400 (0:00:00.072) 0:03:15.289 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Verify that 'mssql_ha_replica_type = primary' is provided once] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:98 Friday 26 July 2024 22:16:06 -0400 (0:00:00.069) 0:03:15.359 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Verify that mssql_ha_prep_for_pacemaker is provided correctly] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:107 Friday 26 July 2024 22:16:06 -0400 (0:00:00.071) 0:03:15.431 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Verify that selinux variables are used on supported platforms] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:117 Friday 26 July 2024 22:16:06 -0400 (0:00:00.072) 0:03:15.503 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Verify that mssql_manage_selinux is set properly] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:126 Friday 26 July 2024 22:16:06 -0400 (0:00:00.073) 0:03:15.576 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Gather package facts] ****************** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:137 Friday 26 July 2024 22:16:06 -0400 (0:00:00.072) 0:03:15.649 *********** ok: [managed_node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.mssql : Set fact with the currently installed SQL Server version if any] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:141 Friday 26 July 2024 22:16:07 -0400 (0:00:01.479) 0:03:17.128 *********** skipping: [managed_node1] => (item={u'value': 14, u'key': 2017}) => { "ansible_loop_var": "item", "changed": false, "item": { "key": 2017, "value": 14 }, "skip_reason": "Conditional result was False" } ok: [managed_node1] => (item={u'value': 15, u'key': 2019}) => { "ansible_facts": { "__mssql_current_version": "2019" }, "ansible_loop_var": "item", "changed": false, "item": { "key": 2019, "value": 15 } } skipping: [managed_node1] => (item={u'value': 16, u'key': 2022}) => { "ansible_loop_var": "item", "changed": false, "item": { "key": 2022, "value": 16 }, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Set mssql_version variable if user does not define it] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:149 Friday 26 July 2024 22:16:08 -0400 (0:00:00.199) 0:03:17.327 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Verify if the mssql_version variable is provided correctly] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:156 Friday 26 July 2024 22:16:08 -0400 (0:00:00.076) 0:03:17.404 *********** ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [fedora.linux_system_roles.mssql : Verify if mssql_version is not smaller then the existing SQL Server version] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:163 Friday 26 July 2024 22:16:08 -0400 (0:00:00.077) 0:03:17.481 *********** skipping: [managed_node1] => (item={u'value': 14, u'key': 2017}) => { "ansible_loop_var": "item", "changed": false, "item": { "key": 2017, "value": 14 }, "skip_reason": "Conditional result was False" } skipping: [managed_node1] => (item={u'value': 15, u'key': 2019}) => { "ansible_loop_var": "item", "changed": false, "item": { "key": 2019, "value": 15 }, "skip_reason": "Conditional result was False" } skipping: [managed_node1] => (item={u'value': 16, u'key': 2022}) => { "ansible_loop_var": "item", "changed": false, "item": { "key": 2022, "value": 16 }, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Deploy the GPG key for Microsoft repositories] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:177 Friday 26 July 2024 22:16:08 -0400 (0:00:00.147) 0:03:17.628 *********** ok: [managed_node1] => { "attempts": 1, "changed": false } TASK [fedora.linux_system_roles.mssql : Update all packages from SQL Server repo version 2019] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:191 Friday 26 July 2024 22:16:09 -0400 (0:00:00.545) 0:03:18.173 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Get yum repositories] ****************** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:201 Friday 26 July 2024 22:16:09 -0400 (0:00:00.071) 0:03:18.245 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Remove the current Microsoft SQL Server repository to upgrade to 2019] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:212 Friday 26 July 2024 22:16:09 -0400 (0:00:00.075) 0:03:18.320 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Update all packages from SQL Server repo version 2019] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:226 Friday 26 July 2024 22:16:09 -0400 (0:00:00.076) 0:03:18.397 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Get zypper repositories] *************** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:235 Friday 26 July 2024 22:16:09 -0400 (0:00:00.075) 0:03:18.472 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Remove the current Microsoft SQL Server repository to upgrade to 2019] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:247 Friday 26 July 2024 22:16:09 -0400 (0:00:00.077) 0:03:18.549 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Configure the Microsoft SQL Server repo version 2019] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:254 Friday 26 July 2024 22:16:09 -0400 (0:00:00.074) 0:03:18.624 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Configure the Microsoft SQL Server repo version 2019] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:266 Friday 26 July 2024 22:16:09 -0400 (0:00:00.105) 0:03:18.730 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Configure to run as a confined application with SELinux] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:279 Friday 26 July 2024 22:16:09 -0400 (0:00:00.070) 0:03:18.801 *********** ok: [managed_node1] => { "changed": false, "rc": 0, "results": [ "mssql-server-selinux is not installed" ] } TASK [fedora.linux_system_roles.mssql : Ensure the package mssql-server] ******* task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:284 Friday 26 July 2024 22:16:10 -0400 (0:00:00.634) 0:03:19.435 *********** ok: [managed_node1] => { "changed": false, "rc": 0, "results": [ "mssql-server-15.0.4375.4-1.x86_64 providing mssql-server is already installed" ] } lsrpackages: mssql-server TASK [fedora.linux_system_roles.mssql : Ensure that the openldap-compat package is installed] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:292 Friday 26 July 2024 22:16:10 -0400 (0:00:00.562) 0:03:19.998 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Check if the errorlog file exists and its location] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:300 Friday 26 July 2024 22:16:10 -0400 (0:00:00.072) 0:03:20.070 *********** ok: [managed_node1] => { "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.004742", "end": "2024-07-26 22:16:11.198378", "rc": 0, "start": "2024-07-26 22:16:11.193636" } STDOUT: /var/opt/mssql/log/errorlog TASK [fedora.linux_system_roles.mssql : Gather system services facts] ********** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:316 Friday 26 July 2024 22:16:11 -0400 (0:00:00.354) 0:03:20.425 *********** ok: [managed_node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.mssql : Set the __mssql_is_setup variable] ***** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:320 Friday 26 July 2024 22:16:12 -0400 (0:00:00.877) 0:03:21.302 *********** ok: [managed_node1] => { "ansible_facts": { "__mssql_is_setup": true }, "changed": false } TASK [fedora.linux_system_roles.mssql : Verify that the variables required for setting up MSSQL are defined] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:329 Friday 26 July 2024 22:16:12 -0400 (0:00:00.106) 0:03:21.408 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Set up MSSQL] ************************** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:345 Friday 26 July 2024 22:16:12 -0400 (0:00:00.069) 0:03:21.478 *********** skipping: [managed_node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.mssql : Ensure the directory and permissions for datadir and logdir] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:370 Friday 26 July 2024 22:16:12 -0400 (0:00:00.072) 0:03:21.550 *********** skipping: [managed_node1] => (item={u'path': None, u'setting': u'defaultdatadir', u'mode': u'755'}) => { "ansible_loop_var": "item", "changed": false, "item": { "mode": "755", "path": null, "setting": "defaultdatadir" }, "skip_reason": "Conditional result was False" } skipping: [managed_node1] => (item={u'path': None, u'setting': u'defaultlogdir', u'mode': u'755'}) => { "ansible_loop_var": "item", "changed": false, "item": { "mode": "755", "path": null, "setting": "defaultlogdir" }, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Set selinux role facts for ports] ****** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:385 Friday 26 July 2024 22:16:12 -0400 (0:00:00.089) 0:03:21.640 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure correct SELinux context for storage paths and ports] ************** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:399 Friday 26 July 2024 22:16:12 -0400 (0:00:00.070) 0:03:21.710 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Ensure that the tuned-profiles-mssql package is installed] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:410 Friday 26 July 2024 22:16:12 -0400 (0:00:00.072) 0:03:21.782 *********** ok: [managed_node1] => { "changed": false, "rc": 0, "results": [ "tuned-profiles-mssql-2.11.0-12.el7_9.noarch providing tuned-profiles-mssql is already installed" ] } lsrpackages: tuned-profiles-mssql TASK [fedora.linux_system_roles.mssql : Ensure that the tuned service is started and enabled] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:416 Friday 26 July 2024 22:16:13 -0400 (0:00:00.627) 0:03:22.410 *********** ok: [managed_node1] => { "changed": false, "enabled": true, "name": "tuned", "state": "started", "status": { "ActiveEnterTimestamp": "Fri 2024-07-26 21:27:56 EDT", "ActiveEnterTimestampMonotonic": "12916852", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "systemd-journald.socket systemd-sysctl.service network.target dbus.service system.slice basic.target", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Fri 2024-07-26 21:27:55 EDT", "AssertTimestampMonotonic": "12241781", "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-07-26 21:27:55 EDT", "ConditionTimestampMonotonic": "12241780", "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": "853", "ExecMainStartTimestamp": "Fri 2024-07-26 21:27:55 EDT", "ExecMainStartTimestampMonotonic": "12243873", "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-07-26 21:27:55 EDT", "InactiveExitTimestampMonotonic": "12243909", "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": "14311", "LimitRSS": "18446744073709551615", "LimitRTPRIO": "0", "LimitRTTIME": "18446744073709551615", "LimitSIGPENDING": "14311", "LimitSTACK": "18446744073709551615", "LoadState": "loaded", "MainPID": "853", "MemoryAccounting": "no", "MemoryCurrent": "18446744073709551615", "MemoryLimit": "18446744073709551615", "MountFlags": "0", "Names": "tuned.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PIDFile": "/run/tuned/tuned.pid", "PermissionsStartOnly": "no", "PrivateDevices": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "ProtectHome": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "Requires": "polkit.service basic.target dbus.service system.slice", "Restart": "no", "RestartUSec": "100ms", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitInterval": "10000000", "StartupBlockIOWeight": "18446744073709551615", "StartupCPUShares": "18446744073709551615", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "no", "TasksCurrent": "18446744073709551615", "TasksMax": "18446744073709551615", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "dbus", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "WantedBy": "multi-user.target", "WatchdogTimestamp": "Fri 2024-07-26 21:27:56 EDT", "WatchdogTimestampMonotonic": "12916740", "WatchdogUSec": "0" } } TASK [fedora.linux_system_roles.mssql : Get the active Tuned profiles] ********* task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:423 Friday 26 July 2024 22:16:13 -0400 (0:00:00.442) 0:03:22.852 *********** ok: [managed_node1] => { "changed": false, "cmd": [ "tuned-adm", "active" ], "delta": "0:00:00.084499", "end": "2024-07-26 22:16:14.063124", "rc": 0, "start": "2024-07-26 22:16:13.978625" } STDOUT: Current active profile: virtual-guest mssql TASK [fedora.linux_system_roles.mssql : Attempt to add mssql to the list of Tuned profiles] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:436 Friday 26 July 2024 22:16:14 -0400 (0:00:00.439) 0:03:23.291 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Remove troublemaking include from the mssql profile] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:449 Friday 26 July 2024 22:16:14 -0400 (0:00:00.076) 0:03:23.368 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Add the fixed mssql profile to the list of Tuned profiles] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:458 Friday 26 July 2024 22:16:14 -0400 (0:00:00.070) 0:03:23.439 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Configure the Microsoft SQL Server Tools repository] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:468 Friday 26 July 2024 22:16:14 -0400 (0:00:00.075) 0:03:23.514 *********** ok: [managed_node1] => { "changed": false, "repo": "packages-microsoft-com-prod", "state": "present" } TASK [fedora.linux_system_roles.mssql : Configure the Microsoft SQL Server Tools repository] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:476 Friday 26 July 2024 22:16:14 -0400 (0:00:00.352) 0:03:23.867 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Ensure that SQL Server client tools are installed] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:485 Friday 26 July 2024 22:16:14 -0400 (0:00:00.074) 0:03:23.941 *********** ok: [managed_node1] => { "changed": false, "rc": 0, "results": [ "mssql-tools-17.10.1.1-1.x86_64 providing mssql-tools is already installed", "unixODBC-devel-2.3.11-1.rh.x86_64 providing unixODBC-devel is already installed" ] } lsrpackages: mssql-tools unixODBC-devel TASK [fedora.linux_system_roles.mssql : Prepare MSSQL and facts for logging in] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:497 Friday 26 July 2024 22:16:15 -0400 (0:00:00.554) 0:03:24.495 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Wait for mssql-server to prepare for client connections] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:501 Friday 26 July 2024 22:16:15 -0400 (0:00:00.074) 0:03:24.570 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Check if the set password matches the existing password] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:507 Friday 26 July 2024 22:16:15 -0400 (0:00:00.070) 0:03:24.641 *********** skipping: [managed_node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.mssql : Ensure that the mssql-server service is stopped] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:522 Friday 26 July 2024 22:16:15 -0400 (0:00:00.075) 0:03:24.716 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Gather package facts] ****************** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:529 Friday 26 July 2024 22:16:15 -0400 (0:00:00.074) 0:03:24.790 *********** skipping: [managed_node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.mssql : Change the password of sa user] ******** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:537 Friday 26 July 2024 22:16:15 -0400 (0:00:00.186) 0:03:24.977 *********** skipping: [managed_node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.mssql : Pre-input SQL script files to SQL Server] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:558 Friday 26 July 2024 22:16:15 -0400 (0:00:00.075) 0:03:25.053 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Pre-input SQL script contents to SQL Server] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:565 Friday 26 July 2024 22:16:15 -0400 (0:00:00.072) 0:03:25.125 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Check if the set edition matches the existing edition] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:576 Friday 26 July 2024 22:16:16 -0400 (0:00:00.075) 0:03:25.201 *********** ok: [managed_node1] => { "changed": false, "cmd": "errorlog_edition=\"$(grep -oi 'Evaluation edition' \\\n/var/opt/mssql/log/errorlog)\"\nif [ -z \"${errorlog_edition}\" ]; then\n edition_matches=false\nelse\n edition_matches=true\nfi\necho \"${edition_matches}\"\n", "delta": "0:00:00.004537", "end": "2024-07-26 22:16:16.332205", "rc": 0, "start": "2024-07-26 22:16:16.327668" } STDOUT: true TASK [fedora.linux_system_roles.mssql : Ensure that the mssql-server service is stopped] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:590 Friday 26 July 2024 22:16:16 -0400 (0:00:00.361) 0:03:25.563 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Gather package facts] ****************** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:597 Friday 26 July 2024 22:16:16 -0400 (0:00:00.079) 0:03:25.642 *********** ok: [managed_node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.mssql : Change the edition of MSSQL] *********** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:603 Friday 26 July 2024 22:16:17 -0400 (0:00:01.209) 0:03:26.851 *********** skipping: [managed_node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.mssql : Configure the IP address setting] ****** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:622 Friday 26 July 2024 22:16:17 -0400 (0:00:00.076) 0:03:26.928 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Register the previous tcpport setting] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:629 Friday 26 July 2024 22:16:17 -0400 (0:00:00.070) 0:03:26.999 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Open the TCP port 1433] ************************************************** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:636 Friday 26 July 2024 22:16:18 -0400 (0:00:00.186) 0:03:27.186 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Configure the TCP port setting to 1433] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:648 Friday 26 July 2024 22:16:18 -0400 (0:00:00.074) 0:03:27.260 *********** included: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml for managed_node1 TASK [fedora.linux_system_roles.mssql : Get the setting network tcpport] ******* task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:3 Friday 26 July 2024 22:16:18 -0400 (0:00:00.125) 0:03:27.385 *********** ok: [managed_node1] => { "changed": false, "cmd": [ "grep", "^tcpport = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003052", "end": "2024-07-26 22:16:18.508511", "failed_when_result": false, "rc": 1, "start": "2024-07-26 22:16:18.505459" } MSG: non-zero return code TASK [fedora.linux_system_roles.mssql : Configure the setting network tcpport] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:12 Friday 26 July 2024 22:16:18 -0400 (0:00:00.351) 0:03:27.737 *********** ok: [managed_node1] => { "changed": false, "cmd": [ "/opt/mssql/bin/mssql-conf", "set", "network.tcpport", "1433" ], "delta": "0:00:00.114701", "end": "2024-07-26 22:16:18.987449", "failed_when_result": false, "rc": 0, "start": "2024-07-26 22:16:18.872748" } STDOUT: Validation error on setting 'network.tcpport' Port '1433' is already in use. Please use another port TASK [fedora.linux_system_roles.mssql : Unset the setting network tcpport] ***** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:42 Friday 26 July 2024 22:16:19 -0400 (0:00:00.490) 0:03:28.227 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Close the previously set SQL Server TCP port if it changed] ************** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:654 Friday 26 July 2024 22:16:19 -0400 (0:00:00.074) 0:03:28.302 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Configure the sqlagent setting] ******** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:674 Friday 26 July 2024 22:16:19 -0400 (0:00:00.071) 0:03:28.374 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Ensure the package mssql-server-fts] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:681 Friday 26 July 2024 22:16:19 -0400 (0:00:00.072) 0:03:28.446 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Ensure the package powershell] ********* task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:688 Friday 26 July 2024 22:16:19 -0400 (0:00:00.071) 0:03:28.518 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Check if the 3979 trace flag is enabled] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:697 Friday 26 July 2024 22:16:19 -0400 (0:00:00.072) 0:03:28.590 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Set the 3979 traceflag] **************** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:703 Friday 26 July 2024 22:16:19 -0400 (0:00:00.070) 0:03:28.660 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Unset the 3979 traceflag] ************** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:710 Friday 26 July 2024 22:16:19 -0400 (0:00:00.070) 0:03:28.731 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Configure the alternatewritethrough setting] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:718 Friday 26 July 2024 22:16:19 -0400 (0:00:00.070) 0:03:28.802 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Configure the writethrough setting] **** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:724 Friday 26 July 2024 22:16:19 -0400 (0:00:00.069) 0:03:28.872 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create certificates using the certificate role] ************************** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:742 Friday 26 July 2024 22:16:19 -0400 (0:00:00.071) 0:03:28.943 *********** TASK [fedora.linux_system_roles.certificate : Set version specific variables] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:2 Friday 26 July 2024 22:16:20 -0400 (0:00:00.268) 0:03:29.212 *********** included: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml for managed_node1 TASK [fedora.linux_system_roles.certificate : Ensure ansible_facts used by role] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:2 Friday 26 July 2024 22:16:20 -0400 (0:00:00.141) 0:03:29.353 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.certificate : Check if system is ostree] ******* task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:10 Friday 26 July 2024 22:16:20 -0400 (0:00:00.109) 0:03:29.463 *********** ok: [managed_node1] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.certificate : Set flag to indicate system is ostree] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:15 Friday 26 July 2024 22:16:20 -0400 (0:00:00.360) 0:03:29.823 *********** ok: [managed_node1] => { "ansible_facts": { "__certificate_is_ostree": false }, "changed": false } TASK [fedora.linux_system_roles.certificate : Set platform/version specific variables] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:19 Friday 26 July 2024 22:16:20 -0400 (0:00:00.089) 0:03:29.913 *********** skipping: [managed_node1] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [managed_node1] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [managed_node1] => (item=CentOS_7.yml) => { "ansible_facts": { "__certificate_default_directory": "/etc/pki/tls", "__certificate_packages": [ "python-pyasn1", "python-cryptography", "python-dbus" ] }, "ansible_included_var_files": [ "/tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/certificate/vars/CentOS_7.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_7.yml" } skipping: [managed_node1] => (item=CentOS_7.9.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS_7.9.yml", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.certificate : Ensure certificate role dependencies are installed] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:5 Friday 26 July 2024 22:16:21 -0400 (0:00:00.219) 0:03:30.133 *********** ok: [managed_node1] => { "changed": false, "rc": 0, "results": [ "python2-pyasn1-0.1.9-7.el7.noarch providing python-pyasn1 is already installed", "python2-cryptography-1.7.2-2.el7.x86_64 providing python-cryptography is already installed", "dbus-python-1.1.1-9.el7.x86_64 providing python-dbus is already installed" ] } lsrpackages: python-cryptography python-dbus python-pyasn1 TASK [fedora.linux_system_roles.certificate : Ensure provider packages are installed] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:23 Friday 26 July 2024 22:16:22 -0400 (0:00:01.064) 0:03:31.198 *********** ok: [managed_node1] => (item=certmonger) => { "__certificate_provider": "certmonger", "ansible_loop_var": "__certificate_provider", "changed": false, "rc": 0, "results": [ "certmonger-0.78.4-17.el7_9.x86_64 providing certmonger is already installed" ] } lsrpackages: certmonger TASK [fedora.linux_system_roles.certificate : Ensure pre-scripts hooks directory exists] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:35 Friday 26 July 2024 22:16:22 -0400 (0:00:00.595) 0:03:31.794 *********** ok: [managed_node1] => (item=certmonger) => { "__certificate_provider": "certmonger", "ansible_loop_var": "__certificate_provider", "changed": false, "gid": 0, "group": "root", "mode": "0700", "owner": "root", "path": "/etc/certmonger//pre-scripts", "secontext": "unconfined_u:object_r:etc_t:s0", "size": 4096, "state": "directory", "uid": 0 } TASK [fedora.linux_system_roles.certificate : Ensure post-scripts hooks directory exists] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:61 Friday 26 July 2024 22:16:23 -0400 (0:00:00.391) 0:03:32.185 *********** ok: [managed_node1] => (item=certmonger) => { "__certificate_provider": "certmonger", "ansible_loop_var": "__certificate_provider", "changed": false, "gid": 0, "group": "root", "mode": "0700", "owner": "root", "path": "/etc/certmonger//post-scripts", "secontext": "unconfined_u:object_r:etc_t:s0", "size": 4096, "state": "directory", "uid": 0 } TASK [fedora.linux_system_roles.certificate : Ensure provider service is running] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:90 Friday 26 July 2024 22:16:23 -0400 (0:00:00.392) 0:03:32.578 *********** ok: [managed_node1] => (item=certmonger) => { "__certificate_provider": "certmonger", "ansible_loop_var": "__certificate_provider", "changed": false, "enabled": true, "name": "certmonger", "state": "started", "status": { "ActiveEnterTimestamp": "Fri 2024-07-26 21:57:24 EDT", "ActiveEnterTimestampMonotonic": "1780495551", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "systemd-journald.socket network.target dbus.service system.slice syslog.target basic.target", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Fri 2024-07-26 21:57:24 EDT", "AssertTimestampMonotonic": "1780466578", "Before": "shutdown.target multi-user.target", "BlockIOAccounting": "no", "BlockIOWeight": "18446744073709551615", "BusName": "org.fedorahosted.certmonger", "CPUAccounting": "no", "CPUQuotaPerSecUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "18446744073709551615", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "18446744073709551615", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Fri 2024-07-26 21:57:24 EDT", "ConditionTimestampMonotonic": "1780466577", "Conflicts": "shutdown.target", "ControlGroup": "/system.slice/certmonger.service", "ControlPID": "0", "DefaultDependencies": "yes", "Delegate": "no", "Description": "Certificate monitoring and PKI enrollment", "DevicePolicy": "auto", "EnvironmentFile": "/etc/sysconfig/certmonger (ignore_errors=yes)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "19196", "ExecMainStartTimestamp": "Fri 2024-07-26 21:57:24 EDT", "ExecMainStartTimestampMonotonic": "1780467211", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/sbin/certmonger ; argv[]=/usr/sbin/certmonger -S -p /var/run/certmonger.pid -n $OPTS ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/certmonger.service", "GuessMainPID": "yes", "IOScheduling": "0", "Id": "certmonger.service", "IgnoreOnIsolate": "no", "IgnoreOnSnapshot": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestamp": "Fri 2024-07-26 21:57:24 EDT", "InactiveExitTimestampMonotonic": "1780467246", "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": "14311", "LimitRSS": "18446744073709551615", "LimitRTPRIO": "0", "LimitRTTIME": "18446744073709551615", "LimitSIGPENDING": "14311", "LimitSTACK": "18446744073709551615", "LoadState": "loaded", "MainPID": "19196", "MemoryAccounting": "no", "MemoryCurrent": "18446744073709551615", "MemoryLimit": "18446744073709551615", "MountFlags": "0", "Names": "certmonger.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PIDFile": "/var/run/certmonger.pid", "PermissionsStartOnly": "no", "PrivateDevices": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "ProtectHome": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "Requires": "basic.target system.slice", "Restart": "no", "RestartUSec": "100ms", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitInterval": "10000000", "StartupBlockIOWeight": "18446744073709551615", "StartupCPUShares": "18446744073709551615", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "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": "disabled", "UnitFileState": "enabled", "WantedBy": "multi-user.target", "WatchdogTimestamp": "Fri 2024-07-26 21:57:24 EDT", "WatchdogTimestampMonotonic": "1780495509", "WatchdogUSec": "0" } } TASK [fedora.linux_system_roles.certificate : Ensure certificate requests] ***** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:101 Friday 26 July 2024 22:16:23 -0400 (0:00:00.525) 0:03:33.103 *********** changed: [managed_node1] => (item={u'owner': u'mssql', u'group': u'mssql', u'name': u'mssql_2019_cert', u'common_name': u'10.31.45.172', u'ca': u'self-sign', u'mode': u'0600'}) => { "ansible_loop_var": "item", "changed": true, "item": { "ca": "self-sign", "common_name": "10.31.45.172", "group": "mssql", "mode": "0600", "name": "mssql_2019_cert", "owner": "mssql" } } MSG: Certificate requested (update). TASK [fedora.linux_system_roles.certificate : Slurp the contents of the files] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:152 Friday 26 July 2024 22:16:25 -0400 (0:00:01.116) 0:03:34.220 *********** skipping: [managed_node1] => (item=[u'cert', {u'owner': u'mssql', u'group': u'mssql', u'name': u'mssql_2019_cert', u'common_name': u'10.31.45.172', u'ca': u'self-sign', u'mode': u'0600'}]) => { "ansible_loop_var": "item", "changed": false, "item": [ "cert", { "ca": "self-sign", "common_name": "10.31.45.172", "group": "mssql", "mode": "0600", "name": "mssql_2019_cert", "owner": "mssql" } ], "skip_reason": "Conditional result was False" } skipping: [managed_node1] => (item=[u'key', {u'owner': u'mssql', u'group': u'mssql', u'name': u'mssql_2019_cert', u'common_name': u'10.31.45.172', u'ca': u'self-sign', u'mode': u'0600'}]) => { "ansible_loop_var": "item", "changed": false, "item": [ "key", { "ca": "self-sign", "common_name": "10.31.45.172", "group": "mssql", "mode": "0600", "name": "mssql_2019_cert", "owner": "mssql" } ], "skip_reason": "Conditional result was False" } skipping: [managed_node1] => (item=[u'ca', {u'owner': u'mssql', u'group': u'mssql', u'name': u'mssql_2019_cert', u'common_name': u'10.31.45.172', u'ca': u'self-sign', u'mode': u'0600'}]) => { "ansible_loop_var": "item", "changed": false, "item": [ "ca", { "ca": "self-sign", "common_name": "10.31.45.172", "group": "mssql", "mode": "0600", "name": "mssql_2019_cert", "owner": "mssql" } ], "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.certificate : Create return data] ************** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:160 Friday 26 July 2024 22:16:25 -0400 (0:00:00.127) 0:03:34.347 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.certificate : Stop tracking certificates] ****** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:176 Friday 26 July 2024 22:16:25 -0400 (0:00:00.080) 0:03:34.428 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.certificate : Remove files] ******************** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:181 Friday 26 July 2024 22:16:25 -0400 (0:00:00.085) 0:03:34.513 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Set mssql_tls_cert and _private_key based on the cert name] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:756 Friday 26 July 2024 22:16:25 -0400 (0:00:00.086) 0:03:34.599 *********** ok: [managed_node1] => { "ansible_facts": { "mssql_tls_cert": "mssql_2019_cert.crt", "mssql_tls_private_key": "mssql_2019_cert.key" }, "changed": false } TASK [fedora.linux_system_roles.mssql : Copy certificate and private_key files to the host] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:761 Friday 26 July 2024 22:16:25 -0400 (0:00:00.088) 0:03:34.688 *********** skipping: [managed_node1] => (item=mssql_2019_cert.crt) => { "ansible_loop_var": "item", "changed": false, "item": "mssql_2019_cert.crt", "skip_reason": "Conditional result was False" } skipping: [managed_node1] => (item=mssql_2019_cert.key) => { "ansible_loop_var": "item", "changed": false, "item": "mssql_2019_cert.key", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Configure the tlscert setting] ********* task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:779 Friday 26 July 2024 22:16:25 -0400 (0:00:00.095) 0:03:34.783 *********** included: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml for managed_node1 TASK [fedora.linux_system_roles.mssql : Get the setting network tlscert] ******* task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:3 Friday 26 July 2024 22:16:25 -0400 (0:00:00.131) 0:03:34.915 *********** ok: [managed_node1] => { "changed": false, "cmd": [ "grep", "^tlscert = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003028", "end": "2024-07-26 22:16:26.050151", "failed_when_result": false, "rc": 1, "start": "2024-07-26 22:16:26.047123" } MSG: non-zero return code TASK [fedora.linux_system_roles.mssql : Configure the setting network tlscert] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:12 Friday 26 July 2024 22:16:26 -0400 (0:00:00.360) 0:03:35.276 *********** NOTIFIED HANDLER fedora.linux_system_roles.mssql : Restart the mssql-server service for managed_node1 changed: [managed_node1] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "set", "network.tlscert", "/etc/pki/tls/certs/mssql_2019_cert.crt" ], "delta": "0:00:00.114744", "end": "2024-07-26 22:16:26.524018", "failed_when_result": false, "rc": 0, "start": "2024-07-26 22:16:26.409274" } STDOUT: SQL Server needs to be restarted in order to apply this setting. Please run 'systemctl restart mssql-server.service'. TASK [fedora.linux_system_roles.mssql : Unset the setting network tlscert] ***** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:42 Friday 26 July 2024 22:16:26 -0400 (0:00:00.488) 0:03:35.765 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Configure the tlskey setting] ********** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:788 Friday 26 July 2024 22:16:26 -0400 (0:00:00.072) 0:03:35.837 *********** included: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml for managed_node1 TASK [fedora.linux_system_roles.mssql : Get the setting network tlskey] ******** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:3 Friday 26 July 2024 22:16:26 -0400 (0:00:00.244) 0:03:36.082 *********** ok: [managed_node1] => { "changed": false, "cmd": [ "grep", "^tlskey = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.002815", "end": "2024-07-26 22:16:27.213658", "failed_when_result": false, "rc": 1, "start": "2024-07-26 22:16:27.210843" } MSG: non-zero return code TASK [fedora.linux_system_roles.mssql : Configure the setting network tlskey] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:12 Friday 26 July 2024 22:16:27 -0400 (0:00:00.365) 0:03:36.447 *********** changed: [managed_node1] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "set", "network.tlskey", "/etc/pki/tls/private/mssql_2019_cert.key" ], "delta": "0:00:00.115071", "end": "2024-07-26 22:16:27.698188", "failed_when_result": false, "rc": 0, "start": "2024-07-26 22:16:27.583117" } STDOUT: SQL Server needs to be restarted in order to apply this setting. Please run 'systemctl restart mssql-server.service'. TASK [fedora.linux_system_roles.mssql : Unset the setting network tlskey] ****** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:42 Friday 26 July 2024 22:16:27 -0400 (0:00:00.489) 0:03:36.936 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Configure the tlsprotocols setting] **** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:797 Friday 26 July 2024 22:16:27 -0400 (0:00:00.077) 0:03:37.014 *********** included: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml for managed_node1 TASK [fedora.linux_system_roles.mssql : Get the setting network tlsprotocols] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:3 Friday 26 July 2024 22:16:28 -0400 (0:00:00.136) 0:03:37.151 *********** ok: [managed_node1] => { "changed": false, "cmd": [ "grep", "^tlsprotocols = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.002928", "end": "2024-07-26 22:16:28.287162", "failed_when_result": false, "rc": 1, "start": "2024-07-26 22:16:28.284234" } MSG: non-zero return code TASK [fedora.linux_system_roles.mssql : Configure the setting network tlsprotocols] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:12 Friday 26 July 2024 22:16:28 -0400 (0:00:00.360) 0:03:37.511 *********** changed: [managed_node1] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "set", "network.tlsprotocols", "1.2" ], "delta": "0:00:00.118815", "end": "2024-07-26 22:16:28.768816", "failed_when_result": false, "rc": 0, "start": "2024-07-26 22:16:28.650001" } STDOUT: SQL Server needs to be restarted in order to apply this setting. Please run 'systemctl restart mssql-server.service'. TASK [fedora.linux_system_roles.mssql : Unset the setting network tlsprotocols] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:42 Friday 26 July 2024 22:16:28 -0400 (0:00:00.494) 0:03:38.006 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Configure the forceencryption setting] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:804 Friday 26 July 2024 22:16:28 -0400 (0:00:00.077) 0:03:38.084 *********** included: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml for managed_node1 TASK [fedora.linux_system_roles.mssql : Get the setting network forceencryption] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:3 Friday 26 July 2024 22:16:29 -0400 (0:00:00.136) 0:03:38.221 *********** ok: [managed_node1] => { "changed": false, "cmd": [ "grep", "^forceencryption = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.004394", "end": "2024-07-26 22:16:29.345034", "failed_when_result": false, "rc": 1, "start": "2024-07-26 22:16:29.340640" } MSG: non-zero return code TASK [fedora.linux_system_roles.mssql : Configure the setting network forceencryption] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:12 Friday 26 July 2024 22:16:29 -0400 (0:00:00.352) 0:03:38.573 *********** changed: [managed_node1] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "set", "network.forceencryption", "1" ], "delta": "0:00:00.114025", "end": "2024-07-26 22:16:29.820895", "failed_when_result": false, "rc": 0, "start": "2024-07-26 22:16:29.706870" } STDOUT: SQL Server needs to be restarted in order to apply this setting. Please run 'systemctl restart mssql-server.service'. TASK [fedora.linux_system_roles.mssql : Unset the setting network forceencryption] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:42 Friday 26 July 2024 22:16:29 -0400 (0:00:00.482) 0:03:39.056 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Verify that ad_integration_realm variable is provided] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:813 Friday 26 July 2024 22:16:30 -0400 (0:00:00.205) 0:03:39.261 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Join to realm {{ ad_integration_realm }}] ******************************** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:821 Friday 26 July 2024 22:16:30 -0400 (0:00:00.082) 0:03:39.343 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Ensure adutil and krb5-workstation] **** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:829 Friday 26 July 2024 22:16:30 -0400 (0:00:00.072) 0:03:39.416 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Print credential caches to check if AD principal exists] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:836 Friday 26 July 2024 22:16:30 -0400 (0:00:00.075) 0:03:39.491 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Print status of credential cache for {{ __mssql_ad_kinit_user }}] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:843 Friday 26 July 2024 22:16:30 -0400 (0:00:00.075) 0:03:39.567 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Obtain Kerberos ticket for {{ __mssql_ad_kinit_user }}] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:852 Friday 26 July 2024 22:16:30 -0400 (0:00:00.080) 0:03:39.647 *********** skipping: [managed_node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.mssql : Check if AD user exists] *************** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:865 Friday 26 July 2024 22:16:30 -0400 (0:00:00.071) 0:03:39.719 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : In AD server create user] ************** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:874 Friday 26 July 2024 22:16:30 -0400 (0:00:00.073) 0:03:39.792 *********** skipping: [managed_node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.mssql : Get SPNs for the principal] ************ task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:886 Friday 26 July 2024 22:16:30 -0400 (0:00:00.076) 0:03:39.868 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Register SPNs to the principal] ******** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:891 Friday 26 July 2024 22:16:30 -0400 (0:00:00.070) 0:03:39.938 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Get kvno of the SPN host] ************** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:908 Friday 26 July 2024 22:16:30 -0400 (0:00:00.072) 0:03:40.011 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Get stats of the keytab file] ********** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:913 Friday 26 July 2024 22:16:30 -0400 (0:00:00.070) 0:03:40.081 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Get keytab properties] ***************** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:918 Friday 26 July 2024 22:16:31 -0400 (0:00:00.070) 0:03:40.152 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Create keytab] ************************* task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:924 Friday 26 July 2024 22:16:31 -0400 (0:00:00.073) 0:03:40.225 *********** skipping: [managed_node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.mssql : Add an entry in the keytab for the principal name and password] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:950 Friday 26 July 2024 22:16:31 -0400 (0:00:00.069) 0:03:40.294 *********** skipping: [managed_node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.mssql : Ensure correct permissions and ownership on the keytab] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:971 Friday 26 July 2024 22:16:31 -0400 (0:00:00.069) 0:03:40.364 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Fetch keytab file to host] ************* task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:979 Friday 26 July 2024 22:16:31 -0400 (0:00:00.068) 0:03:40.433 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Configure the network.kerberoskeytabfile setting] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:989 Friday 26 July 2024 22:16:31 -0400 (0:00:00.072) 0:03:40.506 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Configure the network.kerberoskeytabfile setting] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:995 Friday 26 July 2024 22:16:31 -0400 (0:00:00.070) 0:03:40.577 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Verify that hosts with mssql_ha_replica_type=primary is available] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1013 Friday 26 July 2024 22:16:31 -0400 (0:00:00.196) 0:03:40.773 *********** skipping: [managed_node1] => { "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: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1024 Friday 26 July 2024 22:16:31 -0400 (0:00:00.078) 0:03:40.852 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Set host variables] ******************** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1044 Friday 26 July 2024 22:16:31 -0400 (0:00:00.073) 0:03:40.925 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Ensure the package mssql-server-ha] **** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1097 Friday 26 July 2024 22:16:31 -0400 (0:00:00.080) 0:03:41.006 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Enable the hadrenabled setting] ******** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1104 Friday 26 July 2024 22:16:31 -0400 (0:00:00.073) 0:03:41.079 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Restart the mssql-server service if hadrenabled task was changed] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1111 Friday 26 July 2024 22:16:32 -0400 (0:00:00.075) 0:03:41.155 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Remove certificate from SQL Server] **** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1121 Friday 26 July 2024 22:16:32 -0400 (0:00:00.073) 0:03:41.228 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Remove certificate and private key files] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1127 Friday 26 July 2024 22:16:32 -0400 (0:00:00.075) 0:03:41.304 *********** skipping: [managed_node1] => (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: [managed_node1] => (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 [fedora.linux_system_roles.mssql : Configure SQL entities on the primary replica] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1135 Friday 26 July 2024 22:16:32 -0400 (0:00:00.086) 0:03:41.391 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Create login for HA on in SQL Server] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1144 Friday 26 July 2024 22:16:32 -0400 (0:00:00.072) 0:03:41.463 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Fetch certificate files from the primary to the control node] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1152 Friday 26 July 2024 22:16:32 -0400 (0:00:00.072) 0:03:41.536 *********** skipping: [managed_node1] => (item={u'key': u'cert', u'value': u'/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: [managed_node1] => (item={u'key': u'key', u'value': u'/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 [fedora.linux_system_roles.mssql : Get the current primary replica in SQL] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1166 Friday 26 July 2024 22:16:32 -0400 (0:00:00.089) 0:03:41.626 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Set fact with the current primary replica] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1173 Friday 26 July 2024 22:16:32 -0400 (0:00:00.073) 0:03:41.699 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Configure ag] ************************** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1198 Friday 26 July 2024 22:16:32 -0400 (0:00:00.073) 0:03:41.773 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Grant permissions to HA login] ********* task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1207 Friday 26 July 2024 22:16:32 -0400 (0:00:00.070) 0:03:41.843 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Replicate DBs] ************************* task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1216 Friday 26 July 2024 22:16:32 -0400 (0:00:00.071) 0:03:41.915 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Grant permissions to HA login] ********* task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1227 Friday 26 July 2024 22:16:32 -0400 (0:00:00.069) 0:03:41.984 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Verify that hosts with replica_type=primary is available] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1240 Friday 26 July 2024 22:16:32 -0400 (0:00:00.073) 0:03:42.058 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Ensure the package mssql-server-ha] **** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1249 Friday 26 July 2024 22:16:33 -0400 (0:00:00.189) 0:03:42.248 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Enable the hadrenabled setting] ******** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1256 Friday 26 July 2024 22:16:33 -0400 (0:00:00.072) 0:03:42.320 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Restart the mssql-server service if hadrenabled task was changed] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1263 Friday 26 July 2024 22:16:33 -0400 (0:00:00.075) 0:03:42.396 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Remove certificate from SQL Server] **** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1271 Friday 26 July 2024 22:16:33 -0400 (0:00:00.075) 0:03:42.471 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Distribute certificate and private key to managed nodes] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1278 Friday 26 July 2024 22:16:33 -0400 (0:00:00.076) 0:03:42.548 *********** skipping: [managed_node1] => (item={u'key': u'cert', u'value': u'/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: [managed_node1] => (item={u'key': u'key', u'value': u'/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 [fedora.linux_system_roles.mssql : Configure SQL entities on not primary replicas] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1290 Friday 26 July 2024 22:16:33 -0400 (0:00:00.094) 0:03:42.642 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Create HA login] *********************** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1299 Friday 26 July 2024 22:16:33 -0400 (0:00:00.069) 0:03:42.711 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Join to availability group] ************ task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1306 Friday 26 July 2024 22:16:33 -0400 (0:00:00.074) 0:03:42.785 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Grant permissions to HA login] ********* task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1312 Friday 26 July 2024 22:16:33 -0400 (0:00:00.069) 0:03:42.855 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Remove certificate and private key from the control node] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1320 Friday 26 July 2024 22:16:33 -0400 (0:00:00.073) 0:03:42.928 *********** skipping: [managed_node1] => (item=cert) => { "ansible_loop_var": "item", "changed": false, "item": "cert", "skip_reason": "Conditional result was False" } skipping: [managed_node1] => (item=key) => { "ansible_loop_var": "item", "changed": false, "item": "key", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Save credentials for the SQL Server login] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1333 Friday 26 July 2024 22:16:33 -0400 (0:00:00.082) 0:03:43.011 *********** skipping: [managed_node1] => { "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: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1345 Friday 26 July 2024 22:16:33 -0400 (0:00:00.071) 0:03:43.083 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Wait for the cluster to finish configuration] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1350 Friday 26 July 2024 22:16:34 -0400 (0:00:00.073) 0:03:43.157 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Configure listener for the availability group] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1356 Friday 26 July 2024 22:16:34 -0400 (0:00:00.071) 0:03:43.228 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Ensure the ansible_managed header in /var/opt/mssql/mssql.conf] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1365 Friday 26 July 2024 22:16:34 -0400 (0:00:00.075) 0:03:43.304 *********** changed: [managed_node1] => { "changed": true } MSG: Block inserted RUNNING HANDLER [fedora.linux_system_roles.mssql : Restart the mssql-server service] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/handlers/main.yml:3 Friday 26 July 2024 22:16:34 -0400 (0:00:00.454) 0:03:43.759 *********** changed: [managed_node1] => { "changed": true, "name": "mssql-server", "state": "started", "status": { "ActiveEnterTimestamp": "Fri 2024-07-26 22:15:54 EDT", "ActiveEnterTimestampMonotonic": "2890555926", "ActiveExitTimestamp": "Fri 2024-07-26 22:15:53 EDT", "ActiveExitTimestampMonotonic": "2889684461", "ActiveState": "active", "After": "-.mount systemd-journald.socket network.target system.slice auditd.service basic.target", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Fri 2024-07-26 22:15:54 EDT", "AssertTimestampMonotonic": "2890555175", "Before": "shutdown.target multi-user.target", "BlockIOAccounting": "no", "BlockIOWeight": "18446744073709551615", "CPUAccounting": "no", "CPUQuotaPerSecUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "18446744073709551615", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "18446744073709551615", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Fri 2024-07-26 22:15:54 EDT", "ConditionTimestampMonotonic": "2890555173", "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": "1805", "ExecMainStartTimestamp": "Fri 2024-07-26 22:15:54 EDT", "ExecMainStartTimestampMonotonic": "2890555873", "ExecMainStatus": "0", "ExecStart": "{ path=/opt/mssql/bin/sqlservr ; argv[]=/opt/mssql/bin/sqlservr ; ignore_errors=no ; start_time=[Fri 2024-07-26 22:15:54 EDT] ; stop_time=[n/a] ; pid=1805 ; 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-07-26 22:15:54 EDT", "InactiveEnterTimestampMonotonic": "2890554067", "InactiveExitTimestamp": "Fri 2024-07-26 22:15:54 EDT", "InactiveExitTimestampMonotonic": "2890555926", "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": "14311", "LimitSTACK": "18446744073709551615", "LoadState": "loaded", "MainPID": "1805", "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-07-26 22:15:54 EDT", "WatchdogTimestampMonotonic": "2890555906", "WatchdogUSec": "0", "WorkingDirectory": "/var/opt/mssql" } } META: ran handlers TASK [fedora.linux_system_roles.mssql : Post-input SQL scripts to SQL Server] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1378 Friday 26 July 2024 22:16:36 -0400 (0:00:01.678) 0:03:45.437 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Post-input SQL scripts to SQL Server] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1385 Friday 26 July 2024 22:16:36 -0400 (0:00:00.077) 0:03:45.515 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } META: ran handlers TASK [Verify connectivity and settings] **************************************** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/tests_tls.yml:168 Friday 26 July 2024 22:16:36 -0400 (0:00:00.072) 0:03:45.588 *********** included: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml for managed_node1 TASK [Check if the errorlog file exists and its location] ********************** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:8 Friday 26 July 2024 22:16:37 -0400 (0:00:00.625) 0:03:46.213 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if the set edition matches the existing edition] ******************* task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:23 Friday 26 July 2024 22:16:37 -0400 (0:00:00.070) 0:03:46.283 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify if the edition matches] ******************************************* task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:35 Friday 26 July 2024 22:16:37 -0400 (0:00:00.067) 0:03:46.350 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the setting {{ item.key }}] *************************************** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:39 Friday 26 July 2024 22:16:37 -0400 (0:00:00.071) 0:03:46.422 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get stat of mssql_datadir] *********************************************** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:55 Friday 26 July 2024 22:16:37 -0400 (0:00:00.072) 0:03:46.495 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Assert that mssql_datadir has proper permissions and ownership] ********** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:60 Friday 26 July 2024 22:16:37 -0400 (0:00:00.189) 0:03:46.684 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get stat of mssql_logdir] ************************************************ task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:70 Friday 26 July 2024 22:16:37 -0400 (0:00:00.074) 0:03:46.759 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Assert that mssql_logdir has proper permissions and ownership] *********** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:75 Friday 26 July 2024 22:16:37 -0400 (0:00:00.068) 0:03:46.827 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Prepare MSSQL and facts for logging in] ********************************** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:85 Friday 26 July 2024 22:16:37 -0400 (0:00:00.077) 0:03:46.905 *********** TASK [fedora.linux_system_roles.mssql : Ensure that the mssql-server service is started] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/verify_password.yml:3 Friday 26 July 2024 22:16:37 -0400 (0:00:00.125) 0:03:47.030 *********** ok: [managed_node1] => { "changed": false, "name": "mssql-server", "state": "started", "status": { "ActiveEnterTimestamp": "Fri 2024-07-26 22:16:36 EDT", "ActiveEnterTimestampMonotonic": "2932533911", "ActiveExitTimestamp": "Fri 2024-07-26 22:16:35 EDT", "ActiveExitTimestampMonotonic": "2931387155", "ActiveState": "active", "After": "-.mount systemd-journald.socket network.target system.slice auditd.service basic.target", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Fri 2024-07-26 22:16:36 EDT", "AssertTimestampMonotonic": "2932532375", "Before": "shutdown.target multi-user.target", "BlockIOAccounting": "no", "BlockIOWeight": "18446744073709551615", "CPUAccounting": "no", "CPUQuotaPerSecUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "18446744073709551615", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "18446744073709551615", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Fri 2024-07-26 22:16:36 EDT", "ConditionTimestampMonotonic": "2932532374", "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": "4215", "ExecMainStartTimestamp": "Fri 2024-07-26 22:16:36 EDT", "ExecMainStartTimestampMonotonic": "2932533195", "ExecMainStatus": "0", "ExecStart": "{ path=/opt/mssql/bin/sqlservr ; argv[]=/opt/mssql/bin/sqlservr ; ignore_errors=no ; start_time=[Fri 2024-07-26 22:16:36 EDT] ; stop_time=[n/a] ; pid=4215 ; 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-07-26 22:16:36 EDT", "InactiveEnterTimestampMonotonic": "2932530908", "InactiveExitTimestamp": "Fri 2024-07-26 22:16:36 EDT", "InactiveExitTimestampMonotonic": "2932533911", "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": "14311", "LimitSTACK": "18446744073709551615", "LoadState": "loaded", "MainPID": "4215", "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-07-26 22:16:36 EDT", "WatchdogTimestampMonotonic": "2932533882", "WatchdogUSec": "0", "WorkingDirectory": "/var/opt/mssql" } } TASK [fedora.linux_system_roles.mssql : Check if a custom tcpport setting exist] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/verify_password.yml:8 Friday 26 July 2024 22:16:38 -0400 (0:00:00.632) 0:03:47.662 *********** ok: [managed_node1] => { "changed": false, "cmd": [ "grep", "^tcpport = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.004981", "end": "2024-07-26 22:16:38.865757", "failed_when_result": false, "rc": 1, "start": "2024-07-26 22:16:38.860776" } MSG: non-zero return code TASK [fedora.linux_system_roles.mssql : Check if a custom ipaddress setting exist] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/verify_password.yml:14 Friday 26 July 2024 22:16:39 -0400 (0:00:00.492) 0:03:48.155 *********** ok: [managed_node1] => { "changed": false, "cmd": [ "grep", "^ipaddress = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.026344", "end": "2024-07-26 22:16:39.778364", "failed_when_result": false, "rc": 1, "start": "2024-07-26 22:16:39.752020" } MSG: non-zero return code TASK [fedora.linux_system_roles.mssql : Set a fact with a login command] ******* task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/verify_password.yml:20 Friday 26 July 2024 22:16:40 -0400 (0:00:01.009) 0:03:49.165 *********** ok: [managed_node1] => { "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: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:93 Friday 26 July 2024 22:16:40 -0400 (0:00:00.093) 0:03:49.258 *********** ok: [managed_node1] => { "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": 7362, "state": "file", "uid": 996 } TASK [Check if the set password matches the existing password] ***************** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:99 Friday 26 July 2024 22:16:41 -0400 (0:00:01.499) 0:03:50.758 *********** ok: [managed_node1] => { "attempts": 1, "changed": false, "cmd": [ "/opt/mssql-tools/bin/sqlcmd", "-U", "sa", "-P", "p@55w0rD", "-Q", "SELECT @@VERSION" ], "delta": "0:00:00.037917", "end": "2024-07-26 22:16:41.909635", "rc": 0, "start": "2024-07-26 22:16:41.871718" } STDOUT: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ Microsoft SQL Server 2019 (RTM-CU27) (KB5037331) - 15.0.4375.4 (X64) Jun 10 2024 18:00:07 Copyright (C) 2019 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: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:118 Friday 26 July 2024 22:16:42 -0400 (0:00:00.385) 0:03:51.143 *********** ok: [managed_node1] => { "ansible_facts": { "mssql_password": null }, "changed": false } TASK [Verify the package mssql-server-fts] ************************************* task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:122 Friday 26 July 2024 22:16:42 -0400 (0:00:00.075) 0:03:51.218 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the package powershell] ******************************************* task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:129 Friday 26 July 2024 22:16:42 -0400 (0:00:00.073) 0:03:51.292 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the value of the traceflag setting] ********************************** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:140 Friday 26 July 2024 22:16:42 -0400 (0:00:00.069) 0:03:51.362 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that the traceflag setting is set to 3979] ************************ task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:145 Friday 26 July 2024 22:16:42 -0400 (0:00:00.206) 0:03:51.568 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that the traceflag setting is not set to 3979] ******************** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:150 Friday 26 July 2024 22:16:42 -0400 (0:00:00.075) 0:03:51.643 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that the alternatewritethrough setting is false] ****************** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:156 Friday 26 July 2024 22:16:42 -0400 (0:00:00.070) 0:03:51.713 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the writethrough setting] ***************************************** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:162 Friday 26 July 2024 22:16:42 -0400 (0:00:00.076) 0:03:51.790 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the tlscert setting] ********************************************** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:172 Friday 26 July 2024 22:16:42 -0400 (0:00:00.071) 0:03:51.862 *********** included: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml for managed_node1 TASK [Get the value of the setting tlscert] ************************************ task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml:7 Friday 26 July 2024 22:16:42 -0400 (0:00:00.128) 0:03:51.991 *********** ok: [managed_node1] => { "changed": false, "cmd": "grep '^tlscert' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.003956", "end": "2024-07-26 22:16:43.121616", "rc": 0, "start": "2024-07-26 22:16:43.117660" } STDOUT: tlscert = /etc/pki/tls/certs/mssql_2019_cert.crt TASK [Verify the setting when it is type str tlscert] ************************** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml:14 Friday 26 July 2024 22:16:43 -0400 (0:00:00.363) 0:03:52.355 *********** ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [Verify the setting when it is type bool tlscert] ************************* task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml:25 Friday 26 July 2024 22:16:43 -0400 (0:00:00.092) 0:03:52.447 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that tcpport = /etc/pki/tls/certs/mssql_2019_cert.crt] ************ task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml:40 Friday 26 July 2024 22:16:43 -0400 (0:00:00.082) 0:03:52.529 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the tlskey setting] *********************************************** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:183 Friday 26 July 2024 22:16:43 -0400 (0:00:00.074) 0:03:52.604 *********** included: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml for managed_node1 TASK [Get the value of the setting tlskey] ************************************* task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml:7 Friday 26 July 2024 22:16:43 -0400 (0:00:00.129) 0:03:52.734 *********** ok: [managed_node1] => { "changed": false, "cmd": "grep '^tlskey' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004009", "end": "2024-07-26 22:16:43.860539", "rc": 0, "start": "2024-07-26 22:16:43.856530" } STDOUT: tlskey = /etc/pki/tls/private/mssql_2019_cert.key TASK [Verify the setting when it is type str tlskey] *************************** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml:14 Friday 26 July 2024 22:16:43 -0400 (0:00:00.355) 0:03:53.089 *********** ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [Verify the setting when it is type bool tlskey] ************************** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml:25 Friday 26 July 2024 22:16:44 -0400 (0:00:00.092) 0:03:53.182 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that tcpport = /etc/pki/tls/private/mssql_2019_cert.key] ********** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml:40 Friday 26 July 2024 22:16:44 -0400 (0:00:00.080) 0:03:53.262 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the tlsprotocols setting] ***************************************** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:195 Friday 26 July 2024 22:16:44 -0400 (0:00:00.194) 0:03:53.456 *********** included: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml for managed_node1 TASK [Get the value of the setting tlsprotocols] ******************************* task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml:7 Friday 26 July 2024 22:16:44 -0400 (0:00:00.135) 0:03:53.592 *********** ok: [managed_node1] => { "changed": false, "cmd": "grep '^tlsprotocols' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.003792", "end": "2024-07-26 22:16:44.721663", "rc": 0, "start": "2024-07-26 22:16:44.717871" } STDOUT: tlsprotocols = 1.2 TASK [Verify the setting when it is type str tlsprotocols] ********************* task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml:14 Friday 26 July 2024 22:16:44 -0400 (0:00:00.356) 0:03:53.949 *********** ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [Verify the setting when it is type bool tlsprotocols] ******************** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml:25 Friday 26 July 2024 22:16:44 -0400 (0:00:00.091) 0:03:54.040 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that tcpport = 1.2] *********************************************** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml:40 Friday 26 July 2024 22:16:44 -0400 (0:00:00.081) 0:03:54.121 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the forceencryption setting] ************************************** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:203 Friday 26 July 2024 22:16:45 -0400 (0:00:00.073) 0:03:54.195 *********** included: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml for managed_node1 TASK [Get the value of the setting forceencryption] **************************** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml:7 Friday 26 July 2024 22:16:45 -0400 (0:00:00.135) 0:03:54.331 *********** ok: [managed_node1] => { "changed": false, "cmd": "grep '^forceencryption' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.003907", "end": "2024-07-26 22:16:45.454024", "rc": 0, "start": "2024-07-26 22:16:45.450117" } STDOUT: forceencryption = 1 TASK [Verify the setting when it is type str forceencryption] ****************** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml:14 Friday 26 July 2024 22:16:45 -0400 (0:00:00.348) 0:03:54.679 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the setting when it is type bool forceencryption] ***************** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml:25 Friday 26 July 2024 22:16:45 -0400 (0:00:00.072) 0:03:54.752 *********** ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [Verify that tcpport = True] ********************************************** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml:40 Friday 26 July 2024 22:16:45 -0400 (0:00:00.092) 0:03:54.844 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify configuration for confined application] *************************** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:210 Friday 26 July 2024 22:16:45 -0400 (0:00:00.073) 0:03:54.918 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Disable TLS encryption] ************************************************** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/tests_tls.yml:175 Friday 26 July 2024 22:16:45 -0400 (0:00:00.071) 0:03:54.990 *********** TASK [fedora.linux_system_roles.mssql : Ensure ansible_facts and variables used by role] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:3 Friday 26 July 2024 22:16:47 -0400 (0:00:01.299) 0:03:56.289 *********** included: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/set_vars.yml for managed_node1 TASK [fedora.linux_system_roles.mssql : Ensure ansible_facts used by role] ***** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/set_vars.yml:3 Friday 26 July 2024 22:16:47 -0400 (0:00:00.120) 0:03:56.410 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Set platform/version specific variables] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/set_vars.yml:8 Friday 26 July 2024 22:16:47 -0400 (0:00:00.093) 0:03:56.503 *********** ok: [managed_node1] => (item=RedHat.yml) => { "ansible_facts": { "__mssql_client_repository": "https://packages.microsoft.com/rhel/9/prod/", "__mssql_confined_supported": true, "__mssql_server_repository": "https://packages.microsoft.com/rhel/9/mssql-server-{{ mssql_version | int }}/", "__mssql_supported_versions": [ 2022 ], "__mssql_tuned_supported": true }, "ansible_included_var_files": [ "/tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/vars/RedHat.yml" ], "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml" } skipping: [managed_node1] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [managed_node1] => (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": [ "/tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/vars/CentOS_7.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_7.yml" } skipping: [managed_node1] => (item=CentOS_7.9.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS_7.9.yml", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Unset the __mssql_sqlcmd_login_cmd fact] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:8 Friday 26 July 2024 22:16:47 -0400 (0:00:00.112) 0:03:56.616 *********** ok: [managed_node1] => { "ansible_facts": { "__mssql_sqlcmd_login_cmd": null }, "changed": false } TASK [fedora.linux_system_roles.mssql : Print that the mssql_input_sql_file variable is deprecated] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:15 Friday 26 July 2024 22:16:47 -0400 (0:00:00.072) 0:03:56.688 *********** skipping: [managed_node1] => {} TASK [fedora.linux_system_roles.mssql : Link the deprecated mssql_input_sql_file fact] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:23 Friday 26 July 2024 22:16:47 -0400 (0:00:00.220) 0:03:56.909 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Print that the variable is deprecated] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:30 Friday 26 July 2024 22:16:47 -0400 (0:00:00.076) 0:03:56.985 *********** skipping: [managed_node1] => {} TASK [fedora.linux_system_roles.mssql : Link the deprecated mssql_ha_listener_port fact] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:37 Friday 26 July 2024 22:16:47 -0400 (0:00:00.072) 0:03:57.058 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Print that the mssql_ad_sql_user_name variable is deprecated] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:44 Friday 26 July 2024 22:16:48 -0400 (0:00:00.075) 0:03:57.133 *********** skipping: [managed_node1] => {} TASK [fedora.linux_system_roles.mssql : Link the deprecated mssql_ad_sql_user_name fact] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:51 Friday 26 July 2024 22:16:48 -0400 (0:00:00.071) 0:03:57.205 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Print that the mssql_ha_cluster_run_role variable is deprecated] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:58 Friday 26 July 2024 22:16:48 -0400 (0:00:00.074) 0:03:57.279 *********** skipping: [managed_node1] => {} TASK [fedora.linux_system_roles.mssql : Link the deprecated mssql_ha_cluster_run_role fact] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:65 Friday 26 July 2024 22:16:48 -0400 (0:00:00.071) 0:03:57.351 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Verify that the user accepts EULA variables] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:69 Friday 26 July 2024 22:16:48 -0400 (0:00:00.072) 0:03:57.423 *********** ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [fedora.linux_system_roles.mssql : Verify that EL < 8 is not used with mssql_ha_configure=true] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:81 Friday 26 July 2024 22:16:48 -0400 (0:00:00.081) 0:03:57.504 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Verify if the mssql_ha_replica_type variable is provided correctly] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:89 Friday 26 July 2024 22:16:48 -0400 (0:00:00.072) 0:03:57.577 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Verify that 'mssql_ha_replica_type = primary' is provided once] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:98 Friday 26 July 2024 22:16:48 -0400 (0:00:00.072) 0:03:57.649 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Verify that mssql_ha_prep_for_pacemaker is provided correctly] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:107 Friday 26 July 2024 22:16:48 -0400 (0:00:00.070) 0:03:57.720 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Verify that selinux variables are used on supported platforms] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:117 Friday 26 July 2024 22:16:48 -0400 (0:00:00.073) 0:03:57.794 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Verify that mssql_manage_selinux is set properly] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:126 Friday 26 July 2024 22:16:48 -0400 (0:00:00.077) 0:03:57.872 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Gather package facts] ****************** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:137 Friday 26 July 2024 22:16:48 -0400 (0:00:00.070) 0:03:57.943 *********** ok: [managed_node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.mssql : Set fact with the currently installed SQL Server version if any] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:141 Friday 26 July 2024 22:16:50 -0400 (0:00:01.547) 0:03:59.491 *********** skipping: [managed_node1] => (item={u'value': 14, u'key': 2017}) => { "ansible_loop_var": "item", "changed": false, "item": { "key": 2017, "value": 14 }, "skip_reason": "Conditional result was False" } ok: [managed_node1] => (item={u'value': 15, u'key': 2019}) => { "ansible_facts": { "__mssql_current_version": "2019" }, "ansible_loop_var": "item", "changed": false, "item": { "key": 2019, "value": 15 } } skipping: [managed_node1] => (item={u'value': 16, u'key': 2022}) => { "ansible_loop_var": "item", "changed": false, "item": { "key": 2022, "value": 16 }, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Set mssql_version variable if user does not define it] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:149 Friday 26 July 2024 22:16:50 -0400 (0:00:00.210) 0:03:59.702 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Verify if the mssql_version variable is provided correctly] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:156 Friday 26 July 2024 22:16:50 -0400 (0:00:00.072) 0:03:59.774 *********** ok: [managed_node1] => { "changed": false } MSG: All assertions passed TASK [fedora.linux_system_roles.mssql : Verify if mssql_version is not smaller then the existing SQL Server version] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:163 Friday 26 July 2024 22:16:50 -0400 (0:00:00.082) 0:03:59.857 *********** skipping: [managed_node1] => (item={u'value': 14, u'key': 2017}) => { "ansible_loop_var": "item", "changed": false, "item": { "key": 2017, "value": 14 }, "skip_reason": "Conditional result was False" } skipping: [managed_node1] => (item={u'value': 15, u'key': 2019}) => { "ansible_loop_var": "item", "changed": false, "item": { "key": 2019, "value": 15 }, "skip_reason": "Conditional result was False" } skipping: [managed_node1] => (item={u'value': 16, u'key': 2022}) => { "ansible_loop_var": "item", "changed": false, "item": { "key": 2022, "value": 16 }, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Deploy the GPG key for Microsoft repositories] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:177 Friday 26 July 2024 22:16:50 -0400 (0:00:00.144) 0:04:00.001 *********** ok: [managed_node1] => { "attempts": 1, "changed": false } TASK [fedora.linux_system_roles.mssql : Update all packages from SQL Server repo version 2019] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:191 Friday 26 July 2024 22:16:51 -0400 (0:00:00.546) 0:04:00.547 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Get yum repositories] ****************** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:201 Friday 26 July 2024 22:16:51 -0400 (0:00:00.074) 0:04:00.622 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Remove the current Microsoft SQL Server repository to upgrade to 2019] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:212 Friday 26 July 2024 22:16:51 -0400 (0:00:00.077) 0:04:00.700 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Update all packages from SQL Server repo version 2019] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:226 Friday 26 July 2024 22:16:51 -0400 (0:00:00.076) 0:04:00.777 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Get zypper repositories] *************** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:235 Friday 26 July 2024 22:16:51 -0400 (0:00:00.075) 0:04:00.852 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Remove the current Microsoft SQL Server repository to upgrade to 2019] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:247 Friday 26 July 2024 22:16:51 -0400 (0:00:00.074) 0:04:00.926 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Configure the Microsoft SQL Server repo version 2019] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:254 Friday 26 July 2024 22:16:51 -0400 (0:00:00.077) 0:04:01.003 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Configure the Microsoft SQL Server repo version 2019] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:266 Friday 26 July 2024 22:16:51 -0400 (0:00:00.107) 0:04:01.110 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Configure to run as a confined application with SELinux] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:279 Friday 26 July 2024 22:16:52 -0400 (0:00:00.215) 0:04:01.326 *********** ok: [managed_node1] => { "changed": false, "rc": 0, "results": [ "mssql-server-selinux is not installed" ] } TASK [fedora.linux_system_roles.mssql : Ensure the package mssql-server] ******* task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:284 Friday 26 July 2024 22:16:52 -0400 (0:00:00.605) 0:04:01.931 *********** ok: [managed_node1] => { "changed": false, "rc": 0, "results": [ "mssql-server-15.0.4375.4-1.x86_64 providing mssql-server is already installed" ] } lsrpackages: mssql-server TASK [fedora.linux_system_roles.mssql : Ensure that the openldap-compat package is installed] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:292 Friday 26 July 2024 22:16:53 -0400 (0:00:00.583) 0:04:02.515 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Check if the errorlog file exists and its location] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:300 Friday 26 July 2024 22:16:53 -0400 (0:00:00.075) 0:04:02.591 *********** ok: [managed_node1] => { "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-07-26 22:16:53.722631", "rc": 0, "start": "2024-07-26 22:16:53.717526" } STDOUT: /var/opt/mssql/log/errorlog TASK [fedora.linux_system_roles.mssql : Gather system services facts] ********** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:316 Friday 26 July 2024 22:16:53 -0400 (0:00:00.356) 0:04:02.947 *********** ok: [managed_node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.mssql : Set the __mssql_is_setup variable] ***** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:320 Friday 26 July 2024 22:16:54 -0400 (0:00:00.891) 0:04:03.839 *********** ok: [managed_node1] => { "ansible_facts": { "__mssql_is_setup": true }, "changed": false } TASK [fedora.linux_system_roles.mssql : Verify that the variables required for setting up MSSQL are defined] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:329 Friday 26 July 2024 22:16:54 -0400 (0:00:00.108) 0:04:03.948 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Set up MSSQL] ************************** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:345 Friday 26 July 2024 22:16:54 -0400 (0:00:00.070) 0:04:04.018 *********** skipping: [managed_node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.mssql : Ensure the directory and permissions for datadir and logdir] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:370 Friday 26 July 2024 22:16:54 -0400 (0:00:00.073) 0:04:04.092 *********** skipping: [managed_node1] => (item={u'path': None, u'setting': u'defaultdatadir', u'mode': u'755'}) => { "ansible_loop_var": "item", "changed": false, "item": { "mode": "755", "path": null, "setting": "defaultdatadir" }, "skip_reason": "Conditional result was False" } skipping: [managed_node1] => (item={u'path': None, u'setting': u'defaultlogdir', u'mode': u'755'}) => { "ansible_loop_var": "item", "changed": false, "item": { "mode": "755", "path": null, "setting": "defaultlogdir" }, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Set selinux role facts for ports] ****** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:385 Friday 26 July 2024 22:16:55 -0400 (0:00:00.092) 0:04:04.184 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure correct SELinux context for storage paths and ports] ************** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:399 Friday 26 July 2024 22:16:55 -0400 (0:00:00.071) 0:04:04.256 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Ensure that the tuned-profiles-mssql package is installed] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:410 Friday 26 July 2024 22:16:55 -0400 (0:00:00.074) 0:04:04.330 *********** ok: [managed_node1] => { "changed": false, "rc": 0, "results": [ "tuned-profiles-mssql-2.11.0-12.el7_9.noarch providing tuned-profiles-mssql is already installed" ] } lsrpackages: tuned-profiles-mssql TASK [fedora.linux_system_roles.mssql : Ensure that the tuned service is started and enabled] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:416 Friday 26 July 2024 22:16:55 -0400 (0:00:00.586) 0:04:04.917 *********** ok: [managed_node1] => { "changed": false, "enabled": true, "name": "tuned", "state": "started", "status": { "ActiveEnterTimestamp": "Fri 2024-07-26 21:27:56 EDT", "ActiveEnterTimestampMonotonic": "12916852", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "systemd-journald.socket systemd-sysctl.service network.target dbus.service system.slice basic.target", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Fri 2024-07-26 21:27:55 EDT", "AssertTimestampMonotonic": "12241781", "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-07-26 21:27:55 EDT", "ConditionTimestampMonotonic": "12241780", "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": "853", "ExecMainStartTimestamp": "Fri 2024-07-26 21:27:55 EDT", "ExecMainStartTimestampMonotonic": "12243873", "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-07-26 21:27:55 EDT", "InactiveExitTimestampMonotonic": "12243909", "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": "14311", "LimitRSS": "18446744073709551615", "LimitRTPRIO": "0", "LimitRTTIME": "18446744073709551615", "LimitSIGPENDING": "14311", "LimitSTACK": "18446744073709551615", "LoadState": "loaded", "MainPID": "853", "MemoryAccounting": "no", "MemoryCurrent": "18446744073709551615", "MemoryLimit": "18446744073709551615", "MountFlags": "0", "Names": "tuned.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PIDFile": "/run/tuned/tuned.pid", "PermissionsStartOnly": "no", "PrivateDevices": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "ProtectHome": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "Requires": "polkit.service basic.target dbus.service system.slice", "Restart": "no", "RestartUSec": "100ms", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitInterval": "10000000", "StartupBlockIOWeight": "18446744073709551615", "StartupCPUShares": "18446744073709551615", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "no", "TasksCurrent": "18446744073709551615", "TasksMax": "18446744073709551615", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "dbus", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "WantedBy": "multi-user.target", "WatchdogTimestamp": "Fri 2024-07-26 21:27:56 EDT", "WatchdogTimestampMonotonic": "12916740", "WatchdogUSec": "0" } } TASK [fedora.linux_system_roles.mssql : Get the active Tuned profiles] ********* task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:423 Friday 26 July 2024 22:16:56 -0400 (0:00:00.602) 0:04:05.520 *********** ok: [managed_node1] => { "changed": false, "cmd": [ "tuned-adm", "active" ], "delta": "0:00:00.083698", "end": "2024-07-26 22:16:56.731185", "rc": 0, "start": "2024-07-26 22:16:56.647487" } STDOUT: Current active profile: virtual-guest mssql TASK [fedora.linux_system_roles.mssql : Attempt to add mssql to the list of Tuned profiles] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:436 Friday 26 July 2024 22:16:56 -0400 (0:00:00.441) 0:04:05.961 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Remove troublemaking include from the mssql profile] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:449 Friday 26 July 2024 22:16:56 -0400 (0:00:00.078) 0:04:06.040 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Add the fixed mssql profile to the list of Tuned profiles] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:458 Friday 26 July 2024 22:16:56 -0400 (0:00:00.077) 0:04:06.117 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Configure the Microsoft SQL Server Tools repository] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:468 Friday 26 July 2024 22:16:57 -0400 (0:00:00.082) 0:04:06.200 *********** ok: [managed_node1] => { "changed": false, "repo": "packages-microsoft-com-prod", "state": "present" } TASK [fedora.linux_system_roles.mssql : Configure the Microsoft SQL Server Tools repository] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:476 Friday 26 July 2024 22:16:57 -0400 (0:00:00.365) 0:04:06.565 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Ensure that SQL Server client tools are installed] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:485 Friday 26 July 2024 22:16:57 -0400 (0:00:00.071) 0:04:06.637 *********** ok: [managed_node1] => { "changed": false, "rc": 0, "results": [ "mssql-tools-17.10.1.1-1.x86_64 providing mssql-tools is already installed", "unixODBC-devel-2.3.11-1.rh.x86_64 providing unixODBC-devel is already installed" ] } lsrpackages: mssql-tools unixODBC-devel TASK [fedora.linux_system_roles.mssql : Prepare MSSQL and facts for logging in] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:497 Friday 26 July 2024 22:16:58 -0400 (0:00:00.566) 0:04:07.203 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Wait for mssql-server to prepare for client connections] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:501 Friday 26 July 2024 22:16:58 -0400 (0:00:00.073) 0:04:07.277 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Check if the set password matches the existing password] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:507 Friday 26 July 2024 22:16:58 -0400 (0:00:00.076) 0:04:07.354 *********** skipping: [managed_node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.mssql : Ensure that the mssql-server service is stopped] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:522 Friday 26 July 2024 22:16:58 -0400 (0:00:00.074) 0:04:07.429 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Gather package facts] ****************** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:529 Friday 26 July 2024 22:16:58 -0400 (0:00:00.075) 0:04:07.504 *********** skipping: [managed_node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.mssql : Change the password of sa user] ******** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:537 Friday 26 July 2024 22:16:58 -0400 (0:00:00.076) 0:04:07.581 *********** skipping: [managed_node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.mssql : Pre-input SQL script files to SQL Server] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:558 Friday 26 July 2024 22:16:58 -0400 (0:00:00.079) 0:04:07.660 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Pre-input SQL script contents to SQL Server] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:565 Friday 26 July 2024 22:16:58 -0400 (0:00:00.072) 0:04:07.732 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Check if the set edition matches the existing edition] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:576 Friday 26 July 2024 22:16:58 -0400 (0:00:00.070) 0:04:07.803 *********** ok: [managed_node1] => { "changed": false, "cmd": "errorlog_edition=\"$(grep -oi 'Evaluation edition' \\\n/var/opt/mssql/log/errorlog)\"\nif [ -z \"${errorlog_edition}\" ]; then\n edition_matches=false\nelse\n edition_matches=true\nfi\necho \"${edition_matches}\"\n", "delta": "0:00:00.004841", "end": "2024-07-26 22:16:58.944420", "rc": 0, "start": "2024-07-26 22:16:58.939579" } STDOUT: true TASK [fedora.linux_system_roles.mssql : Ensure that the mssql-server service is stopped] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:590 Friday 26 July 2024 22:16:59 -0400 (0:00:00.480) 0:04:08.283 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Gather package facts] ****************** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:597 Friday 26 July 2024 22:16:59 -0400 (0:00:00.083) 0:04:08.367 *********** ok: [managed_node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.mssql : Change the edition of MSSQL] *********** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:603 Friday 26 July 2024 22:17:00 -0400 (0:00:01.223) 0:04:09.590 *********** skipping: [managed_node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.mssql : Configure the IP address setting] ****** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:622 Friday 26 July 2024 22:17:00 -0400 (0:00:00.085) 0:04:09.675 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Register the previous tcpport setting] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:629 Friday 26 July 2024 22:17:00 -0400 (0:00:00.073) 0:04:09.749 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Open the TCP port 1433] ************************************************** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:636 Friday 26 July 2024 22:17:00 -0400 (0:00:00.076) 0:04:09.826 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Configure the TCP port setting to 1433] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:648 Friday 26 July 2024 22:17:00 -0400 (0:00:00.075) 0:04:09.901 *********** included: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml for managed_node1 TASK [fedora.linux_system_roles.mssql : Get the setting network tcpport] ******* task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:3 Friday 26 July 2024 22:17:00 -0400 (0:00:00.126) 0:04:10.028 *********** ok: [managed_node1] => { "changed": false, "cmd": [ "grep", "^tcpport = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003116", "end": "2024-07-26 22:17:01.158085", "failed_when_result": false, "rc": 1, "start": "2024-07-26 22:17:01.154969" } MSG: non-zero return code TASK [fedora.linux_system_roles.mssql : Configure the setting network tcpport] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:12 Friday 26 July 2024 22:17:01 -0400 (0:00:00.368) 0:04:10.396 *********** ok: [managed_node1] => { "changed": false, "cmd": [ "/opt/mssql/bin/mssql-conf", "set", "network.tcpport", "1433" ], "delta": "0:00:00.120646", "end": "2024-07-26 22:17:01.663428", "failed_when_result": false, "rc": 0, "start": "2024-07-26 22:17:01.542782" } STDOUT: Validation error on setting 'network.tcpport' Port '1433' is already in use. Please use another port TASK [fedora.linux_system_roles.mssql : Unset the setting network tcpport] ***** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:42 Friday 26 July 2024 22:17:01 -0400 (0:00:00.513) 0:04:10.909 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Close the previously set SQL Server TCP port if it changed] ************** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:654 Friday 26 July 2024 22:17:01 -0400 (0:00:00.074) 0:04:10.983 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Configure the sqlagent setting] ******** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:674 Friday 26 July 2024 22:17:01 -0400 (0:00:00.071) 0:04:11.055 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Ensure the package mssql-server-fts] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:681 Friday 26 July 2024 22:17:02 -0400 (0:00:00.227) 0:04:11.282 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Ensure the package powershell] ********* task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:688 Friday 26 July 2024 22:17:02 -0400 (0:00:00.080) 0:04:11.363 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Check if the 3979 trace flag is enabled] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:697 Friday 26 July 2024 22:17:02 -0400 (0:00:00.075) 0:04:11.439 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Set the 3979 traceflag] **************** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:703 Friday 26 July 2024 22:17:02 -0400 (0:00:00.079) 0:04:11.518 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Unset the 3979 traceflag] ************** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:710 Friday 26 July 2024 22:17:02 -0400 (0:00:00.073) 0:04:11.592 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Configure the alternatewritethrough setting] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:718 Friday 26 July 2024 22:17:02 -0400 (0:00:00.079) 0:04:11.671 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Configure the writethrough setting] **** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:724 Friday 26 July 2024 22:17:02 -0400 (0:00:00.072) 0:04:11.744 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create certificates using the certificate role] ************************** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:742 Friday 26 July 2024 22:17:02 -0400 (0:00:00.075) 0:04:11.820 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Set mssql_tls_cert and _private_key based on the cert name] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:756 Friday 26 July 2024 22:17:02 -0400 (0:00:00.078) 0:04:11.898 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Copy certificate and private_key files to the host] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:761 Friday 26 July 2024 22:17:02 -0400 (0:00:00.077) 0:04:11.976 *********** skipping: [managed_node1] => (item=mssql_2019_cert.crt) => { "ansible_loop_var": "item", "changed": false, "item": "mssql_2019_cert.crt", "skip_reason": "Conditional result was False" } skipping: [managed_node1] => (item=mssql_2019_cert.key) => { "ansible_loop_var": "item", "changed": false, "item": "mssql_2019_cert.key", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Configure the tlscert setting] ********* task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:779 Friday 26 July 2024 22:17:02 -0400 (0:00:00.093) 0:04:12.069 *********** included: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml for managed_node1 TASK [fedora.linux_system_roles.mssql : Get the setting network tlscert] ******* task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:3 Friday 26 July 2024 22:17:03 -0400 (0:00:00.134) 0:04:12.204 *********** ok: [managed_node1] => { "changed": false, "cmd": [ "grep", "^tlscert = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003040", "end": "2024-07-26 22:17:03.334372", "failed_when_result": false, "rc": 0, "start": "2024-07-26 22:17:03.331332" } STDOUT: tlscert = /etc/pki/tls/certs/mssql_2019_cert.crt TASK [fedora.linux_system_roles.mssql : Configure the setting network tlscert] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:12 Friday 26 July 2024 22:17:03 -0400 (0:00:00.359) 0:04:12.563 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Unset the setting network tlscert] ***** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:42 Friday 26 July 2024 22:17:03 -0400 (0:00:00.086) 0:04:12.650 *********** NOTIFIED HANDLER fedora.linux_system_roles.mssql : Restart the mssql-server service for managed_node1 changed: [managed_node1] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "unset", "network.tlscert" ], "delta": "0:00:00.116384", "end": "2024-07-26 22:17:03.912808", "failed_when_result": false, "rc": 0, "start": "2024-07-26 22:17:03.796424" } STDOUT: SQL Server needs to be restarted in order to apply this setting. Please run 'systemctl restart mssql-server.service'. TASK [fedora.linux_system_roles.mssql : Configure the tlskey setting] ********** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:788 Friday 26 July 2024 22:17:04 -0400 (0:00:00.495) 0:04:13.146 *********** included: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml for managed_node1 TASK [fedora.linux_system_roles.mssql : Get the setting network tlskey] ******** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:3 Friday 26 July 2024 22:17:04 -0400 (0:00:00.281) 0:04:13.428 *********** ok: [managed_node1] => { "changed": false, "cmd": [ "grep", "^tlskey = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003002", "end": "2024-07-26 22:17:04.595847", "failed_when_result": false, "rc": 0, "start": "2024-07-26 22:17:04.592845" } STDOUT: tlskey = /etc/pki/tls/private/mssql_2019_cert.key TASK [fedora.linux_system_roles.mssql : Configure the setting network tlskey] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:12 Friday 26 July 2024 22:17:04 -0400 (0:00:00.401) 0:04:13.829 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Unset the setting network tlskey] ****** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:42 Friday 26 July 2024 22:17:04 -0400 (0:00:00.091) 0:04:13.920 *********** changed: [managed_node1] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "unset", "network.tlskey" ], "delta": "0:00:00.114490", "end": "2024-07-26 22:17:05.173111", "failed_when_result": false, "rc": 0, "start": "2024-07-26 22:17:05.058621" } STDOUT: SQL Server needs to be restarted in order to apply this setting. Please run 'systemctl restart mssql-server.service'. TASK [fedora.linux_system_roles.mssql : Configure the tlsprotocols setting] **** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:797 Friday 26 July 2024 22:17:05 -0400 (0:00:00.488) 0:04:14.409 *********** included: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml for managed_node1 TASK [fedora.linux_system_roles.mssql : Get the setting network tlsprotocols] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:3 Friday 26 July 2024 22:17:05 -0400 (0:00:00.136) 0:04:14.546 *********** ok: [managed_node1] => { "changed": false, "cmd": [ "grep", "^tlsprotocols = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.002951", "end": "2024-07-26 22:17:05.683406", "failed_when_result": false, "rc": 0, "start": "2024-07-26 22:17:05.680455" } STDOUT: tlsprotocols = 1.2 TASK [fedora.linux_system_roles.mssql : Configure the setting network tlsprotocols] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:12 Friday 26 July 2024 22:17:05 -0400 (0:00:00.368) 0:04:14.915 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Unset the setting network tlsprotocols] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:42 Friday 26 July 2024 22:17:05 -0400 (0:00:00.082) 0:04:14.997 *********** changed: [managed_node1] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "unset", "network.tlsprotocols" ], "delta": "0:00:00.115065", "end": "2024-07-26 22:17:06.253185", "failed_when_result": false, "rc": 0, "start": "2024-07-26 22:17:06.138120" } STDOUT: SQL Server needs to be restarted in order to apply this setting. Please run 'systemctl restart mssql-server.service'. TASK [fedora.linux_system_roles.mssql : Configure the forceencryption setting] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:804 Friday 26 July 2024 22:17:06 -0400 (0:00:00.489) 0:04:15.487 *********** included: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml for managed_node1 TASK [fedora.linux_system_roles.mssql : Get the setting network forceencryption] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:3 Friday 26 July 2024 22:17:06 -0400 (0:00:00.140) 0:04:15.627 *********** ok: [managed_node1] => { "changed": false, "cmd": [ "grep", "^forceencryption = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003025", "end": "2024-07-26 22:17:06.752343", "failed_when_result": false, "rc": 0, "start": "2024-07-26 22:17:06.749318" } STDOUT: forceencryption = 1 TASK [fedora.linux_system_roles.mssql : Configure the setting network forceencryption] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:12 Friday 26 July 2024 22:17:06 -0400 (0:00:00.353) 0:04:15.981 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Unset the setting network forceencryption] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:42 Friday 26 July 2024 22:17:06 -0400 (0:00:00.084) 0:04:16.065 *********** changed: [managed_node1] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "unset", "network.forceencryption" ], "delta": "0:00:00.116747", "end": "2024-07-26 22:17:07.317611", "failed_when_result": false, "rc": 0, "start": "2024-07-26 22:17:07.200864" } STDOUT: SQL Server needs to be restarted in order to apply this setting. Please run 'systemctl restart mssql-server.service'. TASK [fedora.linux_system_roles.mssql : Verify that ad_integration_realm variable is provided] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:813 Friday 26 July 2024 22:17:07 -0400 (0:00:00.624) 0:04:16.690 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Join to realm {{ ad_integration_realm }}] ******************************** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:821 Friday 26 July 2024 22:17:07 -0400 (0:00:00.076) 0:04:16.767 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Ensure adutil and krb5-workstation] **** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:829 Friday 26 July 2024 22:17:07 -0400 (0:00:00.072) 0:04:16.840 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Print credential caches to check if AD principal exists] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:836 Friday 26 July 2024 22:17:07 -0400 (0:00:00.075) 0:04:16.915 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Print status of credential cache for {{ __mssql_ad_kinit_user }}] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:843 Friday 26 July 2024 22:17:07 -0400 (0:00:00.082) 0:04:16.997 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Obtain Kerberos ticket for {{ __mssql_ad_kinit_user }}] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:852 Friday 26 July 2024 22:17:07 -0400 (0:00:00.074) 0:04:17.072 *********** skipping: [managed_node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.mssql : Check if AD user exists] *************** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:865 Friday 26 July 2024 22:17:08 -0400 (0:00:00.076) 0:04:17.149 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : In AD server create user] ************** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:874 Friday 26 July 2024 22:17:08 -0400 (0:00:00.075) 0:04:17.224 *********** skipping: [managed_node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.mssql : Get SPNs for the principal] ************ task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:886 Friday 26 July 2024 22:17:08 -0400 (0:00:00.074) 0:04:17.299 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Register SPNs to the principal] ******** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:891 Friday 26 July 2024 22:17:08 -0400 (0:00:00.074) 0:04:17.373 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Get kvno of the SPN host] ************** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:908 Friday 26 July 2024 22:17:08 -0400 (0:00:00.073) 0:04:17.447 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Get stats of the keytab file] ********** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:913 Friday 26 July 2024 22:17:08 -0400 (0:00:00.075) 0:04:17.523 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Get keytab properties] ***************** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:918 Friday 26 July 2024 22:17:08 -0400 (0:00:00.072) 0:04:17.595 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Create keytab] ************************* task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:924 Friday 26 July 2024 22:17:08 -0400 (0:00:00.074) 0:04:17.669 *********** skipping: [managed_node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.mssql : Add an entry in the keytab for the principal name and password] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:950 Friday 26 July 2024 22:17:08 -0400 (0:00:00.072) 0:04:17.742 *********** skipping: [managed_node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.mssql : Ensure correct permissions and ownership on the keytab] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:971 Friday 26 July 2024 22:17:08 -0400 (0:00:00.075) 0:04:17.818 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Fetch keytab file to host] ************* task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:979 Friday 26 July 2024 22:17:08 -0400 (0:00:00.073) 0:04:17.891 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Configure the network.kerberoskeytabfile setting] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:989 Friday 26 July 2024 22:17:08 -0400 (0:00:00.070) 0:04:17.962 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Configure the network.kerberoskeytabfile setting] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:995 Friday 26 July 2024 22:17:09 -0400 (0:00:00.225) 0:04:18.188 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Verify that hosts with mssql_ha_replica_type=primary is available] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1013 Friday 26 July 2024 22:17:09 -0400 (0:00:00.073) 0:04:18.262 *********** skipping: [managed_node1] => { "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: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1024 Friday 26 July 2024 22:17:09 -0400 (0:00:00.079) 0:04:18.342 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Set host variables] ******************** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1044 Friday 26 July 2024 22:17:09 -0400 (0:00:00.073) 0:04:18.415 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Ensure the package mssql-server-ha] **** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1097 Friday 26 July 2024 22:17:09 -0400 (0:00:00.077) 0:04:18.493 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Enable the hadrenabled setting] ******** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1104 Friday 26 July 2024 22:17:09 -0400 (0:00:00.074) 0:04:18.568 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Restart the mssql-server service if hadrenabled task was changed] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1111 Friday 26 July 2024 22:17:09 -0400 (0:00:00.073) 0:04:18.641 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Remove certificate from SQL Server] **** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1121 Friday 26 July 2024 22:17:09 -0400 (0:00:00.075) 0:04:18.717 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Remove certificate and private key files] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1127 Friday 26 July 2024 22:17:09 -0400 (0:00:00.071) 0:04:18.789 *********** skipping: [managed_node1] => (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: [managed_node1] => (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 [fedora.linux_system_roles.mssql : Configure SQL entities on the primary replica] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1135 Friday 26 July 2024 22:17:09 -0400 (0:00:00.088) 0:04:18.877 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Create login for HA on in SQL Server] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1144 Friday 26 July 2024 22:17:09 -0400 (0:00:00.071) 0:04:18.949 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Fetch certificate files from the primary to the control node] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1152 Friday 26 July 2024 22:17:09 -0400 (0:00:00.073) 0:04:19.022 *********** skipping: [managed_node1] => (item={u'key': u'cert', u'value': u'/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: [managed_node1] => (item={u'key': u'key', u'value': u'/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 [fedora.linux_system_roles.mssql : Get the current primary replica in SQL] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1166 Friday 26 July 2024 22:17:09 -0400 (0:00:00.094) 0:04:19.117 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Set fact with the current primary replica] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1173 Friday 26 July 2024 22:17:10 -0400 (0:00:00.073) 0:04:19.190 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Configure ag] ************************** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1198 Friday 26 July 2024 22:17:10 -0400 (0:00:00.070) 0:04:19.261 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Grant permissions to HA login] ********* task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1207 Friday 26 July 2024 22:17:10 -0400 (0:00:00.069) 0:04:19.331 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Replicate DBs] ************************* task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1216 Friday 26 July 2024 22:17:10 -0400 (0:00:00.075) 0:04:19.406 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Grant permissions to HA login] ********* task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1227 Friday 26 July 2024 22:17:10 -0400 (0:00:00.073) 0:04:19.479 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Verify that hosts with replica_type=primary is available] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1240 Friday 26 July 2024 22:17:10 -0400 (0:00:00.069) 0:04:19.549 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Ensure the package mssql-server-ha] **** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1249 Friday 26 July 2024 22:17:10 -0400 (0:00:00.220) 0:04:19.770 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Enable the hadrenabled setting] ******** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1256 Friday 26 July 2024 22:17:10 -0400 (0:00:00.074) 0:04:19.845 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Restart the mssql-server service if hadrenabled task was changed] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1263 Friday 26 July 2024 22:17:10 -0400 (0:00:00.076) 0:04:19.922 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Remove certificate from SQL Server] **** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1271 Friday 26 July 2024 22:17:10 -0400 (0:00:00.073) 0:04:19.996 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Distribute certificate and private key to managed nodes] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1278 Friday 26 July 2024 22:17:10 -0400 (0:00:00.076) 0:04:20.072 *********** skipping: [managed_node1] => (item={u'key': u'cert', u'value': u'/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: [managed_node1] => (item={u'key': u'key', u'value': u'/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 [fedora.linux_system_roles.mssql : Configure SQL entities on not primary replicas] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1290 Friday 26 July 2024 22:17:11 -0400 (0:00:00.094) 0:04:20.167 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Create HA login] *********************** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1299 Friday 26 July 2024 22:17:11 -0400 (0:00:00.070) 0:04:20.237 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Join to availability group] ************ task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1306 Friday 26 July 2024 22:17:11 -0400 (0:00:00.076) 0:04:20.314 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Grant permissions to HA login] ********* task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1312 Friday 26 July 2024 22:17:11 -0400 (0:00:00.071) 0:04:20.385 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Remove certificate and private key from the control node] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1320 Friday 26 July 2024 22:17:11 -0400 (0:00:00.077) 0:04:20.462 *********** skipping: [managed_node1] => (item=cert) => { "ansible_loop_var": "item", "changed": false, "item": "cert", "skip_reason": "Conditional result was False" } skipping: [managed_node1] => (item=key) => { "ansible_loop_var": "item", "changed": false, "item": "key", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Save credentials for the SQL Server login] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1333 Friday 26 July 2024 22:17:11 -0400 (0:00:00.085) 0:04:20.547 *********** skipping: [managed_node1] => { "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: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1345 Friday 26 July 2024 22:17:11 -0400 (0:00:00.072) 0:04:20.620 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Wait for the cluster to finish configuration] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1350 Friday 26 July 2024 22:17:11 -0400 (0:00:00.078) 0:04:20.698 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Configure listener for the availability group] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1356 Friday 26 July 2024 22:17:11 -0400 (0:00:00.073) 0:04:20.771 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Ensure the ansible_managed header in /var/opt/mssql/mssql.conf] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1365 Friday 26 July 2024 22:17:11 -0400 (0:00:00.075) 0:04:20.846 *********** changed: [managed_node1] => { "changed": true } MSG: Block inserted RUNNING HANDLER [fedora.linux_system_roles.mssql : Restart the mssql-server service] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/handlers/main.yml:3 Friday 26 July 2024 22:17:12 -0400 (0:00:00.462) 0:04:21.309 *********** changed: [managed_node1] => { "changed": true, "name": "mssql-server", "state": "started", "status": { "ActiveEnterTimestamp": "Fri 2024-07-26 22:16:36 EDT", "ActiveEnterTimestampMonotonic": "2932533911", "ActiveExitTimestamp": "Fri 2024-07-26 22:16:35 EDT", "ActiveExitTimestampMonotonic": "2931387155", "ActiveState": "active", "After": "-.mount systemd-journald.socket network.target system.slice auditd.service basic.target", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Fri 2024-07-26 22:16:36 EDT", "AssertTimestampMonotonic": "2932532375", "Before": "shutdown.target multi-user.target", "BlockIOAccounting": "no", "BlockIOWeight": "18446744073709551615", "CPUAccounting": "no", "CPUQuotaPerSecUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "18446744073709551615", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "18446744073709551615", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Fri 2024-07-26 22:16:36 EDT", "ConditionTimestampMonotonic": "2932532374", "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": "4215", "ExecMainStartTimestamp": "Fri 2024-07-26 22:16:36 EDT", "ExecMainStartTimestampMonotonic": "2932533195", "ExecMainStatus": "0", "ExecStart": "{ path=/opt/mssql/bin/sqlservr ; argv[]=/opt/mssql/bin/sqlservr ; ignore_errors=no ; start_time=[Fri 2024-07-26 22:16:36 EDT] ; stop_time=[n/a] ; pid=4215 ; 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-07-26 22:16:36 EDT", "InactiveEnterTimestampMonotonic": "2932530908", "InactiveExitTimestamp": "Fri 2024-07-26 22:16:36 EDT", "InactiveExitTimestampMonotonic": "2932533911", "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": "14311", "LimitSTACK": "18446744073709551615", "LoadState": "loaded", "MainPID": "4215", "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-07-26 22:16:36 EDT", "WatchdogTimestampMonotonic": "2932533882", "WatchdogUSec": "0", "WorkingDirectory": "/var/opt/mssql" } } META: ran handlers TASK [fedora.linux_system_roles.mssql : Post-input SQL scripts to SQL Server] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1378 Friday 26 July 2024 22:17:12 -0400 (0:00:00.759) 0:04:22.068 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Post-input SQL scripts to SQL Server] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1385 Friday 26 July 2024 22:17:13 -0400 (0:00:00.207) 0:04:22.276 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up after the role invocation] ************************************** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/tests/mssql/tests_tls_2019.yml:20 Friday 26 July 2024 22:17:13 -0400 (0:00:00.077) 0:04:22.354 *********** included: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/cleanup.yml for managed_node1 TASK [Gather package facts] **************************************************** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/cleanup.yml:2 Friday 26 July 2024 22:17:13 -0400 (0:00:00.131) 0:04:22.486 *********** ok: [managed_node1] => { "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: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/cleanup.yml:6 Friday 26 July 2024 22:17:15 -0400 (0:00:01.776) 0:04:24.262 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Debug ansible_python_version] ******************************************** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/cleanup.yml:14 Friday 26 July 2024 22:17:15 -0400 (0:00:00.105) 0:04:24.368 *********** ok: [managed_node1] => { "ansible_python_version": "2.7.5" } TASK [Purge firewall configuration] ******************************************** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/cleanup.yml:18 Friday 26 July 2024 22:17:15 -0400 (0:00:00.075) 0:04:24.444 *********** TASK [fedora.linux_system_roles.firewall : Setup firewalld] ******************** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:2 Friday 26 July 2024 22:17:15 -0400 (0:00:00.188) 0:04:24.632 *********** included: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml for managed_node1 TASK [fedora.linux_system_roles.firewall : Ensure ansible_facts used by role] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:2 Friday 26 July 2024 22:17:15 -0400 (0:00:00.130) 0:04:24.763 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Check if system is ostree] ********** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:10 Friday 26 July 2024 22:17:15 -0400 (0:00:00.101) 0:04:24.864 *********** ok: [managed_node1] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.firewall : Set flag to indicate system is ostree] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:15 Friday 26 July 2024 22:17:16 -0400 (0:00:00.794) 0:04:25.659 *********** ok: [managed_node1] => { "ansible_facts": { "__firewall_is_ostree": false }, "changed": false } TASK [fedora.linux_system_roles.firewall : Check if transactional-update exists in /sbin] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:22 Friday 26 July 2024 22:17:16 -0400 (0:00:00.078) 0:04:25.738 *********** ok: [managed_node1] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.firewall : Set flag if transactional-update exists] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:27 Friday 26 July 2024 22:17:17 -0400 (0:00:00.579) 0:04:26.317 *********** ok: [managed_node1] => { "ansible_facts": { "__firewall_is_transactional": false }, "changed": false } TASK [fedora.linux_system_roles.firewall : Install firewalld] ****************** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:31 Friday 26 July 2024 22:17:17 -0400 (0:00:00.083) 0:04:26.400 *********** ok: [managed_node1] => { "changed": false, "rc": 0, "results": [ "firewalld-0.6.3-13.el7_9.noarch providing firewalld is already installed" ] } lsrpackages: firewalld TASK [fedora.linux_system_roles.firewall : Notify user that reboot is needed to apply changes] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:43 Friday 26 July 2024 22:17:17 -0400 (0:00:00.600) 0:04:27.001 *********** skipping: [managed_node1] => {} TASK [fedora.linux_system_roles.firewall : Reboot transactional update systems] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:48 Friday 26 July 2024 22:17:17 -0400 (0:00:00.073) 0:04:27.075 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Fail if reboot is needed and not set] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:53 Friday 26 July 2024 22:17:18 -0400 (0:00:00.077) 0:04:27.152 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Collect service facts] ************** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:5 Friday 26 July 2024 22:17:18 -0400 (0:00:00.075) 0:04:27.227 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Attempt to stop and disable conflicting services] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:9 Friday 26 July 2024 22:17:18 -0400 (0:00:00.072) 0:04:27.300 *********** skipping: [managed_node1] => (item=nftables) => { "ansible_loop_var": "item", "changed": false, "item": "nftables", "skip_reason": "Conditional result was False" } skipping: [managed_node1] => (item=iptables) => { "ansible_loop_var": "item", "changed": false, "item": "iptables", "skip_reason": "Conditional result was False" } skipping: [managed_node1] => (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: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:22 Friday 26 July 2024 22:17:18 -0400 (0:00:00.094) 0:04:27.395 *********** ok: [managed_node1] => { "changed": false, "name": "firewalld", "status": { "ActiveEnterTimestamp": "Fri 2024-07-26 21:32:58 EDT", "ActiveEnterTimestampMonotonic": "314692533", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "polkit.service basic.target dbus.service system.slice", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Fri 2024-07-26 21:32:58 EDT", "AssertTimestampMonotonic": "314438438", "Before": "network-pre.target shutdown.target multi-user.target", "BlockIOAccounting": "no", "BlockIOWeight": "18446744073709551615", "BusName": "org.fedoraproject.FirewallD1", "CPUAccounting": "no", "CPUQuotaPerSecUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "18446744073709551615", "CanIsolate": "no", "CanReload": "yes", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "18446744073709551615", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Fri 2024-07-26 21:32:58 EDT", "ConditionTimestampMonotonic": "314438436", "Conflicts": "shutdown.target ip6tables.service ebtables.service ipset.service iptables.service", "ControlGroup": "/system.slice/firewalld.service", "ControlPID": "0", "DefaultDependencies": "yes", "Delegate": "no", "Description": "firewalld - dynamic firewall daemon", "DevicePolicy": "auto", "Documentation": "man:firewalld(1)", "EnvironmentFile": "/etc/sysconfig/firewalld (ignore_errors=yes)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "8432", "ExecMainStartTimestamp": "Fri 2024-07-26 21:32:58 EDT", "ExecMainStartTimestampMonotonic": "314440517", "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-07-26 21:32:58 EDT", "InactiveExitTimestampMonotonic": "314440547", "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": "14311", "LimitRSS": "18446744073709551615", "LimitRTPRIO": "0", "LimitRTTIME": "18446744073709551615", "LimitSIGPENDING": "14311", "LimitSTACK": "18446744073709551615", "LoadState": "loaded", "MainPID": "8432", "MemoryAccounting": "no", "MemoryCurrent": "18446744073709551615", "MemoryLimit": "18446744073709551615", "MountFlags": "0", "Names": "firewalld.service dbus-org.fedoraproject.FirewallD1.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "PrivateDevices": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "ProtectHome": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "Requires": "basic.target system.slice", "Restart": "no", "RestartUSec": "100ms", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "null", "StandardInput": "null", "StandardOutput": "null", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitInterval": "10000000", "StartupBlockIOWeight": "18446744073709551615", "StartupCPUShares": "18446744073709551615", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "no", "TasksCurrent": "18446744073709551615", "TasksMax": "18446744073709551615", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "dbus", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "WantedBy": "multi-user.target", "Wants": "network-pre.target", "WatchdogTimestamp": "Fri 2024-07-26 21:32:58 EDT", "WatchdogTimestampMonotonic": "314692480", "WatchdogUSec": "0" } } TASK [fedora.linux_system_roles.firewall : Enable and start firewalld service] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:28 Friday 26 July 2024 22:17:18 -0400 (0:00:00.467) 0:04:27.863 *********** ok: [managed_node1] => { "changed": false, "enabled": true, "name": "firewalld", "state": "started", "status": { "ActiveEnterTimestamp": "Fri 2024-07-26 21:32:58 EDT", "ActiveEnterTimestampMonotonic": "314692533", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "polkit.service basic.target dbus.service system.slice", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Fri 2024-07-26 21:32:58 EDT", "AssertTimestampMonotonic": "314438438", "Before": "network-pre.target shutdown.target multi-user.target", "BlockIOAccounting": "no", "BlockIOWeight": "18446744073709551615", "BusName": "org.fedoraproject.FirewallD1", "CPUAccounting": "no", "CPUQuotaPerSecUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "18446744073709551615", "CanIsolate": "no", "CanReload": "yes", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "18446744073709551615", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Fri 2024-07-26 21:32:58 EDT", "ConditionTimestampMonotonic": "314438436", "Conflicts": "shutdown.target ip6tables.service ebtables.service ipset.service iptables.service", "ControlGroup": "/system.slice/firewalld.service", "ControlPID": "0", "DefaultDependencies": "yes", "Delegate": "no", "Description": "firewalld - dynamic firewall daemon", "DevicePolicy": "auto", "Documentation": "man:firewalld(1)", "EnvironmentFile": "/etc/sysconfig/firewalld (ignore_errors=yes)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "8432", "ExecMainStartTimestamp": "Fri 2024-07-26 21:32:58 EDT", "ExecMainStartTimestampMonotonic": "314440517", "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-07-26 21:32:58 EDT", "InactiveExitTimestampMonotonic": "314440547", "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": "14311", "LimitRSS": "18446744073709551615", "LimitRTPRIO": "0", "LimitRTTIME": "18446744073709551615", "LimitSIGPENDING": "14311", "LimitSTACK": "18446744073709551615", "LoadState": "loaded", "MainPID": "8432", "MemoryAccounting": "no", "MemoryCurrent": "18446744073709551615", "MemoryLimit": "18446744073709551615", "MountFlags": "0", "Names": "firewalld.service dbus-org.fedoraproject.FirewallD1.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "PrivateDevices": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "ProtectHome": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "Requires": "basic.target system.slice", "Restart": "no", "RestartUSec": "100ms", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "null", "StandardInput": "null", "StandardOutput": "null", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitInterval": "10000000", "StartupBlockIOWeight": "18446744073709551615", "StartupCPUShares": "18446744073709551615", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "no", "TasksCurrent": "18446744073709551615", "TasksMax": "18446744073709551615", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "dbus", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "WantedBy": "multi-user.target", "Wants": "network-pre.target", "WatchdogTimestamp": "Fri 2024-07-26 21:32:58 EDT", "WatchdogTimestampMonotonic": "314692480", "WatchdogUSec": "0" } } TASK [fedora.linux_system_roles.firewall : Check if previous replaced is defined] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:34 Friday 26 July 2024 22:17:19 -0400 (0:00:00.458) 0:04:28.321 *********** ok: [managed_node1] => { "ansible_facts": { "__firewall_previous_replaced": true, "__firewall_python_cmd": "/usr/bin/python", "__firewall_report_changed": true }, "changed": false } TASK [fedora.linux_system_roles.firewall : Get config files, checksums before and remove] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:43 Friday 26 July 2024 22:17:19 -0400 (0:00:00.077) 0:04:28.399 *********** ok: [managed_node1] => { "changed": false, "rc": 0 } STDERR: Shared connection to 10.31.45.172 closed. TASK [fedora.linux_system_roles.firewall : Tell firewall module it is able to report changed] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:55 Friday 26 July 2024 22:17:19 -0400 (0:00:00.349) 0:04:28.749 *********** ok: [managed_node1] => { "ansible_facts": { "__firewall_report_changed": true }, "changed": false } TASK [fedora.linux_system_roles.firewall : Configure firewall] ***************** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:71 Friday 26 July 2024 22:17:19 -0400 (0:00:00.077) 0:04:28.827 *********** TASK [fedora.linux_system_roles.firewall : Gather firewall config information] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:120 Friday 26 July 2024 22:17:19 -0400 (0:00:00.198) 0:04:29.025 *********** TASK [fedora.linux_system_roles.firewall : Update firewalld_config fact] ******* task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:130 Friday 26 July 2024 22:17:19 -0400 (0:00:00.077) 0:04:29.103 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Gather firewall config if no arguments] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:139 Friday 26 July 2024 22:17:20 -0400 (0:00:00.084) 0:04:29.187 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Update firewalld_config fact] ******* task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:144 Friday 26 July 2024 22:17:20 -0400 (0:00:00.078) 0:04:29.265 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Get config files, checksums after] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:153 Friday 26 July 2024 22:17:20 -0400 (0:00:00.075) 0:04:29.341 *********** ok: [managed_node1] => { "changed": false, "rc": 0 } STDERR: Shared connection to 10.31.45.172 closed. TASK [fedora.linux_system_roles.firewall : Calculate what has changed] ********* task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:163 Friday 26 July 2024 22:17:20 -0400 (0:00:00.366) 0:04:29.707 *********** ok: [managed_node1] => { "ansible_facts": { "firewall_lib_result": { "changed": false } }, "changed": false } TASK [fedora.linux_system_roles.firewall : Show diffs] ************************* task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:169 Friday 26 July 2024 22:17:20 -0400 (0:00:00.087) 0:04:29.794 *********** skipping: [managed_node1] => {} TASK [Purge selinux configuration] ********************************************* task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/cleanup.yml:26 Friday 26 July 2024 22:17:20 -0400 (0:00:00.074) 0:04:29.869 *********** TASK [fedora.linux_system_roles.selinux : Set ansible_facts required by role and install packages] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:2 Friday 26 July 2024 22:17:20 -0400 (0:00:00.174) 0:04:30.044 *********** included: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/set_facts_packages.yml for managed_node1 TASK [fedora.linux_system_roles.selinux : Ensure ansible_facts used by role] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/set_facts_packages.yml:2 Friday 26 July 2024 22:17:21 -0400 (0:00:00.129) 0:04:30.173 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Ensure SELinux packages] ************* task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/set_facts_packages.yml:7 Friday 26 July 2024 22:17:21 -0400 (0:00:00.101) 0:04:30.275 *********** included: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml for managed_node1 TASK [fedora.linux_system_roles.selinux : Check if system is ostree] *********** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:5 Friday 26 July 2024 22:17:21 -0400 (0:00:00.133) 0:04:30.408 *********** ok: [managed_node1] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.selinux : Set flag to indicate system is ostree] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:10 Friday 26 July 2024 22:17:21 -0400 (0:00:00.354) 0:04:30.763 *********** ok: [managed_node1] => { "ansible_facts": { "__selinux_is_ostree": false }, "changed": false } TASK [fedora.linux_system_roles.selinux : Check if transactional-update exists in /sbin] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:17 Friday 26 July 2024 22:17:21 -0400 (0:00:00.205) 0:04:30.968 *********** ok: [managed_node1] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.selinux : Set flag if transactional-update exists] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:22 Friday 26 July 2024 22:17:22 -0400 (0:00:00.349) 0:04:31.318 *********** ok: [managed_node1] => { "ansible_facts": { "__selinux_is_transactional": false }, "changed": false } TASK [fedora.linux_system_roles.selinux : Install SELinux python2 tools] ******* task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:26 Friday 26 July 2024 22:17:22 -0400 (0:00:00.083) 0:04:31.402 *********** ok: [managed_node1] => { "changed": false, "rc": 0, "results": [ "libselinux-python-2.5-15.el7.x86_64 providing libselinux-python is already installed", "policycoreutils-python-2.5-34.el7.x86_64 providing policycoreutils-python is already installed" ] } lsrpackages: libselinux-python policycoreutils-python TASK [fedora.linux_system_roles.selinux : Install SELinux python3 tools] ******* task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:35 Friday 26 July 2024 22:17:22 -0400 (0:00:00.571) 0:04:31.973 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Install SELinux python3 tools] ******* task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:46 Friday 26 July 2024 22:17:22 -0400 (0:00:00.073) 0:04:32.046 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Install SELinux tool semanage] ******* task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:58 Friday 26 July 2024 22:17:22 -0400 (0:00:00.074) 0:04:32.121 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Notify user that reboot is needed to apply changes] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:72 Friday 26 July 2024 22:17:23 -0400 (0:00:00.072) 0:04:32.194 *********** skipping: [managed_node1] => {} TASK [fedora.linux_system_roles.selinux : Reboot transactional update systems] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:77 Friday 26 July 2024 22:17:23 -0400 (0:00:00.073) 0:04:32.268 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Fail if reboot is needed and not set] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:82 Friday 26 July 2024 22:17:23 -0400 (0:00:00.072) 0:04:32.340 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Refresh facts] *********************** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:89 Friday 26 July 2024 22:17:23 -0400 (0:00:00.070) 0:04:32.411 *********** ok: [managed_node1] TASK [fedora.linux_system_roles.selinux : Set permanent SELinux state if enabled] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:5 Friday 26 July 2024 22:17:23 -0400 (0:00:00.583) 0:04:32.995 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Set permanent SELinux state if disabled] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:13 Friday 26 July 2024 22:17:23 -0400 (0:00:00.070) 0:04:33.066 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Set selinux_reboot_required] ********* task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:21 Friday 26 July 2024 22:17:24 -0400 (0:00:00.073) 0:04:33.139 *********** ok: [managed_node1] => { "ansible_facts": { "selinux_reboot_required": false }, "changed": false } TASK [fedora.linux_system_roles.selinux : Fail if reboot is required] ********** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:25 Friday 26 July 2024 22:17:24 -0400 (0:00:00.077) 0:04:33.217 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Warn if SELinux is disabled] ********* task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:30 Friday 26 July 2024 22:17:24 -0400 (0:00:00.193) 0:04:33.411 *********** skipping: [managed_node1] => {} TASK [fedora.linux_system_roles.selinux : Drop all local modifications] ******** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:35 Friday 26 July 2024 22:17:24 -0400 (0:00:00.071) 0:04:33.483 *********** NOTIFIED HANDLER fedora.linux_system_roles.selinux : Reload SELinux policy for managed_node1 changed: [managed_node1] => { "changed": true, "cmd": [ "/usr/sbin/semanage", "-i", "-" ], "delta": "0:00:00.342551", "end": "2024-07-26 22:17:24.959777", "rc": 0, "start": "2024-07-26 22:17:24.617226" } TASK [fedora.linux_system_roles.selinux : Purge all SELinux boolean local modifications] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:43 Friday 26 July 2024 22:17:25 -0400 (0:00:00.705) 0:04:34.189 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Purge all SELinux file context local modifications] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:48 Friday 26 July 2024 22:17:25 -0400 (0:00:00.078) 0:04:34.267 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Purge all SELinux port local modifications] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:53 Friday 26 July 2024 22:17:25 -0400 (0:00:00.072) 0:04:34.339 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Purge all SELinux login local modifications] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:58 Friday 26 July 2024 22:17:25 -0400 (0:00:00.073) 0:04:34.413 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Set SELinux booleans] **************** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:63 Friday 26 July 2024 22:17:25 -0400 (0:00:00.074) 0:04:34.487 *********** TASK [fedora.linux_system_roles.selinux : Set SELinux file contexts] *********** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:74 Friday 26 July 2024 22:17:25 -0400 (0:00:00.069) 0:04:34.557 *********** TASK [fedora.linux_system_roles.selinux : Set an SELinux label on a port] ****** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:87 Friday 26 July 2024 22:17:25 -0400 (0:00:00.076) 0:04:34.634 *********** TASK [fedora.linux_system_roles.selinux : Set linux user to SELinux user mapping] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:99 Friday 26 July 2024 22:17:25 -0400 (0:00:00.071) 0:04:34.705 *********** TASK [fedora.linux_system_roles.selinux : Get SELinux modules facts] *********** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:112 Friday 26 July 2024 22:17:25 -0400 (0:00:00.072) 0:04:34.778 *********** ok: [managed_node1] => { "ansible_facts": { "selinux_checksums": false, "selinux_installed_modules": { "abrt": { "100": { "checksum": "", "enabled": 1 } }, "accountsd": { "100": { "checksum": "", "enabled": 1 } }, "acct": { "100": { "checksum": "", "enabled": 1 } }, "afs": { "100": { "checksum": "", "enabled": 1 } }, "aiccu": { "100": { "checksum": "", "enabled": 1 } }, "aide": { "100": { "checksum": "", "enabled": 1 } }, "ajaxterm": { "100": { "checksum": "", "enabled": 1 } }, "alsa": { "100": { "checksum": "", "enabled": 1 } }, "amanda": { "100": { "checksum": "", "enabled": 1 } }, "amtu": { "100": { "checksum": "", "enabled": 1 } }, "anaconda": { "100": { "checksum": "", "enabled": 1 } }, "antivirus": { "100": { "checksum": "", "enabled": 1 } }, "apache": { "100": { "checksum": "", "enabled": 1 } }, "apcupsd": { "100": { "checksum": "", "enabled": 1 } }, "apm": { "100": { "checksum": "", "enabled": 1 } }, "application": { "100": { "checksum": "", "enabled": 1 } }, "arpwatch": { "100": { "checksum": "", "enabled": 1 } }, "asterisk": { "100": { "checksum": "", "enabled": 1 } }, "auditadm": { "100": { "checksum": "", "enabled": 1 } }, "authconfig": { "100": { "checksum": "", "enabled": 1 } }, "authlogin": { "100": { "checksum": "", "enabled": 1 } }, "automount": { "100": { "checksum": "", "enabled": 1 } }, "avahi": { "100": { "checksum": "", "enabled": 1 } }, "awstats": { "100": { "checksum": "", "enabled": 1 } }, "bacula": { "100": { "checksum": "", "enabled": 1 } }, "base": { "100": { "checksum": "", "enabled": 1 } }, "bcfg2": { "100": { "checksum": "", "enabled": 1 } }, "bind": { "100": { "checksum": "", "enabled": 1 } }, "bitlbee": { "100": { "checksum": "", "enabled": 1 } }, "blkmapd": { "100": { "checksum": "", "enabled": 1 } }, "blueman": { "100": { "checksum": "", "enabled": 1 } }, "bluetooth": { "100": { "checksum": "", "enabled": 1 } }, "boinc": { "100": { "checksum": "", "enabled": 1 } }, "boltd": { "100": { "checksum": "", "enabled": 1 } }, "bootloader": { "100": { "checksum": "", "enabled": 1 } }, "brctl": { "100": { "checksum": "", "enabled": 1 } }, "brltty": { "100": { "checksum": "", "enabled": 1 } }, "bugzilla": { "100": { "checksum": "", "enabled": 1 } }, "bumblebee": { "100": { "checksum": "", "enabled": 1 } }, "cachefilesd": { "100": { "checksum": "", "enabled": 1 } }, "calamaris": { "100": { "checksum": "", "enabled": 1 } }, "callweaver": { "100": { "checksum": "", "enabled": 1 } }, "canna": { "100": { "checksum": "", "enabled": 1 } }, "ccs": { "100": { "checksum": "", "enabled": 1 } }, "cdrecord": { "100": { "checksum": "", "enabled": 1 } }, "certmaster": { "100": { "checksum": "", "enabled": 1 } }, "certmonger": { "100": { "checksum": "", "enabled": 1 } }, "certwatch": { "100": { "checksum": "", "enabled": 1 } }, "cfengine": { "100": { "checksum": "", "enabled": 1 } }, "cgdcbxd": { "100": { "checksum": "", "enabled": 1 } }, "cgroup": { "100": { "checksum": "", "enabled": 1 } }, "chrome": { "100": { "checksum": "", "enabled": 1 } }, "chronyd": { "100": { "checksum": "", "enabled": 1 } }, "cinder": { "100": { "checksum": "", "enabled": 1 } }, "cipe": { "100": { "checksum": "", "enabled": 1 } }, "clock": { "100": { "checksum": "", "enabled": 1 } }, "clogd": { "100": { "checksum": "", "enabled": 1 } }, "cloudform": { "100": { "checksum": "", "enabled": 1 } }, "cmirrord": { "100": { "checksum": "", "enabled": 1 } }, "cobbler": { "100": { "checksum": "", "enabled": 1 } }, "cockpit": { "100": { "checksum": "", "enabled": 1 } }, "collectd": { "100": { "checksum": "", "enabled": 1 } }, "colord": { "100": { "checksum": "", "enabled": 1 } }, "comsat": { "100": { "checksum": "", "enabled": 1 } }, "condor": { "100": { "checksum": "", "enabled": 1 } }, "conman": { "100": { "checksum": "", "enabled": 1 } }, "consolekit": { "100": { "checksum": "", "enabled": 1 } }, "container": { "100": { "checksum": "", "enabled": 1 } }, "couchdb": { "100": { "checksum": "", "enabled": 1 } }, "courier": { "100": { "checksum": "", "enabled": 1 } }, "cpucontrol": { "100": { "checksum": "", "enabled": 1 } }, "cpufreqselector": { "100": { "checksum": "", "enabled": 1 } }, "cpuplug": { "100": { "checksum": "", "enabled": 1 } }, "cron": { "100": { "checksum": "", "enabled": 1 } }, "ctdb": { "100": { "checksum": "", "enabled": 1 } }, "cups": { "100": { "checksum": "", "enabled": 1 } }, "cvs": { "100": { "checksum": "", "enabled": 1 } }, "cyphesis": { "100": { "checksum": "", "enabled": 1 } }, "cyrus": { "100": { "checksum": "", "enabled": 1 } }, "daemontools": { "100": { "checksum": "", "enabled": 1 } }, "dbadm": { "100": { "checksum": "", "enabled": 1 } }, "dbskk": { "100": { "checksum": "", "enabled": 1 } }, "dbus": { "100": { "checksum": "", "enabled": 1 } }, "dcc": { "100": { "checksum": "", "enabled": 1 } }, "ddclient": { "100": { "checksum": "", "enabled": 1 } }, "denyhosts": { "100": { "checksum": "", "enabled": 1 } }, "devicekit": { "100": { "checksum": "", "enabled": 1 } }, "dhcp": { "100": { "checksum": "", "enabled": 1 } }, "dictd": { "100": { "checksum": "", "enabled": 1 } }, "dirsrv": { "100": { "checksum": "", "enabled": 1 } }, "dirsrv-admin": { "100": { "checksum": "", "enabled": 1 } }, "dmesg": { "100": { "checksum": "", "enabled": 1 } }, "dmidecode": { "100": { "checksum": "", "enabled": 1 } }, "dnsmasq": { "100": { "checksum": "", "enabled": 1 } }, "dnssec": { "100": { "checksum": "", "enabled": 1 } }, "dovecot": { "100": { "checksum": "", "enabled": 1 } }, "drbd": { "100": { "checksum": "", "enabled": 1 } }, "dspam": { "100": { "checksum": "", "enabled": 1 } }, "entropyd": { "100": { "checksum": "", "enabled": 1 } }, "exim": { "100": { "checksum": "", "enabled": 1 } }, "fail2ban": { "100": { "checksum": "", "enabled": 1 } }, "fcoe": { "100": { "checksum": "", "enabled": 1 } }, "fetchmail": { "100": { "checksum": "", "enabled": 1 } }, "finger": { "100": { "checksum": "", "enabled": 1 } }, "firewalld": { "100": { "checksum": "", "enabled": 1 } }, "firewallgui": { "100": { "checksum": "", "enabled": 1 } }, "firstboot": { "100": { "checksum": "", "enabled": 1 } }, "fprintd": { "100": { "checksum": "", "enabled": 1 } }, "freeipmi": { "100": { "checksum": "", "enabled": 1 } }, "freqset": { "100": { "checksum": "", "enabled": 1 } }, "fstools": { "100": { "checksum": "", "enabled": 1 } }, "ftp": { "100": { "checksum": "", "enabled": 1 } }, "games": { "100": { "checksum": "", "enabled": 1 } }, "ganesha": { "100": { "checksum": "", "enabled": 1 } }, "gdomap": { "100": { "checksum": "", "enabled": 1 } }, "geoclue": { "100": { "checksum": "", "enabled": 1 } }, "getty": { "100": { "checksum": "", "enabled": 1 } }, "git": { "100": { "checksum": "", "enabled": 1 } }, "gitosis": { "100": { "checksum": "", "enabled": 1 } }, "glance": { "100": { "checksum": "", "enabled": 1 } }, "glusterd": { "100": { "checksum": "", "enabled": 1 } }, "gnome": { "100": { "checksum": "", "enabled": 1 } }, "gpg": { "100": { "checksum": "", "enabled": 1 } }, "gpm": { "100": { "checksum": "", "enabled": 1 } }, "gpsd": { "100": { "checksum": "", "enabled": 1 } }, "gssproxy": { "100": { "checksum": "", "enabled": 1 } }, "guest": { "100": { "checksum": "", "enabled": 1 } }, "hddtemp": { "100": { "checksum": "", "enabled": 1 } }, "hostname": { "100": { "checksum": "", "enabled": 1 } }, "hsqldb": { "100": { "checksum": "", "enabled": 1 } }, "hwloc": { "100": { "checksum": "", "enabled": 1 } }, "hypervkvp": { "100": { "checksum": "", "enabled": 1 } }, "icecast": { "100": { "checksum": "", "enabled": 1 } }, "inetd": { "100": { "checksum": "", "enabled": 1 } }, "init": { "100": { "checksum": "", "enabled": 1 } }, "inn": { "100": { "checksum": "", "enabled": 1 } }, "iodine": { "100": { "checksum": "", "enabled": 1 } }, "iotop": { "100": { "checksum": "", "enabled": 1 } }, "ipa": { "100": { "checksum": "", "enabled": 1 } }, "ipmievd": { "100": { "checksum": "", "enabled": 1 } }, "ipsec": { "100": { "checksum": "", "enabled": 1 } }, "iptables": { "100": { "checksum": "", "enabled": 1 } }, "irc": { "100": { "checksum": "", "enabled": 1 } }, "irqbalance": { "100": { "checksum": "", "enabled": 1 } }, "iscsi": { "100": { "checksum": "", "enabled": 1 } }, "isns": { "100": { "checksum": "", "enabled": 1 } }, "jabber": { "100": { "checksum": "", "enabled": 1 } }, "jetty": { "100": { "checksum": "", "enabled": 1 } }, "jockey": { "100": { "checksum": "", "enabled": 1 } }, "journalctl": { "100": { "checksum": "", "enabled": 1 } }, "kdump": { "100": { "checksum": "", "enabled": 1 } }, "kdumpgui": { "100": { "checksum": "", "enabled": 1 } }, "keepalived": { "100": { "checksum": "", "enabled": 1 } }, "kerberos": { "100": { "checksum": "", "enabled": 1 } }, "keyboardd": { "100": { "checksum": "", "enabled": 1 } }, "keystone": { "100": { "checksum": "", "enabled": 1 } }, "kismet": { "100": { "checksum": "", "enabled": 1 } }, "kmscon": { "100": { "checksum": "", "enabled": 1 } }, "kpatch": { "100": { "checksum": "", "enabled": 1 } }, "ksmtuned": { "100": { "checksum": "", "enabled": 1 } }, "ktalk": { "100": { "checksum": "", "enabled": 1 } }, "l2tp": { "100": { "checksum": "", "enabled": 1 } }, "ldap": { "100": { "checksum": "", "enabled": 1 } }, "libraries": { "100": { "checksum": "", "enabled": 1 } }, "likewise": { "100": { "checksum": "", "enabled": 1 } }, "linuxptp": { "100": { "checksum": "", "enabled": 1 } }, "lircd": { "100": { "checksum": "", "enabled": 1 } }, "livecd": { "100": { "checksum": "", "enabled": 1 } }, "lldpad": { "100": { "checksum": "", "enabled": 1 } }, "loadkeys": { "100": { "checksum": "", "enabled": 1 } }, "locallogin": { "100": { "checksum": "", "enabled": 1 } }, "lockdev": { "100": { "checksum": "", "enabled": 1 } }, "logadm": { "100": { "checksum": "", "enabled": 1 } }, "logging": { "100": { "checksum": "", "enabled": 1 } }, "logrotate": { "100": { "checksum": "", "enabled": 1 } }, "logwatch": { "100": { "checksum": "", "enabled": 1 } }, "lpd": { "100": { "checksum": "", "enabled": 1 } }, "lsm": { "100": { "checksum": "", "enabled": 1 } }, "lttng-tools": { "100": { "checksum": "", "enabled": 1 } }, "lvm": { "100": { "checksum": "", "enabled": 1 } }, "mailman": { "100": { "checksum": "", "enabled": 1 } }, "mailscanner": { "100": { "checksum": "", "enabled": 1 } }, "man2html": { "100": { "checksum": "", "enabled": 1 } }, "mandb": { "100": { "checksum": "", "enabled": 1 } }, "mcelog": { "100": { "checksum": "", "enabled": 1 } }, "mediawiki": { "100": { "checksum": "", "enabled": 1 } }, "memcached": { "100": { "checksum": "", "enabled": 1 } }, "milter": { "100": { "checksum": "", "enabled": 1 } }, "minidlna": { "100": { "checksum": "", "enabled": 1 } }, "minissdpd": { "100": { "checksum": "", "enabled": 1 } }, "mip6d": { "100": { "checksum": "", "enabled": 1 } }, "mirrormanager": { "100": { "checksum": "", "enabled": 1 } }, "miscfiles": { "100": { "checksum": "", "enabled": 1 } }, "mock": { "100": { "checksum": "", "enabled": 1 } }, "modemmanager": { "100": { "checksum": "", "enabled": 1 } }, "modutils": { "100": { "checksum": "", "enabled": 1 } }, "mojomojo": { "100": { "checksum": "", "enabled": 1 } }, "mon_statd": { "100": { "checksum": "", "enabled": 1 } }, "mongodb": { "100": { "checksum": "", "enabled": 1 } }, "motion": { "100": { "checksum": "", "enabled": 1 } }, "mount": { "100": { "checksum": "", "enabled": 1 } }, "mozilla": { "100": { "checksum": "", "enabled": 1 } }, "mpd": { "100": { "checksum": "", "enabled": 1 } }, "mplayer": { "100": { "checksum": "", "enabled": 1 } }, "mrtg": { "100": { "checksum": "", "enabled": 1 } }, "mta": { "100": { "checksum": "", "enabled": 1 } }, "munin": { "100": { "checksum": "", "enabled": 1 } }, "mysql": { "100": { "checksum": "", "enabled": 1 } }, "mythtv": { "100": { "checksum": "", "enabled": 1 } }, "nagios": { "100": { "checksum": "", "enabled": 1 } }, "namespace": { "100": { "checksum": "", "enabled": 1 } }, "ncftool": { "100": { "checksum": "", "enabled": 1 } }, "netlabel": { "100": { "checksum": "", "enabled": 1 } }, "netutils": { "100": { "checksum": "", "enabled": 1 } }, "networkmanager": { "100": { "checksum": "", "enabled": 1 } }, "ninfod": { "100": { "checksum": "", "enabled": 1 } }, "nis": { "100": { "checksum": "", "enabled": 1 } }, "nova": { "100": { "checksum": "", "enabled": 1 } }, "nscd": { "100": { "checksum": "", "enabled": 1 } }, "nsd": { "100": { "checksum": "", "enabled": 1 } }, "nslcd": { "100": { "checksum": "", "enabled": 1 } }, "ntop": { "100": { "checksum": "", "enabled": 1 } }, "ntp": { "100": { "checksum": "", "enabled": 1 } }, "numad": { "100": { "checksum": "", "enabled": 1 } }, "nut": { "100": { "checksum": "", "enabled": 1 } }, "nx": { "100": { "checksum": "", "enabled": 1 } }, "obex": { "100": { "checksum": "", "enabled": 1 } }, "oddjob": { "100": { "checksum": "", "enabled": 1 } }, "openct": { "100": { "checksum": "", "enabled": 1 } }, "opendnssec": { "100": { "checksum": "", "enabled": 1 } }, "openhpid": { "100": { "checksum": "", "enabled": 1 } }, "openshift": { "100": { "checksum": "", "enabled": 1 } }, "openshift-origin": { "100": { "checksum": "", "enabled": 1 } }, "opensm": { "100": { "checksum": "", "enabled": 1 } }, "openvpn": { "100": { "checksum": "", "enabled": 1 } }, "openvswitch": { "100": { "checksum": "", "enabled": 1 } }, "openwsman": { "100": { "checksum": "", "enabled": 1 } }, "oracleasm": { "100": { "checksum": "", "enabled": 1 } }, "osad": { "100": { "checksum": "", "enabled": 1 } }, "pads": { "100": { "checksum": "", "enabled": 1 } }, "passenger": { "100": { "checksum": "", "enabled": 1 } }, "pcmcia": { "100": { "checksum": "", "enabled": 1 } }, "pcp": { "100": { "checksum": "", "enabled": 1 } }, "pcscd": { "100": { "checksum": "", "enabled": 1 } }, "pegasus": { "100": { "checksum": "", "enabled": 1 } }, "permissivedomains": { "100": { "checksum": "", "enabled": 1 } }, "pesign": { "100": { "checksum": "", "enabled": 1 } }, "pingd": { "100": { "checksum": "", "enabled": 1 } }, "piranha": { "100": { "checksum": "", "enabled": 1 } }, "pkcs": { "100": { "checksum": "", "enabled": 1 } }, "pki": { "100": { "checksum": "", "enabled": 1 } }, "plymouthd": { "100": { "checksum": "", "enabled": 1 } }, "podsleuth": { "100": { "checksum": "", "enabled": 1 } }, "policykit": { "100": { "checksum": "", "enabled": 1 } }, "polipo": { "100": { "checksum": "", "enabled": 1 } }, "portmap": { "100": { "checksum": "", "enabled": 1 } }, "portreserve": { "100": { "checksum": "", "enabled": 1 } }, "postfix": { "100": { "checksum": "", "enabled": 1 } }, "postgresql": { "100": { "checksum": "", "enabled": 1 } }, "postgrey": { "100": { "checksum": "", "enabled": 1 } }, "ppp": { "100": { "checksum": "", "enabled": 1 } }, "prelink": { "100": { "checksum": "", "enabled": 1 } }, "prelude": { "100": { "checksum": "", "enabled": 1 } }, "privoxy": { "100": { "checksum": "", "enabled": 1 } }, "procmail": { "100": { "checksum": "", "enabled": 1 } }, "prosody": { "100": { "checksum": "", "enabled": 1 } }, "psad": { "100": { "checksum": "", "enabled": 1 } }, "ptchown": { "100": { "checksum": "", "enabled": 1 } }, "publicfile": { "100": { "checksum": "", "enabled": 1 } }, "pulseaudio": { "100": { "checksum": "", "enabled": 1 } }, "puppet": { "100": { "checksum": "", "enabled": 1 } }, "pwauth": { "100": { "checksum": "", "enabled": 1 } }, "qmail": { "100": { "checksum": "", "enabled": 1 } }, "qpid": { "100": { "checksum": "", "enabled": 1 } }, "quantum": { "100": { "checksum": "", "enabled": 1 } }, "quota": { "100": { "checksum": "", "enabled": 1 } }, "rabbitmq": { "100": { "checksum": "", "enabled": 1 } }, "radius": { "100": { "checksum": "", "enabled": 1 } }, "radvd": { "100": { "checksum": "", "enabled": 1 } }, "raid": { "100": { "checksum": "", "enabled": 1 } }, "rasdaemon": { "100": { "checksum": "", "enabled": 1 } }, "rdisc": { "100": { "checksum": "", "enabled": 1 } }, "readahead": { "100": { "checksum": "", "enabled": 1 } }, "realmd": { "100": { "checksum": "", "enabled": 1 } }, "redis": { "100": { "checksum": "", "enabled": 1 } }, "remotelogin": { "100": { "checksum": "", "enabled": 1 } }, "restraint": { "400": { "checksum": "", "enabled": 1 } }, "rhcs": { "100": { "checksum": "", "enabled": 1 } }, "rhev": { "100": { "checksum": "", "enabled": 1 } }, "rhgb": { "100": { "checksum": "", "enabled": 1 } }, "rhnsd": { "100": { "checksum": "", "enabled": 1 } }, "rhsmcertd": { "100": { "checksum": "", "enabled": 1 } }, "rhts": { "400": { "checksum": "", "enabled": 1 } }, "ricci": { "100": { "checksum": "", "enabled": 1 } }, "rkhunter": { "100": { "checksum": "", "enabled": 1 } }, "rlogin": { "100": { "checksum": "", "enabled": 1 } }, "rngd": { "100": { "checksum": "", "enabled": 1 } }, "roundup": { "100": { "checksum": "", "enabled": 1 } }, "rpc": { "100": { "checksum": "", "enabled": 1 } }, "rpcbind": { "100": { "checksum": "", "enabled": 1 } }, "rpm": { "100": { "checksum": "", "enabled": 1 } }, "rshd": { "100": { "checksum": "", "enabled": 1 } }, "rssh": { "100": { "checksum": "", "enabled": 1 } }, "rsync": { "100": { "checksum": "", "enabled": 1 } }, "rtas": { "100": { "checksum": "", "enabled": 1 } }, "rtkit": { "100": { "checksum": "", "enabled": 1 } }, "rwho": { "100": { "checksum": "", "enabled": 1 } }, "samba": { "100": { "checksum": "", "enabled": 1 } }, "sambagui": { "100": { "checksum": "", "enabled": 1 } }, "sandboxX": { "100": { "checksum": "", "enabled": 1 } }, "sanlock": { "100": { "checksum": "", "enabled": 1 } }, "sasl": { "100": { "checksum": "", "enabled": 1 } }, "sbd": { "100": { "checksum": "", "enabled": 1 } }, "sblim": { "100": { "checksum": "", "enabled": 1 } }, "screen": { "100": { "checksum": "", "enabled": 1 } }, "secadm": { "100": { "checksum": "", "enabled": 1 } }, "sectoolm": { "100": { "checksum": "", "enabled": 1 } }, "selinuxutil": { "100": { "checksum": "", "enabled": 1 } }, "sendmail": { "100": { "checksum": "", "enabled": 1 } }, "sensord": { "100": { "checksum": "", "enabled": 1 } }, "setrans": { "100": { "checksum": "", "enabled": 1 } }, "setroubleshoot": { "100": { "checksum": "", "enabled": 1 } }, "seunshare": { "100": { "checksum": "", "enabled": 1 } }, "sge": { "100": { "checksum": "", "enabled": 1 } }, "shorewall": { "100": { "checksum": "", "enabled": 1 } }, "slocate": { "100": { "checksum": "", "enabled": 1 } }, "slpd": { "100": { "checksum": "", "enabled": 1 } }, "smartmon": { "100": { "checksum": "", "enabled": 1 } }, "smokeping": { "100": { "checksum": "", "enabled": 1 } }, "smoltclient": { "100": { "checksum": "", "enabled": 1 } }, "smsd": { "100": { "checksum": "", "enabled": 1 } }, "snapper": { "100": { "checksum": "", "enabled": 1 } }, "snmp": { "100": { "checksum": "", "enabled": 1 } }, "snort": { "100": { "checksum": "", "enabled": 1 } }, "sosreport": { "100": { "checksum": "", "enabled": 1 } }, "soundserver": { "100": { "checksum": "", "enabled": 1 } }, "spamassassin": { "100": { "checksum": "", "enabled": 1 } }, "speech-dispatcher": { "100": { "checksum": "", "enabled": 1 } }, "squid": { "100": { "checksum": "", "enabled": 1 } }, "ssh": { "100": { "checksum": "", "enabled": 1 } }, "sssd": { "100": { "checksum": "", "enabled": 1 } }, "staff": { "100": { "checksum": "", "enabled": 1 } }, "stapserver": { "100": { "checksum": "", "enabled": 1 } }, "stunnel": { "100": { "checksum": "", "enabled": 1 } }, "su": { "100": { "checksum": "", "enabled": 1 } }, "sudo": { "100": { "checksum": "", "enabled": 1 } }, "svnserve": { "100": { "checksum": "", "enabled": 1 } }, "swift": { "100": { "checksum": "", "enabled": 1 } }, "sysadm": { "100": { "checksum": "", "enabled": 1 } }, "sysadm_secadm": { "100": { "checksum": "", "enabled": 1 } }, "sysnetwork": { "100": { "checksum": "", "enabled": 1 } }, "sysstat": { "100": { "checksum": "", "enabled": 1 } }, "systemd": { "100": { "checksum": "", "enabled": 1 } }, "tangd": { "100": { "checksum": "", "enabled": 1 } }, "targetd": { "100": { "checksum": "", "enabled": 1 } }, "tcpd": { "100": { "checksum": "", "enabled": 1 } }, "tcsd": { "100": { "checksum": "", "enabled": 1 } }, "telepathy": { "100": { "checksum": "", "enabled": 1 } }, "telnet": { "100": { "checksum": "", "enabled": 1 } }, "tftp": { "100": { "checksum": "", "enabled": 1 } }, "tgtd": { "100": { "checksum": "", "enabled": 1 } }, "thin": { "100": { "checksum": "", "enabled": 1 } }, "thumb": { "100": { "checksum": "", "enabled": 1 } }, "tlp": { "100": { "checksum": "", "enabled": 1 } }, "tmpreaper": { "100": { "checksum": "", "enabled": 1 } }, "tomcat": { "100": { "checksum": "", "enabled": 1 } }, "tor": { "100": { "checksum": "", "enabled": 1 } }, "tuned": { "100": { "checksum": "", "enabled": 1 } }, "tvtime": { "100": { "checksum": "", "enabled": 1 } }, "udev": { "100": { "checksum": "", "enabled": 1 } }, "ulogd": { "100": { "checksum": "", "enabled": 1 } }, "uml": { "100": { "checksum": "", "enabled": 1 } }, "unconfined": { "100": { "checksum": "", "enabled": 1 } }, "unconfineduser": { "100": { "checksum": "", "enabled": 1 } }, "unlabelednet": { "100": { "checksum": "", "enabled": 1 } }, "unprivuser": { "100": { "checksum": "", "enabled": 1 } }, "updfstab": { "100": { "checksum": "", "enabled": 1 } }, "usbmodules": { "100": { "checksum": "", "enabled": 1 } }, "usbmuxd": { "100": { "checksum": "", "enabled": 1 } }, "userdomain": { "100": { "checksum": "", "enabled": 1 } }, "userhelper": { "100": { "checksum": "", "enabled": 1 } }, "usermanage": { "100": { "checksum": "", "enabled": 1 } }, "usernetctl": { "100": { "checksum": "", "enabled": 1 } }, "uucp": { "100": { "checksum": "", "enabled": 1 } }, "uuidd": { "100": { "checksum": "", "enabled": 1 } }, "varnishd": { "100": { "checksum": "", "enabled": 1 } }, "vdagent": { "100": { "checksum": "", "enabled": 1 } }, "vhostmd": { "100": { "checksum": "", "enabled": 1 } }, "virt": { "100": { "checksum": "", "enabled": 1 } }, "vlock": { "100": { "checksum": "", "enabled": 1 } }, "vmtools": { "100": { "checksum": "", "enabled": 1 } }, "vmware": { "100": { "checksum": "", "enabled": 1 } }, "vnstatd": { "100": { "checksum": "", "enabled": 1 } }, "vpn": { "100": { "checksum": "", "enabled": 1 } }, "w3c": { "100": { "checksum": "", "enabled": 1 } }, "watchdog": { "100": { "checksum": "", "enabled": 1 } }, "wdmd": { "100": { "checksum": "", "enabled": 1 } }, "webadm": { "100": { "checksum": "", "enabled": 1 } }, "webalizer": { "100": { "checksum": "", "enabled": 1 } }, "wine": { "100": { "checksum": "", "enabled": 1 } }, "wireshark": { "100": { "checksum": "", "enabled": 1 } }, "xen": { "100": { "checksum": "", "enabled": 1 } }, "xguest": { "100": { "checksum": "", "enabled": 1 } }, "xserver": { "100": { "checksum": "", "enabled": 1 } }, "zabbix": { "100": { "checksum": "", "enabled": 1 } }, "zarafa": { "100": { "checksum": "", "enabled": 1 } }, "zebra": { "100": { "checksum": "", "enabled": 1 } }, "zoneminder": { "100": { "checksum": "", "enabled": 1 } }, "zosremote": { "100": { "checksum": "", "enabled": 1 } } }, "selinux_priorities": true }, "changed": false } TASK [fedora.linux_system_roles.selinux : Load SELinux modules] **************** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:115 Friday 26 July 2024 22:17:28 -0400 (0:00:02.927) 0:04:37.705 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Restore SELinux labels on filesystem tree] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:128 Friday 26 July 2024 22:17:28 -0400 (0:00:00.095) 0:04:37.801 *********** TASK [fedora.linux_system_roles.selinux : Restore SELinux labels on filesystem tree in check mode] *** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:136 Friday 26 July 2024 22:17:28 -0400 (0:00:00.220) 0:04:38.021 *********** TASK [Leave realm] ************************************************************* task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/cleanup.yml:32 Friday 26 July 2024 22:17:28 -0400 (0:00:00.097) 0:04:38.118 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Destroy Kerberos tickets] ************************************************ task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/cleanup.yml:40 Friday 26 July 2024 22:17:29 -0400 (0:00:00.133) 0:04:38.252 *********** skipping: [managed_node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure that yum and dnf caching is enabled] ****************************** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/cleanup.yml:44 Friday 26 July 2024 22:17:29 -0400 (0:00:00.131) 0:04:38.384 *********** ok: [managed_node1] => { "backup": "", "changed": false } TASK [Remove related packages] ************************************************* task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/cleanup.yml:50 Friday 26 July 2024 22:17:29 -0400 (0:00:00.487) 0:04:38.871 *********** changed: [managed_node1] => { "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:15.0.4375.4-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 python3 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 libatomic to be removed - no longer needed by mssql-server\n---> Marking libsss_nss_idmap to be removed - no longer needed by mssql-server\n---> Marking lsof to be removed - no longer needed by mssql-server\n---> Marking bzip2 to be removed - no longer needed by mssql-server\n---> Marking cyrus-sasl-gssapi to be removed - no longer needed by mssql-server\n---> Marking libtool-ltdl to be removed - no longer needed by unixODBC\n---> Marking python3-libs to be removed - no longer needed by python3\n---> Marking python3-setuptools to be removed - no longer needed by python3\n---> Marking python3-pip to be removed - no longer needed by python3\nFound and removing 14 unneeded dependencies\n--> Running transaction check\n---> Package bzip2.x86_64 0:1.0.6-13.el7 will be erased\n---> Package cyrus-sasl.x86_64 0:2.1.26-24.el7_9 will be erased\n---> Package cyrus-sasl-gssapi.x86_64 0:2.1.26-24.el7_9 will be erased\n---> Package gdb.x86_64 0:7.6.1-120.el7 will be erased\n---> Package libatomic.x86_64 0:4.8.5-44.el7 will be erased\n---> Package libsss_nss_idmap.x86_64 0:1.16.5-10.el7_9.16 will be erased\n---> Package libtool-ltdl.x86_64 0:2.4.2-22.el7_3 will be erased\n---> Package lsof.x86_64 0:4.87-6.el7 will be erased\n---> Package msodbcsql17.x86_64 0:17.10.6.1-1 will be erased\n---> Package python3.x86_64 0:3.6.8-21.el7_9 will be erased\n---> Package python3-libs.x86_64 0:3.6.8-21.el7_9 will be erased\n---> Package python3-pip.noarch 0:9.0.3-8.el7 will be erased\n---> Package python3-setuptools.noarch 0:39.2.0-10.el7 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 15.0.4375.4-1 @packages-microsoft-com-mssql-server-2019\n 1.1 G\n mssql-tools x86_64 17.10.1.1-1 @packages-microsoft-com-prod 714 k\n unixODBC-devel x86_64 2.3.11-1.rh @packages-microsoft-com-prod 223 k\nRemoving for dependencies:\n bzip2 x86_64 1.0.6-13.el7 @base 82 k\n cyrus-sasl x86_64 2.1.26-24.el7_9 @updates 141 k\n cyrus-sasl-gssapi x86_64 2.1.26-24.el7_9 @updates 36 k\n gdb x86_64 7.6.1-120.el7 @base 7.0 M\n libatomic x86_64 4.8.5-44.el7 @base 26 k\n libsss_nss_idmap x86_64 1.16.5-10.el7_9.16 @updates 82 k\n libtool-ltdl x86_64 2.4.2-22.el7_3 @base 66 k\n lsof x86_64 4.87-6.el7 @base 927 k\n msodbcsql17 x86_64 17.10.6.1-1 @packages-microsoft-com-prod 2.2 M\n python3 x86_64 3.6.8-21.el7_9 @updates 39 k\n python3-libs x86_64 3.6.8-21.el7_9 @updates 35 M\n python3-pip noarch 9.0.3-8.el7 @base 9.1 M\n python3-setuptools\n noarch 39.2.0-10.el7 @base 3.6 M\n unixODBC x86_64 2.3.11-1.rh @packages-microsoft-com-prod 648 k\n\nTransaction Summary\n================================================================================\nRemove 3 Packages (+14 Dependent packages)\n\nInstalled size: 1.2 G\nDownloading packages:\nRunning transaction check\nRunning transaction test\nTransaction test succeeded\nRunning transaction\n Erasing : mssql-server-15.0.4375.4-1.x86_64 1/17 \n Erasing : unixODBC-devel-2.3.11-1.rh.x86_64 2/17 \n Erasing : mssql-tools-17.10.1.1-1.x86_64 3/17 \n Erasing : python3-libs-3.6.8-21.el7_9.x86_64 4/17 \n Erasing : python3-pip-9.0.3-8.el7.noarch 5/17 \n Erasing : python3-setuptools-39.2.0-10.el7.noarch 6/17 \n Erasing : python3-3.6.8-21.el7_9.x86_64 7/17 \n Erasing : msodbcsql17-17.10.6.1-1.x86_64 8/17 \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 9/17 \nwarning: /etc/odbcinst.ini saved as /etc/odbcinst.ini.rpmsave\n Erasing : libtool-ltdl-2.4.2-22.el7_3.x86_64 10/17 \n Erasing : libatomic-4.8.5-44.el7.x86_64 11/17 \n Erasing : bzip2-1.0.6-13.el7.x86_64 12/17 \n Erasing : gdb-7.6.1-120.el7.x86_64 13/17 \n Erasing : libsss_nss_idmap-1.16.5-10.el7_9.16.x86_64 14/17 \n Erasing : cyrus-sasl-2.1.26-24.el7_9.x86_64 15/17 \n Erasing : cyrus-sasl-gssapi-2.1.26-24.el7_9.x86_64 16/17 \n Erasing : lsof-4.87-6.el7.x86_64 17/17 \n Verifying : mssql-tools-17.10.1.1-1.x86_64 1/17 \n Verifying : libtool-ltdl-2.4.2-22.el7_3.x86_64 2/17 \n Verifying : python3-3.6.8-21.el7_9.x86_64 3/17 \n Verifying : mssql-server-15.0.4375.4-1.x86_64 4/17 \n Verifying : libsss_nss_idmap-1.16.5-10.el7_9.16.x86_64 5/17 \n Verifying : bzip2-1.0.6-13.el7.x86_64 6/17 \n Verifying : msodbcsql17-17.10.6.1-1.x86_64 7/17 \n Verifying : lsof-4.87-6.el7.x86_64 8/17 \n Verifying : unixODBC-devel-2.3.11-1.rh.x86_64 9/17 \n Verifying : cyrus-sasl-gssapi-2.1.26-24.el7_9.x86_64 10/17 \n Verifying : gdb-7.6.1-120.el7.x86_64 11/17 \n Verifying : unixODBC-2.3.11-1.rh.x86_64 12/17 \n Verifying : python3-libs-3.6.8-21.el7_9.x86_64 13/17 \n Verifying : python3-setuptools-39.2.0-10.el7.noarch 14/17 \n Verifying : python3-pip-9.0.3-8.el7.noarch 15/17 \n Verifying : cyrus-sasl-2.1.26-24.el7_9.x86_64 16/17 \n Verifying : libatomic-4.8.5-44.el7.x86_64 17/17 \n\nRemoved:\n mssql-server.x86_64 0:15.0.4375.4-1 mssql-tools.x86_64 0:17.10.1.1-1 \n unixODBC-devel.x86_64 0:2.3.11-1.rh \n\nDependency Removed:\n bzip2.x86_64 0:1.0.6-13.el7 \n cyrus-sasl.x86_64 0:2.1.26-24.el7_9 \n cyrus-sasl-gssapi.x86_64 0:2.1.26-24.el7_9 \n gdb.x86_64 0:7.6.1-120.el7 \n libatomic.x86_64 0:4.8.5-44.el7 \n libsss_nss_idmap.x86_64 0:1.16.5-10.el7_9.16 \n libtool-ltdl.x86_64 0:2.4.2-22.el7_3 \n lsof.x86_64 0:4.87-6.el7 \n msodbcsql17.x86_64 0:17.10.6.1-1 \n python3.x86_64 0:3.6.8-21.el7_9 \n python3-libs.x86_64 0:3.6.8-21.el7_9 \n python3-pip.noarch 0:9.0.3-8.el7 \n python3-setuptools.noarch 0:39.2.0-10.el7 \n unixODBC.x86_64 0:2.3.11-1.rh \n\nComplete!\n" ] } TASK [Remove related files] **************************************************** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/cleanup.yml:63 Friday 26 July 2024 22:17:33 -0400 (0:00:03.531) 0:04:42.403 *********** [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. changed: [managed_node1] => { "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.009985", "end": "2024-07-26 22:17:33.536262", "rc": 0, "start": "2024-07-26 22:17:33.526277" } STDOUT: removed ‘/var/opt/mssql/mssql.conf’ removed ‘/var/opt/mssql/data/model.mdf’ removed ‘/var/opt/mssql/data/templog.ldf’ removed ‘/var/opt/mssql/data/tempdb.mdf’ removed ‘/var/opt/mssql/data/msdbdata.mdf’ removed ‘/var/opt/mssql/data/Entropy.bin’ removed ‘/var/opt/mssql/data/model_replicatedmaster.ldf’ removed ‘/var/opt/mssql/data/model_replicatedmaster.mdf’ removed ‘/var/opt/mssql/data/modellog.ldf’ removed ‘/var/opt/mssql/data/tempdb2.ndf’ removed ‘/var/opt/mssql/data/msdblog.ldf’ removed ‘/var/opt/mssql/data/mastlog.ldf’ removed ‘/var/opt/mssql/data/master.mdf’ removed ‘/var/opt/mssql/data/model_msdbdata.mdf’ removed ‘/var/opt/mssql/data/model_msdblog.ldf’ removed directory: ‘/var/opt/mssql/data’ removed ‘/var/opt/mssql/secrets/machine-key’ removed directory: ‘/var/opt/mssql/secrets’ removed ‘/var/opt/mssql/.system/system/lsa.hiv’ removed directory: ‘/var/opt/mssql/.system/system/Temp’ removed ‘/var/opt/mssql/.system/system/licensing.hiv’ removed ‘/var/opt/mssql/.system/system/lsasetup.log’ removed ‘/var/opt/mssql/.system/system/system32/Microsoft/Protect/S-1-5-18/User/69536cd6-73f9-46a9-9097-0c08e1f26a49’ removed ‘/var/opt/mssql/.system/system/system32/Microsoft/Protect/S-1-5-18/User/Preferred’ removed directory: ‘/var/opt/mssql/.system/system/system32/Microsoft/Protect/S-1-5-18/User’ removed directory: ‘/var/opt/mssql/.system/system/system32/Microsoft/Protect/S-1-5-18’ removed directory: ‘/var/opt/mssql/.system/system/system32/Microsoft/Protect’ removed directory: ‘/var/opt/mssql/.system/system/system32/Microsoft’ removed directory: ‘/var/opt/mssql/.system/system/system32/LogFiles/Scm’ removed directory: ‘/var/opt/mssql/.system/system/system32/LogFiles’ removed directory: ‘/var/opt/mssql/.system/system/system32’ removed ‘/var/opt/mssql/.system/system/security.hiv’ removed ‘/var/opt/mssql/.system/system/debug/PASSWD.LOG’ removed directory: ‘/var/opt/mssql/.system/system/debug’ removed directory: ‘/var/opt/mssql/.system/system’ 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 directory: ‘/var/opt/mssql/.system/profiles/Client/AppData/Roaming/Microsoft/SystemCertificates/My/CRLs’ 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/Certificates’ 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/instance_id’ 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’ removed ‘/var/opt/mssql/log/errorlog.8’ removed ‘/var/opt/mssql/log/system_health_0_133665201215230000.xel’ removed ‘/var/opt/mssql/log/system_health_0_133665200294100000.xel’ removed ‘/var/opt/mssql/log/errorlog.6’ removed ‘/var/opt/mssql/log/log_4.trc’ removed ‘/var/opt/mssql/log/log_3.trc’ removed ‘/var/opt/mssql/log/log_6.trc’ removed ‘/var/opt/mssql/log/errorlog’ removed ‘/var/opt/mssql/log/errorlog.5’ removed ‘/var/opt/mssql/log/errorlog.3’ removed ‘/var/opt/mssql/log/HkEngineEventFile_0_133665201567300000.xel’ removed ‘/var/opt/mssql/log/HkEngineEventFile_0_133665201209860000.xel’ removed ‘/var/opt/mssql/log/sqlagentstartup.log’ removed ‘/var/opt/mssql/log/system_health_0_133665201994550000.xel’ removed ‘/var/opt/mssql/log/system_health_0_133665200511430000.xel’ removed ‘/var/opt/mssql/log/system_health_0_133665200857310000.xel’ removed ‘/var/opt/mssql/log/system_health_0_133665200246980000.xel’ removed ‘/var/opt/mssql/log/log_5.trc’ removed ‘/var/opt/mssql/log/errorlog.4’ removed ‘/var/opt/mssql/log/errorlog.2’ removed ‘/var/opt/mssql/log/system_health_0_133665201573240000.xel’ removed ‘/var/opt/mssql/log/HkEngineEventFile_0_133665202356830000.xel’ removed ‘/var/opt/mssql/log/HkEngineEventFile_0_133665200851060000.xel’ removed ‘/var/opt/mssql/log/HkEngineEventFile_0_133665200239920000.xel’ removed ‘/var/opt/mssql/log/system_health_0_133665202362140000.xel’ removed ‘/var/opt/mssql/log/HkEngineEventFile_0_133665200288400000.xel’ removed ‘/var/opt/mssql/log/errorlog.7’ removed ‘/var/opt/mssql/log/errorlog.1’ removed ‘/var/opt/mssql/log/mssql-conf/mssql-conf.log’ removed directory: ‘/var/opt/mssql/log/mssql-conf’ removed ‘/var/opt/mssql/log/log_7.trc’ removed ‘/var/opt/mssql/log/HkEngineEventFile_0_133665201988420000.xel’ removed ‘/var/opt/mssql/log/HkEngineEventFile_0_133665200505300000.xel’ removed directory: ‘/var/opt/mssql/log’ removed directory: ‘/var/opt/mssql’ removed directory: ‘/opt/mssql’ removed directory: ‘/opt/mssql-tools’ removed ‘/etc/yum.repos.d/packages-microsoft-com-mssql-server-2019.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: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/cleanup.yml:77 Friday 26 July 2024 22:17:33 -0400 (0:00:00.396) 0:04:42.799 *********** ok: [managed_node1] => { "changed": false, "cmd": "systemctl stop mssql-server || true", "delta": "0:00:00.728213", "end": "2024-07-26 22:17:34.663736", "rc": 0, "start": "2024-07-26 22:17:33.935523" } RUNNING HANDLER [fedora.linux_system_roles.selinux : Reload SELinux policy] **** task path: /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/selinux/handlers/main.yml:2 Friday 26 July 2024 22:17:34 -0400 (0:00:01.044) 0:04:43.844 *********** changed: [managed_node1] => { "changed": true, "cmd": [ "semodule", "-R" ], "delta": "0:00:01.835258", "end": "2024-07-26 22:17:37.002848", "rc": 0, "start": "2024-07-26 22:17:35.167590" } META: ran handlers META: ran handlers PLAY RECAP ********************************************************************* managed_node1 : ok=388 changed=57 unreachable=0 failed=0 skipped=868 rescued=0 ignored=0 Friday 26 July 2024 22:17:37 -0400 (0:00:02.348) 0:04:46.192 *********** =============================================================================== fedora.linux_system_roles.mssql : Ensure the package mssql-server ------ 39.43s /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:284 fedora.linux_system_roles.mssql : Set up MSSQL -------------------------- 5.45s /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:345 fedora.linux_system_roles.mssql : Ensure that SQL Server client tools are installed --- 4.51s /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:485 Remove related packages ------------------------------------------------- 3.53s /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/cleanup.yml:50 fedora.linux_system_roles.selinux : Get SELinux modules facts ----------- 2.93s /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:112 fedora.linux_system_roles.selinux : Reload SELinux policy --------------- 2.35s /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/selinux/handlers/main.yml:2 Gather package facts ---------------------------------------------------- 1.78s /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/cleanup.yml:2 Wait for mssql-server to prepare for client connections ----------------- 1.76s /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:93 fedora.linux_system_roles.mssql : Restart the mssql-server service ------ 1.68s /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/handlers/main.yml:3 Wait for mssql-server to prepare for client connections ----------------- 1.60s /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:93 fedora.linux_system_roles.mssql : Gather package facts ------------------ 1.55s /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:137 Wait for mssql-server to prepare for client connections ----------------- 1.53s /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:93 Wait for mssql-server to prepare for client connections ----------------- 1.50s /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:93 Wait for mssql-server to prepare for client connections ----------------- 1.50s /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:93 fedora.linux_system_roles.mssql : Gather package facts ------------------ 1.48s /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:137 fedora.linux_system_roles.mssql : Gather package facts ------------------ 1.42s /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:137 Disable TLS encryption -------------------------------------------------- 1.30s /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/tests_tls.yml:175 fedora.linux_system_roles.mssql : Restart the mssql-server service ------ 1.28s /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/handlers/main.yml:3 fedora.linux_system_roles.mssql : Gather package facts ------------------ 1.22s /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:597 fedora.linux_system_roles.mssql : Gather package facts ------------------ 1.21s /tmp/tmp.cPXx8LCCu6/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:597