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_2017.yml *************************************************** 2 plays in /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/tests/mssql/tests_tls_2017.yml PLAY [all] ********************************************************************* META: ran handlers TASK [Include vault variables] ************************************************* task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/tests/mssql/tests_tls_2017.yml:5 Friday 24 January 2025 08:20:51 -0500 (0:00:00.024) 0:00:00.024 ******** ok: [managed-node1] => { "ansible_facts": { "mssql_password": { "__ansible_vault": "$ANSIBLE_VAULT;1.1;AES256\n66336361663164656232326461653662643537386337346563613939356466313835383235313234\n3634333565616161316639666662613564353237653663610a616639306439653033386664303839\n30663030636161326137656235636230356162373234386461363632353863393161353035316162\n3664353366373231360a343334326337353861366233656330363634353164316434616561333161\n3234\n" } }, "ansible_included_var_files": [ "/tmp/mssql-uaS/tests/vars/vault-variables.yml" ], "changed": false } META: ran handlers META: ran handlers PLAY [Ensure that tls encryption configuration works] ************************** TASK [Gathering Facts] ********************************************************* task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/tests/mssql/tests_tls_2017.yml:9 Friday 24 January 2025 08:20:51 -0500 (0:00:00.021) 0:00:00.046 ******** ok: [managed-node1] META: ran handlers TASK [Run tests_tls with SQL Server 2017] ************************************** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/tests/mssql/tests_tls_2017.yml:24 Friday 24 January 2025 08:20:52 -0500 (0:00:01.001) 0:00:01.047 ******** included: /tmp/collections-jof/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/collections-jof/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/tests_tls.yml:2 Friday 24 January 2025 08:20:52 -0500 (0:00:00.132) 0:00:01.179 ******** included: /tmp/collections-jof/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/collections-jof/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/assert_fail_on_unsupported_ver.yml:2 Friday 24 January 2025 08:20:52 -0500 (0:00:00.036) 0:00:01.216 ******** ok: [managed-node1] TASK [Run the role] ************************************************************ task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/assert_fail_on_unsupported_ver.yml:17 Friday 24 January 2025 08:20:52 -0500 (0:00:00.354) 0:00:01.571 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Unreachable task] ******************************************************** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/assert_fail_on_unsupported_ver.yml:24 Friday 24 January 2025 08:20:52 -0500 (0:00:00.023) 0:00:01.594 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure the openssl package] ********************************************** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/tests_tls.yml:5 Friday 24 January 2025 08:20:52 -0500 (0:00:00.025) 0:00:01.620 ******** ok: [managed-node1] => { "changed": false, "rc": 0, "results": [ "1:openssl-1.0.2k-26.el7_9.x86_64 providing openssl is already installed" ] } TASK [Create a tempfile for a certificate on hosts] **************************** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/tests_tls.yml:11 Friday 24 January 2025 08:20:53 -0500 (0:00:00.758) 0:00:02.378 ******** changed: [managed-node1] => { "changed": true, "gid": 0, "group": "root", "mode": "0600", "owner": "root", "path": "/tmp/ansible.XnV2xH", "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/collections-jof/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/tests_tls.yml:17 Friday 24 January 2025 08:20:53 -0500 (0:00:00.451) 0:00:02.829 ******** changed: [managed-node1] => { "changed": true, "gid": 0, "group": "root", "mode": "0600", "owner": "root", "path": "/tmp/ansible.KWp0yz", "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/collections-jof/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/tests_tls.yml:23 Friday 24 January 2025 08:20:54 -0500 (0:00:00.317) 0:00:03.147 ******** changed: [managed-node1] => { "changed": true, "cmd": [ "openssl", "req", "-x509", "-nodes", "-newkey", "rsa:2048", "-subj", "/CN=10.31.14.119", "-out", "/tmp/ansible.XnV2xH", "-keyout", "/tmp/ansible.KWp0yz", "-days", "365" ], "delta": "0:00:00.046576", "end": "2025-01-24 08:20:54.712505", "rc": 0, "start": "2025-01-24 08:20:54.665929" } STDERR: Generating a 2048 bit RSA private key ......................+++ ........+++ writing new private key to '/tmp/ansible.KWp0yz' ----- TASK [Copy certificate files to local tmp] ************************************* task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/tests_tls.yml:32 Friday 24 January 2025 08:20:54 -0500 (0:00:00.525) 0:00:03.673 ******** changed: [managed-node1] => (item=/tmp/ansible.XnV2xH) => { "ansible_loop_var": "item", "changed": true, "checksum": "007b715a6f709522e7058d08962613ecb20f4ad1", "dest": "/tmp/ansible.XnV2xH", "item": "/tmp/ansible.XnV2xH", "md5sum": "d37194bc6bb4f0c6b274a05359c9f805", "remote_checksum": "007b715a6f709522e7058d08962613ecb20f4ad1", "remote_md5sum": null } changed: [managed-node1] => (item=/tmp/ansible.KWp0yz) => { "ansible_loop_var": "item", "changed": true, "checksum": "a474357fe39e93149cebd4640194f7059a58e3c5", "dest": "/tmp/ansible.KWp0yz", "item": "/tmp/ansible.KWp0yz", "md5sum": "0e4ec571c91865afc1b61c77944c45d8", "remote_checksum": "a474357fe39e93149cebd4640194f7059a58e3c5", "remote_md5sum": null } TASK [Copy a private key to the playbook directory to test a relative path] **** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/tests_tls.yml:44 Friday 24 January 2025 08:20:55 -0500 (0:00:00.759) 0:00:04.432 ******** changed: [managed-node1 -> localhost] => { "changed": true, "checksum": "a474357fe39e93149cebd4640194f7059a58e3c5", "dest": "./ansible.KWp0yz", "gid": 0, "group": "root", "md5sum": "0e4ec571c91865afc1b61c77944c45d8", "mode": "0600", "owner": "root", "secontext": "unconfined_u:object_r:admin_home_t:s0", "size": 1708, "src": "/root/.ansible/tmp/ansible-tmp-1737724855.57-22988-116324486674222/source", "state": "file", "uid": 0 } TASK [Set mssql_tls_cert and mssql_tls_private_key for the following test] ***** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/tests_tls.yml:52 Friday 24 January 2025 08:20:56 -0500 (0:00:00.542) 0:00:04.974 ******** ok: [managed-node1] => { "ansible_facts": { "mssql_tls_cert": "/tmp/ansible.XnV2xH", "mssql_tls_private_key": "ansible.KWp0yz" }, "changed": false } TASK [Run role] **************************************************************** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/tests_tls.yml:59 Friday 24 January 2025 08:20:56 -0500 (0:00:00.036) 0:00:05.011 ******** TASK [fedora.linux_system_roles.mssql : Ensure ansible_facts and variables used by role] *** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:3 Friday 24 January 2025 08:20:56 -0500 (0:00:00.494) 0:00:05.505 ******** included: /tmp/collections-jof/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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/set_vars.yml:3 Friday 24 January 2025 08:20:56 -0500 (0:00:00.044) 0:00:05.550 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/set_vars.yml:8 Friday 24 January 2025 08:20:56 -0500 (0:00:00.047) 0:00:05.598 ******** 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/collections-jof/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/collections-jof/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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:8 Friday 24 January 2025 08:20:56 -0500 (0:00:00.083) 0:00:05.682 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:15 Friday 24 January 2025 08:20:56 -0500 (0:00:00.033) 0:00:05.716 ******** skipping: [managed-node1] => {} TASK [fedora.linux_system_roles.mssql : Link the deprecated mssql_input_sql_file fact] *** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:23 Friday 24 January 2025 08:20:56 -0500 (0:00:00.051) 0:00:05.767 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:30 Friday 24 January 2025 08:20:56 -0500 (0:00:00.044) 0:00:05.812 ******** skipping: [managed-node1] => {} TASK [fedora.linux_system_roles.mssql : Link the deprecated mssql_ha_listener_port fact] *** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:37 Friday 24 January 2025 08:20:56 -0500 (0:00:00.036) 0:00:05.848 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:44 Friday 24 January 2025 08:20:56 -0500 (0:00:00.033) 0:00:05.882 ******** skipping: [managed-node1] => {} TASK [fedora.linux_system_roles.mssql : Link the deprecated mssql_ad_sql_user_name fact] *** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:51 Friday 24 January 2025 08:20:57 -0500 (0:00:00.033) 0:00:05.915 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:58 Friday 24 January 2025 08:20:57 -0500 (0:00:00.033) 0:00:05.949 ******** skipping: [managed-node1] => {} TASK [fedora.linux_system_roles.mssql : Link the deprecated mssql_ha_cluster_run_role fact] *** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:65 Friday 24 January 2025 08:20:57 -0500 (0:00:00.034) 0:00:05.983 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Print that variable is deprecated] ***** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:74 Friday 24 January 2025 08:20:57 -0500 (0:00:00.032) 0:00:06.016 ******** skipping: [managed-node1] => {} TASK [fedora.linux_system_roles.mssql : Link the deprecated fact] ************** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:83 Friday 24 January 2025 08:20:57 -0500 (0:00:00.032) 0:00:06.048 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Fail on RHEL or CentOS 10 because it's not supported] *** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:87 Friday 24 January 2025 08:20:57 -0500 (0:00:00.034) 0:00:06.082 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:94 Friday 24 January 2025 08:20:57 -0500 (0:00:00.039) 0:00:06.122 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:106 Friday 24 January 2025 08:20:57 -0500 (0:00:00.045) 0:00:06.168 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:114 Friday 24 January 2025 08:20:57 -0500 (0:00:00.035) 0:00:06.203 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:123 Friday 24 January 2025 08:20:57 -0500 (0:00:00.032) 0:00:06.236 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:132 Friday 24 January 2025 08:20:57 -0500 (0:00:00.034) 0:00:06.270 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:142 Friday 24 January 2025 08:20:57 -0500 (0:00:00.032) 0:00:06.303 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:151 Friday 24 January 2025 08:20:57 -0500 (0:00:00.035) 0:00:06.339 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Gather package facts] ****************** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:162 Friday 24 January 2025 08:20:57 -0500 (0:00:00.032) 0:00:06.371 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:166 Friday 24 January 2025 08:20:59 -0500 (0:00:01.783) 0:00:08.155 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:174 Friday 24 January 2025 08:20:59 -0500 (0:00:00.173) 0:00:08.328 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:181 Friday 24 January 2025 08:20:59 -0500 (0:00:00.094) 0:00:08.423 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:188 Friday 24 January 2025 08:20:59 -0500 (0:00:00.098) 0:00:08.522 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:202 Friday 24 January 2025 08:20:59 -0500 (0:00:00.142) 0:00:08.664 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:216 Friday 24 January 2025 08:21:00 -0500 (0:00:00.841) 0:00:09.506 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Get yum repositories] ****************** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:226 Friday 24 January 2025 08:21:00 -0500 (0:00:00.093) 0:00:09.600 ******** 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 2017] *** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:237 Friday 24 January 2025 08:21:00 -0500 (0:00:00.105) 0:00:09.705 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:251 Friday 24 January 2025 08:21:00 -0500 (0:00:00.096) 0:00:09.802 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Get zypper repositories] *************** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:260 Friday 24 January 2025 08:21:01 -0500 (0:00:00.093) 0:00:09.895 ******** 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 2017] *** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:272 Friday 24 January 2025 08:21:01 -0500 (0:00:00.095) 0:00:09.990 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Configure the Microsoft SQL Server repo version 2017] *** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:279 Friday 24 January 2025 08:21:01 -0500 (0:00:00.111) 0:00:10.102 ******** changed: [managed-node1] => { "changed": true, "repo": "packages-microsoft-com-mssql-server-2017", "state": "present" } TASK [fedora.linux_system_roles.mssql : Configure the Microsoft SQL Server repo version 2017] *** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:291 Friday 24 January 2025 08:21:01 -0500 (0:00:00.672) 0:00:10.774 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:304 Friday 24 January 2025 08:21:01 -0500 (0:00:00.094) 0:00:10.868 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:309 Friday 24 January 2025 08:21:02 -0500 (0:00:00.685) 0:00:11.554 ******** changed: [managed-node1] => { "changed": true, "changes": { "installed": [ "mssql-server" ] }, "rc": 0, "results": [ "Loaded plugins: fastestmirror\nLoading mirror speeds from cached hostfile\n * epel: dl.fedoraproject.org\n * epel-debuginfo: dl.fedoraproject.org\n * epel-source: dl.fedoraproject.org\nResolving Dependencies\n--> Running transaction check\n---> Package mssql-server.x86_64 0:14.0.3465.1-1 will be installed\n--> Processing Dependency: libatomic for package: mssql-server-14.0.3465.1-1.x86_64\n--> Processing Dependency: bzip2 for package: mssql-server-14.0.3465.1-1.x86_64\n--> Processing Dependency: gdb for package: mssql-server-14.0.3465.1-1.x86_64\n--> Processing Dependency: libsss_nss_idmap for package: mssql-server-14.0.3465.1-1.x86_64\n--> Processing Dependency: cyrus-sasl for package: mssql-server-14.0.3465.1-1.x86_64\n--> Processing Dependency: cyrus-sasl-gssapi for package: mssql-server-14.0.3465.1-1.x86_64\n--> Running transaction check\n---> Package bzip2.x86_64 0:1.0.6-13.el7 will be installed\n---> Package cyrus-sasl.x86_64 0:2.1.26-24.el7_9 will be installed\n---> Package cyrus-sasl-gssapi.x86_64 0:2.1.26-24.el7_9 will be installed\n---> Package gdb.x86_64 0:7.6.1-120.el7 will be installed\n---> Package libatomic.x86_64 0:4.8.5-44.el7 will be installed\n---> Package libsss_nss_idmap.x86_64 0:1.16.5-10.el7_9.16 will be installed\n--> Finished Dependency Resolution\n\nDependencies Resolved\n\n================================================================================\n Package Arch Version Repository Size\n================================================================================\nInstalling:\n mssql-server x86_64 14.0.3465.1-1 packages-microsoft-com-mssql-server-2017\n 200 M\nInstalling for dependencies:\n bzip2 x86_64 1.0.6-13.el7 base 52 k\n cyrus-sasl x86_64 2.1.26-24.el7_9 updates 88 k\n cyrus-sasl-gssapi x86_64 2.1.26-24.el7_9 updates 41 k\n gdb x86_64 7.6.1-120.el7 base 2.4 M\n libatomic x86_64 4.8.5-44.el7 base 51 k\n libsss_nss_idmap x86_64 1.16.5-10.el7_9.16 updates 170 k\n\nTransaction Summary\n================================================================================\nInstall 1 Package (+6 Dependent packages)\n\nTotal download size: 203 M\nInstalled size: 1.0 G\nDownloading packages:\n--------------------------------------------------------------------------------\nTotal 56 MB/s | 203 MB 00:03 \nRunning transaction check\nRunning transaction test\nTransaction test succeeded\nRunning transaction\n Installing : libatomic-4.8.5-44.el7.x86_64 1/7 \n Installing : cyrus-sasl-2.1.26-24.el7_9.x86_64 2/7 \n Installing : gdb-7.6.1-120.el7.x86_64 3/7 \n Installing : cyrus-sasl-gssapi-2.1.26-24.el7_9.x86_64 4/7 \n Installing : bzip2-1.0.6-13.el7.x86_64 5/7 \n Installing : libsss_nss_idmap-1.16.5-10.el7_9.16.x86_64 6/7 \n Installing : mssql-server-14.0.3465.1-1.x86_64 7/7 \n\n+--------------------------------------------------------------+\nPlease run 'sudo /opt/mssql/bin/mssql-conf setup'\nto complete the setup of Microsoft SQL Server\n+--------------------------------------------------------------+\n\nSQL Server needs to be restarted in order to apply this setting. Please run\n'systemctl restart mssql-server.service'.\n Verifying : libsss_nss_idmap-1.16.5-10.el7_9.16.x86_64 1/7 \n Verifying : bzip2-1.0.6-13.el7.x86_64 2/7 \n Verifying : mssql-server-14.0.3465.1-1.x86_64 3/7 \n Verifying : cyrus-sasl-gssapi-2.1.26-24.el7_9.x86_64 4/7 \n Verifying : gdb-7.6.1-120.el7.x86_64 5/7 \n Verifying : cyrus-sasl-2.1.26-24.el7_9.x86_64 6/7 \n Verifying : libatomic-4.8.5-44.el7.x86_64 7/7 \n\nInstalled:\n mssql-server.x86_64 0:14.0.3465.1-1 \n\nDependency Installed:\n bzip2.x86_64 0:1.0.6-13.el7 \n cyrus-sasl.x86_64 0:2.1.26-24.el7_9 \n cyrus-sasl-gssapi.x86_64 0:2.1.26-24.el7_9 \n gdb.x86_64 0:7.6.1-120.el7 \n libatomic.x86_64 0:4.8.5-44.el7 \n libsss_nss_idmap.x86_64 0:1.16.5-10.el7_9.16 \n\nComplete!\n" ] } TASK [fedora.linux_system_roles.mssql : Check if the errorlog file exists and its location] *** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:314 Friday 24 January 2025 08:21:41 -0500 (0:00:38.867) 0:00:50.421 ******** 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.005930", "end": "2025-01-24 08:21:42.027041", "rc": 0, "start": "2025-01-24 08:21:42.021111" } TASK [fedora.linux_system_roles.mssql : Gather system services facts] ********** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:330 Friday 24 January 2025 08:21:42 -0500 (0:00:00.759) 0:00:51.181 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:334 Friday 24 January 2025 08:21:43 -0500 (0:00:01.592) 0:00:52.773 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:343 Friday 24 January 2025 08:21:44 -0500 (0:00:00.162) 0:00:52.936 ******** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [fedora.linux_system_roles.mssql : Set up MSSQL] ************************** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:359 Friday 24 January 2025 08:21:44 -0500 (0:00:00.116) 0:00:53.052 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:384 Friday 24 January 2025 08:21:49 -0500 (0:00:05.334) 0:00:58.387 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:399 Friday 24 January 2025 08:21:49 -0500 (0:00:00.106) 0:00:58.493 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure correct SELinux context for storage paths and ports] ************** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:413 Friday 24 January 2025 08:21:49 -0500 (0:00:00.078) 0:00:58.571 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:424 Friday 24 January 2025 08:21:49 -0500 (0:00:00.069) 0:00:58.640 ******** 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" ] } TASK [fedora.linux_system_roles.mssql : Ensure that the tuned service is started and enabled] *** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:430 Friday 24 January 2025 08:21:50 -0500 (0:00:00.891) 0:00:59.532 ******** ok: [managed-node1] => { "changed": false, "enabled": true, "name": "tuned", "state": "started", "status": { "ActiveEnterTimestamp": "Fri 2025-01-24 08:10:56 EST", "ActiveEnterTimestampMonotonic": "20414631", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "system.slice dbus.service basic.target systemd-journald.socket network.target systemd-sysctl.service", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Fri 2025-01-24 08:10:54 EST", "AssertTimestampMonotonic": "18332711", "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 2025-01-24 08:10:54 EST", "ConditionTimestampMonotonic": "18332709", "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": "851", "ExecMainStartTimestamp": "Fri 2025-01-24 08:10:54 EST", "ExecMainStartTimestampMonotonic": "18333388", "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 2025-01-24 08:10:54 EST", "InactiveExitTimestampMonotonic": "18333422", "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": "851", "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 2025-01-24 08:10:56 EST", "WatchdogTimestampMonotonic": "20414575", "WatchdogUSec": "0" } } TASK [fedora.linux_system_roles.mssql : Get the active Tuned profiles] ********* task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:437 Friday 24 January 2025 08:21:51 -0500 (0:00:01.136) 0:01:00.668 ******** ok: [managed-node1] => { "changed": false, "cmd": [ "tuned-adm", "active" ], "delta": "0:00:00.164638", "end": "2025-01-24 08:21:52.596063", "rc": 0, "start": "2025-01-24 08:21:52.431425" } 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:450 Friday 24 January 2025 08:21:52 -0500 (0:00:01.024) 0:01:01.693 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:463 Friday 24 January 2025 08:21:53 -0500 (0:00:00.231) 0:01:01.925 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:472 Friday 24 January 2025 08:21:53 -0500 (0:00:00.129) 0:01:02.055 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:482 Friday 24 January 2025 08:21:53 -0500 (0:00:00.111) 0:01:02.166 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:490 Friday 24 January 2025 08:21:53 -0500 (0:00:00.467) 0:01:02.633 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:499 Friday 24 January 2025 08:21:53 -0500 (0:00:00.120) 0:01:02.754 ******** changed: [managed-node1] => { "changed": true, "changes": { "installed": [ "mssql-tools18", "unixODBC-devel" ] }, "rc": 0, "results": [ "Loaded plugins: fastestmirror\nLoading mirror speeds from cached hostfile\n * epel: dl.fedoraproject.org\n * epel-debuginfo: dl.fedoraproject.org\n * epel-source: dl.fedoraproject.org\nResolving Dependencies\n--> Running transaction check\n---> Package mssql-tools18.x86_64 0:18.4.1.1-1 will be installed\n--> Processing Dependency: msodbcsql18 >= 18.0.0.0 for package: mssql-tools18-18.4.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 msodbcsql18.x86_64 0:18.4.1.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-tools18 x86_64 18.4.1.1-1 packages-microsoft-com-prod 293 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 msodbcsql18 x86_64 18.4.1.1-1 packages-microsoft-com-prod 923 k\n unixODBC x86_64 2.3.11-1.rh packages-microsoft-com-prod 274 k\n\nTransaction Summary\n================================================================================\nInstall 2 Packages (+3 Dependent packages)\n\nTotal download size: 1.6 M\nInstalled size: 3.9 M\nDownloading packages:\n--------------------------------------------------------------------------------\nTotal 4.0 MB/s | 1.6 MB 00:00 \nRunning transaction check\nRunning transaction test\nTransaction test succeeded\nRunning transaction\n Installing : libtool-ltdl-2.4.2-22.el7_3.x86_64 1/5 \n Installing : unixODBC-2.3.11-1.rh.x86_64 2/5 \n Installing : msodbcsql18-18.4.1.1-1.x86_64 3/5 \nodbcinst: Driver installed. Usage count increased to 1. \n Target directory is /etc\n Installing : mssql-tools18-18.4.1.1-1.x86_64 4/5 \n Installing : unixODBC-devel-2.3.11-1.rh.x86_64 5/5 \n Verifying : mssql-tools18-18.4.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 : msodbcsql18-18.4.1.1-1.x86_64 5/5 \n\nInstalled:\n mssql-tools18.x86_64 0:18.4.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 msodbcsql18.x86_64 0:18.4.1.1-1 \n unixODBC.x86_64 0:2.3.11-1.rh \n\nComplete!\n" ] } TASK [Create certificates using the certificate role] ************************** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:516 Friday 24 January 2025 08:21:58 -0500 (0:00:04.776) 0:01:07.530 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:530 Friday 24 January 2025 08:21:58 -0500 (0:00:00.070) 0:01:07.601 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:535 Friday 24 January 2025 08:21:58 -0500 (0:00:00.086) 0:01:07.688 ******** changed: [managed-node1] => (item=/tmp/ansible.XnV2xH) => { "ansible_loop_var": "item", "changed": true, "checksum": "007b715a6f709522e7058d08962613ecb20f4ad1", "dest": "/etc/pki/tls/certs/ansible.XnV2xH", "gid": 994, "group": "mssql", "item": "/tmp/ansible.XnV2xH", "md5sum": "d37194bc6bb4f0c6b274a05359c9f805", "mode": "0600", "owner": "mssql", "secontext": "system_u:object_r:cert_t:s0", "size": 1103, "src": "/root/.ansible/tmp/ansible-tmp-1737724918.88-25064-201217802922521/source", "state": "file", "uid": 996 } changed: [managed-node1] => (item=ansible.KWp0yz) => { "ansible_loop_var": "item", "changed": true, "checksum": "a474357fe39e93149cebd4640194f7059a58e3c5", "dest": "/etc/pki/tls/private/ansible.KWp0yz", "gid": 994, "group": "mssql", "item": "ansible.KWp0yz", "md5sum": "0e4ec571c91865afc1b61c77944c45d8", "mode": "0600", "owner": "mssql", "secontext": "system_u:object_r:cert_t:s0", "size": 1708, "src": "/root/.ansible/tmp/ansible-tmp-1737724919.54-25064-206404827475770/source", "state": "file", "uid": 996 } TASK [fedora.linux_system_roles.mssql : Configure the tlscert setting] ********* task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:553 Friday 24 January 2025 08:22:00 -0500 (0:00:01.378) 0:01:09.066 ******** included: /tmp/collections-jof/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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:3 Friday 24 January 2025 08:22:00 -0500 (0:00:00.205) 0:01:09.272 ******** ok: [managed-node1] => { "changed": false, "cmd": [ "grep", "^tlscert = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003756", "end": "2025-01-24 08:22:00.671847", "failed_when_result": false, "rc": 1, "start": "2025-01-24 08:22:00.668091" } MSG: non-zero return code TASK [fedora.linux_system_roles.mssql : Configure the setting network tlscert] *** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:12 Friday 24 January 2025 08:22:00 -0500 (0:00:00.394) 0:01:09.666 ******** 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.XnV2xH" ], "delta": "0:00:00.047257", "end": "2025-01-24 08:22:01.130224", "failed_when_result": false, "rc": 0, "start": "2025-01-24 08:22:01.082967" } 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:42 Friday 24 January 2025 08:22:01 -0500 (0:00:00.481) 0:01:10.148 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Configure the tlskey setting] ********** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:562 Friday 24 January 2025 08:22:01 -0500 (0:00:00.102) 0:01:10.250 ******** included: /tmp/collections-jof/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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:3 Friday 24 January 2025 08:22:01 -0500 (0:00:00.159) 0:01:10.410 ******** ok: [managed-node1] => { "changed": false, "cmd": [ "grep", "^tlskey = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003792", "end": "2025-01-24 08:22:01.795660", "failed_when_result": false, "rc": 1, "start": "2025-01-24 08:22:01.791868" } MSG: non-zero return code TASK [fedora.linux_system_roles.mssql : Configure the setting network tlskey] *** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:12 Friday 24 January 2025 08:22:01 -0500 (0:00:00.410) 0:01:10.820 ******** changed: [managed-node1] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "set", "network.tlskey", "/etc/pki/tls/private/ansible.KWp0yz" ], "delta": "0:00:00.046430", "end": "2025-01-24 08:22:02.270922", "failed_when_result": false, "rc": 0, "start": "2025-01-24 08:22:02.224492" } 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:42 Friday 24 January 2025 08:22:02 -0500 (0:00:00.440) 0:01:11.261 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Configure the tlsprotocols setting] **** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:571 Friday 24 January 2025 08:22:02 -0500 (0:00:00.071) 0:01:11.332 ******** included: /tmp/collections-jof/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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:3 Friday 24 January 2025 08:22:02 -0500 (0:00:00.191) 0:01:11.523 ******** ok: [managed-node1] => { "changed": false, "cmd": [ "grep", "^tlsprotocols = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003160", "end": "2025-01-24 08:22:02.883730", "failed_when_result": false, "rc": 1, "start": "2025-01-24 08:22:02.880570" } MSG: non-zero return code TASK [fedora.linux_system_roles.mssql : Configure the setting network tlsprotocols] *** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:12 Friday 24 January 2025 08:22:02 -0500 (0:00:00.344) 0:01:11.868 ******** changed: [managed-node1] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "set", "network.tlsprotocols", "1.2" ], "delta": "0:00:00.046815", "end": "2025-01-24 08:22:03.278979", "failed_when_result": false, "rc": 0, "start": "2025-01-24 08:22:03.232164" } 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:42 Friday 24 January 2025 08:22:03 -0500 (0:00:00.431) 0:01:12.300 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Configure the forceencryption setting] *** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:578 Friday 24 January 2025 08:22:03 -0500 (0:00:00.099) 0:01:12.399 ******** included: /tmp/collections-jof/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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:3 Friday 24 January 2025 08:22:03 -0500 (0:00:00.177) 0:01:12.576 ******** ok: [managed-node1] => { "changed": false, "cmd": [ "grep", "^forceencryption = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:01.004162", "end": "2025-01-24 08:22:04.959524", "failed_when_result": false, "rc": 1, "start": "2025-01-24 08:22:03.955362" } MSG: non-zero return code TASK [fedora.linux_system_roles.mssql : Configure the setting network forceencryption] *** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:12 Friday 24 January 2025 08:22:05 -0500 (0:00:01.366) 0:01:13.943 ******** changed: [managed-node1] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "set", "network.forceencryption", "1" ], "delta": "0:00:00.046994", "end": "2025-01-24 08:22:05.354251", "failed_when_result": false, "rc": 0, "start": "2025-01-24 08:22:05.307257" } 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:42 Friday 24 January 2025 08:22:05 -0500 (0:00:00.412) 0:01:14.356 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Get the setting forceencryption] ******* task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:587 Friday 24 January 2025 08:22:05 -0500 (0:00:00.071) 0:01:14.427 ******** ok: [managed-node1] => { "changed": false, "cmd": "set -euo pipefail; grep '^forceencryption' /var/opt/mssql/mssql.conf | sed 's/forceencryption = //g'", "delta": "0:00:00.005441", "end": "2025-01-24 08:22:05.853109", "failed_when_result": false, "rc": 0, "start": "2025-01-24 08:22:05.847668" } STDOUT: 1 TASK [fedora.linux_system_roles.mssql : Append -No to sqlcmd when TLS is not configured] *** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:596 Friday 24 January 2025 08:22:05 -0500 (0:00:00.420) 0:01:14.847 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Append -C to sqlcmd when TLS is configured but certs are self-signed] *** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:603 Friday 24 January 2025 08:22:06 -0500 (0:00:00.086) 0:01:14.934 ******** ok: [managed-node1] => { "ansible_facts": { "__sqlcmd_cli": "/opt/mssql-tools18/bin/sqlcmd -C" }, "changed": false } TASK [fedora.linux_system_roles.mssql : Prepare MSSQL and facts for logging in] *** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:616 Friday 24 January 2025 08:22:06 -0500 (0:00:00.133) 0:01:15.068 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:620 Friday 24 January 2025 08:22:06 -0500 (0:00:00.068) 0:01:15.136 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:626 Friday 24 January 2025 08:22:06 -0500 (0:00:00.066) 0:01:15.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 : Ensure that the mssql-server service is stopped] *** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:641 Friday 24 January 2025 08:22:06 -0500 (0:00:00.069) 0:01:15.272 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Gather package facts] ****************** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:648 Friday 24 January 2025 08:22:06 -0500 (0:00:00.066) 0:01:15.338 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:656 Friday 24 January 2025 08:22:06 -0500 (0:00:00.070) 0:01:15.409 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:677 Friday 24 January 2025 08:22:06 -0500 (0:00:00.067) 0:01:15.476 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:684 Friday 24 January 2025 08:22:06 -0500 (0:00:00.067) 0:01:15.544 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:695 Friday 24 January 2025 08:22:06 -0500 (0:00:00.068) 0:01:15.612 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:709 Friday 24 January 2025 08:22:06 -0500 (0:00:00.080) 0:01:15.692 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Gather package facts] ****************** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:716 Friday 24 January 2025 08:22:06 -0500 (0:00:00.067) 0:01:15.760 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:722 Friday 24 January 2025 08:22:06 -0500 (0:00:00.068) 0:01:15.829 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:741 Friday 24 January 2025 08:22:07 -0500 (0:00:00.068) 0:01:15.897 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:748 Friday 24 January 2025 08:22:07 -0500 (0:00:00.067) 0:01:15.964 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Open the TCP port 1433] ************************************************** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:755 Friday 24 January 2025 08:22:07 -0500 (0:00:00.069) 0:01:16.034 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:767 Friday 24 January 2025 08:22:07 -0500 (0:00:00.068) 0:01:16.102 ******** included: /tmp/collections-jof/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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:3 Friday 24 January 2025 08:22:07 -0500 (0:00:00.121) 0:01:16.224 ******** ok: [managed-node1] => { "changed": false, "cmd": [ "grep", "^tcpport = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003230", "end": "2025-01-24 08:22:07.579376", "failed_when_result": false, "rc": 1, "start": "2025-01-24 08:22:07.576146" } MSG: non-zero return code TASK [fedora.linux_system_roles.mssql : Configure the setting network tcpport] *** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:12 Friday 24 January 2025 08:22:07 -0500 (0:00:00.397) 0:01:16.621 ******** ok: [managed-node1] => { "changed": false, "cmd": [ "/opt/mssql/bin/mssql-conf", "set", "network.tcpport", "1433" ], "delta": "0:00:00.047896", "end": "2025-01-24 08:22:08.042164", "failed_when_result": false, "rc": 0, "start": "2025-01-24 08:22:07.994268" } 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:42 Friday 24 January 2025 08:22:08 -0500 (0:00:00.417) 0:01:17.039 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:773 Friday 24 January 2025 08:22:08 -0500 (0:00:00.069) 0:01:17.109 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Configure the sqlagent setting] ******** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:793 Friday 24 January 2025 08:22:08 -0500 (0:00:00.068) 0:01:17.177 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:800 Friday 24 January 2025 08:22:08 -0500 (0:00:00.072) 0:01:17.250 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Ensure the package powershell] ********* task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:807 Friday 24 January 2025 08:22:08 -0500 (0:00:00.066) 0:01:17.317 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:816 Friday 24 January 2025 08:22:08 -0500 (0:00:00.067) 0:01:17.384 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Set the 3979 traceflag] **************** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:822 Friday 24 January 2025 08:22:08 -0500 (0:00:00.066) 0:01:17.450 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Unset the 3979 traceflag] ************** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:829 Friday 24 January 2025 08:22:08 -0500 (0:00:00.067) 0:01:17.517 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Configure the alternatewritethrough setting] *** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:837 Friday 24 January 2025 08:22:08 -0500 (0:00:00.068) 0:01:17.586 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Configure the writethrough setting] **** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:843 Friday 24 January 2025 08:22:08 -0500 (0:00:00.067) 0:01:17.654 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:853 Friday 24 January 2025 08:22:08 -0500 (0:00:00.081) 0:01:17.735 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Join to realm {{ ad_integration_realm }}] ******************************** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:861 Friday 24 January 2025 08:22:08 -0500 (0:00:00.068) 0:01:17.803 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:869 Friday 24 January 2025 08:22:08 -0500 (0:00:00.068) 0:01:17.872 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:876 Friday 24 January 2025 08:22:09 -0500 (0:00:00.066) 0:01:17.939 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:883 Friday 24 January 2025 08:22:09 -0500 (0:00:00.074) 0:01:18.013 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:892 Friday 24 January 2025 08:22:09 -0500 (0:00:00.073) 0:01:18.087 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:905 Friday 24 January 2025 08:22:09 -0500 (0:00:00.069) 0:01:18.156 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:914 Friday 24 January 2025 08:22:09 -0500 (0:00:00.122) 0:01:18.279 ******** 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 proper configuration on user] *** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:928 Friday 24 January 2025 08:22:09 -0500 (0:00:00.067) 0:01:18.346 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Get SPNs for the principal] ************ task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:938 Friday 24 January 2025 08:22:09 -0500 (0:00:00.068) 0:01:18.415 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:943 Friday 24 January 2025 08:22:09 -0500 (0:00:00.099) 0:01:18.514 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:960 Friday 24 January 2025 08:22:09 -0500 (0:00:00.101) 0:01:18.616 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:965 Friday 24 January 2025 08:22:09 -0500 (0:00:00.105) 0:01:18.721 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Get keytab properties] ***************** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:970 Friday 24 January 2025 08:22:09 -0500 (0:00:00.108) 0:01:18.830 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Create keytab] ************************* task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:976 Friday 24 January 2025 08:22:10 -0500 (0:00:00.105) 0:01:18.935 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1002 Friday 24 January 2025 08:22:10 -0500 (0:00:00.098) 0:01:19.034 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1023 Friday 24 January 2025 08:22:10 -0500 (0:00:00.107) 0:01:19.142 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1031 Friday 24 January 2025 08:22:10 -0500 (0:00:00.100) 0:01:19.243 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1041 Friday 24 January 2025 08:22:10 -0500 (0:00:00.101) 0:01:19.344 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1047 Friday 24 January 2025 08:22:10 -0500 (0:00:00.106) 0:01:19.451 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1065 Friday 24 January 2025 08:22:10 -0500 (0:00:00.105) 0:01:19.557 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1076 Friday 24 January 2025 08:22:10 -0500 (0:00:00.102) 0:01:19.659 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Set host variables] ******************** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1096 Friday 24 January 2025 08:22:10 -0500 (0:00:00.104) 0:01:19.764 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1149 Friday 24 January 2025 08:22:10 -0500 (0:00:00.115) 0:01:19.879 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Enable the hadrenabled setting] ******** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1156 Friday 24 January 2025 08:22:11 -0500 (0:00:00.095) 0:01:19.975 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1163 Friday 24 January 2025 08:22:11 -0500 (0:00:00.081) 0:01:20.057 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1173 Friday 24 January 2025 08:22:11 -0500 (0:00:00.077) 0:01:20.134 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1179 Friday 24 January 2025 08:22:11 -0500 (0:00:00.066) 0:01:20.201 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1187 Friday 24 January 2025 08:22:11 -0500 (0:00:00.179) 0:01:20.380 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1196 Friday 24 January 2025 08:22:11 -0500 (0:00:00.084) 0:01:20.465 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1204 Friday 24 January 2025 08:22:11 -0500 (0:00:00.081) 0:01:20.546 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1218 Friday 24 January 2025 08:22:11 -0500 (0:00:00.080) 0:01:20.627 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1224 Friday 24 January 2025 08:22:11 -0500 (0:00:00.072) 0:01:20.700 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Verify that primary instance hosts is available] *** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1246 Friday 24 January 2025 08:22:11 -0500 (0:00:00.101) 0:01:20.801 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Configure ag] ************************** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1256 Friday 24 January 2025 08:22:12 -0500 (0:00:00.105) 0:01:20.906 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1265 Friday 24 January 2025 08:22:12 -0500 (0:00:00.124) 0:01:21.031 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Replicate DBs] ************************* task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1274 Friday 24 January 2025 08:22:12 -0500 (0:00:00.098) 0:01:21.129 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1285 Friday 24 January 2025 08:22:12 -0500 (0:00:00.102) 0:01:21.232 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1298 Friday 24 January 2025 08:22:12 -0500 (0:00:00.099) 0:01:21.332 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1307 Friday 24 January 2025 08:22:12 -0500 (0:00:00.101) 0:01:21.433 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Enable the hadrenabled setting] ******** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1314 Friday 24 January 2025 08:22:12 -0500 (0:00:00.101) 0:01:21.535 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1321 Friday 24 January 2025 08:22:12 -0500 (0:00:00.105) 0:01:21.640 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1329 Friday 24 January 2025 08:22:12 -0500 (0:00:00.102) 0:01:21.742 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1336 Friday 24 January 2025 08:22:12 -0500 (0:00:00.104) 0:01:21.848 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1348 Friday 24 January 2025 08:22:13 -0500 (0:00:00.124) 0:01:21.972 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Create HA login] *********************** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1357 Friday 24 January 2025 08:22:13 -0500 (0:00:00.112) 0:01:22.084 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Join to availability group] ************ task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1364 Friday 24 January 2025 08:22:13 -0500 (0:00:00.105) 0:01:22.190 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1370 Friday 24 January 2025 08:22:13 -0500 (0:00:00.105) 0:01:22.296 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1378 Friday 24 January 2025 08:22:13 -0500 (0:00:00.107) 0:01:22.403 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1391 Friday 24 January 2025 08:22:13 -0500 (0:00:00.197) 0:01:22.601 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1403 Friday 24 January 2025 08:22:13 -0500 (0:00:00.106) 0:01:22.707 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1408 Friday 24 January 2025 08:22:13 -0500 (0:00:00.106) 0:01:22.814 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1416 Friday 24 January 2025 08:22:14 -0500 (0:00:00.110) 0:01:22.924 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1425 Friday 24 January 2025 08:22:14 -0500 (0:00:00.111) 0:01:23.036 ******** changed: [managed-node1] => { "changed": true } MSG: Block inserted RUNNING HANDLER [fedora.linux_system_roles.mssql : Restart the mssql-server service] *** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/handlers/main.yml:3 Friday 24 January 2025 08:22:14 -0500 (0:00:00.768) 0:01:23.804 ******** changed: [managed-node1] => { "changed": true, "name": "mssql-server", "state": "started", "status": { "ActiveEnterTimestamp": "Fri 2025-01-24 08:21:49 EST", "ActiveEnterTimestampMonotonic": "672362483", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "system.slice -.mount auditd.service basic.target systemd-journald.socket network.target", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Fri 2025-01-24 08:21:49 EST", "AssertTimestampMonotonic": "672361703", "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 2025-01-24 08:21:49 EST", "ConditionTimestampMonotonic": "672361701", "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": "22224", "ExecMainStartTimestamp": "Fri 2025-01-24 08:21:49 EST", "ExecMainStartTimestampMonotonic": "672362428", "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 2025-01-24 08:21:49 EST", "InactiveExitTimestampMonotonic": "672362483", "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": "22224", "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 2025-01-24 08:21:49 EST", "WatchdogTimestampMonotonic": "672362463", "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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1438 Friday 24 January 2025 08:22:16 -0500 (0:00:01.756) 0:01:25.561 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1445 Friday 24 January 2025 08:22:16 -0500 (0:00:00.105) 0:01:25.667 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Remove a private key from the playbook directory] ************************ task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/tests_tls.yml:68 Friday 24 January 2025 08:22:16 -0500 (0:00:00.116) 0:01:25.784 ******** changed: [managed-node1 -> localhost] => { "changed": true, "path": "ansible.KWp0yz", "state": "absent" } TASK [Configure the mssql-server service start limit interval and burst] ******* task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/tests_tls.yml:75 Friday 24 January 2025 08:22:17 -0500 (0:00:00.552) 0:01:26.336 ******** included: /tmp/collections-jof/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/collections-jof/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql-sever-increase-start-limit.yml:3 Friday 24 January 2025 08:22:17 -0500 (0:00:00.195) 0:01:26.531 ******** changed: [managed-node1] => { "changed": true } MSG: 1 replacements made TASK [Modify the mssql-server service start limit burst] *********************** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql-sever-increase-start-limit.yml:10 Friday 24 January 2025 08:22:18 -0500 (0:00:01.009) 0:01:27.541 ******** changed: [managed-node1] => { "changed": true } MSG: 1 replacements made TASK [Reload service daemon] *************************************************** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql-sever-increase-start-limit.yml:17 Friday 24 January 2025 08:22:19 -0500 (0:00:00.489) 0:01:28.030 ******** ok: [managed-node1] => { "changed": false, "name": null, "status": {} } TASK [Verify connectivity and settings] **************************************** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/tests_tls.yml:78 Friday 24 January 2025 08:22:20 -0500 (0:00:01.049) 0:01:29.079 ******** included: /tmp/collections-jof/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/collections-jof/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:8 Friday 24 January 2025 08:22:20 -0500 (0:00:00.227) 0:01:29.306 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if the set edition matches the existing edition] ******************* task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:23 Friday 24 January 2025 08:22:20 -0500 (0:00:00.102) 0:01:29.408 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify if the edition matches] ******************************************* task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:35 Friday 24 January 2025 08:22:20 -0500 (0:00:00.126) 0:01:29.535 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the setting {{ item.key }}] *************************************** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:39 Friday 24 January 2025 08:22:20 -0500 (0:00:00.108) 0:01:29.643 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get stat of mssql_datadir] *********************************************** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:55 Friday 24 January 2025 08:22:20 -0500 (0:00:00.105) 0:01:29.749 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Assert that mssql_datadir has proper permissions and ownership] ********** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:60 Friday 24 January 2025 08:22:20 -0500 (0:00:00.105) 0:01:29.855 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get stat of mssql_logdir] ************************************************ task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:70 Friday 24 January 2025 08:22:21 -0500 (0:00:00.105) 0:01:29.960 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Assert that mssql_logdir has proper permissions and ownership] *********** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:75 Friday 24 January 2025 08:22:21 -0500 (0:00:00.082) 0:01:30.043 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Prepare MSSQL and facts for logging in] ********************************** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:85 Friday 24 January 2025 08:22:21 -0500 (0:00:00.086) 0:01:30.129 ******** TASK [fedora.linux_system_roles.mssql : Ensure that the mssql-server service is started] *** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/verify_password.yml:3 Friday 24 January 2025 08:22:21 -0500 (0:00:00.184) 0:01:30.313 ******** ok: [managed-node1] => { "changed": false, "name": "mssql-server", "state": "started", "status": { "ActiveEnterTimestamp": "Fri 2025-01-24 08:22:16 EST", "ActiveEnterTimestampMonotonic": "699724042", "ActiveExitTimestamp": "Fri 2025-01-24 08:22:15 EST", "ActiveExitTimestampMonotonic": "698595631", "ActiveState": "active", "After": "-.mount system.slice network.target auditd.service basic.target systemd-journald.socket", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Fri 2025-01-24 08:22:16 EST", "AssertTimestampMonotonic": "699723328", "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 2025-01-24 08:22:16 EST", "ConditionTimestampMonotonic": "699723326", "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": "23548", "ExecMainStartTimestamp": "Fri 2025-01-24 08:22:16 EST", "ExecMainStartTimestampMonotonic": "699723950", "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 2025-01-24 08:22:16 EST", "InactiveEnterTimestampMonotonic": "699722529", "InactiveExitTimestamp": "Fri 2025-01-24 08:22:16 EST", "InactiveExitTimestampMonotonic": "699724042", "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": "23548", "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 2025-01-24 08:22:16 EST", "WatchdogTimestampMonotonic": "699723995", "WatchdogUSec": "0", "WorkingDirectory": "/var/opt/mssql" } } TASK [fedora.linux_system_roles.mssql : Check if a custom tcpport setting exist] *** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/verify_password.yml:8 Friday 24 January 2025 08:22:21 -0500 (0:00:00.439) 0:01:30.753 ******** ok: [managed-node1] => { "changed": false, "cmd": [ "grep", "^tcpport = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003132", "end": "2025-01-24 08:22:22.117501", "failed_when_result": false, "rc": 1, "start": "2025-01-24 08:22:22.114369" } MSG: non-zero return code TASK [fedora.linux_system_roles.mssql : Check if a custom ipaddress setting exist] *** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/verify_password.yml:14 Friday 24 January 2025 08:22:22 -0500 (0:00:00.345) 0:01:31.098 ******** ok: [managed-node1] => { "changed": false, "cmd": [ "grep", "^ipaddress = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003092", "end": "2025-01-24 08:22:22.467823", "failed_when_result": false, "rc": 1, "start": "2025-01-24 08:22:22.464731" } MSG: non-zero return code TASK [fedora.linux_system_roles.mssql : Set a fact with a login command] ******* task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/verify_password.yml:20 Friday 24 January 2025 08:22:22 -0500 (0:00:00.361) 0:01:31.460 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:93 Friday 24 January 2025 08:22:22 -0500 (0:00:00.094) 0:01:31.555 ******** 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": 6353, "state": "file", "uid": 996 } TASK [Check if the set password matches the existing password] ***************** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:99 Friday 24 January 2025 08:22:24 -0500 (0:00:01.472) 0:01:33.028 ******** ok: [managed-node1] => { "attempts": 1, "changed": false, "cmd": [ "/opt/mssql-tools18/bin/sqlcmd", "-C", "-U", "sa", "-P", "p@55w0rD", "-Q", "SELECT @@VERSION" ], "delta": "0:00:00.023560", "end": "2025-01-24 08:22:24.411043", "rc": 0, "start": "2025-01-24 08:22:24.387483" } STDOUT: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ Microsoft SQL Server 2017 (RTM-CU31-GDR) (KB5029376) - 14.0.3465.1 (X64) Jul 30 2023 15:31:58 Copyright (C) 2017 Microsoft Corporation Enterprise Evaluation Edition (64-bit) on Linux (CentOS Linux 7 (Core)) (1 rows affected) TASK [Set the mssql_password variable to default null] ************************* task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:118 Friday 24 January 2025 08:22:24 -0500 (0:00:00.385) 0:01:33.413 ******** ok: [managed-node1] => { "ansible_facts": { "mssql_password": null }, "changed": false } TASK [Verify the package mssql-server-fts] ************************************* task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:122 Friday 24 January 2025 08:22:24 -0500 (0:00:00.077) 0:01:33.491 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the package powershell] ******************************************* task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:129 Friday 24 January 2025 08:22:24 -0500 (0:00:00.074) 0:01:33.566 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the value of the traceflag setting] ********************************** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:140 Friday 24 January 2025 08:22:24 -0500 (0:00:00.128) 0:01:33.695 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that the traceflag setting is set to 3979] ************************ task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:145 Friday 24 January 2025 08:22:24 -0500 (0:00:00.102) 0:01:33.797 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:150 Friday 24 January 2025 08:22:25 -0500 (0:00:00.170) 0:01:33.967 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that the alternatewritethrough setting is false] ****************** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:156 Friday 24 January 2025 08:22:25 -0500 (0:00:00.105) 0:01:34.073 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the writethrough setting] ***************************************** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:162 Friday 24 January 2025 08:22:25 -0500 (0:00:00.101) 0:01:34.175 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the tlscert setting] ********************************************** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:172 Friday 24 January 2025 08:22:25 -0500 (0:00:00.106) 0:01:34.282 ******** included: /tmp/collections-jof/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/collections-jof/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml:7 Friday 24 January 2025 08:22:25 -0500 (0:00:00.197) 0:01:34.479 ******** ok: [managed-node1] => { "changed": false, "cmd": "grep '^tlscert' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004273", "end": "2025-01-24 08:22:25.902640", "rc": 0, "start": "2025-01-24 08:22:25.898367" } STDOUT: tlscert = /etc/pki/tls/certs/ansible.XnV2xH TASK [Verify the setting when it is type str tlscert] ************************** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml:14 Friday 24 January 2025 08:22:26 -0500 (0:00:00.468) 0:01:34.948 ******** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Verify the setting when it is type bool tlscert] ************************* task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml:25 Friday 24 January 2025 08:22:26 -0500 (0:00:00.132) 0:01:35.080 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that tcpport = /etc/pki/tls/certs/ansible.XnV2xH] ***************** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml:40 Friday 24 January 2025 08:22:26 -0500 (0:00:00.121) 0:01:35.201 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the tlskey setting] *********************************************** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:183 Friday 24 January 2025 08:22:26 -0500 (0:00:00.111) 0:01:35.313 ******** included: /tmp/collections-jof/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/collections-jof/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml:7 Friday 24 January 2025 08:22:26 -0500 (0:00:00.211) 0:01:35.524 ******** ok: [managed-node1] => { "changed": false, "cmd": "grep '^tlskey' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004382", "end": "2025-01-24 08:22:26.934062", "rc": 0, "start": "2025-01-24 08:22:26.929680" } STDOUT: tlskey = /etc/pki/tls/private/ansible.KWp0yz TASK [Verify the setting when it is type str tlskey] *************************** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml:14 Friday 24 January 2025 08:22:27 -0500 (0:00:00.424) 0:01:35.949 ******** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Verify the setting when it is type bool tlskey] ************************** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml:25 Friday 24 January 2025 08:22:27 -0500 (0:00:00.090) 0:01:36.039 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that tcpport = /etc/pki/tls/private/ansible.KWp0yz] *************** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml:40 Friday 24 January 2025 08:22:27 -0500 (0:00:00.081) 0:01:36.120 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the tlsprotocols setting] ***************************************** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:195 Friday 24 January 2025 08:22:27 -0500 (0:00:00.070) 0:01:36.190 ******** included: /tmp/collections-jof/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/collections-jof/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml:7 Friday 24 January 2025 08:22:27 -0500 (0:00:00.163) 0:01:36.353 ******** ok: [managed-node1] => { "changed": false, "cmd": "grep '^tlsprotocols' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004903", "end": "2025-01-24 08:22:27.737127", "rc": 0, "start": "2025-01-24 08:22:27.732224" } STDOUT: tlsprotocols = 1.2 TASK [Verify the setting when it is type str tlsprotocols] ********************* task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml:14 Friday 24 January 2025 08:22:27 -0500 (0:00:00.369) 0:01:36.723 ******** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Verify the setting when it is type bool tlsprotocols] ******************** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml:25 Friday 24 January 2025 08:22:27 -0500 (0:00:00.144) 0:01:36.867 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that tcpport = 1.2] *********************************************** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml:40 Friday 24 January 2025 08:22:28 -0500 (0:00:00.112) 0:01:36.980 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the forceencryption setting] ************************************** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:203 Friday 24 January 2025 08:22:28 -0500 (0:00:00.110) 0:01:37.090 ******** included: /tmp/collections-jof/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/collections-jof/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml:7 Friday 24 January 2025 08:22:28 -0500 (0:00:00.216) 0:01:37.306 ******** ok: [managed-node1] => { "changed": false, "cmd": "grep '^forceencryption' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004271", "end": "2025-01-24 08:22:28.718125", "rc": 0, "start": "2025-01-24 08:22:28.713854" } STDOUT: forceencryption = 1 TASK [Verify the setting when it is type str forceencryption] ****************** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml:14 Friday 24 January 2025 08:22:28 -0500 (0:00:00.446) 0:01:37.753 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the setting when it is type bool forceencryption] ***************** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml:25 Friday 24 January 2025 08:22:29 -0500 (0:00:00.145) 0:01:37.898 ******** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Verify that tcpport = True] ********************************************** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml:40 Friday 24 January 2025 08:22:29 -0500 (0:00:00.140) 0:01:38.038 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify configuration for confined application] *************************** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:210 Friday 24 January 2025 08:22:29 -0500 (0:00:00.112) 0:01:38.151 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Disable TLS encryption] ************************************************** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/tests_tls.yml:85 Friday 24 January 2025 08:22:29 -0500 (0:00:00.111) 0:01:38.262 ******** TASK [fedora.linux_system_roles.mssql : Ensure ansible_facts and variables used by role] *** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:3 Friday 24 January 2025 08:22:29 -0500 (0:00:00.583) 0:01:38.846 ******** included: /tmp/collections-jof/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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/set_vars.yml:3 Friday 24 January 2025 08:22:30 -0500 (0:00:00.292) 0:01:39.139 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/set_vars.yml:8 Friday 24 January 2025 08:22:30 -0500 (0:00:00.142) 0:01:39.281 ******** 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/collections-jof/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/collections-jof/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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:8 Friday 24 January 2025 08:22:30 -0500 (0:00:00.165) 0:01:39.447 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:15 Friday 24 January 2025 08:22:30 -0500 (0:00:00.113) 0:01:39.560 ******** skipping: [managed-node1] => {} TASK [fedora.linux_system_roles.mssql : Link the deprecated mssql_input_sql_file fact] *** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:23 Friday 24 January 2025 08:22:30 -0500 (0:00:00.108) 0:01:39.669 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:30 Friday 24 January 2025 08:22:30 -0500 (0:00:00.114) 0:01:39.784 ******** skipping: [managed-node1] => {} TASK [fedora.linux_system_roles.mssql : Link the deprecated mssql_ha_listener_port fact] *** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:37 Friday 24 January 2025 08:22:30 -0500 (0:00:00.107) 0:01:39.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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:44 Friday 24 January 2025 08:22:31 -0500 (0:00:00.112) 0:01:40.004 ******** skipping: [managed-node1] => {} TASK [fedora.linux_system_roles.mssql : Link the deprecated mssql_ad_sql_user_name fact] *** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:51 Friday 24 January 2025 08:22:31 -0500 (0:00:00.113) 0:01:40.117 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:58 Friday 24 January 2025 08:22:31 -0500 (0:00:00.113) 0:01:40.231 ******** skipping: [managed-node1] => {} TASK [fedora.linux_system_roles.mssql : Link the deprecated mssql_ha_cluster_run_role fact] *** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:65 Friday 24 January 2025 08:22:31 -0500 (0:00:00.105) 0:01:40.336 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Print that variable is deprecated] ***** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:74 Friday 24 January 2025 08:22:31 -0500 (0:00:00.110) 0:01:40.446 ******** skipping: [managed-node1] => {} TASK [fedora.linux_system_roles.mssql : Link the deprecated fact] ************** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:83 Friday 24 January 2025 08:22:31 -0500 (0:00:00.106) 0:01:40.553 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Fail on RHEL or CentOS 10 because it's not supported] *** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:87 Friday 24 January 2025 08:22:31 -0500 (0:00:00.109) 0:01:40.662 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:94 Friday 24 January 2025 08:22:31 -0500 (0:00:00.113) 0:01:40.776 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:106 Friday 24 January 2025 08:22:32 -0500 (0:00:00.118) 0:01:40.894 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:114 Friday 24 January 2025 08:22:32 -0500 (0:00:00.110) 0:01:41.004 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:123 Friday 24 January 2025 08:22:32 -0500 (0:00:00.112) 0:01:41.118 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:132 Friday 24 January 2025 08:22:32 -0500 (0:00:00.132) 0:01:41.250 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:142 Friday 24 January 2025 08:22:32 -0500 (0:00:00.114) 0:01:41.364 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:151 Friday 24 January 2025 08:22:32 -0500 (0:00:00.106) 0:01:41.471 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Gather package facts] ****************** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:162 Friday 24 January 2025 08:22:32 -0500 (0:00:00.202) 0:01:41.673 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:166 Friday 24 January 2025 08:22:34 -0500 (0:00:01.277) 0:01:42.951 ******** ok: [managed-node1] => (item={u'value': 14, u'key': 2017}) => { "ansible_facts": { "__mssql_current_version": "2017" }, "ansible_loop_var": "item", "changed": false, "item": { "key": 2017, "value": 14 } } 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:174 Friday 24 January 2025 08:22:34 -0500 (0:00:00.270) 0:01:43.221 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:181 Friday 24 January 2025 08:22:34 -0500 (0:00:00.124) 0:01:43.346 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:188 Friday 24 January 2025 08:22:34 -0500 (0:00:00.121) 0:01:43.467 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:202 Friday 24 January 2025 08:22:34 -0500 (0:00:00.186) 0:01:43.654 ******** ok: [managed-node1] => { "attempts": 1, "changed": false } TASK [fedora.linux_system_roles.mssql : Update all packages from SQL Server repo version 2017] *** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:216 Friday 24 January 2025 08:22:35 -0500 (0:00:00.572) 0:01:44.226 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Get yum repositories] ****************** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:226 Friday 24 January 2025 08:22:35 -0500 (0:00:00.073) 0:01:44.299 ******** 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 2017] *** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:237 Friday 24 January 2025 08:22:35 -0500 (0:00:00.088) 0:01:44.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 2017] *** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:251 Friday 24 January 2025 08:22:35 -0500 (0:00:00.075) 0:01:44.463 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Get zypper repositories] *************** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:260 Friday 24 January 2025 08:22:35 -0500 (0:00:00.193) 0:01:44.657 ******** 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 2017] *** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:272 Friday 24 January 2025 08:22:35 -0500 (0:00:00.120) 0:01:44.778 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Configure the Microsoft SQL Server repo version 2017] *** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:279 Friday 24 January 2025 08:22:36 -0500 (0:00:00.122) 0:01:44.900 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Configure the Microsoft SQL Server repo version 2017] *** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:291 Friday 24 January 2025 08:22:36 -0500 (0:00:00.151) 0:01:45.052 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:304 Friday 24 January 2025 08:22:36 -0500 (0:00:00.123) 0:01:45.175 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:309 Friday 24 January 2025 08:22:36 -0500 (0:00:00.664) 0:01:45.840 ******** ok: [managed-node1] => { "changed": false, "rc": 0, "results": [ "mssql-server-14.0.3465.1-1.x86_64 providing mssql-server is already installed" ] } TASK [fedora.linux_system_roles.mssql : Check if the errorlog file exists and its location] *** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:314 Friday 24 January 2025 08:22:37 -0500 (0:00:00.580) 0:01:46.420 ******** 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.005214", "end": "2025-01-24 08:22:37.783988", "rc": 0, "start": "2025-01-24 08:22:37.778774" } STDOUT: /var/opt/mssql/log/errorlog TASK [fedora.linux_system_roles.mssql : Gather system services facts] ********** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:330 Friday 24 January 2025 08:22:37 -0500 (0:00:00.382) 0:01:46.802 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:334 Friday 24 January 2025 08:22:38 -0500 (0:00:00.940) 0:01:47.743 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:343 Friday 24 January 2025 08:22:38 -0500 (0:00:00.106) 0:01:47.849 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Set up MSSQL] ************************** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:359 Friday 24 January 2025 08:22:39 -0500 (0:00:00.111) 0:01:47.960 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:384 Friday 24 January 2025 08:22:39 -0500 (0:00:00.136) 0:01:48.097 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:399 Friday 24 January 2025 08:22:39 -0500 (0:00:00.358) 0:01:48.455 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure correct SELinux context for storage paths and ports] ************** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:413 Friday 24 January 2025 08:22:39 -0500 (0:00:00.147) 0:01:48.603 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:424 Friday 24 January 2025 08:22:39 -0500 (0:00:00.124) 0:01:48.728 ******** 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" ] } TASK [fedora.linux_system_roles.mssql : Ensure that the tuned service is started and enabled] *** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:430 Friday 24 January 2025 08:22:40 -0500 (0:00:00.760) 0:01:49.488 ******** ok: [managed-node1] => { "changed": false, "enabled": true, "name": "tuned", "state": "started", "status": { "ActiveEnterTimestamp": "Fri 2025-01-24 08:10:56 EST", "ActiveEnterTimestampMonotonic": "20414631", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "dbus.service system.slice systemd-sysctl.service network.target basic.target systemd-journald.socket", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Fri 2025-01-24 08:10:54 EST", "AssertTimestampMonotonic": "18332711", "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 2025-01-24 08:10:54 EST", "ConditionTimestampMonotonic": "18332709", "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": "851", "ExecMainStartTimestamp": "Fri 2025-01-24 08:10:54 EST", "ExecMainStartTimestampMonotonic": "18333388", "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 2025-01-24 08:10:54 EST", "InactiveExitTimestampMonotonic": "18333422", "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": "851", "MemoryAccounting": "no", "MemoryCurrent": "18446744073709551615", "MemoryLimit": "18446744073709551615", "MountFlags": "0", "Names": "tuned.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PIDFile": "/run/tuned/tuned.pid", "PermissionsStartOnly": "no", "PrivateDevices": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "ProtectHome": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "Requires": "polkit.service basic.target system.slice dbus.service", "Restart": "no", "RestartUSec": "100ms", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitInterval": "10000000", "StartupBlockIOWeight": "18446744073709551615", "StartupCPUShares": "18446744073709551615", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "no", "TasksCurrent": "18446744073709551615", "TasksMax": "18446744073709551615", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "dbus", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "WantedBy": "multi-user.target", "WatchdogTimestamp": "Fri 2025-01-24 08:10:56 EST", "WatchdogTimestampMonotonic": "20414575", "WatchdogUSec": "0" } } TASK [fedora.linux_system_roles.mssql : Get the active Tuned profiles] ********* task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:437 Friday 24 January 2025 08:22:41 -0500 (0:00:00.508) 0:01:49.997 ******** ok: [managed-node1] => { "changed": false, "cmd": [ "tuned-adm", "active" ], "delta": "0:00:00.088787", "end": "2025-01-24 08:22:41.543853", "rc": 0, "start": "2025-01-24 08:22:41.455066" } 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:450 Friday 24 January 2025 08:22:41 -0500 (0:00:00.624) 0:01:50.622 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:463 Friday 24 January 2025 08:22:41 -0500 (0:00:00.135) 0:01:50.758 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:472 Friday 24 January 2025 08:22:41 -0500 (0:00:00.107) 0:01:50.865 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:482 Friday 24 January 2025 08:22:42 -0500 (0:00:00.080) 0:01:50.945 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:490 Friday 24 January 2025 08:22:42 -0500 (0:00:00.417) 0:01:51.363 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:499 Friday 24 January 2025 08:22:42 -0500 (0:00:00.109) 0:01:51.473 ******** ok: [managed-node1] => { "changed": false, "rc": 0, "results": [ "mssql-tools18-18.4.1.1-1.x86_64 providing mssql-tools18 is already installed", "unixODBC-devel-2.3.11-1.rh.x86_64 providing unixODBC-devel is already installed" ] } TASK [Create certificates using the certificate role] ************************** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:516 Friday 24 January 2025 08:22:43 -0500 (0:00:00.620) 0:01:52.093 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:530 Friday 24 January 2025 08:22:43 -0500 (0:00:00.094) 0:01:52.188 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:535 Friday 24 January 2025 08:22:43 -0500 (0:00:00.095) 0:01:52.284 ******** skipping: [managed-node1] => (item=/tmp/ansible.XnV2xH) => { "ansible_loop_var": "item", "changed": false, "item": "/tmp/ansible.XnV2xH", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=ansible.KWp0yz) => { "ansible_loop_var": "item", "changed": false, "item": "ansible.KWp0yz", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Configure the tlscert setting] ********* task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:553 Friday 24 January 2025 08:22:43 -0500 (0:00:00.173) 0:01:52.458 ******** included: /tmp/collections-jof/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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:3 Friday 24 January 2025 08:22:43 -0500 (0:00:00.168) 0:01:52.626 ******** ok: [managed-node1] => { "changed": false, "cmd": [ "grep", "^tlscert = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003226", "end": "2025-01-24 08:22:44.039408", "failed_when_result": false, "rc": 0, "start": "2025-01-24 08:22:44.036182" } STDOUT: tlscert = /etc/pki/tls/certs/ansible.XnV2xH TASK [fedora.linux_system_roles.mssql : Configure the setting network tlscert] *** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:12 Friday 24 January 2025 08:22:44 -0500 (0:00:00.446) 0:01:53.073 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:42 Friday 24 January 2025 08:22:44 -0500 (0:00:00.121) 0:01:53.195 ******** 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.047012", "end": "2025-01-24 08:22:44.659220", "failed_when_result": false, "rc": 0, "start": "2025-01-24 08:22:44.612208" } 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:562 Friday 24 January 2025 08:22:44 -0500 (0:00:00.462) 0:01:53.657 ******** included: /tmp/collections-jof/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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:3 Friday 24 January 2025 08:22:45 -0500 (0:00:00.240) 0:01:53.897 ******** ok: [managed-node1] => { "changed": false, "cmd": [ "grep", "^tlskey = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003507", "end": "2025-01-24 08:22:45.307486", "failed_when_result": false, "rc": 0, "start": "2025-01-24 08:22:45.303979" } STDOUT: tlskey = /etc/pki/tls/private/ansible.KWp0yz TASK [fedora.linux_system_roles.mssql : Configure the setting network tlskey] *** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:12 Friday 24 January 2025 08:22:45 -0500 (0:00:00.449) 0:01:54.346 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:42 Friday 24 January 2025 08:22:45 -0500 (0:00:00.133) 0:01:54.480 ******** changed: [managed-node1] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "unset", "network.tlskey" ], "delta": "0:00:00.046501", "end": "2025-01-24 08:22:45.936054", "failed_when_result": false, "rc": 0, "start": "2025-01-24 08:22:45.889553" } 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:571 Friday 24 January 2025 08:22:46 -0500 (0:00:00.516) 0:01:54.997 ******** included: /tmp/collections-jof/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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:3 Friday 24 January 2025 08:22:46 -0500 (0:00:00.211) 0:01:55.208 ******** ok: [managed-node1] => { "changed": false, "cmd": [ "grep", "^tlsprotocols = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003504", "end": "2025-01-24 08:22:46.629645", "failed_when_result": false, "rc": 0, "start": "2025-01-24 08:22:46.626141" } STDOUT: tlsprotocols = 1.2 TASK [fedora.linux_system_roles.mssql : Configure the setting network tlsprotocols] *** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:12 Friday 24 January 2025 08:22:46 -0500 (0:00:00.425) 0:01:55.634 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:42 Friday 24 January 2025 08:22:46 -0500 (0:00:00.167) 0:01:55.801 ******** changed: [managed-node1] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "unset", "network.tlsprotocols" ], "delta": "0:00:00.046873", "end": "2025-01-24 08:22:47.310926", "failed_when_result": false, "rc": 0, "start": "2025-01-24 08:22:47.264053" } 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:578 Friday 24 January 2025 08:22:47 -0500 (0:00:00.552) 0:01:56.353 ******** included: /tmp/collections-jof/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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:3 Friday 24 January 2025 08:22:47 -0500 (0:00:00.308) 0:01:56.662 ******** ok: [managed-node1] => { "changed": false, "cmd": [ "grep", "^forceencryption = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003438", "end": "2025-01-24 08:22:48.100503", "failed_when_result": false, "rc": 0, "start": "2025-01-24 08:22:48.097065" } STDOUT: forceencryption = 1 TASK [fedora.linux_system_roles.mssql : Configure the setting network forceencryption] *** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:12 Friday 24 January 2025 08:22:48 -0500 (0:00:00.463) 0:01:57.125 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:42 Friday 24 January 2025 08:22:48 -0500 (0:00:00.106) 0:01:57.232 ******** changed: [managed-node1] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "unset", "network.forceencryption" ], "delta": "0:00:00.046870", "end": "2025-01-24 08:22:48.718628", "failed_when_result": false, "rc": 0, "start": "2025-01-24 08:22:48.671758" } 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 : Get the setting forceencryption] ******* task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:587 Friday 24 January 2025 08:22:49 -0500 (0:00:00.660) 0:01:57.893 ******** ok: [managed-node1] => { "changed": false, "cmd": "set -euo pipefail; grep '^forceencryption' /var/opt/mssql/mssql.conf | sed 's/forceencryption = //g'", "delta": "0:00:00.004810", "end": "2025-01-24 08:22:49.522281", "failed_when_result": false, "rc": 1, "start": "2025-01-24 08:22:49.517471" } MSG: non-zero return code TASK [fedora.linux_system_roles.mssql : Append -No to sqlcmd when TLS is not configured] *** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:596 Friday 24 January 2025 08:22:49 -0500 (0:00:00.662) 0:01:58.555 ******** ok: [managed-node1] => { "ansible_facts": { "__sqlcmd_cli": "/opt/mssql-tools18/bin/sqlcmd -C -No" }, "changed": false } TASK [fedora.linux_system_roles.mssql : Append -C to sqlcmd when TLS is configured but certs are self-signed] *** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:603 Friday 24 January 2025 08:22:49 -0500 (0:00:00.133) 0:01:58.689 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Prepare MSSQL and facts for logging in] *** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:616 Friday 24 January 2025 08:22:49 -0500 (0:00:00.159) 0:01:58.848 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:620 Friday 24 January 2025 08:22:50 -0500 (0:00:00.197) 0:01:59.046 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:626 Friday 24 January 2025 08:22:50 -0500 (0:00:00.140) 0:01:59.186 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:641 Friday 24 January 2025 08:22:50 -0500 (0:00:00.110) 0:01:59.297 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Gather package facts] ****************** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:648 Friday 24 January 2025 08:22:50 -0500 (0:00:00.118) 0:01:59.416 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:656 Friday 24 January 2025 08:22:50 -0500 (0:00:00.124) 0:01:59.540 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:677 Friday 24 January 2025 08:22:50 -0500 (0:00:00.120) 0:01:59.661 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:684 Friday 24 January 2025 08:22:50 -0500 (0:00:00.139) 0:01:59.801 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:695 Friday 24 January 2025 08:22:51 -0500 (0:00:00.208) 0:02:00.010 ******** 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.005004", "end": "2025-01-24 08:22:51.478663", "rc": 0, "start": "2025-01-24 08:22:51.473659" } STDOUT: true TASK [fedora.linux_system_roles.mssql : Ensure that the mssql-server service is stopped] *** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:709 Friday 24 January 2025 08:22:51 -0500 (0:00:00.592) 0:02:00.602 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Gather package facts] ****************** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:716 Friday 24 January 2025 08:22:51 -0500 (0:00:00.142) 0:02:00.744 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:722 Friday 24 January 2025 08:22:53 -0500 (0:00:01.442) 0:02:02.187 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:741 Friday 24 January 2025 08:22:53 -0500 (0:00:00.124) 0:02:02.311 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:748 Friday 24 January 2025 08:22:53 -0500 (0:00:00.134) 0:02:02.447 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Open the TCP port 1433] ************************************************** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:755 Friday 24 January 2025 08:22:53 -0500 (0:00:00.115) 0:02:02.563 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:767 Friday 24 January 2025 08:22:53 -0500 (0:00:00.114) 0:02:02.677 ******** included: /tmp/collections-jof/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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:3 Friday 24 January 2025 08:22:53 -0500 (0:00:00.210) 0:02:02.888 ******** ok: [managed-node1] => { "changed": false, "cmd": [ "grep", "^tcpport = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003103", "end": "2025-01-24 08:22:54.313667", "failed_when_result": false, "rc": 1, "start": "2025-01-24 08:22:54.310564" } MSG: non-zero return code TASK [fedora.linux_system_roles.mssql : Configure the setting network tcpport] *** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:12 Friday 24 January 2025 08:22:54 -0500 (0:00:00.456) 0:02:03.345 ******** ok: [managed-node1] => { "changed": false, "cmd": [ "/opt/mssql/bin/mssql-conf", "set", "network.tcpport", "1433" ], "delta": "0:00:00.047361", "end": "2025-01-24 08:22:54.828841", "failed_when_result": false, "rc": 0, "start": "2025-01-24 08:22:54.781480" } 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:42 Friday 24 January 2025 08:22:54 -0500 (0:00:00.526) 0:02:03.872 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:773 Friday 24 January 2025 08:22:55 -0500 (0:00:00.212) 0:02:04.084 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Configure the sqlagent setting] ******** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:793 Friday 24 January 2025 08:22:55 -0500 (0:00:00.119) 0:02:04.204 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:800 Friday 24 January 2025 08:22:55 -0500 (0:00:00.120) 0:02:04.325 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Ensure the package powershell] ********* task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:807 Friday 24 January 2025 08:22:55 -0500 (0:00:00.120) 0:02:04.446 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:816 Friday 24 January 2025 08:22:55 -0500 (0:00:00.124) 0:02:04.571 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Set the 3979 traceflag] **************** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:822 Friday 24 January 2025 08:22:55 -0500 (0:00:00.116) 0:02:04.687 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Unset the 3979 traceflag] ************** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:829 Friday 24 January 2025 08:22:55 -0500 (0:00:00.112) 0:02:04.800 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Configure the alternatewritethrough setting] *** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:837 Friday 24 January 2025 08:22:56 -0500 (0:00:00.113) 0:02:04.913 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Configure the writethrough setting] **** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:843 Friday 24 January 2025 08:22:56 -0500 (0:00:00.104) 0:02:05.018 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:853 Friday 24 January 2025 08:22:56 -0500 (0:00:00.115) 0:02:05.134 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Join to realm {{ ad_integration_realm }}] ******************************** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:861 Friday 24 January 2025 08:22:56 -0500 (0:00:00.119) 0:02:05.253 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:869 Friday 24 January 2025 08:22:56 -0500 (0:00:00.111) 0:02:05.365 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:876 Friday 24 January 2025 08:22:56 -0500 (0:00:00.118) 0:02:05.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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:883 Friday 24 January 2025 08:22:56 -0500 (0:00:00.141) 0:02:05.625 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:892 Friday 24 January 2025 08:22:56 -0500 (0:00:00.132) 0:02:05.758 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:905 Friday 24 January 2025 08:22:56 -0500 (0:00:00.113) 0:02:05.871 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:914 Friday 24 January 2025 08:22:57 -0500 (0:00:00.120) 0:02:05.991 ******** 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 proper configuration on user] *** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:928 Friday 24 January 2025 08:22:57 -0500 (0:00:00.129) 0:02:06.121 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Get SPNs for the principal] ************ task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:938 Friday 24 January 2025 08:22:57 -0500 (0:00:00.137) 0:02:06.258 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:943 Friday 24 January 2025 08:22:57 -0500 (0:00:00.274) 0:02:06.533 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:960 Friday 24 January 2025 08:22:57 -0500 (0:00:00.175) 0:02:06.709 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:965 Friday 24 January 2025 08:22:57 -0500 (0:00:00.135) 0:02:06.844 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Get keytab properties] ***************** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:970 Friday 24 January 2025 08:22:58 -0500 (0:00:00.119) 0:02:06.964 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Create keytab] ************************* task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:976 Friday 24 January 2025 08:22:58 -0500 (0:00:00.117) 0:02:07.081 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1002 Friday 24 January 2025 08:22:58 -0500 (0:00:00.096) 0:02:07.178 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1023 Friday 24 January 2025 08:22:58 -0500 (0:00:00.089) 0:02:07.268 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1031 Friday 24 January 2025 08:22:58 -0500 (0:00:00.072) 0:02:07.341 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1041 Friday 24 January 2025 08:22:58 -0500 (0:00:00.103) 0:02:07.445 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1047 Friday 24 January 2025 08:22:58 -0500 (0:00:00.112) 0:02:07.557 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1065 Friday 24 January 2025 08:22:58 -0500 (0:00:00.119) 0:02:07.676 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1076 Friday 24 January 2025 08:22:58 -0500 (0:00:00.211) 0:02:07.888 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Set host variables] ******************** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1096 Friday 24 January 2025 08:22:59 -0500 (0:00:00.193) 0:02:08.081 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1149 Friday 24 January 2025 08:22:59 -0500 (0:00:00.214) 0:02:08.295 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Enable the hadrenabled setting] ******** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1156 Friday 24 January 2025 08:22:59 -0500 (0:00:00.192) 0:02:08.488 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1163 Friday 24 January 2025 08:22:59 -0500 (0:00:00.223) 0:02:08.712 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1173 Friday 24 January 2025 08:23:00 -0500 (0:00:00.214) 0:02:08.926 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1179 Friday 24 January 2025 08:23:00 -0500 (0:00:00.236) 0:02:09.162 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1187 Friday 24 January 2025 08:23:00 -0500 (0:00:00.248) 0:02:09.410 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1196 Friday 24 January 2025 08:23:00 -0500 (0:00:00.118) 0:02:09.529 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1204 Friday 24 January 2025 08:23:00 -0500 (0:00:00.213) 0:02:09.742 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1218 Friday 24 January 2025 08:23:01 -0500 (0:00:00.201) 0:02:09.944 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1224 Friday 24 January 2025 08:23:01 -0500 (0:00:00.226) 0:02:10.170 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Verify that primary instance hosts is available] *** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1246 Friday 24 January 2025 08:23:01 -0500 (0:00:00.221) 0:02:10.392 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Configure ag] ************************** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1256 Friday 24 January 2025 08:23:01 -0500 (0:00:00.258) 0:02:10.651 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1265 Friday 24 January 2025 08:23:01 -0500 (0:00:00.121) 0:02:10.772 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Replicate DBs] ************************* task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1274 Friday 24 January 2025 08:23:02 -0500 (0:00:00.125) 0:02:10.897 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1285 Friday 24 January 2025 08:23:02 -0500 (0:00:00.148) 0:02:11.046 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1298 Friday 24 January 2025 08:23:02 -0500 (0:00:00.134) 0:02:11.180 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1307 Friday 24 January 2025 08:23:02 -0500 (0:00:00.118) 0:02:11.299 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Enable the hadrenabled setting] ******** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1314 Friday 24 January 2025 08:23:02 -0500 (0:00:00.133) 0:02:11.432 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1321 Friday 24 January 2025 08:23:02 -0500 (0:00:00.157) 0:02:11.589 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1329 Friday 24 January 2025 08:23:02 -0500 (0:00:00.152) 0:02:11.742 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1336 Friday 24 January 2025 08:23:02 -0500 (0:00:00.120) 0:02:11.862 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1348 Friday 24 January 2025 08:23:03 -0500 (0:00:00.141) 0:02:12.004 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Create HA login] *********************** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1357 Friday 24 January 2025 08:23:03 -0500 (0:00:00.239) 0:02:12.243 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Join to availability group] ************ task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1364 Friday 24 January 2025 08:23:03 -0500 (0:00:00.220) 0:02:12.463 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1370 Friday 24 January 2025 08:23:03 -0500 (0:00:00.221) 0:02:12.685 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1378 Friday 24 January 2025 08:23:04 -0500 (0:00:00.242) 0:02:12.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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1391 Friday 24 January 2025 08:23:04 -0500 (0:00:00.421) 0:02:13.349 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1403 Friday 24 January 2025 08:23:04 -0500 (0:00:00.164) 0:02:13.514 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1408 Friday 24 January 2025 08:23:04 -0500 (0:00:00.166) 0:02:13.680 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1416 Friday 24 January 2025 08:23:04 -0500 (0:00:00.112) 0:02:13.793 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1425 Friday 24 January 2025 08:23:05 -0500 (0:00:00.167) 0:02:13.960 ******** changed: [managed-node1] => { "changed": true } MSG: Block inserted RUNNING HANDLER [fedora.linux_system_roles.mssql : Restart the mssql-server service] *** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/handlers/main.yml:3 Friday 24 January 2025 08:23:06 -0500 (0:00:00.975) 0:02:14.936 ******** changed: [managed-node1] => { "changed": true, "name": "mssql-server", "state": "started", "status": { "ActiveEnterTimestamp": "Fri 2025-01-24 08:22:16 EST", "ActiveEnterTimestampMonotonic": "699724042", "ActiveExitTimestamp": "Fri 2025-01-24 08:22:15 EST", "ActiveExitTimestampMonotonic": "698595631", "ActiveState": "active", "After": "-.mount system.slice network.target auditd.service basic.target systemd-journald.socket", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Fri 2025-01-24 08:22:16 EST", "AssertTimestampMonotonic": "699723328", "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 2025-01-24 08:22:16 EST", "ConditionTimestampMonotonic": "699723326", "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": "23548", "ExecMainStartTimestamp": "Fri 2025-01-24 08:22:16 EST", "ExecMainStartTimestampMonotonic": "699723950", "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 2025-01-24 08:22:16 EST", "InactiveEnterTimestampMonotonic": "699722529", "InactiveExitTimestamp": "Fri 2025-01-24 08:22:16 EST", "InactiveExitTimestampMonotonic": "699724042", "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": "23548", "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 2025-01-24 08:22:16 EST", "WatchdogTimestampMonotonic": "699723995", "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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1438 Friday 24 January 2025 08:23:07 -0500 (0:00:00.965) 0:02:15.901 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1445 Friday 24 January 2025 08:23:07 -0500 (0:00:00.142) 0:02:16.044 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify connectivity and settings] **************************************** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/tests_tls.yml:92 Friday 24 January 2025 08:23:07 -0500 (0:00:00.145) 0:02:16.190 ******** included: /tmp/collections-jof/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/collections-jof/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:8 Friday 24 January 2025 08:23:07 -0500 (0:00:00.560) 0:02:16.751 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if the set edition matches the existing edition] ******************* task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:23 Friday 24 January 2025 08:23:08 -0500 (0:00:00.225) 0:02:16.976 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify if the edition matches] ******************************************* task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:35 Friday 24 January 2025 08:23:08 -0500 (0:00:00.201) 0:02:17.177 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the setting {{ item.key }}] *************************************** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:39 Friday 24 January 2025 08:23:08 -0500 (0:00:00.152) 0:02:17.330 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get stat of mssql_datadir] *********************************************** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:55 Friday 24 January 2025 08:23:08 -0500 (0:00:00.121) 0:02:17.452 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Assert that mssql_datadir has proper permissions and ownership] ********** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:60 Friday 24 January 2025 08:23:08 -0500 (0:00:00.406) 0:02:17.858 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get stat of mssql_logdir] ************************************************ task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:70 Friday 24 January 2025 08:23:09 -0500 (0:00:00.159) 0:02:18.017 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Assert that mssql_logdir has proper permissions and ownership] *********** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:75 Friday 24 January 2025 08:23:09 -0500 (0:00:00.150) 0:02:18.168 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Prepare MSSQL and facts for logging in] ********************************** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:85 Friday 24 January 2025 08:23:09 -0500 (0:00:00.130) 0:02:18.299 ******** TASK [fedora.linux_system_roles.mssql : Ensure that the mssql-server service is started] *** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/verify_password.yml:3 Friday 24 January 2025 08:23:09 -0500 (0:00:00.257) 0:02:18.556 ******** ok: [managed-node1] => { "changed": false, "name": "mssql-server", "state": "started", "status": { "ActiveEnterTimestamp": "Fri 2025-01-24 08:23:06 EST", "ActiveEnterTimestampMonotonic": "750050193", "ActiveExitTimestamp": "Fri 2025-01-24 08:23:06 EST", "ActiveExitTimestampMonotonic": "749801523", "ActiveState": "active", "After": "-.mount system.slice network.target auditd.service basic.target systemd-journald.socket", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Fri 2025-01-24 08:23:06 EST", "AssertTimestampMonotonic": "750049367", "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 2025-01-24 08:23:06 EST", "ConditionTimestampMonotonic": "750049365", "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": "25783", "ExecMainStartTimestamp": "Fri 2025-01-24 08:23:06 EST", "ExecMainStartTimestampMonotonic": "750050123", "ExecMainStatus": "0", "ExecStart": "{ path=/opt/mssql/bin/sqlservr ; argv[]=/opt/mssql/bin/sqlservr ; ignore_errors=no ; start_time=[Fri 2025-01-24 08:23:06 EST] ; stop_time=[n/a] ; pid=25783 ; 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 2025-01-24 08:23:06 EST", "InactiveEnterTimestampMonotonic": "750047488", "InactiveExitTimestamp": "Fri 2025-01-24 08:23:06 EST", "InactiveExitTimestampMonotonic": "750050193", "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": "25783", "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 2025-01-24 08:23:06 EST", "WatchdogTimestampMonotonic": "750050170", "WatchdogUSec": "0", "WorkingDirectory": "/var/opt/mssql" } } TASK [fedora.linux_system_roles.mssql : Check if a custom tcpport setting exist] *** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/verify_password.yml:8 Friday 24 January 2025 08:23:10 -0500 (0:00:00.868) 0:02:19.425 ******** ok: [managed-node1] => { "changed": false, "cmd": [ "grep", "^tcpport = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003299", "end": "2025-01-24 08:23:11.155535", "failed_when_result": false, "rc": 1, "start": "2025-01-24 08:23:11.152236" } MSG: non-zero return code TASK [fedora.linux_system_roles.mssql : Check if a custom ipaddress setting exist] *** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/verify_password.yml:14 Friday 24 January 2025 08:23:11 -0500 (0:00:00.822) 0:02:20.248 ******** ok: [managed-node1] => { "changed": false, "cmd": [ "grep", "^ipaddress = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003189", "end": "2025-01-24 08:23:11.804476", "failed_when_result": false, "rc": 1, "start": "2025-01-24 08:23:11.801287" } MSG: non-zero return code TASK [fedora.linux_system_roles.mssql : Set a fact with a login command] ******* task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/verify_password.yml:20 Friday 24 January 2025 08:23:11 -0500 (0:00:00.596) 0:02:20.844 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:93 Friday 24 January 2025 08:23:12 -0500 (0:00:00.160) 0:02:21.004 ******** 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": 6263, "state": "file", "uid": 996 } TASK [Check if the set password matches the existing password] ***************** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:99 Friday 24 January 2025 08:23:13 -0500 (0:00:01.561) 0:02:22.566 ******** ok: [managed-node1] => { "attempts": 1, "changed": false, "cmd": [ "/opt/mssql-tools18/bin/sqlcmd", "-C", "-No", "-U", "sa", "-P", "p@55w0rD", "-Q", "SELECT @@VERSION" ], "delta": "0:00:00.023996", "end": "2025-01-24 08:23:14.024105", "rc": 0, "start": "2025-01-24 08:23:14.000109" } STDOUT: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ Microsoft SQL Server 2017 (RTM-CU31-GDR) (KB5029376) - 14.0.3465.1 (X64) Jul 30 2023 15:31:58 Copyright (C) 2017 Microsoft Corporation Enterprise Evaluation Edition (64-bit) on Linux (CentOS Linux 7 (Core)) (1 rows affected) TASK [Set the mssql_password variable to default null] ************************* task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:118 Friday 24 January 2025 08:23:14 -0500 (0:00:00.506) 0:02:23.072 ******** ok: [managed-node1] => { "ansible_facts": { "mssql_password": null }, "changed": false } TASK [Verify the package mssql-server-fts] ************************************* task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:122 Friday 24 January 2025 08:23:14 -0500 (0:00:00.117) 0:02:23.190 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the package powershell] ******************************************* task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:129 Friday 24 January 2025 08:23:14 -0500 (0:00:00.148) 0:02:23.339 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the value of the traceflag setting] ********************************** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:140 Friday 24 January 2025 08:23:14 -0500 (0:00:00.349) 0:02:23.689 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that the traceflag setting is set to 3979] ************************ task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:145 Friday 24 January 2025 08:23:14 -0500 (0:00:00.129) 0:02:23.819 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:150 Friday 24 January 2025 08:23:15 -0500 (0:00:00.205) 0:02:24.024 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that the alternatewritethrough setting is false] ****************** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:156 Friday 24 January 2025 08:23:15 -0500 (0:00:00.231) 0:02:24.256 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the writethrough setting] ***************************************** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:162 Friday 24 January 2025 08:23:15 -0500 (0:00:00.142) 0:02:24.399 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the tlscert setting] ********************************************** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:172 Friday 24 January 2025 08:23:15 -0500 (0:00:00.232) 0:02:24.631 ******** included: /tmp/collections-jof/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/collections-jof/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml:7 Friday 24 January 2025 08:23:16 -0500 (0:00:00.279) 0:02:24.911 ******** ok: [managed-node1] => { "changed": false, "cmd": "grep '^tlscert' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004388", "end": "2025-01-24 08:23:16.432706", "rc": 0, "start": "2025-01-24 08:23:16.428318" } TASK [Verify the setting when it is type str tlscert] ************************** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml:14 Friday 24 January 2025 08:23:16 -0500 (0:00:00.554) 0:02:25.466 ******** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Verify the setting when it is type bool tlscert] ************************* task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml:25 Friday 24 January 2025 08:23:16 -0500 (0:00:00.127) 0:02:25.594 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that tcpport =] *************************************************** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml:40 Friday 24 January 2025 08:23:16 -0500 (0:00:00.129) 0:02:25.724 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the tlskey setting] *********************************************** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:183 Friday 24 January 2025 08:23:16 -0500 (0:00:00.121) 0:02:25.845 ******** included: /tmp/collections-jof/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/collections-jof/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml:7 Friday 24 January 2025 08:23:17 -0500 (0:00:00.171) 0:02:26.016 ******** ok: [managed-node1] => { "changed": false, "cmd": "grep '^tlskey' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004262", "end": "2025-01-24 08:23:17.393642", "rc": 0, "start": "2025-01-24 08:23:17.389380" } TASK [Verify the setting when it is type str tlskey] *************************** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml:14 Friday 24 January 2025 08:23:17 -0500 (0:00:00.389) 0:02:26.406 ******** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Verify the setting when it is type bool tlskey] ************************** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml:25 Friday 24 January 2025 08:23:17 -0500 (0:00:00.113) 0:02:26.520 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that tcpport =] *************************************************** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml:40 Friday 24 January 2025 08:23:17 -0500 (0:00:00.082) 0:02:26.603 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the tlsprotocols setting] ***************************************** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:195 Friday 24 January 2025 08:23:17 -0500 (0:00:00.128) 0:02:26.732 ******** included: /tmp/collections-jof/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/collections-jof/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml:7 Friday 24 January 2025 08:23:18 -0500 (0:00:00.325) 0:02:27.057 ******** ok: [managed-node1] => { "changed": false, "cmd": "grep '^tlsprotocols' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004297", "end": "2025-01-24 08:23:18.684777", "rc": 0, "start": "2025-01-24 08:23:18.680480" } TASK [Verify the setting when it is type str tlsprotocols] ********************* task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml:14 Friday 24 January 2025 08:23:18 -0500 (0:00:00.675) 0:02:27.733 ******** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Verify the setting when it is type bool tlsprotocols] ******************** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml:25 Friday 24 January 2025 08:23:18 -0500 (0:00:00.156) 0:02:27.890 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that tcpport =] *************************************************** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml:40 Friday 24 January 2025 08:23:19 -0500 (0:00:00.206) 0:02:28.096 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the forceencryption setting] ************************************** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:203 Friday 24 January 2025 08:23:19 -0500 (0:00:00.232) 0:02:28.329 ******** included: /tmp/collections-jof/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/collections-jof/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml:7 Friday 24 January 2025 08:23:19 -0500 (0:00:00.266) 0:02:28.595 ******** ok: [managed-node1] => { "changed": false, "cmd": "grep '^forceencryption' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004351", "end": "2025-01-24 08:23:20.017525", "rc": 0, "start": "2025-01-24 08:23:20.013174" } TASK [Verify the setting when it is type str forceencryption] ****************** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml:14 Friday 24 January 2025 08:23:20 -0500 (0:00:00.417) 0:02:29.013 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the setting when it is type bool forceencryption] ***************** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml:25 Friday 24 January 2025 08:23:20 -0500 (0:00:00.114) 0:02:29.127 ******** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Verify that tcpport = False] ********************************************* task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml:40 Friday 24 January 2025 08:23:20 -0500 (0:00:00.140) 0:02:29.268 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify configuration for confined application] *************************** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:210 Friday 24 January 2025 08:23:20 -0500 (0:00:00.121) 0:02:29.389 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Remove certificates from hosts] ****************************************** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/tests_tls.yml:99 Friday 24 January 2025 08:23:20 -0500 (0:00:00.120) 0:02:29.509 ******** changed: [managed-node1] => (item=/etc/pki/tls/certs/ansible.XnV2xH) => { "ansible_loop_var": "item", "changed": true, "item": "/etc/pki/tls/certs/ansible.XnV2xH", "path": "/etc/pki/tls/certs/ansible.XnV2xH", "state": "absent" } changed: [managed-node1] => (item=/etc/pki/tls/private/ansible.KWp0yz) => { "ansible_loop_var": "item", "changed": true, "item": "/etc/pki/tls/private/ansible.KWp0yz", "path": "/etc/pki/tls/private/ansible.KWp0yz", "state": "absent" } TASK [Copy certificates to hosts] ********************************************** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/tests_tls.yml:107 Friday 24 January 2025 08:23:21 -0500 (0:00:01.141) 0:02:30.651 ******** ok: [managed-node1] => (item=/tmp/ansible.XnV2xH) => { "ansible_loop_var": "item", "changed": false, "checksum": "007b715a6f709522e7058d08962613ecb20f4ad1", "dest": "/tmp/ansible.XnV2xH", "gid": 0, "group": "root", "item": "/tmp/ansible.XnV2xH", "mode": "0600", "owner": "root", "path": "/tmp/ansible.XnV2xH", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 1103, "state": "file", "uid": 0 } ok: [managed-node1] => (item=/tmp/ansible.KWp0yz) => { "ansible_loop_var": "item", "changed": false, "checksum": "a474357fe39e93149cebd4640194f7059a58e3c5", "dest": "/tmp/ansible.KWp0yz", "gid": 0, "group": "root", "item": "/tmp/ansible.KWp0yz", "mode": "0600", "owner": "root", "path": "/tmp/ansible.KWp0yz", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 1708, "state": "file", "uid": 0 } TASK [Set mssql_tls_cert and mssql_tls_private_key for the following test] ***** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/tests_tls.yml:116 Friday 24 January 2025 08:23:23 -0500 (0:00:01.631) 0:02:32.282 ******** ok: [managed-node1] => { "ansible_facts": { "mssql_tls_cert": "/tmp/ansible.XnV2xH", "mssql_tls_private_key": "ansible.KWp0yz" }, "changed": false } TASK [Test with certs on managed nodes] **************************************** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/tests_tls.yml:121 Friday 24 January 2025 08:23:23 -0500 (0:00:00.219) 0:02:32.502 ******** TASK [fedora.linux_system_roles.mssql : Ensure ansible_facts and variables used by role] *** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:3 Friday 24 January 2025 08:23:24 -0500 (0:00:01.127) 0:02:33.629 ******** included: /tmp/collections-jof/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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/set_vars.yml:3 Friday 24 January 2025 08:23:24 -0500 (0:00:00.233) 0:02:33.862 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/set_vars.yml:8 Friday 24 January 2025 08:23:25 -0500 (0:00:00.158) 0:02:34.020 ******** 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/collections-jof/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/collections-jof/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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:8 Friday 24 January 2025 08:23:25 -0500 (0:00:00.163) 0:02:34.184 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:15 Friday 24 January 2025 08:23:25 -0500 (0:00:00.109) 0:02:34.293 ******** skipping: [managed-node1] => {} TASK [fedora.linux_system_roles.mssql : Link the deprecated mssql_input_sql_file fact] *** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:23 Friday 24 January 2025 08:23:25 -0500 (0:00:00.103) 0:02:34.396 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:30 Friday 24 January 2025 08:23:25 -0500 (0:00:00.093) 0:02:34.490 ******** skipping: [managed-node1] => {} TASK [fedora.linux_system_roles.mssql : Link the deprecated mssql_ha_listener_port fact] *** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:37 Friday 24 January 2025 08:23:25 -0500 (0:00:00.086) 0:02:34.576 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:44 Friday 24 January 2025 08:23:25 -0500 (0:00:00.072) 0:02:34.648 ******** skipping: [managed-node1] => {} TASK [fedora.linux_system_roles.mssql : Link the deprecated mssql_ad_sql_user_name fact] *** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:51 Friday 24 January 2025 08:23:25 -0500 (0:00:00.202) 0:02:34.851 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:58 Friday 24 January 2025 08:23:26 -0500 (0:00:00.108) 0:02:34.959 ******** skipping: [managed-node1] => {} TASK [fedora.linux_system_roles.mssql : Link the deprecated mssql_ha_cluster_run_role fact] *** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:65 Friday 24 January 2025 08:23:26 -0500 (0:00:00.110) 0:02:35.070 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Print that variable is deprecated] ***** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:74 Friday 24 January 2025 08:23:26 -0500 (0:00:00.124) 0:02:35.194 ******** skipping: [managed-node1] => {} TASK [fedora.linux_system_roles.mssql : Link the deprecated fact] ************** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:83 Friday 24 January 2025 08:23:26 -0500 (0:00:00.103) 0:02:35.298 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Fail on RHEL or CentOS 10 because it's not supported] *** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:87 Friday 24 January 2025 08:23:26 -0500 (0:00:00.133) 0:02:35.432 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:94 Friday 24 January 2025 08:23:26 -0500 (0:00:00.160) 0:02:35.592 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:106 Friday 24 January 2025 08:23:26 -0500 (0:00:00.118) 0:02:35.711 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:114 Friday 24 January 2025 08:23:26 -0500 (0:00:00.119) 0:02:35.830 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:123 Friday 24 January 2025 08:23:27 -0500 (0:00:00.131) 0:02:35.962 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:132 Friday 24 January 2025 08:23:27 -0500 (0:00:00.153) 0:02:36.116 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:142 Friday 24 January 2025 08:23:27 -0500 (0:00:00.122) 0:02:36.239 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:151 Friday 24 January 2025 08:23:27 -0500 (0:00:00.144) 0:02:36.383 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Gather package facts] ****************** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:162 Friday 24 January 2025 08:23:27 -0500 (0:00:00.110) 0:02:36.494 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:166 Friday 24 January 2025 08:23:29 -0500 (0:00:01.720) 0:02:38.215 ******** ok: [managed-node1] => (item={u'value': 14, u'key': 2017}) => { "ansible_facts": { "__mssql_current_version": "2017" }, "ansible_loop_var": "item", "changed": false, "item": { "key": 2017, "value": 14 } } 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:174 Friday 24 January 2025 08:23:29 -0500 (0:00:00.453) 0:02:38.668 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:181 Friday 24 January 2025 08:23:29 -0500 (0:00:00.120) 0:02:38.788 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:188 Friday 24 January 2025 08:23:29 -0500 (0:00:00.088) 0:02:38.877 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:202 Friday 24 January 2025 08:23:30 -0500 (0:00:00.209) 0:02:39.086 ******** ok: [managed-node1] => { "attempts": 1, "changed": false } TASK [fedora.linux_system_roles.mssql : Update all packages from SQL Server repo version 2017] *** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:216 Friday 24 January 2025 08:23:30 -0500 (0:00:00.607) 0:02:39.693 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Get yum repositories] ****************** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:226 Friday 24 January 2025 08:23:30 -0500 (0:00:00.095) 0:02:39.789 ******** 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 2017] *** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:237 Friday 24 January 2025 08:23:30 -0500 (0:00:00.099) 0:02:39.888 ******** 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 2017] *** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:251 Friday 24 January 2025 08:23:31 -0500 (0:00:00.080) 0:02:39.969 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Get zypper repositories] *************** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:260 Friday 24 January 2025 08:23:31 -0500 (0:00:00.077) 0:02:40.046 ******** 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 2017] *** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:272 Friday 24 January 2025 08:23:31 -0500 (0:00:00.088) 0:02:40.135 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Configure the Microsoft SQL Server repo version 2017] *** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:279 Friday 24 January 2025 08:23:31 -0500 (0:00:00.091) 0:02:40.227 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Configure the Microsoft SQL Server repo version 2017] *** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:291 Friday 24 January 2025 08:23:31 -0500 (0:00:00.147) 0:02:40.374 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:304 Friday 24 January 2025 08:23:31 -0500 (0:00:00.114) 0:02:40.489 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:309 Friday 24 January 2025 08:23:32 -0500 (0:00:00.711) 0:02:41.200 ******** ok: [managed-node1] => { "changed": false, "rc": 0, "results": [ "mssql-server-14.0.3465.1-1.x86_64 providing mssql-server is already installed" ] } TASK [fedora.linux_system_roles.mssql : Check if the errorlog file exists and its location] *** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:314 Friday 24 January 2025 08:23:32 -0500 (0:00:00.647) 0:02:41.847 ******** 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.005309", "end": "2025-01-24 08:23:33.266515", "rc": 0, "start": "2025-01-24 08:23:33.261206" } STDOUT: /var/opt/mssql/log/errorlog TASK [fedora.linux_system_roles.mssql : Gather system services facts] ********** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:330 Friday 24 January 2025 08:23:33 -0500 (0:00:00.435) 0:02:42.283 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:334 Friday 24 January 2025 08:23:34 -0500 (0:00:01.125) 0:02:43.408 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:343 Friday 24 January 2025 08:23:34 -0500 (0:00:00.319) 0:02:43.728 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Set up MSSQL] ************************** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:359 Friday 24 January 2025 08:23:35 -0500 (0:00:00.205) 0:02:43.934 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:384 Friday 24 January 2025 08:23:35 -0500 (0:00:00.155) 0:02:44.090 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:399 Friday 24 January 2025 08:23:35 -0500 (0:00:00.207) 0:02:44.297 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure correct SELinux context for storage paths and ports] ************** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:413 Friday 24 January 2025 08:23:35 -0500 (0:00:00.138) 0:02:44.436 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:424 Friday 24 January 2025 08:23:35 -0500 (0:00:00.105) 0:02:44.541 ******** 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" ] } TASK [fedora.linux_system_roles.mssql : Ensure that the tuned service is started and enabled] *** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:430 Friday 24 January 2025 08:23:36 -0500 (0:00:00.673) 0:02:45.215 ******** ok: [managed-node1] => { "changed": false, "enabled": true, "name": "tuned", "state": "started", "status": { "ActiveEnterTimestamp": "Fri 2025-01-24 08:10:56 EST", "ActiveEnterTimestampMonotonic": "20414631", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "dbus.service system.slice systemd-sysctl.service network.target basic.target systemd-journald.socket", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Fri 2025-01-24 08:10:54 EST", "AssertTimestampMonotonic": "18332711", "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 2025-01-24 08:10:54 EST", "ConditionTimestampMonotonic": "18332709", "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": "851", "ExecMainStartTimestamp": "Fri 2025-01-24 08:10:54 EST", "ExecMainStartTimestampMonotonic": "18333388", "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 2025-01-24 08:10:54 EST", "InactiveExitTimestampMonotonic": "18333422", "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": "851", "MemoryAccounting": "no", "MemoryCurrent": "18446744073709551615", "MemoryLimit": "18446744073709551615", "MountFlags": "0", "Names": "tuned.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PIDFile": "/run/tuned/tuned.pid", "PermissionsStartOnly": "no", "PrivateDevices": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "ProtectHome": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "Requires": "polkit.service basic.target system.slice dbus.service", "Restart": "no", "RestartUSec": "100ms", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitInterval": "10000000", "StartupBlockIOWeight": "18446744073709551615", "StartupCPUShares": "18446744073709551615", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "no", "TasksCurrent": "18446744073709551615", "TasksMax": "18446744073709551615", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "dbus", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "WantedBy": "multi-user.target", "WatchdogTimestamp": "Fri 2025-01-24 08:10:56 EST", "WatchdogTimestampMonotonic": "20414575", "WatchdogUSec": "0" } } TASK [fedora.linux_system_roles.mssql : Get the active Tuned profiles] ********* task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:437 Friday 24 January 2025 08:23:36 -0500 (0:00:00.587) 0:02:45.803 ******** ok: [managed-node1] => { "changed": false, "cmd": [ "tuned-adm", "active" ], "delta": "0:00:00.086834", "end": "2025-01-24 08:23:37.309465", "rc": 0, "start": "2025-01-24 08:23:37.222631" } 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:450 Friday 24 January 2025 08:23:37 -0500 (0:00:00.649) 0:02:46.452 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:463 Friday 24 January 2025 08:23:37 -0500 (0:00:00.133) 0:02:46.586 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:472 Friday 24 January 2025 08:23:37 -0500 (0:00:00.127) 0:02:46.713 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:482 Friday 24 January 2025 08:23:37 -0500 (0:00:00.158) 0:02:46.871 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:490 Friday 24 January 2025 08:23:38 -0500 (0:00:00.919) 0:02:47.791 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:499 Friday 24 January 2025 08:23:39 -0500 (0:00:00.261) 0:02:48.052 ******** ok: [managed-node1] => { "changed": false, "rc": 0, "results": [ "mssql-tools18-18.4.1.1-1.x86_64 providing mssql-tools18 is already installed", "unixODBC-devel-2.3.11-1.rh.x86_64 providing unixODBC-devel is already installed" ] } TASK [Create certificates using the certificate role] ************************** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:516 Friday 24 January 2025 08:23:39 -0500 (0:00:00.805) 0:02:48.859 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:530 Friday 24 January 2025 08:23:40 -0500 (0:00:00.122) 0:02:48.981 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:535 Friday 24 January 2025 08:23:40 -0500 (0:00:00.116) 0:02:49.098 ******** changed: [managed-node1] => (item=/tmp/ansible.XnV2xH) => { "ansible_loop_var": "item", "changed": true, "checksum": "007b715a6f709522e7058d08962613ecb20f4ad1", "dest": "/etc/pki/tls/certs/ansible.XnV2xH", "gid": 994, "group": "mssql", "item": "/tmp/ansible.XnV2xH", "md5sum": "d37194bc6bb4f0c6b274a05359c9f805", "mode": "0600", "owner": "mssql", "secontext": "system_u:object_r:cert_t:s0", "size": 1103, "src": "/tmp/ansible.XnV2xH", "state": "file", "uid": 996 } changed: [managed-node1] => (item=/tmp/ansible.KWp0yz) => { "ansible_loop_var": "item", "changed": true, "checksum": "a474357fe39e93149cebd4640194f7059a58e3c5", "dest": "/etc/pki/tls/private/ansible.KWp0yz", "gid": 994, "group": "mssql", "item": "/tmp/ansible.KWp0yz", "md5sum": "0e4ec571c91865afc1b61c77944c45d8", "mode": "0600", "owner": "mssql", "secontext": "system_u:object_r:cert_t:s0", "size": 1708, "src": "/tmp/ansible.KWp0yz", "state": "file", "uid": 996 } TASK [fedora.linux_system_roles.mssql : Configure the tlscert setting] ********* task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:553 Friday 24 January 2025 08:23:41 -0500 (0:00:00.842) 0:02:49.940 ******** included: /tmp/collections-jof/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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:3 Friday 24 January 2025 08:23:41 -0500 (0:00:00.206) 0:02:50.147 ******** ok: [managed-node1] => { "changed": false, "cmd": [ "grep", "^tlscert = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003647", "end": "2025-01-24 08:23:41.561173", "failed_when_result": false, "rc": 1, "start": "2025-01-24 08:23:41.557526" } MSG: non-zero return code TASK [fedora.linux_system_roles.mssql : Configure the setting network tlscert] *** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:12 Friday 24 January 2025 08:23:41 -0500 (0:00:00.453) 0:02:50.600 ******** 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.XnV2xH" ], "delta": "0:00:00.046874", "end": "2025-01-24 08:23:42.169643", "failed_when_result": false, "rc": 0, "start": "2025-01-24 08:23:42.122769" } 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:42 Friday 24 January 2025 08:23:42 -0500 (0:00:00.616) 0:02:51.217 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Configure the tlskey setting] ********** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:562 Friday 24 January 2025 08:23:42 -0500 (0:00:00.115) 0:02:51.332 ******** included: /tmp/collections-jof/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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:3 Friday 24 January 2025 08:23:42 -0500 (0:00:00.322) 0:02:51.655 ******** ok: [managed-node1] => { "changed": false, "cmd": [ "grep", "^tlskey = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003237", "end": "2025-01-24 08:23:43.096428", "failed_when_result": false, "rc": 1, "start": "2025-01-24 08:23:43.093191" } MSG: non-zero return code TASK [fedora.linux_system_roles.mssql : Configure the setting network tlskey] *** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:12 Friday 24 January 2025 08:23:43 -0500 (0:00:00.486) 0:02:52.141 ******** changed: [managed-node1] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "set", "network.tlskey", "/etc/pki/tls/private/ansible.KWp0yz" ], "delta": "0:00:00.046487", "end": "2025-01-24 08:23:43.742861", "failed_when_result": false, "rc": 0, "start": "2025-01-24 08:23:43.696374" } 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:42 Friday 24 January 2025 08:23:43 -0500 (0:00:00.632) 0:02:52.774 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Configure the tlsprotocols setting] **** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:571 Friday 24 January 2025 08:23:44 -0500 (0:00:00.183) 0:02:52.958 ******** included: /tmp/collections-jof/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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:3 Friday 24 January 2025 08:23:44 -0500 (0:00:00.217) 0:02:53.175 ******** ok: [managed-node1] => { "changed": false, "cmd": [ "grep", "^tlsprotocols = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003134", "end": "2025-01-24 08:23:44.561815", "failed_when_result": false, "rc": 1, "start": "2025-01-24 08:23:44.558681" } MSG: non-zero return code TASK [fedora.linux_system_roles.mssql : Configure the setting network tlsprotocols] *** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:12 Friday 24 January 2025 08:23:44 -0500 (0:00:00.399) 0:02:53.574 ******** changed: [managed-node1] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "set", "network.tlsprotocols", "1.2" ], "delta": "0:00:00.045937", "end": "2025-01-24 08:23:45.046915", "failed_when_result": false, "rc": 0, "start": "2025-01-24 08:23:45.000978" } 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:42 Friday 24 January 2025 08:23:45 -0500 (0:00:00.522) 0:02:54.096 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Configure the forceencryption setting] *** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:578 Friday 24 January 2025 08:23:45 -0500 (0:00:00.122) 0:02:54.219 ******** included: /tmp/collections-jof/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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:3 Friday 24 January 2025 08:23:45 -0500 (0:00:00.229) 0:02:54.449 ******** ok: [managed-node1] => { "changed": false, "cmd": [ "grep", "^forceencryption = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003152", "end": "2025-01-24 08:23:46.034104", "failed_when_result": false, "rc": 1, "start": "2025-01-24 08:23:46.030952" } MSG: non-zero return code TASK [fedora.linux_system_roles.mssql : Configure the setting network forceencryption] *** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:12 Friday 24 January 2025 08:23:46 -0500 (0:00:00.640) 0:02:55.090 ******** changed: [managed-node1] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "set", "network.forceencryption", "1" ], "delta": "0:00:00.046823", "end": "2025-01-24 08:23:46.570055", "failed_when_result": false, "rc": 0, "start": "2025-01-24 08:23:46.523232" } 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:42 Friday 24 January 2025 08:23:46 -0500 (0:00:00.531) 0:02:55.621 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Get the setting forceencryption] ******* task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:587 Friday 24 January 2025 08:23:46 -0500 (0:00:00.244) 0:02:55.865 ******** ok: [managed-node1] => { "changed": false, "cmd": "set -euo pipefail; grep '^forceencryption' /var/opt/mssql/mssql.conf | sed 's/forceencryption = //g'", "delta": "0:00:00.005371", "end": "2025-01-24 08:23:47.298017", "failed_when_result": false, "rc": 0, "start": "2025-01-24 08:23:47.292646" } STDOUT: 1 TASK [fedora.linux_system_roles.mssql : Append -No to sqlcmd when TLS is not configured] *** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:596 Friday 24 January 2025 08:23:47 -0500 (0:00:00.431) 0:02:56.297 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Append -C to sqlcmd when TLS is configured but certs are self-signed] *** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:603 Friday 24 January 2025 08:23:47 -0500 (0:00:00.078) 0:02:56.376 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Prepare MSSQL and facts for logging in] *** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:616 Friday 24 January 2025 08:23:47 -0500 (0:00:00.101) 0:02:56.478 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:620 Friday 24 January 2025 08:23:47 -0500 (0:00:00.095) 0:02:56.574 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:626 Friday 24 January 2025 08:23:47 -0500 (0:00:00.079) 0:02:56.653 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:641 Friday 24 January 2025 08:23:47 -0500 (0:00:00.091) 0:02:56.745 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Gather package facts] ****************** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:648 Friday 24 January 2025 08:23:47 -0500 (0:00:00.111) 0:02:56.857 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:656 Friday 24 January 2025 08:23:48 -0500 (0:00:00.134) 0:02:56.991 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:677 Friday 24 January 2025 08:23:48 -0500 (0:00:00.182) 0:02:57.173 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:684 Friday 24 January 2025 08:23:48 -0500 (0:00:00.111) 0:02:57.285 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:695 Friday 24 January 2025 08:23:48 -0500 (0:00:00.126) 0:02:57.411 ******** 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.004966", "end": "2025-01-24 08:23:48.806808", "rc": 0, "start": "2025-01-24 08:23:48.801842" } STDOUT: true TASK [fedora.linux_system_roles.mssql : Ensure that the mssql-server service is stopped] *** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:709 Friday 24 January 2025 08:23:48 -0500 (0:00:00.401) 0:02:57.813 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Gather package facts] ****************** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:716 Friday 24 January 2025 08:23:49 -0500 (0:00:00.082) 0:02:57.896 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:722 Friday 24 January 2025 08:23:50 -0500 (0:00:01.626) 0:02:59.522 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:741 Friday 24 January 2025 08:23:50 -0500 (0:00:00.100) 0:02:59.623 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:748 Friday 24 January 2025 08:23:50 -0500 (0:00:00.109) 0:02:59.732 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Open the TCP port 1433] ************************************************** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:755 Friday 24 January 2025 08:23:50 -0500 (0:00:00.107) 0:02:59.840 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:767 Friday 24 January 2025 08:23:51 -0500 (0:00:00.141) 0:02:59.981 ******** included: /tmp/collections-jof/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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:3 Friday 24 January 2025 08:23:51 -0500 (0:00:00.231) 0:03:00.213 ******** ok: [managed-node1] => { "changed": false, "cmd": [ "grep", "^tcpport = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003224", "end": "2025-01-24 08:23:51.681935", "failed_when_result": false, "rc": 1, "start": "2025-01-24 08:23:51.678711" } MSG: non-zero return code TASK [fedora.linux_system_roles.mssql : Configure the setting network tcpport] *** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:12 Friday 24 January 2025 08:23:51 -0500 (0:00:00.627) 0:03:00.841 ******** ok: [managed-node1] => { "changed": false, "cmd": [ "/opt/mssql/bin/mssql-conf", "set", "network.tcpport", "1433" ], "delta": "0:00:00.046838", "end": "2025-01-24 08:23:52.623150", "failed_when_result": false, "rc": 0, "start": "2025-01-24 08:23:52.576312" } 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:42 Friday 24 January 2025 08:23:52 -0500 (0:00:00.901) 0:03:01.743 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:773 Friday 24 January 2025 08:23:52 -0500 (0:00:00.145) 0:03:01.888 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Configure the sqlagent setting] ******** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:793 Friday 24 January 2025 08:23:53 -0500 (0:00:00.204) 0:03:02.093 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:800 Friday 24 January 2025 08:23:53 -0500 (0:00:00.165) 0:03:02.259 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Ensure the package powershell] ********* task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:807 Friday 24 January 2025 08:23:53 -0500 (0:00:00.176) 0:03:02.435 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:816 Friday 24 January 2025 08:23:53 -0500 (0:00:00.123) 0:03:02.559 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Set the 3979 traceflag] **************** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:822 Friday 24 January 2025 08:23:53 -0500 (0:00:00.167) 0:03:02.727 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Unset the 3979 traceflag] ************** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:829 Friday 24 January 2025 08:23:54 -0500 (0:00:00.168) 0:03:02.896 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Configure the alternatewritethrough setting] *** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:837 Friday 24 January 2025 08:23:54 -0500 (0:00:00.449) 0:03:03.346 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Configure the writethrough setting] **** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:843 Friday 24 January 2025 08:23:54 -0500 (0:00:00.166) 0:03:03.513 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:853 Friday 24 January 2025 08:23:54 -0500 (0:00:00.123) 0:03:03.637 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Join to realm {{ ad_integration_realm }}] ******************************** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:861 Friday 24 January 2025 08:23:54 -0500 (0:00:00.125) 0:03:03.762 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:869 Friday 24 January 2025 08:23:54 -0500 (0:00:00.101) 0:03:03.864 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:876 Friday 24 January 2025 08:23:55 -0500 (0:00:00.098) 0:03:03.963 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:883 Friday 24 January 2025 08:23:55 -0500 (0:00:00.094) 0:03:04.057 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:892 Friday 24 January 2025 08:23:55 -0500 (0:00:00.079) 0:03:04.137 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:905 Friday 24 January 2025 08:23:55 -0500 (0:00:00.078) 0:03:04.215 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:914 Friday 24 January 2025 08:23:55 -0500 (0:00:00.074) 0:03:04.289 ******** 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 proper configuration on user] *** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:928 Friday 24 January 2025 08:23:55 -0500 (0:00:00.080) 0:03:04.370 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Get SPNs for the principal] ************ task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:938 Friday 24 January 2025 08:23:55 -0500 (0:00:00.117) 0:03:04.487 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:943 Friday 24 January 2025 08:23:55 -0500 (0:00:00.115) 0:03:04.602 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:960 Friday 24 January 2025 08:23:55 -0500 (0:00:00.117) 0:03:04.720 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:965 Friday 24 January 2025 08:23:55 -0500 (0:00:00.147) 0:03:04.867 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Get keytab properties] ***************** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:970 Friday 24 January 2025 08:23:56 -0500 (0:00:00.157) 0:03:05.025 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Create keytab] ************************* task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:976 Friday 24 January 2025 08:23:56 -0500 (0:00:00.111) 0:03:05.136 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1002 Friday 24 January 2025 08:23:56 -0500 (0:00:00.144) 0:03:05.281 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1023 Friday 24 January 2025 08:23:56 -0500 (0:00:00.108) 0:03:05.389 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1031 Friday 24 January 2025 08:23:56 -0500 (0:00:00.275) 0:03:05.665 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1041 Friday 24 January 2025 08:23:56 -0500 (0:00:00.139) 0:03:05.804 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1047 Friday 24 January 2025 08:23:57 -0500 (0:00:00.130) 0:03:05.935 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1065 Friday 24 January 2025 08:23:57 -0500 (0:00:00.118) 0:03:06.053 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1076 Friday 24 January 2025 08:23:57 -0500 (0:00:00.118) 0:03:06.171 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Set host variables] ******************** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1096 Friday 24 January 2025 08:23:57 -0500 (0:00:00.156) 0:03:06.327 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1149 Friday 24 January 2025 08:23:57 -0500 (0:00:00.133) 0:03:06.461 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Enable the hadrenabled setting] ******** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1156 Friday 24 January 2025 08:23:57 -0500 (0:00:00.113) 0:03:06.575 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1163 Friday 24 January 2025 08:23:57 -0500 (0:00:00.121) 0:03:06.696 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1173 Friday 24 January 2025 08:23:57 -0500 (0:00:00.142) 0:03:06.839 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1179 Friday 24 January 2025 08:23:58 -0500 (0:00:00.138) 0:03:06.977 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1187 Friday 24 January 2025 08:23:58 -0500 (0:00:00.147) 0:03:07.125 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1196 Friday 24 January 2025 08:23:58 -0500 (0:00:00.121) 0:03:07.247 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1204 Friday 24 January 2025 08:23:58 -0500 (0:00:00.133) 0:03:07.380 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1218 Friday 24 January 2025 08:23:58 -0500 (0:00:00.139) 0:03:07.520 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1224 Friday 24 January 2025 08:23:58 -0500 (0:00:00.114) 0:03:07.635 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Verify that primary instance hosts is available] *** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1246 Friday 24 January 2025 08:23:58 -0500 (0:00:00.214) 0:03:07.849 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Configure ag] ************************** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1256 Friday 24 January 2025 08:23:59 -0500 (0:00:00.212) 0:03:08.061 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1265 Friday 24 January 2025 08:23:59 -0500 (0:00:00.227) 0:03:08.289 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Replicate DBs] ************************* task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1274 Friday 24 January 2025 08:23:59 -0500 (0:00:00.399) 0:03:08.688 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1285 Friday 24 January 2025 08:23:59 -0500 (0:00:00.126) 0:03:08.814 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1298 Friday 24 January 2025 08:24:00 -0500 (0:00:00.135) 0:03:08.950 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1307 Friday 24 January 2025 08:24:00 -0500 (0:00:00.117) 0:03:09.068 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Enable the hadrenabled setting] ******** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1314 Friday 24 January 2025 08:24:00 -0500 (0:00:00.140) 0:03:09.208 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1321 Friday 24 January 2025 08:24:00 -0500 (0:00:00.112) 0:03:09.320 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1329 Friday 24 January 2025 08:24:00 -0500 (0:00:00.109) 0:03:09.429 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1336 Friday 24 January 2025 08:24:00 -0500 (0:00:00.121) 0:03:09.550 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1348 Friday 24 January 2025 08:24:00 -0500 (0:00:00.179) 0:03:09.730 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Create HA login] *********************** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1357 Friday 24 January 2025 08:24:00 -0500 (0:00:00.119) 0:03:09.850 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Join to availability group] ************ task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1364 Friday 24 January 2025 08:24:01 -0500 (0:00:00.152) 0:03:10.003 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1370 Friday 24 January 2025 08:24:01 -0500 (0:00:00.206) 0:03:10.209 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1378 Friday 24 January 2025 08:24:01 -0500 (0:00:00.132) 0:03:10.341 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1391 Friday 24 January 2025 08:24:01 -0500 (0:00:00.132) 0:03:10.474 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1403 Friday 24 January 2025 08:24:01 -0500 (0:00:00.116) 0:03:10.590 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1408 Friday 24 January 2025 08:24:01 -0500 (0:00:00.122) 0:03:10.713 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1416 Friday 24 January 2025 08:24:02 -0500 (0:00:00.205) 0:03:10.918 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1425 Friday 24 January 2025 08:24:02 -0500 (0:00:00.200) 0:03:11.119 ******** changed: [managed-node1] => { "changed": true } MSG: Block inserted RUNNING HANDLER [fedora.linux_system_roles.mssql : Restart the mssql-server service] *** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/handlers/main.yml:3 Friday 24 January 2025 08:24:03 -0500 (0:00:00.789) 0:03:11.908 ******** changed: [managed-node1] => { "changed": true, "name": "mssql-server", "state": "started", "status": { "ActiveEnterTimestamp": "Fri 2025-01-24 08:23:06 EST", "ActiveEnterTimestampMonotonic": "750050193", "ActiveExitTimestamp": "Fri 2025-01-24 08:23:06 EST", "ActiveExitTimestampMonotonic": "749801523", "ActiveState": "active", "After": "-.mount system.slice network.target auditd.service basic.target systemd-journald.socket", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Fri 2025-01-24 08:23:06 EST", "AssertTimestampMonotonic": "750049367", "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 2025-01-24 08:23:06 EST", "ConditionTimestampMonotonic": "750049365", "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": "25783", "ExecMainStartTimestamp": "Fri 2025-01-24 08:23:06 EST", "ExecMainStartTimestampMonotonic": "750050123", "ExecMainStatus": "0", "ExecStart": "{ path=/opt/mssql/bin/sqlservr ; argv[]=/opt/mssql/bin/sqlservr ; ignore_errors=no ; start_time=[Fri 2025-01-24 08:23:06 EST] ; stop_time=[n/a] ; pid=25783 ; 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 2025-01-24 08:23:06 EST", "InactiveEnterTimestampMonotonic": "750047488", "InactiveExitTimestamp": "Fri 2025-01-24 08:23:06 EST", "InactiveExitTimestampMonotonic": "750050193", "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": "25783", "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 2025-01-24 08:23:06 EST", "WatchdogTimestampMonotonic": "750050170", "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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1438 Friday 24 January 2025 08:24:04 -0500 (0:00:01.571) 0:03:13.480 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1445 Friday 24 January 2025 08:24:04 -0500 (0:00:00.076) 0:03:13.556 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify connectivity and settings] **************************************** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/tests_tls.yml:131 Friday 24 January 2025 08:24:04 -0500 (0:00:00.073) 0:03:13.630 ******** included: /tmp/collections-jof/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/collections-jof/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:8 Friday 24 January 2025 08:24:05 -0500 (0:00:00.545) 0:03:14.175 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if the set edition matches the existing edition] ******************* task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:23 Friday 24 January 2025 08:24:05 -0500 (0:00:00.130) 0:03:14.305 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify if the edition matches] ******************************************* task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:35 Friday 24 January 2025 08:24:05 -0500 (0:00:00.120) 0:03:14.425 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the setting {{ item.key }}] *************************************** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:39 Friday 24 January 2025 08:24:05 -0500 (0:00:00.117) 0:03:14.543 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get stat of mssql_datadir] *********************************************** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:55 Friday 24 January 2025 08:24:05 -0500 (0:00:00.114) 0:03:14.657 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Assert that mssql_datadir has proper permissions and ownership] ********** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:60 Friday 24 January 2025 08:24:05 -0500 (0:00:00.110) 0:03:14.767 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get stat of mssql_logdir] ************************************************ task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:70 Friday 24 January 2025 08:24:05 -0500 (0:00:00.114) 0:03:14.881 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Assert that mssql_logdir has proper permissions and ownership] *********** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:75 Friday 24 January 2025 08:24:06 -0500 (0:00:00.125) 0:03:15.006 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Prepare MSSQL and facts for logging in] ********************************** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:85 Friday 24 January 2025 08:24:06 -0500 (0:00:00.211) 0:03:15.218 ******** TASK [fedora.linux_system_roles.mssql : Ensure that the mssql-server service is started] *** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/verify_password.yml:3 Friday 24 January 2025 08:24:06 -0500 (0:00:00.164) 0:03:15.382 ******** ok: [managed-node1] => { "changed": false, "name": "mssql-server", "state": "started", "status": { "ActiveEnterTimestamp": "Fri 2025-01-24 08:24:04 EST", "ActiveEnterTimestampMonotonic": "807682191", "ActiveExitTimestamp": "Fri 2025-01-24 08:24:03 EST", "ActiveExitTimestampMonotonic": "806765540", "ActiveState": "active", "After": "-.mount system.slice network.target auditd.service basic.target systemd-journald.socket", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Fri 2025-01-24 08:24:04 EST", "AssertTimestampMonotonic": "807681459", "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 2025-01-24 08:24:04 EST", "ConditionTimestampMonotonic": "807681457", "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": "28193", "ExecMainStartTimestamp": "Fri 2025-01-24 08:24:04 EST", "ExecMainStartTimestampMonotonic": "807682118", "ExecMainStatus": "0", "ExecStart": "{ path=/opt/mssql/bin/sqlservr ; argv[]=/opt/mssql/bin/sqlservr ; ignore_errors=no ; start_time=[Fri 2025-01-24 08:24:04 EST] ; stop_time=[n/a] ; pid=28193 ; 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 2025-01-24 08:24:04 EST", "InactiveEnterTimestampMonotonic": "807680984", "InactiveExitTimestamp": "Fri 2025-01-24 08:24:04 EST", "InactiveExitTimestampMonotonic": "807682191", "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": "28193", "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 2025-01-24 08:24:04 EST", "WatchdogTimestampMonotonic": "807682167", "WatchdogUSec": "0", "WorkingDirectory": "/var/opt/mssql" } } TASK [fedora.linux_system_roles.mssql : Check if a custom tcpport setting exist] *** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/verify_password.yml:8 Friday 24 January 2025 08:24:07 -0500 (0:00:00.779) 0:03:16.162 ******** ok: [managed-node1] => { "changed": false, "cmd": [ "grep", "^tcpport = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.004142", "end": "2025-01-24 08:24:07.903865", "failed_when_result": false, "rc": 1, "start": "2025-01-24 08:24:07.899723" } MSG: non-zero return code TASK [fedora.linux_system_roles.mssql : Check if a custom ipaddress setting exist] *** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/verify_password.yml:14 Friday 24 January 2025 08:24:08 -0500 (0:00:00.751) 0:03:16.913 ******** ok: [managed-node1] => { "changed": false, "cmd": [ "grep", "^ipaddress = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003762", "end": "2025-01-24 08:24:08.341696", "failed_when_result": false, "rc": 1, "start": "2025-01-24 08:24:08.337934" } MSG: non-zero return code TASK [fedora.linux_system_roles.mssql : Set a fact with a login command] ******* task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/verify_password.yml:20 Friday 24 January 2025 08:24:08 -0500 (0:00:00.456) 0:03:17.370 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:93 Friday 24 January 2025 08:24:08 -0500 (0:00:00.130) 0:03:17.501 ******** 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": 6353, "state": "file", "uid": 996 } TASK [Check if the set password matches the existing password] ***************** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:99 Friday 24 January 2025 08:24:09 -0500 (0:00:01.374) 0:03:18.875 ******** ok: [managed-node1] => { "attempts": 1, "changed": false, "cmd": [ "/opt/mssql-tools18/bin/sqlcmd", "-C", "-No", "-U", "sa", "-P", "p@55w0rD", "-Q", "SELECT @@VERSION" ], "delta": "0:00:00.023660", "end": "2025-01-24 08:24:10.275816", "rc": 0, "start": "2025-01-24 08:24:10.252156" } STDOUT: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ Microsoft SQL Server 2017 (RTM-CU31-GDR) (KB5029376) - 14.0.3465.1 (X64) Jul 30 2023 15:31:58 Copyright (C) 2017 Microsoft Corporation Enterprise Evaluation Edition (64-bit) on Linux (CentOS Linux 7 (Core)) (1 rows affected) TASK [Set the mssql_password variable to default null] ************************* task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:118 Friday 24 January 2025 08:24:10 -0500 (0:00:00.566) 0:03:19.441 ******** ok: [managed-node1] => { "ansible_facts": { "mssql_password": null }, "changed": false } TASK [Verify the package mssql-server-fts] ************************************* task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:122 Friday 24 January 2025 08:24:10 -0500 (0:00:00.123) 0:03:19.565 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the package powershell] ******************************************* task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:129 Friday 24 January 2025 08:24:10 -0500 (0:00:00.132) 0:03:19.698 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the value of the traceflag setting] ********************************** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:140 Friday 24 January 2025 08:24:10 -0500 (0:00:00.110) 0:03:19.808 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that the traceflag setting is set to 3979] ************************ task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:145 Friday 24 January 2025 08:24:11 -0500 (0:00:00.112) 0:03:19.920 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:150 Friday 24 January 2025 08:24:11 -0500 (0:00:00.112) 0:03:20.033 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that the alternatewritethrough setting is false] ****************** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:156 Friday 24 January 2025 08:24:11 -0500 (0:00:00.113) 0:03:20.146 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the writethrough setting] ***************************************** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:162 Friday 24 January 2025 08:24:11 -0500 (0:00:00.098) 0:03:20.245 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the tlscert setting] ********************************************** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:172 Friday 24 January 2025 08:24:11 -0500 (0:00:00.092) 0:03:20.337 ******** included: /tmp/collections-jof/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/collections-jof/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml:7 Friday 24 January 2025 08:24:11 -0500 (0:00:00.173) 0:03:20.510 ******** ok: [managed-node1] => { "changed": false, "cmd": "grep '^tlscert' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004240", "end": "2025-01-24 08:24:11.951983", "rc": 0, "start": "2025-01-24 08:24:11.947743" } STDOUT: tlscert = /etc/pki/tls/certs/ansible.XnV2xH TASK [Verify the setting when it is type str tlscert] ************************** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml:14 Friday 24 January 2025 08:24:12 -0500 (0:00:00.456) 0:03:20.967 ******** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Verify the setting when it is type bool tlscert] ************************* task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml:25 Friday 24 January 2025 08:24:12 -0500 (0:00:00.112) 0:03:21.079 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that tcpport = /etc/pki/tls/certs/ansible.XnV2xH] ***************** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml:40 Friday 24 January 2025 08:24:12 -0500 (0:00:00.084) 0:03:21.164 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the tlskey setting] *********************************************** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:183 Friday 24 January 2025 08:24:12 -0500 (0:00:00.085) 0:03:21.250 ******** included: /tmp/collections-jof/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/collections-jof/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml:7 Friday 24 January 2025 08:24:12 -0500 (0:00:00.206) 0:03:21.456 ******** ok: [managed-node1] => { "changed": false, "cmd": "grep '^tlskey' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004221", "end": "2025-01-24 08:24:12.849647", "rc": 0, "start": "2025-01-24 08:24:12.845426" } STDOUT: tlskey = /etc/pki/tls/private/ansible.KWp0yz TASK [Verify the setting when it is type str tlskey] *************************** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml:14 Friday 24 January 2025 08:24:13 -0500 (0:00:00.533) 0:03:21.989 ******** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Verify the setting when it is type bool tlskey] ************************** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml:25 Friday 24 January 2025 08:24:13 -0500 (0:00:00.142) 0:03:22.131 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that tcpport = /etc/pki/tls/private/ansible.KWp0yz] *************** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml:40 Friday 24 January 2025 08:24:13 -0500 (0:00:00.131) 0:03:22.263 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the tlsprotocols setting] ***************************************** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:195 Friday 24 January 2025 08:24:13 -0500 (0:00:00.108) 0:03:22.371 ******** included: /tmp/collections-jof/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/collections-jof/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml:7 Friday 24 January 2025 08:24:13 -0500 (0:00:00.183) 0:03:22.554 ******** ok: [managed-node1] => { "changed": false, "cmd": "grep '^tlsprotocols' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004690", "end": "2025-01-24 08:24:13.980170", "rc": 0, "start": "2025-01-24 08:24:13.975480" } STDOUT: tlsprotocols = 1.2 TASK [Verify the setting when it is type str tlsprotocols] ********************* task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml:14 Friday 24 January 2025 08:24:14 -0500 (0:00:00.442) 0:03:22.997 ******** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Verify the setting when it is type bool tlsprotocols] ******************** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml:25 Friday 24 January 2025 08:24:14 -0500 (0:00:00.116) 0:03:23.114 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that tcpport = 1.2] *********************************************** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml:40 Friday 24 January 2025 08:24:14 -0500 (0:00:00.087) 0:03:23.201 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the forceencryption setting] ************************************** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:203 Friday 24 January 2025 08:24:14 -0500 (0:00:00.076) 0:03:23.278 ******** included: /tmp/collections-jof/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/collections-jof/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml:7 Friday 24 January 2025 08:24:14 -0500 (0:00:00.154) 0:03:23.432 ******** ok: [managed-node1] => { "changed": false, "cmd": "grep '^forceencryption' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004367", "end": "2025-01-24 08:24:14.848323", "rc": 0, "start": "2025-01-24 08:24:14.843956" } STDOUT: forceencryption = 1 TASK [Verify the setting when it is type str forceencryption] ****************** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml:14 Friday 24 January 2025 08:24:15 -0500 (0:00:00.460) 0:03:23.893 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the setting when it is type bool forceencryption] ***************** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml:25 Friday 24 January 2025 08:24:15 -0500 (0:00:00.121) 0:03:24.014 ******** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Verify that tcpport = True] ********************************************** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml:40 Friday 24 January 2025 08:24:15 -0500 (0:00:00.142) 0:03:24.157 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify configuration for confined application] *************************** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:210 Friday 24 January 2025 08:24:15 -0500 (0:00:00.116) 0:03:24.274 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check the ansible_managed header in the configuration file] ************** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/tests_tls.yml:137 Friday 24 January 2025 08:24:15 -0500 (0:00:00.112) 0:03:24.387 ******** included: /tmp/collections-jof/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/collections-jof/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/check_header.yml:4 Friday 24 January 2025 08:24:16 -0500 (0:00:00.694) 0:03:25.082 ******** ok: [managed-node1] => { "changed": false, "cmd": [ "grep", "Ansible managed\n", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003264", "end": "2025-01-24 08:24:16.729565", "rc": 0, "start": "2025-01-24 08:24:16.726301" } 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.XnV2xH tlskey = /etc/pki/tls/private/ansible.KWp0yz tlsprotocols = 1.2 forceencryption = 1 TASK [Disable TLS encryption] ************************************************** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/tests_tls.yml:141 Friday 24 January 2025 08:24:16 -0500 (0:00:00.690) 0:03:25.772 ******** TASK [fedora.linux_system_roles.mssql : Ensure ansible_facts and variables used by role] *** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:3 Friday 24 January 2025 08:24:18 -0500 (0:00:01.298) 0:03:27.071 ******** included: /tmp/collections-jof/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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/set_vars.yml:3 Friday 24 January 2025 08:24:18 -0500 (0:00:00.195) 0:03:27.266 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/set_vars.yml:8 Friday 24 January 2025 08:24:18 -0500 (0:00:00.269) 0:03:27.536 ******** 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/collections-jof/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/collections-jof/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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:8 Friday 24 January 2025 08:24:18 -0500 (0:00:00.141) 0:03:27.677 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:15 Friday 24 January 2025 08:24:18 -0500 (0:00:00.082) 0:03:27.760 ******** skipping: [managed-node1] => {} TASK [fedora.linux_system_roles.mssql : Link the deprecated mssql_input_sql_file fact] *** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:23 Friday 24 January 2025 08:24:18 -0500 (0:00:00.109) 0:03:27.870 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:30 Friday 24 January 2025 08:24:19 -0500 (0:00:00.105) 0:03:27.975 ******** skipping: [managed-node1] => {} TASK [fedora.linux_system_roles.mssql : Link the deprecated mssql_ha_listener_port fact] *** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:37 Friday 24 January 2025 08:24:19 -0500 (0:00:00.145) 0:03:28.121 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:44 Friday 24 January 2025 08:24:19 -0500 (0:00:00.109) 0:03:28.230 ******** skipping: [managed-node1] => {} TASK [fedora.linux_system_roles.mssql : Link the deprecated mssql_ad_sql_user_name fact] *** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:51 Friday 24 January 2025 08:24:19 -0500 (0:00:00.098) 0:03:28.329 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:58 Friday 24 January 2025 08:24:19 -0500 (0:00:00.092) 0:03:28.421 ******** skipping: [managed-node1] => {} TASK [fedora.linux_system_roles.mssql : Link the deprecated mssql_ha_cluster_run_role fact] *** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:65 Friday 24 January 2025 08:24:19 -0500 (0:00:00.075) 0:03:28.496 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Print that variable is deprecated] ***** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:74 Friday 24 January 2025 08:24:19 -0500 (0:00:00.091) 0:03:28.587 ******** skipping: [managed-node1] => {} TASK [fedora.linux_system_roles.mssql : Link the deprecated fact] ************** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:83 Friday 24 January 2025 08:24:19 -0500 (0:00:00.112) 0:03:28.699 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Fail on RHEL or CentOS 10 because it's not supported] *** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:87 Friday 24 January 2025 08:24:19 -0500 (0:00:00.118) 0:03:28.818 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:94 Friday 24 January 2025 08:24:20 -0500 (0:00:00.123) 0:03:28.941 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:106 Friday 24 January 2025 08:24:20 -0500 (0:00:00.150) 0:03:29.092 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:114 Friday 24 January 2025 08:24:20 -0500 (0:00:00.121) 0:03:29.213 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:123 Friday 24 January 2025 08:24:20 -0500 (0:00:00.116) 0:03:29.329 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:132 Friday 24 January 2025 08:24:20 -0500 (0:00:00.123) 0:03:29.453 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:142 Friday 24 January 2025 08:24:20 -0500 (0:00:00.116) 0:03:29.570 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:151 Friday 24 January 2025 08:24:20 -0500 (0:00:00.266) 0:03:29.836 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Gather package facts] ****************** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:162 Friday 24 January 2025 08:24:21 -0500 (0:00:00.118) 0:03:29.954 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:166 Friday 24 January 2025 08:24:22 -0500 (0:00:01.445) 0:03:31.400 ******** ok: [managed-node1] => (item={u'value': 14, u'key': 2017}) => { "ansible_facts": { "__mssql_current_version": "2017" }, "ansible_loop_var": "item", "changed": false, "item": { "key": 2017, "value": 14 } } 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:174 Friday 24 January 2025 08:24:22 -0500 (0:00:00.314) 0:03:31.714 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:181 Friday 24 January 2025 08:24:22 -0500 (0:00:00.120) 0:03:31.834 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:188 Friday 24 January 2025 08:24:23 -0500 (0:00:00.126) 0:03:31.960 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:202 Friday 24 January 2025 08:24:23 -0500 (0:00:00.218) 0:03:32.179 ******** ok: [managed-node1] => { "attempts": 1, "changed": false } TASK [fedora.linux_system_roles.mssql : Update all packages from SQL Server repo version 2017] *** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:216 Friday 24 January 2025 08:24:23 -0500 (0:00:00.638) 0:03:32.818 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Get yum repositories] ****************** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:226 Friday 24 January 2025 08:24:24 -0500 (0:00:00.111) 0:03:32.930 ******** 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 2017] *** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:237 Friday 24 January 2025 08:24:24 -0500 (0:00:00.122) 0:03:33.052 ******** 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 2017] *** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:251 Friday 24 January 2025 08:24:24 -0500 (0:00:00.123) 0:03:33.176 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Get zypper repositories] *************** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:260 Friday 24 January 2025 08:24:24 -0500 (0:00:00.119) 0:03:33.296 ******** 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 2017] *** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:272 Friday 24 January 2025 08:24:24 -0500 (0:00:00.284) 0:03:33.580 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Configure the Microsoft SQL Server repo version 2017] *** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:279 Friday 24 January 2025 08:24:24 -0500 (0:00:00.129) 0:03:33.709 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Configure the Microsoft SQL Server repo version 2017] *** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:291 Friday 24 January 2025 08:24:24 -0500 (0:00:00.156) 0:03:33.866 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:304 Friday 24 January 2025 08:24:25 -0500 (0:00:00.122) 0:03:33.988 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:309 Friday 24 January 2025 08:24:25 -0500 (0:00:00.739) 0:03:34.728 ******** ok: [managed-node1] => { "changed": false, "rc": 0, "results": [ "mssql-server-14.0.3465.1-1.x86_64 providing mssql-server is already installed" ] } TASK [fedora.linux_system_roles.mssql : Check if the errorlog file exists and its location] *** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:314 Friday 24 January 2025 08:24:26 -0500 (0:00:00.707) 0:03:35.435 ******** 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.005597", "end": "2025-01-24 08:24:26.883531", "rc": 0, "start": "2025-01-24 08:24:26.877934" } STDOUT: /var/opt/mssql/log/errorlog TASK [fedora.linux_system_roles.mssql : Gather system services facts] ********** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:330 Friday 24 January 2025 08:24:27 -0500 (0:00:00.488) 0:03:35.923 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:334 Friday 24 January 2025 08:24:28 -0500 (0:00:00.995) 0:03:36.919 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:343 Friday 24 January 2025 08:24:28 -0500 (0:00:00.106) 0:03:37.025 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Set up MSSQL] ************************** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:359 Friday 24 January 2025 08:24:28 -0500 (0:00:00.073) 0:03:37.099 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:384 Friday 24 January 2025 08:24:28 -0500 (0:00:00.076) 0:03:37.175 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:399 Friday 24 January 2025 08:24:28 -0500 (0:00:00.100) 0:03:37.275 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure correct SELinux context for storage paths and ports] ************** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:413 Friday 24 January 2025 08:24:28 -0500 (0:00:00.260) 0:03:37.536 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:424 Friday 24 January 2025 08:24:28 -0500 (0:00:00.135) 0:03:37.671 ******** 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" ] } TASK [fedora.linux_system_roles.mssql : Ensure that the tuned service is started and enabled] *** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:430 Friday 24 January 2025 08:24:29 -0500 (0:00:00.694) 0:03:38.366 ******** ok: [managed-node1] => { "changed": false, "enabled": true, "name": "tuned", "state": "started", "status": { "ActiveEnterTimestamp": "Fri 2025-01-24 08:10:56 EST", "ActiveEnterTimestampMonotonic": "20414631", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "dbus.service system.slice systemd-sysctl.service network.target basic.target systemd-journald.socket", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Fri 2025-01-24 08:10:54 EST", "AssertTimestampMonotonic": "18332711", "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 2025-01-24 08:10:54 EST", "ConditionTimestampMonotonic": "18332709", "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": "851", "ExecMainStartTimestamp": "Fri 2025-01-24 08:10:54 EST", "ExecMainStartTimestampMonotonic": "18333388", "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 2025-01-24 08:10:54 EST", "InactiveExitTimestampMonotonic": "18333422", "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": "851", "MemoryAccounting": "no", "MemoryCurrent": "18446744073709551615", "MemoryLimit": "18446744073709551615", "MountFlags": "0", "Names": "tuned.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PIDFile": "/run/tuned/tuned.pid", "PermissionsStartOnly": "no", "PrivateDevices": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "ProtectHome": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "Requires": "polkit.service basic.target system.slice dbus.service", "Restart": "no", "RestartUSec": "100ms", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitInterval": "10000000", "StartupBlockIOWeight": "18446744073709551615", "StartupCPUShares": "18446744073709551615", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "no", "TasksCurrent": "18446744073709551615", "TasksMax": "18446744073709551615", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "dbus", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "WantedBy": "multi-user.target", "WatchdogTimestamp": "Fri 2025-01-24 08:10:56 EST", "WatchdogTimestampMonotonic": "20414575", "WatchdogUSec": "0" } } TASK [fedora.linux_system_roles.mssql : Get the active Tuned profiles] ********* task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:437 Friday 24 January 2025 08:24:30 -0500 (0:00:00.600) 0:03:38.966 ******** ok: [managed-node1] => { "changed": false, "cmd": [ "tuned-adm", "active" ], "delta": "0:00:00.085722", "end": "2025-01-24 08:24:30.470355", "rc": 0, "start": "2025-01-24 08:24:30.384633" } 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:450 Friday 24 January 2025 08:24:30 -0500 (0:00:00.545) 0:03:39.512 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:463 Friday 24 January 2025 08:24:30 -0500 (0:00:00.128) 0:03:39.640 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:472 Friday 24 January 2025 08:24:30 -0500 (0:00:00.132) 0:03:39.773 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:482 Friday 24 January 2025 08:24:31 -0500 (0:00:00.120) 0:03:39.893 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:490 Friday 24 January 2025 08:24:31 -0500 (0:00:00.462) 0:03:40.356 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:499 Friday 24 January 2025 08:24:31 -0500 (0:00:00.116) 0:03:40.472 ******** ok: [managed-node1] => { "changed": false, "rc": 0, "results": [ "mssql-tools18-18.4.1.1-1.x86_64 providing mssql-tools18 is already installed", "unixODBC-devel-2.3.11-1.rh.x86_64 providing unixODBC-devel is already installed" ] } TASK [Create certificates using the certificate role] ************************** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:516 Friday 24 January 2025 08:24:32 -0500 (0:00:00.711) 0:03:41.183 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:530 Friday 24 January 2025 08:24:32 -0500 (0:00:00.116) 0:03:41.300 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:535 Friday 24 January 2025 08:24:32 -0500 (0:00:00.118) 0:03:41.418 ******** skipping: [managed-node1] => (item=/tmp/ansible.XnV2xH) => { "ansible_loop_var": "item", "changed": false, "item": "/tmp/ansible.XnV2xH", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=ansible.KWp0yz) => { "ansible_loop_var": "item", "changed": false, "item": "ansible.KWp0yz", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Configure the tlscert setting] ********* task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:553 Friday 24 January 2025 08:24:32 -0500 (0:00:00.138) 0:03:41.557 ******** included: /tmp/collections-jof/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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:3 Friday 24 January 2025 08:24:33 -0500 (0:00:00.362) 0:03:41.920 ******** ok: [managed-node1] => { "changed": false, "cmd": [ "grep", "^tlscert = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003159", "end": "2025-01-24 08:24:33.343305", "failed_when_result": false, "rc": 0, "start": "2025-01-24 08:24:33.340146" } STDOUT: tlscert = /etc/pki/tls/certs/ansible.XnV2xH TASK [fedora.linux_system_roles.mssql : Configure the setting network tlscert] *** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:12 Friday 24 January 2025 08:24:33 -0500 (0:00:00.464) 0:03:42.384 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:42 Friday 24 January 2025 08:24:33 -0500 (0:00:00.134) 0:03:42.518 ******** 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.047131", "end": "2025-01-24 08:24:34.002081", "failed_when_result": false, "rc": 0, "start": "2025-01-24 08:24:33.954950" } 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:562 Friday 24 January 2025 08:24:34 -0500 (0:00:00.502) 0:03:43.021 ******** included: /tmp/collections-jof/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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:3 Friday 24 January 2025 08:24:34 -0500 (0:00:00.158) 0:03:43.179 ******** ok: [managed-node1] => { "changed": false, "cmd": [ "grep", "^tlskey = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003186", "end": "2025-01-24 08:24:34.559159", "failed_when_result": false, "rc": 0, "start": "2025-01-24 08:24:34.555973" } STDOUT: tlskey = /etc/pki/tls/private/ansible.KWp0yz TASK [fedora.linux_system_roles.mssql : Configure the setting network tlskey] *** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:12 Friday 24 January 2025 08:24:34 -0500 (0:00:00.374) 0:03:43.554 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:42 Friday 24 January 2025 08:24:34 -0500 (0:00:00.089) 0:03:43.643 ******** changed: [managed-node1] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "unset", "network.tlskey" ], "delta": "0:00:00.047057", "end": "2025-01-24 08:24:35.072678", "failed_when_result": false, "rc": 0, "start": "2025-01-24 08:24:35.025621" } 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:571 Friday 24 January 2025 08:24:35 -0500 (0:00:00.485) 0:03:44.128 ******** included: /tmp/collections-jof/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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:3 Friday 24 January 2025 08:24:35 -0500 (0:00:00.231) 0:03:44.359 ******** ok: [managed-node1] => { "changed": false, "cmd": [ "grep", "^tlsprotocols = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003568", "end": "2025-01-24 08:24:35.789958", "failed_when_result": false, "rc": 0, "start": "2025-01-24 08:24:35.786390" } STDOUT: tlsprotocols = 1.2 TASK [fedora.linux_system_roles.mssql : Configure the setting network tlsprotocols] *** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:12 Friday 24 January 2025 08:24:35 -0500 (0:00:00.482) 0:03:44.842 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:42 Friday 24 January 2025 08:24:36 -0500 (0:00:00.127) 0:03:44.969 ******** changed: [managed-node1] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "unset", "network.tlsprotocols" ], "delta": "0:00:00.046121", "end": "2025-01-24 08:24:36.449368", "failed_when_result": false, "rc": 0, "start": "2025-01-24 08:24:36.403247" } 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:578 Friday 24 January 2025 08:24:36 -0500 (0:00:00.511) 0:03:45.481 ******** included: /tmp/collections-jof/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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:3 Friday 24 January 2025 08:24:36 -0500 (0:00:00.231) 0:03:45.712 ******** ok: [managed-node1] => { "changed": false, "cmd": [ "grep", "^forceencryption = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003234", "end": "2025-01-24 08:24:37.153744", "failed_when_result": false, "rc": 0, "start": "2025-01-24 08:24:37.150510" } STDOUT: forceencryption = 1 TASK [fedora.linux_system_roles.mssql : Configure the setting network forceencryption] *** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:12 Friday 24 January 2025 08:24:37 -0500 (0:00:00.498) 0:03:46.211 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:42 Friday 24 January 2025 08:24:37 -0500 (0:00:00.135) 0:03:46.346 ******** changed: [managed-node1] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "unset", "network.forceencryption" ], "delta": "0:00:00.046528", "end": "2025-01-24 08:24:37.820601", "failed_when_result": false, "rc": 0, "start": "2025-01-24 08:24:37.774073" } 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 : Get the setting forceencryption] ******* task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:587 Friday 24 January 2025 08:24:37 -0500 (0:00:00.472) 0:03:46.819 ******** ok: [managed-node1] => { "changed": false, "cmd": "set -euo pipefail; grep '^forceencryption' /var/opt/mssql/mssql.conf | sed 's/forceencryption = //g'", "delta": "0:00:00.004731", "end": "2025-01-24 08:24:38.203485", "failed_when_result": false, "rc": 1, "start": "2025-01-24 08:24:38.198754" } MSG: non-zero return code TASK [fedora.linux_system_roles.mssql : Append -No to sqlcmd when TLS is not configured] *** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:596 Friday 24 January 2025 08:24:38 -0500 (0:00:00.417) 0:03:47.237 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Append -C to sqlcmd when TLS is configured but certs are self-signed] *** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:603 Friday 24 January 2025 08:24:38 -0500 (0:00:00.122) 0:03:47.359 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Prepare MSSQL and facts for logging in] *** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:616 Friday 24 January 2025 08:24:38 -0500 (0:00:00.097) 0:03:47.456 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:620 Friday 24 January 2025 08:24:38 -0500 (0:00:00.095) 0:03:47.552 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:626 Friday 24 January 2025 08:24:38 -0500 (0:00:00.090) 0:03:47.642 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:641 Friday 24 January 2025 08:24:38 -0500 (0:00:00.078) 0:03:47.721 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Gather package facts] ****************** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:648 Friday 24 January 2025 08:24:38 -0500 (0:00:00.082) 0:03:47.803 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:656 Friday 24 January 2025 08:24:38 -0500 (0:00:00.085) 0:03:47.889 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:677 Friday 24 January 2025 08:24:39 -0500 (0:00:00.125) 0:03:48.014 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:684 Friday 24 January 2025 08:24:39 -0500 (0:00:00.249) 0:03:48.264 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:695 Friday 24 January 2025 08:24:39 -0500 (0:00:00.078) 0:03:48.342 ******** 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.004964", "end": "2025-01-24 08:24:39.757621", "rc": 0, "start": "2025-01-24 08:24:39.752657" } STDOUT: true TASK [fedora.linux_system_roles.mssql : Ensure that the mssql-server service is stopped] *** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:709 Friday 24 January 2025 08:24:39 -0500 (0:00:00.408) 0:03:48.751 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Gather package facts] ****************** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:716 Friday 24 January 2025 08:24:39 -0500 (0:00:00.084) 0:03:48.835 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:722 Friday 24 January 2025 08:24:41 -0500 (0:00:01.368) 0:03:50.204 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:741 Friday 24 January 2025 08:24:41 -0500 (0:00:00.108) 0:03:50.312 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:748 Friday 24 January 2025 08:24:41 -0500 (0:00:00.078) 0:03:50.391 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Open the TCP port 1433] ************************************************** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:755 Friday 24 January 2025 08:24:41 -0500 (0:00:00.077) 0:03:50.468 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:767 Friday 24 January 2025 08:24:41 -0500 (0:00:00.078) 0:03:50.547 ******** included: /tmp/collections-jof/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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:3 Friday 24 January 2025 08:24:41 -0500 (0:00:00.171) 0:03:50.718 ******** ok: [managed-node1] => { "changed": false, "cmd": [ "grep", "^tcpport = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003214", "end": "2025-01-24 08:24:42.146858", "failed_when_result": false, "rc": 1, "start": "2025-01-24 08:24:42.143644" } MSG: non-zero return code TASK [fedora.linux_system_roles.mssql : Configure the setting network tcpport] *** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:12 Friday 24 January 2025 08:24:42 -0500 (0:00:00.640) 0:03:51.359 ******** ok: [managed-node1] => { "changed": false, "cmd": [ "/opt/mssql/bin/mssql-conf", "set", "network.tcpport", "1433" ], "delta": "0:00:00.047736", "end": "2025-01-24 08:24:42.888837", "failed_when_result": false, "rc": 0, "start": "2025-01-24 08:24:42.841101" } 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:42 Friday 24 January 2025 08:24:43 -0500 (0:00:00.609) 0:03:51.968 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:773 Friday 24 January 2025 08:24:43 -0500 (0:00:00.144) 0:03:52.113 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Configure the sqlagent setting] ******** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:793 Friday 24 January 2025 08:24:43 -0500 (0:00:00.128) 0:03:52.242 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:800 Friday 24 January 2025 08:24:43 -0500 (0:00:00.142) 0:03:52.384 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Ensure the package powershell] ********* task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:807 Friday 24 January 2025 08:24:43 -0500 (0:00:00.125) 0:03:52.510 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:816 Friday 24 January 2025 08:24:43 -0500 (0:00:00.102) 0:03:52.612 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Set the 3979 traceflag] **************** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:822 Friday 24 January 2025 08:24:43 -0500 (0:00:00.092) 0:03:52.705 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Unset the 3979 traceflag] ************** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:829 Friday 24 January 2025 08:24:43 -0500 (0:00:00.084) 0:03:52.789 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Configure the alternatewritethrough setting] *** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:837 Friday 24 January 2025 08:24:43 -0500 (0:00:00.084) 0:03:52.873 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Configure the writethrough setting] **** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:843 Friday 24 January 2025 08:24:44 -0500 (0:00:00.180) 0:03:53.054 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:853 Friday 24 January 2025 08:24:44 -0500 (0:00:00.119) 0:03:53.174 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Join to realm {{ ad_integration_realm }}] ******************************** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:861 Friday 24 January 2025 08:24:44 -0500 (0:00:00.163) 0:03:53.337 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:869 Friday 24 January 2025 08:24:44 -0500 (0:00:00.174) 0:03:53.511 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:876 Friday 24 January 2025 08:24:44 -0500 (0:00:00.138) 0:03:53.650 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:883 Friday 24 January 2025 08:24:44 -0500 (0:00:00.103) 0:03:53.753 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:892 Friday 24 January 2025 08:24:44 -0500 (0:00:00.082) 0:03:53.835 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:905 Friday 24 January 2025 08:24:45 -0500 (0:00:00.076) 0:03:53.912 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:914 Friday 24 January 2025 08:24:45 -0500 (0:00:00.228) 0:03:54.141 ******** 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 proper configuration on user] *** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:928 Friday 24 January 2025 08:24:45 -0500 (0:00:00.119) 0:03:54.261 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Get SPNs for the principal] ************ task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:938 Friday 24 January 2025 08:24:45 -0500 (0:00:00.109) 0:03:54.371 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:943 Friday 24 January 2025 08:24:45 -0500 (0:00:00.119) 0:03:54.491 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:960 Friday 24 January 2025 08:24:45 -0500 (0:00:00.132) 0:03:54.623 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:965 Friday 24 January 2025 08:24:45 -0500 (0:00:00.125) 0:03:54.748 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Get keytab properties] ***************** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:970 Friday 24 January 2025 08:24:45 -0500 (0:00:00.111) 0:03:54.859 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Create keytab] ************************* task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:976 Friday 24 January 2025 08:24:46 -0500 (0:00:00.121) 0:03:54.981 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1002 Friday 24 January 2025 08:24:46 -0500 (0:00:00.116) 0:03:55.097 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1023 Friday 24 January 2025 08:24:46 -0500 (0:00:00.118) 0:03:55.216 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1031 Friday 24 January 2025 08:24:46 -0500 (0:00:00.103) 0:03:55.320 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1041 Friday 24 January 2025 08:24:46 -0500 (0:00:00.094) 0:03:55.415 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1047 Friday 24 January 2025 08:24:46 -0500 (0:00:00.093) 0:03:55.509 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1065 Friday 24 January 2025 08:24:46 -0500 (0:00:00.074) 0:03:55.584 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1076 Friday 24 January 2025 08:24:46 -0500 (0:00:00.129) 0:03:55.713 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Set host variables] ******************** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1096 Friday 24 January 2025 08:24:46 -0500 (0:00:00.112) 0:03:55.825 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1149 Friday 24 January 2025 08:24:47 -0500 (0:00:00.118) 0:03:55.944 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Enable the hadrenabled setting] ******** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1156 Friday 24 January 2025 08:24:47 -0500 (0:00:00.115) 0:03:56.059 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1163 Friday 24 January 2025 08:24:47 -0500 (0:00:00.122) 0:03:56.181 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1173 Friday 24 January 2025 08:24:47 -0500 (0:00:00.117) 0:03:56.298 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1179 Friday 24 January 2025 08:24:47 -0500 (0:00:00.220) 0:03:56.519 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1187 Friday 24 January 2025 08:24:47 -0500 (0:00:00.091) 0:03:56.610 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1196 Friday 24 January 2025 08:24:47 -0500 (0:00:00.078) 0:03:56.689 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1204 Friday 24 January 2025 08:24:47 -0500 (0:00:00.126) 0:03:56.815 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1218 Friday 24 January 2025 08:24:48 -0500 (0:00:00.128) 0:03:56.944 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1224 Friday 24 January 2025 08:24:48 -0500 (0:00:00.097) 0:03:57.042 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Verify that primary instance hosts is available] *** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1246 Friday 24 January 2025 08:24:48 -0500 (0:00:00.087) 0:03:57.130 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Configure ag] ************************** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1256 Friday 24 January 2025 08:24:48 -0500 (0:00:00.082) 0:03:57.212 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1265 Friday 24 January 2025 08:24:48 -0500 (0:00:00.107) 0:03:57.320 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Replicate DBs] ************************* task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1274 Friday 24 January 2025 08:24:48 -0500 (0:00:00.104) 0:03:57.424 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1285 Friday 24 January 2025 08:24:48 -0500 (0:00:00.097) 0:03:57.522 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1298 Friday 24 January 2025 08:24:48 -0500 (0:00:00.091) 0:03:57.614 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1307 Friday 24 January 2025 08:24:48 -0500 (0:00:00.081) 0:03:57.695 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Enable the hadrenabled setting] ******** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1314 Friday 24 January 2025 08:24:48 -0500 (0:00:00.086) 0:03:57.781 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1321 Friday 24 January 2025 08:24:49 -0500 (0:00:00.138) 0:03:57.920 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1329 Friday 24 January 2025 08:24:49 -0500 (0:00:00.117) 0:03:58.038 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1336 Friday 24 January 2025 08:24:49 -0500 (0:00:00.098) 0:03:58.136 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1348 Friday 24 January 2025 08:24:49 -0500 (0:00:00.123) 0:03:58.259 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Create HA login] *********************** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1357 Friday 24 January 2025 08:24:49 -0500 (0:00:00.124) 0:03:58.383 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Join to availability group] ************ task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1364 Friday 24 January 2025 08:24:49 -0500 (0:00:00.256) 0:03:58.640 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1370 Friday 24 January 2025 08:24:49 -0500 (0:00:00.120) 0:03:58.761 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1378 Friday 24 January 2025 08:24:49 -0500 (0:00:00.098) 0:03:58.859 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1391 Friday 24 January 2025 08:24:50 -0500 (0:00:00.132) 0:03:58.991 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1403 Friday 24 January 2025 08:24:50 -0500 (0:00:00.076) 0:03:59.068 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1408 Friday 24 January 2025 08:24:50 -0500 (0:00:00.078) 0:03:59.147 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1416 Friday 24 January 2025 08:24:50 -0500 (0:00:00.076) 0:03:59.224 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1425 Friday 24 January 2025 08:24:50 -0500 (0:00:00.080) 0:03:59.305 ******** changed: [managed-node1] => { "changed": true } MSG: Block inserted RUNNING HANDLER [fedora.linux_system_roles.mssql : Restart the mssql-server service] *** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/handlers/main.yml:3 Friday 24 January 2025 08:24:51 -0500 (0:00:00.626) 0:03:59.931 ******** changed: [managed-node1] => { "changed": true, "name": "mssql-server", "state": "started", "status": { "ActiveEnterTimestamp": "Fri 2025-01-24 08:24:04 EST", "ActiveEnterTimestampMonotonic": "807682191", "ActiveExitTimestamp": "Fri 2025-01-24 08:24:03 EST", "ActiveExitTimestampMonotonic": "806765540", "ActiveState": "active", "After": "-.mount system.slice network.target auditd.service basic.target systemd-journald.socket", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Fri 2025-01-24 08:24:04 EST", "AssertTimestampMonotonic": "807681459", "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 2025-01-24 08:24:04 EST", "ConditionTimestampMonotonic": "807681457", "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": "28193", "ExecMainStartTimestamp": "Fri 2025-01-24 08:24:04 EST", "ExecMainStartTimestampMonotonic": "807682118", "ExecMainStatus": "0", "ExecStart": "{ path=/opt/mssql/bin/sqlservr ; argv[]=/opt/mssql/bin/sqlservr ; ignore_errors=no ; start_time=[Fri 2025-01-24 08:24:04 EST] ; stop_time=[n/a] ; pid=28193 ; 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 2025-01-24 08:24:04 EST", "InactiveEnterTimestampMonotonic": "807680984", "InactiveExitTimestamp": "Fri 2025-01-24 08:24:04 EST", "InactiveExitTimestampMonotonic": "807682191", "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": "28193", "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 2025-01-24 08:24:04 EST", "WatchdogTimestampMonotonic": "807682167", "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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1438 Friday 24 January 2025 08:24:52 -0500 (0:00:01.252) 0:04:01.184 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1445 Friday 24 January 2025 08:24:52 -0500 (0:00:00.093) 0:04:01.278 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify connectivity and settings] **************************************** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/tests_tls.yml:147 Friday 24 January 2025 08:24:52 -0500 (0:00:00.110) 0:04:01.388 ******** included: /tmp/collections-jof/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/collections-jof/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:8 Friday 24 January 2025 08:24:53 -0500 (0:00:00.832) 0:04:02.220 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if the set edition matches the existing edition] ******************* task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:23 Friday 24 January 2025 08:24:53 -0500 (0:00:00.178) 0:04:02.399 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify if the edition matches] ******************************************* task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:35 Friday 24 January 2025 08:24:53 -0500 (0:00:00.133) 0:04:02.533 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the setting {{ item.key }}] *************************************** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:39 Friday 24 January 2025 08:24:53 -0500 (0:00:00.159) 0:04:02.693 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get stat of mssql_datadir] *********************************************** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:55 Friday 24 January 2025 08:24:53 -0500 (0:00:00.113) 0:04:02.806 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Assert that mssql_datadir has proper permissions and ownership] ********** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:60 Friday 24 January 2025 08:24:54 -0500 (0:00:00.117) 0:04:02.923 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get stat of mssql_logdir] ************************************************ task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:70 Friday 24 January 2025 08:24:54 -0500 (0:00:00.123) 0:04:03.047 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Assert that mssql_logdir has proper permissions and ownership] *********** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:75 Friday 24 January 2025 08:24:54 -0500 (0:00:00.115) 0:04:03.162 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Prepare MSSQL and facts for logging in] ********************************** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:85 Friday 24 January 2025 08:24:54 -0500 (0:00:00.122) 0:04:03.285 ******** TASK [fedora.linux_system_roles.mssql : Ensure that the mssql-server service is started] *** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/verify_password.yml:3 Friday 24 January 2025 08:24:54 -0500 (0:00:00.157) 0:04:03.443 ******** ok: [managed-node1] => { "changed": false, "name": "mssql-server", "state": "started", "status": { "ActiveEnterTimestamp": "Fri 2025-01-24 08:24:52 EST", "ActiveEnterTimestampMonotonic": "855323874", "ActiveExitTimestamp": "Fri 2025-01-24 08:24:51 EST", "ActiveExitTimestampMonotonic": "854910165", "ActiveState": "active", "After": "-.mount system.slice network.target auditd.service basic.target systemd-journald.socket", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Fri 2025-01-24 08:24:52 EST", "AssertTimestampMonotonic": "855322815", "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 2025-01-24 08:24:52 EST", "ConditionTimestampMonotonic": "855322814", "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": "30312", "ExecMainStartTimestamp": "Fri 2025-01-24 08:24:52 EST", "ExecMainStartTimestampMonotonic": "855323818", "ExecMainStatus": "0", "ExecStart": "{ path=/opt/mssql/bin/sqlservr ; argv[]=/opt/mssql/bin/sqlservr ; ignore_errors=no ; start_time=[Fri 2025-01-24 08:24:52 EST] ; stop_time=[n/a] ; pid=30312 ; 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 2025-01-24 08:24:52 EST", "InactiveEnterTimestampMonotonic": "855321827", "InactiveExitTimestamp": "Fri 2025-01-24 08:24:52 EST", "InactiveExitTimestampMonotonic": "855323874", "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": "30312", "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 2025-01-24 08:24:52 EST", "WatchdogTimestampMonotonic": "855323854", "WatchdogUSec": "0", "WorkingDirectory": "/var/opt/mssql" } } TASK [fedora.linux_system_roles.mssql : Check if a custom tcpport setting exist] *** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/verify_password.yml:8 Friday 24 January 2025 08:24:55 -0500 (0:00:01.179) 0:04:04.623 ******** ok: [managed-node1] => { "changed": false, "cmd": [ "grep", "^tcpport = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003113", "end": "2025-01-24 08:24:56.022873", "failed_when_result": false, "rc": 1, "start": "2025-01-24 08:24:56.019760" } MSG: non-zero return code TASK [fedora.linux_system_roles.mssql : Check if a custom ipaddress setting exist] *** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/verify_password.yml:14 Friday 24 January 2025 08:24:56 -0500 (0:00:00.506) 0:04:05.130 ******** ok: [managed-node1] => { "changed": false, "cmd": [ "grep", "^ipaddress = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:01.004276", "end": "2025-01-24 08:24:57.609911", "failed_when_result": false, "rc": 1, "start": "2025-01-24 08:24:56.605635" } MSG: non-zero return code TASK [fedora.linux_system_roles.mssql : Set a fact with a login command] ******* task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/verify_password.yml:20 Friday 24 January 2025 08:24:57 -0500 (0:00:01.474) 0:04:06.604 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:93 Friday 24 January 2025 08:24:57 -0500 (0:00:00.093) 0:04:06.698 ******** 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": 6263, "state": "file", "uid": 996 } TASK [Check if the set password matches the existing password] ***************** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:99 Friday 24 January 2025 08:24:59 -0500 (0:00:01.476) 0:04:08.174 ******** ok: [managed-node1] => { "attempts": 1, "changed": false, "cmd": [ "/opt/mssql-tools18/bin/sqlcmd", "-C", "-No", "-U", "sa", "-P", "p@55w0rD", "-Q", "SELECT @@VERSION" ], "delta": "0:00:00.024236", "end": "2025-01-24 08:24:59.755806", "rc": 0, "start": "2025-01-24 08:24:59.731570" } STDOUT: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ Microsoft SQL Server 2017 (RTM-CU31-GDR) (KB5029376) - 14.0.3465.1 (X64) Jul 30 2023 15:31:58 Copyright (C) 2017 Microsoft Corporation Enterprise Evaluation Edition (64-bit) on Linux (CentOS Linux 7 (Core)) (1 rows affected) TASK [Set the mssql_password variable to default null] ************************* task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:118 Friday 24 January 2025 08:24:59 -0500 (0:00:00.598) 0:04:08.773 ******** ok: [managed-node1] => { "ansible_facts": { "mssql_password": null }, "changed": false } TASK [Verify the package mssql-server-fts] ************************************* task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:122 Friday 24 January 2025 08:25:00 -0500 (0:00:00.161) 0:04:08.935 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the package powershell] ******************************************* task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:129 Friday 24 January 2025 08:25:00 -0500 (0:00:00.121) 0:04:09.057 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the value of the traceflag setting] ********************************** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:140 Friday 24 January 2025 08:25:00 -0500 (0:00:00.236) 0:04:09.293 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that the traceflag setting is set to 3979] ************************ task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:145 Friday 24 January 2025 08:25:00 -0500 (0:00:00.183) 0:04:09.477 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:150 Friday 24 January 2025 08:25:00 -0500 (0:00:00.203) 0:04:09.681 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that the alternatewritethrough setting is false] ****************** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:156 Friday 24 January 2025 08:25:01 -0500 (0:00:00.247) 0:04:09.929 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the writethrough setting] ***************************************** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:162 Friday 24 January 2025 08:25:01 -0500 (0:00:00.161) 0:04:10.091 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the tlscert setting] ********************************************** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:172 Friday 24 January 2025 08:25:01 -0500 (0:00:00.326) 0:04:10.417 ******** included: /tmp/collections-jof/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/collections-jof/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml:7 Friday 24 January 2025 08:25:01 -0500 (0:00:00.432) 0:04:10.850 ******** ok: [managed-node1] => { "changed": false, "cmd": "grep '^tlscert' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004364", "end": "2025-01-24 08:25:02.531537", "rc": 0, "start": "2025-01-24 08:25:02.527173" } TASK [Verify the setting when it is type str tlscert] ************************** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml:14 Friday 24 January 2025 08:25:02 -0500 (0:00:00.774) 0:04:11.625 ******** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Verify the setting when it is type bool tlscert] ************************* task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml:25 Friday 24 January 2025 08:25:02 -0500 (0:00:00.161) 0:04:11.786 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that tcpport =] *************************************************** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml:40 Friday 24 January 2025 08:25:03 -0500 (0:00:00.147) 0:04:11.934 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the tlskey setting] *********************************************** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:183 Friday 24 January 2025 08:25:03 -0500 (0:00:00.189) 0:04:12.123 ******** included: /tmp/collections-jof/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/collections-jof/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml:7 Friday 24 January 2025 08:25:03 -0500 (0:00:00.390) 0:04:12.514 ******** ok: [managed-node1] => { "changed": false, "cmd": "grep '^tlskey' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004289", "end": "2025-01-24 08:25:04.090436", "rc": 0, "start": "2025-01-24 08:25:04.086147" } TASK [Verify the setting when it is type str tlskey] *************************** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml:14 Friday 24 January 2025 08:25:04 -0500 (0:00:00.721) 0:04:13.236 ******** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Verify the setting when it is type bool tlskey] ************************** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml:25 Friday 24 January 2025 08:25:04 -0500 (0:00:00.165) 0:04:13.401 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that tcpport =] *************************************************** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml:40 Friday 24 January 2025 08:25:04 -0500 (0:00:00.133) 0:04:13.535 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the tlsprotocols setting] ***************************************** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:195 Friday 24 January 2025 08:25:04 -0500 (0:00:00.127) 0:04:13.663 ******** included: /tmp/collections-jof/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/collections-jof/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml:7 Friday 24 January 2025 08:25:05 -0500 (0:00:00.285) 0:04:13.949 ******** ok: [managed-node1] => { "changed": false, "cmd": "grep '^tlsprotocols' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004794", "end": "2025-01-24 08:25:05.566861", "rc": 0, "start": "2025-01-24 08:25:05.562067" } TASK [Verify the setting when it is type str tlsprotocols] ********************* task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml:14 Friday 24 January 2025 08:25:05 -0500 (0:00:00.709) 0:04:14.658 ******** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Verify the setting when it is type bool tlsprotocols] ******************** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml:25 Friday 24 January 2025 08:25:06 -0500 (0:00:00.258) 0:04:14.916 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that tcpport =] *************************************************** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml:40 Friday 24 January 2025 08:25:06 -0500 (0:00:00.132) 0:04:15.048 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the forceencryption setting] ************************************** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:203 Friday 24 January 2025 08:25:06 -0500 (0:00:00.325) 0:04:15.374 ******** included: /tmp/collections-jof/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/collections-jof/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml:7 Friday 24 January 2025 08:25:06 -0500 (0:00:00.253) 0:04:15.628 ******** ok: [managed-node1] => { "changed": false, "cmd": "grep '^forceencryption' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004431", "end": "2025-01-24 08:25:07.205083", "rc": 0, "start": "2025-01-24 08:25:07.200652" } TASK [Verify the setting when it is type str forceencryption] ****************** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml:14 Friday 24 January 2025 08:25:07 -0500 (0:00:00.725) 0:04:16.353 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the setting when it is type bool forceencryption] ***************** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml:25 Friday 24 January 2025 08:25:07 -0500 (0:00:00.167) 0:04:16.521 ******** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Verify that tcpport = False] ********************************************* task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml:40 Friday 24 January 2025 08:25:07 -0500 (0:00:00.176) 0:04:16.697 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify configuration for confined application] *************************** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:210 Friday 24 January 2025 08:25:07 -0500 (0:00:00.138) 0:04:16.836 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Test with certs created by the certificate role] ************************* task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/tests_tls.yml:154 Friday 24 January 2025 08:25:08 -0500 (0:00:00.143) 0:04:16.979 ******** TASK [fedora.linux_system_roles.mssql : Ensure ansible_facts and variables used by role] *** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:3 Friday 24 January 2025 08:25:10 -0500 (0:00:02.646) 0:04:19.626 ******** included: /tmp/collections-jof/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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/set_vars.yml:3 Friday 24 January 2025 08:25:11 -0500 (0:00:00.272) 0:04:19.898 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/set_vars.yml:8 Friday 24 January 2025 08:25:11 -0500 (0:00:00.161) 0:04:20.059 ******** 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/collections-jof/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/collections-jof/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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:8 Friday 24 January 2025 08:25:11 -0500 (0:00:00.183) 0:04:20.243 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:15 Friday 24 January 2025 08:25:11 -0500 (0:00:00.147) 0:04:20.391 ******** skipping: [managed-node1] => {} TASK [fedora.linux_system_roles.mssql : Link the deprecated mssql_input_sql_file fact] *** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:23 Friday 24 January 2025 08:25:11 -0500 (0:00:00.144) 0:04:20.536 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:30 Friday 24 January 2025 08:25:11 -0500 (0:00:00.148) 0:04:20.685 ******** skipping: [managed-node1] => {} TASK [fedora.linux_system_roles.mssql : Link the deprecated mssql_ha_listener_port fact] *** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:37 Friday 24 January 2025 08:25:11 -0500 (0:00:00.127) 0:04:20.812 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:44 Friday 24 January 2025 08:25:12 -0500 (0:00:00.118) 0:04:20.930 ******** skipping: [managed-node1] => {} TASK [fedora.linux_system_roles.mssql : Link the deprecated mssql_ad_sql_user_name fact] *** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:51 Friday 24 January 2025 08:25:12 -0500 (0:00:00.126) 0:04:21.057 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:58 Friday 24 January 2025 08:25:12 -0500 (0:00:00.118) 0:04:21.175 ******** skipping: [managed-node1] => {} TASK [fedora.linux_system_roles.mssql : Link the deprecated mssql_ha_cluster_run_role fact] *** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:65 Friday 24 January 2025 08:25:12 -0500 (0:00:00.176) 0:04:21.352 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Print that variable is deprecated] ***** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:74 Friday 24 January 2025 08:25:12 -0500 (0:00:00.142) 0:04:21.495 ******** skipping: [managed-node1] => {} TASK [fedora.linux_system_roles.mssql : Link the deprecated fact] ************** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:83 Friday 24 January 2025 08:25:12 -0500 (0:00:00.144) 0:04:21.640 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Fail on RHEL or CentOS 10 because it's not supported] *** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:87 Friday 24 January 2025 08:25:13 -0500 (0:00:00.363) 0:04:22.003 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:94 Friday 24 January 2025 08:25:13 -0500 (0:00:00.108) 0:04:22.111 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:106 Friday 24 January 2025 08:25:13 -0500 (0:00:00.103) 0:04:22.215 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:114 Friday 24 January 2025 08:25:13 -0500 (0:00:00.115) 0:04:22.330 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:123 Friday 24 January 2025 08:25:13 -0500 (0:00:00.141) 0:04:22.471 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:132 Friday 24 January 2025 08:25:13 -0500 (0:00:00.191) 0:04:22.663 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:142 Friday 24 January 2025 08:25:13 -0500 (0:00:00.137) 0:04:22.801 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:151 Friday 24 January 2025 08:25:14 -0500 (0:00:00.147) 0:04:22.948 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Gather package facts] ****************** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:162 Friday 24 January 2025 08:25:14 -0500 (0:00:00.128) 0:04:23.076 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:166 Friday 24 January 2025 08:25:16 -0500 (0:00:01.856) 0:04:24.933 ******** ok: [managed-node1] => (item={u'value': 14, u'key': 2017}) => { "ansible_facts": { "__mssql_current_version": "2017" }, "ansible_loop_var": "item", "changed": false, "item": { "key": 2017, "value": 14 } } 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:174 Friday 24 January 2025 08:25:16 -0500 (0:00:00.506) 0:04:25.440 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:181 Friday 24 January 2025 08:25:16 -0500 (0:00:00.171) 0:04:25.611 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:188 Friday 24 January 2025 08:25:16 -0500 (0:00:00.170) 0:04:25.782 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:202 Friday 24 January 2025 08:25:17 -0500 (0:00:00.232) 0:04:26.015 ******** ok: [managed-node1] => { "attempts": 1, "changed": false } TASK [fedora.linux_system_roles.mssql : Update all packages from SQL Server repo version 2017] *** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:216 Friday 24 January 2025 08:25:18 -0500 (0:00:01.156) 0:04:27.171 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Get yum repositories] ****************** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:226 Friday 24 January 2025 08:25:18 -0500 (0:00:00.135) 0:04:27.306 ******** 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 2017] *** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:237 Friday 24 January 2025 08:25:18 -0500 (0:00:00.127) 0:04:27.434 ******** 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 2017] *** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:251 Friday 24 January 2025 08:25:18 -0500 (0:00:00.180) 0:04:27.615 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Get zypper repositories] *************** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:260 Friday 24 January 2025 08:25:18 -0500 (0:00:00.130) 0:04:27.745 ******** 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 2017] *** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:272 Friday 24 January 2025 08:25:18 -0500 (0:00:00.126) 0:04:27.871 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Configure the Microsoft SQL Server repo version 2017] *** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:279 Friday 24 January 2025 08:25:19 -0500 (0:00:00.167) 0:04:28.038 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Configure the Microsoft SQL Server repo version 2017] *** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:291 Friday 24 January 2025 08:25:19 -0500 (0:00:00.205) 0:04:28.244 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:304 Friday 24 January 2025 08:25:19 -0500 (0:00:00.129) 0:04:28.374 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:309 Friday 24 January 2025 08:25:20 -0500 (0:00:00.849) 0:04:29.223 ******** ok: [managed-node1] => { "changed": false, "rc": 0, "results": [ "mssql-server-14.0.3465.1-1.x86_64 providing mssql-server is already installed" ] } TASK [fedora.linux_system_roles.mssql : Check if the errorlog file exists and its location] *** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:314 Friday 24 January 2025 08:25:21 -0500 (0:00:00.697) 0:04:29.921 ******** 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.005353", "end": "2025-01-24 08:25:21.356940", "rc": 0, "start": "2025-01-24 08:25:21.351587" } STDOUT: /var/opt/mssql/log/errorlog TASK [fedora.linux_system_roles.mssql : Gather system services facts] ********** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:330 Friday 24 January 2025 08:25:21 -0500 (0:00:00.508) 0:04:30.429 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:334 Friday 24 January 2025 08:25:22 -0500 (0:00:01.278) 0:04:31.708 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:343 Friday 24 January 2025 08:25:23 -0500 (0:00:00.224) 0:04:31.932 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Set up MSSQL] ************************** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:359 Friday 24 January 2025 08:25:23 -0500 (0:00:00.471) 0:04:32.404 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:384 Friday 24 January 2025 08:25:23 -0500 (0:00:00.158) 0:04:32.562 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:399 Friday 24 January 2025 08:25:23 -0500 (0:00:00.172) 0:04:32.734 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure correct SELinux context for storage paths and ports] ************** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:413 Friday 24 January 2025 08:25:24 -0500 (0:00:00.179) 0:04:32.914 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:424 Friday 24 January 2025 08:25:24 -0500 (0:00:00.162) 0:04:33.076 ******** 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" ] } TASK [fedora.linux_system_roles.mssql : Ensure that the tuned service is started and enabled] *** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:430 Friday 24 January 2025 08:25:25 -0500 (0:00:01.078) 0:04:34.155 ******** ok: [managed-node1] => { "changed": false, "enabled": true, "name": "tuned", "state": "started", "status": { "ActiveEnterTimestamp": "Fri 2025-01-24 08:10:56 EST", "ActiveEnterTimestampMonotonic": "20414631", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "dbus.service system.slice systemd-sysctl.service network.target basic.target systemd-journald.socket", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Fri 2025-01-24 08:10:54 EST", "AssertTimestampMonotonic": "18332711", "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 2025-01-24 08:10:54 EST", "ConditionTimestampMonotonic": "18332709", "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": "851", "ExecMainStartTimestamp": "Fri 2025-01-24 08:10:54 EST", "ExecMainStartTimestampMonotonic": "18333388", "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 2025-01-24 08:10:54 EST", "InactiveExitTimestampMonotonic": "18333422", "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": "851", "MemoryAccounting": "no", "MemoryCurrent": "18446744073709551615", "MemoryLimit": "18446744073709551615", "MountFlags": "0", "Names": "tuned.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PIDFile": "/run/tuned/tuned.pid", "PermissionsStartOnly": "no", "PrivateDevices": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "ProtectHome": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "Requires": "polkit.service basic.target system.slice dbus.service", "Restart": "no", "RestartUSec": "100ms", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitInterval": "10000000", "StartupBlockIOWeight": "18446744073709551615", "StartupCPUShares": "18446744073709551615", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "no", "TasksCurrent": "18446744073709551615", "TasksMax": "18446744073709551615", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "dbus", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "WantedBy": "multi-user.target", "WatchdogTimestamp": "Fri 2025-01-24 08:10:56 EST", "WatchdogTimestampMonotonic": "20414575", "WatchdogUSec": "0" } } TASK [fedora.linux_system_roles.mssql : Get the active Tuned profiles] ********* task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:437 Friday 24 January 2025 08:25:26 -0500 (0:00:00.868) 0:04:35.024 ******** ok: [managed-node1] => { "changed": false, "cmd": [ "tuned-adm", "active" ], "delta": "0:00:00.087179", "end": "2025-01-24 08:25:26.590887", "rc": 0, "start": "2025-01-24 08:25:26.503708" } 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:450 Friday 24 January 2025 08:25:26 -0500 (0:00:00.609) 0:04:35.633 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:463 Friday 24 January 2025 08:25:26 -0500 (0:00:00.142) 0:04:35.776 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:472 Friday 24 January 2025 08:25:27 -0500 (0:00:00.132) 0:04:35.908 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:482 Friday 24 January 2025 08:25:27 -0500 (0:00:00.192) 0:04:36.101 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:490 Friday 24 January 2025 08:25:28 -0500 (0:00:00.816) 0:04:36.917 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:499 Friday 24 January 2025 08:25:28 -0500 (0:00:00.194) 0:04:37.112 ******** ok: [managed-node1] => { "changed": false, "rc": 0, "results": [ "mssql-tools18-18.4.1.1-1.x86_64 providing mssql-tools18 is already installed", "unixODBC-devel-2.3.11-1.rh.x86_64 providing unixODBC-devel is already installed" ] } TASK [Create certificates using the certificate role] ************************** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:516 Friday 24 January 2025 08:25:29 -0500 (0:00:01.144) 0:04:38.257 ******** TASK [fedora.linux_system_roles.certificate : Set version specific variables] *** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:2 Friday 24 January 2025 08:25:30 -0500 (0:00:00.786) 0:04:39.043 ******** included: /tmp/collections-jof/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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:2 Friday 24 January 2025 08:25:30 -0500 (0:00:00.292) 0:04:39.335 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:10 Friday 24 January 2025 08:25:30 -0500 (0:00:00.193) 0:04:39.529 ******** ok: [managed-node1] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.certificate : Set flag to indicate system is ostree] *** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:15 Friday 24 January 2025 08:25:31 -0500 (0:00:00.554) 0:04:40.083 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:19 Friday 24 January 2025 08:25:31 -0500 (0:00:00.171) 0:04:40.254 ******** 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/collections-jof/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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:5 Friday 24 January 2025 08:25:31 -0500 (0:00:00.373) 0:04:40.628 ******** changed: [managed-node1] => { "changed": true, "changes": { "installed": [ "python-pyasn1", "python-cryptography" ] }, "rc": 0, "results": [ "dbus-python-1.1.1-9.el7.x86_64 providing python-dbus is already installed", "Loaded plugins: fastestmirror\nLoading mirror speeds from cached hostfile\n * epel: d2lzkl7pfhq30w.cloudfront.net\n * epel-debuginfo: d2lzkl7pfhq30w.cloudfront.net\n * epel-source: d2lzkl7pfhq30w.cloudfront.net\nResolving Dependencies\n--> Running transaction check\n---> Package python2-cryptography.x86_64 0:1.7.2-2.el7 will be installed\n--> Processing Dependency: python-idna >= 2.0 for package: python2-cryptography-1.7.2-2.el7.x86_64\n--> Processing Dependency: python-cffi >= 1.4.1 for package: python2-cryptography-1.7.2-2.el7.x86_64\n--> Processing Dependency: python-enum34 for package: python2-cryptography-1.7.2-2.el7.x86_64\n---> Package python2-pyasn1.noarch 0:0.1.9-7.el7 will be installed\n--> Running transaction check\n---> Package python-cffi.x86_64 0:1.6.0-5.el7 will be installed\n--> Processing Dependency: python-pycparser for package: python-cffi-1.6.0-5.el7.x86_64\n---> Package python-enum34.noarch 0:1.0.4-1.el7 will be installed\n---> Package python-idna.noarch 0:2.4-1.el7 will be installed\n--> Running transaction check\n---> Package python-pycparser.noarch 0:2.14-1.el7 will be installed\n--> Processing Dependency: python-ply for package: python-pycparser-2.14-1.el7.noarch\n--> Running transaction check\n---> Package python-ply.noarch 0:3.4-11.el7 will be installed\n--> Finished Dependency Resolution\n\nDependencies Resolved\n\n================================================================================\n Package Arch Version Repository Size\n================================================================================\nInstalling:\n python2-cryptography x86_64 1.7.2-2.el7 base 502 k\n python2-pyasn1 noarch 0.1.9-7.el7 base 100 k\nInstalling for dependencies:\n python-cffi x86_64 1.6.0-5.el7 base 218 k\n python-enum34 noarch 1.0.4-1.el7 base 52 k\n python-idna noarch 2.4-1.el7 base 94 k\n python-ply noarch 3.4-11.el7 base 123 k\n python-pycparser noarch 2.14-1.el7 base 104 k\n\nTransaction Summary\n================================================================================\nInstall 2 Packages (+5 Dependent packages)\n\nTotal download size: 1.2 M\nInstalled size: 6.1 M\nDownloading packages:\n--------------------------------------------------------------------------------\nTotal 3.5 MB/s | 1.2 MB 00:00 \nRunning transaction check\nRunning transaction test\nTransaction test succeeded\nRunning transaction\n Installing : python2-pyasn1-0.1.9-7.el7.noarch 1/7 \n Installing : python-enum34-1.0.4-1.el7.noarch 2/7 \n Installing : python-ply-3.4-11.el7.noarch 3/7 \n Installing : python-pycparser-2.14-1.el7.noarch 4/7 \n Installing : python-cffi-1.6.0-5.el7.x86_64 5/7 \n Installing : python-idna-2.4-1.el7.noarch 6/7 \n Installing : python2-cryptography-1.7.2-2.el7.x86_64 7/7 \n Verifying : python-idna-2.4-1.el7.noarch 1/7 \n Verifying : python-pycparser-2.14-1.el7.noarch 2/7 \n Verifying : python-ply-3.4-11.el7.noarch 3/7 \n Verifying : python-cffi-1.6.0-5.el7.x86_64 4/7 \n Verifying : python-enum34-1.0.4-1.el7.noarch 5/7 \n Verifying : python2-pyasn1-0.1.9-7.el7.noarch 6/7 \n Verifying : python2-cryptography-1.7.2-2.el7.x86_64 7/7 \n\nInstalled:\n python2-cryptography.x86_64 0:1.7.2-2.el7 python2-pyasn1.noarch 0:0.1.9-7.el7\n\nDependency Installed:\n python-cffi.x86_64 0:1.6.0-5.el7 python-enum34.noarch 0:1.0.4-1.el7 \n python-idna.noarch 0:2.4-1.el7 python-ply.noarch 0:3.4-11.el7 \n python-pycparser.noarch 0:2.14-1.el7 \n\nComplete!\n" ] } TASK [fedora.linux_system_roles.certificate : Ensure provider packages are installed] *** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:23 Friday 24 January 2025 08:25:36 -0500 (0:00:04.828) 0:04:45.457 ******** changed: [managed-node1] => (item=certmonger) => { "__certificate_provider": "certmonger", "ansible_loop_var": "__certificate_provider", "changed": true, "changes": { "installed": [ "certmonger" ] }, "rc": 0, "results": [ "Loaded plugins: fastestmirror\nLoading mirror speeds from cached hostfile\n * epel: dl.fedoraproject.org\n * epel-debuginfo: dl.fedoraproject.org\n * epel-source: dl.fedoraproject.org\nResolving Dependencies\n--> Running transaction check\n---> Package certmonger.x86_64 0:0.78.4-17.el7_9 will be installed\n--> Processing Dependency: psmisc for package: certmonger-0.78.4-17.el7_9.x86_64\n--> Processing Dependency: libtevent.so.0(TEVENT_0.9.9)(64bit) for package: certmonger-0.78.4-17.el7_9.x86_64\n--> Processing Dependency: libtalloc.so.2(TALLOC_2.0.2)(64bit) for package: certmonger-0.78.4-17.el7_9.x86_64\n--> Processing Dependency: libxmlrpc_util.so.3()(64bit) for package: certmonger-0.78.4-17.el7_9.x86_64\n--> Processing Dependency: libxmlrpc_client.so.3()(64bit) for package: certmonger-0.78.4-17.el7_9.x86_64\n--> Processing Dependency: libxmlrpc.so.3()(64bit) for package: certmonger-0.78.4-17.el7_9.x86_64\n--> Processing Dependency: libtevent.so.0()(64bit) for package: certmonger-0.78.4-17.el7_9.x86_64\n--> Processing Dependency: libtalloc.so.2()(64bit) for package: certmonger-0.78.4-17.el7_9.x86_64\n--> Running transaction check\n---> Package libtalloc.x86_64 0:2.1.16-1.el7 will be installed\n---> Package libtevent.x86_64 0:0.9.39-1.el7 will be installed\n---> Package psmisc.x86_64 0:22.20-17.el7 will be installed\n---> Package xmlrpc-c.x86_64 0:1.32.5-1905.svn2451.el7 will be installed\n---> Package xmlrpc-c-client.x86_64 0:1.32.5-1905.svn2451.el7 will be installed\n--> Finished Dependency Resolution\n\nDependencies Resolved\n\n================================================================================\n Package Arch Version Repository Size\n================================================================================\nInstalling:\n certmonger x86_64 0.78.4-17.el7_9 updates 608 k\nInstalling for dependencies:\n libtalloc x86_64 2.1.16-1.el7 base 33 k\n libtevent x86_64 0.9.39-1.el7 base 41 k\n psmisc x86_64 22.20-17.el7 base 141 k\n xmlrpc-c x86_64 1.32.5-1905.svn2451.el7 base 130 k\n xmlrpc-c-client x86_64 1.32.5-1905.svn2451.el7 base 32 k\n\nTransaction Summary\n================================================================================\nInstall 1 Package (+5 Dependent packages)\n\nTotal download size: 984 k\nInstalled size: 3.7 M\nDownloading packages:\n--------------------------------------------------------------------------------\nTotal 2.5 MB/s | 984 kB 00:00 \nRunning transaction check\nRunning transaction test\nTransaction test succeeded\nRunning transaction\n Installing : xmlrpc-c-1.32.5-1905.svn2451.el7.x86_64 1/6 \n Installing : libtalloc-2.1.16-1.el7.x86_64 2/6 \n Installing : libtevent-0.9.39-1.el7.x86_64 3/6 \n Installing : xmlrpc-c-client-1.32.5-1905.svn2451.el7.x86_64 4/6 \n Installing : psmisc-22.20-17.el7.x86_64 5/6 \n Installing : certmonger-0.78.4-17.el7_9.x86_64 6/6 \n Verifying : xmlrpc-c-client-1.32.5-1905.svn2451.el7.x86_64 1/6 \n Verifying : libtevent-0.9.39-1.el7.x86_64 2/6 \n Verifying : libtalloc-2.1.16-1.el7.x86_64 3/6 \n Verifying : xmlrpc-c-1.32.5-1905.svn2451.el7.x86_64 4/6 \n Verifying : certmonger-0.78.4-17.el7_9.x86_64 5/6 \n Verifying : psmisc-22.20-17.el7.x86_64 6/6 \n\nInstalled:\n certmonger.x86_64 0:0.78.4-17.el7_9 \n\nDependency Installed:\n libtalloc.x86_64 0:2.1.16-1.el7 \n libtevent.x86_64 0:0.9.39-1.el7 \n psmisc.x86_64 0:22.20-17.el7 \n xmlrpc-c.x86_64 0:1.32.5-1905.svn2451.el7 \n xmlrpc-c-client.x86_64 0:1.32.5-1905.svn2451.el7 \n\nComplete!\n" ] } TASK [fedora.linux_system_roles.certificate : Ensure pre-scripts hooks directory exists] *** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:35 Friday 24 January 2025 08:25:41 -0500 (0:00:05.057) 0:04:50.514 ******** changed: [managed-node1] => (item=certmonger) => { "__certificate_provider": "certmonger", "ansible_loop_var": "__certificate_provider", "changed": true, "gid": 0, "group": "root", "mode": "0700", "owner": "root", "path": "/etc/certmonger//pre-scripts", "secontext": "unconfined_u:object_r:etc_t:s0", "size": 4096, "state": "directory", "uid": 0 } TASK [fedora.linux_system_roles.certificate : Ensure post-scripts hooks directory exists] *** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:61 Friday 24 January 2025 08:25:42 -0500 (0:00:00.807) 0:04:51.322 ******** changed: [managed-node1] => (item=certmonger) => { "__certificate_provider": "certmonger", "ansible_loop_var": "__certificate_provider", "changed": true, "gid": 0, "group": "root", "mode": "0700", "owner": "root", "path": "/etc/certmonger//post-scripts", "secontext": "unconfined_u:object_r:etc_t:s0", "size": 4096, "state": "directory", "uid": 0 } TASK [fedora.linux_system_roles.certificate : Ensure provider service is running] *** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:90 Friday 24 January 2025 08:25:42 -0500 (0:00:00.553) 0:04:51.875 ******** changed: [managed-node1] => (item=certmonger) => { "__certificate_provider": "certmonger", "ansible_loop_var": "__certificate_provider", "changed": true, "enabled": true, "name": "certmonger", "state": "started", "status": { "ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "ActiveState": "inactive", "After": "systemd-journald.socket basic.target syslog.target network.target dbus.service system.slice", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "18446744073709551615", "BusName": "org.fedorahosted.certmonger", "CPUAccounting": "no", "CPUQuotaPerSecUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "18446744073709551615", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "18446744073709551615", "CollectMode": "inactive", "ConditionResult": "no", "ConditionTimestampMonotonic": "0", "Conflicts": "shutdown.target", "ControlPID": "0", "DefaultDependencies": "yes", "Delegate": "no", "Description": "Certificate monitoring and PKI enrollment", "DevicePolicy": "auto", "EnvironmentFile": "/etc/sysconfig/certmonger (ignore_errors=yes)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "0", "ExecMainStartTimestampMonotonic": "0", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/sbin/certmonger ; argv[]=/usr/sbin/certmonger -S -p /var/run/certmonger.pid -n $OPTS ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/certmonger.service", "GuessMainPID": "yes", "IOScheduling": "0", "Id": "certmonger.service", "IgnoreOnIsolate": "no", "IgnoreOnSnapshot": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestampMonotonic": "0", "JobTimeoutAction": "none", "JobTimeoutUSec": "0", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "18446744073709551615", "LimitCORE": "18446744073709551615", "LimitCPU": "18446744073709551615", "LimitDATA": "18446744073709551615", "LimitFSIZE": "18446744073709551615", "LimitLOCKS": "18446744073709551615", "LimitMEMLOCK": "65536", "LimitMSGQUEUE": "819200", "LimitNICE": "0", "LimitNOFILE": "4096", "LimitNPROC": "14311", "LimitRSS": "18446744073709551615", "LimitRTPRIO": "0", "LimitRTTIME": "18446744073709551615", "LimitSIGPENDING": "14311", "LimitSTACK": "18446744073709551615", "LoadState": "loaded", "MainPID": "0", "MemoryAccounting": "no", "MemoryCurrent": "18446744073709551615", "MemoryLimit": "18446744073709551615", "MountFlags": "0", "Names": "certmonger.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PIDFile": "/var/run/certmonger.pid", "PermissionsStartOnly": "no", "PrivateDevices": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "ProtectHome": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "Requires": "basic.target system.slice", "Restart": "no", "RestartUSec": "100ms", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitInterval": "10000000", "StartupBlockIOWeight": "18446744073709551615", "StartupCPUShares": "18446744073709551615", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "dead", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "no", "TasksCurrent": "18446744073709551615", "TasksMax": "18446744073709551615", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "dbus", "UMask": "0022", "UnitFilePreset": "disabled", "UnitFileState": "disabled", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0" } } TASK [fedora.linux_system_roles.certificate : Ensure certificate requests] ***** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:101 Friday 24 January 2025 08:25:43 -0500 (0:00:00.899) 0:04:52.775 ******** changed: [managed-node1] => (item={u'owner': u'mssql', u'group': u'mssql', u'name': u'mssql_2019_cert', u'common_name': u'10.31.14.119', u'ca': u'self-sign', u'mode': u'0600'}) => { "ansible_loop_var": "item", "changed": true, "item": { "ca": "self-sign", "common_name": "10.31.14.119", "group": "mssql", "mode": "0600", "name": "mssql_2019_cert", "owner": "mssql" } } MSG: Certificate requested (new). File attributes updated. TASK [fedora.linux_system_roles.certificate : Slurp the contents of the files] *** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:152 Friday 24 January 2025 08:25:45 -0500 (0:00:01.649) 0:04:54.425 ******** 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.14.119', u'ca': u'self-sign', u'mode': u'0600'}]) => { "ansible_loop_var": "item", "changed": false, "item": [ "cert", { "ca": "self-sign", "common_name": "10.31.14.119", "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.14.119', u'ca': u'self-sign', u'mode': u'0600'}]) => { "ansible_loop_var": "item", "changed": false, "item": [ "key", { "ca": "self-sign", "common_name": "10.31.14.119", "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.14.119', u'ca': u'self-sign', u'mode': u'0600'}]) => { "ansible_loop_var": "item", "changed": false, "item": [ "ca", { "ca": "self-sign", "common_name": "10.31.14.119", "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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:160 Friday 24 January 2025 08:25:45 -0500 (0:00:00.220) 0:04:54.646 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.certificate : Stop tracking certificates] ****** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:176 Friday 24 January 2025 08:25:45 -0500 (0:00:00.137) 0:04:54.784 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.certificate : Remove files] ******************** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:181 Friday 24 January 2025 08:25:46 -0500 (0:00:00.349) 0:04:55.133 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:530 Friday 24 January 2025 08:25:46 -0500 (0:00:00.141) 0:04:55.274 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:535 Friday 24 January 2025 08:25:46 -0500 (0:00:00.173) 0:04:55.448 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:553 Friday 24 January 2025 08:25:46 -0500 (0:00:00.161) 0:04:55.609 ******** included: /tmp/collections-jof/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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:3 Friday 24 January 2025 08:25:46 -0500 (0:00:00.217) 0:04:55.827 ******** ok: [managed-node1] => { "changed": false, "cmd": [ "grep", "^tlscert = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003408", "end": "2025-01-24 08:25:47.356395", "failed_when_result": false, "rc": 1, "start": "2025-01-24 08:25:47.352987" } MSG: non-zero return code TASK [fedora.linux_system_roles.mssql : Configure the setting network tlscert] *** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:12 Friday 24 January 2025 08:25:47 -0500 (0:00:00.639) 0:04:56.466 ******** 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.046652", "end": "2025-01-24 08:25:48.286750", "failed_when_result": false, "rc": 0, "start": "2025-01-24 08:25:48.240098" } 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:42 Friday 24 January 2025 08:25:48 -0500 (0:00:00.897) 0:04:57.364 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Configure the tlskey setting] ********** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:562 Friday 24 January 2025 08:25:48 -0500 (0:00:00.142) 0:04:57.506 ******** included: /tmp/collections-jof/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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:3 Friday 24 January 2025 08:25:48 -0500 (0:00:00.316) 0:04:57.823 ******** ok: [managed-node1] => { "changed": false, "cmd": [ "grep", "^tlskey = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003748", "end": "2025-01-24 08:25:49.217846", "failed_when_result": false, "rc": 1, "start": "2025-01-24 08:25:49.214098" } MSG: non-zero return code TASK [fedora.linux_system_roles.mssql : Configure the setting network tlskey] *** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:12 Friday 24 January 2025 08:25:49 -0500 (0:00:00.411) 0:04:58.234 ******** 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.046460", "end": "2025-01-24 08:25:49.688579", "failed_when_result": false, "rc": 0, "start": "2025-01-24 08:25:49.642119" } 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:42 Friday 24 January 2025 08:25:49 -0500 (0:00:00.489) 0:04:58.724 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Configure the tlsprotocols setting] **** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:571 Friday 24 January 2025 08:25:49 -0500 (0:00:00.127) 0:04:58.851 ******** included: /tmp/collections-jof/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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:3 Friday 24 January 2025 08:25:50 -0500 (0:00:00.177) 0:04:59.029 ******** ok: [managed-node1] => { "changed": false, "cmd": [ "grep", "^tlsprotocols = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003263", "end": "2025-01-24 08:25:50.406332", "failed_when_result": false, "rc": 1, "start": "2025-01-24 08:25:50.403069" } MSG: non-zero return code TASK [fedora.linux_system_roles.mssql : Configure the setting network tlsprotocols] *** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:12 Friday 24 January 2025 08:25:50 -0500 (0:00:00.460) 0:04:59.489 ******** changed: [managed-node1] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "set", "network.tlsprotocols", "1.2" ], "delta": "0:00:00.046844", "end": "2025-01-24 08:25:50.919891", "failed_when_result": false, "rc": 0, "start": "2025-01-24 08:25:50.873047" } 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:42 Friday 24 January 2025 08:25:51 -0500 (0:00:00.432) 0:04:59.922 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Configure the forceencryption setting] *** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:578 Friday 24 January 2025 08:25:51 -0500 (0:00:00.080) 0:05:00.002 ******** included: /tmp/collections-jof/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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:3 Friday 24 January 2025 08:25:51 -0500 (0:00:00.211) 0:05:00.213 ******** ok: [managed-node1] => { "changed": false, "cmd": [ "grep", "^forceencryption = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003345", "end": "2025-01-24 08:25:51.740445", "failed_when_result": false, "rc": 1, "start": "2025-01-24 08:25:51.737100" } MSG: non-zero return code TASK [fedora.linux_system_roles.mssql : Configure the setting network forceencryption] *** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:12 Friday 24 January 2025 08:25:51 -0500 (0:00:00.670) 0:05:00.884 ******** changed: [managed-node1] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "set", "network.forceencryption", "1" ], "delta": "0:00:00.047037", "end": "2025-01-24 08:25:52.462929", "failed_when_result": false, "rc": 0, "start": "2025-01-24 08:25:52.415892" } 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:42 Friday 24 January 2025 08:25:52 -0500 (0:00:00.638) 0:05:01.523 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Get the setting forceencryption] ******* task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:587 Friday 24 January 2025 08:25:52 -0500 (0:00:00.135) 0:05:01.658 ******** ok: [managed-node1] => { "changed": false, "cmd": "set -euo pipefail; grep '^forceencryption' /var/opt/mssql/mssql.conf | sed 's/forceencryption = //g'", "delta": "0:00:00.005630", "end": "2025-01-24 08:25:53.070367", "failed_when_result": false, "rc": 0, "start": "2025-01-24 08:25:53.064737" } STDOUT: 1 TASK [fedora.linux_system_roles.mssql : Append -No to sqlcmd when TLS is not configured] *** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:596 Friday 24 January 2025 08:25:53 -0500 (0:00:00.405) 0:05:02.064 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Append -C to sqlcmd when TLS is configured but certs are self-signed] *** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:603 Friday 24 January 2025 08:25:53 -0500 (0:00:00.115) 0:05:02.179 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Prepare MSSQL and facts for logging in] *** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:616 Friday 24 January 2025 08:25:53 -0500 (0:00:00.125) 0:05:02.305 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:620 Friday 24 January 2025 08:25:53 -0500 (0:00:00.120) 0:05:02.426 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:626 Friday 24 January 2025 08:25:53 -0500 (0:00:00.118) 0:05:02.544 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:641 Friday 24 January 2025 08:25:53 -0500 (0:00:00.123) 0:05:02.668 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Gather package facts] ****************** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:648 Friday 24 January 2025 08:25:53 -0500 (0:00:00.133) 0:05:02.802 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:656 Friday 24 January 2025 08:25:54 -0500 (0:00:00.248) 0:05:03.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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:677 Friday 24 January 2025 08:25:54 -0500 (0:00:00.084) 0:05:03.136 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:684 Friday 24 January 2025 08:25:54 -0500 (0:00:00.120) 0:05:03.256 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:695 Friday 24 January 2025 08:25:54 -0500 (0:00:00.121) 0:05:03.378 ******** 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.005931", "end": "2025-01-24 08:25:54.773414", "rc": 0, "start": "2025-01-24 08:25:54.767483" } STDOUT: true TASK [fedora.linux_system_roles.mssql : Ensure that the mssql-server service is stopped] *** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:709 Friday 24 January 2025 08:25:54 -0500 (0:00:00.401) 0:05:03.780 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Gather package facts] ****************** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:716 Friday 24 January 2025 08:25:54 -0500 (0:00:00.080) 0:05:03.860 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:722 Friday 24 January 2025 08:25:56 -0500 (0:00:01.302) 0:05:05.162 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:741 Friday 24 January 2025 08:25:56 -0500 (0:00:00.139) 0:05:05.302 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:748 Friday 24 January 2025 08:25:56 -0500 (0:00:00.132) 0:05:05.435 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Open the TCP port 1433] ************************************************** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:755 Friday 24 January 2025 08:25:56 -0500 (0:00:00.138) 0:05:05.573 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:767 Friday 24 January 2025 08:25:56 -0500 (0:00:00.186) 0:05:05.760 ******** included: /tmp/collections-jof/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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:3 Friday 24 January 2025 08:25:57 -0500 (0:00:00.458) 0:05:06.219 ******** ok: [managed-node1] => { "changed": false, "cmd": [ "grep", "^tcpport = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:01.004330", "end": "2025-01-24 08:25:58.712195", "failed_when_result": false, "rc": 1, "start": "2025-01-24 08:25:57.707865" } MSG: non-zero return code TASK [fedora.linux_system_roles.mssql : Configure the setting network tcpport] *** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:12 Friday 24 January 2025 08:25:58 -0500 (0:00:01.541) 0:05:07.760 ******** ok: [managed-node1] => { "changed": false, "cmd": [ "/opt/mssql/bin/mssql-conf", "set", "network.tcpport", "1433" ], "delta": "0:00:00.049794", "end": "2025-01-24 08:25:59.297380", "failed_when_result": false, "rc": 0, "start": "2025-01-24 08:25:59.247586" } 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:42 Friday 24 January 2025 08:25:59 -0500 (0:00:00.573) 0:05:08.334 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:773 Friday 24 January 2025 08:25:59 -0500 (0:00:00.078) 0:05:08.413 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Configure the sqlagent setting] ******** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:793 Friday 24 January 2025 08:25:59 -0500 (0:00:00.079) 0:05:08.492 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:800 Friday 24 January 2025 08:25:59 -0500 (0:00:00.110) 0:05:08.602 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Ensure the package powershell] ********* task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:807 Friday 24 January 2025 08:25:59 -0500 (0:00:00.121) 0:05:08.724 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:816 Friday 24 January 2025 08:25:59 -0500 (0:00:00.124) 0:05:08.849 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Set the 3979 traceflag] **************** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:822 Friday 24 January 2025 08:26:00 -0500 (0:00:00.149) 0:05:08.998 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Unset the 3979 traceflag] ************** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:829 Friday 24 January 2025 08:26:00 -0500 (0:00:00.113) 0:05:09.112 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Configure the alternatewritethrough setting] *** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:837 Friday 24 January 2025 08:26:00 -0500 (0:00:00.095) 0:05:09.208 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Configure the writethrough setting] **** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:843 Friday 24 January 2025 08:26:00 -0500 (0:00:00.082) 0:05:09.290 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:853 Friday 24 January 2025 08:26:00 -0500 (0:00:00.079) 0:05:09.370 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Join to realm {{ ad_integration_realm }}] ******************************** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:861 Friday 24 January 2025 08:26:00 -0500 (0:00:00.077) 0:05:09.447 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:869 Friday 24 January 2025 08:26:00 -0500 (0:00:00.246) 0:05:09.694 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:876 Friday 24 January 2025 08:26:00 -0500 (0:00:00.123) 0:05:09.818 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:883 Friday 24 January 2025 08:26:01 -0500 (0:00:00.131) 0:05:09.950 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:892 Friday 24 January 2025 08:26:01 -0500 (0:00:00.158) 0:05:10.109 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:905 Friday 24 January 2025 08:26:01 -0500 (0:00:00.230) 0:05:10.339 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:914 Friday 24 January 2025 08:26:01 -0500 (0:00:00.201) 0:05:10.541 ******** 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 proper configuration on user] *** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:928 Friday 24 January 2025 08:26:01 -0500 (0:00:00.117) 0:05:10.659 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Get SPNs for the principal] ************ task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:938 Friday 24 January 2025 08:26:01 -0500 (0:00:00.144) 0:05:10.804 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:943 Friday 24 January 2025 08:26:02 -0500 (0:00:00.128) 0:05:10.932 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:960 Friday 24 January 2025 08:26:02 -0500 (0:00:00.128) 0:05:11.061 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:965 Friday 24 January 2025 08:26:02 -0500 (0:00:00.156) 0:05:11.217 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Get keytab properties] ***************** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:970 Friday 24 January 2025 08:26:02 -0500 (0:00:00.149) 0:05:11.367 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Create keytab] ************************* task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:976 Friday 24 January 2025 08:26:02 -0500 (0:00:00.130) 0:05:11.497 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1002 Friday 24 January 2025 08:26:02 -0500 (0:00:00.130) 0:05:11.628 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1023 Friday 24 January 2025 08:26:02 -0500 (0:00:00.215) 0:05:11.844 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1031 Friday 24 January 2025 08:26:03 -0500 (0:00:00.135) 0:05:11.979 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1041 Friday 24 January 2025 08:26:03 -0500 (0:00:00.188) 0:05:12.167 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1047 Friday 24 January 2025 08:26:03 -0500 (0:00:00.122) 0:05:12.290 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1065 Friday 24 January 2025 08:26:03 -0500 (0:00:00.126) 0:05:12.417 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1076 Friday 24 January 2025 08:26:03 -0500 (0:00:00.340) 0:05:12.757 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Set host variables] ******************** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1096 Friday 24 January 2025 08:26:03 -0500 (0:00:00.131) 0:05:12.889 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1149 Friday 24 January 2025 08:26:04 -0500 (0:00:00.144) 0:05:13.033 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Enable the hadrenabled setting] ******** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1156 Friday 24 January 2025 08:26:04 -0500 (0:00:00.124) 0:05:13.158 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1163 Friday 24 January 2025 08:26:04 -0500 (0:00:00.174) 0:05:13.332 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1173 Friday 24 January 2025 08:26:04 -0500 (0:00:00.165) 0:05:13.498 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1179 Friday 24 January 2025 08:26:04 -0500 (0:00:00.135) 0:05:13.633 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1187 Friday 24 January 2025 08:26:04 -0500 (0:00:00.151) 0:05:13.785 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1196 Friday 24 January 2025 08:26:05 -0500 (0:00:00.122) 0:05:13.908 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1204 Friday 24 January 2025 08:26:05 -0500 (0:00:00.180) 0:05:14.088 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1218 Friday 24 January 2025 08:26:05 -0500 (0:00:00.193) 0:05:14.282 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1224 Friday 24 January 2025 08:26:05 -0500 (0:00:00.138) 0:05:14.420 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Verify that primary instance hosts is available] *** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1246 Friday 24 January 2025 08:26:05 -0500 (0:00:00.128) 0:05:14.549 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Configure ag] ************************** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1256 Friday 24 January 2025 08:26:05 -0500 (0:00:00.116) 0:05:14.666 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1265 Friday 24 January 2025 08:26:05 -0500 (0:00:00.147) 0:05:14.814 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Replicate DBs] ************************* task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1274 Friday 24 January 2025 08:26:06 -0500 (0:00:00.137) 0:05:14.952 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1285 Friday 24 January 2025 08:26:06 -0500 (0:00:00.164) 0:05:15.116 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1298 Friday 24 January 2025 08:26:06 -0500 (0:00:00.123) 0:05:15.239 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1307 Friday 24 January 2025 08:26:06 -0500 (0:00:00.191) 0:05:15.431 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Enable the hadrenabled setting] ******** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1314 Friday 24 January 2025 08:26:06 -0500 (0:00:00.348) 0:05:15.780 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1321 Friday 24 January 2025 08:26:07 -0500 (0:00:00.146) 0:05:15.927 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1329 Friday 24 January 2025 08:26:07 -0500 (0:00:00.206) 0:05:16.133 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1336 Friday 24 January 2025 08:26:07 -0500 (0:00:00.197) 0:05:16.330 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1348 Friday 24 January 2025 08:26:07 -0500 (0:00:00.191) 0:05:16.522 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Create HA login] *********************** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1357 Friday 24 January 2025 08:26:07 -0500 (0:00:00.262) 0:05:16.785 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Join to availability group] ************ task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1364 Friday 24 January 2025 08:26:08 -0500 (0:00:00.190) 0:05:16.976 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1370 Friday 24 January 2025 08:26:08 -0500 (0:00:00.133) 0:05:17.110 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1378 Friday 24 January 2025 08:26:08 -0500 (0:00:00.129) 0:05:17.240 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1391 Friday 24 January 2025 08:26:08 -0500 (0:00:00.136) 0:05:17.376 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1403 Friday 24 January 2025 08:26:08 -0500 (0:00:00.143) 0:05:17.519 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1408 Friday 24 January 2025 08:26:08 -0500 (0:00:00.201) 0:05:17.721 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1416 Friday 24 January 2025 08:26:09 -0500 (0:00:00.231) 0:05:17.952 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1425 Friday 24 January 2025 08:26:09 -0500 (0:00:00.119) 0:05:18.072 ******** changed: [managed-node1] => { "changed": true } MSG: Block inserted RUNNING HANDLER [fedora.linux_system_roles.mssql : Restart the mssql-server service] *** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/handlers/main.yml:3 Friday 24 January 2025 08:26:10 -0500 (0:00:00.822) 0:05:18.895 ******** changed: [managed-node1] => { "changed": true, "name": "mssql-server", "state": "started", "status": { "ActiveEnterTimestamp": "Fri 2025-01-24 08:24:52 EST", "ActiveEnterTimestampMonotonic": "855323874", "ActiveExitTimestamp": "Fri 2025-01-24 08:24:51 EST", "ActiveExitTimestampMonotonic": "854910165", "ActiveState": "active", "After": "-.mount system.slice auditd.service systemd-journald.socket basic.target network.target", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Fri 2025-01-24 08:24:52 EST", "AssertTimestampMonotonic": "855322815", "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 2025-01-24 08:24:52 EST", "ConditionTimestampMonotonic": "855322814", "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": "30312", "ExecMainStartTimestamp": "Fri 2025-01-24 08:24:52 EST", "ExecMainStartTimestampMonotonic": "855323818", "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 2025-01-24 08:24:52 EST", "InactiveEnterTimestampMonotonic": "855321827", "InactiveExitTimestamp": "Fri 2025-01-24 08:24:52 EST", "InactiveExitTimestampMonotonic": "855323874", "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": "30312", "MemoryAccounting": "no", "MemoryCurrent": "18446744073709551615", "MemoryLimit": "18446744073709551615", "MountFlags": "0", "Names": "mssql-server.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "PrivateDevices": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "ProtectHome": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "Requires": "basic.target -.mount system.slice", "RequiresMountsFor": "/var/opt/mssql", "Restart": "on-failure", "RestartUSec": "100ms", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "0", "StartLimitInterval": "0", "StartupBlockIOWeight": "18446744073709551615", "StartupCPUShares": "18446744073709551615", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "no", "TasksCurrent": "18446744073709551615", "TasksMax": "18446744073709551615", "TimeoutStartUSec": "30min", "TimeoutStopUSec": "30min", "TimerSlackNSec": "50000", "Transient": "no", "Type": "simple", "UMask": "0007", "UnitFilePreset": "disabled", "UnitFileState": "enabled", "User": "mssql", "WantedBy": "multi-user.target", "WatchdogTimestamp": "Fri 2025-01-24 08:24:52 EST", "WatchdogTimestampMonotonic": "855323854", "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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1438 Friday 24 January 2025 08:26:11 -0500 (0:00:01.062) 0:05:19.958 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1445 Friday 24 January 2025 08:26:11 -0500 (0:00:00.120) 0:05:20.078 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } META: ran handlers TASK [Verify connectivity and settings] **************************************** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/tests_tls.yml:168 Friday 24 January 2025 08:26:11 -0500 (0:00:00.376) 0:05:20.454 ******** included: /tmp/collections-jof/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/collections-jof/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:8 Friday 24 January 2025 08:26:13 -0500 (0:00:01.658) 0:05:22.113 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if the set edition matches the existing edition] ******************* task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:23 Friday 24 January 2025 08:26:13 -0500 (0:00:00.131) 0:05:22.245 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify if the edition matches] ******************************************* task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:35 Friday 24 January 2025 08:26:13 -0500 (0:00:00.127) 0:05:22.372 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the setting {{ item.key }}] *************************************** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:39 Friday 24 January 2025 08:26:13 -0500 (0:00:00.213) 0:05:22.585 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get stat of mssql_datadir] *********************************************** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:55 Friday 24 January 2025 08:26:13 -0500 (0:00:00.128) 0:05:22.714 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Assert that mssql_datadir has proper permissions and ownership] ********** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:60 Friday 24 January 2025 08:26:13 -0500 (0:00:00.133) 0:05:22.847 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get stat of mssql_logdir] ************************************************ task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:70 Friday 24 January 2025 08:26:14 -0500 (0:00:00.122) 0:05:22.969 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Assert that mssql_logdir has proper permissions and ownership] *********** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:75 Friday 24 January 2025 08:26:14 -0500 (0:00:00.161) 0:05:23.130 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Prepare MSSQL and facts for logging in] ********************************** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:85 Friday 24 January 2025 08:26:14 -0500 (0:00:00.135) 0:05:23.266 ******** TASK [fedora.linux_system_roles.mssql : Ensure that the mssql-server service is started] *** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/verify_password.yml:3 Friday 24 January 2025 08:26:14 -0500 (0:00:00.401) 0:05:23.668 ******** ok: [managed-node1] => { "changed": false, "name": "mssql-server", "state": "started", "status": { "ActiveEnterTimestamp": "Fri 2025-01-24 08:26:10 EST", "ActiveEnterTimestampMonotonic": "934009101", "ActiveExitTimestamp": "Fri 2025-01-24 08:26:10 EST", "ActiveExitTimestampMonotonic": "933748477", "ActiveState": "active", "After": "-.mount system.slice auditd.service systemd-journald.socket basic.target network.target", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Fri 2025-01-24 08:26:10 EST", "AssertTimestampMonotonic": "934008085", "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 2025-01-24 08:26:10 EST", "ConditionTimestampMonotonic": "934008083", "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": "471", "ExecMainStartTimestamp": "Fri 2025-01-24 08:26:10 EST", "ExecMainStartTimestampMonotonic": "934009035", "ExecMainStatus": "0", "ExecStart": "{ path=/opt/mssql/bin/sqlservr ; argv[]=/opt/mssql/bin/sqlservr ; ignore_errors=no ; start_time=[Fri 2025-01-24 08:26:10 EST] ; stop_time=[n/a] ; pid=471 ; 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 2025-01-24 08:26:10 EST", "InactiveEnterTimestampMonotonic": "934006472", "InactiveExitTimestamp": "Fri 2025-01-24 08:26:10 EST", "InactiveExitTimestampMonotonic": "934009101", "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": "471", "MemoryAccounting": "no", "MemoryCurrent": "18446744073709551615", "MemoryLimit": "18446744073709551615", "MountFlags": "0", "Names": "mssql-server.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "PrivateDevices": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "ProtectHome": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "Requires": "basic.target -.mount system.slice", "RequiresMountsFor": "/var/opt/mssql", "Restart": "on-failure", "RestartUSec": "100ms", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "0", "StartLimitInterval": "0", "StartupBlockIOWeight": "18446744073709551615", "StartupCPUShares": "18446744073709551615", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "no", "TasksCurrent": "18446744073709551615", "TasksMax": "18446744073709551615", "TimeoutStartUSec": "30min", "TimeoutStopUSec": "30min", "TimerSlackNSec": "50000", "Transient": "no", "Type": "simple", "UMask": "0007", "UnitFilePreset": "disabled", "UnitFileState": "enabled", "User": "mssql", "WantedBy": "multi-user.target", "WatchdogTimestamp": "Fri 2025-01-24 08:26:10 EST", "WatchdogTimestampMonotonic": "934009076", "WatchdogUSec": "0", "WorkingDirectory": "/var/opt/mssql" } } TASK [fedora.linux_system_roles.mssql : Check if a custom tcpport setting exist] *** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/verify_password.yml:8 Friday 24 January 2025 08:26:15 -0500 (0:00:00.790) 0:05:24.459 ******** ok: [managed-node1] => { "changed": false, "cmd": [ "grep", "^tcpport = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003100", "end": "2025-01-24 08:26:15.940927", "failed_when_result": false, "rc": 1, "start": "2025-01-24 08:26:15.937827" } MSG: non-zero return code TASK [fedora.linux_system_roles.mssql : Check if a custom ipaddress setting exist] *** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/verify_password.yml:14 Friday 24 January 2025 08:26:16 -0500 (0:00:00.478) 0:05:24.938 ******** ok: [managed-node1] => { "changed": false, "cmd": [ "grep", "^ipaddress = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003119", "end": "2025-01-24 08:26:16.310858", "failed_when_result": false, "rc": 1, "start": "2025-01-24 08:26:16.307739" } MSG: non-zero return code TASK [fedora.linux_system_roles.mssql : Set a fact with a login command] ******* task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/verify_password.yml:20 Friday 24 January 2025 08:26:16 -0500 (0:00:00.420) 0:05:25.358 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:93 Friday 24 January 2025 08:26:16 -0500 (0:00:00.149) 0:05:25.508 ******** 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": 6363, "state": "file", "uid": 996 } TASK [Check if the set password matches the existing password] ***************** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:99 Friday 24 January 2025 08:26:18 -0500 (0:00:01.472) 0:05:26.981 ******** ok: [managed-node1] => { "attempts": 1, "changed": false, "cmd": [ "/opt/mssql-tools18/bin/sqlcmd", "-C", "-No", "-U", "sa", "-P", "p@55w0rD", "-Q", "SELECT @@VERSION" ], "delta": "0:00:00.023970", "end": "2025-01-24 08:26:18.433701", "rc": 0, "start": "2025-01-24 08:26:18.409731" } STDOUT: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ Microsoft SQL Server 2017 (RTM-CU31-GDR) (KB5029376) - 14.0.3465.1 (X64) Jul 30 2023 15:31:58 Copyright (C) 2017 Microsoft Corporation Enterprise Evaluation Edition (64-bit) on Linux (CentOS Linux 7 (Core)) (1 rows affected) TASK [Set the mssql_password variable to default null] ************************* task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:118 Friday 24 January 2025 08:26:18 -0500 (0:00:00.520) 0:05:27.501 ******** ok: [managed-node1] => { "ansible_facts": { "mssql_password": null }, "changed": false } TASK [Verify the package mssql-server-fts] ************************************* task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:122 Friday 24 January 2025 08:26:18 -0500 (0:00:00.126) 0:05:27.628 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the package powershell] ******************************************* task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:129 Friday 24 January 2025 08:26:18 -0500 (0:00:00.117) 0:05:27.746 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the value of the traceflag setting] ********************************** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:140 Friday 24 January 2025 08:26:18 -0500 (0:00:00.119) 0:05:27.865 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that the traceflag setting is set to 3979] ************************ task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:145 Friday 24 January 2025 08:26:19 -0500 (0:00:00.115) 0:05:27.981 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:150 Friday 24 January 2025 08:26:19 -0500 (0:00:00.115) 0:05:28.096 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that the alternatewritethrough setting is false] ****************** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:156 Friday 24 January 2025 08:26:19 -0500 (0:00:00.119) 0:05:28.216 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the writethrough setting] ***************************************** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:162 Friday 24 January 2025 08:26:19 -0500 (0:00:00.118) 0:05:28.334 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the tlscert setting] ********************************************** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:172 Friday 24 January 2025 08:26:19 -0500 (0:00:00.317) 0:05:28.651 ******** included: /tmp/collections-jof/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/collections-jof/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml:7 Friday 24 January 2025 08:26:19 -0500 (0:00:00.219) 0:05:28.871 ******** ok: [managed-node1] => { "changed": false, "cmd": "grep '^tlscert' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004218", "end": "2025-01-24 08:26:20.292482", "rc": 0, "start": "2025-01-24 08:26:20.288264" } STDOUT: tlscert = /etc/pki/tls/certs/mssql_2019_cert.crt TASK [Verify the setting when it is type str tlscert] ************************** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml:14 Friday 24 January 2025 08:26:20 -0500 (0:00:00.468) 0:05:29.340 ******** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Verify the setting when it is type bool tlscert] ************************* task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml:25 Friday 24 January 2025 08:26:20 -0500 (0:00:00.191) 0:05:29.531 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml:40 Friday 24 January 2025 08:26:20 -0500 (0:00:00.133) 0:05:29.665 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the tlskey setting] *********************************************** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:183 Friday 24 January 2025 08:26:20 -0500 (0:00:00.166) 0:05:29.831 ******** included: /tmp/collections-jof/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/collections-jof/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml:7 Friday 24 January 2025 08:26:21 -0500 (0:00:00.233) 0:05:30.065 ******** ok: [managed-node1] => { "changed": false, "cmd": "grep '^tlskey' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004242", "end": "2025-01-24 08:26:21.620048", "rc": 0, "start": "2025-01-24 08:26:21.615806" } STDOUT: tlskey = /etc/pki/tls/private/mssql_2019_cert.key TASK [Verify the setting when it is type str tlskey] *************************** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml:14 Friday 24 January 2025 08:26:21 -0500 (0:00:00.692) 0:05:30.758 ******** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Verify the setting when it is type bool tlskey] ************************** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml:25 Friday 24 January 2025 08:26:22 -0500 (0:00:00.187) 0:05:30.946 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml:40 Friday 24 January 2025 08:26:22 -0500 (0:00:00.142) 0:05:31.088 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the tlsprotocols setting] ***************************************** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:195 Friday 24 January 2025 08:26:22 -0500 (0:00:00.135) 0:05:31.224 ******** included: /tmp/collections-jof/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/collections-jof/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml:7 Friday 24 January 2025 08:26:22 -0500 (0:00:00.210) 0:05:31.434 ******** ok: [managed-node1] => { "changed": false, "cmd": "grep '^tlsprotocols' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.005030", "end": "2025-01-24 08:26:22.890565", "rc": 0, "start": "2025-01-24 08:26:22.885535" } STDOUT: tlsprotocols = 1.2 TASK [Verify the setting when it is type str tlsprotocols] ********************* task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml:14 Friday 24 January 2025 08:26:22 -0500 (0:00:00.448) 0:05:31.882 ******** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Verify the setting when it is type bool tlsprotocols] ******************** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml:25 Friday 24 January 2025 08:26:23 -0500 (0:00:00.281) 0:05:32.163 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that tcpport = 1.2] *********************************************** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml:40 Friday 24 January 2025 08:26:23 -0500 (0:00:00.204) 0:05:32.368 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the forceencryption setting] ************************************** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:203 Friday 24 January 2025 08:26:23 -0500 (0:00:00.177) 0:05:32.546 ******** included: /tmp/collections-jof/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/collections-jof/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml:7 Friday 24 January 2025 08:26:23 -0500 (0:00:00.317) 0:05:32.863 ******** ok: [managed-node1] => { "changed": false, "cmd": "grep '^forceencryption' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004957", "end": "2025-01-24 08:26:24.445341", "rc": 0, "start": "2025-01-24 08:26:24.440384" } STDOUT: forceencryption = 1 TASK [Verify the setting when it is type str forceencryption] ****************** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml:14 Friday 24 January 2025 08:26:24 -0500 (0:00:00.600) 0:05:33.464 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the setting when it is type bool forceencryption] ***************** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml:25 Friday 24 January 2025 08:26:24 -0500 (0:00:00.084) 0:05:33.549 ******** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Verify that tcpport = True] ********************************************** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml:40 Friday 24 January 2025 08:26:24 -0500 (0:00:00.133) 0:05:33.682 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify configuration for confined application] *************************** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:210 Friday 24 January 2025 08:26:24 -0500 (0:00:00.161) 0:05:33.844 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Disable TLS encryption] ************************************************** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/tests_tls.yml:175 Friday 24 January 2025 08:26:25 -0500 (0:00:00.172) 0:05:34.016 ******** TASK [fedora.linux_system_roles.mssql : Ensure ansible_facts and variables used by role] *** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:3 Friday 24 January 2025 08:26:28 -0500 (0:00:02.947) 0:05:36.963 ******** included: /tmp/collections-jof/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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/set_vars.yml:3 Friday 24 January 2025 08:26:28 -0500 (0:00:00.234) 0:05:37.198 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/set_vars.yml:8 Friday 24 January 2025 08:26:28 -0500 (0:00:00.184) 0:05:37.382 ******** 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/collections-jof/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/collections-jof/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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:8 Friday 24 January 2025 08:26:28 -0500 (0:00:00.165) 0:05:37.548 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:15 Friday 24 January 2025 08:26:28 -0500 (0:00:00.097) 0:05:37.645 ******** skipping: [managed-node1] => {} TASK [fedora.linux_system_roles.mssql : Link the deprecated mssql_input_sql_file fact] *** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:23 Friday 24 January 2025 08:26:28 -0500 (0:00:00.218) 0:05:37.864 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:30 Friday 24 January 2025 08:26:29 -0500 (0:00:00.150) 0:05:38.024 ******** skipping: [managed-node1] => {} TASK [fedora.linux_system_roles.mssql : Link the deprecated mssql_ha_listener_port fact] *** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:37 Friday 24 January 2025 08:26:29 -0500 (0:00:00.111) 0:05:38.135 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:44 Friday 24 January 2025 08:26:29 -0500 (0:00:00.092) 0:05:38.228 ******** skipping: [managed-node1] => {} TASK [fedora.linux_system_roles.mssql : Link the deprecated mssql_ad_sql_user_name fact] *** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:51 Friday 24 January 2025 08:26:29 -0500 (0:00:00.112) 0:05:38.341 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:58 Friday 24 January 2025 08:26:29 -0500 (0:00:00.121) 0:05:38.462 ******** skipping: [managed-node1] => {} TASK [fedora.linux_system_roles.mssql : Link the deprecated mssql_ha_cluster_run_role fact] *** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:65 Friday 24 January 2025 08:26:29 -0500 (0:00:00.326) 0:05:38.788 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Print that variable is deprecated] ***** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:74 Friday 24 January 2025 08:26:30 -0500 (0:00:00.121) 0:05:38.910 ******** skipping: [managed-node1] => {} TASK [fedora.linux_system_roles.mssql : Link the deprecated fact] ************** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:83 Friday 24 January 2025 08:26:30 -0500 (0:00:00.128) 0:05:39.039 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Fail on RHEL or CentOS 10 because it's not supported] *** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:87 Friday 24 January 2025 08:26:30 -0500 (0:00:00.129) 0:05:39.169 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:94 Friday 24 January 2025 08:26:30 -0500 (0:00:00.247) 0:05:39.417 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:106 Friday 24 January 2025 08:26:30 -0500 (0:00:00.150) 0:05:39.567 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:114 Friday 24 January 2025 08:26:30 -0500 (0:00:00.165) 0:05:39.733 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:123 Friday 24 January 2025 08:26:30 -0500 (0:00:00.141) 0:05:39.874 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:132 Friday 24 January 2025 08:26:31 -0500 (0:00:00.173) 0:05:40.047 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:142 Friday 24 January 2025 08:26:31 -0500 (0:00:00.145) 0:05:40.192 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:151 Friday 24 January 2025 08:26:31 -0500 (0:00:00.177) 0:05:40.370 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Gather package facts] ****************** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:162 Friday 24 January 2025 08:26:31 -0500 (0:00:00.129) 0:05:40.500 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:166 Friday 24 January 2025 08:26:33 -0500 (0:00:02.004) 0:05:42.504 ******** ok: [managed-node1] => (item={u'value': 14, u'key': 2017}) => { "ansible_facts": { "__mssql_current_version": "2017" }, "ansible_loop_var": "item", "changed": false, "item": { "key": 2017, "value": 14 } } 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:174 Friday 24 January 2025 08:26:33 -0500 (0:00:00.300) 0:05:42.805 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:181 Friday 24 January 2025 08:26:34 -0500 (0:00:00.272) 0:05:43.078 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:188 Friday 24 January 2025 08:26:34 -0500 (0:00:00.130) 0:05:43.208 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:202 Friday 24 January 2025 08:26:34 -0500 (0:00:00.253) 0:05:43.461 ******** ok: [managed-node1] => { "attempts": 1, "changed": false } TASK [fedora.linux_system_roles.mssql : Update all packages from SQL Server repo version 2017] *** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:216 Friday 24 January 2025 08:26:35 -0500 (0:00:00.800) 0:05:44.262 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Get yum repositories] ****************** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:226 Friday 24 January 2025 08:26:35 -0500 (0:00:00.189) 0:05:44.451 ******** 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 2017] *** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:237 Friday 24 January 2025 08:26:35 -0500 (0:00:00.221) 0:05:44.673 ******** 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 2017] *** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:251 Friday 24 January 2025 08:26:35 -0500 (0:00:00.142) 0:05:44.816 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Get zypper repositories] *************** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:260 Friday 24 January 2025 08:26:36 -0500 (0:00:00.134) 0:05:44.951 ******** 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 2017] *** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:272 Friday 24 January 2025 08:26:36 -0500 (0:00:00.136) 0:05:45.088 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Configure the Microsoft SQL Server repo version 2017] *** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:279 Friday 24 January 2025 08:26:36 -0500 (0:00:00.132) 0:05:45.221 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Configure the Microsoft SQL Server repo version 2017] *** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:291 Friday 24 January 2025 08:26:36 -0500 (0:00:00.162) 0:05:45.383 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:304 Friday 24 January 2025 08:26:36 -0500 (0:00:00.097) 0:05:45.481 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:309 Friday 24 January 2025 08:26:37 -0500 (0:00:00.688) 0:05:46.169 ******** ok: [managed-node1] => { "changed": false, "rc": 0, "results": [ "mssql-server-14.0.3465.1-1.x86_64 providing mssql-server is already installed" ] } TASK [fedora.linux_system_roles.mssql : Check if the errorlog file exists and its location] *** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:314 Friday 24 January 2025 08:26:37 -0500 (0:00:00.602) 0:05:46.772 ******** 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.005465", "end": "2025-01-24 08:26:38.171115", "rc": 0, "start": "2025-01-24 08:26:38.165650" } STDOUT: /var/opt/mssql/log/errorlog TASK [fedora.linux_system_roles.mssql : Gather system services facts] ********** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:330 Friday 24 January 2025 08:26:38 -0500 (0:00:00.394) 0:05:47.166 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:334 Friday 24 January 2025 08:26:39 -0500 (0:00:01.064) 0:05:48.230 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:343 Friday 24 January 2025 08:26:39 -0500 (0:00:00.513) 0:05:48.744 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Set up MSSQL] ************************** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:359 Friday 24 January 2025 08:26:39 -0500 (0:00:00.125) 0:05:48.869 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:384 Friday 24 January 2025 08:26:40 -0500 (0:00:00.103) 0:05:48.973 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:399 Friday 24 January 2025 08:26:40 -0500 (0:00:00.108) 0:05:49.081 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure correct SELinux context for storage paths and ports] ************** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:413 Friday 24 January 2025 08:26:40 -0500 (0:00:00.078) 0:05:49.160 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:424 Friday 24 January 2025 08:26:40 -0500 (0:00:00.102) 0:05:49.263 ******** 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" ] } TASK [fedora.linux_system_roles.mssql : Ensure that the tuned service is started and enabled] *** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:430 Friday 24 January 2025 08:26:41 -0500 (0:00:00.793) 0:05:50.056 ******** ok: [managed-node1] => { "changed": false, "enabled": true, "name": "tuned", "state": "started", "status": { "ActiveEnterTimestamp": "Fri 2025-01-24 08:10:56 EST", "ActiveEnterTimestampMonotonic": "20414631", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "system.slice systemd-journald.socket dbus.service systemd-sysctl.service basic.target network.target", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Fri 2025-01-24 08:10:54 EST", "AssertTimestampMonotonic": "18332711", "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 2025-01-24 08:10:54 EST", "ConditionTimestampMonotonic": "18332709", "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": "851", "ExecMainStartTimestamp": "Fri 2025-01-24 08:10:54 EST", "ExecMainStartTimestampMonotonic": "18333388", "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 2025-01-24 08:10:54 EST", "InactiveExitTimestampMonotonic": "18333422", "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": "851", "MemoryAccounting": "no", "MemoryCurrent": "18446744073709551615", "MemoryLimit": "18446744073709551615", "MountFlags": "0", "Names": "tuned.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PIDFile": "/run/tuned/tuned.pid", "PermissionsStartOnly": "no", "PrivateDevices": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "ProtectHome": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "Requires": "polkit.service basic.target system.slice dbus.service", "Restart": "no", "RestartUSec": "100ms", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitInterval": "10000000", "StartupBlockIOWeight": "18446744073709551615", "StartupCPUShares": "18446744073709551615", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "no", "TasksCurrent": "18446744073709551615", "TasksMax": "18446744073709551615", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "dbus", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "WantedBy": "multi-user.target", "WatchdogTimestamp": "Fri 2025-01-24 08:10:56 EST", "WatchdogTimestampMonotonic": "20414575", "WatchdogUSec": "0" } } TASK [fedora.linux_system_roles.mssql : Get the active Tuned profiles] ********* task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:437 Friday 24 January 2025 08:26:41 -0500 (0:00:00.633) 0:05:50.689 ******** ok: [managed-node1] => { "changed": false, "cmd": [ "tuned-adm", "active" ], "delta": "0:00:00.087144", "end": "2025-01-24 08:26:42.282628", "rc": 0, "start": "2025-01-24 08:26:42.195484" } 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:450 Friday 24 January 2025 08:26:42 -0500 (0:00:00.620) 0:05:51.309 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:463 Friday 24 January 2025 08:26:42 -0500 (0:00:00.107) 0:05:51.416 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:472 Friday 24 January 2025 08:26:42 -0500 (0:00:00.083) 0:05:51.500 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:482 Friday 24 January 2025 08:26:42 -0500 (0:00:00.098) 0:05:51.599 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:490 Friday 24 January 2025 08:26:43 -0500 (0:00:00.423) 0:05:52.022 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:499 Friday 24 January 2025 08:26:43 -0500 (0:00:00.075) 0:05:52.098 ******** ok: [managed-node1] => { "changed": false, "rc": 0, "results": [ "mssql-tools18-18.4.1.1-1.x86_64 providing mssql-tools18 is already installed", "unixODBC-devel-2.3.11-1.rh.x86_64 providing unixODBC-devel is already installed" ] } TASK [Create certificates using the certificate role] ************************** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:516 Friday 24 January 2025 08:26:43 -0500 (0:00:00.578) 0:05:52.677 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:530 Friday 24 January 2025 08:26:43 -0500 (0:00:00.096) 0:05:52.774 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:535 Friday 24 January 2025 08:26:44 -0500 (0:00:00.351) 0:05:53.125 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:553 Friday 24 January 2025 08:26:44 -0500 (0:00:00.197) 0:05:53.322 ******** included: /tmp/collections-jof/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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:3 Friday 24 January 2025 08:26:44 -0500 (0:00:00.263) 0:05:53.586 ******** ok: [managed-node1] => { "changed": false, "cmd": [ "grep", "^tlscert = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003396", "end": "2025-01-24 08:26:45.003239", "failed_when_result": false, "rc": 0, "start": "2025-01-24 08:26:44.999843" } STDOUT: tlscert = /etc/pki/tls/certs/mssql_2019_cert.crt TASK [fedora.linux_system_roles.mssql : Configure the setting network tlscert] *** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:12 Friday 24 January 2025 08:26:45 -0500 (0:00:00.448) 0:05:54.034 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:42 Friday 24 January 2025 08:26:45 -0500 (0:00:00.166) 0:05:54.200 ******** 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.046531", "end": "2025-01-24 08:26:45.950577", "failed_when_result": false, "rc": 0, "start": "2025-01-24 08:26:45.904046" } 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:562 Friday 24 January 2025 08:26:46 -0500 (0:00:00.962) 0:05:55.163 ******** included: /tmp/collections-jof/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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:3 Friday 24 January 2025 08:26:46 -0500 (0:00:00.372) 0:05:55.536 ******** ok: [managed-node1] => { "changed": false, "cmd": [ "grep", "^tlskey = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003299", "end": "2025-01-24 08:26:47.049532", "failed_when_result": false, "rc": 0, "start": "2025-01-24 08:26:47.046233" } STDOUT: tlskey = /etc/pki/tls/private/mssql_2019_cert.key TASK [fedora.linux_system_roles.mssql : Configure the setting network tlskey] *** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:12 Friday 24 January 2025 08:26:47 -0500 (0:00:00.518) 0:05:56.055 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:42 Friday 24 January 2025 08:26:47 -0500 (0:00:00.122) 0:05:56.177 ******** changed: [managed-node1] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "unset", "network.tlskey" ], "delta": "0:00:00.047315", "end": "2025-01-24 08:26:47.977689", "failed_when_result": false, "rc": 0, "start": "2025-01-24 08:26:47.930374" } 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:571 Friday 24 January 2025 08:26:48 -0500 (0:00:00.944) 0:05:57.121 ******** included: /tmp/collections-jof/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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:3 Friday 24 January 2025 08:26:48 -0500 (0:00:00.313) 0:05:57.435 ******** ok: [managed-node1] => { "changed": false, "cmd": [ "grep", "^tlsprotocols = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003189", "end": "2025-01-24 08:26:48.921179", "failed_when_result": false, "rc": 0, "start": "2025-01-24 08:26:48.917990" } STDOUT: tlsprotocols = 1.2 TASK [fedora.linux_system_roles.mssql : Configure the setting network tlsprotocols] *** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:12 Friday 24 January 2025 08:26:49 -0500 (0:00:00.554) 0:05:57.989 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:42 Friday 24 January 2025 08:26:49 -0500 (0:00:00.150) 0:05:58.139 ******** changed: [managed-node1] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "unset", "network.tlsprotocols" ], "delta": "0:00:00.045266", "end": "2025-01-24 08:26:49.783116", "failed_when_result": false, "rc": 0, "start": "2025-01-24 08:26:49.737850" } 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:578 Friday 24 January 2025 08:26:50 -0500 (0:00:00.862) 0:05:59.002 ******** included: /tmp/collections-jof/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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:3 Friday 24 January 2025 08:26:50 -0500 (0:00:00.150) 0:05:59.152 ******** ok: [managed-node1] => { "changed": false, "cmd": [ "grep", "^forceencryption = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.002919", "end": "2025-01-24 08:26:50.584673", "failed_when_result": false, "rc": 0, "start": "2025-01-24 08:26:50.581754" } STDOUT: forceencryption = 1 TASK [fedora.linux_system_roles.mssql : Configure the setting network forceencryption] *** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:12 Friday 24 January 2025 08:26:50 -0500 (0:00:00.605) 0:05:59.758 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:42 Friday 24 January 2025 08:26:51 -0500 (0:00:00.143) 0:05:59.902 ******** changed: [managed-node1] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "unset", "network.forceencryption" ], "delta": "0:00:00.044560", "end": "2025-01-24 08:26:51.594010", "failed_when_result": false, "rc": 0, "start": "2025-01-24 08:26:51.549450" } 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 : Get the setting forceencryption] ******* task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:587 Friday 24 January 2025 08:26:51 -0500 (0:00:00.931) 0:06:00.833 ******** ok: [managed-node1] => { "changed": false, "cmd": "set -euo pipefail; grep '^forceencryption' /var/opt/mssql/mssql.conf | sed 's/forceencryption = //g'", "delta": "0:00:00.004764", "end": "2025-01-24 08:26:52.270516", "failed_when_result": false, "rc": 1, "start": "2025-01-24 08:26:52.265752" } MSG: non-zero return code TASK [fedora.linux_system_roles.mssql : Append -No to sqlcmd when TLS is not configured] *** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:596 Friday 24 January 2025 08:26:52 -0500 (0:00:00.463) 0:06:01.296 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Append -C to sqlcmd when TLS is configured but certs are self-signed] *** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:603 Friday 24 January 2025 08:26:52 -0500 (0:00:00.110) 0:06:01.407 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Prepare MSSQL and facts for logging in] *** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:616 Friday 24 January 2025 08:26:52 -0500 (0:00:00.111) 0:06:01.519 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:620 Friday 24 January 2025 08:26:52 -0500 (0:00:00.106) 0:06:01.625 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:626 Friday 24 January 2025 08:26:52 -0500 (0:00:00.116) 0:06:01.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 that the mssql-server service is stopped] *** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:641 Friday 24 January 2025 08:26:53 -0500 (0:00:00.196) 0:06:01.938 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Gather package facts] ****************** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:648 Friday 24 January 2025 08:26:53 -0500 (0:00:00.162) 0:06:02.101 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:656 Friday 24 January 2025 08:26:53 -0500 (0:00:00.127) 0:06:02.228 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:677 Friday 24 January 2025 08:26:53 -0500 (0:00:00.121) 0:06:02.350 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:684 Friday 24 January 2025 08:26:53 -0500 (0:00:00.178) 0:06:02.529 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:695 Friday 24 January 2025 08:26:53 -0500 (0:00:00.228) 0:06:02.757 ******** 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.004995", "end": "2025-01-24 08:26:54.437710", "rc": 0, "start": "2025-01-24 08:26:54.432715" } STDOUT: true TASK [fedora.linux_system_roles.mssql : Ensure that the mssql-server service is stopped] *** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:709 Friday 24 January 2025 08:26:54 -0500 (0:00:00.995) 0:06:03.752 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Gather package facts] ****************** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:716 Friday 24 January 2025 08:26:55 -0500 (0:00:00.163) 0:06:03.915 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:722 Friday 24 January 2025 08:26:56 -0500 (0:00:01.434) 0:06:05.349 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:741 Friday 24 January 2025 08:26:56 -0500 (0:00:00.137) 0:06:05.487 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:748 Friday 24 January 2025 08:26:56 -0500 (0:00:00.118) 0:06:05.605 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Open the TCP port 1433] ************************************************** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:755 Friday 24 January 2025 08:26:56 -0500 (0:00:00.098) 0:06:05.704 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:767 Friday 24 January 2025 08:26:56 -0500 (0:00:00.082) 0:06:05.787 ******** included: /tmp/collections-jof/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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:3 Friday 24 January 2025 08:26:57 -0500 (0:00:00.233) 0:06:06.020 ******** ok: [managed-node1] => { "changed": false, "cmd": [ "grep", "^tcpport = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003586", "end": "2025-01-24 08:26:57.684115", "failed_when_result": false, "rc": 1, "start": "2025-01-24 08:26:57.680529" } MSG: non-zero return code TASK [fedora.linux_system_roles.mssql : Configure the setting network tcpport] *** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:12 Friday 24 January 2025 08:26:57 -0500 (0:00:00.742) 0:06:06.762 ******** ok: [managed-node1] => { "changed": false, "cmd": [ "/opt/mssql/bin/mssql-conf", "set", "network.tcpport", "1433" ], "delta": "0:00:00.046364", "end": "2025-01-24 08:26:58.230167", "failed_when_result": false, "rc": 0, "start": "2025-01-24 08:26:58.183803" } 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:42 Friday 24 January 2025 08:26:58 -0500 (0:00:00.570) 0:06:07.333 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:773 Friday 24 January 2025 08:26:58 -0500 (0:00:00.128) 0:06:07.461 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Configure the sqlagent setting] ******** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:793 Friday 24 January 2025 08:26:58 -0500 (0:00:00.123) 0:06:07.585 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:800 Friday 24 January 2025 08:26:59 -0500 (0:00:00.459) 0:06:08.045 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Ensure the package powershell] ********* task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:807 Friday 24 January 2025 08:26:59 -0500 (0:00:00.145) 0:06:08.191 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:816 Friday 24 January 2025 08:26:59 -0500 (0:00:00.128) 0:06:08.320 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Set the 3979 traceflag] **************** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:822 Friday 24 January 2025 08:26:59 -0500 (0:00:00.120) 0:06:08.440 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Unset the 3979 traceflag] ************** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:829 Friday 24 January 2025 08:26:59 -0500 (0:00:00.212) 0:06:08.653 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Configure the alternatewritethrough setting] *** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:837 Friday 24 January 2025 08:26:59 -0500 (0:00:00.153) 0:06:08.807 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Configure the writethrough setting] **** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:843 Friday 24 January 2025 08:27:00 -0500 (0:00:00.123) 0:06:08.930 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:853 Friday 24 January 2025 08:27:00 -0500 (0:00:00.146) 0:06:09.076 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Join to realm {{ ad_integration_realm }}] ******************************** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:861 Friday 24 January 2025 08:27:00 -0500 (0:00:00.138) 0:06:09.215 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:869 Friday 24 January 2025 08:27:00 -0500 (0:00:00.128) 0:06:09.343 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:876 Friday 24 January 2025 08:27:00 -0500 (0:00:00.126) 0:06:09.470 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:883 Friday 24 January 2025 08:27:00 -0500 (0:00:00.152) 0:06:09.623 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:892 Friday 24 January 2025 08:27:00 -0500 (0:00:00.154) 0:06:09.777 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:905 Friday 24 January 2025 08:27:01 -0500 (0:00:00.202) 0:06:09.980 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:914 Friday 24 January 2025 08:27:01 -0500 (0:00:00.207) 0:06:10.188 ******** 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 proper configuration on user] *** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:928 Friday 24 January 2025 08:27:01 -0500 (0:00:00.163) 0:06:10.351 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Get SPNs for the principal] ************ task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:938 Friday 24 January 2025 08:27:01 -0500 (0:00:00.150) 0:06:10.501 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:943 Friday 24 January 2025 08:27:01 -0500 (0:00:00.156) 0:06:10.658 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:960 Friday 24 January 2025 08:27:01 -0500 (0:00:00.126) 0:06:10.785 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:965 Friday 24 January 2025 08:27:02 -0500 (0:00:00.346) 0:06:11.131 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Get keytab properties] ***************** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:970 Friday 24 January 2025 08:27:02 -0500 (0:00:00.216) 0:06:11.348 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Create keytab] ************************* task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:976 Friday 24 January 2025 08:27:02 -0500 (0:00:00.183) 0:06:11.531 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1002 Friday 24 January 2025 08:27:02 -0500 (0:00:00.131) 0:06:11.662 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1023 Friday 24 January 2025 08:27:02 -0500 (0:00:00.217) 0:06:11.880 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1031 Friday 24 January 2025 08:27:03 -0500 (0:00:00.164) 0:06:12.044 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1041 Friday 24 January 2025 08:27:03 -0500 (0:00:00.234) 0:06:12.279 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1047 Friday 24 January 2025 08:27:03 -0500 (0:00:00.196) 0:06:12.476 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1065 Friday 24 January 2025 08:27:03 -0500 (0:00:00.219) 0:06:12.695 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1076 Friday 24 January 2025 08:27:03 -0500 (0:00:00.152) 0:06:12.848 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Set host variables] ******************** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1096 Friday 24 January 2025 08:27:04 -0500 (0:00:00.158) 0:06:13.006 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1149 Friday 24 January 2025 08:27:04 -0500 (0:00:00.128) 0:06:13.135 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Enable the hadrenabled setting] ******** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1156 Friday 24 January 2025 08:27:04 -0500 (0:00:00.147) 0:06:13.282 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1163 Friday 24 January 2025 08:27:04 -0500 (0:00:00.201) 0:06:13.484 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1173 Friday 24 January 2025 08:27:04 -0500 (0:00:00.201) 0:06:13.686 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1179 Friday 24 January 2025 08:27:04 -0500 (0:00:00.136) 0:06:13.822 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1187 Friday 24 January 2025 08:27:05 -0500 (0:00:00.169) 0:06:13.992 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1196 Friday 24 January 2025 08:27:05 -0500 (0:00:00.124) 0:06:14.116 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1204 Friday 24 January 2025 08:27:05 -0500 (0:00:00.195) 0:06:14.312 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1218 Friday 24 January 2025 08:27:05 -0500 (0:00:00.578) 0:06:14.891 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1224 Friday 24 January 2025 08:27:06 -0500 (0:00:00.126) 0:06:15.017 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Verify that primary instance hosts is available] *** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1246 Friday 24 January 2025 08:27:06 -0500 (0:00:00.118) 0:06:15.136 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Configure ag] ************************** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1256 Friday 24 January 2025 08:27:06 -0500 (0:00:00.140) 0:06:15.276 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1265 Friday 24 January 2025 08:27:06 -0500 (0:00:00.218) 0:06:15.494 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Replicate DBs] ************************* task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1274 Friday 24 January 2025 08:27:06 -0500 (0:00:00.170) 0:06:15.664 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1285 Friday 24 January 2025 08:27:06 -0500 (0:00:00.140) 0:06:15.805 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1298 Friday 24 January 2025 08:27:07 -0500 (0:00:00.153) 0:06:15.958 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1307 Friday 24 January 2025 08:27:07 -0500 (0:00:00.142) 0:06:16.100 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Enable the hadrenabled setting] ******** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1314 Friday 24 January 2025 08:27:07 -0500 (0:00:00.130) 0:06:16.230 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1321 Friday 24 January 2025 08:27:07 -0500 (0:00:00.152) 0:06:16.383 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1329 Friday 24 January 2025 08:27:07 -0500 (0:00:00.154) 0:06:16.538 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1336 Friday 24 January 2025 08:27:07 -0500 (0:00:00.143) 0:06:16.681 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1348 Friday 24 January 2025 08:27:07 -0500 (0:00:00.201) 0:06:16.883 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Create HA login] *********************** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1357 Friday 24 January 2025 08:27:08 -0500 (0:00:00.135) 0:06:17.018 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Join to availability group] ************ task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1364 Friday 24 January 2025 08:27:08 -0500 (0:00:00.123) 0:06:17.142 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1370 Friday 24 January 2025 08:27:08 -0500 (0:00:00.120) 0:06:17.262 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1378 Friday 24 January 2025 08:27:08 -0500 (0:00:00.129) 0:06:17.391 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1391 Friday 24 January 2025 08:27:08 -0500 (0:00:00.210) 0:06:17.602 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1403 Friday 24 January 2025 08:27:09 -0500 (0:00:00.381) 0:06:17.984 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1408 Friday 24 January 2025 08:27:09 -0500 (0:00:00.157) 0:06:18.142 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1416 Friday 24 January 2025 08:27:09 -0500 (0:00:00.123) 0:06:18.265 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1425 Friday 24 January 2025 08:27:09 -0500 (0:00:00.131) 0:06:18.397 ******** changed: [managed-node1] => { "changed": true } MSG: Block inserted RUNNING HANDLER [fedora.linux_system_roles.mssql : Restart the mssql-server service] *** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/handlers/main.yml:3 Friday 24 January 2025 08:27:10 -0500 (0:00:00.778) 0:06:19.175 ******** changed: [managed-node1] => { "changed": true, "name": "mssql-server", "state": "started", "status": { "ActiveEnterTimestamp": "Fri 2025-01-24 08:26:10 EST", "ActiveEnterTimestampMonotonic": "934009101", "ActiveExitTimestamp": "Fri 2025-01-24 08:26:10 EST", "ActiveExitTimestampMonotonic": "933748477", "ActiveState": "active", "After": "-.mount system.slice auditd.service systemd-journald.socket basic.target network.target", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Fri 2025-01-24 08:26:10 EST", "AssertTimestampMonotonic": "934008085", "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 2025-01-24 08:26:10 EST", "ConditionTimestampMonotonic": "934008083", "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": "471", "ExecMainStartTimestamp": "Fri 2025-01-24 08:26:10 EST", "ExecMainStartTimestampMonotonic": "934009035", "ExecMainStatus": "0", "ExecStart": "{ path=/opt/mssql/bin/sqlservr ; argv[]=/opt/mssql/bin/sqlservr ; ignore_errors=no ; start_time=[Fri 2025-01-24 08:26:10 EST] ; stop_time=[n/a] ; pid=471 ; 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 2025-01-24 08:26:10 EST", "InactiveEnterTimestampMonotonic": "934006472", "InactiveExitTimestamp": "Fri 2025-01-24 08:26:10 EST", "InactiveExitTimestampMonotonic": "934009101", "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": "471", "MemoryAccounting": "no", "MemoryCurrent": "18446744073709551615", "MemoryLimit": "18446744073709551615", "MountFlags": "0", "Names": "mssql-server.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "PrivateDevices": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "ProtectHome": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "Requires": "basic.target -.mount system.slice", "RequiresMountsFor": "/var/opt/mssql", "Restart": "on-failure", "RestartUSec": "100ms", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "0", "StartLimitInterval": "0", "StartupBlockIOWeight": "18446744073709551615", "StartupCPUShares": "18446744073709551615", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "no", "TasksCurrent": "18446744073709551615", "TasksMax": "18446744073709551615", "TimeoutStartUSec": "30min", "TimeoutStopUSec": "30min", "TimerSlackNSec": "50000", "Transient": "no", "Type": "simple", "UMask": "0007", "UnitFilePreset": "disabled", "UnitFileState": "enabled", "User": "mssql", "WantedBy": "multi-user.target", "WatchdogTimestamp": "Fri 2025-01-24 08:26:10 EST", "WatchdogTimestampMonotonic": "934009076", "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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1438 Friday 24 January 2025 08:27:11 -0500 (0:00:00.917) 0:06:20.093 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1445 Friday 24 January 2025 08:27:11 -0500 (0:00:00.112) 0:06:20.206 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up after the role invocation] ************************************** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/tests/mssql/tests_tls_2017.yml:27 Friday 24 January 2025 08:27:11 -0500 (0:00:00.156) 0:06:20.363 ******** included: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/cleanup.yml for managed-node1 TASK [Gather package facts] **************************************************** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/cleanup.yml:2 Friday 24 January 2025 08:27:11 -0500 (0:00:00.221) 0:06:20.584 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/cleanup.yml:6 Friday 24 January 2025 08:27:13 -0500 (0:00:02.032) 0:06:22.616 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Debug ansible_python_version] ******************************************** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/cleanup.yml:14 Friday 24 January 2025 08:27:13 -0500 (0:00:00.163) 0:06:22.779 ******** ok: [managed-node1] => { "ansible_python_version": "2.7.5" } TASK [Purge firewall configuration] ******************************************** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/cleanup.yml:18 Friday 24 January 2025 08:27:14 -0500 (0:00:00.128) 0:06:22.908 ******** TASK [fedora.linux_system_roles.firewall : Setup firewalld] ******************** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:2 Friday 24 January 2025 08:27:14 -0500 (0:00:00.943) 0:06:23.852 ******** included: /tmp/collections-jof/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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:2 Friday 24 January 2025 08:27:15 -0500 (0:00:00.340) 0:06:24.192 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:10 Friday 24 January 2025 08:27:15 -0500 (0:00:00.174) 0:06:24.366 ******** ok: [managed-node1] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.firewall : Set flag to indicate system is ostree] *** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:15 Friday 24 January 2025 08:27:16 -0500 (0:00:00.602) 0:06:24.969 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:22 Friday 24 January 2025 08:27:16 -0500 (0:00:00.132) 0:06:25.102 ******** ok: [managed-node1] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.firewall : Set flag if transactional-update exists] *** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:27 Friday 24 January 2025 08:27:16 -0500 (0:00:00.496) 0:06:25.598 ******** ok: [managed-node1] => { "ansible_facts": { "__firewall_is_transactional": false }, "changed": false } TASK [fedora.linux_system_roles.firewall : Install firewalld] ****************** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:31 Friday 24 January 2025 08:27:16 -0500 (0:00:00.140) 0:06:25.738 ******** ok: [managed-node1] => { "changed": false, "rc": 0, "results": [ "firewalld-0.6.3-13.el7_9.noarch providing firewalld is already installed" ] } TASK [fedora.linux_system_roles.firewall : Notify user that reboot is needed to apply changes] *** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:43 Friday 24 January 2025 08:27:17 -0500 (0:00:00.665) 0:06:26.404 ******** skipping: [managed-node1] => {} TASK [fedora.linux_system_roles.firewall : Reboot transactional update systems] *** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:48 Friday 24 January 2025 08:27:17 -0500 (0:00:00.079) 0:06:26.483 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:53 Friday 24 January 2025 08:27:17 -0500 (0:00:00.098) 0:06:26.582 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Collect service facts] ************** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:5 Friday 24 January 2025 08:27:17 -0500 (0:00:00.138) 0:06:26.721 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:9 Friday 24 January 2025 08:27:17 -0500 (0:00:00.130) 0:06:26.851 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:22 Friday 24 January 2025 08:27:18 -0500 (0:00:00.154) 0:06:27.006 ******** ok: [managed-node1] => { "changed": false, "name": "firewalld", "status": { "ActiveEnterTimestamp": "Fri 2025-01-24 08:15:08 EST", "ActiveEnterTimestampMonotonic": "271359859", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "polkit.service basic.target system.slice dbus.service", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Fri 2025-01-24 08:15:07 EST", "AssertTimestampMonotonic": "271093767", "Before": "multi-user.target shutdown.target network-pre.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 2025-01-24 08:15:07 EST", "ConditionTimestampMonotonic": "271093765", "Conflicts": "ip6tables.service ipset.service ebtables.service shutdown.target 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": "9700", "ExecMainStartTimestamp": "Fri 2025-01-24 08:15:07 EST", "ExecMainStartTimestampMonotonic": "271095329", "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 2025-01-24 08:15:07 EST", "InactiveExitTimestampMonotonic": "271095360", "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": "9700", "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 2025-01-24 08:15:08 EST", "WatchdogTimestampMonotonic": "271359794", "WatchdogUSec": "0" } } TASK [fedora.linux_system_roles.firewall : Enable and start firewalld service] *** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:28 Friday 24 January 2025 08:27:18 -0500 (0:00:00.595) 0:06:27.602 ******** ok: [managed-node1] => { "changed": false, "enabled": true, "name": "firewalld", "state": "started", "status": { "ActiveEnterTimestamp": "Fri 2025-01-24 08:15:08 EST", "ActiveEnterTimestampMonotonic": "271359859", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "polkit.service basic.target system.slice dbus.service", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Fri 2025-01-24 08:15:07 EST", "AssertTimestampMonotonic": "271093767", "Before": "multi-user.target shutdown.target network-pre.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 2025-01-24 08:15:07 EST", "ConditionTimestampMonotonic": "271093765", "Conflicts": "ip6tables.service ipset.service ebtables.service shutdown.target 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": "9700", "ExecMainStartTimestamp": "Fri 2025-01-24 08:15:07 EST", "ExecMainStartTimestampMonotonic": "271095329", "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 2025-01-24 08:15:07 EST", "InactiveExitTimestampMonotonic": "271095360", "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": "9700", "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 2025-01-24 08:15:08 EST", "WatchdogTimestampMonotonic": "271359794", "WatchdogUSec": "0" } } TASK [fedora.linux_system_roles.firewall : Check if previous replaced is defined] *** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:34 Friday 24 January 2025 08:27:19 -0500 (0:00:00.756) 0:06:28.359 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:43 Friday 24 January 2025 08:27:19 -0500 (0:00:00.127) 0:06:28.486 ******** ok: [managed-node1] => { "changed": false, "rc": 0 } STDERR: Shared connection to 10.31.14.119 closed. TASK [fedora.linux_system_roles.firewall : Tell firewall module it is able to report changed] *** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:55 Friday 24 January 2025 08:27:19 -0500 (0:00:00.389) 0:06:28.876 ******** ok: [managed-node1] => { "ansible_facts": { "__firewall_report_changed": true }, "changed": false } TASK [fedora.linux_system_roles.firewall : Configure firewall] ***************** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:71 Friday 24 January 2025 08:27:20 -0500 (0:00:00.115) 0:06:28.992 ******** TASK [fedora.linux_system_roles.firewall : Gather firewall config information] *** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:120 Friday 24 January 2025 08:27:20 -0500 (0:00:00.126) 0:06:29.119 ******** TASK [fedora.linux_system_roles.firewall : Update firewalld_config fact] ******* task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:130 Friday 24 January 2025 08:27:20 -0500 (0:00:00.173) 0:06:29.292 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:139 Friday 24 January 2025 08:27:20 -0500 (0:00:00.211) 0:06:29.504 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Update firewalld_config fact] ******* task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:144 Friday 24 January 2025 08:27:20 -0500 (0:00:00.142) 0:06:29.646 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:153 Friday 24 January 2025 08:27:20 -0500 (0:00:00.119) 0:06:29.765 ******** ok: [managed-node1] => { "changed": false, "rc": 0 } STDERR: Shared connection to 10.31.14.119 closed. TASK [fedora.linux_system_roles.firewall : Calculate what has changed] ********* task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:163 Friday 24 January 2025 08:27:21 -0500 (0:00:00.583) 0:06:30.348 ******** ok: [managed-node1] => { "ansible_facts": { "firewall_lib_result": { "changed": false } }, "changed": false } TASK [fedora.linux_system_roles.firewall : Show diffs] ************************* task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:169 Friday 24 January 2025 08:27:21 -0500 (0:00:00.183) 0:06:30.532 ******** skipping: [managed-node1] => {} TASK [Purge selinux configuration] ********************************************* task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/cleanup.yml:26 Friday 24 January 2025 08:27:21 -0500 (0:00:00.164) 0:06:30.697 ******** TASK [fedora.linux_system_roles.selinux : Set ansible_facts required by role and install packages] *** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:2 Friday 24 January 2025 08:27:22 -0500 (0:00:00.333) 0:06:31.031 ******** included: /tmp/collections-jof/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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/set_facts_packages.yml:2 Friday 24 January 2025 08:27:22 -0500 (0:00:00.252) 0:06:31.284 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Ensure SELinux packages] ************* task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/set_facts_packages.yml:7 Friday 24 January 2025 08:27:22 -0500 (0:00:00.603) 0:06:31.887 ******** included: /tmp/collections-jof/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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:5 Friday 24 January 2025 08:27:23 -0500 (0:00:00.199) 0:06:32.086 ******** ok: [managed-node1] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.selinux : Set flag to indicate system is ostree] *** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:10 Friday 24 January 2025 08:27:23 -0500 (0:00:00.467) 0:06:32.554 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:17 Friday 24 January 2025 08:27:23 -0500 (0:00:00.185) 0:06:32.740 ******** ok: [managed-node1] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.selinux : Set flag if transactional-update exists] *** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:22 Friday 24 January 2025 08:27:24 -0500 (0:00:00.807) 0:06:33.547 ******** ok: [managed-node1] => { "ansible_facts": { "__selinux_is_transactional": false }, "changed": false } TASK [fedora.linux_system_roles.selinux : Install SELinux python2 tools] ******* task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:26 Friday 24 January 2025 08:27:24 -0500 (0:00:00.135) 0:06:33.683 ******** 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" ] } TASK [fedora.linux_system_roles.selinux : Install SELinux python3 tools] ******* task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:35 Friday 24 January 2025 08:27:25 -0500 (0:00:00.728) 0:06:34.412 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Install SELinux python3 tools] ******* task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:46 Friday 24 January 2025 08:27:25 -0500 (0:00:00.120) 0:06:34.533 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Install SELinux tool semanage] ******* task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:58 Friday 24 January 2025 08:27:25 -0500 (0:00:00.123) 0:06:34.656 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:72 Friday 24 January 2025 08:27:25 -0500 (0:00:00.130) 0:06:34.787 ******** skipping: [managed-node1] => {} TASK [fedora.linux_system_roles.selinux : Reboot transactional update systems] *** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:77 Friday 24 January 2025 08:27:26 -0500 (0:00:00.127) 0:06:34.914 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:82 Friday 24 January 2025 08:27:26 -0500 (0:00:00.128) 0:06:35.043 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Refresh facts] *********************** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:89 Friday 24 January 2025 08:27:26 -0500 (0:00:00.231) 0:06:35.274 ******** ok: [managed-node1] TASK [fedora.linux_system_roles.selinux : Set permanent SELinux state if enabled] *** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:5 Friday 24 January 2025 08:27:27 -0500 (0:00:00.883) 0:06:36.157 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:13 Friday 24 January 2025 08:27:27 -0500 (0:00:00.252) 0:06:36.410 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Set selinux_reboot_required] ********* task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:21 Friday 24 January 2025 08:27:27 -0500 (0:00:00.143) 0:06:36.554 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:25 Friday 24 January 2025 08:27:27 -0500 (0:00:00.196) 0:06:36.751 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:30 Friday 24 January 2025 08:27:27 -0500 (0:00:00.118) 0:06:36.870 ******** skipping: [managed-node1] => {} TASK [fedora.linux_system_roles.selinux : Drop all local modifications] ******** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:35 Friday 24 January 2025 08:27:28 -0500 (0:00:00.141) 0:06:37.011 ******** 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.339978", "end": "2025-01-24 08:27:28.798344", "rc": 0, "start": "2025-01-24 08:27:28.458366" } TASK [fedora.linux_system_roles.selinux : Purge all SELinux boolean local modifications] *** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:43 Friday 24 January 2025 08:27:28 -0500 (0:00:00.842) 0:06:37.853 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:48 Friday 24 January 2025 08:27:29 -0500 (0:00:00.186) 0:06:38.039 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:53 Friday 24 January 2025 08:27:29 -0500 (0:00:00.158) 0:06:38.198 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:58 Friday 24 January 2025 08:27:29 -0500 (0:00:00.153) 0:06:38.352 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Set SELinux booleans] **************** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:63 Friday 24 January 2025 08:27:29 -0500 (0:00:00.149) 0:06:38.501 ******** TASK [fedora.linux_system_roles.selinux : Set SELinux file contexts] *********** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:74 Friday 24 January 2025 08:27:29 -0500 (0:00:00.107) 0:06:38.608 ******** TASK [fedora.linux_system_roles.selinux : Set an SELinux label on a port] ****** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:87 Friday 24 January 2025 08:27:29 -0500 (0:00:00.088) 0:06:38.696 ******** TASK [fedora.linux_system_roles.selinux : Set linux user to SELinux user mapping] *** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:99 Friday 24 January 2025 08:27:29 -0500 (0:00:00.074) 0:06:38.770 ******** TASK [fedora.linux_system_roles.selinux : Get SELinux modules facts] *********** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:112 Friday 24 January 2025 08:27:29 -0500 (0:00:00.112) 0:06:38.883 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:115 Friday 24 January 2025 08:27:33 -0500 (0:00:03.347) 0:06:42.231 ******** 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/collections-jof/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:128 Friday 24 January 2025 08:27:33 -0500 (0:00:00.106) 0:06:42.337 ******** TASK [fedora.linux_system_roles.selinux : Restore SELinux labels on filesystem tree in check mode] *** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:136 Friday 24 January 2025 08:27:33 -0500 (0:00:00.114) 0:06:42.451 ******** TASK [Leave realm] ************************************************************* task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/cleanup.yml:32 Friday 24 January 2025 08:27:33 -0500 (0:00:00.100) 0:06:42.552 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Destroy Kerberos tickets] ************************************************ task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/cleanup.yml:40 Friday 24 January 2025 08:27:33 -0500 (0:00:00.139) 0:06:42.691 ******** skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Remove related packages] ************************************************* task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/cleanup.yml:44 Friday 24 January 2025 08:27:33 -0500 (0:00:00.163) 0:06:42.854 ******** 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:14.0.3465.1-1 will be erased\n---> Package mssql-tools18.x86_64 0:18.4.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 msodbcsql18 to be removed - no longer needed by mssql-tools18\n---> Marking unixODBC to be removed - no longer needed by unixODBC-devel\n---> Marking cyrus-sasl to be removed - no longer needed by mssql-server\n---> Marking gdb to be removed - no longer needed by mssql-server\n---> Marking 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 bzip2 to be removed - no longer needed by mssql-server\n---> Marking cyrus-sasl-gssapi to be removed - no longer needed by mssql-server\n---> Marking libtool-ltdl to be removed - no longer needed by unixODBC\nFound and removing 9 unneeded dependencies\n--> Running transaction check\n---> Package bzip2.x86_64 0:1.0.6-13.el7 will be erased\n---> Package cyrus-sasl.x86_64 0:2.1.26-24.el7_9 will be erased\n---> Package cyrus-sasl-gssapi.x86_64 0:2.1.26-24.el7_9 will be erased\n---> Package gdb.x86_64 0:7.6.1-120.el7 will be erased\n---> Package libatomic.x86_64 0:4.8.5-44.el7 will be erased\n---> Package libsss_nss_idmap.x86_64 0:1.16.5-10.el7_9.16 will be erased\n---> Package libtool-ltdl.x86_64 0:2.4.2-22.el7_3 will be erased\n---> Package msodbcsql18.x86_64 0:18.4.1.1-1 will be erased\n---> Package unixODBC.x86_64 0:2.3.11-1.rh will be erased\n--> Finished Dependency Resolution\n\nDependencies Resolved\n\n================================================================================\n Package Arch Version Repository Size\n================================================================================\nRemoving:\n mssql-server x86_64 14.0.3465.1-1 @packages-microsoft-com-mssql-server-2017\n 1.0 G\n mssql-tools18 x86_64 18.4.1.1-1 @packages-microsoft-com-prod 718 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 msodbcsql18 x86_64 18.4.1.1-1 @packages-microsoft-com-prod 2.3 M\n unixODBC x86_64 2.3.11-1.rh @packages-microsoft-com-prod 648 k\n\nTransaction Summary\n================================================================================\nRemove 3 Packages (+9 Dependent packages)\n\nInstalled size: 1.0 G\nDownloading packages:\nRunning transaction check\nRunning transaction test\nTransaction test succeeded\nRunning transaction\n Erasing : mssql-server-14.0.3465.1-1.x86_64 1/12 \n Erasing : mssql-tools18-18.4.1.1-1.x86_64 2/12 \n Erasing : msodbcsql18-18.4.1.1-1.x86_64 3/12 \nODBC Driver 18 for SQL Server has been deleted (if it existed at all) because its usage count became zero\n Erasing : unixODBC-devel-2.3.11-1.rh.x86_64 4/12 \n Erasing : unixODBC-2.3.11-1.rh.x86_64 5/12 \nwarning: /etc/odbcinst.ini saved as /etc/odbcinst.ini.rpmsave\n Erasing : libtool-ltdl-2.4.2-22.el7_3.x86_64 6/12 \n Erasing : libatomic-4.8.5-44.el7.x86_64 7/12 \n Erasing : bzip2-1.0.6-13.el7.x86_64 8/12 \n Erasing : gdb-7.6.1-120.el7.x86_64 9/12 \n Erasing : libsss_nss_idmap-1.16.5-10.el7_9.16.x86_64 10/12 \n Erasing : cyrus-sasl-2.1.26-24.el7_9.x86_64 11/12 \n Erasing : cyrus-sasl-gssapi-2.1.26-24.el7_9.x86_64 12/12 \n Verifying : msodbcsql18-18.4.1.1-1.x86_64 1/12 \n Verifying : libatomic-4.8.5-44.el7.x86_64 2/12 \n Verifying : bzip2-1.0.6-13.el7.x86_64 3/12 \n Verifying : libtool-ltdl-2.4.2-22.el7_3.x86_64 4/12 \n Verifying : mssql-server-14.0.3465.1-1.x86_64 5/12 \n Verifying : unixODBC-devel-2.3.11-1.rh.x86_64 6/12 \n Verifying : cyrus-sasl-2.1.26-24.el7_9.x86_64 7/12 \n Verifying : gdb-7.6.1-120.el7.x86_64 8/12 \n Verifying : unixODBC-2.3.11-1.rh.x86_64 9/12 \n Verifying : mssql-tools18-18.4.1.1-1.x86_64 10/12 \n Verifying : libsss_nss_idmap-1.16.5-10.el7_9.16.x86_64 11/12 \n Verifying : cyrus-sasl-gssapi-2.1.26-24.el7_9.x86_64 12/12 \n\nRemoved:\n mssql-server.x86_64 0:14.0.3465.1-1 mssql-tools18.x86_64 0:18.4.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 msodbcsql18.x86_64 0:18.4.1.1-1 \n unixODBC.x86_64 0:2.3.11-1.rh \n\nComplete!\n" ] } TASK [Remove related files] **************************************************** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/cleanup.yml:57 Friday 24 January 2025 08:27:37 -0500 (0:00:03.141) 0:06:45.996 ******** [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.008277", "end": "2025-01-24 08:27:37.375515", "rc": 0, "start": "2025-01-24 08:27:37.367238" } 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/modellog.ldf’ removed ‘/var/opt/mssql/data/msdblog.ldf’ removed ‘/var/opt/mssql/data/mastlog.ldf’ removed ‘/var/opt/mssql/data/master.mdf’ 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/Preferred’ removed ‘/var/opt/mssql/.system/system/system32/Microsoft/Protect/S-1-5-18/User/a1c8def1-ca02-4306-afb1-d1ab5d677aeb’ 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 ‘/var/opt/mssql/.system/profiles/Client/AppData/Roaming/Microsoft/Crypto/RSA/S-1-5-21-3313770686-4135062069-1522071980-500/42e7704ae40b0d75de00736cc66b813a_ceaceaac-58e2-45a9-a9e0-f3a6154b896e’ removed directory: ‘/var/opt/mssql/.system/profiles/Client/AppData/Roaming/Microsoft/Crypto/RSA/S-1-5-21-3313770686-4135062069-1522071980-500’ removed directory: ‘/var/opt/mssql/.system/profiles/Client/AppData/Roaming/Microsoft/Crypto/RSA’ removed directory: ‘/var/opt/mssql/.system/profiles/Client/AppData/Roaming/Microsoft/Crypto’ removed directory: ‘/var/opt/mssql/.system/profiles/Client/AppData/Roaming/Microsoft/SystemCertificates/My/CRLs’ removed ‘/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 ‘/var/opt/mssql/.system/profiles/Client/AppData/Roaming/Microsoft/Protect/S-1-5-21-3313770686-4135062069-1522071980-500/d4bd8f6a-75ed-4757-ae1d-facd933199c6’ removed ‘/var/opt/mssql/.system/profiles/Client/AppData/Roaming/Microsoft/Protect/S-1-5-21-3313770686-4135062069-1522071980-500/Preferred’ removed directory: ‘/var/opt/mssql/.system/profiles/Client/AppData/Roaming/Microsoft/Protect/S-1-5-21-3313770686-4135062069-1522071980-500’ removed ‘/var/opt/mssql/.system/profiles/Client/AppData/Roaming/Microsoft/Protect/CREDHIST’ removed directory: ‘/var/opt/mssql/.system/profiles/Client/AppData/Roaming/Microsoft/Protect’ removed directory: ‘/var/opt/mssql/.system/profiles/Client/AppData/Roaming/Microsoft’ removed directory: ‘/var/opt/mssql/.system/profiles/Client/AppData/Roaming’ removed directory: ‘/var/opt/mssql/.system/profiles/Client/AppData’ 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_133821985393880000.xel’ removed ‘/var/opt/mssql/log/errorlog.6’ removed ‘/var/opt/mssql/log/HkEngineEventFile_0_133821988337680000.xel’ 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/system_health_0_133821988341020000.xel’ 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/system_health_0_133821986946950000.xel’ removed ‘/var/opt/mssql/log/HkEngineEventFile_0_133821985890800000.xel’ removed ‘/var/opt/mssql/log/system_health_0_133821985080850000.xel’ removed ‘/var/opt/mssql/log/sqlagentstartup.log’ removed ‘/var/opt/mssql/log/system_health_0_133821985894210000.xel’ removed ‘/var/opt/mssql/log/system_health_0_133821986471580000.xel’ removed ‘/var/opt/mssql/log/HkEngineEventFile_0_133821985073930000.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_133821985121180000.xel’ removed ‘/var/opt/mssql/log/HkEngineEventFile_0_133821985389430000.xel’ removed ‘/var/opt/mssql/log/HkEngineEventFile_0_133821987730390000.xel’ removed ‘/var/opt/mssql/log/HkEngineEventFile_0_133821986467150000.xel’ removed ‘/var/opt/mssql/log/HkEngineEventFile_0_133821985117430000.xel’ removed ‘/var/opt/mssql/log/errorlog.7’ removed ‘/var/opt/mssql/log/HkEngineEventFile_0_133821986943410000.xel’ removed ‘/var/opt/mssql/log/errorlog.1’ removed ‘/var/opt/mssql/log/log_7.trc’ removed ‘/var/opt/mssql/log/system_health_0_133821987733740000.xel’ removed directory: ‘/var/opt/mssql/log’ removed directory: ‘/var/opt/mssql’ removed directory: ‘/opt/mssql’ removed directory: ‘/opt/mssql-tools18’ removed ‘/etc/yum.repos.d/packages-microsoft-com-mssql-server-2017.repo’ removed ‘/etc/yum.repos.d/packages-microsoft-com-prod.repo’ removed ‘/etc/systemd/system/multi-user.target.wants/mssql-server.service’ TASK [Stop the mssql-server service] ******************************************* task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/cleanup.yml:71 Friday 24 January 2025 08:27:37 -0500 (0:00:00.554) 0:06:46.550 ******** ok: [managed-node1] => { "changed": false, "cmd": "systemctl stop mssql-server || true", "delta": "0:00:00.572181", "end": "2025-01-24 08:27:38.491410", "rc": 0, "start": "2025-01-24 08:27:37.919229" } RUNNING HANDLER [fedora.linux_system_roles.selinux : Reload SELinux policy] **** task path: /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/roles/selinux/handlers/main.yml:2 Friday 24 January 2025 08:27:38 -0500 (0:00:00.890) 0:06:47.441 ******** changed: [managed-node1] => { "changed": true, "cmd": [ "semodule", "-R" ], "delta": "0:00:01.833068", "end": "2025-01-24 08:27:40.794207", "rc": 0, "start": "2025-01-24 08:27:38.961139" } META: ran handlers META: ran handlers PLAY RECAP ********************************************************************* managed-node1 : ok=396 changed=62 unreachable=0 failed=0 skipped=902 rescued=0 ignored=0 Friday 24 January 2025 08:27:40 -0500 (0:00:02.311) 0:06:49.753 ******** =============================================================================== fedora.linux_system_roles.mssql : Ensure the package mssql-server ------ 38.87s /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:309 fedora.linux_system_roles.mssql : Set up MSSQL -------------------------- 5.33s /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:359 fedora.linux_system_roles.certificate : Ensure provider packages are installed --- 5.06s /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:23 fedora.linux_system_roles.certificate : Ensure certificate role dependencies are installed --- 4.83s /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:5 fedora.linux_system_roles.mssql : Ensure that SQL Server client tools are installed --- 4.78s /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:499 fedora.linux_system_roles.selinux : Get SELinux modules facts ----------- 3.35s /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:112 Remove related packages ------------------------------------------------- 3.14s /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/cleanup.yml:44 Disable TLS encryption -------------------------------------------------- 2.95s /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/tests_tls.yml:175 Test with certs created by the certificate role ------------------------- 2.65s /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/tests_tls.yml:154 fedora.linux_system_roles.selinux : Reload SELinux policy --------------- 2.31s /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/roles/selinux/handlers/main.yml:2 Gather package facts ---------------------------------------------------- 2.03s /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/cleanup.yml:2 fedora.linux_system_roles.mssql : Gather package facts ------------------ 2.00s /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:162 fedora.linux_system_roles.mssql : Gather package facts ------------------ 1.86s /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:162 fedora.linux_system_roles.mssql : Gather package facts ------------------ 1.78s /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:162 fedora.linux_system_roles.mssql : Restart the mssql-server service ------ 1.76s /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/handlers/main.yml:3 fedora.linux_system_roles.mssql : Gather package facts ------------------ 1.72s /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:162 Verify connectivity and settings ---------------------------------------- 1.66s /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/tests_tls.yml:168 fedora.linux_system_roles.certificate : Ensure certificate requests ----- 1.65s /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:101 Copy certificates to hosts ---------------------------------------------- 1.63s /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/tests_tls.yml:107 fedora.linux_system_roles.mssql : Gather package facts ------------------ 1.63s /tmp/collections-jof/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:716