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-U6l/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-U6l/ansible_collections/fedora/linux_system_roles/tests/mssql/tests_default_2019.yml:5 Tuesday 10 June 2025 07:52:09 -0400 (0:00:00.020) 0:00:00.020 ********** 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-Epg/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-U6l/ansible_collections/fedora/linux_system_roles/tests/mssql/tests_default_2019.yml:9 Tuesday 10 June 2025 07:52:09 -0400 (0:00:00.016) 0:00:00.037 ********** ok: [managed-node3] META: ran handlers TASK [Run the role with default parameters] ************************************ task path: /tmp/collections-U6l/ansible_collections/fedora/linux_system_roles/tests/mssql/tests_default_2019.yml:16 Tuesday 10 June 2025 07:52:10 -0400 (0:00:01.270) 0:00:01.307 ********** TASK [fedora.linux_system_roles.mssql : Ensure ansible_facts and variables used by role] *** task path: /tmp/collections-U6l/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:3 Tuesday 10 June 2025 07:52:11 -0400 (0:00:00.653) 0:00:01.960 ********** included: /tmp/collections-U6l/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-U6l/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/set_vars.yml:3 Tuesday 10 June 2025 07:52:11 -0400 (0:00:00.037) 0:00:01.998 ********** 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-U6l/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/set_vars.yml:8 Tuesday 10 June 2025 07:52:11 -0400 (0:00:00.054) 0:00:02.052 ********** 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-U6l/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-U6l/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-U6l/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 : Unset internal role facts] ************* task path: /tmp/collections-U6l/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:8 Tuesday 10 June 2025 07:52:11 -0400 (0:00:00.123) 0:00:02.175 ********** 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-U6l/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:16 Tuesday 10 June 2025 07:52:11 -0400 (0:00:00.030) 0:00:02.206 ********** skipping: [managed-node3] => {} TASK [fedora.linux_system_roles.mssql : Link the deprecated mssql_input_sql_file fact] *** task path: /tmp/collections-U6l/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:24 Tuesday 10 June 2025 07:52:11 -0400 (0:00:00.053) 0:00:02.260 ********** 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-U6l/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:31 Tuesday 10 June 2025 07:52:11 -0400 (0:00:00.071) 0:00:02.332 ********** skipping: [managed-node3] => {} TASK [fedora.linux_system_roles.mssql : Link the deprecated mssql_ha_listener_port fact] *** task path: /tmp/collections-U6l/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:38 Tuesday 10 June 2025 07:52:11 -0400 (0:00:00.078) 0:00:02.411 ********** 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-U6l/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:45 Tuesday 10 June 2025 07:52:11 -0400 (0:00:00.049) 0:00:02.460 ********** skipping: [managed-node3] => {} TASK [fedora.linux_system_roles.mssql : Link the deprecated mssql_ad_sql_user_name fact] *** task path: /tmp/collections-U6l/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:52 Tuesday 10 June 2025 07:52:12 -0400 (0:00:00.117) 0:00:02.577 ********** 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-U6l/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:59 Tuesday 10 June 2025 07:52:12 -0400 (0:00:00.071) 0:00:02.648 ********** skipping: [managed-node3] => {} TASK [fedora.linux_system_roles.mssql : Link the deprecated mssql_ha_cluster_run_role fact] *** task path: /tmp/collections-U6l/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:66 Tuesday 10 June 2025 07:52:12 -0400 (0:00:00.096) 0:00:02.745 ********** 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-U6l/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:75 Tuesday 10 June 2025 07:52:12 -0400 (0:00:00.049) 0:00:02.795 ********** skipping: [managed-node3] => {} TASK [fedora.linux_system_roles.mssql : Link the deprecated fact] ************** task path: /tmp/collections-U6l/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:84 Tuesday 10 June 2025 07:52:12 -0400 (0:00:00.127) 0:00:02.923 ********** 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-U6l/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:88 Tuesday 10 June 2025 07:52:12 -0400 (0:00:00.062) 0:00:02.986 ********** 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-U6l/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:95 Tuesday 10 June 2025 07:52:12 -0400 (0:00:00.067) 0:00:03.053 ********** 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-U6l/ansible_collections/fedora/linux_system_roles/tests/mssql/tests_default_2019.yml:25 Tuesday 10 June 2025 07:52:12 -0400 (0:00:00.071) 0:00:03.125 ********** ok: [managed-node3] => { "changed": false } MSG: All assertions passed TASK [Clean up after the role invocation] ************************************** task path: /tmp/collections-U6l/ansible_collections/fedora/linux_system_roles/tests/mssql/tests_default_2019.yml:30 Tuesday 10 June 2025 07:52:12 -0400 (0:00:00.051) 0:00:03.176 ********** included: /tmp/collections-U6l/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/cleanup.yml for managed-node3 TASK [Gather package facts] **************************************************** task path: /tmp/collections-U6l/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/cleanup.yml:2 Tuesday 10 June 2025 07:52:12 -0400 (0:00:00.039) 0:00:03.215 ********** 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-U6l/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/cleanup.yml:6 Tuesday 10 June 2025 07:52:14 -0400 (0:00:01.999) 0:00:05.215 ********** TASK [fedora.linux_system_roles.mssql : Ensure ansible_facts used by role] ***** task path: /tmp/collections-U6l/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/set_vars.yml:3 Tuesday 10 June 2025 07:52:14 -0400 (0:00:00.127) 0:00:05.343 ********** 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-U6l/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/set_vars.yml:8 Tuesday 10 June 2025 07:52:14 -0400 (0:00:00.087) 0:00:05.431 ********** 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-U6l/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-U6l/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-U6l/ansible_collections/fedora/linux_system_roles/roles/mssql/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } TASK [Purge cluster configuration] ********************************************* task path: /tmp/collections-U6l/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/cleanup.yml:12 Tuesday 10 June 2025 07:52:15 -0400 (0:00:00.157) 0:00:05.588 ********** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Debug ansible_python_version] ******************************************** task path: /tmp/collections-U6l/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/cleanup.yml:20 Tuesday 10 June 2025 07:52:15 -0400 (0:00:00.127) 0:00:05.715 ********** ok: [managed-node3] => { "ansible_python_version": "3.6.8" } TASK [Purge firewall configuration] ******************************************** task path: /tmp/collections-U6l/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/cleanup.yml:24 Tuesday 10 June 2025 07:52:15 -0400 (0:00:00.092) 0:00:05.807 ********** TASK [fedora.linux_system_roles.firewall : Setup firewalld] ******************** task path: /tmp/collections-U6l/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:2 Tuesday 10 June 2025 07:52:15 -0400 (0:00:00.260) 0:00:06.068 ********** included: /tmp/collections-U6l/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-U6l/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:2 Tuesday 10 June 2025 07:52:15 -0400 (0:00:00.124) 0:00:06.192 ********** 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-U6l/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:10 Tuesday 10 June 2025 07:52:15 -0400 (0:00:00.142) 0:00:06.334 ********** 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-U6l/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:15 Tuesday 10 June 2025 07:52:16 -0400 (0:00:00.934) 0:00:07.269 ********** 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-U6l/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:22 Tuesday 10 June 2025 07:52:16 -0400 (0:00:00.084) 0:00:07.354 ********** ok: [managed-node3] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.firewall : Set flag if transactional-update exists] *** task path: /tmp/collections-U6l/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:27 Tuesday 10 June 2025 07:52:17 -0400 (0:00:00.458) 0:00:07.812 ********** ok: [managed-node3] => { "ansible_facts": { "__firewall_is_transactional": false }, "changed": false } TASK [fedora.linux_system_roles.firewall : Run systemctl] ********************** task path: /tmp/collections-U6l/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:34 Tuesday 10 June 2025 07:52:17 -0400 (0:00:00.090) 0:00:07.902 ********** ok: [managed-node3] => { "changed": false, "cmd": [ "systemctl", "is-system-running" ], "delta": "0:00:00.007779", "end": "2025-06-10 07:52:17.862310", "failed_when_result": false, "rc": 0, "start": "2025-06-10 07:52:17.854531" } STDOUT: running TASK [fedora.linux_system_roles.firewall : Require installed systemd] ********** task path: /tmp/collections-U6l/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:41 Tuesday 10 June 2025 07:52:17 -0400 (0:00:00.615) 0:00:08.518 ********** 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-U6l/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:46 Tuesday 10 June 2025 07:52:17 -0400 (0:00:00.052) 0:00:08.571 ********** ok: [managed-node3] => { "ansible_facts": { "__firewall_is_booted": true }, "changed": false } TASK [fedora.linux_system_roles.firewall : Install firewalld] ****************** task path: /tmp/collections-U6l/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:51 Tuesday 10 June 2025 07:52:18 -0400 (0:00:00.053) 0:00:08.625 ********** ok: [managed-node3] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [fedora.linux_system_roles.firewall : Notify user that reboot is needed to apply changes] *** task path: /tmp/collections-U6l/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:63 Tuesday 10 June 2025 07:52:21 -0400 (0:00:03.307) 0:00:11.933 ********** skipping: [managed-node3] => {} TASK [fedora.linux_system_roles.firewall : Reboot transactional update systems] *** task path: /tmp/collections-U6l/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:68 Tuesday 10 June 2025 07:52:21 -0400 (0:00:00.094) 0:00:12.028 ********** 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-U6l/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:73 Tuesday 10 June 2025 07:52:21 -0400 (0:00:00.152) 0:00:12.180 ********** 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-U6l/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:5 Tuesday 10 June 2025 07:52:21 -0400 (0:00:00.089) 0:00:12.270 ********** 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-U6l/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:14 Tuesday 10 June 2025 07:52:21 -0400 (0:00:00.098) 0:00:12.369 ********** 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-U6l/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:24 Tuesday 10 June 2025 07:52:21 -0400 (0:00:00.081) 0:00:12.451 ********** ok: [managed-node3] => { "changed": false, "name": "firewalld", "status": { "ActiveEnterTimestamp": "Tue 2025-06-10 07:51:51 EDT", "ActiveEnterTimestampMonotonic": "318673751", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "polkit.service basic.target dbus.service dbus.socket system.slice sysinit.target", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Tue 2025-06-10 07:51:51 EDT", "AssertTimestampMonotonic": "318372429", "Before": "network-pre.target multi-user.target shutdown.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": "Tue 2025-06-10 07:51:51 EDT", "ConditionTimestampMonotonic": "318372428", "ConfigurationDirectoryMode": "0755", "Conflicts": "ip6tables.service shutdown.target ebtables.service iptables.service ipset.service nftables.service", "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": "10026", "ExecMainStartTimestamp": "Tue 2025-06-10 07:51:51 EDT", "ExecMainStartTimestampMonotonic": "318373747", "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": "Tue 2025-06-10 07:51:51 EDT", "InactiveExitTimestampMonotonic": "318373802", "InvocationID": "fe529a6741674b0cbe0a36a7f3c06a42", "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": "10026", "MemoryAccounting": "yes", "MemoryCurrent": "41132032", "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": "dbus.socket system.slice 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": "Tue 2025-06-10 07:51:51 EDT", "StateChangeTimestampMonotonic": "318673751", "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": "Tue 2025-06-10 07:51:51 EDT", "WatchdogTimestampMonotonic": "318673747", "WatchdogUSec": "0" } } TASK [fedora.linux_system_roles.firewall : Enable and start firewalld service] *** task path: /tmp/collections-U6l/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:30 Tuesday 10 June 2025 07:52:22 -0400 (0:00:00.857) 0:00:13.309 ********** ok: [managed-node3] => { "changed": false, "enabled": true, "name": "firewalld", "state": "started", "status": { "ActiveEnterTimestamp": "Tue 2025-06-10 07:51:51 EDT", "ActiveEnterTimestampMonotonic": "318673751", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "polkit.service basic.target dbus.service dbus.socket system.slice sysinit.target", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Tue 2025-06-10 07:51:51 EDT", "AssertTimestampMonotonic": "318372429", "Before": "network-pre.target multi-user.target shutdown.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": "Tue 2025-06-10 07:51:51 EDT", "ConditionTimestampMonotonic": "318372428", "ConfigurationDirectoryMode": "0755", "Conflicts": "ip6tables.service shutdown.target ebtables.service iptables.service ipset.service nftables.service", "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": "10026", "ExecMainStartTimestamp": "Tue 2025-06-10 07:51:51 EDT", "ExecMainStartTimestampMonotonic": "318373747", "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": "Tue 2025-06-10 07:51:51 EDT", "InactiveExitTimestampMonotonic": "318373802", "InvocationID": "fe529a6741674b0cbe0a36a7f3c06a42", "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": "10026", "MemoryAccounting": "yes", "MemoryCurrent": "41132032", "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": "dbus.socket system.slice 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": "Tue 2025-06-10 07:51:51 EDT", "StateChangeTimestampMonotonic": "318673751", "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": "Tue 2025-06-10 07:51:51 EDT", "WatchdogTimestampMonotonic": "318673747", "WatchdogUSec": "0" } } TASK [fedora.linux_system_roles.firewall : Check if previous replaced is defined] *** task path: /tmp/collections-U6l/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:36 Tuesday 10 June 2025 07:52:23 -0400 (0:00:00.520) 0:00:13.829 ********** 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-U6l/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:45 Tuesday 10 June 2025 07:52:23 -0400 (0:00:00.060) 0:00:13.889 ********** ok: [managed-node3] => { "changed": false, "rc": 0 } STDERR: Shared connection to 10.31.41.0 closed. TASK [fedora.linux_system_roles.firewall : Tell firewall module it is able to report changed] *** task path: /tmp/collections-U6l/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:58 Tuesday 10 June 2025 07:52:23 -0400 (0:00:00.320) 0:00:14.210 ********** ok: [managed-node3] => { "ansible_facts": { "__firewall_report_changed": true }, "changed": false } TASK [fedora.linux_system_roles.firewall : Configure firewall] ***************** task path: /tmp/collections-U6l/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:74 Tuesday 10 June 2025 07:52:23 -0400 (0:00:00.083) 0:00:14.294 ********** TASK [fedora.linux_system_roles.firewall : Gather firewall config information] *** task path: /tmp/collections-U6l/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:126 Tuesday 10 June 2025 07:52:23 -0400 (0:00:00.066) 0:00:14.360 ********** TASK [fedora.linux_system_roles.firewall : Update firewalld_config fact] ******* task path: /tmp/collections-U6l/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:137 Tuesday 10 June 2025 07:52:23 -0400 (0:00:00.060) 0:00:14.420 ********** 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-U6l/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:146 Tuesday 10 June 2025 07:52:23 -0400 (0:00:00.062) 0:00:14.483 ********** 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-U6l/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:152 Tuesday 10 June 2025 07:52:23 -0400 (0:00:00.056) 0:00:14.539 ********** 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-U6l/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:161 Tuesday 10 June 2025 07:52:24 -0400 (0:00:00.051) 0:00:14.591 ********** ok: [managed-node3] => { "changed": false, "rc": 0 } STDERR: Shared connection to 10.31.41.0 closed. TASK [fedora.linux_system_roles.firewall : Calculate what has changed] ********* task path: /tmp/collections-U6l/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:172 Tuesday 10 June 2025 07:52:24 -0400 (0:00:00.349) 0:00:14.941 ********** ok: [managed-node3] => { "ansible_facts": { "firewall_lib_result": { "changed": false } }, "changed": false } TASK [fedora.linux_system_roles.firewall : Show diffs] ************************* task path: /tmp/collections-U6l/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:178 Tuesday 10 June 2025 07:52:24 -0400 (0:00:00.066) 0:00:15.007 ********** skipping: [managed-node3] => {} TASK [Purge selinux configuration] ********************************************* task path: /tmp/collections-U6l/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/cleanup.yml:32 Tuesday 10 June 2025 07:52:24 -0400 (0:00:00.056) 0:00:15.064 ********** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Leave realm] ************************************************************* task path: /tmp/collections-U6l/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/cleanup.yml:39 Tuesday 10 June 2025 07:52:24 -0400 (0:00:00.051) 0:00:15.115 ********** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Destroy Kerberos tickets] ************************************************ task path: /tmp/collections-U6l/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/cleanup.yml:47 Tuesday 10 June 2025 07:52:24 -0400 (0:00:00.054) 0:00:15.169 ********** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Remove related packages] ************************************************* task path: /tmp/collections-U6l/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/cleanup.yml:51 Tuesday 10 June 2025 07:52:24 -0400 (0:00:00.067) 0:00:15.237 ********** 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-U6l/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/cleanup.yml:64 Tuesday 10 June 2025 07:52:35 -0400 (0:00:10.480) 0:00:25.718 ********** [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.003442", "end": "2025-06-10 07:52:35.449086", "rc": 0, "start": "2025-06-10 07:52:35.445644" } TASK [Stop the mssql-server service] ******************************************* task path: /tmp/collections-U6l/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/cleanup.yml:79 Tuesday 10 June 2025 07:52:35 -0400 (0:00:00.399) 0:00:26.117 ********** ok: [managed-node3] => { "changed": false, "cmd": "systemctl stop mssql-server || true", "delta": "0:00:00.009377", "end": "2025-06-10 07:52:35.852543", "rc": 0, "start": "2025-06-10 07:52:35.843166" } STDERR: Failed to stop mssql-server.service: Unit mssql-server.service not loaded. TASK [Get SELinux policy modules] ********************************************** task path: /tmp/collections-U6l/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/cleanup.yml:83 Tuesday 10 June 2025 07:52:35 -0400 (0:00:00.391) 0:00:26.509 ********** ok: [managed-node3] => { "changed": false, "cmd": [ "semodule", "-l" ], "delta": "0:00:00.007117", "end": "2025-06-10 07:52:36.223440", "rc": 0, "start": "2025-06-10 07:52:36.216323" } 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-U6l/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/cleanup.yml:89 Tuesday 10 June 2025 07:52:36 -0400 (0:00:00.361) 0:00:26.871 ********** 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-U6l/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/cleanup.yml:97 Tuesday 10 June 2025 07:52:36 -0400 (0:00:00.077) 0:00:26.949 ********** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check for leftover mssql processes] ************************************** task path: /tmp/collections-U6l/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/cleanup.yml:106 Tuesday 10 June 2025 07:52:36 -0400 (0:00:00.051) 0:00:27.000 ********** ok: [managed-node3] => { "changed": false, "cmd": [ "pgrep", "-au", "mssql" ], "delta": "0:00:00.004997", "end": "2025-06-10 07:52:36.720471", "failed_when_result": false, "rc": 2, "start": "2025-06-10 07:52:36.715474" } STDERR: pgrep: invalid user name: mssql MSG: non-zero return code TASK [Kill leftover mssql processes] ******************************************* task path: /tmp/collections-U6l/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/cleanup.yml:113 Tuesday 10 June 2025 07:52:36 -0400 (0:00:00.386) 0:00:27.387 ********** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Remove system user] ****************************************************** task path: /tmp/collections-U6l/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/cleanup.yml:118 Tuesday 10 June 2025 07:52:36 -0400 (0:00:00.052) 0:00:27.440 ********** ok: [managed-node3] => { "changed": false, "name": "mssql", "state": "absent" } META: ran handlers META: ran handlers PLAY RECAP ********************************************************************* managed-node3 : ok=31 changed=0 unreachable=0 failed=0 skipped=33 rescued=1 ignored=0 SYSTEM ROLES ERRORS BEGIN v1 [ { "ansible_version": "2.9.27", "end_time": "2025-06-10T11:52:12.542951+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-06-10T11:52:12.477444+00:00Z", "task_name": "Verify that the user accepts EULA variables", "task_path": "/tmp/collections-U6l/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:95" } ] SYSTEM ROLES ERRORS END v1 TASKS RECAP ******************************************************************** Tuesday 10 June 2025 07:52:37 -0400 (0:00:00.526) 0:00:27.966 ********** =============================================================================== Remove related packages ------------------------------------------------ 10.48s /tmp/collections-U6l/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/cleanup.yml:51 fedora.linux_system_roles.firewall : Install firewalld ------------------ 3.31s /tmp/collections-U6l/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:51 Gather package facts ---------------------------------------------------- 2.00s /tmp/collections-U6l/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/cleanup.yml:2 Gathering Facts --------------------------------------------------------- 1.27s /tmp/collections-U6l/ansible_collections/fedora/linux_system_roles/tests/mssql/tests_default_2019.yml:9 fedora.linux_system_roles.firewall : Check if system is ostree ---------- 0.93s /tmp/collections-U6l/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:10 fedora.linux_system_roles.firewall : Unmask firewalld service ----------- 0.86s /tmp/collections-U6l/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:24 Run the role with default parameters ------------------------------------ 0.65s /tmp/collections-U6l/ansible_collections/fedora/linux_system_roles/tests/mssql/tests_default_2019.yml:16 fedora.linux_system_roles.firewall : Run systemctl ---------------------- 0.62s /tmp/collections-U6l/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:34 Remove system user ------------------------------------------------------ 0.53s /tmp/collections-U6l/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/cleanup.yml:118 fedora.linux_system_roles.firewall : Enable and start firewalld service --- 0.52s /tmp/collections-U6l/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:30 fedora.linux_system_roles.firewall : Check if transactional-update exists in /sbin --- 0.46s /tmp/collections-U6l/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:22 Remove related files ---------------------------------------------------- 0.40s /tmp/collections-U6l/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/cleanup.yml:64 Stop the mssql-server service ------------------------------------------- 0.39s /tmp/collections-U6l/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/cleanup.yml:79 Check for leftover mssql processes -------------------------------------- 0.39s /tmp/collections-U6l/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/cleanup.yml:106 Get SELinux policy modules ---------------------------------------------- 0.36s /tmp/collections-U6l/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/cleanup.yml:83 fedora.linux_system_roles.firewall : Get config files, checksums after --- 0.35s /tmp/collections-U6l/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:161 fedora.linux_system_roles.firewall : Get config files, checksums before and remove --- 0.32s /tmp/collections-U6l/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:45 Purge firewall configuration -------------------------------------------- 0.26s /tmp/collections-U6l/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/cleanup.yml:24 fedora.linux_system_roles.mssql : Set platform/version specific variables --- 0.16s /tmp/collections-U6l/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/set_vars.yml:8 fedora.linux_system_roles.firewall : Reboot transactional update systems --- 0.15s /tmp/collections-U6l/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:68