ansible-playbook 2.9.27 config file = None configured module search path = ['/root/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules'] ansible python module location = /usr/local/lib/python3.9/site-packages/ansible executable location = /usr/local/bin/ansible-playbook python version = 3.9.19 (main, May 16 2024, 11:40:09) [GCC 8.5.0 20210514 (Red Hat 8.5.0-22)] No config file found; using defaults [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 'jsonl', 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_default_2019.yml *********************************************** 2 plays in /tmp/collections-BJZ/ansible_collections/fedora/linux_system_roles/tests/mssql/tests_default_2019.yml PLAY [all] ********************************************************************* META: ran handlers TASK [Include vault variables] ************************************************* task path: /tmp/collections-BJZ/ansible_collections/fedora/linux_system_roles/tests/mssql/tests_default_2019.yml:5 Friday 25 July 2025 21:31:19 -0400 (0:00:00.032) 0:00:00.032 *********** ok: [managed-node3] => { "ansible_facts": { "mssql_password": { "__ansible_vault": "$ANSIBLE_VAULT;1.1;AES256\n66336361663164656232326461653662643537386337346563613939356466313835383235313234\n3634333565616161316639666662613564353237653663610a616639306439653033386664303839\n30663030636161326137656235636230356162373234386461363632353863393161353035316162\n3664353366373231360a343334326337353861366233656330363634353164316434616561333161\n3234\n" } }, "ansible_included_var_files": [ "/tmp/mssql-A4S/tests/vars/vault-variables.yml" ], "changed": false } META: ran handlers META: ran handlers PLAY [Ensure that the role runs with default parameters] *********************** TASK [Gathering Facts] ********************************************************* task path: /tmp/collections-BJZ/ansible_collections/fedora/linux_system_roles/tests/mssql/tests_default_2019.yml:9 Friday 25 July 2025 21:31:19 -0400 (0:00:00.056) 0:00:00.088 *********** ok: [managed-node3] META: ran handlers TASK [Run the role with default parameters] ************************************ task path: /tmp/collections-BJZ/ansible_collections/fedora/linux_system_roles/tests/mssql/tests_default_2019.yml:16 Friday 25 July 2025 21:31:20 -0400 (0:00:01.231) 0:00:01.320 *********** TASK [fedora.linux_system_roles.mssql : Ensure ansible_facts and variables used by role] *** task path: /tmp/collections-BJZ/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:3 Friday 25 July 2025 21:31:21 -0400 (0:00:00.462) 0:00:01.783 *********** included: /tmp/collections-BJZ/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/set_vars.yml for managed-node3 TASK [fedora.linux_system_roles.mssql : Ensure ansible_facts used by role] ***** task path: /tmp/collections-BJZ/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/set_vars.yml:3 Friday 25 July 2025 21:31:21 -0400 (0:00:00.030) 0:00:01.813 *********** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Set platform/version specific variables] *** task path: /tmp/collections-BJZ/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/set_vars.yml:8 Friday 25 July 2025 21:31:21 -0400 (0:00:00.092) 0:00:01.906 *********** ok: [managed-node3] => (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-BJZ/ansible_collections/fedora/linux_system_roles/roles/mssql/vars/RedHat.yml" ], "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml" } skipping: [managed-node3] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [managed-node3] => (item=CentOS_8.yml) => { "ansible_facts": { "__mssql_client_repository": "https://packages.microsoft.com/rhel/8/prod/", "__mssql_confined_supported": false, "__mssql_server_repository": "https://packages.microsoft.com/rhel/8/mssql-server-{{ mssql_version | int }}/", "__mssql_supported_versions": [ 2017, 2019, 2022 ] }, "ansible_included_var_files": [ "/tmp/collections-BJZ/ansible_collections/fedora/linux_system_roles/roles/mssql/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } ok: [managed-node3] => (item=CentOS_8.yml) => { "ansible_facts": { "__mssql_client_repository": "https://packages.microsoft.com/rhel/8/prod/", "__mssql_confined_supported": false, "__mssql_server_repository": "https://packages.microsoft.com/rhel/8/mssql-server-{{ mssql_version | int }}/", "__mssql_supported_versions": [ 2017, 2019, 2022 ] }, "ansible_included_var_files": [ "/tmp/collections-BJZ/ansible_collections/fedora/linux_system_roles/roles/mssql/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } TASK [fedora.linux_system_roles.mssql : Run systemctl] ************************* task path: /tmp/collections-BJZ/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/set_vars.yml:22 Friday 25 July 2025 21:31:21 -0400 (0:00:00.102) 0:00:02.009 *********** ok: [managed-node3] => { "changed": false, "cmd": [ "systemctl", "is-system-running" ], "delta": "0:00:00.006728", "end": "2025-07-25 21:31:22.346251", "failed_when_result": false, "rc": 0, "start": "2025-07-25 21:31:22.339523" } STDOUT: running TASK [fedora.linux_system_roles.mssql : Require installed systemd] ************* task path: /tmp/collections-BJZ/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/set_vars.yml:29 Friday 25 July 2025 21:31:22 -0400 (0:00:00.835) 0:00:02.845 *********** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Set flag to indicate that systemd runtime operations are available] *** task path: /tmp/collections-BJZ/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/set_vars.yml:34 Friday 25 July 2025 21:31:22 -0400 (0:00:00.060) 0:00:02.905 *********** ok: [managed-node3] => { "ansible_facts": { "__mssql_is_booted": true }, "changed": false } TASK [fedora.linux_system_roles.mssql : Unset internal role facts] ************* task path: /tmp/collections-BJZ/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:8 Friday 25 July 2025 21:31:22 -0400 (0:00:00.095) 0:00:03.001 *********** ok: [managed-node3] => { "ansible_facts": { "__mssql_is_active": null, "__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-BJZ/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:16 Friday 25 July 2025 21:31:22 -0400 (0:00:00.025) 0:00:03.026 *********** skipping: [managed-node3] => {} TASK [fedora.linux_system_roles.mssql : Link the deprecated mssql_input_sql_file fact] *** task path: /tmp/collections-BJZ/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:24 Friday 25 July 2025 21:31:22 -0400 (0:00:00.056) 0:00:03.082 *********** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Print that the variable is deprecated] *** task path: /tmp/collections-BJZ/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:31 Friday 25 July 2025 21:31:22 -0400 (0:00:00.050) 0:00:03.132 *********** skipping: [managed-node3] => {} TASK [fedora.linux_system_roles.mssql : Link the deprecated mssql_ha_listener_port fact] *** task path: /tmp/collections-BJZ/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:38 Friday 25 July 2025 21:31:22 -0400 (0:00:00.070) 0:00:03.202 *********** skipping: [managed-node3] => { "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-BJZ/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:45 Friday 25 July 2025 21:31:22 -0400 (0:00:00.056) 0:00:03.259 *********** skipping: [managed-node3] => {} TASK [fedora.linux_system_roles.mssql : Link the deprecated mssql_ad_sql_user_name fact] *** task path: /tmp/collections-BJZ/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:52 Friday 25 July 2025 21:31:22 -0400 (0:00:00.064) 0:00:03.324 *********** skipping: [managed-node3] => { "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-BJZ/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:59 Friday 25 July 2025 21:31:22 -0400 (0:00:00.050) 0:00:03.374 *********** skipping: [managed-node3] => {} TASK [fedora.linux_system_roles.mssql : Link the deprecated mssql_ha_cluster_run_role fact] *** task path: /tmp/collections-BJZ/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:66 Friday 25 July 2025 21:31:23 -0400 (0:00:00.050) 0:00:03.425 *********** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Print that variable is deprecated] ***** task path: /tmp/collections-BJZ/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:75 Friday 25 July 2025 21:31:23 -0400 (0:00:00.052) 0:00:03.477 *********** skipping: [managed-node3] => {} TASK [fedora.linux_system_roles.mssql : Link the deprecated fact] ************** task path: /tmp/collections-BJZ/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:84 Friday 25 July 2025 21:31:23 -0400 (0:00:00.048) 0:00:03.525 *********** skipping: [managed-node3] => { "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-BJZ/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:88 Friday 25 July 2025 21:31:23 -0400 (0:00:00.056) 0:00:03.581 *********** skipping: [managed-node3] => { "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-BJZ/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:95 Friday 25 July 2025 21:31:23 -0400 (0:00:00.055) 0:00:03.637 *********** fatal: [managed-node3]: FAILED! => { "assertion": "mssql_accept_microsoft_odbc_driver_for_sql_server_eula | bool", "changed": false, "evaluated_to": false } MSG: ['You must accept EULA by setting the following variables to true:', 'mssql_accept_microsoft_odbc_driver_for_sql_server_eula', 'mssql_accept_microsoft_cli_utilities_for_sql_server_eula', 'mssql_accept_microsoft_sql_server_standard_eula'] TASK [Assert that the role failed with EULA not accepted] ********************** task path: /tmp/collections-BJZ/ansible_collections/fedora/linux_system_roles/tests/mssql/tests_default_2019.yml:25 Friday 25 July 2025 21:31:23 -0400 (0:00:00.101) 0:00:03.738 *********** ok: [managed-node3] => { "changed": false } MSG: All assertions passed TASK [Clean up after the role invocation] ************************************** task path: /tmp/collections-BJZ/ansible_collections/fedora/linux_system_roles/tests/mssql/tests_default_2019.yml:30 Friday 25 July 2025 21:31:23 -0400 (0:00:00.059) 0:00:03.798 *********** included: /tmp/collections-BJZ/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/cleanup.yml for managed-node3 TASK [Gather package facts] **************************************************** task path: /tmp/collections-BJZ/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/cleanup.yml:3 Friday 25 July 2025 21:31:23 -0400 (0:00:00.036) 0:00:03.835 *********** ok: [managed-node3] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [Set role variables needed for cleanup] *********************************** task path: /tmp/collections-BJZ/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/cleanup.yml:7 Friday 25 July 2025 21:31:25 -0400 (0:00:01.931) 0:00:05.766 *********** TASK [fedora.linux_system_roles.mssql : Ensure ansible_facts used by role] ***** task path: /tmp/collections-BJZ/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/set_vars.yml:3 Friday 25 July 2025 21:31:25 -0400 (0:00:00.169) 0:00:05.936 *********** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Set platform/version specific variables] *** task path: /tmp/collections-BJZ/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/set_vars.yml:8 Friday 25 July 2025 21:31:25 -0400 (0:00:00.084) 0:00:06.021 *********** ok: [managed-node3] => (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-BJZ/ansible_collections/fedora/linux_system_roles/roles/mssql/vars/RedHat.yml" ], "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml" } skipping: [managed-node3] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [managed-node3] => (item=CentOS_8.yml) => { "ansible_facts": { "__mssql_client_repository": "https://packages.microsoft.com/rhel/8/prod/", "__mssql_confined_supported": false, "__mssql_server_repository": "https://packages.microsoft.com/rhel/8/mssql-server-{{ mssql_version | int }}/", "__mssql_supported_versions": [ 2017, 2019, 2022 ] }, "ansible_included_var_files": [ "/tmp/collections-BJZ/ansible_collections/fedora/linux_system_roles/roles/mssql/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } ok: [managed-node3] => (item=CentOS_8.yml) => { "ansible_facts": { "__mssql_client_repository": "https://packages.microsoft.com/rhel/8/prod/", "__mssql_confined_supported": false, "__mssql_server_repository": "https://packages.microsoft.com/rhel/8/mssql-server-{{ mssql_version | int }}/", "__mssql_supported_versions": [ 2017, 2019, 2022 ] }, "ansible_included_var_files": [ "/tmp/collections-BJZ/ansible_collections/fedora/linux_system_roles/roles/mssql/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } TASK [fedora.linux_system_roles.mssql : Run systemctl] ************************* task path: /tmp/collections-BJZ/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/set_vars.yml:22 Friday 25 July 2025 21:31:25 -0400 (0:00:00.116) 0:00:06.137 *********** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Require installed systemd] ************* task path: /tmp/collections-BJZ/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/set_vars.yml:29 Friday 25 July 2025 21:31:25 -0400 (0:00:00.072) 0:00:06.210 *********** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Set flag to indicate that systemd runtime operations are available] *** task path: /tmp/collections-BJZ/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/set_vars.yml:34 Friday 25 July 2025 21:31:25 -0400 (0:00:00.096) 0:00:06.306 *********** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Purge cluster configuration] ********************************************* task path: /tmp/collections-BJZ/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/cleanup.yml:13 Friday 25 July 2025 21:31:25 -0400 (0:00:00.105) 0:00:06.412 *********** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Debug ansible_python_version] ******************************************** task path: /tmp/collections-BJZ/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/cleanup.yml:21 Friday 25 July 2025 21:31:26 -0400 (0:00:00.158) 0:00:06.570 *********** ok: [managed-node3] => { "ansible_python_version": "3.6.8" } TASK [Purge firewall configuration] ******************************************** task path: /tmp/collections-BJZ/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/cleanup.yml:25 Friday 25 July 2025 21:31:26 -0400 (0:00:00.119) 0:00:06.689 *********** TASK [fedora.linux_system_roles.firewall : Setup firewalld] ******************** task path: /tmp/collections-BJZ/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:2 Friday 25 July 2025 21:31:26 -0400 (0:00:00.407) 0:00:07.097 *********** included: /tmp/collections-BJZ/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml for managed-node3 TASK [fedora.linux_system_roles.firewall : Ensure ansible_facts used by role] *** task path: /tmp/collections-BJZ/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:2 Friday 25 July 2025 21:31:26 -0400 (0:00:00.093) 0:00:07.191 *********** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Check if system is ostree] ********** task path: /tmp/collections-BJZ/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:10 Friday 25 July 2025 21:31:26 -0400 (0:00:00.112) 0:00:07.304 *********** ok: [managed-node3] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.firewall : Set flag to indicate system is ostree] *** task path: /tmp/collections-BJZ/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:15 Friday 25 July 2025 21:31:27 -0400 (0:00:00.553) 0:00:07.857 *********** ok: [managed-node3] => { "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-BJZ/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:22 Friday 25 July 2025 21:31:27 -0400 (0:00:00.066) 0:00:07.923 *********** ok: [managed-node3] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.firewall : Set flag if transactional-update exists] *** task path: /tmp/collections-BJZ/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:27 Friday 25 July 2025 21:31:27 -0400 (0:00:00.419) 0:00:08.342 *********** ok: [managed-node3] => { "ansible_facts": { "__firewall_is_transactional": false }, "changed": false } TASK [fedora.linux_system_roles.firewall : Run systemctl] ********************** task path: /tmp/collections-BJZ/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:34 Friday 25 July 2025 21:31:28 -0400 (0:00:00.081) 0:00:08.424 *********** ok: [managed-node3] => { "changed": false, "cmd": [ "systemctl", "is-system-running" ], "delta": "0:00:00.007411", "end": "2025-07-25 21:31:28.432553", "failed_when_result": false, "rc": 0, "start": "2025-07-25 21:31:28.425142" } STDOUT: running TASK [fedora.linux_system_roles.firewall : Require installed systemd] ********** task path: /tmp/collections-BJZ/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:41 Friday 25 July 2025 21:31:28 -0400 (0:00:00.583) 0:00:09.008 *********** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Set flag to indicate that systemd runtime operations are available] *** task path: /tmp/collections-BJZ/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:46 Friday 25 July 2025 21:31:28 -0400 (0:00:00.146) 0:00:09.154 *********** ok: [managed-node3] => { "ansible_facts": { "__firewall_is_booted": true }, "changed": false } TASK [fedora.linux_system_roles.firewall : Install firewalld] ****************** task path: /tmp/collections-BJZ/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:51 Friday 25 July 2025 21:31:28 -0400 (0:00:00.095) 0:00:09.250 *********** ok: [managed-node3] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: firewalld TASK [fedora.linux_system_roles.firewall : Notify user that reboot is needed to apply changes] *** task path: /tmp/collections-BJZ/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:63 Friday 25 July 2025 21:31:31 -0400 (0:00:03.123) 0:00:12.374 *********** skipping: [managed-node3] => {} TASK [fedora.linux_system_roles.firewall : Reboot transactional update systems] *** task path: /tmp/collections-BJZ/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:68 Friday 25 July 2025 21:31:32 -0400 (0:00:00.072) 0:00:12.446 *********** skipping: [managed-node3] => { "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-BJZ/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:73 Friday 25 July 2025 21:31:32 -0400 (0:00:00.089) 0:00:12.536 *********** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Check which conflicting services are enabled] *** task path: /tmp/collections-BJZ/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:5 Friday 25 July 2025 21:31:32 -0400 (0:00:00.106) 0:00:12.643 *********** skipping: [managed-node3] => (item=nftables) => { "ansible_loop_var": "item", "changed": false, "item": "nftables", "skip_reason": "Conditional result was False" } skipping: [managed-node3] => (item=iptables) => { "ansible_loop_var": "item", "changed": false, "item": "iptables", "skip_reason": "Conditional result was False" } skipping: [managed-node3] => (item=ufw) => { "ansible_loop_var": "item", "changed": false, "item": "ufw", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Attempt to stop and disable conflicting services] *** task path: /tmp/collections-BJZ/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:14 Friday 25 July 2025 21:31:32 -0400 (0:00:00.086) 0:00:12.729 *********** skipping: [managed-node3] => (item={'changed': False, 'skipped': True, 'skip_reason': 'Conditional result was False', 'item': 'nftables', 'ansible_loop_var': 'item'}) => { "ansible_loop_var": "item", "changed": false, "item": { "ansible_loop_var": "item", "changed": false, "item": "nftables", "skip_reason": "Conditional result was False", "skipped": true }, "skip_reason": "Conditional result was False" } skipping: [managed-node3] => (item={'changed': False, 'skipped': True, 'skip_reason': 'Conditional result was False', 'item': 'iptables', 'ansible_loop_var': 'item'}) => { "ansible_loop_var": "item", "changed": false, "item": { "ansible_loop_var": "item", "changed": false, "item": "iptables", "skip_reason": "Conditional result was False", "skipped": true }, "skip_reason": "Conditional result was False" } skipping: [managed-node3] => (item={'changed': False, 'skipped': True, 'skip_reason': 'Conditional result was False', 'item': 'ufw', 'ansible_loop_var': 'item'}) => { "ansible_loop_var": "item", "changed": false, "item": { "ansible_loop_var": "item", "changed": false, "item": "ufw", "skip_reason": "Conditional result was False", "skipped": true }, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Unmask firewalld service] *********** task path: /tmp/collections-BJZ/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:24 Friday 25 July 2025 21:31:32 -0400 (0:00:00.097) 0:00:12.827 *********** ok: [managed-node3] => { "changed": false, "name": "firewalld", "status": { "ActiveEnterTimestamp": "Fri 2025-07-25 21:30:59 EDT", "ActiveEnterTimestampMonotonic": "282523760", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "system.slice basic.target dbus.service dbus.socket sysinit.target polkit.service", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Fri 2025-07-25 21:30:59 EDT", "AssertTimestampMonotonic": "282217663", "Before": "multi-user.target shutdown.target network-pre.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "BusName": "org.fedoraproject.FirewallD1", "CPUAccounting": "no", "CPUAffinity": "", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "yes", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Fri 2025-07-25 21:30:59 EDT", "ConditionTimestampMonotonic": "282217662", "ConfigurationDirectoryMode": "0755", "Conflicts": "nftables.service ebtables.service ipset.service iptables.service ip6tables.service shutdown.target", "ControlGroup": "/system.slice/firewalld.service", "ControlPID": "0", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "no", "Description": "firewalld - dynamic firewall daemon", "DevicePolicy": "auto", "Documentation": "man:firewalld(1)", "DynamicUser": "no", "EffectiveCPUs": "", "EffectiveMemoryNodes": "", "EnvironmentFiles": "/etc/sysconfig/firewalld (ignore_errors=yes)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "10203", "ExecMainStartTimestamp": "Fri 2025-07-25 21:30:59 EDT", "ExecMainStartTimestampMonotonic": "282219045", "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", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "IOWeight": "[not set]", "IPAccounting": "no", "IPEgressBytes": "18446744073709551615", "IPEgressPackets": "18446744073709551615", "IPIngressBytes": "18446744073709551615", "IPIngressPackets": "18446744073709551615", "Id": "firewalld.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestamp": "Fri 2025-07-25 21:30:59 EDT", "InactiveExitTimestampMonotonic": "282219079", "InvocationID": "c8a3a0020f33455aac5040e758c15b19", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "mixed", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "0", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "65536", "LimitMEMLOCKSoft": "65536", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "262144", "LimitNOFILESoft": "1024", "LimitNPROC": "28608", "LimitNPROCSoft": "28608", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "28608", "LimitSIGPENDINGSoft": "28608", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "10203", "MemoryAccounting": "yes", "MemoryCurrent": "43204608", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "MountFlags": "", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAMask": "", "NUMAPolicy": "n/a", "Names": "firewalld.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "Perpetual": "no", "PrivateDevices": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "system.slice dbus.socket sysinit.target", "Restart": "no", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "null", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "null", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestamp": "Fri 2025-07-25 21:30:59 EDT", "StateChangeTimestampMonotonic": "282523760", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SuccessAction": "none", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "3", "TasksMax": "45773", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "dbus", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "UtmpMode": "init", "WantedBy": "multi-user.target", "Wants": "network-pre.target", "WatchdogTimestamp": "Fri 2025-07-25 21:30:59 EDT", "WatchdogTimestampMonotonic": "282523757", "WatchdogUSec": "0" } } TASK [fedora.linux_system_roles.firewall : Enable and start firewalld service] *** task path: /tmp/collections-BJZ/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:30 Friday 25 July 2025 21:31:33 -0400 (0:00:00.715) 0:00:13.543 *********** ok: [managed-node3] => { "changed": false, "enabled": true, "name": "firewalld", "state": "started", "status": { "ActiveEnterTimestamp": "Fri 2025-07-25 21:30:59 EDT", "ActiveEnterTimestampMonotonic": "282523760", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "system.slice basic.target dbus.service dbus.socket sysinit.target polkit.service", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Fri 2025-07-25 21:30:59 EDT", "AssertTimestampMonotonic": "282217663", "Before": "multi-user.target shutdown.target network-pre.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "BusName": "org.fedoraproject.FirewallD1", "CPUAccounting": "no", "CPUAffinity": "", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "yes", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Fri 2025-07-25 21:30:59 EDT", "ConditionTimestampMonotonic": "282217662", "ConfigurationDirectoryMode": "0755", "Conflicts": "nftables.service ebtables.service ipset.service iptables.service ip6tables.service shutdown.target", "ControlGroup": "/system.slice/firewalld.service", "ControlPID": "0", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "no", "Description": "firewalld - dynamic firewall daemon", "DevicePolicy": "auto", "Documentation": "man:firewalld(1)", "DynamicUser": "no", "EffectiveCPUs": "", "EffectiveMemoryNodes": "", "EnvironmentFiles": "/etc/sysconfig/firewalld (ignore_errors=yes)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "10203", "ExecMainStartTimestamp": "Fri 2025-07-25 21:30:59 EDT", "ExecMainStartTimestampMonotonic": "282219045", "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", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "IOWeight": "[not set]", "IPAccounting": "no", "IPEgressBytes": "18446744073709551615", "IPEgressPackets": "18446744073709551615", "IPIngressBytes": "18446744073709551615", "IPIngressPackets": "18446744073709551615", "Id": "firewalld.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestamp": "Fri 2025-07-25 21:30:59 EDT", "InactiveExitTimestampMonotonic": "282219079", "InvocationID": "c8a3a0020f33455aac5040e758c15b19", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "mixed", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "0", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "65536", "LimitMEMLOCKSoft": "65536", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "262144", "LimitNOFILESoft": "1024", "LimitNPROC": "28608", "LimitNPROCSoft": "28608", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "28608", "LimitSIGPENDINGSoft": "28608", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "10203", "MemoryAccounting": "yes", "MemoryCurrent": "43204608", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "MountFlags": "", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAMask": "", "NUMAPolicy": "n/a", "Names": "firewalld.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "Perpetual": "no", "PrivateDevices": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "system.slice dbus.socket sysinit.target", "Restart": "no", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "null", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "null", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestamp": "Fri 2025-07-25 21:30:59 EDT", "StateChangeTimestampMonotonic": "282523760", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SuccessAction": "none", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "3", "TasksMax": "45773", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "dbus", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "UtmpMode": "init", "WantedBy": "multi-user.target", "Wants": "network-pre.target", "WatchdogTimestamp": "Fri 2025-07-25 21:30:59 EDT", "WatchdogTimestampMonotonic": "282523757", "WatchdogUSec": "0" } } TASK [fedora.linux_system_roles.firewall : Check if previous replaced is defined] *** task path: /tmp/collections-BJZ/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:36 Friday 25 July 2025 21:31:33 -0400 (0:00:00.564) 0:00:14.107 *********** ok: [managed-node3] => { "ansible_facts": { "__firewall_previous_replaced": true, "__firewall_python_cmd": "/usr/libexec/platform-python", "__firewall_report_changed": true }, "changed": false } TASK [fedora.linux_system_roles.firewall : Get config files, checksums before and remove] *** task path: /tmp/collections-BJZ/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:45 Friday 25 July 2025 21:31:33 -0400 (0:00:00.064) 0:00:14.172 *********** ok: [managed-node3] => { "changed": false, "rc": 0 } STDERR: Shared connection to 10.31.14.228 closed. TASK [fedora.linux_system_roles.firewall : Tell firewall module it is able to report changed] *** task path: /tmp/collections-BJZ/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:58 Friday 25 July 2025 21:31:34 -0400 (0:00:00.340) 0:00:14.512 *********** ok: [managed-node3] => { "ansible_facts": { "__firewall_report_changed": true }, "changed": false } TASK [fedora.linux_system_roles.firewall : Configure firewall] ***************** task path: /tmp/collections-BJZ/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:74 Friday 25 July 2025 21:31:34 -0400 (0:00:00.079) 0:00:14.591 *********** TASK [fedora.linux_system_roles.firewall : Gather firewall config information] *** task path: /tmp/collections-BJZ/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:126 Friday 25 July 2025 21:31:34 -0400 (0:00:00.068) 0:00:14.660 *********** TASK [fedora.linux_system_roles.firewall : Update firewalld_config fact] ******* task path: /tmp/collections-BJZ/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:137 Friday 25 July 2025 21:31:34 -0400 (0:00:00.062) 0:00:14.723 *********** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Gather firewall config if no arguments] *** task path: /tmp/collections-BJZ/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:146 Friday 25 July 2025 21:31:34 -0400 (0:00:00.064) 0:00:14.788 *********** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Update firewalld_config fact] ******* task path: /tmp/collections-BJZ/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:152 Friday 25 July 2025 21:31:34 -0400 (0:00:00.053) 0:00:14.841 *********** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Get config files, checksums after] *** task path: /tmp/collections-BJZ/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:161 Friday 25 July 2025 21:31:34 -0400 (0:00:00.050) 0:00:14.892 *********** ok: [managed-node3] => { "changed": false, "rc": 0 } STDERR: Shared connection to 10.31.14.228 closed. TASK [fedora.linux_system_roles.firewall : Calculate what has changed] ********* task path: /tmp/collections-BJZ/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:172 Friday 25 July 2025 21:31:34 -0400 (0:00:00.324) 0:00:15.216 *********** ok: [managed-node3] => { "ansible_facts": { "firewall_lib_result": { "changed": false } }, "changed": false } TASK [fedora.linux_system_roles.firewall : Show diffs] ************************* task path: /tmp/collections-BJZ/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:178 Friday 25 July 2025 21:31:34 -0400 (0:00:00.067) 0:00:15.283 *********** skipping: [managed-node3] => {} TASK [Purge selinux configuration] ********************************************* task path: /tmp/collections-BJZ/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/cleanup.yml:33 Friday 25 July 2025 21:31:34 -0400 (0:00:00.058) 0:00:15.342 *********** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Leave realm] ************************************************************* task path: /tmp/collections-BJZ/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/cleanup.yml:40 Friday 25 July 2025 21:31:34 -0400 (0:00:00.052) 0:00:15.394 *********** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Destroy Kerberos tickets] ************************************************ task path: /tmp/collections-BJZ/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/cleanup.yml:48 Friday 25 July 2025 21:31:35 -0400 (0:00:00.057) 0:00:15.451 *********** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Remove related packages] ************************************************* task path: /tmp/collections-BJZ/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/cleanup.yml:52 Friday 25 July 2025 21:31:35 -0400 (0:00:00.054) 0:00:15.505 *********** ok: [managed-node3] => { "changed": false, "rc": 0, "results": [ "mssql-server* is not installed", "mssql-tools* is not installed" ] } MSG: Nothing to do TASK [Remove related files] **************************************************** task path: /tmp/collections-BJZ/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/cleanup.yml:65 Friday 25 July 2025 21:31:45 -0400 (0:00:10.446) 0:00:25.952 *********** [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. ok: [managed-node3] => { "changed": false, "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/mssql-server.service.d /etc/systemd/system/multi-user.target.wants/mssql-server.service", "delta": "0:00:00.003512", "end": "2025-07-25 21:31:45.824698", "rc": 0, "start": "2025-07-25 21:31:45.821186" } TASK [Stop the mssql-server service] ******************************************* task path: /tmp/collections-BJZ/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/cleanup.yml:80 Friday 25 July 2025 21:31:45 -0400 (0:00:00.387) 0:00:26.340 *********** ok: [managed-node3] => { "changed": false, "cmd": "systemctl stop mssql-server || true", "delta": "0:00:00.008548", "end": "2025-07-25 21:31:46.234895", "rc": 0, "start": "2025-07-25 21:31:46.226347" } STDERR: Failed to stop mssql-server.service: Unit mssql-server.service not loaded. TASK [Get SELinux policy modules] ********************************************** task path: /tmp/collections-BJZ/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/cleanup.yml:85 Friday 25 July 2025 21:31:46 -0400 (0:00:00.385) 0:00:26.725 *********** ok: [managed-node3] => { "changed": false, "cmd": [ "semodule", "-l" ], "delta": "0:00:00.008008", "end": "2025-07-25 21:31:46.598541", "rc": 0, "start": "2025-07-25 21:31:46.590533" } STDOUT: abrt accountsd acct afs aiccu aide ajaxterm alsa amanda amtu anaconda antivirus apache apcupsd apm application arpwatch asterisk auditadm authconfig authlogin automount avahi awstats bacula base bcfg2 bind bitlbee blkmapd blueman bluetooth boinc boltd bootloader brctl brltty bugzilla bumblebee cachefilesd calamaris callweaver canna ccs cdrecord certmaster certmonger certwatch cfengine cgdcbxd cgroup chrome chronyd cinder cipe clock clogd cloudform cmirrord cobbler cockpit collectd colord comsat condor conman conntrackd consolekit couchdb courier cpucontrol cpufreqselector cpuplug cron ctdb cups cvs cyphesis cyrus daemontools dbadm dbskk dbus dcc ddclient denyhosts devicekit dhcp dictd dirsrv dirsrv-admin dmesg dmidecode dnsmasq dnssec dovecot drbd dspam entropyd exim fail2ban fcoe fetchmail finger firewalld firewallgui firstboot fprintd freeipmi freqset fstools ftp fwupd games gdomap geoclue getty git gitosis glance gnome gpg gpm gpsd gssproxy guest hddtemp hostapd hostname hsqldb hwloc hypervkvp ibacm icecast inetd init inn insights_client iodine iotop ipmievd ipsec iptables irc irqbalance iscsi isns jabber jetty jockey journalctl kdbus kdump kdumpgui keepalived kerberos keyboardd keystone kismet kmscon kpatch ksmtuned ktalk l2tp ldap libraries likewise linuxptp lircd livecd lldpad loadkeys locallogin lockdev logadm logging logrotate logwatch lpd lsm lttng-tools lvm mailman mailscanner man2html mandb mcelog mediawiki memcached milter minidlna minissdpd mip6d mirrormanager miscfiles mock modemmanager modutils mojomojo mon_statd mongodb motion mount mozilla mpd mplayer mrtg mta munin mysql mythtv naemon nagios namespace ncftool netlabel netutils networkmanager ninfod nis nova nscd nsd nslcd ntop ntp numad nut nx obex oddjob opafm openct opendnssec openfortivpn openhpid openshift openshift-origin opensm openvpn openvswitch openwsman oracleasm osad pads passenger pcmcia pcp pcscd pdns pegasus permissivedomains pesign pingd piranha pkcs pkcs11proxyd pki plymouthd podsleuth policykit polipo portmap portreserve postfix postgresql postgrey ppp prelink prelude privoxy procmail prosody psad ptchown publicfile pulseaudio puppet pwauth qmail qpid quantum quota rabbitmq radius radvd raid rasdaemon rdisc readahead realmd redis remotelogin restraint rhcs rhev rhgb rhnsd rhsmcertd rhts ricci rkhunter rkt rlogin rngd rolekit roundup rpc rpcbind rpm rrdcached rshd rssh rsync rtas rtkit rwho samba sambagui sandboxX sanlock sasl sbd sblim screen secadm sectoolm selinuxutil sendmail sensord setrans setroubleshoot seunshare sge shorewall slocate slpd smartmon smokeping smoltclient smsd snapper snmp snort sosreport soundserver spamassassin speech-dispatcher squid ssh sslh sssd staff stapserver stratisd stunnel su sudo svnserve swift sysadm sysadm_secadm sysnetwork sysstat systemd tangd targetd tcpd tcsd telepathy telnet tftp tgtd thin thumb timedatex tlp tmpreaper tomcat tor tuned tvtime udev ulogd uml unconfined unconfineduser unlabelednet unprivuser updfstab usbmodules usbmuxd userdomain userhelper usermanage usernetctl uucp uuidd varnishd vdagent vhostmd virt vlock vmtools vmware vnstatd vpn w3c watchdog wdmd webadm webalizer wine wireshark xen xguest xserver zabbix zarafa zebra zoneminder zosremote TASK [Ensure that semanage command is available] ******************************* task path: /tmp/collections-BJZ/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/cleanup.yml:91 Friday 25 July 2025 21:31:46 -0400 (0:00:00.368) 0:00:27.093 *********** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Hack around broken mssql SELinux profile and actually remove it] ********* task path: /tmp/collections-BJZ/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/cleanup.yml:99 Friday 25 July 2025 21:31:46 -0400 (0:00:00.052) 0:00:27.146 *********** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check for leftover mssql processes] ************************************** task path: /tmp/collections-BJZ/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/cleanup.yml:108 Friday 25 July 2025 21:31:46 -0400 (0:00:00.054) 0:00:27.201 *********** ok: [managed-node3] => { "changed": false, "cmd": [ "pgrep", "-au", "mssql" ], "delta": "0:00:00.004832", "end": "2025-07-25 21:31:47.070799", "failed_when_result": false, "rc": 2, "start": "2025-07-25 21:31:47.065967" } STDERR: pgrep: invalid user name: mssql MSG: non-zero return code TASK [Kill leftover mssql processes] ******************************************* task path: /tmp/collections-BJZ/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/cleanup.yml:115 Friday 25 July 2025 21:31:47 -0400 (0:00:00.395) 0:00:27.596 *********** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Remove system user] ****************************************************** task path: /tmp/collections-BJZ/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/cleanup.yml:120 Friday 25 July 2025 21:31:47 -0400 (0:00:00.053) 0:00:27.649 *********** ok: [managed-node3] => { "changed": false, "name": "mssql", "state": "absent" } META: ran handlers META: ran handlers PLAY RECAP ********************************************************************* managed-node3 : ok=33 changed=0 unreachable=0 failed=0 skipped=37 rescued=1 ignored=0 SYSTEM ROLES ERRORS BEGIN v1 [ { "ansible_version": "2.9.27", "end_time": "2025-07-26T01:31:23.309812+00:00Z", "host": "managed-node3", "message": [ "You must accept EULA by setting the following variables to true:", "mssql_accept_microsoft_odbc_driver_for_sql_server_eula", "mssql_accept_microsoft_cli_utilities_for_sql_server_eula", "mssql_accept_microsoft_sql_server_standard_eula" ], "start_time": "2025-07-26T01:31:23.215784+00:00Z", "task_name": "Verify that the user accepts EULA variables", "task_path": "/tmp/collections-BJZ/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:95" } ] SYSTEM ROLES ERRORS END v1 TASKS RECAP ******************************************************************** Friday 25 July 2025 21:31:47 -0400 (0:00:00.480) 0:00:28.130 *********** =============================================================================== Remove related packages ------------------------------------------------ 10.45s /tmp/collections-BJZ/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/cleanup.yml:52 fedora.linux_system_roles.firewall : Install firewalld ------------------ 3.12s /tmp/collections-BJZ/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:51 Gather package facts ---------------------------------------------------- 1.93s /tmp/collections-BJZ/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/cleanup.yml:3 Gathering Facts --------------------------------------------------------- 1.23s /tmp/collections-BJZ/ansible_collections/fedora/linux_system_roles/tests/mssql/tests_default_2019.yml:9 fedora.linux_system_roles.mssql : Run systemctl ------------------------- 0.84s /tmp/collections-BJZ/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/set_vars.yml:22 fedora.linux_system_roles.firewall : Unmask firewalld service ----------- 0.72s /tmp/collections-BJZ/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:24 fedora.linux_system_roles.firewall : Run systemctl ---------------------- 0.58s /tmp/collections-BJZ/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:34 fedora.linux_system_roles.firewall : Enable and start firewalld service --- 0.56s /tmp/collections-BJZ/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:30 fedora.linux_system_roles.firewall : Check if system is ostree ---------- 0.55s /tmp/collections-BJZ/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:10 Remove system user ------------------------------------------------------ 0.48s /tmp/collections-BJZ/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/cleanup.yml:120 Run the role with default parameters ------------------------------------ 0.46s /tmp/collections-BJZ/ansible_collections/fedora/linux_system_roles/tests/mssql/tests_default_2019.yml:16 fedora.linux_system_roles.firewall : Check if transactional-update exists in /sbin --- 0.42s /tmp/collections-BJZ/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:22 Purge firewall configuration -------------------------------------------- 0.41s /tmp/collections-BJZ/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/cleanup.yml:25 Check for leftover mssql processes -------------------------------------- 0.40s /tmp/collections-BJZ/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/cleanup.yml:108 Remove related files ---------------------------------------------------- 0.39s /tmp/collections-BJZ/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/cleanup.yml:65 Stop the mssql-server service ------------------------------------------- 0.39s /tmp/collections-BJZ/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/cleanup.yml:80 Get SELinux policy modules ---------------------------------------------- 0.37s /tmp/collections-BJZ/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/cleanup.yml:85 fedora.linux_system_roles.firewall : Get config files, checksums before and remove --- 0.34s /tmp/collections-BJZ/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:45 fedora.linux_system_roles.firewall : Get config files, checksums after --- 0.32s /tmp/collections-BJZ/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:161 Set role variables needed for cleanup ----------------------------------- 0.17s /tmp/collections-BJZ/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/cleanup.yml:7