ansible-playbook 2.9.27
  config file = /etc/ansible/ansible.cfg
  configured module search path = [u'/root/.ansible/plugins/modules', u'/usr/share/ansible/plugins/modules']
  ansible python module location = /usr/lib/python2.7/site-packages/ansible
  executable location = /usr/bin/ansible-playbook
  python version = 2.7.5 (default, Nov 14 2023, 16:14:06) [GCC 4.8.5 20150623 (Red Hat 4.8.5-44)]
Using /etc/ansible/ansible.cfg as config file
[WARNING]: running playbook inside collection fedora.linux_system_roles
Skipping callback 'actionable', as we already have a stdout callback.
Skipping callback 'counter_enabled', as we already have a stdout callback.
Skipping callback 'debug', as we already have a stdout callback.
Skipping callback 'dense', as we already have a stdout callback.
Skipping callback 'dense', as we already have a stdout callback.
Skipping callback 'full_skip', as we already have a stdout callback.
Skipping callback 'json', as we already have a stdout callback.
Skipping callback 'minimal', as we already have a stdout callback.
Skipping callback 'null', as we already have a stdout callback.
Skipping callback 'oneline', as we already have a stdout callback.
Skipping callback 'selective', as we already have a stdout callback.
Skipping callback 'skippy', as we already have a stdout callback.
Skipping callback 'stderr', as we already have a stdout callback.
Skipping callback 'unixy', as we already have a stdout callback.
Skipping callback 'yaml', as we already have a stdout callback.

PLAYBOOK: tests_ipsets.yml *****************************************************
1 plays in /tmp/collections-Tsf/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_ipsets.yml

PLAY [Test firewall user defined ipsets] ***************************************

TASK [Gathering Facts] *********************************************************
task path: /tmp/collections-Tsf/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_ipsets.yml:2
Tuesday 29 April 2025  12:55:50 -0400 (0:00:00.036)       0:00:00.036 ********* 
ok: [managed-node2]
META: ran handlers

TASK [Start from clean slate] **************************************************
task path: /tmp/collections-Tsf/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_ipsets.yml:11
Tuesday 29 April 2025  12:55:51 -0400 (0:00:01.055)       0:00:01.092 ********* 

TASK [fedora.linux_system_roles.firewall : Setup firewalld] ********************
task path: /tmp/collections-Tsf/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:2
Tuesday 29 April 2025  12:55:51 -0400 (0:00:00.116)       0:00:01.208 ********* 
included: /tmp/collections-Tsf/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml for managed-node2

TASK [fedora.linux_system_roles.firewall : Ensure ansible_facts used by role] ***
task path: /tmp/collections-Tsf/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:2
Tuesday 29 April 2025  12:55:51 -0400 (0:00:00.041)       0:00:01.250 ********* 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Check if system is ostree] **********
task path: /tmp/collections-Tsf/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:10
Tuesday 29 April 2025  12:55:51 -0400 (0:00:00.058)       0:00:01.308 ********* 
ok: [managed-node2] => {
    "changed": false, 
    "stat": {
        "exists": false
    }
}

TASK [fedora.linux_system_roles.firewall : Set flag to indicate system is ostree] ***
task path: /tmp/collections-Tsf/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:15
Tuesday 29 April 2025  12:55:51 -0400 (0:00:00.524)       0:00:01.832 ********* 
ok: [managed-node2] => {
    "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-Tsf/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:22
Tuesday 29 April 2025  12:55:51 -0400 (0:00:00.044)       0:00:01.877 ********* 
ok: [managed-node2] => {
    "changed": false, 
    "stat": {
        "exists": false
    }
}

TASK [fedora.linux_system_roles.firewall : Set flag if transactional-update exists] ***
task path: /tmp/collections-Tsf/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:27
Tuesday 29 April 2025  12:55:52 -0400 (0:00:00.306)       0:00:02.183 ********* 
ok: [managed-node2] => {
    "ansible_facts": {
        "__firewall_is_transactional": false
    }, 
    "changed": false
}

TASK [fedora.linux_system_roles.firewall : Install firewalld] ******************
task path: /tmp/collections-Tsf/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:31
Tuesday 29 April 2025  12:55:52 -0400 (0:00:00.084)       0:00:02.268 ********* 
ok: [managed-node2] => {
    "changed": false, 
    "rc": 0, 
    "results": [
        "firewalld-0.6.3-13.el7_9.noarch providing firewalld is already installed"
    ]
}

TASK [fedora.linux_system_roles.firewall : Notify user that reboot is needed to apply changes] ***
task path: /tmp/collections-Tsf/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:43
Tuesday 29 April 2025  12:55:53 -0400 (0:00:00.854)       0:00:03.123 ********* 
skipping: [managed-node2] => {}

TASK [fedora.linux_system_roles.firewall : Reboot transactional update systems] ***
task path: /tmp/collections-Tsf/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:48
Tuesday 29 April 2025  12:55:53 -0400 (0:00:00.041)       0:00:03.164 ********* 
skipping: [managed-node2] => {
    "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-Tsf/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:53
Tuesday 29 April 2025  12:55:53 -0400 (0:00:00.044)       0:00:03.208 ********* 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Collect service facts] **************
task path: /tmp/collections-Tsf/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:5
Tuesday 29 April 2025  12:55:53 -0400 (0:00:00.056)       0:00:03.265 ********* 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Attempt to stop and disable conflicting services] ***
task path: /tmp/collections-Tsf/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:9
Tuesday 29 April 2025  12:55:53 -0400 (0:00:00.059)       0:00:03.325 ********* 
skipping: [managed-node2] => (item=nftables)  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": "nftables", 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node2] => (item=iptables)  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": "iptables", 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node2] => (item=ufw)  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": "ufw", 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Unmask firewalld service] ***********
task path: /tmp/collections-Tsf/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:22
Tuesday 29 April 2025  12:55:53 -0400 (0:00:00.078)       0:00:03.403 ********* 
ok: [managed-node2] => {
    "changed": false, 
    "name": "firewalld", 
    "status": {
        "ActiveEnterTimestamp": "Tue 2025-04-29 12:54:55 EDT", 
        "ActiveEnterTimestampMonotonic": "243805559", 
        "ActiveExitTimestampMonotonic": "0", 
        "ActiveState": "active", 
        "After": "dbus.service polkit.service basic.target system.slice", 
        "AllowIsolate": "no", 
        "AmbientCapabilities": "0", 
        "AssertResult": "yes", 
        "AssertTimestamp": "Tue 2025-04-29 12:54:55 EDT", 
        "AssertTimestampMonotonic": "243556550", 
        "Before": "shutdown.target multi-user.target network-pre.target", 
        "BlockIOAccounting": "no", 
        "BlockIOWeight": "18446744073709551615", 
        "BusName": "org.fedoraproject.FirewallD1", 
        "CPUAccounting": "no", 
        "CPUQuotaPerSecUSec": "infinity", 
        "CPUSchedulingPolicy": "0", 
        "CPUSchedulingPriority": "0", 
        "CPUSchedulingResetOnFork": "no", 
        "CPUShares": "18446744073709551615", 
        "CanIsolate": "no", 
        "CanReload": "yes", 
        "CanStart": "yes", 
        "CanStop": "yes", 
        "CapabilityBoundingSet": "18446744073709551615", 
        "CollectMode": "inactive", 
        "ConditionResult": "yes", 
        "ConditionTimestamp": "Tue 2025-04-29 12:54:55 EDT", 
        "ConditionTimestampMonotonic": "243556548", 
        "Conflicts": "iptables.service shutdown.target ipset.service ip6tables.service ebtables.service", 
        "ControlGroup": "/system.slice/firewalld.service", 
        "ControlPID": "0", 
        "DefaultDependencies": "yes", 
        "Delegate": "no", 
        "Description": "firewalld - dynamic firewall daemon", 
        "DevicePolicy": "auto", 
        "Documentation": "man:firewalld(1)", 
        "EnvironmentFile": "/etc/sysconfig/firewalld (ignore_errors=yes)", 
        "ExecMainCode": "0", 
        "ExecMainExitTimestampMonotonic": "0", 
        "ExecMainPID": "9545", 
        "ExecMainStartTimestamp": "Tue 2025-04-29 12:54:55 EDT", 
        "ExecMainStartTimestampMonotonic": "243557607", 
        "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=[Tue 2025-04-29 12:54:55 EDT] ; stop_time=[n/a] ; pid=9545 ; code=(null) ; status=0/0 }", 
        "FailureAction": "none", 
        "FileDescriptorStoreMax": "0", 
        "FragmentPath": "/usr/lib/systemd/system/firewalld.service", 
        "GuessMainPID": "yes", 
        "IOScheduling": "0", 
        "Id": "firewalld.service", 
        "IgnoreOnIsolate": "no", 
        "IgnoreOnSnapshot": "no", 
        "IgnoreSIGPIPE": "yes", 
        "InactiveEnterTimestampMonotonic": "0", 
        "InactiveExitTimestamp": "Tue 2025-04-29 12:54:55 EDT", 
        "InactiveExitTimestampMonotonic": "243557638", 
        "JobTimeoutAction": "none", 
        "JobTimeoutUSec": "0", 
        "KillMode": "mixed", 
        "KillSignal": "15", 
        "LimitAS": "18446744073709551615", 
        "LimitCORE": "18446744073709551615", 
        "LimitCPU": "18446744073709551615", 
        "LimitDATA": "18446744073709551615", 
        "LimitFSIZE": "18446744073709551615", 
        "LimitLOCKS": "18446744073709551615", 
        "LimitMEMLOCK": "65536", 
        "LimitMSGQUEUE": "819200", 
        "LimitNICE": "0", 
        "LimitNOFILE": "4096", 
        "LimitNPROC": "14311", 
        "LimitRSS": "18446744073709551615", 
        "LimitRTPRIO": "0", 
        "LimitRTTIME": "18446744073709551615", 
        "LimitSIGPENDING": "14311", 
        "LimitSTACK": "18446744073709551615", 
        "LoadState": "loaded", 
        "MainPID": "9545", 
        "MemoryAccounting": "no", 
        "MemoryCurrent": "18446744073709551615", 
        "MemoryLimit": "18446744073709551615", 
        "MountFlags": "0", 
        "Names": "firewalld.service", 
        "NeedDaemonReload": "no", 
        "Nice": "0", 
        "NoNewPrivileges": "no", 
        "NonBlocking": "no", 
        "NotifyAccess": "none", 
        "OOMScoreAdjust": "0", 
        "OnFailureJobMode": "replace", 
        "PermissionsStartOnly": "no", 
        "PrivateDevices": "no", 
        "PrivateNetwork": "no", 
        "PrivateTmp": "no", 
        "ProtectHome": "no", 
        "ProtectSystem": "no", 
        "RefuseManualStart": "no", 
        "RefuseManualStop": "no", 
        "RemainAfterExit": "no", 
        "Requires": "basic.target system.slice", 
        "Restart": "no", 
        "RestartUSec": "100ms", 
        "Result": "success", 
        "RootDirectoryStartOnly": "no", 
        "RuntimeDirectoryMode": "0755", 
        "SameProcessGroup": "no", 
        "SecureBits": "0", 
        "SendSIGHUP": "no", 
        "SendSIGKILL": "yes", 
        "Slice": "system.slice", 
        "StandardError": "null", 
        "StandardInput": "null", 
        "StandardOutput": "null", 
        "StartLimitAction": "none", 
        "StartLimitBurst": "5", 
        "StartLimitInterval": "10000000", 
        "StartupBlockIOWeight": "18446744073709551615", 
        "StartupCPUShares": "18446744073709551615", 
        "StatusErrno": "0", 
        "StopWhenUnneeded": "no", 
        "SubState": "running", 
        "SyslogLevelPrefix": "yes", 
        "SyslogPriority": "30", 
        "SystemCallErrorNumber": "0", 
        "TTYReset": "no", 
        "TTYVHangup": "no", 
        "TTYVTDisallocate": "no", 
        "TasksAccounting": "no", 
        "TasksCurrent": "18446744073709551615", 
        "TasksMax": "18446744073709551615", 
        "TimeoutStartUSec": "1min 30s", 
        "TimeoutStopUSec": "1min 30s", 
        "TimerSlackNSec": "50000", 
        "Transient": "no", 
        "Type": "dbus", 
        "UMask": "0022", 
        "UnitFilePreset": "enabled", 
        "UnitFileState": "enabled", 
        "WantedBy": "multi-user.target", 
        "Wants": "network-pre.target", 
        "WatchdogTimestamp": "Tue 2025-04-29 12:54:55 EDT", 
        "WatchdogTimestampMonotonic": "243805483", 
        "WatchdogUSec": "0"
    }
}

TASK [fedora.linux_system_roles.firewall : Enable and start firewalld service] ***
task path: /tmp/collections-Tsf/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:28
Tuesday 29 April 2025  12:55:54 -0400 (0:00:00.784)       0:00:04.188 ********* 
ok: [managed-node2] => {
    "changed": false, 
    "enabled": true, 
    "name": "firewalld", 
    "state": "started", 
    "status": {
        "ActiveEnterTimestamp": "Tue 2025-04-29 12:54:55 EDT", 
        "ActiveEnterTimestampMonotonic": "243805559", 
        "ActiveExitTimestampMonotonic": "0", 
        "ActiveState": "active", 
        "After": "dbus.service polkit.service basic.target system.slice", 
        "AllowIsolate": "no", 
        "AmbientCapabilities": "0", 
        "AssertResult": "yes", 
        "AssertTimestamp": "Tue 2025-04-29 12:54:55 EDT", 
        "AssertTimestampMonotonic": "243556550", 
        "Before": "shutdown.target multi-user.target network-pre.target", 
        "BlockIOAccounting": "no", 
        "BlockIOWeight": "18446744073709551615", 
        "BusName": "org.fedoraproject.FirewallD1", 
        "CPUAccounting": "no", 
        "CPUQuotaPerSecUSec": "infinity", 
        "CPUSchedulingPolicy": "0", 
        "CPUSchedulingPriority": "0", 
        "CPUSchedulingResetOnFork": "no", 
        "CPUShares": "18446744073709551615", 
        "CanIsolate": "no", 
        "CanReload": "yes", 
        "CanStart": "yes", 
        "CanStop": "yes", 
        "CapabilityBoundingSet": "18446744073709551615", 
        "CollectMode": "inactive", 
        "ConditionResult": "yes", 
        "ConditionTimestamp": "Tue 2025-04-29 12:54:55 EDT", 
        "ConditionTimestampMonotonic": "243556548", 
        "Conflicts": "iptables.service shutdown.target ipset.service ip6tables.service ebtables.service", 
        "ControlGroup": "/system.slice/firewalld.service", 
        "ControlPID": "0", 
        "DefaultDependencies": "yes", 
        "Delegate": "no", 
        "Description": "firewalld - dynamic firewall daemon", 
        "DevicePolicy": "auto", 
        "Documentation": "man:firewalld(1)", 
        "EnvironmentFile": "/etc/sysconfig/firewalld (ignore_errors=yes)", 
        "ExecMainCode": "0", 
        "ExecMainExitTimestampMonotonic": "0", 
        "ExecMainPID": "9545", 
        "ExecMainStartTimestamp": "Tue 2025-04-29 12:54:55 EDT", 
        "ExecMainStartTimestampMonotonic": "243557607", 
        "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=[Tue 2025-04-29 12:54:55 EDT] ; stop_time=[n/a] ; pid=9545 ; code=(null) ; status=0/0 }", 
        "FailureAction": "none", 
        "FileDescriptorStoreMax": "0", 
        "FragmentPath": "/usr/lib/systemd/system/firewalld.service", 
        "GuessMainPID": "yes", 
        "IOScheduling": "0", 
        "Id": "firewalld.service", 
        "IgnoreOnIsolate": "no", 
        "IgnoreOnSnapshot": "no", 
        "IgnoreSIGPIPE": "yes", 
        "InactiveEnterTimestampMonotonic": "0", 
        "InactiveExitTimestamp": "Tue 2025-04-29 12:54:55 EDT", 
        "InactiveExitTimestampMonotonic": "243557638", 
        "JobTimeoutAction": "none", 
        "JobTimeoutUSec": "0", 
        "KillMode": "mixed", 
        "KillSignal": "15", 
        "LimitAS": "18446744073709551615", 
        "LimitCORE": "18446744073709551615", 
        "LimitCPU": "18446744073709551615", 
        "LimitDATA": "18446744073709551615", 
        "LimitFSIZE": "18446744073709551615", 
        "LimitLOCKS": "18446744073709551615", 
        "LimitMEMLOCK": "65536", 
        "LimitMSGQUEUE": "819200", 
        "LimitNICE": "0", 
        "LimitNOFILE": "4096", 
        "LimitNPROC": "14311", 
        "LimitRSS": "18446744073709551615", 
        "LimitRTPRIO": "0", 
        "LimitRTTIME": "18446744073709551615", 
        "LimitSIGPENDING": "14311", 
        "LimitSTACK": "18446744073709551615", 
        "LoadState": "loaded", 
        "MainPID": "9545", 
        "MemoryAccounting": "no", 
        "MemoryCurrent": "18446744073709551615", 
        "MemoryLimit": "18446744073709551615", 
        "MountFlags": "0", 
        "Names": "firewalld.service", 
        "NeedDaemonReload": "no", 
        "Nice": "0", 
        "NoNewPrivileges": "no", 
        "NonBlocking": "no", 
        "NotifyAccess": "none", 
        "OOMScoreAdjust": "0", 
        "OnFailureJobMode": "replace", 
        "PermissionsStartOnly": "no", 
        "PrivateDevices": "no", 
        "PrivateNetwork": "no", 
        "PrivateTmp": "no", 
        "ProtectHome": "no", 
        "ProtectSystem": "no", 
        "RefuseManualStart": "no", 
        "RefuseManualStop": "no", 
        "RemainAfterExit": "no", 
        "Requires": "basic.target system.slice", 
        "Restart": "no", 
        "RestartUSec": "100ms", 
        "Result": "success", 
        "RootDirectoryStartOnly": "no", 
        "RuntimeDirectoryMode": "0755", 
        "SameProcessGroup": "no", 
        "SecureBits": "0", 
        "SendSIGHUP": "no", 
        "SendSIGKILL": "yes", 
        "Slice": "system.slice", 
        "StandardError": "null", 
        "StandardInput": "null", 
        "StandardOutput": "null", 
        "StartLimitAction": "none", 
        "StartLimitBurst": "5", 
        "StartLimitInterval": "10000000", 
        "StartupBlockIOWeight": "18446744073709551615", 
        "StartupCPUShares": "18446744073709551615", 
        "StatusErrno": "0", 
        "StopWhenUnneeded": "no", 
        "SubState": "running", 
        "SyslogLevelPrefix": "yes", 
        "SyslogPriority": "30", 
        "SystemCallErrorNumber": "0", 
        "TTYReset": "no", 
        "TTYVHangup": "no", 
        "TTYVTDisallocate": "no", 
        "TasksAccounting": "no", 
        "TasksCurrent": "18446744073709551615", 
        "TasksMax": "18446744073709551615", 
        "TimeoutStartUSec": "1min 30s", 
        "TimeoutStopUSec": "1min 30s", 
        "TimerSlackNSec": "50000", 
        "Transient": "no", 
        "Type": "dbus", 
        "UMask": "0022", 
        "UnitFilePreset": "enabled", 
        "UnitFileState": "enabled", 
        "WantedBy": "multi-user.target", 
        "Wants": "network-pre.target", 
        "WatchdogTimestamp": "Tue 2025-04-29 12:54:55 EDT", 
        "WatchdogTimestampMonotonic": "243805483", 
        "WatchdogUSec": "0"
    }
}

TASK [fedora.linux_system_roles.firewall : Check if previous replaced is defined] ***
task path: /tmp/collections-Tsf/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:34
Tuesday 29 April 2025  12:55:54 -0400 (0:00:00.445)       0:00:04.633 ********* 
ok: [managed-node2] => {
    "ansible_facts": {
        "__firewall_previous_replaced": true, 
        "__firewall_python_cmd": "/usr/bin/python", 
        "__firewall_report_changed": true
    }, 
    "changed": false
}

TASK [fedora.linux_system_roles.firewall : Get config files, checksums before and remove] ***
task path: /tmp/collections-Tsf/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:43
Tuesday 29 April 2025  12:55:54 -0400 (0:00:00.083)       0:00:04.717 ********* 
ok: [managed-node2] => {
    "changed": false, 
    "rc": 0
}

STDOUT:

4baa9218a023fc374a6d44f36e4d903f1704a4c6ea197ebbbf907d5d346c9855 /etc/firewalld/services/custom.xml
3abce906e7451e7074ff1eb735c807e5b34c2de18d11ebfabd40ba30c738b192 /etc/firewalld/zones/public.xml
65a9e4a0653b58f6808edcf6d432f6676485af237e73cb7adaabab4df3fac7bc /etc/firewalld/firewalld.conf



STDERR:

Shared connection to 10.31.41.183 closed.


TASK [fedora.linux_system_roles.firewall : Tell firewall module it is able to report changed] ***
task path: /tmp/collections-Tsf/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:55
Tuesday 29 April 2025  12:55:55 -0400 (0:00:00.854)       0:00:05.572 ********* 
ok: [managed-node2] => {
    "ansible_facts": {
        "__firewall_report_changed": false
    }, 
    "changed": false
}

TASK [fedora.linux_system_roles.firewall : Configure firewall] *****************
task path: /tmp/collections-Tsf/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:71
Tuesday 29 April 2025  12:55:55 -0400 (0:00:00.053)       0:00:05.625 ********* 

TASK [fedora.linux_system_roles.firewall : Gather firewall config information] ***
task path: /tmp/collections-Tsf/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:121
Tuesday 29 April 2025  12:55:55 -0400 (0:00:00.042)       0:00:05.667 ********* 

TASK [fedora.linux_system_roles.firewall : Update firewalld_config fact] *******
task path: /tmp/collections-Tsf/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:131
Tuesday 29 April 2025  12:55:55 -0400 (0:00:00.045)       0:00:05.713 ********* 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Gather firewall config if no arguments] ***
task path: /tmp/collections-Tsf/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:140
Tuesday 29 April 2025  12:55:55 -0400 (0:00:00.053)       0:00:05.766 ********* 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Update firewalld_config fact] *******
task path: /tmp/collections-Tsf/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:145
Tuesday 29 April 2025  12:55:55 -0400 (0:00:00.049)       0:00:05.816 ********* 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Get config files, checksums after] ***
task path: /tmp/collections-Tsf/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:154
Tuesday 29 April 2025  12:55:55 -0400 (0:00:00.059)       0:00:05.876 ********* 
ok: [managed-node2] => {
    "changed": false, 
    "rc": 0
}

STDOUT:

65a9e4a0653b58f6808edcf6d432f6676485af237e73cb7adaabab4df3fac7bc /etc/firewalld/firewalld.conf



STDERR:

Shared connection to 10.31.41.183 closed.


TASK [fedora.linux_system_roles.firewall : Calculate what has changed] *********
task path: /tmp/collections-Tsf/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:164
Tuesday 29 April 2025  12:55:56 -0400 (0:00:00.363)       0:00:06.239 ********* 
changed: [managed-node2] => {
    "ansible_facts": {
        "firewall_lib_result": {
            "changed": true
        }
    }, 
    "changed": true
}

TASK [fedora.linux_system_roles.firewall : Show diffs] *************************
task path: /tmp/collections-Tsf/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:170
Tuesday 29 April 2025  12:55:56 -0400 (0:00:00.068)       0:00:06.308 ********* 
skipping: [managed-node2] => {}

TASK [Get all ipsets] **********************************************************
task path: /tmp/collections-Tsf/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_ipsets.yml:19
Tuesday 29 April 2025  12:55:56 -0400 (0:00:00.066)       0:00:06.375 ********* 
ok: [managed-node2] => {
    "changed": false, 
    "cmd": "set -o pipefail\nfirewall-cmd --permanent --get-ipsets | grep customipset\n", 
    "delta": "0:00:00.261780", 
    "end": "2025-04-29 12:55:57.044641", 
    "failed_when_result": false, 
    "rc": 1, 
    "start": "2025-04-29 12:55:56.782861"
}

MSG:

non-zero return code

TASK [Define new ipset] ********************************************************
task path: /tmp/collections-Tsf/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_ipsets.yml:30
Tuesday 29 April 2025  12:55:57 -0400 (0:00:00.783)       0:00:07.158 ********* 

TASK [fedora.linux_system_roles.firewall : Setup firewalld] ********************
task path: /tmp/collections-Tsf/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:2
Tuesday 29 April 2025  12:55:57 -0400 (0:00:00.108)       0:00:07.266 ********* 
included: /tmp/collections-Tsf/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml for managed-node2

TASK [fedora.linux_system_roles.firewall : Ensure ansible_facts used by role] ***
task path: /tmp/collections-Tsf/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:2
Tuesday 29 April 2025  12:55:57 -0400 (0:00:00.058)       0:00:07.325 ********* 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Check if system is ostree] **********
task path: /tmp/collections-Tsf/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:10
Tuesday 29 April 2025  12:55:57 -0400 (0:00:00.064)       0:00:07.390 ********* 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Set flag to indicate system is ostree] ***
task path: /tmp/collections-Tsf/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:15
Tuesday 29 April 2025  12:55:57 -0400 (0:00:00.064)       0:00:07.454 ********* 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Check if transactional-update exists in /sbin] ***
task path: /tmp/collections-Tsf/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:22
Tuesday 29 April 2025  12:55:57 -0400 (0:00:00.059)       0:00:07.513 ********* 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Set flag if transactional-update exists] ***
task path: /tmp/collections-Tsf/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:27
Tuesday 29 April 2025  12:55:57 -0400 (0:00:00.060)       0:00:07.574 ********* 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Install firewalld] ******************
task path: /tmp/collections-Tsf/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:31
Tuesday 29 April 2025  12:55:57 -0400 (0:00:00.059)       0:00:07.634 ********* 
ok: [managed-node2] => {
    "changed": false, 
    "rc": 0, 
    "results": [
        "firewalld-0.6.3-13.el7_9.noarch providing firewalld is already installed"
    ]
}

TASK [fedora.linux_system_roles.firewall : Notify user that reboot is needed to apply changes] ***
task path: /tmp/collections-Tsf/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:43
Tuesday 29 April 2025  12:55:58 -0400 (0:00:00.696)       0:00:08.331 ********* 
skipping: [managed-node2] => {}

TASK [fedora.linux_system_roles.firewall : Reboot transactional update systems] ***
task path: /tmp/collections-Tsf/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:48
Tuesday 29 April 2025  12:55:58 -0400 (0:00:00.041)       0:00:08.372 ********* 
skipping: [managed-node2] => {
    "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-Tsf/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:53
Tuesday 29 April 2025  12:55:58 -0400 (0:00:00.041)       0:00:08.414 ********* 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Collect service facts] **************
task path: /tmp/collections-Tsf/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:5
Tuesday 29 April 2025  12:55:58 -0400 (0:00:00.041)       0:00:08.456 ********* 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Attempt to stop and disable conflicting services] ***
task path: /tmp/collections-Tsf/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:9
Tuesday 29 April 2025  12:55:58 -0400 (0:00:00.040)       0:00:08.496 ********* 
skipping: [managed-node2] => (item=nftables)  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": "nftables", 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node2] => (item=iptables)  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": "iptables", 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node2] => (item=ufw)  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": "ufw", 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Unmask firewalld service] ***********
task path: /tmp/collections-Tsf/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:22
Tuesday 29 April 2025  12:55:58 -0400 (0:00:00.056)       0:00:08.552 ********* 
ok: [managed-node2] => {
    "changed": false, 
    "name": "firewalld", 
    "status": {
        "ActiveEnterTimestamp": "Tue 2025-04-29 12:54:55 EDT", 
        "ActiveEnterTimestampMonotonic": "243805559", 
        "ActiveExitTimestampMonotonic": "0", 
        "ActiveState": "active", 
        "After": "dbus.service polkit.service basic.target system.slice", 
        "AllowIsolate": "no", 
        "AmbientCapabilities": "0", 
        "AssertResult": "yes", 
        "AssertTimestamp": "Tue 2025-04-29 12:54:55 EDT", 
        "AssertTimestampMonotonic": "243556550", 
        "Before": "shutdown.target multi-user.target network-pre.target", 
        "BlockIOAccounting": "no", 
        "BlockIOWeight": "18446744073709551615", 
        "BusName": "org.fedoraproject.FirewallD1", 
        "CPUAccounting": "no", 
        "CPUQuotaPerSecUSec": "infinity", 
        "CPUSchedulingPolicy": "0", 
        "CPUSchedulingPriority": "0", 
        "CPUSchedulingResetOnFork": "no", 
        "CPUShares": "18446744073709551615", 
        "CanIsolate": "no", 
        "CanReload": "yes", 
        "CanStart": "yes", 
        "CanStop": "yes", 
        "CapabilityBoundingSet": "18446744073709551615", 
        "CollectMode": "inactive", 
        "ConditionResult": "yes", 
        "ConditionTimestamp": "Tue 2025-04-29 12:54:55 EDT", 
        "ConditionTimestampMonotonic": "243556548", 
        "Conflicts": "iptables.service shutdown.target ipset.service ip6tables.service ebtables.service", 
        "ControlGroup": "/system.slice/firewalld.service", 
        "ControlPID": "0", 
        "DefaultDependencies": "yes", 
        "Delegate": "no", 
        "Description": "firewalld - dynamic firewall daemon", 
        "DevicePolicy": "auto", 
        "Documentation": "man:firewalld(1)", 
        "EnvironmentFile": "/etc/sysconfig/firewalld (ignore_errors=yes)", 
        "ExecMainCode": "0", 
        "ExecMainExitTimestampMonotonic": "0", 
        "ExecMainPID": "9545", 
        "ExecMainStartTimestamp": "Tue 2025-04-29 12:54:55 EDT", 
        "ExecMainStartTimestampMonotonic": "243557607", 
        "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=[Tue 2025-04-29 12:54:55 EDT] ; stop_time=[n/a] ; pid=9545 ; code=(null) ; status=0/0 }", 
        "FailureAction": "none", 
        "FileDescriptorStoreMax": "0", 
        "FragmentPath": "/usr/lib/systemd/system/firewalld.service", 
        "GuessMainPID": "yes", 
        "IOScheduling": "0", 
        "Id": "firewalld.service", 
        "IgnoreOnIsolate": "no", 
        "IgnoreOnSnapshot": "no", 
        "IgnoreSIGPIPE": "yes", 
        "InactiveEnterTimestampMonotonic": "0", 
        "InactiveExitTimestamp": "Tue 2025-04-29 12:54:55 EDT", 
        "InactiveExitTimestampMonotonic": "243557638", 
        "JobTimeoutAction": "none", 
        "JobTimeoutUSec": "0", 
        "KillMode": "mixed", 
        "KillSignal": "15", 
        "LimitAS": "18446744073709551615", 
        "LimitCORE": "18446744073709551615", 
        "LimitCPU": "18446744073709551615", 
        "LimitDATA": "18446744073709551615", 
        "LimitFSIZE": "18446744073709551615", 
        "LimitLOCKS": "18446744073709551615", 
        "LimitMEMLOCK": "65536", 
        "LimitMSGQUEUE": "819200", 
        "LimitNICE": "0", 
        "LimitNOFILE": "4096", 
        "LimitNPROC": "14311", 
        "LimitRSS": "18446744073709551615", 
        "LimitRTPRIO": "0", 
        "LimitRTTIME": "18446744073709551615", 
        "LimitSIGPENDING": "14311", 
        "LimitSTACK": "18446744073709551615", 
        "LoadState": "loaded", 
        "MainPID": "9545", 
        "MemoryAccounting": "no", 
        "MemoryCurrent": "18446744073709551615", 
        "MemoryLimit": "18446744073709551615", 
        "MountFlags": "0", 
        "Names": "firewalld.service", 
        "NeedDaemonReload": "no", 
        "Nice": "0", 
        "NoNewPrivileges": "no", 
        "NonBlocking": "no", 
        "NotifyAccess": "none", 
        "OOMScoreAdjust": "0", 
        "OnFailureJobMode": "replace", 
        "PermissionsStartOnly": "no", 
        "PrivateDevices": "no", 
        "PrivateNetwork": "no", 
        "PrivateTmp": "no", 
        "ProtectHome": "no", 
        "ProtectSystem": "no", 
        "RefuseManualStart": "no", 
        "RefuseManualStop": "no", 
        "RemainAfterExit": "no", 
        "Requires": "basic.target system.slice", 
        "Restart": "no", 
        "RestartUSec": "100ms", 
        "Result": "success", 
        "RootDirectoryStartOnly": "no", 
        "RuntimeDirectoryMode": "0755", 
        "SameProcessGroup": "no", 
        "SecureBits": "0", 
        "SendSIGHUP": "no", 
        "SendSIGKILL": "yes", 
        "Slice": "system.slice", 
        "StandardError": "null", 
        "StandardInput": "null", 
        "StandardOutput": "null", 
        "StartLimitAction": "none", 
        "StartLimitBurst": "5", 
        "StartLimitInterval": "10000000", 
        "StartupBlockIOWeight": "18446744073709551615", 
        "StartupCPUShares": "18446744073709551615", 
        "StatusErrno": "0", 
        "StopWhenUnneeded": "no", 
        "SubState": "running", 
        "SyslogLevelPrefix": "yes", 
        "SyslogPriority": "30", 
        "SystemCallErrorNumber": "0", 
        "TTYReset": "no", 
        "TTYVHangup": "no", 
        "TTYVTDisallocate": "no", 
        "TasksAccounting": "no", 
        "TasksCurrent": "18446744073709551615", 
        "TasksMax": "18446744073709551615", 
        "TimeoutStartUSec": "1min 30s", 
        "TimeoutStopUSec": "1min 30s", 
        "TimerSlackNSec": "50000", 
        "Transient": "no", 
        "Type": "dbus", 
        "UMask": "0022", 
        "UnitFilePreset": "enabled", 
        "UnitFileState": "enabled", 
        "WantedBy": "multi-user.target", 
        "Wants": "network-pre.target", 
        "WatchdogTimestamp": "Tue 2025-04-29 12:54:55 EDT", 
        "WatchdogTimestampMonotonic": "243805483", 
        "WatchdogUSec": "0"
    }
}

TASK [fedora.linux_system_roles.firewall : Enable and start firewalld service] ***
task path: /tmp/collections-Tsf/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:28
Tuesday 29 April 2025  12:55:58 -0400 (0:00:00.435)       0:00:08.988 ********* 
ok: [managed-node2] => {
    "changed": false, 
    "enabled": true, 
    "name": "firewalld", 
    "state": "started", 
    "status": {
        "ActiveEnterTimestamp": "Tue 2025-04-29 12:54:55 EDT", 
        "ActiveEnterTimestampMonotonic": "243805559", 
        "ActiveExitTimestampMonotonic": "0", 
        "ActiveState": "active", 
        "After": "dbus.service polkit.service basic.target system.slice", 
        "AllowIsolate": "no", 
        "AmbientCapabilities": "0", 
        "AssertResult": "yes", 
        "AssertTimestamp": "Tue 2025-04-29 12:54:55 EDT", 
        "AssertTimestampMonotonic": "243556550", 
        "Before": "shutdown.target multi-user.target network-pre.target", 
        "BlockIOAccounting": "no", 
        "BlockIOWeight": "18446744073709551615", 
        "BusName": "org.fedoraproject.FirewallD1", 
        "CPUAccounting": "no", 
        "CPUQuotaPerSecUSec": "infinity", 
        "CPUSchedulingPolicy": "0", 
        "CPUSchedulingPriority": "0", 
        "CPUSchedulingResetOnFork": "no", 
        "CPUShares": "18446744073709551615", 
        "CanIsolate": "no", 
        "CanReload": "yes", 
        "CanStart": "yes", 
        "CanStop": "yes", 
        "CapabilityBoundingSet": "18446744073709551615", 
        "CollectMode": "inactive", 
        "ConditionResult": "yes", 
        "ConditionTimestamp": "Tue 2025-04-29 12:54:55 EDT", 
        "ConditionTimestampMonotonic": "243556548", 
        "Conflicts": "iptables.service shutdown.target ipset.service ip6tables.service ebtables.service", 
        "ControlGroup": "/system.slice/firewalld.service", 
        "ControlPID": "0", 
        "DefaultDependencies": "yes", 
        "Delegate": "no", 
        "Description": "firewalld - dynamic firewall daemon", 
        "DevicePolicy": "auto", 
        "Documentation": "man:firewalld(1)", 
        "EnvironmentFile": "/etc/sysconfig/firewalld (ignore_errors=yes)", 
        "ExecMainCode": "0", 
        "ExecMainExitTimestampMonotonic": "0", 
        "ExecMainPID": "9545", 
        "ExecMainStartTimestamp": "Tue 2025-04-29 12:54:55 EDT", 
        "ExecMainStartTimestampMonotonic": "243557607", 
        "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=[Tue 2025-04-29 12:54:55 EDT] ; stop_time=[n/a] ; pid=9545 ; code=(null) ; status=0/0 }", 
        "FailureAction": "none", 
        "FileDescriptorStoreMax": "0", 
        "FragmentPath": "/usr/lib/systemd/system/firewalld.service", 
        "GuessMainPID": "yes", 
        "IOScheduling": "0", 
        "Id": "firewalld.service", 
        "IgnoreOnIsolate": "no", 
        "IgnoreOnSnapshot": "no", 
        "IgnoreSIGPIPE": "yes", 
        "InactiveEnterTimestampMonotonic": "0", 
        "InactiveExitTimestamp": "Tue 2025-04-29 12:54:55 EDT", 
        "InactiveExitTimestampMonotonic": "243557638", 
        "JobTimeoutAction": "none", 
        "JobTimeoutUSec": "0", 
        "KillMode": "mixed", 
        "KillSignal": "15", 
        "LimitAS": "18446744073709551615", 
        "LimitCORE": "18446744073709551615", 
        "LimitCPU": "18446744073709551615", 
        "LimitDATA": "18446744073709551615", 
        "LimitFSIZE": "18446744073709551615", 
        "LimitLOCKS": "18446744073709551615", 
        "LimitMEMLOCK": "65536", 
        "LimitMSGQUEUE": "819200", 
        "LimitNICE": "0", 
        "LimitNOFILE": "4096", 
        "LimitNPROC": "14311", 
        "LimitRSS": "18446744073709551615", 
        "LimitRTPRIO": "0", 
        "LimitRTTIME": "18446744073709551615", 
        "LimitSIGPENDING": "14311", 
        "LimitSTACK": "18446744073709551615", 
        "LoadState": "loaded", 
        "MainPID": "9545", 
        "MemoryAccounting": "no", 
        "MemoryCurrent": "18446744073709551615", 
        "MemoryLimit": "18446744073709551615", 
        "MountFlags": "0", 
        "Names": "firewalld.service", 
        "NeedDaemonReload": "no", 
        "Nice": "0", 
        "NoNewPrivileges": "no", 
        "NonBlocking": "no", 
        "NotifyAccess": "none", 
        "OOMScoreAdjust": "0", 
        "OnFailureJobMode": "replace", 
        "PermissionsStartOnly": "no", 
        "PrivateDevices": "no", 
        "PrivateNetwork": "no", 
        "PrivateTmp": "no", 
        "ProtectHome": "no", 
        "ProtectSystem": "no", 
        "RefuseManualStart": "no", 
        "RefuseManualStop": "no", 
        "RemainAfterExit": "no", 
        "Requires": "basic.target system.slice", 
        "Restart": "no", 
        "RestartUSec": "100ms", 
        "Result": "success", 
        "RootDirectoryStartOnly": "no", 
        "RuntimeDirectoryMode": "0755", 
        "SameProcessGroup": "no", 
        "SecureBits": "0", 
        "SendSIGHUP": "no", 
        "SendSIGKILL": "yes", 
        "Slice": "system.slice", 
        "StandardError": "null", 
        "StandardInput": "null", 
        "StandardOutput": "null", 
        "StartLimitAction": "none", 
        "StartLimitBurst": "5", 
        "StartLimitInterval": "10000000", 
        "StartupBlockIOWeight": "18446744073709551615", 
        "StartupCPUShares": "18446744073709551615", 
        "StatusErrno": "0", 
        "StopWhenUnneeded": "no", 
        "SubState": "running", 
        "SyslogLevelPrefix": "yes", 
        "SyslogPriority": "30", 
        "SystemCallErrorNumber": "0", 
        "TTYReset": "no", 
        "TTYVHangup": "no", 
        "TTYVTDisallocate": "no", 
        "TasksAccounting": "no", 
        "TasksCurrent": "18446744073709551615", 
        "TasksMax": "18446744073709551615", 
        "TimeoutStartUSec": "1min 30s", 
        "TimeoutStopUSec": "1min 30s", 
        "TimerSlackNSec": "50000", 
        "Transient": "no", 
        "Type": "dbus", 
        "UMask": "0022", 
        "UnitFilePreset": "enabled", 
        "UnitFileState": "enabled", 
        "WantedBy": "multi-user.target", 
        "Wants": "network-pre.target", 
        "WatchdogTimestamp": "Tue 2025-04-29 12:54:55 EDT", 
        "WatchdogTimestampMonotonic": "243805483", 
        "WatchdogUSec": "0"
    }
}

TASK [fedora.linux_system_roles.firewall : Check if previous replaced is defined] ***
task path: /tmp/collections-Tsf/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:34
Tuesday 29 April 2025  12:55:59 -0400 (0:00:00.394)       0:00:09.383 ********* 
ok: [managed-node2] => {
    "ansible_facts": {
        "__firewall_previous_replaced": false, 
        "__firewall_python_cmd": "/usr/bin/python", 
        "__firewall_report_changed": true
    }, 
    "changed": false
}

TASK [fedora.linux_system_roles.firewall : Get config files, checksums before and remove] ***
task path: /tmp/collections-Tsf/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:43
Tuesday 29 April 2025  12:55:59 -0400 (0:00:00.060)       0:00:09.443 ********* 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Tell firewall module it is able to report changed] ***
task path: /tmp/collections-Tsf/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:55
Tuesday 29 April 2025  12:55:59 -0400 (0:00:00.051)       0:00:09.494 ********* 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Configure firewall] *****************
task path: /tmp/collections-Tsf/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:71
Tuesday 29 April 2025  12:55:59 -0400 (0:00:00.039)       0:00:09.534 ********* 
changed: [managed-node2] => (item={u'permanent': True, u'state': u'present', u'short': u'Custom', u'description': u'Custom IPSet for testing purposes', u'ipset': u'customipset', u'ipset_type': u'hash:ip', u'ipset_entries': [u'127.0.0.1', u'8.8.8.8']}) => {
    "__firewall_changed": true, 
    "ansible_loop_var": "item", 
    "changed": true, 
    "item": {
        "description": "Custom IPSet for testing purposes", 
        "ipset": "customipset", 
        "ipset_entries": [
            "127.0.0.1", 
            "8.8.8.8"
        ], 
        "ipset_type": "hash:ip", 
        "permanent": true, 
        "short": "Custom", 
        "state": "present"
    }
}

TASK [fedora.linux_system_roles.firewall : Gather firewall config information] ***
task path: /tmp/collections-Tsf/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:121
Tuesday 29 April 2025  12:56:00 -0400 (0:00:01.000)       0:00:10.534 ********* 
skipping: [managed-node2] => (item={u'permanent': True, u'state': u'present', u'short': u'Custom', u'description': u'Custom IPSet for testing purposes', u'ipset': u'customipset', u'ipset_type': u'hash:ip', u'ipset_entries': [u'127.0.0.1', u'8.8.8.8']})  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": {
        "description": "Custom IPSet for testing purposes", 
        "ipset": "customipset", 
        "ipset_entries": [
            "127.0.0.1", 
            "8.8.8.8"
        ], 
        "ipset_type": "hash:ip", 
        "permanent": true, 
        "short": "Custom", 
        "state": "present"
    }, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Update firewalld_config fact] *******
task path: /tmp/collections-Tsf/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:131
Tuesday 29 April 2025  12:56:00 -0400 (0:00:00.057)       0:00:10.592 ********* 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Gather firewall config if no arguments] ***
task path: /tmp/collections-Tsf/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:140
Tuesday 29 April 2025  12:56:00 -0400 (0:00:00.046)       0:00:10.638 ********* 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Update firewalld_config fact] *******
task path: /tmp/collections-Tsf/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:145
Tuesday 29 April 2025  12:56:00 -0400 (0:00:00.040)       0:00:10.679 ********* 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Get config files, checksums after] ***
task path: /tmp/collections-Tsf/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:154
Tuesday 29 April 2025  12:56:00 -0400 (0:00:00.042)       0:00:10.721 ********* 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Calculate what has changed] *********
task path: /tmp/collections-Tsf/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:164
Tuesday 29 April 2025  12:56:00 -0400 (0:00:00.042)       0:00:10.764 ********* 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Show diffs] *************************
task path: /tmp/collections-Tsf/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:170
Tuesday 29 April 2025  12:56:00 -0400 (0:00:00.048)       0:00:10.812 ********* 
skipping: [managed-node2] => {}

TASK [Fail if ipset not added] *************************************************
task path: /tmp/collections-Tsf/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_ipsets.yml:45
Tuesday 29 April 2025  12:56:00 -0400 (0:00:00.079)       0:00:10.892 ********* 
ok: [managed-node2] => {
    "changed": false, 
    "cmd": "set -o pipefail\nfirewall-cmd --permanent --get-ipsets | grep \"customipset\"\n", 
    "delta": "0:00:00.263772", 
    "end": "2025-04-29 12:56:01.404937", 
    "failed_when_result": false, 
    "rc": 0, 
    "start": "2025-04-29 12:56:01.141165"
}

STDOUT:

customipset

TASK [Fail if entry not added to ipset] ****************************************
task path: /tmp/collections-Tsf/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_ipsets.yml:54
Tuesday 29 April 2025  12:56:01 -0400 (0:00:00.617)       0:00:11.509 ********* 
ok: [managed-node2] => {
    "changed": false, 
    "cmd": [
        "firewall-cmd", 
        "--permanent", 
        "--ipset", 
        "customipset", 
        "--query-entry", 
        "8.8.8.8"
    ], 
    "delta": "0:00:00.267873", 
    "end": "2025-04-29 12:56:02.021429", 
    "rc": 0, 
    "start": "2025-04-29 12:56:01.753556"
}

STDOUT:

yes

TASK [Redefine new ipset] ******************************************************
task path: /tmp/collections-Tsf/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_ipsets.yml:59
Tuesday 29 April 2025  12:56:02 -0400 (0:00:00.588)       0:00:12.098 ********* 

TASK [fedora.linux_system_roles.firewall : Setup firewalld] ********************
task path: /tmp/collections-Tsf/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:2
Tuesday 29 April 2025  12:56:02 -0400 (0:00:00.132)       0:00:12.230 ********* 
included: /tmp/collections-Tsf/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml for managed-node2

TASK [fedora.linux_system_roles.firewall : Ensure ansible_facts used by role] ***
task path: /tmp/collections-Tsf/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:2
Tuesday 29 April 2025  12:56:02 -0400 (0:00:00.099)       0:00:12.329 ********* 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Check if system is ostree] **********
task path: /tmp/collections-Tsf/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:10
Tuesday 29 April 2025  12:56:02 -0400 (0:00:00.075)       0:00:12.405 ********* 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Set flag to indicate system is ostree] ***
task path: /tmp/collections-Tsf/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:15
Tuesday 29 April 2025  12:56:02 -0400 (0:00:00.082)       0:00:12.488 ********* 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Check if transactional-update exists in /sbin] ***
task path: /tmp/collections-Tsf/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:22
Tuesday 29 April 2025  12:56:02 -0400 (0:00:00.064)       0:00:12.552 ********* 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Set flag if transactional-update exists] ***
task path: /tmp/collections-Tsf/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:27
Tuesday 29 April 2025  12:56:02 -0400 (0:00:00.061)       0:00:12.614 ********* 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Install firewalld] ******************
task path: /tmp/collections-Tsf/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:31
Tuesday 29 April 2025  12:56:02 -0400 (0:00:00.063)       0:00:12.677 ********* 
ok: [managed-node2] => {
    "changed": false, 
    "rc": 0, 
    "results": [
        "firewalld-0.6.3-13.el7_9.noarch providing firewalld is already installed"
    ]
}

TASK [fedora.linux_system_roles.firewall : Notify user that reboot is needed to apply changes] ***
task path: /tmp/collections-Tsf/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:43
Tuesday 29 April 2025  12:56:03 -0400 (0:00:00.694)       0:00:13.372 ********* 
skipping: [managed-node2] => {}

TASK [fedora.linux_system_roles.firewall : Reboot transactional update systems] ***
task path: /tmp/collections-Tsf/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:48
Tuesday 29 April 2025  12:56:03 -0400 (0:00:00.042)       0:00:13.414 ********* 
skipping: [managed-node2] => {
    "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-Tsf/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:53
Tuesday 29 April 2025  12:56:03 -0400 (0:00:00.042)       0:00:13.456 ********* 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Collect service facts] **************
task path: /tmp/collections-Tsf/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:5
Tuesday 29 April 2025  12:56:03 -0400 (0:00:00.041)       0:00:13.498 ********* 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Attempt to stop and disable conflicting services] ***
task path: /tmp/collections-Tsf/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:9
Tuesday 29 April 2025  12:56:03 -0400 (0:00:00.041)       0:00:13.540 ********* 
skipping: [managed-node2] => (item=nftables)  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": "nftables", 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node2] => (item=iptables)  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": "iptables", 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node2] => (item=ufw)  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": "ufw", 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Unmask firewalld service] ***********
task path: /tmp/collections-Tsf/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:22
Tuesday 29 April 2025  12:56:03 -0400 (0:00:00.076)       0:00:13.616 ********* 
ok: [managed-node2] => {
    "changed": false, 
    "name": "firewalld", 
    "status": {
        "ActiveEnterTimestamp": "Tue 2025-04-29 12:54:55 EDT", 
        "ActiveEnterTimestampMonotonic": "243805559", 
        "ActiveExitTimestampMonotonic": "0", 
        "ActiveState": "active", 
        "After": "dbus.service polkit.service basic.target system.slice", 
        "AllowIsolate": "no", 
        "AmbientCapabilities": "0", 
        "AssertResult": "yes", 
        "AssertTimestamp": "Tue 2025-04-29 12:54:55 EDT", 
        "AssertTimestampMonotonic": "243556550", 
        "Before": "shutdown.target multi-user.target network-pre.target", 
        "BlockIOAccounting": "no", 
        "BlockIOWeight": "18446744073709551615", 
        "BusName": "org.fedoraproject.FirewallD1", 
        "CPUAccounting": "no", 
        "CPUQuotaPerSecUSec": "infinity", 
        "CPUSchedulingPolicy": "0", 
        "CPUSchedulingPriority": "0", 
        "CPUSchedulingResetOnFork": "no", 
        "CPUShares": "18446744073709551615", 
        "CanIsolate": "no", 
        "CanReload": "yes", 
        "CanStart": "yes", 
        "CanStop": "yes", 
        "CapabilityBoundingSet": "18446744073709551615", 
        "CollectMode": "inactive", 
        "ConditionResult": "yes", 
        "ConditionTimestamp": "Tue 2025-04-29 12:54:55 EDT", 
        "ConditionTimestampMonotonic": "243556548", 
        "Conflicts": "iptables.service shutdown.target ipset.service ip6tables.service ebtables.service", 
        "ControlGroup": "/system.slice/firewalld.service", 
        "ControlPID": "0", 
        "DefaultDependencies": "yes", 
        "Delegate": "no", 
        "Description": "firewalld - dynamic firewall daemon", 
        "DevicePolicy": "auto", 
        "Documentation": "man:firewalld(1)", 
        "EnvironmentFile": "/etc/sysconfig/firewalld (ignore_errors=yes)", 
        "ExecMainCode": "0", 
        "ExecMainExitTimestampMonotonic": "0", 
        "ExecMainPID": "9545", 
        "ExecMainStartTimestamp": "Tue 2025-04-29 12:54:55 EDT", 
        "ExecMainStartTimestampMonotonic": "243557607", 
        "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=[Tue 2025-04-29 12:54:55 EDT] ; stop_time=[n/a] ; pid=9545 ; code=(null) ; status=0/0 }", 
        "FailureAction": "none", 
        "FileDescriptorStoreMax": "0", 
        "FragmentPath": "/usr/lib/systemd/system/firewalld.service", 
        "GuessMainPID": "yes", 
        "IOScheduling": "0", 
        "Id": "firewalld.service", 
        "IgnoreOnIsolate": "no", 
        "IgnoreOnSnapshot": "no", 
        "IgnoreSIGPIPE": "yes", 
        "InactiveEnterTimestampMonotonic": "0", 
        "InactiveExitTimestamp": "Tue 2025-04-29 12:54:55 EDT", 
        "InactiveExitTimestampMonotonic": "243557638", 
        "JobTimeoutAction": "none", 
        "JobTimeoutUSec": "0", 
        "KillMode": "mixed", 
        "KillSignal": "15", 
        "LimitAS": "18446744073709551615", 
        "LimitCORE": "18446744073709551615", 
        "LimitCPU": "18446744073709551615", 
        "LimitDATA": "18446744073709551615", 
        "LimitFSIZE": "18446744073709551615", 
        "LimitLOCKS": "18446744073709551615", 
        "LimitMEMLOCK": "65536", 
        "LimitMSGQUEUE": "819200", 
        "LimitNICE": "0", 
        "LimitNOFILE": "4096", 
        "LimitNPROC": "14311", 
        "LimitRSS": "18446744073709551615", 
        "LimitRTPRIO": "0", 
        "LimitRTTIME": "18446744073709551615", 
        "LimitSIGPENDING": "14311", 
        "LimitSTACK": "18446744073709551615", 
        "LoadState": "loaded", 
        "MainPID": "9545", 
        "MemoryAccounting": "no", 
        "MemoryCurrent": "18446744073709551615", 
        "MemoryLimit": "18446744073709551615", 
        "MountFlags": "0", 
        "Names": "firewalld.service", 
        "NeedDaemonReload": "no", 
        "Nice": "0", 
        "NoNewPrivileges": "no", 
        "NonBlocking": "no", 
        "NotifyAccess": "none", 
        "OOMScoreAdjust": "0", 
        "OnFailureJobMode": "replace", 
        "PermissionsStartOnly": "no", 
        "PrivateDevices": "no", 
        "PrivateNetwork": "no", 
        "PrivateTmp": "no", 
        "ProtectHome": "no", 
        "ProtectSystem": "no", 
        "RefuseManualStart": "no", 
        "RefuseManualStop": "no", 
        "RemainAfterExit": "no", 
        "Requires": "basic.target system.slice", 
        "Restart": "no", 
        "RestartUSec": "100ms", 
        "Result": "success", 
        "RootDirectoryStartOnly": "no", 
        "RuntimeDirectoryMode": "0755", 
        "SameProcessGroup": "no", 
        "SecureBits": "0", 
        "SendSIGHUP": "no", 
        "SendSIGKILL": "yes", 
        "Slice": "system.slice", 
        "StandardError": "null", 
        "StandardInput": "null", 
        "StandardOutput": "null", 
        "StartLimitAction": "none", 
        "StartLimitBurst": "5", 
        "StartLimitInterval": "10000000", 
        "StartupBlockIOWeight": "18446744073709551615", 
        "StartupCPUShares": "18446744073709551615", 
        "StatusErrno": "0", 
        "StopWhenUnneeded": "no", 
        "SubState": "running", 
        "SyslogLevelPrefix": "yes", 
        "SyslogPriority": "30", 
        "SystemCallErrorNumber": "0", 
        "TTYReset": "no", 
        "TTYVHangup": "no", 
        "TTYVTDisallocate": "no", 
        "TasksAccounting": "no", 
        "TasksCurrent": "18446744073709551615", 
        "TasksMax": "18446744073709551615", 
        "TimeoutStartUSec": "1min 30s", 
        "TimeoutStopUSec": "1min 30s", 
        "TimerSlackNSec": "50000", 
        "Transient": "no", 
        "Type": "dbus", 
        "UMask": "0022", 
        "UnitFilePreset": "enabled", 
        "UnitFileState": "enabled", 
        "WantedBy": "multi-user.target", 
        "Wants": "network-pre.target", 
        "WatchdogTimestamp": "Tue 2025-04-29 12:54:55 EDT", 
        "WatchdogTimestampMonotonic": "243805483", 
        "WatchdogUSec": "0"
    }
}

TASK [fedora.linux_system_roles.firewall : Enable and start firewalld service] ***
task path: /tmp/collections-Tsf/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:28
Tuesday 29 April 2025  12:56:04 -0400 (0:00:00.447)       0:00:14.064 ********* 
ok: [managed-node2] => {
    "changed": false, 
    "enabled": true, 
    "name": "firewalld", 
    "state": "started", 
    "status": {
        "ActiveEnterTimestamp": "Tue 2025-04-29 12:54:55 EDT", 
        "ActiveEnterTimestampMonotonic": "243805559", 
        "ActiveExitTimestampMonotonic": "0", 
        "ActiveState": "active", 
        "After": "dbus.service polkit.service basic.target system.slice", 
        "AllowIsolate": "no", 
        "AmbientCapabilities": "0", 
        "AssertResult": "yes", 
        "AssertTimestamp": "Tue 2025-04-29 12:54:55 EDT", 
        "AssertTimestampMonotonic": "243556550", 
        "Before": "shutdown.target multi-user.target network-pre.target", 
        "BlockIOAccounting": "no", 
        "BlockIOWeight": "18446744073709551615", 
        "BusName": "org.fedoraproject.FirewallD1", 
        "CPUAccounting": "no", 
        "CPUQuotaPerSecUSec": "infinity", 
        "CPUSchedulingPolicy": "0", 
        "CPUSchedulingPriority": "0", 
        "CPUSchedulingResetOnFork": "no", 
        "CPUShares": "18446744073709551615", 
        "CanIsolate": "no", 
        "CanReload": "yes", 
        "CanStart": "yes", 
        "CanStop": "yes", 
        "CapabilityBoundingSet": "18446744073709551615", 
        "CollectMode": "inactive", 
        "ConditionResult": "yes", 
        "ConditionTimestamp": "Tue 2025-04-29 12:54:55 EDT", 
        "ConditionTimestampMonotonic": "243556548", 
        "Conflicts": "iptables.service shutdown.target ipset.service ip6tables.service ebtables.service", 
        "ControlGroup": "/system.slice/firewalld.service", 
        "ControlPID": "0", 
        "DefaultDependencies": "yes", 
        "Delegate": "no", 
        "Description": "firewalld - dynamic firewall daemon", 
        "DevicePolicy": "auto", 
        "Documentation": "man:firewalld(1)", 
        "EnvironmentFile": "/etc/sysconfig/firewalld (ignore_errors=yes)", 
        "ExecMainCode": "0", 
        "ExecMainExitTimestampMonotonic": "0", 
        "ExecMainPID": "9545", 
        "ExecMainStartTimestamp": "Tue 2025-04-29 12:54:55 EDT", 
        "ExecMainStartTimestampMonotonic": "243557607", 
        "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=[Tue 2025-04-29 12:54:55 EDT] ; stop_time=[n/a] ; pid=9545 ; code=(null) ; status=0/0 }", 
        "FailureAction": "none", 
        "FileDescriptorStoreMax": "0", 
        "FragmentPath": "/usr/lib/systemd/system/firewalld.service", 
        "GuessMainPID": "yes", 
        "IOScheduling": "0", 
        "Id": "firewalld.service", 
        "IgnoreOnIsolate": "no", 
        "IgnoreOnSnapshot": "no", 
        "IgnoreSIGPIPE": "yes", 
        "InactiveEnterTimestampMonotonic": "0", 
        "InactiveExitTimestamp": "Tue 2025-04-29 12:54:55 EDT", 
        "InactiveExitTimestampMonotonic": "243557638", 
        "JobTimeoutAction": "none", 
        "JobTimeoutUSec": "0", 
        "KillMode": "mixed", 
        "KillSignal": "15", 
        "LimitAS": "18446744073709551615", 
        "LimitCORE": "18446744073709551615", 
        "LimitCPU": "18446744073709551615", 
        "LimitDATA": "18446744073709551615", 
        "LimitFSIZE": "18446744073709551615", 
        "LimitLOCKS": "18446744073709551615", 
        "LimitMEMLOCK": "65536", 
        "LimitMSGQUEUE": "819200", 
        "LimitNICE": "0", 
        "LimitNOFILE": "4096", 
        "LimitNPROC": "14311", 
        "LimitRSS": "18446744073709551615", 
        "LimitRTPRIO": "0", 
        "LimitRTTIME": "18446744073709551615", 
        "LimitSIGPENDING": "14311", 
        "LimitSTACK": "18446744073709551615", 
        "LoadState": "loaded", 
        "MainPID": "9545", 
        "MemoryAccounting": "no", 
        "MemoryCurrent": "18446744073709551615", 
        "MemoryLimit": "18446744073709551615", 
        "MountFlags": "0", 
        "Names": "firewalld.service", 
        "NeedDaemonReload": "no", 
        "Nice": "0", 
        "NoNewPrivileges": "no", 
        "NonBlocking": "no", 
        "NotifyAccess": "none", 
        "OOMScoreAdjust": "0", 
        "OnFailureJobMode": "replace", 
        "PermissionsStartOnly": "no", 
        "PrivateDevices": "no", 
        "PrivateNetwork": "no", 
        "PrivateTmp": "no", 
        "ProtectHome": "no", 
        "ProtectSystem": "no", 
        "RefuseManualStart": "no", 
        "RefuseManualStop": "no", 
        "RemainAfterExit": "no", 
        "Requires": "basic.target system.slice", 
        "Restart": "no", 
        "RestartUSec": "100ms", 
        "Result": "success", 
        "RootDirectoryStartOnly": "no", 
        "RuntimeDirectoryMode": "0755", 
        "SameProcessGroup": "no", 
        "SecureBits": "0", 
        "SendSIGHUP": "no", 
        "SendSIGKILL": "yes", 
        "Slice": "system.slice", 
        "StandardError": "null", 
        "StandardInput": "null", 
        "StandardOutput": "null", 
        "StartLimitAction": "none", 
        "StartLimitBurst": "5", 
        "StartLimitInterval": "10000000", 
        "StartupBlockIOWeight": "18446744073709551615", 
        "StartupCPUShares": "18446744073709551615", 
        "StatusErrno": "0", 
        "StopWhenUnneeded": "no", 
        "SubState": "running", 
        "SyslogLevelPrefix": "yes", 
        "SyslogPriority": "30", 
        "SystemCallErrorNumber": "0", 
        "TTYReset": "no", 
        "TTYVHangup": "no", 
        "TTYVTDisallocate": "no", 
        "TasksAccounting": "no", 
        "TasksCurrent": "18446744073709551615", 
        "TasksMax": "18446744073709551615", 
        "TimeoutStartUSec": "1min 30s", 
        "TimeoutStopUSec": "1min 30s", 
        "TimerSlackNSec": "50000", 
        "Transient": "no", 
        "Type": "dbus", 
        "UMask": "0022", 
        "UnitFilePreset": "enabled", 
        "UnitFileState": "enabled", 
        "WantedBy": "multi-user.target", 
        "Wants": "network-pre.target", 
        "WatchdogTimestamp": "Tue 2025-04-29 12:54:55 EDT", 
        "WatchdogTimestampMonotonic": "243805483", 
        "WatchdogUSec": "0"
    }
}

TASK [fedora.linux_system_roles.firewall : Check if previous replaced is defined] ***
task path: /tmp/collections-Tsf/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:34
Tuesday 29 April 2025  12:56:04 -0400 (0:00:00.401)       0:00:14.466 ********* 
ok: [managed-node2] => {
    "ansible_facts": {
        "__firewall_previous_replaced": false, 
        "__firewall_python_cmd": "/usr/bin/python", 
        "__firewall_report_changed": true
    }, 
    "changed": false
}

TASK [fedora.linux_system_roles.firewall : Get config files, checksums before and remove] ***
task path: /tmp/collections-Tsf/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:43
Tuesday 29 April 2025  12:56:04 -0400 (0:00:00.052)       0:00:14.519 ********* 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Tell firewall module it is able to report changed] ***
task path: /tmp/collections-Tsf/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:55
Tuesday 29 April 2025  12:56:04 -0400 (0:00:00.051)       0:00:14.570 ********* 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Configure firewall] *****************
task path: /tmp/collections-Tsf/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:71
Tuesday 29 April 2025  12:56:04 -0400 (0:00:00.048)       0:00:14.619 ********* 
ok: [managed-node2] => (item={u'ipset': u'customipset', u'state': u'present', u'permanent': True, u'description': u'Custom IPSet for testing purposes', u'short': u'Custom'}) => {
    "__firewall_changed": false, 
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": {
        "description": "Custom IPSet for testing purposes", 
        "ipset": "customipset", 
        "permanent": true, 
        "short": "Custom", 
        "state": "present"
    }
}

TASK [fedora.linux_system_roles.firewall : Gather firewall config information] ***
task path: /tmp/collections-Tsf/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:121
Tuesday 29 April 2025  12:56:05 -0400 (0:00:00.616)       0:00:15.235 ********* 
skipping: [managed-node2] => (item={u'ipset': u'customipset', u'state': u'present', u'permanent': True, u'description': u'Custom IPSet for testing purposes', u'short': u'Custom'})  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": {
        "description": "Custom IPSet for testing purposes", 
        "ipset": "customipset", 
        "permanent": true, 
        "short": "Custom", 
        "state": "present"
    }, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Update firewalld_config fact] *******
task path: /tmp/collections-Tsf/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:131
Tuesday 29 April 2025  12:56:05 -0400 (0:00:00.054)       0:00:15.290 ********* 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Gather firewall config if no arguments] ***
task path: /tmp/collections-Tsf/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:140
Tuesday 29 April 2025  12:56:05 -0400 (0:00:00.047)       0:00:15.338 ********* 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Update firewalld_config fact] *******
task path: /tmp/collections-Tsf/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:145
Tuesday 29 April 2025  12:56:05 -0400 (0:00:00.042)       0:00:15.381 ********* 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Get config files, checksums after] ***
task path: /tmp/collections-Tsf/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:154
Tuesday 29 April 2025  12:56:05 -0400 (0:00:00.049)       0:00:15.431 ********* 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Calculate what has changed] *********
task path: /tmp/collections-Tsf/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:164
Tuesday 29 April 2025  12:56:05 -0400 (0:00:00.060)       0:00:15.491 ********* 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Show diffs] *************************
task path: /tmp/collections-Tsf/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:170
Tuesday 29 April 2025  12:56:05 -0400 (0:00:00.066)       0:00:15.557 ********* 
skipping: [managed-node2] => {}

TASK [Fail if defining ipset not idempotent] ***********************************
task path: /tmp/collections-Tsf/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_ipsets.yml:71
Tuesday 29 April 2025  12:56:05 -0400 (0:00:00.065)       0:00:15.622 ********* 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [Remove entries from ipset] ***********************************************
task path: /tmp/collections-Tsf/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_ipsets.yml:76
Tuesday 29 April 2025  12:56:05 -0400 (0:00:00.059)       0:00:15.682 ********* 

TASK [fedora.linux_system_roles.firewall : Setup firewalld] ********************
task path: /tmp/collections-Tsf/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:2
Tuesday 29 April 2025  12:56:05 -0400 (0:00:00.159)       0:00:15.842 ********* 
included: /tmp/collections-Tsf/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml for managed-node2

TASK [fedora.linux_system_roles.firewall : Ensure ansible_facts used by role] ***
task path: /tmp/collections-Tsf/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:2
Tuesday 29 April 2025  12:56:05 -0400 (0:00:00.048)       0:00:15.891 ********* 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Check if system is ostree] **********
task path: /tmp/collections-Tsf/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:10
Tuesday 29 April 2025  12:56:05 -0400 (0:00:00.064)       0:00:15.955 ********* 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Set flag to indicate system is ostree] ***
task path: /tmp/collections-Tsf/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:15
Tuesday 29 April 2025  12:56:06 -0400 (0:00:00.071)       0:00:16.027 ********* 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Check if transactional-update exists in /sbin] ***
task path: /tmp/collections-Tsf/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:22
Tuesday 29 April 2025  12:56:06 -0400 (0:00:00.065)       0:00:16.092 ********* 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Set flag if transactional-update exists] ***
task path: /tmp/collections-Tsf/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:27
Tuesday 29 April 2025  12:56:06 -0400 (0:00:00.060)       0:00:16.152 ********* 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Install firewalld] ******************
task path: /tmp/collections-Tsf/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:31
Tuesday 29 April 2025  12:56:06 -0400 (0:00:00.065)       0:00:16.218 ********* 
ok: [managed-node2] => {
    "changed": false, 
    "rc": 0, 
    "results": [
        "firewalld-0.6.3-13.el7_9.noarch providing firewalld is already installed"
    ]
}

TASK [fedora.linux_system_roles.firewall : Notify user that reboot is needed to apply changes] ***
task path: /tmp/collections-Tsf/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:43
Tuesday 29 April 2025  12:56:06 -0400 (0:00:00.624)       0:00:16.843 ********* 
skipping: [managed-node2] => {}

TASK [fedora.linux_system_roles.firewall : Reboot transactional update systems] ***
task path: /tmp/collections-Tsf/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:48
Tuesday 29 April 2025  12:56:06 -0400 (0:00:00.043)       0:00:16.887 ********* 
skipping: [managed-node2] => {
    "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-Tsf/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:53
Tuesday 29 April 2025  12:56:06 -0400 (0:00:00.061)       0:00:16.948 ********* 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Collect service facts] **************
task path: /tmp/collections-Tsf/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:5
Tuesday 29 April 2025  12:56:06 -0400 (0:00:00.059)       0:00:17.008 ********* 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Attempt to stop and disable conflicting services] ***
task path: /tmp/collections-Tsf/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:9
Tuesday 29 April 2025  12:56:07 -0400 (0:00:00.066)       0:00:17.075 ********* 
skipping: [managed-node2] => (item=nftables)  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": "nftables", 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node2] => (item=iptables)  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": "iptables", 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node2] => (item=ufw)  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": "ufw", 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Unmask firewalld service] ***********
task path: /tmp/collections-Tsf/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:22
Tuesday 29 April 2025  12:56:07 -0400 (0:00:00.066)       0:00:17.142 ********* 
ok: [managed-node2] => {
    "changed": false, 
    "name": "firewalld", 
    "status": {
        "ActiveEnterTimestamp": "Tue 2025-04-29 12:54:55 EDT", 
        "ActiveEnterTimestampMonotonic": "243805559", 
        "ActiveExitTimestampMonotonic": "0", 
        "ActiveState": "active", 
        "After": "dbus.service polkit.service basic.target system.slice", 
        "AllowIsolate": "no", 
        "AmbientCapabilities": "0", 
        "AssertResult": "yes", 
        "AssertTimestamp": "Tue 2025-04-29 12:54:55 EDT", 
        "AssertTimestampMonotonic": "243556550", 
        "Before": "shutdown.target multi-user.target network-pre.target", 
        "BlockIOAccounting": "no", 
        "BlockIOWeight": "18446744073709551615", 
        "BusName": "org.fedoraproject.FirewallD1", 
        "CPUAccounting": "no", 
        "CPUQuotaPerSecUSec": "infinity", 
        "CPUSchedulingPolicy": "0", 
        "CPUSchedulingPriority": "0", 
        "CPUSchedulingResetOnFork": "no", 
        "CPUShares": "18446744073709551615", 
        "CanIsolate": "no", 
        "CanReload": "yes", 
        "CanStart": "yes", 
        "CanStop": "yes", 
        "CapabilityBoundingSet": "18446744073709551615", 
        "CollectMode": "inactive", 
        "ConditionResult": "yes", 
        "ConditionTimestamp": "Tue 2025-04-29 12:54:55 EDT", 
        "ConditionTimestampMonotonic": "243556548", 
        "Conflicts": "iptables.service shutdown.target ipset.service ip6tables.service ebtables.service", 
        "ControlGroup": "/system.slice/firewalld.service", 
        "ControlPID": "0", 
        "DefaultDependencies": "yes", 
        "Delegate": "no", 
        "Description": "firewalld - dynamic firewall daemon", 
        "DevicePolicy": "auto", 
        "Documentation": "man:firewalld(1)", 
        "EnvironmentFile": "/etc/sysconfig/firewalld (ignore_errors=yes)", 
        "ExecMainCode": "0", 
        "ExecMainExitTimestampMonotonic": "0", 
        "ExecMainPID": "9545", 
        "ExecMainStartTimestamp": "Tue 2025-04-29 12:54:55 EDT", 
        "ExecMainStartTimestampMonotonic": "243557607", 
        "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=[Tue 2025-04-29 12:54:55 EDT] ; stop_time=[n/a] ; pid=9545 ; code=(null) ; status=0/0 }", 
        "FailureAction": "none", 
        "FileDescriptorStoreMax": "0", 
        "FragmentPath": "/usr/lib/systemd/system/firewalld.service", 
        "GuessMainPID": "yes", 
        "IOScheduling": "0", 
        "Id": "firewalld.service", 
        "IgnoreOnIsolate": "no", 
        "IgnoreOnSnapshot": "no", 
        "IgnoreSIGPIPE": "yes", 
        "InactiveEnterTimestampMonotonic": "0", 
        "InactiveExitTimestamp": "Tue 2025-04-29 12:54:55 EDT", 
        "InactiveExitTimestampMonotonic": "243557638", 
        "JobTimeoutAction": "none", 
        "JobTimeoutUSec": "0", 
        "KillMode": "mixed", 
        "KillSignal": "15", 
        "LimitAS": "18446744073709551615", 
        "LimitCORE": "18446744073709551615", 
        "LimitCPU": "18446744073709551615", 
        "LimitDATA": "18446744073709551615", 
        "LimitFSIZE": "18446744073709551615", 
        "LimitLOCKS": "18446744073709551615", 
        "LimitMEMLOCK": "65536", 
        "LimitMSGQUEUE": "819200", 
        "LimitNICE": "0", 
        "LimitNOFILE": "4096", 
        "LimitNPROC": "14311", 
        "LimitRSS": "18446744073709551615", 
        "LimitRTPRIO": "0", 
        "LimitRTTIME": "18446744073709551615", 
        "LimitSIGPENDING": "14311", 
        "LimitSTACK": "18446744073709551615", 
        "LoadState": "loaded", 
        "MainPID": "9545", 
        "MemoryAccounting": "no", 
        "MemoryCurrent": "18446744073709551615", 
        "MemoryLimit": "18446744073709551615", 
        "MountFlags": "0", 
        "Names": "firewalld.service", 
        "NeedDaemonReload": "no", 
        "Nice": "0", 
        "NoNewPrivileges": "no", 
        "NonBlocking": "no", 
        "NotifyAccess": "none", 
        "OOMScoreAdjust": "0", 
        "OnFailureJobMode": "replace", 
        "PermissionsStartOnly": "no", 
        "PrivateDevices": "no", 
        "PrivateNetwork": "no", 
        "PrivateTmp": "no", 
        "ProtectHome": "no", 
        "ProtectSystem": "no", 
        "RefuseManualStart": "no", 
        "RefuseManualStop": "no", 
        "RemainAfterExit": "no", 
        "Requires": "basic.target system.slice", 
        "Restart": "no", 
        "RestartUSec": "100ms", 
        "Result": "success", 
        "RootDirectoryStartOnly": "no", 
        "RuntimeDirectoryMode": "0755", 
        "SameProcessGroup": "no", 
        "SecureBits": "0", 
        "SendSIGHUP": "no", 
        "SendSIGKILL": "yes", 
        "Slice": "system.slice", 
        "StandardError": "null", 
        "StandardInput": "null", 
        "StandardOutput": "null", 
        "StartLimitAction": "none", 
        "StartLimitBurst": "5", 
        "StartLimitInterval": "10000000", 
        "StartupBlockIOWeight": "18446744073709551615", 
        "StartupCPUShares": "18446744073709551615", 
        "StatusErrno": "0", 
        "StopWhenUnneeded": "no", 
        "SubState": "running", 
        "SyslogLevelPrefix": "yes", 
        "SyslogPriority": "30", 
        "SystemCallErrorNumber": "0", 
        "TTYReset": "no", 
        "TTYVHangup": "no", 
        "TTYVTDisallocate": "no", 
        "TasksAccounting": "no", 
        "TasksCurrent": "18446744073709551615", 
        "TasksMax": "18446744073709551615", 
        "TimeoutStartUSec": "1min 30s", 
        "TimeoutStopUSec": "1min 30s", 
        "TimerSlackNSec": "50000", 
        "Transient": "no", 
        "Type": "dbus", 
        "UMask": "0022", 
        "UnitFilePreset": "enabled", 
        "UnitFileState": "enabled", 
        "WantedBy": "multi-user.target", 
        "Wants": "network-pre.target", 
        "WatchdogTimestamp": "Tue 2025-04-29 12:54:55 EDT", 
        "WatchdogTimestampMonotonic": "243805483", 
        "WatchdogUSec": "0"
    }
}

TASK [fedora.linux_system_roles.firewall : Enable and start firewalld service] ***
task path: /tmp/collections-Tsf/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:28
Tuesday 29 April 2025  12:56:07 -0400 (0:00:00.398)       0:00:17.540 ********* 
ok: [managed-node2] => {
    "changed": false, 
    "enabled": true, 
    "name": "firewalld", 
    "state": "started", 
    "status": {
        "ActiveEnterTimestamp": "Tue 2025-04-29 12:54:55 EDT", 
        "ActiveEnterTimestampMonotonic": "243805559", 
        "ActiveExitTimestampMonotonic": "0", 
        "ActiveState": "active", 
        "After": "dbus.service polkit.service basic.target system.slice", 
        "AllowIsolate": "no", 
        "AmbientCapabilities": "0", 
        "AssertResult": "yes", 
        "AssertTimestamp": "Tue 2025-04-29 12:54:55 EDT", 
        "AssertTimestampMonotonic": "243556550", 
        "Before": "shutdown.target multi-user.target network-pre.target", 
        "BlockIOAccounting": "no", 
        "BlockIOWeight": "18446744073709551615", 
        "BusName": "org.fedoraproject.FirewallD1", 
        "CPUAccounting": "no", 
        "CPUQuotaPerSecUSec": "infinity", 
        "CPUSchedulingPolicy": "0", 
        "CPUSchedulingPriority": "0", 
        "CPUSchedulingResetOnFork": "no", 
        "CPUShares": "18446744073709551615", 
        "CanIsolate": "no", 
        "CanReload": "yes", 
        "CanStart": "yes", 
        "CanStop": "yes", 
        "CapabilityBoundingSet": "18446744073709551615", 
        "CollectMode": "inactive", 
        "ConditionResult": "yes", 
        "ConditionTimestamp": "Tue 2025-04-29 12:54:55 EDT", 
        "ConditionTimestampMonotonic": "243556548", 
        "Conflicts": "iptables.service shutdown.target ipset.service ip6tables.service ebtables.service", 
        "ControlGroup": "/system.slice/firewalld.service", 
        "ControlPID": "0", 
        "DefaultDependencies": "yes", 
        "Delegate": "no", 
        "Description": "firewalld - dynamic firewall daemon", 
        "DevicePolicy": "auto", 
        "Documentation": "man:firewalld(1)", 
        "EnvironmentFile": "/etc/sysconfig/firewalld (ignore_errors=yes)", 
        "ExecMainCode": "0", 
        "ExecMainExitTimestampMonotonic": "0", 
        "ExecMainPID": "9545", 
        "ExecMainStartTimestamp": "Tue 2025-04-29 12:54:55 EDT", 
        "ExecMainStartTimestampMonotonic": "243557607", 
        "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=[Tue 2025-04-29 12:54:55 EDT] ; stop_time=[n/a] ; pid=9545 ; code=(null) ; status=0/0 }", 
        "FailureAction": "none", 
        "FileDescriptorStoreMax": "0", 
        "FragmentPath": "/usr/lib/systemd/system/firewalld.service", 
        "GuessMainPID": "yes", 
        "IOScheduling": "0", 
        "Id": "firewalld.service", 
        "IgnoreOnIsolate": "no", 
        "IgnoreOnSnapshot": "no", 
        "IgnoreSIGPIPE": "yes", 
        "InactiveEnterTimestampMonotonic": "0", 
        "InactiveExitTimestamp": "Tue 2025-04-29 12:54:55 EDT", 
        "InactiveExitTimestampMonotonic": "243557638", 
        "JobTimeoutAction": "none", 
        "JobTimeoutUSec": "0", 
        "KillMode": "mixed", 
        "KillSignal": "15", 
        "LimitAS": "18446744073709551615", 
        "LimitCORE": "18446744073709551615", 
        "LimitCPU": "18446744073709551615", 
        "LimitDATA": "18446744073709551615", 
        "LimitFSIZE": "18446744073709551615", 
        "LimitLOCKS": "18446744073709551615", 
        "LimitMEMLOCK": "65536", 
        "LimitMSGQUEUE": "819200", 
        "LimitNICE": "0", 
        "LimitNOFILE": "4096", 
        "LimitNPROC": "14311", 
        "LimitRSS": "18446744073709551615", 
        "LimitRTPRIO": "0", 
        "LimitRTTIME": "18446744073709551615", 
        "LimitSIGPENDING": "14311", 
        "LimitSTACK": "18446744073709551615", 
        "LoadState": "loaded", 
        "MainPID": "9545", 
        "MemoryAccounting": "no", 
        "MemoryCurrent": "18446744073709551615", 
        "MemoryLimit": "18446744073709551615", 
        "MountFlags": "0", 
        "Names": "firewalld.service", 
        "NeedDaemonReload": "no", 
        "Nice": "0", 
        "NoNewPrivileges": "no", 
        "NonBlocking": "no", 
        "NotifyAccess": "none", 
        "OOMScoreAdjust": "0", 
        "OnFailureJobMode": "replace", 
        "PermissionsStartOnly": "no", 
        "PrivateDevices": "no", 
        "PrivateNetwork": "no", 
        "PrivateTmp": "no", 
        "ProtectHome": "no", 
        "ProtectSystem": "no", 
        "RefuseManualStart": "no", 
        "RefuseManualStop": "no", 
        "RemainAfterExit": "no", 
        "Requires": "basic.target system.slice", 
        "Restart": "no", 
        "RestartUSec": "100ms", 
        "Result": "success", 
        "RootDirectoryStartOnly": "no", 
        "RuntimeDirectoryMode": "0755", 
        "SameProcessGroup": "no", 
        "SecureBits": "0", 
        "SendSIGHUP": "no", 
        "SendSIGKILL": "yes", 
        "Slice": "system.slice", 
        "StandardError": "null", 
        "StandardInput": "null", 
        "StandardOutput": "null", 
        "StartLimitAction": "none", 
        "StartLimitBurst": "5", 
        "StartLimitInterval": "10000000", 
        "StartupBlockIOWeight": "18446744073709551615", 
        "StartupCPUShares": "18446744073709551615", 
        "StatusErrno": "0", 
        "StopWhenUnneeded": "no", 
        "SubState": "running", 
        "SyslogLevelPrefix": "yes", 
        "SyslogPriority": "30", 
        "SystemCallErrorNumber": "0", 
        "TTYReset": "no", 
        "TTYVHangup": "no", 
        "TTYVTDisallocate": "no", 
        "TasksAccounting": "no", 
        "TasksCurrent": "18446744073709551615", 
        "TasksMax": "18446744073709551615", 
        "TimeoutStartUSec": "1min 30s", 
        "TimeoutStopUSec": "1min 30s", 
        "TimerSlackNSec": "50000", 
        "Transient": "no", 
        "Type": "dbus", 
        "UMask": "0022", 
        "UnitFilePreset": "enabled", 
        "UnitFileState": "enabled", 
        "WantedBy": "multi-user.target", 
        "Wants": "network-pre.target", 
        "WatchdogTimestamp": "Tue 2025-04-29 12:54:55 EDT", 
        "WatchdogTimestampMonotonic": "243805483", 
        "WatchdogUSec": "0"
    }
}

TASK [fedora.linux_system_roles.firewall : Check if previous replaced is defined] ***
task path: /tmp/collections-Tsf/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:34
Tuesday 29 April 2025  12:56:07 -0400 (0:00:00.408)       0:00:17.949 ********* 
ok: [managed-node2] => {
    "ansible_facts": {
        "__firewall_previous_replaced": false, 
        "__firewall_python_cmd": "/usr/bin/python", 
        "__firewall_report_changed": true
    }, 
    "changed": false
}

TASK [fedora.linux_system_roles.firewall : Get config files, checksums before and remove] ***
task path: /tmp/collections-Tsf/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:43
Tuesday 29 April 2025  12:56:07 -0400 (0:00:00.066)       0:00:18.015 ********* 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Tell firewall module it is able to report changed] ***
task path: /tmp/collections-Tsf/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:55
Tuesday 29 April 2025  12:56:08 -0400 (0:00:00.060)       0:00:18.076 ********* 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Configure firewall] *****************
task path: /tmp/collections-Tsf/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:71
Tuesday 29 April 2025  12:56:08 -0400 (0:00:00.066)       0:00:18.142 ********* 
changed: [managed-node2] => (item={u'ipset': u'customipset', u'state': u'absent', u'permanent': True, u'ipset_entries': [u'8.8.8.8', u'127.0.0.1']}) => {
    "__firewall_changed": true, 
    "ansible_loop_var": "item", 
    "changed": true, 
    "item": {
        "ipset": "customipset", 
        "ipset_entries": [
            "8.8.8.8", 
            "127.0.0.1"
        ], 
        "permanent": true, 
        "state": "absent"
    }
}

TASK [fedora.linux_system_roles.firewall : Gather firewall config information] ***
task path: /tmp/collections-Tsf/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:121
Tuesday 29 April 2025  12:56:08 -0400 (0:00:00.869)       0:00:19.012 ********* 
skipping: [managed-node2] => (item={u'ipset': u'customipset', u'state': u'absent', u'permanent': True, u'ipset_entries': [u'8.8.8.8', u'127.0.0.1']})  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": {
        "ipset": "customipset", 
        "ipset_entries": [
            "8.8.8.8", 
            "127.0.0.1"
        ], 
        "permanent": true, 
        "state": "absent"
    }, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Update firewalld_config fact] *******
task path: /tmp/collections-Tsf/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:131
Tuesday 29 April 2025  12:56:09 -0400 (0:00:00.086)       0:00:19.098 ********* 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Gather firewall config if no arguments] ***
task path: /tmp/collections-Tsf/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:140
Tuesday 29 April 2025  12:56:09 -0400 (0:00:00.071)       0:00:19.169 ********* 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Update firewalld_config fact] *******
task path: /tmp/collections-Tsf/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:145
Tuesday 29 April 2025  12:56:09 -0400 (0:00:00.071)       0:00:19.241 ********* 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Get config files, checksums after] ***
task path: /tmp/collections-Tsf/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:154
Tuesday 29 April 2025  12:56:09 -0400 (0:00:00.058)       0:00:19.300 ********* 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Calculate what has changed] *********
task path: /tmp/collections-Tsf/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:164
Tuesday 29 April 2025  12:56:09 -0400 (0:00:00.048)       0:00:19.349 ********* 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Show diffs] *************************
task path: /tmp/collections-Tsf/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:170
Tuesday 29 April 2025  12:56:09 -0400 (0:00:00.050)       0:00:19.399 ********* 
skipping: [managed-node2] => {}

TASK [Check that custom ipset not removed] *************************************
task path: /tmp/collections-Tsf/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_ipsets.yml:88
Tuesday 29 April 2025  12:56:09 -0400 (0:00:00.047)       0:00:19.447 ********* 
ok: [managed-node2] => {
    "changed": false, 
    "cmd": "set -o pipefail\nfirewall-cmd --permanent --get-ipsets | grep customipset\n", 
    "delta": "0:00:00.262607", 
    "end": "2025-04-29 12:56:09.920561", 
    "failed_when_result": false, 
    "rc": 0, 
    "start": "2025-04-29 12:56:09.657954"
}

STDOUT:

customipset

TASK [Check that entry has been removed] ***************************************
task path: /tmp/collections-Tsf/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_ipsets.yml:97
Tuesday 29 April 2025  12:56:10 -0400 (0:00:00.591)       0:00:20.038 ********* 
ok: [managed-node2] => {
    "changed": false, 
    "cmd": [
        "firewall-cmd", 
        "--permanent", 
        "--ipset", 
        "customipset", 
        "--query-entry", 
        "8.8.8.8"
    ], 
    "delta": "0:00:00.269486", 
    "end": "2025-04-29 12:56:10.542683", 
    "failed_when_result": false, 
    "rc": 1, 
    "start": "2025-04-29 12:56:10.273197"
}

STDOUT:

no


MSG:

non-zero return code

TASK [Test update short and description] ***************************************
task path: /tmp/collections-Tsf/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_ipsets.yml:104
Tuesday 29 April 2025  12:56:10 -0400 (0:00:00.594)       0:00:20.633 ********* 

TASK [fedora.linux_system_roles.firewall : Setup firewalld] ********************
task path: /tmp/collections-Tsf/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:2
Tuesday 29 April 2025  12:56:10 -0400 (0:00:00.111)       0:00:20.744 ********* 
included: /tmp/collections-Tsf/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml for managed-node2

TASK [fedora.linux_system_roles.firewall : Ensure ansible_facts used by role] ***
task path: /tmp/collections-Tsf/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:2
Tuesday 29 April 2025  12:56:10 -0400 (0:00:00.050)       0:00:20.795 ********* 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Check if system is ostree] **********
task path: /tmp/collections-Tsf/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:10
Tuesday 29 April 2025  12:56:10 -0400 (0:00:00.133)       0:00:20.928 ********* 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Set flag to indicate system is ostree] ***
task path: /tmp/collections-Tsf/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:15
Tuesday 29 April 2025  12:56:11 -0400 (0:00:00.137)       0:00:21.065 ********* 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Check if transactional-update exists in /sbin] ***
task path: /tmp/collections-Tsf/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:22
Tuesday 29 April 2025  12:56:11 -0400 (0:00:00.178)       0:00:21.244 ********* 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Set flag if transactional-update exists] ***
task path: /tmp/collections-Tsf/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:27
Tuesday 29 April 2025  12:56:11 -0400 (0:00:00.059)       0:00:21.303 ********* 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Install firewalld] ******************
task path: /tmp/collections-Tsf/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:31
Tuesday 29 April 2025  12:56:11 -0400 (0:00:00.060)       0:00:21.364 ********* 
ok: [managed-node2] => {
    "changed": false, 
    "rc": 0, 
    "results": [
        "firewalld-0.6.3-13.el7_9.noarch providing firewalld is already installed"
    ]
}

TASK [fedora.linux_system_roles.firewall : Notify user that reboot is needed to apply changes] ***
task path: /tmp/collections-Tsf/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:43
Tuesday 29 April 2025  12:56:12 -0400 (0:00:00.669)       0:00:22.033 ********* 
skipping: [managed-node2] => {}

TASK [fedora.linux_system_roles.firewall : Reboot transactional update systems] ***
task path: /tmp/collections-Tsf/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:48
Tuesday 29 April 2025  12:56:12 -0400 (0:00:00.062)       0:00:22.096 ********* 
skipping: [managed-node2] => {
    "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-Tsf/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:53
Tuesday 29 April 2025  12:56:12 -0400 (0:00:00.068)       0:00:22.164 ********* 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Collect service facts] **************
task path: /tmp/collections-Tsf/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:5
Tuesday 29 April 2025  12:56:12 -0400 (0:00:00.058)       0:00:22.223 ********* 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Attempt to stop and disable conflicting services] ***
task path: /tmp/collections-Tsf/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:9
Tuesday 29 April 2025  12:56:12 -0400 (0:00:00.078)       0:00:22.302 ********* 
skipping: [managed-node2] => (item=nftables)  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": "nftables", 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node2] => (item=iptables)  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": "iptables", 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node2] => (item=ufw)  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": "ufw", 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Unmask firewalld service] ***********
task path: /tmp/collections-Tsf/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:22
Tuesday 29 April 2025  12:56:12 -0400 (0:00:00.080)       0:00:22.382 ********* 
ok: [managed-node2] => {
    "changed": false, 
    "name": "firewalld", 
    "status": {
        "ActiveEnterTimestamp": "Tue 2025-04-29 12:54:55 EDT", 
        "ActiveEnterTimestampMonotonic": "243805559", 
        "ActiveExitTimestampMonotonic": "0", 
        "ActiveState": "active", 
        "After": "dbus.service polkit.service basic.target system.slice", 
        "AllowIsolate": "no", 
        "AmbientCapabilities": "0", 
        "AssertResult": "yes", 
        "AssertTimestamp": "Tue 2025-04-29 12:54:55 EDT", 
        "AssertTimestampMonotonic": "243556550", 
        "Before": "shutdown.target multi-user.target network-pre.target", 
        "BlockIOAccounting": "no", 
        "BlockIOWeight": "18446744073709551615", 
        "BusName": "org.fedoraproject.FirewallD1", 
        "CPUAccounting": "no", 
        "CPUQuotaPerSecUSec": "infinity", 
        "CPUSchedulingPolicy": "0", 
        "CPUSchedulingPriority": "0", 
        "CPUSchedulingResetOnFork": "no", 
        "CPUShares": "18446744073709551615", 
        "CanIsolate": "no", 
        "CanReload": "yes", 
        "CanStart": "yes", 
        "CanStop": "yes", 
        "CapabilityBoundingSet": "18446744073709551615", 
        "CollectMode": "inactive", 
        "ConditionResult": "yes", 
        "ConditionTimestamp": "Tue 2025-04-29 12:54:55 EDT", 
        "ConditionTimestampMonotonic": "243556548", 
        "Conflicts": "iptables.service shutdown.target ipset.service ip6tables.service ebtables.service", 
        "ControlGroup": "/system.slice/firewalld.service", 
        "ControlPID": "0", 
        "DefaultDependencies": "yes", 
        "Delegate": "no", 
        "Description": "firewalld - dynamic firewall daemon", 
        "DevicePolicy": "auto", 
        "Documentation": "man:firewalld(1)", 
        "EnvironmentFile": "/etc/sysconfig/firewalld (ignore_errors=yes)", 
        "ExecMainCode": "0", 
        "ExecMainExitTimestampMonotonic": "0", 
        "ExecMainPID": "9545", 
        "ExecMainStartTimestamp": "Tue 2025-04-29 12:54:55 EDT", 
        "ExecMainStartTimestampMonotonic": "243557607", 
        "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=[Tue 2025-04-29 12:54:55 EDT] ; stop_time=[n/a] ; pid=9545 ; code=(null) ; status=0/0 }", 
        "FailureAction": "none", 
        "FileDescriptorStoreMax": "0", 
        "FragmentPath": "/usr/lib/systemd/system/firewalld.service", 
        "GuessMainPID": "yes", 
        "IOScheduling": "0", 
        "Id": "firewalld.service", 
        "IgnoreOnIsolate": "no", 
        "IgnoreOnSnapshot": "no", 
        "IgnoreSIGPIPE": "yes", 
        "InactiveEnterTimestampMonotonic": "0", 
        "InactiveExitTimestamp": "Tue 2025-04-29 12:54:55 EDT", 
        "InactiveExitTimestampMonotonic": "243557638", 
        "JobTimeoutAction": "none", 
        "JobTimeoutUSec": "0", 
        "KillMode": "mixed", 
        "KillSignal": "15", 
        "LimitAS": "18446744073709551615", 
        "LimitCORE": "18446744073709551615", 
        "LimitCPU": "18446744073709551615", 
        "LimitDATA": "18446744073709551615", 
        "LimitFSIZE": "18446744073709551615", 
        "LimitLOCKS": "18446744073709551615", 
        "LimitMEMLOCK": "65536", 
        "LimitMSGQUEUE": "819200", 
        "LimitNICE": "0", 
        "LimitNOFILE": "4096", 
        "LimitNPROC": "14311", 
        "LimitRSS": "18446744073709551615", 
        "LimitRTPRIO": "0", 
        "LimitRTTIME": "18446744073709551615", 
        "LimitSIGPENDING": "14311", 
        "LimitSTACK": "18446744073709551615", 
        "LoadState": "loaded", 
        "MainPID": "9545", 
        "MemoryAccounting": "no", 
        "MemoryCurrent": "18446744073709551615", 
        "MemoryLimit": "18446744073709551615", 
        "MountFlags": "0", 
        "Names": "firewalld.service", 
        "NeedDaemonReload": "no", 
        "Nice": "0", 
        "NoNewPrivileges": "no", 
        "NonBlocking": "no", 
        "NotifyAccess": "none", 
        "OOMScoreAdjust": "0", 
        "OnFailureJobMode": "replace", 
        "PermissionsStartOnly": "no", 
        "PrivateDevices": "no", 
        "PrivateNetwork": "no", 
        "PrivateTmp": "no", 
        "ProtectHome": "no", 
        "ProtectSystem": "no", 
        "RefuseManualStart": "no", 
        "RefuseManualStop": "no", 
        "RemainAfterExit": "no", 
        "Requires": "basic.target system.slice", 
        "Restart": "no", 
        "RestartUSec": "100ms", 
        "Result": "success", 
        "RootDirectoryStartOnly": "no", 
        "RuntimeDirectoryMode": "0755", 
        "SameProcessGroup": "no", 
        "SecureBits": "0", 
        "SendSIGHUP": "no", 
        "SendSIGKILL": "yes", 
        "Slice": "system.slice", 
        "StandardError": "null", 
        "StandardInput": "null", 
        "StandardOutput": "null", 
        "StartLimitAction": "none", 
        "StartLimitBurst": "5", 
        "StartLimitInterval": "10000000", 
        "StartupBlockIOWeight": "18446744073709551615", 
        "StartupCPUShares": "18446744073709551615", 
        "StatusErrno": "0", 
        "StopWhenUnneeded": "no", 
        "SubState": "running", 
        "SyslogLevelPrefix": "yes", 
        "SyslogPriority": "30", 
        "SystemCallErrorNumber": "0", 
        "TTYReset": "no", 
        "TTYVHangup": "no", 
        "TTYVTDisallocate": "no", 
        "TasksAccounting": "no", 
        "TasksCurrent": "18446744073709551615", 
        "TasksMax": "18446744073709551615", 
        "TimeoutStartUSec": "1min 30s", 
        "TimeoutStopUSec": "1min 30s", 
        "TimerSlackNSec": "50000", 
        "Transient": "no", 
        "Type": "dbus", 
        "UMask": "0022", 
        "UnitFilePreset": "enabled", 
        "UnitFileState": "enabled", 
        "WantedBy": "multi-user.target", 
        "Wants": "network-pre.target", 
        "WatchdogTimestamp": "Tue 2025-04-29 12:54:55 EDT", 
        "WatchdogTimestampMonotonic": "243805483", 
        "WatchdogUSec": "0"
    }
}

TASK [fedora.linux_system_roles.firewall : Enable and start firewalld service] ***
task path: /tmp/collections-Tsf/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:28
Tuesday 29 April 2025  12:56:12 -0400 (0:00:00.447)       0:00:22.830 ********* 
ok: [managed-node2] => {
    "changed": false, 
    "enabled": true, 
    "name": "firewalld", 
    "state": "started", 
    "status": {
        "ActiveEnterTimestamp": "Tue 2025-04-29 12:54:55 EDT", 
        "ActiveEnterTimestampMonotonic": "243805559", 
        "ActiveExitTimestampMonotonic": "0", 
        "ActiveState": "active", 
        "After": "dbus.service polkit.service basic.target system.slice", 
        "AllowIsolate": "no", 
        "AmbientCapabilities": "0", 
        "AssertResult": "yes", 
        "AssertTimestamp": "Tue 2025-04-29 12:54:55 EDT", 
        "AssertTimestampMonotonic": "243556550", 
        "Before": "shutdown.target multi-user.target network-pre.target", 
        "BlockIOAccounting": "no", 
        "BlockIOWeight": "18446744073709551615", 
        "BusName": "org.fedoraproject.FirewallD1", 
        "CPUAccounting": "no", 
        "CPUQuotaPerSecUSec": "infinity", 
        "CPUSchedulingPolicy": "0", 
        "CPUSchedulingPriority": "0", 
        "CPUSchedulingResetOnFork": "no", 
        "CPUShares": "18446744073709551615", 
        "CanIsolate": "no", 
        "CanReload": "yes", 
        "CanStart": "yes", 
        "CanStop": "yes", 
        "CapabilityBoundingSet": "18446744073709551615", 
        "CollectMode": "inactive", 
        "ConditionResult": "yes", 
        "ConditionTimestamp": "Tue 2025-04-29 12:54:55 EDT", 
        "ConditionTimestampMonotonic": "243556548", 
        "Conflicts": "iptables.service shutdown.target ipset.service ip6tables.service ebtables.service", 
        "ControlGroup": "/system.slice/firewalld.service", 
        "ControlPID": "0", 
        "DefaultDependencies": "yes", 
        "Delegate": "no", 
        "Description": "firewalld - dynamic firewall daemon", 
        "DevicePolicy": "auto", 
        "Documentation": "man:firewalld(1)", 
        "EnvironmentFile": "/etc/sysconfig/firewalld (ignore_errors=yes)", 
        "ExecMainCode": "0", 
        "ExecMainExitTimestampMonotonic": "0", 
        "ExecMainPID": "9545", 
        "ExecMainStartTimestamp": "Tue 2025-04-29 12:54:55 EDT", 
        "ExecMainStartTimestampMonotonic": "243557607", 
        "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=[Tue 2025-04-29 12:54:55 EDT] ; stop_time=[n/a] ; pid=9545 ; code=(null) ; status=0/0 }", 
        "FailureAction": "none", 
        "FileDescriptorStoreMax": "0", 
        "FragmentPath": "/usr/lib/systemd/system/firewalld.service", 
        "GuessMainPID": "yes", 
        "IOScheduling": "0", 
        "Id": "firewalld.service", 
        "IgnoreOnIsolate": "no", 
        "IgnoreOnSnapshot": "no", 
        "IgnoreSIGPIPE": "yes", 
        "InactiveEnterTimestampMonotonic": "0", 
        "InactiveExitTimestamp": "Tue 2025-04-29 12:54:55 EDT", 
        "InactiveExitTimestampMonotonic": "243557638", 
        "JobTimeoutAction": "none", 
        "JobTimeoutUSec": "0", 
        "KillMode": "mixed", 
        "KillSignal": "15", 
        "LimitAS": "18446744073709551615", 
        "LimitCORE": "18446744073709551615", 
        "LimitCPU": "18446744073709551615", 
        "LimitDATA": "18446744073709551615", 
        "LimitFSIZE": "18446744073709551615", 
        "LimitLOCKS": "18446744073709551615", 
        "LimitMEMLOCK": "65536", 
        "LimitMSGQUEUE": "819200", 
        "LimitNICE": "0", 
        "LimitNOFILE": "4096", 
        "LimitNPROC": "14311", 
        "LimitRSS": "18446744073709551615", 
        "LimitRTPRIO": "0", 
        "LimitRTTIME": "18446744073709551615", 
        "LimitSIGPENDING": "14311", 
        "LimitSTACK": "18446744073709551615", 
        "LoadState": "loaded", 
        "MainPID": "9545", 
        "MemoryAccounting": "no", 
        "MemoryCurrent": "18446744073709551615", 
        "MemoryLimit": "18446744073709551615", 
        "MountFlags": "0", 
        "Names": "firewalld.service", 
        "NeedDaemonReload": "no", 
        "Nice": "0", 
        "NoNewPrivileges": "no", 
        "NonBlocking": "no", 
        "NotifyAccess": "none", 
        "OOMScoreAdjust": "0", 
        "OnFailureJobMode": "replace", 
        "PermissionsStartOnly": "no", 
        "PrivateDevices": "no", 
        "PrivateNetwork": "no", 
        "PrivateTmp": "no", 
        "ProtectHome": "no", 
        "ProtectSystem": "no", 
        "RefuseManualStart": "no", 
        "RefuseManualStop": "no", 
        "RemainAfterExit": "no", 
        "Requires": "basic.target system.slice", 
        "Restart": "no", 
        "RestartUSec": "100ms", 
        "Result": "success", 
        "RootDirectoryStartOnly": "no", 
        "RuntimeDirectoryMode": "0755", 
        "SameProcessGroup": "no", 
        "SecureBits": "0", 
        "SendSIGHUP": "no", 
        "SendSIGKILL": "yes", 
        "Slice": "system.slice", 
        "StandardError": "null", 
        "StandardInput": "null", 
        "StandardOutput": "null", 
        "StartLimitAction": "none", 
        "StartLimitBurst": "5", 
        "StartLimitInterval": "10000000", 
        "StartupBlockIOWeight": "18446744073709551615", 
        "StartupCPUShares": "18446744073709551615", 
        "StatusErrno": "0", 
        "StopWhenUnneeded": "no", 
        "SubState": "running", 
        "SyslogLevelPrefix": "yes", 
        "SyslogPriority": "30", 
        "SystemCallErrorNumber": "0", 
        "TTYReset": "no", 
        "TTYVHangup": "no", 
        "TTYVTDisallocate": "no", 
        "TasksAccounting": "no", 
        "TasksCurrent": "18446744073709551615", 
        "TasksMax": "18446744073709551615", 
        "TimeoutStartUSec": "1min 30s", 
        "TimeoutStopUSec": "1min 30s", 
        "TimerSlackNSec": "50000", 
        "Transient": "no", 
        "Type": "dbus", 
        "UMask": "0022", 
        "UnitFilePreset": "enabled", 
        "UnitFileState": "enabled", 
        "WantedBy": "multi-user.target", 
        "Wants": "network-pre.target", 
        "WatchdogTimestamp": "Tue 2025-04-29 12:54:55 EDT", 
        "WatchdogTimestampMonotonic": "243805483", 
        "WatchdogUSec": "0"
    }
}

TASK [fedora.linux_system_roles.firewall : Check if previous replaced is defined] ***
task path: /tmp/collections-Tsf/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:34
Tuesday 29 April 2025  12:56:13 -0400 (0:00:00.409)       0:00:23.240 ********* 
ok: [managed-node2] => {
    "ansible_facts": {
        "__firewall_previous_replaced": false, 
        "__firewall_python_cmd": "/usr/bin/python", 
        "__firewall_report_changed": true
    }, 
    "changed": false
}

TASK [fedora.linux_system_roles.firewall : Get config files, checksums before and remove] ***
task path: /tmp/collections-Tsf/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:43
Tuesday 29 April 2025  12:56:13 -0400 (0:00:00.065)       0:00:23.305 ********* 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Tell firewall module it is able to report changed] ***
task path: /tmp/collections-Tsf/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:55
Tuesday 29 April 2025  12:56:13 -0400 (0:00:00.059)       0:00:23.365 ********* 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Configure firewall] *****************
task path: /tmp/collections-Tsf/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:71
Tuesday 29 April 2025  12:56:13 -0400 (0:00:00.065)       0:00:23.431 ********* 
changed: [managed-node2] => (item={u'ipset': u'customipset', u'state': u'present', u'permanent': True, u'description': u'Custom IPSet for testing purposes (changed)', u'short': u'CustomChanged'}) => {
    "__firewall_changed": true, 
    "ansible_loop_var": "item", 
    "changed": true, 
    "item": {
        "description": "Custom IPSet for testing purposes (changed)", 
        "ipset": "customipset", 
        "permanent": true, 
        "short": "CustomChanged", 
        "state": "present"
    }
}

TASK [fedora.linux_system_roles.firewall : Gather firewall config information] ***
task path: /tmp/collections-Tsf/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:121
Tuesday 29 April 2025  12:56:14 -0400 (0:00:00.841)       0:00:24.273 ********* 
skipping: [managed-node2] => (item={u'ipset': u'customipset', u'state': u'present', u'permanent': True, u'description': u'Custom IPSet for testing purposes (changed)', u'short': u'CustomChanged'})  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": {
        "description": "Custom IPSet for testing purposes (changed)", 
        "ipset": "customipset", 
        "permanent": true, 
        "short": "CustomChanged", 
        "state": "present"
    }, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Update firewalld_config fact] *******
task path: /tmp/collections-Tsf/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:131
Tuesday 29 April 2025  12:56:14 -0400 (0:00:00.063)       0:00:24.336 ********* 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Gather firewall config if no arguments] ***
task path: /tmp/collections-Tsf/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:140
Tuesday 29 April 2025  12:56:14 -0400 (0:00:00.057)       0:00:24.393 ********* 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Update firewalld_config fact] *******
task path: /tmp/collections-Tsf/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:145
Tuesday 29 April 2025  12:56:14 -0400 (0:00:00.043)       0:00:24.437 ********* 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Get config files, checksums after] ***
task path: /tmp/collections-Tsf/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:154
Tuesday 29 April 2025  12:56:14 -0400 (0:00:00.051)       0:00:24.488 ********* 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Calculate what has changed] *********
task path: /tmp/collections-Tsf/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:164
Tuesday 29 April 2025  12:56:14 -0400 (0:00:00.060)       0:00:24.549 ********* 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Show diffs] *************************
task path: /tmp/collections-Tsf/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:170
Tuesday 29 April 2025  12:56:14 -0400 (0:00:00.064)       0:00:24.613 ********* 
skipping: [managed-node2] => {}

TASK [Verify changes] **********************************************************
task path: /tmp/collections-Tsf/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_ipsets.yml:115
Tuesday 29 April 2025  12:56:14 -0400 (0:00:00.061)       0:00:24.675 ********* 
ok: [managed-node2] => (item={u'expected': u'Custom IPSet for testing purposes (changed)', u'command': u'firewall-cmd --permanent --ipset customipset --get-description\n'}) => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "cmd": [
        "firewall-cmd", 
        "--permanent", 
        "--ipset", 
        "customipset", 
        "--get-description"
    ], 
    "delta": "0:00:00.285652", 
    "end": "2025-04-29 12:56:15.240572", 
    "failed_when_result": false, 
    "item": {
        "command": "firewall-cmd --permanent --ipset customipset --get-description\n", 
        "expected": "Custom IPSet for testing purposes (changed)"
    }, 
    "rc": 0, 
    "start": "2025-04-29 12:56:14.954920"
}

STDOUT:

Custom IPSet for testing purposes (changed)
ok: [managed-node2] => (item={u'expected': u'CustomChanged', u'command': u'firewall-cmd --permanent --ipset customipset --get-short\n'}) => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "cmd": [
        "firewall-cmd", 
        "--permanent", 
        "--ipset", 
        "customipset", 
        "--get-short"
    ], 
    "delta": "0:00:00.266676", 
    "end": "2025-04-29 12:56:15.789478", 
    "failed_when_result": false, 
    "item": {
        "command": "firewall-cmd --permanent --ipset customipset --get-short\n", 
        "expected": "CustomChanged"
    }, 
    "rc": 0, 
    "start": "2025-04-29 12:56:15.522802"
}

STDOUT:

CustomChanged

TASK [Add ipset to default zone] ***********************************************
task path: /tmp/collections-Tsf/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_ipsets.yml:129
Tuesday 29 April 2025  12:56:15 -0400 (0:00:01.188)       0:00:25.863 ********* 

TASK [fedora.linux_system_roles.firewall : Setup firewalld] ********************
task path: /tmp/collections-Tsf/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:2
Tuesday 29 April 2025  12:56:15 -0400 (0:00:00.126)       0:00:25.989 ********* 
included: /tmp/collections-Tsf/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml for managed-node2

TASK [fedora.linux_system_roles.firewall : Ensure ansible_facts used by role] ***
task path: /tmp/collections-Tsf/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:2
Tuesday 29 April 2025  12:56:16 -0400 (0:00:00.035)       0:00:26.025 ********* 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Check if system is ostree] **********
task path: /tmp/collections-Tsf/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:10
Tuesday 29 April 2025  12:56:16 -0400 (0:00:00.047)       0:00:26.073 ********* 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Set flag to indicate system is ostree] ***
task path: /tmp/collections-Tsf/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:15
Tuesday 29 April 2025  12:56:16 -0400 (0:00:00.051)       0:00:26.125 ********* 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Check if transactional-update exists in /sbin] ***
task path: /tmp/collections-Tsf/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:22
Tuesday 29 April 2025  12:56:16 -0400 (0:00:00.066)       0:00:26.192 ********* 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Set flag if transactional-update exists] ***
task path: /tmp/collections-Tsf/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:27
Tuesday 29 April 2025  12:56:16 -0400 (0:00:00.049)       0:00:26.241 ********* 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Install firewalld] ******************
task path: /tmp/collections-Tsf/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:31
Tuesday 29 April 2025  12:56:16 -0400 (0:00:00.049)       0:00:26.290 ********* 
ok: [managed-node2] => {
    "changed": false, 
    "rc": 0, 
    "results": [
        "firewalld-0.6.3-13.el7_9.noarch providing firewalld is already installed"
    ]
}

TASK [fedora.linux_system_roles.firewall : Notify user that reboot is needed to apply changes] ***
task path: /tmp/collections-Tsf/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:43
Tuesday 29 April 2025  12:56:16 -0400 (0:00:00.618)       0:00:26.909 ********* 
skipping: [managed-node2] => {}

TASK [fedora.linux_system_roles.firewall : Reboot transactional update systems] ***
task path: /tmp/collections-Tsf/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:48
Tuesday 29 April 2025  12:56:16 -0400 (0:00:00.045)       0:00:26.955 ********* 
skipping: [managed-node2] => {
    "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-Tsf/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:53
Tuesday 29 April 2025  12:56:16 -0400 (0:00:00.041)       0:00:26.996 ********* 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Collect service facts] **************
task path: /tmp/collections-Tsf/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:5
Tuesday 29 April 2025  12:56:17 -0400 (0:00:00.042)       0:00:27.039 ********* 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Attempt to stop and disable conflicting services] ***
task path: /tmp/collections-Tsf/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:9
Tuesday 29 April 2025  12:56:17 -0400 (0:00:00.042)       0:00:27.081 ********* 
skipping: [managed-node2] => (item=nftables)  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": "nftables", 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node2] => (item=iptables)  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": "iptables", 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node2] => (item=ufw)  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": "ufw", 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Unmask firewalld service] ***********
task path: /tmp/collections-Tsf/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:22
Tuesday 29 April 2025  12:56:17 -0400 (0:00:00.055)       0:00:27.137 ********* 
ok: [managed-node2] => {
    "changed": false, 
    "name": "firewalld", 
    "status": {
        "ActiveEnterTimestamp": "Tue 2025-04-29 12:54:55 EDT", 
        "ActiveEnterTimestampMonotonic": "243805559", 
        "ActiveExitTimestampMonotonic": "0", 
        "ActiveState": "active", 
        "After": "dbus.service polkit.service basic.target system.slice", 
        "AllowIsolate": "no", 
        "AmbientCapabilities": "0", 
        "AssertResult": "yes", 
        "AssertTimestamp": "Tue 2025-04-29 12:54:55 EDT", 
        "AssertTimestampMonotonic": "243556550", 
        "Before": "shutdown.target multi-user.target network-pre.target", 
        "BlockIOAccounting": "no", 
        "BlockIOWeight": "18446744073709551615", 
        "BusName": "org.fedoraproject.FirewallD1", 
        "CPUAccounting": "no", 
        "CPUQuotaPerSecUSec": "infinity", 
        "CPUSchedulingPolicy": "0", 
        "CPUSchedulingPriority": "0", 
        "CPUSchedulingResetOnFork": "no", 
        "CPUShares": "18446744073709551615", 
        "CanIsolate": "no", 
        "CanReload": "yes", 
        "CanStart": "yes", 
        "CanStop": "yes", 
        "CapabilityBoundingSet": "18446744073709551615", 
        "CollectMode": "inactive", 
        "ConditionResult": "yes", 
        "ConditionTimestamp": "Tue 2025-04-29 12:54:55 EDT", 
        "ConditionTimestampMonotonic": "243556548", 
        "Conflicts": "iptables.service shutdown.target ipset.service ip6tables.service ebtables.service", 
        "ControlGroup": "/system.slice/firewalld.service", 
        "ControlPID": "0", 
        "DefaultDependencies": "yes", 
        "Delegate": "no", 
        "Description": "firewalld - dynamic firewall daemon", 
        "DevicePolicy": "auto", 
        "Documentation": "man:firewalld(1)", 
        "EnvironmentFile": "/etc/sysconfig/firewalld (ignore_errors=yes)", 
        "ExecMainCode": "0", 
        "ExecMainExitTimestampMonotonic": "0", 
        "ExecMainPID": "9545", 
        "ExecMainStartTimestamp": "Tue 2025-04-29 12:54:55 EDT", 
        "ExecMainStartTimestampMonotonic": "243557607", 
        "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=[Tue 2025-04-29 12:54:55 EDT] ; stop_time=[n/a] ; pid=9545 ; code=(null) ; status=0/0 }", 
        "FailureAction": "none", 
        "FileDescriptorStoreMax": "0", 
        "FragmentPath": "/usr/lib/systemd/system/firewalld.service", 
        "GuessMainPID": "yes", 
        "IOScheduling": "0", 
        "Id": "firewalld.service", 
        "IgnoreOnIsolate": "no", 
        "IgnoreOnSnapshot": "no", 
        "IgnoreSIGPIPE": "yes", 
        "InactiveEnterTimestampMonotonic": "0", 
        "InactiveExitTimestamp": "Tue 2025-04-29 12:54:55 EDT", 
        "InactiveExitTimestampMonotonic": "243557638", 
        "JobTimeoutAction": "none", 
        "JobTimeoutUSec": "0", 
        "KillMode": "mixed", 
        "KillSignal": "15", 
        "LimitAS": "18446744073709551615", 
        "LimitCORE": "18446744073709551615", 
        "LimitCPU": "18446744073709551615", 
        "LimitDATA": "18446744073709551615", 
        "LimitFSIZE": "18446744073709551615", 
        "LimitLOCKS": "18446744073709551615", 
        "LimitMEMLOCK": "65536", 
        "LimitMSGQUEUE": "819200", 
        "LimitNICE": "0", 
        "LimitNOFILE": "4096", 
        "LimitNPROC": "14311", 
        "LimitRSS": "18446744073709551615", 
        "LimitRTPRIO": "0", 
        "LimitRTTIME": "18446744073709551615", 
        "LimitSIGPENDING": "14311", 
        "LimitSTACK": "18446744073709551615", 
        "LoadState": "loaded", 
        "MainPID": "9545", 
        "MemoryAccounting": "no", 
        "MemoryCurrent": "18446744073709551615", 
        "MemoryLimit": "18446744073709551615", 
        "MountFlags": "0", 
        "Names": "firewalld.service", 
        "NeedDaemonReload": "no", 
        "Nice": "0", 
        "NoNewPrivileges": "no", 
        "NonBlocking": "no", 
        "NotifyAccess": "none", 
        "OOMScoreAdjust": "0", 
        "OnFailureJobMode": "replace", 
        "PermissionsStartOnly": "no", 
        "PrivateDevices": "no", 
        "PrivateNetwork": "no", 
        "PrivateTmp": "no", 
        "ProtectHome": "no", 
        "ProtectSystem": "no", 
        "RefuseManualStart": "no", 
        "RefuseManualStop": "no", 
        "RemainAfterExit": "no", 
        "Requires": "basic.target system.slice", 
        "Restart": "no", 
        "RestartUSec": "100ms", 
        "Result": "success", 
        "RootDirectoryStartOnly": "no", 
        "RuntimeDirectoryMode": "0755", 
        "SameProcessGroup": "no", 
        "SecureBits": "0", 
        "SendSIGHUP": "no", 
        "SendSIGKILL": "yes", 
        "Slice": "system.slice", 
        "StandardError": "null", 
        "StandardInput": "null", 
        "StandardOutput": "null", 
        "StartLimitAction": "none", 
        "StartLimitBurst": "5", 
        "StartLimitInterval": "10000000", 
        "StartupBlockIOWeight": "18446744073709551615", 
        "StartupCPUShares": "18446744073709551615", 
        "StatusErrno": "0", 
        "StopWhenUnneeded": "no", 
        "SubState": "running", 
        "SyslogLevelPrefix": "yes", 
        "SyslogPriority": "30", 
        "SystemCallErrorNumber": "0", 
        "TTYReset": "no", 
        "TTYVHangup": "no", 
        "TTYVTDisallocate": "no", 
        "TasksAccounting": "no", 
        "TasksCurrent": "18446744073709551615", 
        "TasksMax": "18446744073709551615", 
        "TimeoutStartUSec": "1min 30s", 
        "TimeoutStopUSec": "1min 30s", 
        "TimerSlackNSec": "50000", 
        "Transient": "no", 
        "Type": "dbus", 
        "UMask": "0022", 
        "UnitFilePreset": "enabled", 
        "UnitFileState": "enabled", 
        "WantedBy": "multi-user.target", 
        "Wants": "network-pre.target", 
        "WatchdogTimestamp": "Tue 2025-04-29 12:54:55 EDT", 
        "WatchdogTimestampMonotonic": "243805483", 
        "WatchdogUSec": "0"
    }
}

TASK [fedora.linux_system_roles.firewall : Enable and start firewalld service] ***
task path: /tmp/collections-Tsf/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:28
Tuesday 29 April 2025  12:56:17 -0400 (0:00:00.392)       0:00:27.530 ********* 
ok: [managed-node2] => {
    "changed": false, 
    "enabled": true, 
    "name": "firewalld", 
    "state": "started", 
    "status": {
        "ActiveEnterTimestamp": "Tue 2025-04-29 12:54:55 EDT", 
        "ActiveEnterTimestampMonotonic": "243805559", 
        "ActiveExitTimestampMonotonic": "0", 
        "ActiveState": "active", 
        "After": "dbus.service polkit.service basic.target system.slice", 
        "AllowIsolate": "no", 
        "AmbientCapabilities": "0", 
        "AssertResult": "yes", 
        "AssertTimestamp": "Tue 2025-04-29 12:54:55 EDT", 
        "AssertTimestampMonotonic": "243556550", 
        "Before": "shutdown.target multi-user.target network-pre.target", 
        "BlockIOAccounting": "no", 
        "BlockIOWeight": "18446744073709551615", 
        "BusName": "org.fedoraproject.FirewallD1", 
        "CPUAccounting": "no", 
        "CPUQuotaPerSecUSec": "infinity", 
        "CPUSchedulingPolicy": "0", 
        "CPUSchedulingPriority": "0", 
        "CPUSchedulingResetOnFork": "no", 
        "CPUShares": "18446744073709551615", 
        "CanIsolate": "no", 
        "CanReload": "yes", 
        "CanStart": "yes", 
        "CanStop": "yes", 
        "CapabilityBoundingSet": "18446744073709551615", 
        "CollectMode": "inactive", 
        "ConditionResult": "yes", 
        "ConditionTimestamp": "Tue 2025-04-29 12:54:55 EDT", 
        "ConditionTimestampMonotonic": "243556548", 
        "Conflicts": "iptables.service shutdown.target ipset.service ip6tables.service ebtables.service", 
        "ControlGroup": "/system.slice/firewalld.service", 
        "ControlPID": "0", 
        "DefaultDependencies": "yes", 
        "Delegate": "no", 
        "Description": "firewalld - dynamic firewall daemon", 
        "DevicePolicy": "auto", 
        "Documentation": "man:firewalld(1)", 
        "EnvironmentFile": "/etc/sysconfig/firewalld (ignore_errors=yes)", 
        "ExecMainCode": "0", 
        "ExecMainExitTimestampMonotonic": "0", 
        "ExecMainPID": "9545", 
        "ExecMainStartTimestamp": "Tue 2025-04-29 12:54:55 EDT", 
        "ExecMainStartTimestampMonotonic": "243557607", 
        "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=[Tue 2025-04-29 12:54:55 EDT] ; stop_time=[n/a] ; pid=9545 ; code=(null) ; status=0/0 }", 
        "FailureAction": "none", 
        "FileDescriptorStoreMax": "0", 
        "FragmentPath": "/usr/lib/systemd/system/firewalld.service", 
        "GuessMainPID": "yes", 
        "IOScheduling": "0", 
        "Id": "firewalld.service", 
        "IgnoreOnIsolate": "no", 
        "IgnoreOnSnapshot": "no", 
        "IgnoreSIGPIPE": "yes", 
        "InactiveEnterTimestampMonotonic": "0", 
        "InactiveExitTimestamp": "Tue 2025-04-29 12:54:55 EDT", 
        "InactiveExitTimestampMonotonic": "243557638", 
        "JobTimeoutAction": "none", 
        "JobTimeoutUSec": "0", 
        "KillMode": "mixed", 
        "KillSignal": "15", 
        "LimitAS": "18446744073709551615", 
        "LimitCORE": "18446744073709551615", 
        "LimitCPU": "18446744073709551615", 
        "LimitDATA": "18446744073709551615", 
        "LimitFSIZE": "18446744073709551615", 
        "LimitLOCKS": "18446744073709551615", 
        "LimitMEMLOCK": "65536", 
        "LimitMSGQUEUE": "819200", 
        "LimitNICE": "0", 
        "LimitNOFILE": "4096", 
        "LimitNPROC": "14311", 
        "LimitRSS": "18446744073709551615", 
        "LimitRTPRIO": "0", 
        "LimitRTTIME": "18446744073709551615", 
        "LimitSIGPENDING": "14311", 
        "LimitSTACK": "18446744073709551615", 
        "LoadState": "loaded", 
        "MainPID": "9545", 
        "MemoryAccounting": "no", 
        "MemoryCurrent": "18446744073709551615", 
        "MemoryLimit": "18446744073709551615", 
        "MountFlags": "0", 
        "Names": "firewalld.service", 
        "NeedDaemonReload": "no", 
        "Nice": "0", 
        "NoNewPrivileges": "no", 
        "NonBlocking": "no", 
        "NotifyAccess": "none", 
        "OOMScoreAdjust": "0", 
        "OnFailureJobMode": "replace", 
        "PermissionsStartOnly": "no", 
        "PrivateDevices": "no", 
        "PrivateNetwork": "no", 
        "PrivateTmp": "no", 
        "ProtectHome": "no", 
        "ProtectSystem": "no", 
        "RefuseManualStart": "no", 
        "RefuseManualStop": "no", 
        "RemainAfterExit": "no", 
        "Requires": "basic.target system.slice", 
        "Restart": "no", 
        "RestartUSec": "100ms", 
        "Result": "success", 
        "RootDirectoryStartOnly": "no", 
        "RuntimeDirectoryMode": "0755", 
        "SameProcessGroup": "no", 
        "SecureBits": "0", 
        "SendSIGHUP": "no", 
        "SendSIGKILL": "yes", 
        "Slice": "system.slice", 
        "StandardError": "null", 
        "StandardInput": "null", 
        "StandardOutput": "null", 
        "StartLimitAction": "none", 
        "StartLimitBurst": "5", 
        "StartLimitInterval": "10000000", 
        "StartupBlockIOWeight": "18446744073709551615", 
        "StartupCPUShares": "18446744073709551615", 
        "StatusErrno": "0", 
        "StopWhenUnneeded": "no", 
        "SubState": "running", 
        "SyslogLevelPrefix": "yes", 
        "SyslogPriority": "30", 
        "SystemCallErrorNumber": "0", 
        "TTYReset": "no", 
        "TTYVHangup": "no", 
        "TTYVTDisallocate": "no", 
        "TasksAccounting": "no", 
        "TasksCurrent": "18446744073709551615", 
        "TasksMax": "18446744073709551615", 
        "TimeoutStartUSec": "1min 30s", 
        "TimeoutStopUSec": "1min 30s", 
        "TimerSlackNSec": "50000", 
        "Transient": "no", 
        "Type": "dbus", 
        "UMask": "0022", 
        "UnitFilePreset": "enabled", 
        "UnitFileState": "enabled", 
        "WantedBy": "multi-user.target", 
        "Wants": "network-pre.target", 
        "WatchdogTimestamp": "Tue 2025-04-29 12:54:55 EDT", 
        "WatchdogTimestampMonotonic": "243805483", 
        "WatchdogUSec": "0"
    }
}

TASK [fedora.linux_system_roles.firewall : Check if previous replaced is defined] ***
task path: /tmp/collections-Tsf/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:34
Tuesday 29 April 2025  12:56:17 -0400 (0:00:00.394)       0:00:27.924 ********* 
ok: [managed-node2] => {
    "ansible_facts": {
        "__firewall_previous_replaced": false, 
        "__firewall_python_cmd": "/usr/bin/python", 
        "__firewall_report_changed": true
    }, 
    "changed": false
}

TASK [fedora.linux_system_roles.firewall : Get config files, checksums before and remove] ***
task path: /tmp/collections-Tsf/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:43
Tuesday 29 April 2025  12:56:17 -0400 (0:00:00.059)       0:00:27.984 ********* 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Tell firewall module it is able to report changed] ***
task path: /tmp/collections-Tsf/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:55
Tuesday 29 April 2025  12:56:18 -0400 (0:00:00.045)       0:00:28.030 ********* 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Configure firewall] *****************
task path: /tmp/collections-Tsf/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:71
Tuesday 29 April 2025  12:56:18 -0400 (0:00:00.042)       0:00:28.072 ********* 
changed: [managed-node2] => (item={u'source': u'ipset:customipset', u'state': u'enabled', u'runtime': True}) => {
    "__firewall_changed": true, 
    "ansible_loop_var": "item", 
    "changed": true, 
    "item": {
        "runtime": true, 
        "source": "ipset:customipset", 
        "state": "enabled"
    }
}

TASK [fedora.linux_system_roles.firewall : Gather firewall config information] ***
task path: /tmp/collections-Tsf/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:121
Tuesday 29 April 2025  12:56:18 -0400 (0:00:00.581)       0:00:28.653 ********* 
skipping: [managed-node2] => (item={u'source': u'ipset:customipset', u'state': u'enabled', u'runtime': True})  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": {
        "runtime": true, 
        "source": "ipset:customipset", 
        "state": "enabled"
    }, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Update firewalld_config fact] *******
task path: /tmp/collections-Tsf/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:131
Tuesday 29 April 2025  12:56:18 -0400 (0:00:00.079)       0:00:28.733 ********* 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Gather firewall config if no arguments] ***
task path: /tmp/collections-Tsf/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:140
Tuesday 29 April 2025  12:56:18 -0400 (0:00:00.073)       0:00:28.807 ********* 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Update firewalld_config fact] *******
task path: /tmp/collections-Tsf/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:145
Tuesday 29 April 2025  12:56:18 -0400 (0:00:00.064)       0:00:28.871 ********* 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Get config files, checksums after] ***
task path: /tmp/collections-Tsf/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:154
Tuesday 29 April 2025  12:56:18 -0400 (0:00:00.062)       0:00:28.934 ********* 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Calculate what has changed] *********
task path: /tmp/collections-Tsf/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:164
Tuesday 29 April 2025  12:56:18 -0400 (0:00:00.061)       0:00:28.995 ********* 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Show diffs] *************************
task path: /tmp/collections-Tsf/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:170
Tuesday 29 April 2025  12:56:19 -0400 (0:00:00.062)       0:00:29.057 ********* 
skipping: [managed-node2] => {}

TASK [Add ipset to default zone again] *****************************************
task path: /tmp/collections-Tsf/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_ipsets.yml:138
Tuesday 29 April 2025  12:56:19 -0400 (0:00:00.061)       0:00:29.118 ********* 

TASK [fedora.linux_system_roles.firewall : Setup firewalld] ********************
task path: /tmp/collections-Tsf/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:2
Tuesday 29 April 2025  12:56:19 -0400 (0:00:00.254)       0:00:29.373 ********* 
included: /tmp/collections-Tsf/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml for managed-node2

TASK [fedora.linux_system_roles.firewall : Ensure ansible_facts used by role] ***
task path: /tmp/collections-Tsf/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:2
Tuesday 29 April 2025  12:56:19 -0400 (0:00:00.057)       0:00:29.430 ********* 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Check if system is ostree] **********
task path: /tmp/collections-Tsf/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:10
Tuesday 29 April 2025  12:56:19 -0400 (0:00:00.066)       0:00:29.496 ********* 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Set flag to indicate system is ostree] ***
task path: /tmp/collections-Tsf/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:15
Tuesday 29 April 2025  12:56:19 -0400 (0:00:00.077)       0:00:29.574 ********* 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Check if transactional-update exists in /sbin] ***
task path: /tmp/collections-Tsf/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:22
Tuesday 29 April 2025  12:56:19 -0400 (0:00:00.063)       0:00:29.638 ********* 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Set flag if transactional-update exists] ***
task path: /tmp/collections-Tsf/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:27
Tuesday 29 April 2025  12:56:19 -0400 (0:00:00.055)       0:00:29.693 ********* 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Install firewalld] ******************
task path: /tmp/collections-Tsf/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:31
Tuesday 29 April 2025  12:56:19 -0400 (0:00:00.052)       0:00:29.745 ********* 
ok: [managed-node2] => {
    "changed": false, 
    "rc": 0, 
    "results": [
        "firewalld-0.6.3-13.el7_9.noarch providing firewalld is already installed"
    ]
}

TASK [fedora.linux_system_roles.firewall : Notify user that reboot is needed to apply changes] ***
task path: /tmp/collections-Tsf/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:43
Tuesday 29 April 2025  12:56:20 -0400 (0:00:00.636)       0:00:30.382 ********* 
skipping: [managed-node2] => {}

TASK [fedora.linux_system_roles.firewall : Reboot transactional update systems] ***
task path: /tmp/collections-Tsf/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:48
Tuesday 29 April 2025  12:56:20 -0400 (0:00:00.059)       0:00:30.441 ********* 
skipping: [managed-node2] => {
    "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-Tsf/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:53
Tuesday 29 April 2025  12:56:20 -0400 (0:00:00.054)       0:00:30.495 ********* 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Collect service facts] **************
task path: /tmp/collections-Tsf/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:5
Tuesday 29 April 2025  12:56:20 -0400 (0:00:00.060)       0:00:30.556 ********* 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Attempt to stop and disable conflicting services] ***
task path: /tmp/collections-Tsf/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:9
Tuesday 29 April 2025  12:56:20 -0400 (0:00:00.049)       0:00:30.605 ********* 
skipping: [managed-node2] => (item=nftables)  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": "nftables", 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node2] => (item=iptables)  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": "iptables", 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node2] => (item=ufw)  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": "ufw", 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Unmask firewalld service] ***********
task path: /tmp/collections-Tsf/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:22
Tuesday 29 April 2025  12:56:20 -0400 (0:00:00.057)       0:00:30.662 ********* 
ok: [managed-node2] => {
    "changed": false, 
    "name": "firewalld", 
    "status": {
        "ActiveEnterTimestamp": "Tue 2025-04-29 12:54:55 EDT", 
        "ActiveEnterTimestampMonotonic": "243805559", 
        "ActiveExitTimestampMonotonic": "0", 
        "ActiveState": "active", 
        "After": "dbus.service polkit.service basic.target system.slice", 
        "AllowIsolate": "no", 
        "AmbientCapabilities": "0", 
        "AssertResult": "yes", 
        "AssertTimestamp": "Tue 2025-04-29 12:54:55 EDT", 
        "AssertTimestampMonotonic": "243556550", 
        "Before": "shutdown.target multi-user.target network-pre.target", 
        "BlockIOAccounting": "no", 
        "BlockIOWeight": "18446744073709551615", 
        "BusName": "org.fedoraproject.FirewallD1", 
        "CPUAccounting": "no", 
        "CPUQuotaPerSecUSec": "infinity", 
        "CPUSchedulingPolicy": "0", 
        "CPUSchedulingPriority": "0", 
        "CPUSchedulingResetOnFork": "no", 
        "CPUShares": "18446744073709551615", 
        "CanIsolate": "no", 
        "CanReload": "yes", 
        "CanStart": "yes", 
        "CanStop": "yes", 
        "CapabilityBoundingSet": "18446744073709551615", 
        "CollectMode": "inactive", 
        "ConditionResult": "yes", 
        "ConditionTimestamp": "Tue 2025-04-29 12:54:55 EDT", 
        "ConditionTimestampMonotonic": "243556548", 
        "Conflicts": "iptables.service shutdown.target ipset.service ip6tables.service ebtables.service", 
        "ControlGroup": "/system.slice/firewalld.service", 
        "ControlPID": "0", 
        "DefaultDependencies": "yes", 
        "Delegate": "no", 
        "Description": "firewalld - dynamic firewall daemon", 
        "DevicePolicy": "auto", 
        "Documentation": "man:firewalld(1)", 
        "EnvironmentFile": "/etc/sysconfig/firewalld (ignore_errors=yes)", 
        "ExecMainCode": "0", 
        "ExecMainExitTimestampMonotonic": "0", 
        "ExecMainPID": "9545", 
        "ExecMainStartTimestamp": "Tue 2025-04-29 12:54:55 EDT", 
        "ExecMainStartTimestampMonotonic": "243557607", 
        "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=[Tue 2025-04-29 12:54:55 EDT] ; stop_time=[n/a] ; pid=9545 ; code=(null) ; status=0/0 }", 
        "FailureAction": "none", 
        "FileDescriptorStoreMax": "0", 
        "FragmentPath": "/usr/lib/systemd/system/firewalld.service", 
        "GuessMainPID": "yes", 
        "IOScheduling": "0", 
        "Id": "firewalld.service", 
        "IgnoreOnIsolate": "no", 
        "IgnoreOnSnapshot": "no", 
        "IgnoreSIGPIPE": "yes", 
        "InactiveEnterTimestampMonotonic": "0", 
        "InactiveExitTimestamp": "Tue 2025-04-29 12:54:55 EDT", 
        "InactiveExitTimestampMonotonic": "243557638", 
        "JobTimeoutAction": "none", 
        "JobTimeoutUSec": "0", 
        "KillMode": "mixed", 
        "KillSignal": "15", 
        "LimitAS": "18446744073709551615", 
        "LimitCORE": "18446744073709551615", 
        "LimitCPU": "18446744073709551615", 
        "LimitDATA": "18446744073709551615", 
        "LimitFSIZE": "18446744073709551615", 
        "LimitLOCKS": "18446744073709551615", 
        "LimitMEMLOCK": "65536", 
        "LimitMSGQUEUE": "819200", 
        "LimitNICE": "0", 
        "LimitNOFILE": "4096", 
        "LimitNPROC": "14311", 
        "LimitRSS": "18446744073709551615", 
        "LimitRTPRIO": "0", 
        "LimitRTTIME": "18446744073709551615", 
        "LimitSIGPENDING": "14311", 
        "LimitSTACK": "18446744073709551615", 
        "LoadState": "loaded", 
        "MainPID": "9545", 
        "MemoryAccounting": "no", 
        "MemoryCurrent": "18446744073709551615", 
        "MemoryLimit": "18446744073709551615", 
        "MountFlags": "0", 
        "Names": "firewalld.service", 
        "NeedDaemonReload": "no", 
        "Nice": "0", 
        "NoNewPrivileges": "no", 
        "NonBlocking": "no", 
        "NotifyAccess": "none", 
        "OOMScoreAdjust": "0", 
        "OnFailureJobMode": "replace", 
        "PermissionsStartOnly": "no", 
        "PrivateDevices": "no", 
        "PrivateNetwork": "no", 
        "PrivateTmp": "no", 
        "ProtectHome": "no", 
        "ProtectSystem": "no", 
        "RefuseManualStart": "no", 
        "RefuseManualStop": "no", 
        "RemainAfterExit": "no", 
        "Requires": "basic.target system.slice", 
        "Restart": "no", 
        "RestartUSec": "100ms", 
        "Result": "success", 
        "RootDirectoryStartOnly": "no", 
        "RuntimeDirectoryMode": "0755", 
        "SameProcessGroup": "no", 
        "SecureBits": "0", 
        "SendSIGHUP": "no", 
        "SendSIGKILL": "yes", 
        "Slice": "system.slice", 
        "StandardError": "null", 
        "StandardInput": "null", 
        "StandardOutput": "null", 
        "StartLimitAction": "none", 
        "StartLimitBurst": "5", 
        "StartLimitInterval": "10000000", 
        "StartupBlockIOWeight": "18446744073709551615", 
        "StartupCPUShares": "18446744073709551615", 
        "StatusErrno": "0", 
        "StopWhenUnneeded": "no", 
        "SubState": "running", 
        "SyslogLevelPrefix": "yes", 
        "SyslogPriority": "30", 
        "SystemCallErrorNumber": "0", 
        "TTYReset": "no", 
        "TTYVHangup": "no", 
        "TTYVTDisallocate": "no", 
        "TasksAccounting": "no", 
        "TasksCurrent": "18446744073709551615", 
        "TasksMax": "18446744073709551615", 
        "TimeoutStartUSec": "1min 30s", 
        "TimeoutStopUSec": "1min 30s", 
        "TimerSlackNSec": "50000", 
        "Transient": "no", 
        "Type": "dbus", 
        "UMask": "0022", 
        "UnitFilePreset": "enabled", 
        "UnitFileState": "enabled", 
        "WantedBy": "multi-user.target", 
        "Wants": "network-pre.target", 
        "WatchdogTimestamp": "Tue 2025-04-29 12:54:55 EDT", 
        "WatchdogTimestampMonotonic": "243805483", 
        "WatchdogUSec": "0"
    }
}

TASK [fedora.linux_system_roles.firewall : Enable and start firewalld service] ***
task path: /tmp/collections-Tsf/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:28
Tuesday 29 April 2025  12:56:21 -0400 (0:00:00.398)       0:00:31.061 ********* 
ok: [managed-node2] => {
    "changed": false, 
    "enabled": true, 
    "name": "firewalld", 
    "state": "started", 
    "status": {
        "ActiveEnterTimestamp": "Tue 2025-04-29 12:54:55 EDT", 
        "ActiveEnterTimestampMonotonic": "243805559", 
        "ActiveExitTimestampMonotonic": "0", 
        "ActiveState": "active", 
        "After": "dbus.service polkit.service basic.target system.slice", 
        "AllowIsolate": "no", 
        "AmbientCapabilities": "0", 
        "AssertResult": "yes", 
        "AssertTimestamp": "Tue 2025-04-29 12:54:55 EDT", 
        "AssertTimestampMonotonic": "243556550", 
        "Before": "shutdown.target multi-user.target network-pre.target", 
        "BlockIOAccounting": "no", 
        "BlockIOWeight": "18446744073709551615", 
        "BusName": "org.fedoraproject.FirewallD1", 
        "CPUAccounting": "no", 
        "CPUQuotaPerSecUSec": "infinity", 
        "CPUSchedulingPolicy": "0", 
        "CPUSchedulingPriority": "0", 
        "CPUSchedulingResetOnFork": "no", 
        "CPUShares": "18446744073709551615", 
        "CanIsolate": "no", 
        "CanReload": "yes", 
        "CanStart": "yes", 
        "CanStop": "yes", 
        "CapabilityBoundingSet": "18446744073709551615", 
        "CollectMode": "inactive", 
        "ConditionResult": "yes", 
        "ConditionTimestamp": "Tue 2025-04-29 12:54:55 EDT", 
        "ConditionTimestampMonotonic": "243556548", 
        "Conflicts": "iptables.service shutdown.target ipset.service ip6tables.service ebtables.service", 
        "ControlGroup": "/system.slice/firewalld.service", 
        "ControlPID": "0", 
        "DefaultDependencies": "yes", 
        "Delegate": "no", 
        "Description": "firewalld - dynamic firewall daemon", 
        "DevicePolicy": "auto", 
        "Documentation": "man:firewalld(1)", 
        "EnvironmentFile": "/etc/sysconfig/firewalld (ignore_errors=yes)", 
        "ExecMainCode": "0", 
        "ExecMainExitTimestampMonotonic": "0", 
        "ExecMainPID": "9545", 
        "ExecMainStartTimestamp": "Tue 2025-04-29 12:54:55 EDT", 
        "ExecMainStartTimestampMonotonic": "243557607", 
        "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=[Tue 2025-04-29 12:54:55 EDT] ; stop_time=[n/a] ; pid=9545 ; code=(null) ; status=0/0 }", 
        "FailureAction": "none", 
        "FileDescriptorStoreMax": "0", 
        "FragmentPath": "/usr/lib/systemd/system/firewalld.service", 
        "GuessMainPID": "yes", 
        "IOScheduling": "0", 
        "Id": "firewalld.service", 
        "IgnoreOnIsolate": "no", 
        "IgnoreOnSnapshot": "no", 
        "IgnoreSIGPIPE": "yes", 
        "InactiveEnterTimestampMonotonic": "0", 
        "InactiveExitTimestamp": "Tue 2025-04-29 12:54:55 EDT", 
        "InactiveExitTimestampMonotonic": "243557638", 
        "JobTimeoutAction": "none", 
        "JobTimeoutUSec": "0", 
        "KillMode": "mixed", 
        "KillSignal": "15", 
        "LimitAS": "18446744073709551615", 
        "LimitCORE": "18446744073709551615", 
        "LimitCPU": "18446744073709551615", 
        "LimitDATA": "18446744073709551615", 
        "LimitFSIZE": "18446744073709551615", 
        "LimitLOCKS": "18446744073709551615", 
        "LimitMEMLOCK": "65536", 
        "LimitMSGQUEUE": "819200", 
        "LimitNICE": "0", 
        "LimitNOFILE": "4096", 
        "LimitNPROC": "14311", 
        "LimitRSS": "18446744073709551615", 
        "LimitRTPRIO": "0", 
        "LimitRTTIME": "18446744073709551615", 
        "LimitSIGPENDING": "14311", 
        "LimitSTACK": "18446744073709551615", 
        "LoadState": "loaded", 
        "MainPID": "9545", 
        "MemoryAccounting": "no", 
        "MemoryCurrent": "18446744073709551615", 
        "MemoryLimit": "18446744073709551615", 
        "MountFlags": "0", 
        "Names": "firewalld.service", 
        "NeedDaemonReload": "no", 
        "Nice": "0", 
        "NoNewPrivileges": "no", 
        "NonBlocking": "no", 
        "NotifyAccess": "none", 
        "OOMScoreAdjust": "0", 
        "OnFailureJobMode": "replace", 
        "PermissionsStartOnly": "no", 
        "PrivateDevices": "no", 
        "PrivateNetwork": "no", 
        "PrivateTmp": "no", 
        "ProtectHome": "no", 
        "ProtectSystem": "no", 
        "RefuseManualStart": "no", 
        "RefuseManualStop": "no", 
        "RemainAfterExit": "no", 
        "Requires": "basic.target system.slice", 
        "Restart": "no", 
        "RestartUSec": "100ms", 
        "Result": "success", 
        "RootDirectoryStartOnly": "no", 
        "RuntimeDirectoryMode": "0755", 
        "SameProcessGroup": "no", 
        "SecureBits": "0", 
        "SendSIGHUP": "no", 
        "SendSIGKILL": "yes", 
        "Slice": "system.slice", 
        "StandardError": "null", 
        "StandardInput": "null", 
        "StandardOutput": "null", 
        "StartLimitAction": "none", 
        "StartLimitBurst": "5", 
        "StartLimitInterval": "10000000", 
        "StartupBlockIOWeight": "18446744073709551615", 
        "StartupCPUShares": "18446744073709551615", 
        "StatusErrno": "0", 
        "StopWhenUnneeded": "no", 
        "SubState": "running", 
        "SyslogLevelPrefix": "yes", 
        "SyslogPriority": "30", 
        "SystemCallErrorNumber": "0", 
        "TTYReset": "no", 
        "TTYVHangup": "no", 
        "TTYVTDisallocate": "no", 
        "TasksAccounting": "no", 
        "TasksCurrent": "18446744073709551615", 
        "TasksMax": "18446744073709551615", 
        "TimeoutStartUSec": "1min 30s", 
        "TimeoutStopUSec": "1min 30s", 
        "TimerSlackNSec": "50000", 
        "Transient": "no", 
        "Type": "dbus", 
        "UMask": "0022", 
        "UnitFilePreset": "enabled", 
        "UnitFileState": "enabled", 
        "WantedBy": "multi-user.target", 
        "Wants": "network-pre.target", 
        "WatchdogTimestamp": "Tue 2025-04-29 12:54:55 EDT", 
        "WatchdogTimestampMonotonic": "243805483", 
        "WatchdogUSec": "0"
    }
}

TASK [fedora.linux_system_roles.firewall : Check if previous replaced is defined] ***
task path: /tmp/collections-Tsf/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:34
Tuesday 29 April 2025  12:56:21 -0400 (0:00:00.414)       0:00:31.476 ********* 
ok: [managed-node2] => {
    "ansible_facts": {
        "__firewall_previous_replaced": false, 
        "__firewall_python_cmd": "/usr/bin/python", 
        "__firewall_report_changed": true
    }, 
    "changed": false
}

TASK [fedora.linux_system_roles.firewall : Get config files, checksums before and remove] ***
task path: /tmp/collections-Tsf/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:43
Tuesday 29 April 2025  12:56:21 -0400 (0:00:00.058)       0:00:31.534 ********* 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Tell firewall module it is able to report changed] ***
task path: /tmp/collections-Tsf/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:55
Tuesday 29 April 2025  12:56:21 -0400 (0:00:00.061)       0:00:31.596 ********* 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Configure firewall] *****************
task path: /tmp/collections-Tsf/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:71
Tuesday 29 April 2025  12:56:21 -0400 (0:00:00.042)       0:00:31.639 ********* 
ok: [managed-node2] => (item={u'source': u'ipset:customipset', u'state': u'enabled', u'runtime': True}) => {
    "__firewall_changed": false, 
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": {
        "runtime": true, 
        "source": "ipset:customipset", 
        "state": "enabled"
    }
}

TASK [fedora.linux_system_roles.firewall : Gather firewall config information] ***
task path: /tmp/collections-Tsf/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:121
Tuesday 29 April 2025  12:56:22 -0400 (0:00:00.551)       0:00:32.190 ********* 
skipping: [managed-node2] => (item={u'source': u'ipset:customipset', u'state': u'enabled', u'runtime': True})  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": {
        "runtime": true, 
        "source": "ipset:customipset", 
        "state": "enabled"
    }, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Update firewalld_config fact] *******
task path: /tmp/collections-Tsf/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:131
Tuesday 29 April 2025  12:56:22 -0400 (0:00:00.057)       0:00:32.248 ********* 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Gather firewall config if no arguments] ***
task path: /tmp/collections-Tsf/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:140
Tuesday 29 April 2025  12:56:22 -0400 (0:00:00.049)       0:00:32.297 ********* 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Update firewalld_config fact] *******
task path: /tmp/collections-Tsf/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:145
Tuesday 29 April 2025  12:56:22 -0400 (0:00:00.042)       0:00:32.340 ********* 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Get config files, checksums after] ***
task path: /tmp/collections-Tsf/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:154
Tuesday 29 April 2025  12:56:22 -0400 (0:00:00.046)       0:00:32.387 ********* 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Calculate what has changed] *********
task path: /tmp/collections-Tsf/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:164
Tuesday 29 April 2025  12:56:22 -0400 (0:00:00.066)       0:00:32.453 ********* 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Show diffs] *************************
task path: /tmp/collections-Tsf/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:170
Tuesday 29 April 2025  12:56:22 -0400 (0:00:00.057)       0:00:32.511 ********* 
skipping: [managed-node2] => {}

TASK [Fail if adding ipset is not idempotent (runtime)] ************************
task path: /tmp/collections-Tsf/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_ipsets.yml:148
Tuesday 29 April 2025  12:56:22 -0400 (0:00:00.048)       0:00:32.559 ********* 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [Add ipset to default zone (permanent)] ***********************************
task path: /tmp/collections-Tsf/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_ipsets.yml:153
Tuesday 29 April 2025  12:56:22 -0400 (0:00:00.058)       0:00:32.618 ********* 

TASK [fedora.linux_system_roles.firewall : Setup firewalld] ********************
task path: /tmp/collections-Tsf/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:2
Tuesday 29 April 2025  12:56:22 -0400 (0:00:00.139)       0:00:32.758 ********* 
included: /tmp/collections-Tsf/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml for managed-node2

TASK [fedora.linux_system_roles.firewall : Ensure ansible_facts used by role] ***
task path: /tmp/collections-Tsf/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:2
Tuesday 29 April 2025  12:56:22 -0400 (0:00:00.036)       0:00:32.795 ********* 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Check if system is ostree] **********
task path: /tmp/collections-Tsf/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:10
Tuesday 29 April 2025  12:56:22 -0400 (0:00:00.043)       0:00:32.839 ********* 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Set flag to indicate system is ostree] ***
task path: /tmp/collections-Tsf/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:15
Tuesday 29 April 2025  12:56:22 -0400 (0:00:00.043)       0:00:32.882 ********* 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Check if transactional-update exists in /sbin] ***
task path: /tmp/collections-Tsf/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:22
Tuesday 29 April 2025  12:56:22 -0400 (0:00:00.043)       0:00:32.925 ********* 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Set flag if transactional-update exists] ***
task path: /tmp/collections-Tsf/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:27
Tuesday 29 April 2025  12:56:22 -0400 (0:00:00.056)       0:00:32.982 ********* 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Install firewalld] ******************
task path: /tmp/collections-Tsf/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:31
Tuesday 29 April 2025  12:56:23 -0400 (0:00:00.058)       0:00:33.041 ********* 
ok: [managed-node2] => {
    "changed": false, 
    "rc": 0, 
    "results": [
        "firewalld-0.6.3-13.el7_9.noarch providing firewalld is already installed"
    ]
}

TASK [fedora.linux_system_roles.firewall : Notify user that reboot is needed to apply changes] ***
task path: /tmp/collections-Tsf/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:43
Tuesday 29 April 2025  12:56:23 -0400 (0:00:00.631)       0:00:33.673 ********* 
skipping: [managed-node2] => {}

TASK [fedora.linux_system_roles.firewall : Reboot transactional update systems] ***
task path: /tmp/collections-Tsf/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:48
Tuesday 29 April 2025  12:56:23 -0400 (0:00:00.048)       0:00:33.721 ********* 
skipping: [managed-node2] => {
    "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-Tsf/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:53
Tuesday 29 April 2025  12:56:23 -0400 (0:00:00.042)       0:00:33.763 ********* 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Collect service facts] **************
task path: /tmp/collections-Tsf/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:5
Tuesday 29 April 2025  12:56:23 -0400 (0:00:00.041)       0:00:33.805 ********* 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Attempt to stop and disable conflicting services] ***
task path: /tmp/collections-Tsf/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:9
Tuesday 29 April 2025  12:56:23 -0400 (0:00:00.039)       0:00:33.844 ********* 
skipping: [managed-node2] => (item=nftables)  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": "nftables", 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node2] => (item=iptables)  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": "iptables", 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node2] => (item=ufw)  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": "ufw", 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Unmask firewalld service] ***********
task path: /tmp/collections-Tsf/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:22
Tuesday 29 April 2025  12:56:23 -0400 (0:00:00.056)       0:00:33.900 ********* 
ok: [managed-node2] => {
    "changed": false, 
    "name": "firewalld", 
    "status": {
        "ActiveEnterTimestamp": "Tue 2025-04-29 12:54:55 EDT", 
        "ActiveEnterTimestampMonotonic": "243805559", 
        "ActiveExitTimestampMonotonic": "0", 
        "ActiveState": "active", 
        "After": "dbus.service polkit.service basic.target system.slice", 
        "AllowIsolate": "no", 
        "AmbientCapabilities": "0", 
        "AssertResult": "yes", 
        "AssertTimestamp": "Tue 2025-04-29 12:54:55 EDT", 
        "AssertTimestampMonotonic": "243556550", 
        "Before": "shutdown.target multi-user.target network-pre.target", 
        "BlockIOAccounting": "no", 
        "BlockIOWeight": "18446744073709551615", 
        "BusName": "org.fedoraproject.FirewallD1", 
        "CPUAccounting": "no", 
        "CPUQuotaPerSecUSec": "infinity", 
        "CPUSchedulingPolicy": "0", 
        "CPUSchedulingPriority": "0", 
        "CPUSchedulingResetOnFork": "no", 
        "CPUShares": "18446744073709551615", 
        "CanIsolate": "no", 
        "CanReload": "yes", 
        "CanStart": "yes", 
        "CanStop": "yes", 
        "CapabilityBoundingSet": "18446744073709551615", 
        "CollectMode": "inactive", 
        "ConditionResult": "yes", 
        "ConditionTimestamp": "Tue 2025-04-29 12:54:55 EDT", 
        "ConditionTimestampMonotonic": "243556548", 
        "Conflicts": "iptables.service shutdown.target ipset.service ip6tables.service ebtables.service", 
        "ControlGroup": "/system.slice/firewalld.service", 
        "ControlPID": "0", 
        "DefaultDependencies": "yes", 
        "Delegate": "no", 
        "Description": "firewalld - dynamic firewall daemon", 
        "DevicePolicy": "auto", 
        "Documentation": "man:firewalld(1)", 
        "EnvironmentFile": "/etc/sysconfig/firewalld (ignore_errors=yes)", 
        "ExecMainCode": "0", 
        "ExecMainExitTimestampMonotonic": "0", 
        "ExecMainPID": "9545", 
        "ExecMainStartTimestamp": "Tue 2025-04-29 12:54:55 EDT", 
        "ExecMainStartTimestampMonotonic": "243557607", 
        "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=[Tue 2025-04-29 12:54:55 EDT] ; stop_time=[n/a] ; pid=9545 ; code=(null) ; status=0/0 }", 
        "FailureAction": "none", 
        "FileDescriptorStoreMax": "0", 
        "FragmentPath": "/usr/lib/systemd/system/firewalld.service", 
        "GuessMainPID": "yes", 
        "IOScheduling": "0", 
        "Id": "firewalld.service", 
        "IgnoreOnIsolate": "no", 
        "IgnoreOnSnapshot": "no", 
        "IgnoreSIGPIPE": "yes", 
        "InactiveEnterTimestampMonotonic": "0", 
        "InactiveExitTimestamp": "Tue 2025-04-29 12:54:55 EDT", 
        "InactiveExitTimestampMonotonic": "243557638", 
        "JobTimeoutAction": "none", 
        "JobTimeoutUSec": "0", 
        "KillMode": "mixed", 
        "KillSignal": "15", 
        "LimitAS": "18446744073709551615", 
        "LimitCORE": "18446744073709551615", 
        "LimitCPU": "18446744073709551615", 
        "LimitDATA": "18446744073709551615", 
        "LimitFSIZE": "18446744073709551615", 
        "LimitLOCKS": "18446744073709551615", 
        "LimitMEMLOCK": "65536", 
        "LimitMSGQUEUE": "819200", 
        "LimitNICE": "0", 
        "LimitNOFILE": "4096", 
        "LimitNPROC": "14311", 
        "LimitRSS": "18446744073709551615", 
        "LimitRTPRIO": "0", 
        "LimitRTTIME": "18446744073709551615", 
        "LimitSIGPENDING": "14311", 
        "LimitSTACK": "18446744073709551615", 
        "LoadState": "loaded", 
        "MainPID": "9545", 
        "MemoryAccounting": "no", 
        "MemoryCurrent": "18446744073709551615", 
        "MemoryLimit": "18446744073709551615", 
        "MountFlags": "0", 
        "Names": "firewalld.service", 
        "NeedDaemonReload": "no", 
        "Nice": "0", 
        "NoNewPrivileges": "no", 
        "NonBlocking": "no", 
        "NotifyAccess": "none", 
        "OOMScoreAdjust": "0", 
        "OnFailureJobMode": "replace", 
        "PermissionsStartOnly": "no", 
        "PrivateDevices": "no", 
        "PrivateNetwork": "no", 
        "PrivateTmp": "no", 
        "ProtectHome": "no", 
        "ProtectSystem": "no", 
        "RefuseManualStart": "no", 
        "RefuseManualStop": "no", 
        "RemainAfterExit": "no", 
        "Requires": "basic.target system.slice", 
        "Restart": "no", 
        "RestartUSec": "100ms", 
        "Result": "success", 
        "RootDirectoryStartOnly": "no", 
        "RuntimeDirectoryMode": "0755", 
        "SameProcessGroup": "no", 
        "SecureBits": "0", 
        "SendSIGHUP": "no", 
        "SendSIGKILL": "yes", 
        "Slice": "system.slice", 
        "StandardError": "null", 
        "StandardInput": "null", 
        "StandardOutput": "null", 
        "StartLimitAction": "none", 
        "StartLimitBurst": "5", 
        "StartLimitInterval": "10000000", 
        "StartupBlockIOWeight": "18446744073709551615", 
        "StartupCPUShares": "18446744073709551615", 
        "StatusErrno": "0", 
        "StopWhenUnneeded": "no", 
        "SubState": "running", 
        "SyslogLevelPrefix": "yes", 
        "SyslogPriority": "30", 
        "SystemCallErrorNumber": "0", 
        "TTYReset": "no", 
        "TTYVHangup": "no", 
        "TTYVTDisallocate": "no", 
        "TasksAccounting": "no", 
        "TasksCurrent": "18446744073709551615", 
        "TasksMax": "18446744073709551615", 
        "TimeoutStartUSec": "1min 30s", 
        "TimeoutStopUSec": "1min 30s", 
        "TimerSlackNSec": "50000", 
        "Transient": "no", 
        "Type": "dbus", 
        "UMask": "0022", 
        "UnitFilePreset": "enabled", 
        "UnitFileState": "enabled", 
        "WantedBy": "multi-user.target", 
        "Wants": "network-pre.target", 
        "WatchdogTimestamp": "Tue 2025-04-29 12:54:55 EDT", 
        "WatchdogTimestampMonotonic": "243805483", 
        "WatchdogUSec": "0"
    }
}

TASK [fedora.linux_system_roles.firewall : Enable and start firewalld service] ***
task path: /tmp/collections-Tsf/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:28
Tuesday 29 April 2025  12:56:24 -0400 (0:00:00.402)       0:00:34.303 ********* 
ok: [managed-node2] => {
    "changed": false, 
    "enabled": true, 
    "name": "firewalld", 
    "state": "started", 
    "status": {
        "ActiveEnterTimestamp": "Tue 2025-04-29 12:54:55 EDT", 
        "ActiveEnterTimestampMonotonic": "243805559", 
        "ActiveExitTimestampMonotonic": "0", 
        "ActiveState": "active", 
        "After": "dbus.service polkit.service basic.target system.slice", 
        "AllowIsolate": "no", 
        "AmbientCapabilities": "0", 
        "AssertResult": "yes", 
        "AssertTimestamp": "Tue 2025-04-29 12:54:55 EDT", 
        "AssertTimestampMonotonic": "243556550", 
        "Before": "shutdown.target multi-user.target network-pre.target", 
        "BlockIOAccounting": "no", 
        "BlockIOWeight": "18446744073709551615", 
        "BusName": "org.fedoraproject.FirewallD1", 
        "CPUAccounting": "no", 
        "CPUQuotaPerSecUSec": "infinity", 
        "CPUSchedulingPolicy": "0", 
        "CPUSchedulingPriority": "0", 
        "CPUSchedulingResetOnFork": "no", 
        "CPUShares": "18446744073709551615", 
        "CanIsolate": "no", 
        "CanReload": "yes", 
        "CanStart": "yes", 
        "CanStop": "yes", 
        "CapabilityBoundingSet": "18446744073709551615", 
        "CollectMode": "inactive", 
        "ConditionResult": "yes", 
        "ConditionTimestamp": "Tue 2025-04-29 12:54:55 EDT", 
        "ConditionTimestampMonotonic": "243556548", 
        "Conflicts": "iptables.service shutdown.target ipset.service ip6tables.service ebtables.service", 
        "ControlGroup": "/system.slice/firewalld.service", 
        "ControlPID": "0", 
        "DefaultDependencies": "yes", 
        "Delegate": "no", 
        "Description": "firewalld - dynamic firewall daemon", 
        "DevicePolicy": "auto", 
        "Documentation": "man:firewalld(1)", 
        "EnvironmentFile": "/etc/sysconfig/firewalld (ignore_errors=yes)", 
        "ExecMainCode": "0", 
        "ExecMainExitTimestampMonotonic": "0", 
        "ExecMainPID": "9545", 
        "ExecMainStartTimestamp": "Tue 2025-04-29 12:54:55 EDT", 
        "ExecMainStartTimestampMonotonic": "243557607", 
        "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=[Tue 2025-04-29 12:54:55 EDT] ; stop_time=[n/a] ; pid=9545 ; code=(null) ; status=0/0 }", 
        "FailureAction": "none", 
        "FileDescriptorStoreMax": "0", 
        "FragmentPath": "/usr/lib/systemd/system/firewalld.service", 
        "GuessMainPID": "yes", 
        "IOScheduling": "0", 
        "Id": "firewalld.service", 
        "IgnoreOnIsolate": "no", 
        "IgnoreOnSnapshot": "no", 
        "IgnoreSIGPIPE": "yes", 
        "InactiveEnterTimestampMonotonic": "0", 
        "InactiveExitTimestamp": "Tue 2025-04-29 12:54:55 EDT", 
        "InactiveExitTimestampMonotonic": "243557638", 
        "JobTimeoutAction": "none", 
        "JobTimeoutUSec": "0", 
        "KillMode": "mixed", 
        "KillSignal": "15", 
        "LimitAS": "18446744073709551615", 
        "LimitCORE": "18446744073709551615", 
        "LimitCPU": "18446744073709551615", 
        "LimitDATA": "18446744073709551615", 
        "LimitFSIZE": "18446744073709551615", 
        "LimitLOCKS": "18446744073709551615", 
        "LimitMEMLOCK": "65536", 
        "LimitMSGQUEUE": "819200", 
        "LimitNICE": "0", 
        "LimitNOFILE": "4096", 
        "LimitNPROC": "14311", 
        "LimitRSS": "18446744073709551615", 
        "LimitRTPRIO": "0", 
        "LimitRTTIME": "18446744073709551615", 
        "LimitSIGPENDING": "14311", 
        "LimitSTACK": "18446744073709551615", 
        "LoadState": "loaded", 
        "MainPID": "9545", 
        "MemoryAccounting": "no", 
        "MemoryCurrent": "18446744073709551615", 
        "MemoryLimit": "18446744073709551615", 
        "MountFlags": "0", 
        "Names": "firewalld.service", 
        "NeedDaemonReload": "no", 
        "Nice": "0", 
        "NoNewPrivileges": "no", 
        "NonBlocking": "no", 
        "NotifyAccess": "none", 
        "OOMScoreAdjust": "0", 
        "OnFailureJobMode": "replace", 
        "PermissionsStartOnly": "no", 
        "PrivateDevices": "no", 
        "PrivateNetwork": "no", 
        "PrivateTmp": "no", 
        "ProtectHome": "no", 
        "ProtectSystem": "no", 
        "RefuseManualStart": "no", 
        "RefuseManualStop": "no", 
        "RemainAfterExit": "no", 
        "Requires": "basic.target system.slice", 
        "Restart": "no", 
        "RestartUSec": "100ms", 
        "Result": "success", 
        "RootDirectoryStartOnly": "no", 
        "RuntimeDirectoryMode": "0755", 
        "SameProcessGroup": "no", 
        "SecureBits": "0", 
        "SendSIGHUP": "no", 
        "SendSIGKILL": "yes", 
        "Slice": "system.slice", 
        "StandardError": "null", 
        "StandardInput": "null", 
        "StandardOutput": "null", 
        "StartLimitAction": "none", 
        "StartLimitBurst": "5", 
        "StartLimitInterval": "10000000", 
        "StartupBlockIOWeight": "18446744073709551615", 
        "StartupCPUShares": "18446744073709551615", 
        "StatusErrno": "0", 
        "StopWhenUnneeded": "no", 
        "SubState": "running", 
        "SyslogLevelPrefix": "yes", 
        "SyslogPriority": "30", 
        "SystemCallErrorNumber": "0", 
        "TTYReset": "no", 
        "TTYVHangup": "no", 
        "TTYVTDisallocate": "no", 
        "TasksAccounting": "no", 
        "TasksCurrent": "18446744073709551615", 
        "TasksMax": "18446744073709551615", 
        "TimeoutStartUSec": "1min 30s", 
        "TimeoutStopUSec": "1min 30s", 
        "TimerSlackNSec": "50000", 
        "Transient": "no", 
        "Type": "dbus", 
        "UMask": "0022", 
        "UnitFilePreset": "enabled", 
        "UnitFileState": "enabled", 
        "WantedBy": "multi-user.target", 
        "Wants": "network-pre.target", 
        "WatchdogTimestamp": "Tue 2025-04-29 12:54:55 EDT", 
        "WatchdogTimestampMonotonic": "243805483", 
        "WatchdogUSec": "0"
    }
}

TASK [fedora.linux_system_roles.firewall : Check if previous replaced is defined] ***
task path: /tmp/collections-Tsf/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:34
Tuesday 29 April 2025  12:56:24 -0400 (0:00:00.496)       0:00:34.800 ********* 
ok: [managed-node2] => {
    "ansible_facts": {
        "__firewall_previous_replaced": false, 
        "__firewall_python_cmd": "/usr/bin/python", 
        "__firewall_report_changed": true
    }, 
    "changed": false
}

TASK [fedora.linux_system_roles.firewall : Get config files, checksums before and remove] ***
task path: /tmp/collections-Tsf/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:43
Tuesday 29 April 2025  12:56:24 -0400 (0:00:00.071)       0:00:34.871 ********* 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Tell firewall module it is able to report changed] ***
task path: /tmp/collections-Tsf/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:55
Tuesday 29 April 2025  12:56:24 -0400 (0:00:00.059)       0:00:34.931 ********* 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Configure firewall] *****************
task path: /tmp/collections-Tsf/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:71
Tuesday 29 April 2025  12:56:24 -0400 (0:00:00.065)       0:00:34.996 ********* 
ok: [managed-node2] => (item={u'source': u'ipset:customipset', u'state': u'enabled', u'runtime': True}) => {
    "__firewall_changed": false, 
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": {
        "runtime": true, 
        "source": "ipset:customipset", 
        "state": "enabled"
    }
}

TASK [fedora.linux_system_roles.firewall : Gather firewall config information] ***
task path: /tmp/collections-Tsf/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:121
Tuesday 29 April 2025  12:56:25 -0400 (0:00:00.623)       0:00:35.620 ********* 
skipping: [managed-node2] => (item={u'source': u'ipset:customipset', u'state': u'enabled', u'runtime': True})  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": {
        "runtime": true, 
        "source": "ipset:customipset", 
        "state": "enabled"
    }, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Update firewalld_config fact] *******
task path: /tmp/collections-Tsf/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:131
Tuesday 29 April 2025  12:56:25 -0400 (0:00:00.099)       0:00:35.720 ********* 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Gather firewall config if no arguments] ***
task path: /tmp/collections-Tsf/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:140
Tuesday 29 April 2025  12:56:25 -0400 (0:00:00.065)       0:00:35.785 ********* 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Update firewalld_config fact] *******
task path: /tmp/collections-Tsf/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:145
Tuesday 29 April 2025  12:56:25 -0400 (0:00:00.050)       0:00:35.836 ********* 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Get config files, checksums after] ***
task path: /tmp/collections-Tsf/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:154
Tuesday 29 April 2025  12:56:25 -0400 (0:00:00.052)       0:00:35.889 ********* 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Calculate what has changed] *********
task path: /tmp/collections-Tsf/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:164
Tuesday 29 April 2025  12:56:25 -0400 (0:00:00.046)       0:00:35.935 ********* 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Show diffs] *************************
task path: /tmp/collections-Tsf/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:170
Tuesday 29 April 2025  12:56:25 -0400 (0:00:00.042)       0:00:35.978 ********* 
skipping: [managed-node2] => {}

TASK [Add ipset to default zone again (permanent)] *****************************
task path: /tmp/collections-Tsf/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_ipsets.yml:162
Tuesday 29 April 2025  12:56:26 -0400 (0:00:00.043)       0:00:36.021 ********* 

TASK [fedora.linux_system_roles.firewall : Setup firewalld] ********************
task path: /tmp/collections-Tsf/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:2
Tuesday 29 April 2025  12:56:26 -0400 (0:00:00.207)       0:00:36.228 ********* 
included: /tmp/collections-Tsf/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml for managed-node2

TASK [fedora.linux_system_roles.firewall : Ensure ansible_facts used by role] ***
task path: /tmp/collections-Tsf/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:2
Tuesday 29 April 2025  12:56:26 -0400 (0:00:00.057)       0:00:36.286 ********* 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Check if system is ostree] **********
task path: /tmp/collections-Tsf/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:10
Tuesday 29 April 2025  12:56:26 -0400 (0:00:00.068)       0:00:36.355 ********* 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Set flag to indicate system is ostree] ***
task path: /tmp/collections-Tsf/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:15
Tuesday 29 April 2025  12:56:26 -0400 (0:00:00.062)       0:00:36.418 ********* 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Check if transactional-update exists in /sbin] ***
task path: /tmp/collections-Tsf/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:22
Tuesday 29 April 2025  12:56:26 -0400 (0:00:00.061)       0:00:36.479 ********* 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Set flag if transactional-update exists] ***
task path: /tmp/collections-Tsf/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:27
Tuesday 29 April 2025  12:56:26 -0400 (0:00:00.063)       0:00:36.543 ********* 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Install firewalld] ******************
task path: /tmp/collections-Tsf/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:31
Tuesday 29 April 2025  12:56:26 -0400 (0:00:00.067)       0:00:36.611 ********* 
ok: [managed-node2] => {
    "changed": false, 
    "rc": 0, 
    "results": [
        "firewalld-0.6.3-13.el7_9.noarch providing firewalld is already installed"
    ]
}

TASK [fedora.linux_system_roles.firewall : Notify user that reboot is needed to apply changes] ***
task path: /tmp/collections-Tsf/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:43
Tuesday 29 April 2025  12:56:27 -0400 (0:00:00.635)       0:00:37.247 ********* 
skipping: [managed-node2] => {}

TASK [fedora.linux_system_roles.firewall : Reboot transactional update systems] ***
task path: /tmp/collections-Tsf/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:48
Tuesday 29 April 2025  12:56:27 -0400 (0:00:00.042)       0:00:37.290 ********* 
skipping: [managed-node2] => {
    "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-Tsf/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:53
Tuesday 29 April 2025  12:56:27 -0400 (0:00:00.043)       0:00:37.333 ********* 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Collect service facts] **************
task path: /tmp/collections-Tsf/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:5
Tuesday 29 April 2025  12:56:27 -0400 (0:00:00.052)       0:00:37.385 ********* 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Attempt to stop and disable conflicting services] ***
task path: /tmp/collections-Tsf/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:9
Tuesday 29 April 2025  12:56:27 -0400 (0:00:00.064)       0:00:37.450 ********* 
skipping: [managed-node2] => (item=nftables)  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": "nftables", 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node2] => (item=iptables)  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": "iptables", 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node2] => (item=ufw)  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": "ufw", 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Unmask firewalld service] ***********
task path: /tmp/collections-Tsf/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:22
Tuesday 29 April 2025  12:56:27 -0400 (0:00:00.083)       0:00:37.533 ********* 
ok: [managed-node2] => {
    "changed": false, 
    "name": "firewalld", 
    "status": {
        "ActiveEnterTimestamp": "Tue 2025-04-29 12:54:55 EDT", 
        "ActiveEnterTimestampMonotonic": "243805559", 
        "ActiveExitTimestampMonotonic": "0", 
        "ActiveState": "active", 
        "After": "dbus.service polkit.service basic.target system.slice", 
        "AllowIsolate": "no", 
        "AmbientCapabilities": "0", 
        "AssertResult": "yes", 
        "AssertTimestamp": "Tue 2025-04-29 12:54:55 EDT", 
        "AssertTimestampMonotonic": "243556550", 
        "Before": "shutdown.target multi-user.target network-pre.target", 
        "BlockIOAccounting": "no", 
        "BlockIOWeight": "18446744073709551615", 
        "BusName": "org.fedoraproject.FirewallD1", 
        "CPUAccounting": "no", 
        "CPUQuotaPerSecUSec": "infinity", 
        "CPUSchedulingPolicy": "0", 
        "CPUSchedulingPriority": "0", 
        "CPUSchedulingResetOnFork": "no", 
        "CPUShares": "18446744073709551615", 
        "CanIsolate": "no", 
        "CanReload": "yes", 
        "CanStart": "yes", 
        "CanStop": "yes", 
        "CapabilityBoundingSet": "18446744073709551615", 
        "CollectMode": "inactive", 
        "ConditionResult": "yes", 
        "ConditionTimestamp": "Tue 2025-04-29 12:54:55 EDT", 
        "ConditionTimestampMonotonic": "243556548", 
        "Conflicts": "iptables.service shutdown.target ipset.service ip6tables.service ebtables.service", 
        "ControlGroup": "/system.slice/firewalld.service", 
        "ControlPID": "0", 
        "DefaultDependencies": "yes", 
        "Delegate": "no", 
        "Description": "firewalld - dynamic firewall daemon", 
        "DevicePolicy": "auto", 
        "Documentation": "man:firewalld(1)", 
        "EnvironmentFile": "/etc/sysconfig/firewalld (ignore_errors=yes)", 
        "ExecMainCode": "0", 
        "ExecMainExitTimestampMonotonic": "0", 
        "ExecMainPID": "9545", 
        "ExecMainStartTimestamp": "Tue 2025-04-29 12:54:55 EDT", 
        "ExecMainStartTimestampMonotonic": "243557607", 
        "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=[Tue 2025-04-29 12:54:55 EDT] ; stop_time=[n/a] ; pid=9545 ; code=(null) ; status=0/0 }", 
        "FailureAction": "none", 
        "FileDescriptorStoreMax": "0", 
        "FragmentPath": "/usr/lib/systemd/system/firewalld.service", 
        "GuessMainPID": "yes", 
        "IOScheduling": "0", 
        "Id": "firewalld.service", 
        "IgnoreOnIsolate": "no", 
        "IgnoreOnSnapshot": "no", 
        "IgnoreSIGPIPE": "yes", 
        "InactiveEnterTimestampMonotonic": "0", 
        "InactiveExitTimestamp": "Tue 2025-04-29 12:54:55 EDT", 
        "InactiveExitTimestampMonotonic": "243557638", 
        "JobTimeoutAction": "none", 
        "JobTimeoutUSec": "0", 
        "KillMode": "mixed", 
        "KillSignal": "15", 
        "LimitAS": "18446744073709551615", 
        "LimitCORE": "18446744073709551615", 
        "LimitCPU": "18446744073709551615", 
        "LimitDATA": "18446744073709551615", 
        "LimitFSIZE": "18446744073709551615", 
        "LimitLOCKS": "18446744073709551615", 
        "LimitMEMLOCK": "65536", 
        "LimitMSGQUEUE": "819200", 
        "LimitNICE": "0", 
        "LimitNOFILE": "4096", 
        "LimitNPROC": "14311", 
        "LimitRSS": "18446744073709551615", 
        "LimitRTPRIO": "0", 
        "LimitRTTIME": "18446744073709551615", 
        "LimitSIGPENDING": "14311", 
        "LimitSTACK": "18446744073709551615", 
        "LoadState": "loaded", 
        "MainPID": "9545", 
        "MemoryAccounting": "no", 
        "MemoryCurrent": "18446744073709551615", 
        "MemoryLimit": "18446744073709551615", 
        "MountFlags": "0", 
        "Names": "firewalld.service", 
        "NeedDaemonReload": "no", 
        "Nice": "0", 
        "NoNewPrivileges": "no", 
        "NonBlocking": "no", 
        "NotifyAccess": "none", 
        "OOMScoreAdjust": "0", 
        "OnFailureJobMode": "replace", 
        "PermissionsStartOnly": "no", 
        "PrivateDevices": "no", 
        "PrivateNetwork": "no", 
        "PrivateTmp": "no", 
        "ProtectHome": "no", 
        "ProtectSystem": "no", 
        "RefuseManualStart": "no", 
        "RefuseManualStop": "no", 
        "RemainAfterExit": "no", 
        "Requires": "basic.target system.slice", 
        "Restart": "no", 
        "RestartUSec": "100ms", 
        "Result": "success", 
        "RootDirectoryStartOnly": "no", 
        "RuntimeDirectoryMode": "0755", 
        "SameProcessGroup": "no", 
        "SecureBits": "0", 
        "SendSIGHUP": "no", 
        "SendSIGKILL": "yes", 
        "Slice": "system.slice", 
        "StandardError": "null", 
        "StandardInput": "null", 
        "StandardOutput": "null", 
        "StartLimitAction": "none", 
        "StartLimitBurst": "5", 
        "StartLimitInterval": "10000000", 
        "StartupBlockIOWeight": "18446744073709551615", 
        "StartupCPUShares": "18446744073709551615", 
        "StatusErrno": "0", 
        "StopWhenUnneeded": "no", 
        "SubState": "running", 
        "SyslogLevelPrefix": "yes", 
        "SyslogPriority": "30", 
        "SystemCallErrorNumber": "0", 
        "TTYReset": "no", 
        "TTYVHangup": "no", 
        "TTYVTDisallocate": "no", 
        "TasksAccounting": "no", 
        "TasksCurrent": "18446744073709551615", 
        "TasksMax": "18446744073709551615", 
        "TimeoutStartUSec": "1min 30s", 
        "TimeoutStopUSec": "1min 30s", 
        "TimerSlackNSec": "50000", 
        "Transient": "no", 
        "Type": "dbus", 
        "UMask": "0022", 
        "UnitFilePreset": "enabled", 
        "UnitFileState": "enabled", 
        "WantedBy": "multi-user.target", 
        "Wants": "network-pre.target", 
        "WatchdogTimestamp": "Tue 2025-04-29 12:54:55 EDT", 
        "WatchdogTimestampMonotonic": "243805483", 
        "WatchdogUSec": "0"
    }
}

TASK [fedora.linux_system_roles.firewall : Enable and start firewalld service] ***
task path: /tmp/collections-Tsf/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:28
Tuesday 29 April 2025  12:56:27 -0400 (0:00:00.401)       0:00:37.935 ********* 
ok: [managed-node2] => {
    "changed": false, 
    "enabled": true, 
    "name": "firewalld", 
    "state": "started", 
    "status": {
        "ActiveEnterTimestamp": "Tue 2025-04-29 12:54:55 EDT", 
        "ActiveEnterTimestampMonotonic": "243805559", 
        "ActiveExitTimestampMonotonic": "0", 
        "ActiveState": "active", 
        "After": "dbus.service polkit.service basic.target system.slice", 
        "AllowIsolate": "no", 
        "AmbientCapabilities": "0", 
        "AssertResult": "yes", 
        "AssertTimestamp": "Tue 2025-04-29 12:54:55 EDT", 
        "AssertTimestampMonotonic": "243556550", 
        "Before": "shutdown.target multi-user.target network-pre.target", 
        "BlockIOAccounting": "no", 
        "BlockIOWeight": "18446744073709551615", 
        "BusName": "org.fedoraproject.FirewallD1", 
        "CPUAccounting": "no", 
        "CPUQuotaPerSecUSec": "infinity", 
        "CPUSchedulingPolicy": "0", 
        "CPUSchedulingPriority": "0", 
        "CPUSchedulingResetOnFork": "no", 
        "CPUShares": "18446744073709551615", 
        "CanIsolate": "no", 
        "CanReload": "yes", 
        "CanStart": "yes", 
        "CanStop": "yes", 
        "CapabilityBoundingSet": "18446744073709551615", 
        "CollectMode": "inactive", 
        "ConditionResult": "yes", 
        "ConditionTimestamp": "Tue 2025-04-29 12:54:55 EDT", 
        "ConditionTimestampMonotonic": "243556548", 
        "Conflicts": "iptables.service shutdown.target ipset.service ip6tables.service ebtables.service", 
        "ControlGroup": "/system.slice/firewalld.service", 
        "ControlPID": "0", 
        "DefaultDependencies": "yes", 
        "Delegate": "no", 
        "Description": "firewalld - dynamic firewall daemon", 
        "DevicePolicy": "auto", 
        "Documentation": "man:firewalld(1)", 
        "EnvironmentFile": "/etc/sysconfig/firewalld (ignore_errors=yes)", 
        "ExecMainCode": "0", 
        "ExecMainExitTimestampMonotonic": "0", 
        "ExecMainPID": "9545", 
        "ExecMainStartTimestamp": "Tue 2025-04-29 12:54:55 EDT", 
        "ExecMainStartTimestampMonotonic": "243557607", 
        "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=[Tue 2025-04-29 12:54:55 EDT] ; stop_time=[n/a] ; pid=9545 ; code=(null) ; status=0/0 }", 
        "FailureAction": "none", 
        "FileDescriptorStoreMax": "0", 
        "FragmentPath": "/usr/lib/systemd/system/firewalld.service", 
        "GuessMainPID": "yes", 
        "IOScheduling": "0", 
        "Id": "firewalld.service", 
        "IgnoreOnIsolate": "no", 
        "IgnoreOnSnapshot": "no", 
        "IgnoreSIGPIPE": "yes", 
        "InactiveEnterTimestampMonotonic": "0", 
        "InactiveExitTimestamp": "Tue 2025-04-29 12:54:55 EDT", 
        "InactiveExitTimestampMonotonic": "243557638", 
        "JobTimeoutAction": "none", 
        "JobTimeoutUSec": "0", 
        "KillMode": "mixed", 
        "KillSignal": "15", 
        "LimitAS": "18446744073709551615", 
        "LimitCORE": "18446744073709551615", 
        "LimitCPU": "18446744073709551615", 
        "LimitDATA": "18446744073709551615", 
        "LimitFSIZE": "18446744073709551615", 
        "LimitLOCKS": "18446744073709551615", 
        "LimitMEMLOCK": "65536", 
        "LimitMSGQUEUE": "819200", 
        "LimitNICE": "0", 
        "LimitNOFILE": "4096", 
        "LimitNPROC": "14311", 
        "LimitRSS": "18446744073709551615", 
        "LimitRTPRIO": "0", 
        "LimitRTTIME": "18446744073709551615", 
        "LimitSIGPENDING": "14311", 
        "LimitSTACK": "18446744073709551615", 
        "LoadState": "loaded", 
        "MainPID": "9545", 
        "MemoryAccounting": "no", 
        "MemoryCurrent": "18446744073709551615", 
        "MemoryLimit": "18446744073709551615", 
        "MountFlags": "0", 
        "Names": "firewalld.service", 
        "NeedDaemonReload": "no", 
        "Nice": "0", 
        "NoNewPrivileges": "no", 
        "NonBlocking": "no", 
        "NotifyAccess": "none", 
        "OOMScoreAdjust": "0", 
        "OnFailureJobMode": "replace", 
        "PermissionsStartOnly": "no", 
        "PrivateDevices": "no", 
        "PrivateNetwork": "no", 
        "PrivateTmp": "no", 
        "ProtectHome": "no", 
        "ProtectSystem": "no", 
        "RefuseManualStart": "no", 
        "RefuseManualStop": "no", 
        "RemainAfterExit": "no", 
        "Requires": "basic.target system.slice", 
        "Restart": "no", 
        "RestartUSec": "100ms", 
        "Result": "success", 
        "RootDirectoryStartOnly": "no", 
        "RuntimeDirectoryMode": "0755", 
        "SameProcessGroup": "no", 
        "SecureBits": "0", 
        "SendSIGHUP": "no", 
        "SendSIGKILL": "yes", 
        "Slice": "system.slice", 
        "StandardError": "null", 
        "StandardInput": "null", 
        "StandardOutput": "null", 
        "StartLimitAction": "none", 
        "StartLimitBurst": "5", 
        "StartLimitInterval": "10000000", 
        "StartupBlockIOWeight": "18446744073709551615", 
        "StartupCPUShares": "18446744073709551615", 
        "StatusErrno": "0", 
        "StopWhenUnneeded": "no", 
        "SubState": "running", 
        "SyslogLevelPrefix": "yes", 
        "SyslogPriority": "30", 
        "SystemCallErrorNumber": "0", 
        "TTYReset": "no", 
        "TTYVHangup": "no", 
        "TTYVTDisallocate": "no", 
        "TasksAccounting": "no", 
        "TasksCurrent": "18446744073709551615", 
        "TasksMax": "18446744073709551615", 
        "TimeoutStartUSec": "1min 30s", 
        "TimeoutStopUSec": "1min 30s", 
        "TimerSlackNSec": "50000", 
        "Transient": "no", 
        "Type": "dbus", 
        "UMask": "0022", 
        "UnitFilePreset": "enabled", 
        "UnitFileState": "enabled", 
        "WantedBy": "multi-user.target", 
        "Wants": "network-pre.target", 
        "WatchdogTimestamp": "Tue 2025-04-29 12:54:55 EDT", 
        "WatchdogTimestampMonotonic": "243805483", 
        "WatchdogUSec": "0"
    }
}

TASK [fedora.linux_system_roles.firewall : Check if previous replaced is defined] ***
task path: /tmp/collections-Tsf/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:34
Tuesday 29 April 2025  12:56:28 -0400 (0:00:00.383)       0:00:38.318 ********* 
ok: [managed-node2] => {
    "ansible_facts": {
        "__firewall_previous_replaced": false, 
        "__firewall_python_cmd": "/usr/bin/python", 
        "__firewall_report_changed": true
    }, 
    "changed": false
}

TASK [fedora.linux_system_roles.firewall : Get config files, checksums before and remove] ***
task path: /tmp/collections-Tsf/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:43
Tuesday 29 April 2025  12:56:28 -0400 (0:00:00.061)       0:00:38.380 ********* 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Tell firewall module it is able to report changed] ***
task path: /tmp/collections-Tsf/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:55
Tuesday 29 April 2025  12:56:28 -0400 (0:00:00.061)       0:00:38.441 ********* 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Configure firewall] *****************
task path: /tmp/collections-Tsf/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:71
Tuesday 29 April 2025  12:56:28 -0400 (0:00:00.060)       0:00:38.501 ********* 
ok: [managed-node2] => (item={u'source': u'ipset:customipset', u'state': u'enabled', u'runtime': True}) => {
    "__firewall_changed": false, 
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": {
        "runtime": true, 
        "source": "ipset:customipset", 
        "state": "enabled"
    }
}

TASK [fedora.linux_system_roles.firewall : Gather firewall config information] ***
task path: /tmp/collections-Tsf/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:121
Tuesday 29 April 2025  12:56:29 -0400 (0:00:00.575)       0:00:39.077 ********* 
skipping: [managed-node2] => (item={u'source': u'ipset:customipset', u'state': u'enabled', u'runtime': True})  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": {
        "runtime": true, 
        "source": "ipset:customipset", 
        "state": "enabled"
    }, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Update firewalld_config fact] *******
task path: /tmp/collections-Tsf/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:131
Tuesday 29 April 2025  12:56:29 -0400 (0:00:00.057)       0:00:39.134 ********* 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Gather firewall config if no arguments] ***
task path: /tmp/collections-Tsf/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:140
Tuesday 29 April 2025  12:56:29 -0400 (0:00:00.049)       0:00:39.183 ********* 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Update firewalld_config fact] *******
task path: /tmp/collections-Tsf/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:145
Tuesday 29 April 2025  12:56:29 -0400 (0:00:00.051)       0:00:39.234 ********* 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Get config files, checksums after] ***
task path: /tmp/collections-Tsf/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:154
Tuesday 29 April 2025  12:56:29 -0400 (0:00:00.057)       0:00:39.291 ********* 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Calculate what has changed] *********
task path: /tmp/collections-Tsf/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:164
Tuesday 29 April 2025  12:56:29 -0400 (0:00:00.058)       0:00:39.350 ********* 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Show diffs] *************************
task path: /tmp/collections-Tsf/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:170
Tuesday 29 April 2025  12:56:29 -0400 (0:00:00.049)       0:00:39.399 ********* 
skipping: [managed-node2] => {}

TASK [Fail if adding ipset is not idempotent (permanent)] **********************
task path: /tmp/collections-Tsf/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_ipsets.yml:172
Tuesday 29 April 2025  12:56:29 -0400 (0:00:00.055)       0:00:39.455 ********* 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [Add ipset to default zone] ***********************************************
task path: /tmp/collections-Tsf/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_ipsets.yml:177
Tuesday 29 April 2025  12:56:29 -0400 (0:00:00.044)       0:00:39.500 ********* 

TASK [fedora.linux_system_roles.firewall : Setup firewalld] ********************
task path: /tmp/collections-Tsf/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:2
Tuesday 29 April 2025  12:56:29 -0400 (0:00:00.184)       0:00:39.684 ********* 
included: /tmp/collections-Tsf/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml for managed-node2

TASK [fedora.linux_system_roles.firewall : Ensure ansible_facts used by role] ***
task path: /tmp/collections-Tsf/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:2
Tuesday 29 April 2025  12:56:29 -0400 (0:00:00.036)       0:00:39.720 ********* 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Check if system is ostree] **********
task path: /tmp/collections-Tsf/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:10
Tuesday 29 April 2025  12:56:29 -0400 (0:00:00.048)       0:00:39.769 ********* 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Set flag to indicate system is ostree] ***
task path: /tmp/collections-Tsf/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:15
Tuesday 29 April 2025  12:56:29 -0400 (0:00:00.059)       0:00:39.828 ********* 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Check if transactional-update exists in /sbin] ***
task path: /tmp/collections-Tsf/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:22
Tuesday 29 April 2025  12:56:29 -0400 (0:00:00.068)       0:00:39.896 ********* 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Set flag if transactional-update exists] ***
task path: /tmp/collections-Tsf/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:27
Tuesday 29 April 2025  12:56:29 -0400 (0:00:00.049)       0:00:39.946 ********* 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Install firewalld] ******************
task path: /tmp/collections-Tsf/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:31
Tuesday 29 April 2025  12:56:29 -0400 (0:00:00.054)       0:00:40.000 ********* 
ok: [managed-node2] => {
    "changed": false, 
    "rc": 0, 
    "results": [
        "firewalld-0.6.3-13.el7_9.noarch providing firewalld is already installed"
    ]
}

TASK [fedora.linux_system_roles.firewall : Notify user that reboot is needed to apply changes] ***
task path: /tmp/collections-Tsf/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:43
Tuesday 29 April 2025  12:56:30 -0400 (0:00:00.598)       0:00:40.599 ********* 
skipping: [managed-node2] => {}

TASK [fedora.linux_system_roles.firewall : Reboot transactional update systems] ***
task path: /tmp/collections-Tsf/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:48
Tuesday 29 April 2025  12:56:30 -0400 (0:00:00.051)       0:00:40.651 ********* 
skipping: [managed-node2] => {
    "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-Tsf/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:53
Tuesday 29 April 2025  12:56:30 -0400 (0:00:00.041)       0:00:40.692 ********* 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Collect service facts] **************
task path: /tmp/collections-Tsf/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:5
Tuesday 29 April 2025  12:56:30 -0400 (0:00:00.040)       0:00:40.733 ********* 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Attempt to stop and disable conflicting services] ***
task path: /tmp/collections-Tsf/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:9
Tuesday 29 April 2025  12:56:30 -0400 (0:00:00.041)       0:00:40.774 ********* 
skipping: [managed-node2] => (item=nftables)  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": "nftables", 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node2] => (item=iptables)  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": "iptables", 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node2] => (item=ufw)  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": "ufw", 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Unmask firewalld service] ***********
task path: /tmp/collections-Tsf/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:22
Tuesday 29 April 2025  12:56:30 -0400 (0:00:00.067)       0:00:40.841 ********* 
ok: [managed-node2] => {
    "changed": false, 
    "name": "firewalld", 
    "status": {
        "ActiveEnterTimestamp": "Tue 2025-04-29 12:54:55 EDT", 
        "ActiveEnterTimestampMonotonic": "243805559", 
        "ActiveExitTimestampMonotonic": "0", 
        "ActiveState": "active", 
        "After": "dbus.service polkit.service basic.target system.slice", 
        "AllowIsolate": "no", 
        "AmbientCapabilities": "0", 
        "AssertResult": "yes", 
        "AssertTimestamp": "Tue 2025-04-29 12:54:55 EDT", 
        "AssertTimestampMonotonic": "243556550", 
        "Before": "shutdown.target multi-user.target network-pre.target", 
        "BlockIOAccounting": "no", 
        "BlockIOWeight": "18446744073709551615", 
        "BusName": "org.fedoraproject.FirewallD1", 
        "CPUAccounting": "no", 
        "CPUQuotaPerSecUSec": "infinity", 
        "CPUSchedulingPolicy": "0", 
        "CPUSchedulingPriority": "0", 
        "CPUSchedulingResetOnFork": "no", 
        "CPUShares": "18446744073709551615", 
        "CanIsolate": "no", 
        "CanReload": "yes", 
        "CanStart": "yes", 
        "CanStop": "yes", 
        "CapabilityBoundingSet": "18446744073709551615", 
        "CollectMode": "inactive", 
        "ConditionResult": "yes", 
        "ConditionTimestamp": "Tue 2025-04-29 12:54:55 EDT", 
        "ConditionTimestampMonotonic": "243556548", 
        "Conflicts": "iptables.service shutdown.target ipset.service ip6tables.service ebtables.service", 
        "ControlGroup": "/system.slice/firewalld.service", 
        "ControlPID": "0", 
        "DefaultDependencies": "yes", 
        "Delegate": "no", 
        "Description": "firewalld - dynamic firewall daemon", 
        "DevicePolicy": "auto", 
        "Documentation": "man:firewalld(1)", 
        "EnvironmentFile": "/etc/sysconfig/firewalld (ignore_errors=yes)", 
        "ExecMainCode": "0", 
        "ExecMainExitTimestampMonotonic": "0", 
        "ExecMainPID": "9545", 
        "ExecMainStartTimestamp": "Tue 2025-04-29 12:54:55 EDT", 
        "ExecMainStartTimestampMonotonic": "243557607", 
        "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=[Tue 2025-04-29 12:54:55 EDT] ; stop_time=[n/a] ; pid=9545 ; code=(null) ; status=0/0 }", 
        "FailureAction": "none", 
        "FileDescriptorStoreMax": "0", 
        "FragmentPath": "/usr/lib/systemd/system/firewalld.service", 
        "GuessMainPID": "yes", 
        "IOScheduling": "0", 
        "Id": "firewalld.service", 
        "IgnoreOnIsolate": "no", 
        "IgnoreOnSnapshot": "no", 
        "IgnoreSIGPIPE": "yes", 
        "InactiveEnterTimestampMonotonic": "0", 
        "InactiveExitTimestamp": "Tue 2025-04-29 12:54:55 EDT", 
        "InactiveExitTimestampMonotonic": "243557638", 
        "JobTimeoutAction": "none", 
        "JobTimeoutUSec": "0", 
        "KillMode": "mixed", 
        "KillSignal": "15", 
        "LimitAS": "18446744073709551615", 
        "LimitCORE": "18446744073709551615", 
        "LimitCPU": "18446744073709551615", 
        "LimitDATA": "18446744073709551615", 
        "LimitFSIZE": "18446744073709551615", 
        "LimitLOCKS": "18446744073709551615", 
        "LimitMEMLOCK": "65536", 
        "LimitMSGQUEUE": "819200", 
        "LimitNICE": "0", 
        "LimitNOFILE": "4096", 
        "LimitNPROC": "14311", 
        "LimitRSS": "18446744073709551615", 
        "LimitRTPRIO": "0", 
        "LimitRTTIME": "18446744073709551615", 
        "LimitSIGPENDING": "14311", 
        "LimitSTACK": "18446744073709551615", 
        "LoadState": "loaded", 
        "MainPID": "9545", 
        "MemoryAccounting": "no", 
        "MemoryCurrent": "18446744073709551615", 
        "MemoryLimit": "18446744073709551615", 
        "MountFlags": "0", 
        "Names": "firewalld.service", 
        "NeedDaemonReload": "no", 
        "Nice": "0", 
        "NoNewPrivileges": "no", 
        "NonBlocking": "no", 
        "NotifyAccess": "none", 
        "OOMScoreAdjust": "0", 
        "OnFailureJobMode": "replace", 
        "PermissionsStartOnly": "no", 
        "PrivateDevices": "no", 
        "PrivateNetwork": "no", 
        "PrivateTmp": "no", 
        "ProtectHome": "no", 
        "ProtectSystem": "no", 
        "RefuseManualStart": "no", 
        "RefuseManualStop": "no", 
        "RemainAfterExit": "no", 
        "Requires": "basic.target system.slice", 
        "Restart": "no", 
        "RestartUSec": "100ms", 
        "Result": "success", 
        "RootDirectoryStartOnly": "no", 
        "RuntimeDirectoryMode": "0755", 
        "SameProcessGroup": "no", 
        "SecureBits": "0", 
        "SendSIGHUP": "no", 
        "SendSIGKILL": "yes", 
        "Slice": "system.slice", 
        "StandardError": "null", 
        "StandardInput": "null", 
        "StandardOutput": "null", 
        "StartLimitAction": "none", 
        "StartLimitBurst": "5", 
        "StartLimitInterval": "10000000", 
        "StartupBlockIOWeight": "18446744073709551615", 
        "StartupCPUShares": "18446744073709551615", 
        "StatusErrno": "0", 
        "StopWhenUnneeded": "no", 
        "SubState": "running", 
        "SyslogLevelPrefix": "yes", 
        "SyslogPriority": "30", 
        "SystemCallErrorNumber": "0", 
        "TTYReset": "no", 
        "TTYVHangup": "no", 
        "TTYVTDisallocate": "no", 
        "TasksAccounting": "no", 
        "TasksCurrent": "18446744073709551615", 
        "TasksMax": "18446744073709551615", 
        "TimeoutStartUSec": "1min 30s", 
        "TimeoutStopUSec": "1min 30s", 
        "TimerSlackNSec": "50000", 
        "Transient": "no", 
        "Type": "dbus", 
        "UMask": "0022", 
        "UnitFilePreset": "enabled", 
        "UnitFileState": "enabled", 
        "WantedBy": "multi-user.target", 
        "Wants": "network-pre.target", 
        "WatchdogTimestamp": "Tue 2025-04-29 12:54:55 EDT", 
        "WatchdogTimestampMonotonic": "243805483", 
        "WatchdogUSec": "0"
    }
}

TASK [fedora.linux_system_roles.firewall : Enable and start firewalld service] ***
task path: /tmp/collections-Tsf/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:28
Tuesday 29 April 2025  12:56:31 -0400 (0:00:00.380)       0:00:41.222 ********* 
ok: [managed-node2] => {
    "changed": false, 
    "enabled": true, 
    "name": "firewalld", 
    "state": "started", 
    "status": {
        "ActiveEnterTimestamp": "Tue 2025-04-29 12:54:55 EDT", 
        "ActiveEnterTimestampMonotonic": "243805559", 
        "ActiveExitTimestampMonotonic": "0", 
        "ActiveState": "active", 
        "After": "dbus.service polkit.service basic.target system.slice", 
        "AllowIsolate": "no", 
        "AmbientCapabilities": "0", 
        "AssertResult": "yes", 
        "AssertTimestamp": "Tue 2025-04-29 12:54:55 EDT", 
        "AssertTimestampMonotonic": "243556550", 
        "Before": "shutdown.target multi-user.target network-pre.target", 
        "BlockIOAccounting": "no", 
        "BlockIOWeight": "18446744073709551615", 
        "BusName": "org.fedoraproject.FirewallD1", 
        "CPUAccounting": "no", 
        "CPUQuotaPerSecUSec": "infinity", 
        "CPUSchedulingPolicy": "0", 
        "CPUSchedulingPriority": "0", 
        "CPUSchedulingResetOnFork": "no", 
        "CPUShares": "18446744073709551615", 
        "CanIsolate": "no", 
        "CanReload": "yes", 
        "CanStart": "yes", 
        "CanStop": "yes", 
        "CapabilityBoundingSet": "18446744073709551615", 
        "CollectMode": "inactive", 
        "ConditionResult": "yes", 
        "ConditionTimestamp": "Tue 2025-04-29 12:54:55 EDT", 
        "ConditionTimestampMonotonic": "243556548", 
        "Conflicts": "iptables.service shutdown.target ipset.service ip6tables.service ebtables.service", 
        "ControlGroup": "/system.slice/firewalld.service", 
        "ControlPID": "0", 
        "DefaultDependencies": "yes", 
        "Delegate": "no", 
        "Description": "firewalld - dynamic firewall daemon", 
        "DevicePolicy": "auto", 
        "Documentation": "man:firewalld(1)", 
        "EnvironmentFile": "/etc/sysconfig/firewalld (ignore_errors=yes)", 
        "ExecMainCode": "0", 
        "ExecMainExitTimestampMonotonic": "0", 
        "ExecMainPID": "9545", 
        "ExecMainStartTimestamp": "Tue 2025-04-29 12:54:55 EDT", 
        "ExecMainStartTimestampMonotonic": "243557607", 
        "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=[Tue 2025-04-29 12:54:55 EDT] ; stop_time=[n/a] ; pid=9545 ; code=(null) ; status=0/0 }", 
        "FailureAction": "none", 
        "FileDescriptorStoreMax": "0", 
        "FragmentPath": "/usr/lib/systemd/system/firewalld.service", 
        "GuessMainPID": "yes", 
        "IOScheduling": "0", 
        "Id": "firewalld.service", 
        "IgnoreOnIsolate": "no", 
        "IgnoreOnSnapshot": "no", 
        "IgnoreSIGPIPE": "yes", 
        "InactiveEnterTimestampMonotonic": "0", 
        "InactiveExitTimestamp": "Tue 2025-04-29 12:54:55 EDT", 
        "InactiveExitTimestampMonotonic": "243557638", 
        "JobTimeoutAction": "none", 
        "JobTimeoutUSec": "0", 
        "KillMode": "mixed", 
        "KillSignal": "15", 
        "LimitAS": "18446744073709551615", 
        "LimitCORE": "18446744073709551615", 
        "LimitCPU": "18446744073709551615", 
        "LimitDATA": "18446744073709551615", 
        "LimitFSIZE": "18446744073709551615", 
        "LimitLOCKS": "18446744073709551615", 
        "LimitMEMLOCK": "65536", 
        "LimitMSGQUEUE": "819200", 
        "LimitNICE": "0", 
        "LimitNOFILE": "4096", 
        "LimitNPROC": "14311", 
        "LimitRSS": "18446744073709551615", 
        "LimitRTPRIO": "0", 
        "LimitRTTIME": "18446744073709551615", 
        "LimitSIGPENDING": "14311", 
        "LimitSTACK": "18446744073709551615", 
        "LoadState": "loaded", 
        "MainPID": "9545", 
        "MemoryAccounting": "no", 
        "MemoryCurrent": "18446744073709551615", 
        "MemoryLimit": "18446744073709551615", 
        "MountFlags": "0", 
        "Names": "firewalld.service", 
        "NeedDaemonReload": "no", 
        "Nice": "0", 
        "NoNewPrivileges": "no", 
        "NonBlocking": "no", 
        "NotifyAccess": "none", 
        "OOMScoreAdjust": "0", 
        "OnFailureJobMode": "replace", 
        "PermissionsStartOnly": "no", 
        "PrivateDevices": "no", 
        "PrivateNetwork": "no", 
        "PrivateTmp": "no", 
        "ProtectHome": "no", 
        "ProtectSystem": "no", 
        "RefuseManualStart": "no", 
        "RefuseManualStop": "no", 
        "RemainAfterExit": "no", 
        "Requires": "basic.target system.slice", 
        "Restart": "no", 
        "RestartUSec": "100ms", 
        "Result": "success", 
        "RootDirectoryStartOnly": "no", 
        "RuntimeDirectoryMode": "0755", 
        "SameProcessGroup": "no", 
        "SecureBits": "0", 
        "SendSIGHUP": "no", 
        "SendSIGKILL": "yes", 
        "Slice": "system.slice", 
        "StandardError": "null", 
        "StandardInput": "null", 
        "StandardOutput": "null", 
        "StartLimitAction": "none", 
        "StartLimitBurst": "5", 
        "StartLimitInterval": "10000000", 
        "StartupBlockIOWeight": "18446744073709551615", 
        "StartupCPUShares": "18446744073709551615", 
        "StatusErrno": "0", 
        "StopWhenUnneeded": "no", 
        "SubState": "running", 
        "SyslogLevelPrefix": "yes", 
        "SyslogPriority": "30", 
        "SystemCallErrorNumber": "0", 
        "TTYReset": "no", 
        "TTYVHangup": "no", 
        "TTYVTDisallocate": "no", 
        "TasksAccounting": "no", 
        "TasksCurrent": "18446744073709551615", 
        "TasksMax": "18446744073709551615", 
        "TimeoutStartUSec": "1min 30s", 
        "TimeoutStopUSec": "1min 30s", 
        "TimerSlackNSec": "50000", 
        "Transient": "no", 
        "Type": "dbus", 
        "UMask": "0022", 
        "UnitFilePreset": "enabled", 
        "UnitFileState": "enabled", 
        "WantedBy": "multi-user.target", 
        "Wants": "network-pre.target", 
        "WatchdogTimestamp": "Tue 2025-04-29 12:54:55 EDT", 
        "WatchdogTimestampMonotonic": "243805483", 
        "WatchdogUSec": "0"
    }
}

TASK [fedora.linux_system_roles.firewall : Check if previous replaced is defined] ***
task path: /tmp/collections-Tsf/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:34
Tuesday 29 April 2025  12:56:31 -0400 (0:00:00.462)       0:00:41.685 ********* 
ok: [managed-node2] => {
    "ansible_facts": {
        "__firewall_previous_replaced": false, 
        "__firewall_python_cmd": "/usr/bin/python", 
        "__firewall_report_changed": true
    }, 
    "changed": false
}

TASK [fedora.linux_system_roles.firewall : Get config files, checksums before and remove] ***
task path: /tmp/collections-Tsf/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:43
Tuesday 29 April 2025  12:56:31 -0400 (0:00:00.052)       0:00:41.737 ********* 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Tell firewall module it is able to report changed] ***
task path: /tmp/collections-Tsf/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:55
Tuesday 29 April 2025  12:56:31 -0400 (0:00:00.041)       0:00:41.778 ********* 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Configure firewall] *****************
task path: /tmp/collections-Tsf/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:71
Tuesday 29 April 2025  12:56:31 -0400 (0:00:00.041)       0:00:41.820 ********* 
changed: [managed-node2] => (item={u'source': u'ipset:customipset', u'state': u'disabled', u'permanent': True}) => {
    "__firewall_changed": true, 
    "ansible_loop_var": "item", 
    "changed": true, 
    "item": {
        "permanent": true, 
        "source": "ipset:customipset", 
        "state": "disabled"
    }
}

TASK [fedora.linux_system_roles.firewall : Gather firewall config information] ***
task path: /tmp/collections-Tsf/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:121
Tuesday 29 April 2025  12:56:32 -0400 (0:00:00.657)       0:00:42.478 ********* 
skipping: [managed-node2] => (item={u'source': u'ipset:customipset', u'state': u'disabled', u'permanent': True})  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": {
        "permanent": true, 
        "source": "ipset:customipset", 
        "state": "disabled"
    }, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Update firewalld_config fact] *******
task path: /tmp/collections-Tsf/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:131
Tuesday 29 April 2025  12:56:32 -0400 (0:00:00.072)       0:00:42.550 ********* 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Gather firewall config if no arguments] ***
task path: /tmp/collections-Tsf/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:140
Tuesday 29 April 2025  12:56:32 -0400 (0:00:00.050)       0:00:42.601 ********* 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Update firewalld_config fact] *******
task path: /tmp/collections-Tsf/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:145
Tuesday 29 April 2025  12:56:32 -0400 (0:00:00.044)       0:00:42.645 ********* 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Get config files, checksums after] ***
task path: /tmp/collections-Tsf/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:154
Tuesday 29 April 2025  12:56:32 -0400 (0:00:00.044)       0:00:42.690 ********* 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Calculate what has changed] *********
task path: /tmp/collections-Tsf/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:164
Tuesday 29 April 2025  12:56:32 -0400 (0:00:00.056)       0:00:42.746 ********* 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Show diffs] *************************
task path: /tmp/collections-Tsf/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:170
Tuesday 29 April 2025  12:56:32 -0400 (0:00:00.064)       0:00:42.810 ********* 
skipping: [managed-node2] => {}

TASK [Remove custom ipset] *****************************************************
task path: /tmp/collections-Tsf/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_ipsets.yml:186
Tuesday 29 April 2025  12:56:32 -0400 (0:00:00.061)       0:00:42.871 ********* 

TASK [fedora.linux_system_roles.firewall : Setup firewalld] ********************
task path: /tmp/collections-Tsf/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:2
Tuesday 29 April 2025  12:56:33 -0400 (0:00:00.339)       0:00:43.211 ********* 
included: /tmp/collections-Tsf/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml for managed-node2

TASK [fedora.linux_system_roles.firewall : Ensure ansible_facts used by role] ***
task path: /tmp/collections-Tsf/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:2
Tuesday 29 April 2025  12:56:33 -0400 (0:00:00.059)       0:00:43.271 ********* 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Check if system is ostree] **********
task path: /tmp/collections-Tsf/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:10
Tuesday 29 April 2025  12:56:33 -0400 (0:00:00.065)       0:00:43.337 ********* 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Set flag to indicate system is ostree] ***
task path: /tmp/collections-Tsf/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:15
Tuesday 29 April 2025  12:56:33 -0400 (0:00:00.064)       0:00:43.401 ********* 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Check if transactional-update exists in /sbin] ***
task path: /tmp/collections-Tsf/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:22
Tuesday 29 April 2025  12:56:33 -0400 (0:00:00.064)       0:00:43.466 ********* 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Set flag if transactional-update exists] ***
task path: /tmp/collections-Tsf/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:27
Tuesday 29 April 2025  12:56:33 -0400 (0:00:00.067)       0:00:43.533 ********* 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Install firewalld] ******************
task path: /tmp/collections-Tsf/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:31
Tuesday 29 April 2025  12:56:33 -0400 (0:00:00.070)       0:00:43.604 ********* 
ok: [managed-node2] => {
    "changed": false, 
    "rc": 0, 
    "results": [
        "firewalld-0.6.3-13.el7_9.noarch providing firewalld is already installed"
    ]
}

TASK [fedora.linux_system_roles.firewall : Notify user that reboot is needed to apply changes] ***
task path: /tmp/collections-Tsf/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:43
Tuesday 29 April 2025  12:56:34 -0400 (0:00:00.670)       0:00:44.275 ********* 
skipping: [managed-node2] => {}

TASK [fedora.linux_system_roles.firewall : Reboot transactional update systems] ***
task path: /tmp/collections-Tsf/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:48
Tuesday 29 April 2025  12:56:34 -0400 (0:00:00.060)       0:00:44.335 ********* 
skipping: [managed-node2] => {
    "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-Tsf/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:53
Tuesday 29 April 2025  12:56:34 -0400 (0:00:00.059)       0:00:44.395 ********* 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Collect service facts] **************
task path: /tmp/collections-Tsf/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:5
Tuesday 29 April 2025  12:56:34 -0400 (0:00:00.061)       0:00:44.456 ********* 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Attempt to stop and disable conflicting services] ***
task path: /tmp/collections-Tsf/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:9
Tuesday 29 April 2025  12:56:34 -0400 (0:00:00.061)       0:00:44.517 ********* 
skipping: [managed-node2] => (item=nftables)  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": "nftables", 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node2] => (item=iptables)  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": "iptables", 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node2] => (item=ufw)  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": "ufw", 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Unmask firewalld service] ***********
task path: /tmp/collections-Tsf/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:22
Tuesday 29 April 2025  12:56:34 -0400 (0:00:00.084)       0:00:44.602 ********* 
ok: [managed-node2] => {
    "changed": false, 
    "name": "firewalld", 
    "status": {
        "ActiveEnterTimestamp": "Tue 2025-04-29 12:54:55 EDT", 
        "ActiveEnterTimestampMonotonic": "243805559", 
        "ActiveExitTimestampMonotonic": "0", 
        "ActiveState": "active", 
        "After": "dbus.service polkit.service basic.target system.slice", 
        "AllowIsolate": "no", 
        "AmbientCapabilities": "0", 
        "AssertResult": "yes", 
        "AssertTimestamp": "Tue 2025-04-29 12:54:55 EDT", 
        "AssertTimestampMonotonic": "243556550", 
        "Before": "shutdown.target multi-user.target network-pre.target", 
        "BlockIOAccounting": "no", 
        "BlockIOWeight": "18446744073709551615", 
        "BusName": "org.fedoraproject.FirewallD1", 
        "CPUAccounting": "no", 
        "CPUQuotaPerSecUSec": "infinity", 
        "CPUSchedulingPolicy": "0", 
        "CPUSchedulingPriority": "0", 
        "CPUSchedulingResetOnFork": "no", 
        "CPUShares": "18446744073709551615", 
        "CanIsolate": "no", 
        "CanReload": "yes", 
        "CanStart": "yes", 
        "CanStop": "yes", 
        "CapabilityBoundingSet": "18446744073709551615", 
        "CollectMode": "inactive", 
        "ConditionResult": "yes", 
        "ConditionTimestamp": "Tue 2025-04-29 12:54:55 EDT", 
        "ConditionTimestampMonotonic": "243556548", 
        "Conflicts": "iptables.service shutdown.target ipset.service ip6tables.service ebtables.service", 
        "ControlGroup": "/system.slice/firewalld.service", 
        "ControlPID": "0", 
        "DefaultDependencies": "yes", 
        "Delegate": "no", 
        "Description": "firewalld - dynamic firewall daemon", 
        "DevicePolicy": "auto", 
        "Documentation": "man:firewalld(1)", 
        "EnvironmentFile": "/etc/sysconfig/firewalld (ignore_errors=yes)", 
        "ExecMainCode": "0", 
        "ExecMainExitTimestampMonotonic": "0", 
        "ExecMainPID": "9545", 
        "ExecMainStartTimestamp": "Tue 2025-04-29 12:54:55 EDT", 
        "ExecMainStartTimestampMonotonic": "243557607", 
        "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=[Tue 2025-04-29 12:54:55 EDT] ; stop_time=[n/a] ; pid=9545 ; code=(null) ; status=0/0 }", 
        "FailureAction": "none", 
        "FileDescriptorStoreMax": "0", 
        "FragmentPath": "/usr/lib/systemd/system/firewalld.service", 
        "GuessMainPID": "yes", 
        "IOScheduling": "0", 
        "Id": "firewalld.service", 
        "IgnoreOnIsolate": "no", 
        "IgnoreOnSnapshot": "no", 
        "IgnoreSIGPIPE": "yes", 
        "InactiveEnterTimestampMonotonic": "0", 
        "InactiveExitTimestamp": "Tue 2025-04-29 12:54:55 EDT", 
        "InactiveExitTimestampMonotonic": "243557638", 
        "JobTimeoutAction": "none", 
        "JobTimeoutUSec": "0", 
        "KillMode": "mixed", 
        "KillSignal": "15", 
        "LimitAS": "18446744073709551615", 
        "LimitCORE": "18446744073709551615", 
        "LimitCPU": "18446744073709551615", 
        "LimitDATA": "18446744073709551615", 
        "LimitFSIZE": "18446744073709551615", 
        "LimitLOCKS": "18446744073709551615", 
        "LimitMEMLOCK": "65536", 
        "LimitMSGQUEUE": "819200", 
        "LimitNICE": "0", 
        "LimitNOFILE": "4096", 
        "LimitNPROC": "14311", 
        "LimitRSS": "18446744073709551615", 
        "LimitRTPRIO": "0", 
        "LimitRTTIME": "18446744073709551615", 
        "LimitSIGPENDING": "14311", 
        "LimitSTACK": "18446744073709551615", 
        "LoadState": "loaded", 
        "MainPID": "9545", 
        "MemoryAccounting": "no", 
        "MemoryCurrent": "18446744073709551615", 
        "MemoryLimit": "18446744073709551615", 
        "MountFlags": "0", 
        "Names": "firewalld.service", 
        "NeedDaemonReload": "no", 
        "Nice": "0", 
        "NoNewPrivileges": "no", 
        "NonBlocking": "no", 
        "NotifyAccess": "none", 
        "OOMScoreAdjust": "0", 
        "OnFailureJobMode": "replace", 
        "PermissionsStartOnly": "no", 
        "PrivateDevices": "no", 
        "PrivateNetwork": "no", 
        "PrivateTmp": "no", 
        "ProtectHome": "no", 
        "ProtectSystem": "no", 
        "RefuseManualStart": "no", 
        "RefuseManualStop": "no", 
        "RemainAfterExit": "no", 
        "Requires": "basic.target system.slice", 
        "Restart": "no", 
        "RestartUSec": "100ms", 
        "Result": "success", 
        "RootDirectoryStartOnly": "no", 
        "RuntimeDirectoryMode": "0755", 
        "SameProcessGroup": "no", 
        "SecureBits": "0", 
        "SendSIGHUP": "no", 
        "SendSIGKILL": "yes", 
        "Slice": "system.slice", 
        "StandardError": "null", 
        "StandardInput": "null", 
        "StandardOutput": "null", 
        "StartLimitAction": "none", 
        "StartLimitBurst": "5", 
        "StartLimitInterval": "10000000", 
        "StartupBlockIOWeight": "18446744073709551615", 
        "StartupCPUShares": "18446744073709551615", 
        "StatusErrno": "0", 
        "StopWhenUnneeded": "no", 
        "SubState": "running", 
        "SyslogLevelPrefix": "yes", 
        "SyslogPriority": "30", 
        "SystemCallErrorNumber": "0", 
        "TTYReset": "no", 
        "TTYVHangup": "no", 
        "TTYVTDisallocate": "no", 
        "TasksAccounting": "no", 
        "TasksCurrent": "18446744073709551615", 
        "TasksMax": "18446744073709551615", 
        "TimeoutStartUSec": "1min 30s", 
        "TimeoutStopUSec": "1min 30s", 
        "TimerSlackNSec": "50000", 
        "Transient": "no", 
        "Type": "dbus", 
        "UMask": "0022", 
        "UnitFilePreset": "enabled", 
        "UnitFileState": "enabled", 
        "WantedBy": "multi-user.target", 
        "Wants": "network-pre.target", 
        "WatchdogTimestamp": "Tue 2025-04-29 12:54:55 EDT", 
        "WatchdogTimestampMonotonic": "243805483", 
        "WatchdogUSec": "0"
    }
}

TASK [fedora.linux_system_roles.firewall : Enable and start firewalld service] ***
task path: /tmp/collections-Tsf/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:28
Tuesday 29 April 2025  12:56:35 -0400 (0:00:00.427)       0:00:45.029 ********* 
ok: [managed-node2] => {
    "changed": false, 
    "enabled": true, 
    "name": "firewalld", 
    "state": "started", 
    "status": {
        "ActiveEnterTimestamp": "Tue 2025-04-29 12:54:55 EDT", 
        "ActiveEnterTimestampMonotonic": "243805559", 
        "ActiveExitTimestampMonotonic": "0", 
        "ActiveState": "active", 
        "After": "dbus.service polkit.service basic.target system.slice", 
        "AllowIsolate": "no", 
        "AmbientCapabilities": "0", 
        "AssertResult": "yes", 
        "AssertTimestamp": "Tue 2025-04-29 12:54:55 EDT", 
        "AssertTimestampMonotonic": "243556550", 
        "Before": "shutdown.target multi-user.target network-pre.target", 
        "BlockIOAccounting": "no", 
        "BlockIOWeight": "18446744073709551615", 
        "BusName": "org.fedoraproject.FirewallD1", 
        "CPUAccounting": "no", 
        "CPUQuotaPerSecUSec": "infinity", 
        "CPUSchedulingPolicy": "0", 
        "CPUSchedulingPriority": "0", 
        "CPUSchedulingResetOnFork": "no", 
        "CPUShares": "18446744073709551615", 
        "CanIsolate": "no", 
        "CanReload": "yes", 
        "CanStart": "yes", 
        "CanStop": "yes", 
        "CapabilityBoundingSet": "18446744073709551615", 
        "CollectMode": "inactive", 
        "ConditionResult": "yes", 
        "ConditionTimestamp": "Tue 2025-04-29 12:54:55 EDT", 
        "ConditionTimestampMonotonic": "243556548", 
        "Conflicts": "iptables.service shutdown.target ipset.service ip6tables.service ebtables.service", 
        "ControlGroup": "/system.slice/firewalld.service", 
        "ControlPID": "0", 
        "DefaultDependencies": "yes", 
        "Delegate": "no", 
        "Description": "firewalld - dynamic firewall daemon", 
        "DevicePolicy": "auto", 
        "Documentation": "man:firewalld(1)", 
        "EnvironmentFile": "/etc/sysconfig/firewalld (ignore_errors=yes)", 
        "ExecMainCode": "0", 
        "ExecMainExitTimestampMonotonic": "0", 
        "ExecMainPID": "9545", 
        "ExecMainStartTimestamp": "Tue 2025-04-29 12:54:55 EDT", 
        "ExecMainStartTimestampMonotonic": "243557607", 
        "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=[Tue 2025-04-29 12:54:55 EDT] ; stop_time=[n/a] ; pid=9545 ; code=(null) ; status=0/0 }", 
        "FailureAction": "none", 
        "FileDescriptorStoreMax": "0", 
        "FragmentPath": "/usr/lib/systemd/system/firewalld.service", 
        "GuessMainPID": "yes", 
        "IOScheduling": "0", 
        "Id": "firewalld.service", 
        "IgnoreOnIsolate": "no", 
        "IgnoreOnSnapshot": "no", 
        "IgnoreSIGPIPE": "yes", 
        "InactiveEnterTimestampMonotonic": "0", 
        "InactiveExitTimestamp": "Tue 2025-04-29 12:54:55 EDT", 
        "InactiveExitTimestampMonotonic": "243557638", 
        "JobTimeoutAction": "none", 
        "JobTimeoutUSec": "0", 
        "KillMode": "mixed", 
        "KillSignal": "15", 
        "LimitAS": "18446744073709551615", 
        "LimitCORE": "18446744073709551615", 
        "LimitCPU": "18446744073709551615", 
        "LimitDATA": "18446744073709551615", 
        "LimitFSIZE": "18446744073709551615", 
        "LimitLOCKS": "18446744073709551615", 
        "LimitMEMLOCK": "65536", 
        "LimitMSGQUEUE": "819200", 
        "LimitNICE": "0", 
        "LimitNOFILE": "4096", 
        "LimitNPROC": "14311", 
        "LimitRSS": "18446744073709551615", 
        "LimitRTPRIO": "0", 
        "LimitRTTIME": "18446744073709551615", 
        "LimitSIGPENDING": "14311", 
        "LimitSTACK": "18446744073709551615", 
        "LoadState": "loaded", 
        "MainPID": "9545", 
        "MemoryAccounting": "no", 
        "MemoryCurrent": "18446744073709551615", 
        "MemoryLimit": "18446744073709551615", 
        "MountFlags": "0", 
        "Names": "firewalld.service", 
        "NeedDaemonReload": "no", 
        "Nice": "0", 
        "NoNewPrivileges": "no", 
        "NonBlocking": "no", 
        "NotifyAccess": "none", 
        "OOMScoreAdjust": "0", 
        "OnFailureJobMode": "replace", 
        "PermissionsStartOnly": "no", 
        "PrivateDevices": "no", 
        "PrivateNetwork": "no", 
        "PrivateTmp": "no", 
        "ProtectHome": "no", 
        "ProtectSystem": "no", 
        "RefuseManualStart": "no", 
        "RefuseManualStop": "no", 
        "RemainAfterExit": "no", 
        "Requires": "basic.target system.slice", 
        "Restart": "no", 
        "RestartUSec": "100ms", 
        "Result": "success", 
        "RootDirectoryStartOnly": "no", 
        "RuntimeDirectoryMode": "0755", 
        "SameProcessGroup": "no", 
        "SecureBits": "0", 
        "SendSIGHUP": "no", 
        "SendSIGKILL": "yes", 
        "Slice": "system.slice", 
        "StandardError": "null", 
        "StandardInput": "null", 
        "StandardOutput": "null", 
        "StartLimitAction": "none", 
        "StartLimitBurst": "5", 
        "StartLimitInterval": "10000000", 
        "StartupBlockIOWeight": "18446744073709551615", 
        "StartupCPUShares": "18446744073709551615", 
        "StatusErrno": "0", 
        "StopWhenUnneeded": "no", 
        "SubState": "running", 
        "SyslogLevelPrefix": "yes", 
        "SyslogPriority": "30", 
        "SystemCallErrorNumber": "0", 
        "TTYReset": "no", 
        "TTYVHangup": "no", 
        "TTYVTDisallocate": "no", 
        "TasksAccounting": "no", 
        "TasksCurrent": "18446744073709551615", 
        "TasksMax": "18446744073709551615", 
        "TimeoutStartUSec": "1min 30s", 
        "TimeoutStopUSec": "1min 30s", 
        "TimerSlackNSec": "50000", 
        "Transient": "no", 
        "Type": "dbus", 
        "UMask": "0022", 
        "UnitFilePreset": "enabled", 
        "UnitFileState": "enabled", 
        "WantedBy": "multi-user.target", 
        "Wants": "network-pre.target", 
        "WatchdogTimestamp": "Tue 2025-04-29 12:54:55 EDT", 
        "WatchdogTimestampMonotonic": "243805483", 
        "WatchdogUSec": "0"
    }
}

TASK [fedora.linux_system_roles.firewall : Check if previous replaced is defined] ***
task path: /tmp/collections-Tsf/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:34
Tuesday 29 April 2025  12:56:35 -0400 (0:00:00.417)       0:00:45.447 ********* 
ok: [managed-node2] => {
    "ansible_facts": {
        "__firewall_previous_replaced": false, 
        "__firewall_python_cmd": "/usr/bin/python", 
        "__firewall_report_changed": true
    }, 
    "changed": false
}

TASK [fedora.linux_system_roles.firewall : Get config files, checksums before and remove] ***
task path: /tmp/collections-Tsf/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:43
Tuesday 29 April 2025  12:56:35 -0400 (0:00:00.068)       0:00:45.516 ********* 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Tell firewall module it is able to report changed] ***
task path: /tmp/collections-Tsf/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:55
Tuesday 29 April 2025  12:56:35 -0400 (0:00:00.055)       0:00:45.571 ********* 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Configure firewall] *****************
task path: /tmp/collections-Tsf/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:71
Tuesday 29 April 2025  12:56:35 -0400 (0:00:00.048)       0:00:45.619 ********* 
changed: [managed-node2] => (item={u'ipset': u'customipset', u'state': u'absent', u'permanent': True}) => {
    "__firewall_changed": true, 
    "ansible_loop_var": "item", 
    "changed": true, 
    "item": {
        "ipset": "customipset", 
        "permanent": true, 
        "state": "absent"
    }
}

TASK [fedora.linux_system_roles.firewall : Gather firewall config information] ***
task path: /tmp/collections-Tsf/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:121
Tuesday 29 April 2025  12:56:36 -0400 (0:00:00.774)       0:00:46.394 ********* 
skipping: [managed-node2] => (item={u'ipset': u'customipset', u'state': u'absent', u'permanent': True})  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": {
        "ipset": "customipset", 
        "permanent": true, 
        "state": "absent"
    }, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Update firewalld_config fact] *******
task path: /tmp/collections-Tsf/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:131
Tuesday 29 April 2025  12:56:36 -0400 (0:00:00.084)       0:00:46.478 ********* 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Gather firewall config if no arguments] ***
task path: /tmp/collections-Tsf/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:140
Tuesday 29 April 2025  12:56:36 -0400 (0:00:00.060)       0:00:46.539 ********* 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Update firewalld_config fact] *******
task path: /tmp/collections-Tsf/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:145
Tuesday 29 April 2025  12:56:36 -0400 (0:00:00.053)       0:00:46.592 ********* 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Get config files, checksums after] ***
task path: /tmp/collections-Tsf/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:154
Tuesday 29 April 2025  12:56:36 -0400 (0:00:00.049)       0:00:46.641 ********* 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Calculate what has changed] *********
task path: /tmp/collections-Tsf/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:164
Tuesday 29 April 2025  12:56:36 -0400 (0:00:00.049)       0:00:46.691 ********* 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Show diffs] *************************
task path: /tmp/collections-Tsf/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:170
Tuesday 29 April 2025  12:56:36 -0400 (0:00:00.041)       0:00:46.733 ********* 
skipping: [managed-node2] => {}

TASK [Fail if ipset not removed] ***********************************************
task path: /tmp/collections-Tsf/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_ipsets.yml:195
Tuesday 29 April 2025  12:56:36 -0400 (0:00:00.043)       0:00:46.776 ********* 
ok: [managed-node2] => {
    "changed": false, 
    "cmd": "set -o pipefail\nfirewall-cmd --permanent --get-ipsets | grep \"customipset\"\n", 
    "delta": "0:00:00.270736", 
    "end": "2025-04-29 12:56:37.255878", 
    "failed_when_result": false, 
    "rc": 1, 
    "start": "2025-04-29 12:56:36.985142"
}

MSG:

non-zero return code

TASK [Remove custom ipset again] ***********************************************
task path: /tmp/collections-Tsf/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_ipsets.yml:204
Tuesday 29 April 2025  12:56:37 -0400 (0:00:00.581)       0:00:47.358 ********* 

TASK [fedora.linux_system_roles.firewall : Setup firewalld] ********************
task path: /tmp/collections-Tsf/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:2
Tuesday 29 April 2025  12:56:37 -0400 (0:00:00.240)       0:00:47.598 ********* 
included: /tmp/collections-Tsf/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml for managed-node2

TASK [fedora.linux_system_roles.firewall : Ensure ansible_facts used by role] ***
task path: /tmp/collections-Tsf/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:2
Tuesday 29 April 2025  12:56:37 -0400 (0:00:00.040)       0:00:47.639 ********* 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Check if system is ostree] **********
task path: /tmp/collections-Tsf/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:10
Tuesday 29 April 2025  12:56:37 -0400 (0:00:00.044)       0:00:47.684 ********* 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Set flag to indicate system is ostree] ***
task path: /tmp/collections-Tsf/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:15
Tuesday 29 April 2025  12:56:37 -0400 (0:00:00.048)       0:00:47.733 ********* 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Check if transactional-update exists in /sbin] ***
task path: /tmp/collections-Tsf/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:22
Tuesday 29 April 2025  12:56:37 -0400 (0:00:00.059)       0:00:47.792 ********* 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Set flag if transactional-update exists] ***
task path: /tmp/collections-Tsf/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:27
Tuesday 29 April 2025  12:56:37 -0400 (0:00:00.054)       0:00:47.847 ********* 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Install firewalld] ******************
task path: /tmp/collections-Tsf/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:31
Tuesday 29 April 2025  12:56:37 -0400 (0:00:00.051)       0:00:47.898 ********* 
ok: [managed-node2] => {
    "changed": false, 
    "rc": 0, 
    "results": [
        "firewalld-0.6.3-13.el7_9.noarch providing firewalld is already installed"
    ]
}

TASK [fedora.linux_system_roles.firewall : Notify user that reboot is needed to apply changes] ***
task path: /tmp/collections-Tsf/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:43
Tuesday 29 April 2025  12:56:38 -0400 (0:00:00.606)       0:00:48.505 ********* 
skipping: [managed-node2] => {}

TASK [fedora.linux_system_roles.firewall : Reboot transactional update systems] ***
task path: /tmp/collections-Tsf/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:48
Tuesday 29 April 2025  12:56:38 -0400 (0:00:00.051)       0:00:48.556 ********* 
skipping: [managed-node2] => {
    "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-Tsf/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:53
Tuesday 29 April 2025  12:56:38 -0400 (0:00:00.047)       0:00:48.603 ********* 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Collect service facts] **************
task path: /tmp/collections-Tsf/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:5
Tuesday 29 April 2025  12:56:38 -0400 (0:00:00.042)       0:00:48.646 ********* 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Attempt to stop and disable conflicting services] ***
task path: /tmp/collections-Tsf/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:9
Tuesday 29 April 2025  12:56:38 -0400 (0:00:00.042)       0:00:48.689 ********* 
skipping: [managed-node2] => (item=nftables)  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": "nftables", 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node2] => (item=iptables)  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": "iptables", 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node2] => (item=ufw)  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": "ufw", 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Unmask firewalld service] ***********
task path: /tmp/collections-Tsf/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:22
Tuesday 29 April 2025  12:56:38 -0400 (0:00:00.057)       0:00:48.746 ********* 
ok: [managed-node2] => {
    "changed": false, 
    "name": "firewalld", 
    "status": {
        "ActiveEnterTimestamp": "Tue 2025-04-29 12:54:55 EDT", 
        "ActiveEnterTimestampMonotonic": "243805559", 
        "ActiveExitTimestampMonotonic": "0", 
        "ActiveState": "active", 
        "After": "dbus.service polkit.service basic.target system.slice", 
        "AllowIsolate": "no", 
        "AmbientCapabilities": "0", 
        "AssertResult": "yes", 
        "AssertTimestamp": "Tue 2025-04-29 12:54:55 EDT", 
        "AssertTimestampMonotonic": "243556550", 
        "Before": "shutdown.target multi-user.target network-pre.target", 
        "BlockIOAccounting": "no", 
        "BlockIOWeight": "18446744073709551615", 
        "BusName": "org.fedoraproject.FirewallD1", 
        "CPUAccounting": "no", 
        "CPUQuotaPerSecUSec": "infinity", 
        "CPUSchedulingPolicy": "0", 
        "CPUSchedulingPriority": "0", 
        "CPUSchedulingResetOnFork": "no", 
        "CPUShares": "18446744073709551615", 
        "CanIsolate": "no", 
        "CanReload": "yes", 
        "CanStart": "yes", 
        "CanStop": "yes", 
        "CapabilityBoundingSet": "18446744073709551615", 
        "CollectMode": "inactive", 
        "ConditionResult": "yes", 
        "ConditionTimestamp": "Tue 2025-04-29 12:54:55 EDT", 
        "ConditionTimestampMonotonic": "243556548", 
        "Conflicts": "iptables.service shutdown.target ipset.service ip6tables.service ebtables.service", 
        "ControlGroup": "/system.slice/firewalld.service", 
        "ControlPID": "0", 
        "DefaultDependencies": "yes", 
        "Delegate": "no", 
        "Description": "firewalld - dynamic firewall daemon", 
        "DevicePolicy": "auto", 
        "Documentation": "man:firewalld(1)", 
        "EnvironmentFile": "/etc/sysconfig/firewalld (ignore_errors=yes)", 
        "ExecMainCode": "0", 
        "ExecMainExitTimestampMonotonic": "0", 
        "ExecMainPID": "9545", 
        "ExecMainStartTimestamp": "Tue 2025-04-29 12:54:55 EDT", 
        "ExecMainStartTimestampMonotonic": "243557607", 
        "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=[Tue 2025-04-29 12:54:55 EDT] ; stop_time=[n/a] ; pid=9545 ; code=(null) ; status=0/0 }", 
        "FailureAction": "none", 
        "FileDescriptorStoreMax": "0", 
        "FragmentPath": "/usr/lib/systemd/system/firewalld.service", 
        "GuessMainPID": "yes", 
        "IOScheduling": "0", 
        "Id": "firewalld.service", 
        "IgnoreOnIsolate": "no", 
        "IgnoreOnSnapshot": "no", 
        "IgnoreSIGPIPE": "yes", 
        "InactiveEnterTimestampMonotonic": "0", 
        "InactiveExitTimestamp": "Tue 2025-04-29 12:54:55 EDT", 
        "InactiveExitTimestampMonotonic": "243557638", 
        "JobTimeoutAction": "none", 
        "JobTimeoutUSec": "0", 
        "KillMode": "mixed", 
        "KillSignal": "15", 
        "LimitAS": "18446744073709551615", 
        "LimitCORE": "18446744073709551615", 
        "LimitCPU": "18446744073709551615", 
        "LimitDATA": "18446744073709551615", 
        "LimitFSIZE": "18446744073709551615", 
        "LimitLOCKS": "18446744073709551615", 
        "LimitMEMLOCK": "65536", 
        "LimitMSGQUEUE": "819200", 
        "LimitNICE": "0", 
        "LimitNOFILE": "4096", 
        "LimitNPROC": "14311", 
        "LimitRSS": "18446744073709551615", 
        "LimitRTPRIO": "0", 
        "LimitRTTIME": "18446744073709551615", 
        "LimitSIGPENDING": "14311", 
        "LimitSTACK": "18446744073709551615", 
        "LoadState": "loaded", 
        "MainPID": "9545", 
        "MemoryAccounting": "no", 
        "MemoryCurrent": "18446744073709551615", 
        "MemoryLimit": "18446744073709551615", 
        "MountFlags": "0", 
        "Names": "firewalld.service", 
        "NeedDaemonReload": "no", 
        "Nice": "0", 
        "NoNewPrivileges": "no", 
        "NonBlocking": "no", 
        "NotifyAccess": "none", 
        "OOMScoreAdjust": "0", 
        "OnFailureJobMode": "replace", 
        "PermissionsStartOnly": "no", 
        "PrivateDevices": "no", 
        "PrivateNetwork": "no", 
        "PrivateTmp": "no", 
        "ProtectHome": "no", 
        "ProtectSystem": "no", 
        "RefuseManualStart": "no", 
        "RefuseManualStop": "no", 
        "RemainAfterExit": "no", 
        "Requires": "basic.target system.slice", 
        "Restart": "no", 
        "RestartUSec": "100ms", 
        "Result": "success", 
        "RootDirectoryStartOnly": "no", 
        "RuntimeDirectoryMode": "0755", 
        "SameProcessGroup": "no", 
        "SecureBits": "0", 
        "SendSIGHUP": "no", 
        "SendSIGKILL": "yes", 
        "Slice": "system.slice", 
        "StandardError": "null", 
        "StandardInput": "null", 
        "StandardOutput": "null", 
        "StartLimitAction": "none", 
        "StartLimitBurst": "5", 
        "StartLimitInterval": "10000000", 
        "StartupBlockIOWeight": "18446744073709551615", 
        "StartupCPUShares": "18446744073709551615", 
        "StatusErrno": "0", 
        "StopWhenUnneeded": "no", 
        "SubState": "running", 
        "SyslogLevelPrefix": "yes", 
        "SyslogPriority": "30", 
        "SystemCallErrorNumber": "0", 
        "TTYReset": "no", 
        "TTYVHangup": "no", 
        "TTYVTDisallocate": "no", 
        "TasksAccounting": "no", 
        "TasksCurrent": "18446744073709551615", 
        "TasksMax": "18446744073709551615", 
        "TimeoutStartUSec": "1min 30s", 
        "TimeoutStopUSec": "1min 30s", 
        "TimerSlackNSec": "50000", 
        "Transient": "no", 
        "Type": "dbus", 
        "UMask": "0022", 
        "UnitFilePreset": "enabled", 
        "UnitFileState": "enabled", 
        "WantedBy": "multi-user.target", 
        "Wants": "network-pre.target", 
        "WatchdogTimestamp": "Tue 2025-04-29 12:54:55 EDT", 
        "WatchdogTimestampMonotonic": "243805483", 
        "WatchdogUSec": "0"
    }
}

TASK [fedora.linux_system_roles.firewall : Enable and start firewalld service] ***
task path: /tmp/collections-Tsf/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:28
Tuesday 29 April 2025  12:56:39 -0400 (0:00:00.388)       0:00:49.135 ********* 
ok: [managed-node2] => {
    "changed": false, 
    "enabled": true, 
    "name": "firewalld", 
    "state": "started", 
    "status": {
        "ActiveEnterTimestamp": "Tue 2025-04-29 12:54:55 EDT", 
        "ActiveEnterTimestampMonotonic": "243805559", 
        "ActiveExitTimestampMonotonic": "0", 
        "ActiveState": "active", 
        "After": "dbus.service polkit.service basic.target system.slice", 
        "AllowIsolate": "no", 
        "AmbientCapabilities": "0", 
        "AssertResult": "yes", 
        "AssertTimestamp": "Tue 2025-04-29 12:54:55 EDT", 
        "AssertTimestampMonotonic": "243556550", 
        "Before": "shutdown.target multi-user.target network-pre.target", 
        "BlockIOAccounting": "no", 
        "BlockIOWeight": "18446744073709551615", 
        "BusName": "org.fedoraproject.FirewallD1", 
        "CPUAccounting": "no", 
        "CPUQuotaPerSecUSec": "infinity", 
        "CPUSchedulingPolicy": "0", 
        "CPUSchedulingPriority": "0", 
        "CPUSchedulingResetOnFork": "no", 
        "CPUShares": "18446744073709551615", 
        "CanIsolate": "no", 
        "CanReload": "yes", 
        "CanStart": "yes", 
        "CanStop": "yes", 
        "CapabilityBoundingSet": "18446744073709551615", 
        "CollectMode": "inactive", 
        "ConditionResult": "yes", 
        "ConditionTimestamp": "Tue 2025-04-29 12:54:55 EDT", 
        "ConditionTimestampMonotonic": "243556548", 
        "Conflicts": "iptables.service shutdown.target ipset.service ip6tables.service ebtables.service", 
        "ControlGroup": "/system.slice/firewalld.service", 
        "ControlPID": "0", 
        "DefaultDependencies": "yes", 
        "Delegate": "no", 
        "Description": "firewalld - dynamic firewall daemon", 
        "DevicePolicy": "auto", 
        "Documentation": "man:firewalld(1)", 
        "EnvironmentFile": "/etc/sysconfig/firewalld (ignore_errors=yes)", 
        "ExecMainCode": "0", 
        "ExecMainExitTimestampMonotonic": "0", 
        "ExecMainPID": "9545", 
        "ExecMainStartTimestamp": "Tue 2025-04-29 12:54:55 EDT", 
        "ExecMainStartTimestampMonotonic": "243557607", 
        "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=[Tue 2025-04-29 12:54:55 EDT] ; stop_time=[n/a] ; pid=9545 ; code=(null) ; status=0/0 }", 
        "FailureAction": "none", 
        "FileDescriptorStoreMax": "0", 
        "FragmentPath": "/usr/lib/systemd/system/firewalld.service", 
        "GuessMainPID": "yes", 
        "IOScheduling": "0", 
        "Id": "firewalld.service", 
        "IgnoreOnIsolate": "no", 
        "IgnoreOnSnapshot": "no", 
        "IgnoreSIGPIPE": "yes", 
        "InactiveEnterTimestampMonotonic": "0", 
        "InactiveExitTimestamp": "Tue 2025-04-29 12:54:55 EDT", 
        "InactiveExitTimestampMonotonic": "243557638", 
        "JobTimeoutAction": "none", 
        "JobTimeoutUSec": "0", 
        "KillMode": "mixed", 
        "KillSignal": "15", 
        "LimitAS": "18446744073709551615", 
        "LimitCORE": "18446744073709551615", 
        "LimitCPU": "18446744073709551615", 
        "LimitDATA": "18446744073709551615", 
        "LimitFSIZE": "18446744073709551615", 
        "LimitLOCKS": "18446744073709551615", 
        "LimitMEMLOCK": "65536", 
        "LimitMSGQUEUE": "819200", 
        "LimitNICE": "0", 
        "LimitNOFILE": "4096", 
        "LimitNPROC": "14311", 
        "LimitRSS": "18446744073709551615", 
        "LimitRTPRIO": "0", 
        "LimitRTTIME": "18446744073709551615", 
        "LimitSIGPENDING": "14311", 
        "LimitSTACK": "18446744073709551615", 
        "LoadState": "loaded", 
        "MainPID": "9545", 
        "MemoryAccounting": "no", 
        "MemoryCurrent": "18446744073709551615", 
        "MemoryLimit": "18446744073709551615", 
        "MountFlags": "0", 
        "Names": "firewalld.service", 
        "NeedDaemonReload": "no", 
        "Nice": "0", 
        "NoNewPrivileges": "no", 
        "NonBlocking": "no", 
        "NotifyAccess": "none", 
        "OOMScoreAdjust": "0", 
        "OnFailureJobMode": "replace", 
        "PermissionsStartOnly": "no", 
        "PrivateDevices": "no", 
        "PrivateNetwork": "no", 
        "PrivateTmp": "no", 
        "ProtectHome": "no", 
        "ProtectSystem": "no", 
        "RefuseManualStart": "no", 
        "RefuseManualStop": "no", 
        "RemainAfterExit": "no", 
        "Requires": "basic.target system.slice", 
        "Restart": "no", 
        "RestartUSec": "100ms", 
        "Result": "success", 
        "RootDirectoryStartOnly": "no", 
        "RuntimeDirectoryMode": "0755", 
        "SameProcessGroup": "no", 
        "SecureBits": "0", 
        "SendSIGHUP": "no", 
        "SendSIGKILL": "yes", 
        "Slice": "system.slice", 
        "StandardError": "null", 
        "StandardInput": "null", 
        "StandardOutput": "null", 
        "StartLimitAction": "none", 
        "StartLimitBurst": "5", 
        "StartLimitInterval": "10000000", 
        "StartupBlockIOWeight": "18446744073709551615", 
        "StartupCPUShares": "18446744073709551615", 
        "StatusErrno": "0", 
        "StopWhenUnneeded": "no", 
        "SubState": "running", 
        "SyslogLevelPrefix": "yes", 
        "SyslogPriority": "30", 
        "SystemCallErrorNumber": "0", 
        "TTYReset": "no", 
        "TTYVHangup": "no", 
        "TTYVTDisallocate": "no", 
        "TasksAccounting": "no", 
        "TasksCurrent": "18446744073709551615", 
        "TasksMax": "18446744073709551615", 
        "TimeoutStartUSec": "1min 30s", 
        "TimeoutStopUSec": "1min 30s", 
        "TimerSlackNSec": "50000", 
        "Transient": "no", 
        "Type": "dbus", 
        "UMask": "0022", 
        "UnitFilePreset": "enabled", 
        "UnitFileState": "enabled", 
        "WantedBy": "multi-user.target", 
        "Wants": "network-pre.target", 
        "WatchdogTimestamp": "Tue 2025-04-29 12:54:55 EDT", 
        "WatchdogTimestampMonotonic": "243805483", 
        "WatchdogUSec": "0"
    }
}

TASK [fedora.linux_system_roles.firewall : Check if previous replaced is defined] ***
task path: /tmp/collections-Tsf/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:34
Tuesday 29 April 2025  12:56:39 -0400 (0:00:00.391)       0:00:49.526 ********* 
ok: [managed-node2] => {
    "ansible_facts": {
        "__firewall_previous_replaced": false, 
        "__firewall_python_cmd": "/usr/bin/python", 
        "__firewall_report_changed": true
    }, 
    "changed": false
}

TASK [fedora.linux_system_roles.firewall : Get config files, checksums before and remove] ***
task path: /tmp/collections-Tsf/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:43
Tuesday 29 April 2025  12:56:39 -0400 (0:00:00.058)       0:00:49.585 ********* 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Tell firewall module it is able to report changed] ***
task path: /tmp/collections-Tsf/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:55
Tuesday 29 April 2025  12:56:39 -0400 (0:00:00.055)       0:00:49.640 ********* 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Configure firewall] *****************
task path: /tmp/collections-Tsf/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:71
Tuesday 29 April 2025  12:56:39 -0400 (0:00:00.042)       0:00:49.683 ********* 
ok: [managed-node2] => (item={u'ipset': u'customipset', u'state': u'absent', u'permanent': True}) => {
    "__firewall_changed": false, 
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": {
        "ipset": "customipset", 
        "permanent": true, 
        "state": "absent"
    }
}

TASK [fedora.linux_system_roles.firewall : Gather firewall config information] ***
task path: /tmp/collections-Tsf/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:121
Tuesday 29 April 2025  12:56:40 -0400 (0:00:00.559)       0:00:50.242 ********* 
skipping: [managed-node2] => (item={u'ipset': u'customipset', u'state': u'absent', u'permanent': True})  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": {
        "ipset": "customipset", 
        "permanent": true, 
        "state": "absent"
    }, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Update firewalld_config fact] *******
task path: /tmp/collections-Tsf/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:131
Tuesday 29 April 2025  12:56:40 -0400 (0:00:00.082)       0:00:50.324 ********* 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Gather firewall config if no arguments] ***
task path: /tmp/collections-Tsf/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:140
Tuesday 29 April 2025  12:56:40 -0400 (0:00:00.068)       0:00:50.393 ********* 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Update firewalld_config fact] *******
task path: /tmp/collections-Tsf/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:145
Tuesday 29 April 2025  12:56:40 -0400 (0:00:00.053)       0:00:50.447 ********* 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Get config files, checksums after] ***
task path: /tmp/collections-Tsf/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:154
Tuesday 29 April 2025  12:56:40 -0400 (0:00:00.049)       0:00:50.496 ********* 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Calculate what has changed] *********
task path: /tmp/collections-Tsf/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:164
Tuesday 29 April 2025  12:56:40 -0400 (0:00:00.047)       0:00:50.544 ********* 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Show diffs] *************************
task path: /tmp/collections-Tsf/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:170
Tuesday 29 April 2025  12:56:40 -0400 (0:00:00.042)       0:00:50.587 ********* 
skipping: [managed-node2] => {}

TASK [Fail if not idempotent] **************************************************
task path: /tmp/collections-Tsf/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_ipsets.yml:214
Tuesday 29 April 2025  12:56:40 -0400 (0:00:00.041)       0:00:50.628 ********* 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [Cleanup] *****************************************************************
task path: /tmp/collections-Tsf/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_ipsets.yml:221
Tuesday 29 April 2025  12:56:40 -0400 (0:00:00.043)       0:00:50.671 ********* 

TASK [fedora.linux_system_roles.firewall : Setup firewalld] ********************
task path: /tmp/collections-Tsf/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:2
Tuesday 29 April 2025  12:56:40 -0400 (0:00:00.327)       0:00:50.999 ********* 
included: /tmp/collections-Tsf/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml for managed-node2

TASK [fedora.linux_system_roles.firewall : Ensure ansible_facts used by role] ***
task path: /tmp/collections-Tsf/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:2
Tuesday 29 April 2025  12:56:41 -0400 (0:00:00.079)       0:00:51.079 ********* 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Check if system is ostree] **********
task path: /tmp/collections-Tsf/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:10
Tuesday 29 April 2025  12:56:41 -0400 (0:00:00.064)       0:00:51.144 ********* 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Set flag to indicate system is ostree] ***
task path: /tmp/collections-Tsf/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:15
Tuesday 29 April 2025  12:56:41 -0400 (0:00:00.061)       0:00:51.206 ********* 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Check if transactional-update exists in /sbin] ***
task path: /tmp/collections-Tsf/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:22
Tuesday 29 April 2025  12:56:41 -0400 (0:00:00.063)       0:00:51.269 ********* 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Set flag if transactional-update exists] ***
task path: /tmp/collections-Tsf/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:27
Tuesday 29 April 2025  12:56:41 -0400 (0:00:00.063)       0:00:51.333 ********* 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Install firewalld] ******************
task path: /tmp/collections-Tsf/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:31
Tuesday 29 April 2025  12:56:41 -0400 (0:00:00.063)       0:00:51.396 ********* 
ok: [managed-node2] => {
    "changed": false, 
    "rc": 0, 
    "results": [
        "firewalld-0.6.3-13.el7_9.noarch providing firewalld is already installed"
    ]
}

TASK [fedora.linux_system_roles.firewall : Notify user that reboot is needed to apply changes] ***
task path: /tmp/collections-Tsf/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:43
Tuesday 29 April 2025  12:56:42 -0400 (0:00:00.696)       0:00:52.093 ********* 
skipping: [managed-node2] => {}

TASK [fedora.linux_system_roles.firewall : Reboot transactional update systems] ***
task path: /tmp/collections-Tsf/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:48
Tuesday 29 April 2025  12:56:42 -0400 (0:00:00.045)       0:00:52.138 ********* 
skipping: [managed-node2] => {
    "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-Tsf/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:53
Tuesday 29 April 2025  12:56:42 -0400 (0:00:00.042)       0:00:52.181 ********* 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Collect service facts] **************
task path: /tmp/collections-Tsf/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:5
Tuesday 29 April 2025  12:56:42 -0400 (0:00:00.049)       0:00:52.231 ********* 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Attempt to stop and disable conflicting services] ***
task path: /tmp/collections-Tsf/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:9
Tuesday 29 April 2025  12:56:42 -0400 (0:00:00.059)       0:00:52.290 ********* 
skipping: [managed-node2] => (item=nftables)  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": "nftables", 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node2] => (item=iptables)  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": "iptables", 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node2] => (item=ufw)  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": "ufw", 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Unmask firewalld service] ***********
task path: /tmp/collections-Tsf/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:22
Tuesday 29 April 2025  12:56:42 -0400 (0:00:00.079)       0:00:52.370 ********* 
ok: [managed-node2] => {
    "changed": false, 
    "name": "firewalld", 
    "status": {
        "ActiveEnterTimestamp": "Tue 2025-04-29 12:54:55 EDT", 
        "ActiveEnterTimestampMonotonic": "243805559", 
        "ActiveExitTimestampMonotonic": "0", 
        "ActiveState": "active", 
        "After": "dbus.service polkit.service basic.target system.slice", 
        "AllowIsolate": "no", 
        "AmbientCapabilities": "0", 
        "AssertResult": "yes", 
        "AssertTimestamp": "Tue 2025-04-29 12:54:55 EDT", 
        "AssertTimestampMonotonic": "243556550", 
        "Before": "shutdown.target multi-user.target network-pre.target", 
        "BlockIOAccounting": "no", 
        "BlockIOWeight": "18446744073709551615", 
        "BusName": "org.fedoraproject.FirewallD1", 
        "CPUAccounting": "no", 
        "CPUQuotaPerSecUSec": "infinity", 
        "CPUSchedulingPolicy": "0", 
        "CPUSchedulingPriority": "0", 
        "CPUSchedulingResetOnFork": "no", 
        "CPUShares": "18446744073709551615", 
        "CanIsolate": "no", 
        "CanReload": "yes", 
        "CanStart": "yes", 
        "CanStop": "yes", 
        "CapabilityBoundingSet": "18446744073709551615", 
        "CollectMode": "inactive", 
        "ConditionResult": "yes", 
        "ConditionTimestamp": "Tue 2025-04-29 12:54:55 EDT", 
        "ConditionTimestampMonotonic": "243556548", 
        "Conflicts": "iptables.service shutdown.target ipset.service ip6tables.service ebtables.service", 
        "ControlGroup": "/system.slice/firewalld.service", 
        "ControlPID": "0", 
        "DefaultDependencies": "yes", 
        "Delegate": "no", 
        "Description": "firewalld - dynamic firewall daemon", 
        "DevicePolicy": "auto", 
        "Documentation": "man:firewalld(1)", 
        "EnvironmentFile": "/etc/sysconfig/firewalld (ignore_errors=yes)", 
        "ExecMainCode": "0", 
        "ExecMainExitTimestampMonotonic": "0", 
        "ExecMainPID": "9545", 
        "ExecMainStartTimestamp": "Tue 2025-04-29 12:54:55 EDT", 
        "ExecMainStartTimestampMonotonic": "243557607", 
        "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=[Tue 2025-04-29 12:54:55 EDT] ; stop_time=[n/a] ; pid=9545 ; code=(null) ; status=0/0 }", 
        "FailureAction": "none", 
        "FileDescriptorStoreMax": "0", 
        "FragmentPath": "/usr/lib/systemd/system/firewalld.service", 
        "GuessMainPID": "yes", 
        "IOScheduling": "0", 
        "Id": "firewalld.service", 
        "IgnoreOnIsolate": "no", 
        "IgnoreOnSnapshot": "no", 
        "IgnoreSIGPIPE": "yes", 
        "InactiveEnterTimestampMonotonic": "0", 
        "InactiveExitTimestamp": "Tue 2025-04-29 12:54:55 EDT", 
        "InactiveExitTimestampMonotonic": "243557638", 
        "JobTimeoutAction": "none", 
        "JobTimeoutUSec": "0", 
        "KillMode": "mixed", 
        "KillSignal": "15", 
        "LimitAS": "18446744073709551615", 
        "LimitCORE": "18446744073709551615", 
        "LimitCPU": "18446744073709551615", 
        "LimitDATA": "18446744073709551615", 
        "LimitFSIZE": "18446744073709551615", 
        "LimitLOCKS": "18446744073709551615", 
        "LimitMEMLOCK": "65536", 
        "LimitMSGQUEUE": "819200", 
        "LimitNICE": "0", 
        "LimitNOFILE": "4096", 
        "LimitNPROC": "14311", 
        "LimitRSS": "18446744073709551615", 
        "LimitRTPRIO": "0", 
        "LimitRTTIME": "18446744073709551615", 
        "LimitSIGPENDING": "14311", 
        "LimitSTACK": "18446744073709551615", 
        "LoadState": "loaded", 
        "MainPID": "9545", 
        "MemoryAccounting": "no", 
        "MemoryCurrent": "18446744073709551615", 
        "MemoryLimit": "18446744073709551615", 
        "MountFlags": "0", 
        "Names": "firewalld.service", 
        "NeedDaemonReload": "no", 
        "Nice": "0", 
        "NoNewPrivileges": "no", 
        "NonBlocking": "no", 
        "NotifyAccess": "none", 
        "OOMScoreAdjust": "0", 
        "OnFailureJobMode": "replace", 
        "PermissionsStartOnly": "no", 
        "PrivateDevices": "no", 
        "PrivateNetwork": "no", 
        "PrivateTmp": "no", 
        "ProtectHome": "no", 
        "ProtectSystem": "no", 
        "RefuseManualStart": "no", 
        "RefuseManualStop": "no", 
        "RemainAfterExit": "no", 
        "Requires": "basic.target system.slice", 
        "Restart": "no", 
        "RestartUSec": "100ms", 
        "Result": "success", 
        "RootDirectoryStartOnly": "no", 
        "RuntimeDirectoryMode": "0755", 
        "SameProcessGroup": "no", 
        "SecureBits": "0", 
        "SendSIGHUP": "no", 
        "SendSIGKILL": "yes", 
        "Slice": "system.slice", 
        "StandardError": "null", 
        "StandardInput": "null", 
        "StandardOutput": "null", 
        "StartLimitAction": "none", 
        "StartLimitBurst": "5", 
        "StartLimitInterval": "10000000", 
        "StartupBlockIOWeight": "18446744073709551615", 
        "StartupCPUShares": "18446744073709551615", 
        "StatusErrno": "0", 
        "StopWhenUnneeded": "no", 
        "SubState": "running", 
        "SyslogLevelPrefix": "yes", 
        "SyslogPriority": "30", 
        "SystemCallErrorNumber": "0", 
        "TTYReset": "no", 
        "TTYVHangup": "no", 
        "TTYVTDisallocate": "no", 
        "TasksAccounting": "no", 
        "TasksCurrent": "18446744073709551615", 
        "TasksMax": "18446744073709551615", 
        "TimeoutStartUSec": "1min 30s", 
        "TimeoutStopUSec": "1min 30s", 
        "TimerSlackNSec": "50000", 
        "Transient": "no", 
        "Type": "dbus", 
        "UMask": "0022", 
        "UnitFilePreset": "enabled", 
        "UnitFileState": "enabled", 
        "WantedBy": "multi-user.target", 
        "Wants": "network-pre.target", 
        "WatchdogTimestamp": "Tue 2025-04-29 12:54:55 EDT", 
        "WatchdogTimestampMonotonic": "243805483", 
        "WatchdogUSec": "0"
    }
}

TASK [fedora.linux_system_roles.firewall : Enable and start firewalld service] ***
task path: /tmp/collections-Tsf/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:28
Tuesday 29 April 2025  12:56:42 -0400 (0:00:00.503)       0:00:52.873 ********* 
ok: [managed-node2] => {
    "changed": false, 
    "enabled": true, 
    "name": "firewalld", 
    "state": "started", 
    "status": {
        "ActiveEnterTimestamp": "Tue 2025-04-29 12:54:55 EDT", 
        "ActiveEnterTimestampMonotonic": "243805559", 
        "ActiveExitTimestampMonotonic": "0", 
        "ActiveState": "active", 
        "After": "dbus.service polkit.service basic.target system.slice", 
        "AllowIsolate": "no", 
        "AmbientCapabilities": "0", 
        "AssertResult": "yes", 
        "AssertTimestamp": "Tue 2025-04-29 12:54:55 EDT", 
        "AssertTimestampMonotonic": "243556550", 
        "Before": "shutdown.target multi-user.target network-pre.target", 
        "BlockIOAccounting": "no", 
        "BlockIOWeight": "18446744073709551615", 
        "BusName": "org.fedoraproject.FirewallD1", 
        "CPUAccounting": "no", 
        "CPUQuotaPerSecUSec": "infinity", 
        "CPUSchedulingPolicy": "0", 
        "CPUSchedulingPriority": "0", 
        "CPUSchedulingResetOnFork": "no", 
        "CPUShares": "18446744073709551615", 
        "CanIsolate": "no", 
        "CanReload": "yes", 
        "CanStart": "yes", 
        "CanStop": "yes", 
        "CapabilityBoundingSet": "18446744073709551615", 
        "CollectMode": "inactive", 
        "ConditionResult": "yes", 
        "ConditionTimestamp": "Tue 2025-04-29 12:54:55 EDT", 
        "ConditionTimestampMonotonic": "243556548", 
        "Conflicts": "iptables.service shutdown.target ipset.service ip6tables.service ebtables.service", 
        "ControlGroup": "/system.slice/firewalld.service", 
        "ControlPID": "0", 
        "DefaultDependencies": "yes", 
        "Delegate": "no", 
        "Description": "firewalld - dynamic firewall daemon", 
        "DevicePolicy": "auto", 
        "Documentation": "man:firewalld(1)", 
        "EnvironmentFile": "/etc/sysconfig/firewalld (ignore_errors=yes)", 
        "ExecMainCode": "0", 
        "ExecMainExitTimestampMonotonic": "0", 
        "ExecMainPID": "9545", 
        "ExecMainStartTimestamp": "Tue 2025-04-29 12:54:55 EDT", 
        "ExecMainStartTimestampMonotonic": "243557607", 
        "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=[Tue 2025-04-29 12:54:55 EDT] ; stop_time=[n/a] ; pid=9545 ; code=(null) ; status=0/0 }", 
        "FailureAction": "none", 
        "FileDescriptorStoreMax": "0", 
        "FragmentPath": "/usr/lib/systemd/system/firewalld.service", 
        "GuessMainPID": "yes", 
        "IOScheduling": "0", 
        "Id": "firewalld.service", 
        "IgnoreOnIsolate": "no", 
        "IgnoreOnSnapshot": "no", 
        "IgnoreSIGPIPE": "yes", 
        "InactiveEnterTimestampMonotonic": "0", 
        "InactiveExitTimestamp": "Tue 2025-04-29 12:54:55 EDT", 
        "InactiveExitTimestampMonotonic": "243557638", 
        "JobTimeoutAction": "none", 
        "JobTimeoutUSec": "0", 
        "KillMode": "mixed", 
        "KillSignal": "15", 
        "LimitAS": "18446744073709551615", 
        "LimitCORE": "18446744073709551615", 
        "LimitCPU": "18446744073709551615", 
        "LimitDATA": "18446744073709551615", 
        "LimitFSIZE": "18446744073709551615", 
        "LimitLOCKS": "18446744073709551615", 
        "LimitMEMLOCK": "65536", 
        "LimitMSGQUEUE": "819200", 
        "LimitNICE": "0", 
        "LimitNOFILE": "4096", 
        "LimitNPROC": "14311", 
        "LimitRSS": "18446744073709551615", 
        "LimitRTPRIO": "0", 
        "LimitRTTIME": "18446744073709551615", 
        "LimitSIGPENDING": "14311", 
        "LimitSTACK": "18446744073709551615", 
        "LoadState": "loaded", 
        "MainPID": "9545", 
        "MemoryAccounting": "no", 
        "MemoryCurrent": "18446744073709551615", 
        "MemoryLimit": "18446744073709551615", 
        "MountFlags": "0", 
        "Names": "firewalld.service", 
        "NeedDaemonReload": "no", 
        "Nice": "0", 
        "NoNewPrivileges": "no", 
        "NonBlocking": "no", 
        "NotifyAccess": "none", 
        "OOMScoreAdjust": "0", 
        "OnFailureJobMode": "replace", 
        "PermissionsStartOnly": "no", 
        "PrivateDevices": "no", 
        "PrivateNetwork": "no", 
        "PrivateTmp": "no", 
        "ProtectHome": "no", 
        "ProtectSystem": "no", 
        "RefuseManualStart": "no", 
        "RefuseManualStop": "no", 
        "RemainAfterExit": "no", 
        "Requires": "basic.target system.slice", 
        "Restart": "no", 
        "RestartUSec": "100ms", 
        "Result": "success", 
        "RootDirectoryStartOnly": "no", 
        "RuntimeDirectoryMode": "0755", 
        "SameProcessGroup": "no", 
        "SecureBits": "0", 
        "SendSIGHUP": "no", 
        "SendSIGKILL": "yes", 
        "Slice": "system.slice", 
        "StandardError": "null", 
        "StandardInput": "null", 
        "StandardOutput": "null", 
        "StartLimitAction": "none", 
        "StartLimitBurst": "5", 
        "StartLimitInterval": "10000000", 
        "StartupBlockIOWeight": "18446744073709551615", 
        "StartupCPUShares": "18446744073709551615", 
        "StatusErrno": "0", 
        "StopWhenUnneeded": "no", 
        "SubState": "running", 
        "SyslogLevelPrefix": "yes", 
        "SyslogPriority": "30", 
        "SystemCallErrorNumber": "0", 
        "TTYReset": "no", 
        "TTYVHangup": "no", 
        "TTYVTDisallocate": "no", 
        "TasksAccounting": "no", 
        "TasksCurrent": "18446744073709551615", 
        "TasksMax": "18446744073709551615", 
        "TimeoutStartUSec": "1min 30s", 
        "TimeoutStopUSec": "1min 30s", 
        "TimerSlackNSec": "50000", 
        "Transient": "no", 
        "Type": "dbus", 
        "UMask": "0022", 
        "UnitFilePreset": "enabled", 
        "UnitFileState": "enabled", 
        "WantedBy": "multi-user.target", 
        "Wants": "network-pre.target", 
        "WatchdogTimestamp": "Tue 2025-04-29 12:54:55 EDT", 
        "WatchdogTimestampMonotonic": "243805483", 
        "WatchdogUSec": "0"
    }
}

TASK [fedora.linux_system_roles.firewall : Check if previous replaced is defined] ***
task path: /tmp/collections-Tsf/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:34
Tuesday 29 April 2025  12:56:43 -0400 (0:00:00.403)       0:00:53.277 ********* 
ok: [managed-node2] => {
    "ansible_facts": {
        "__firewall_previous_replaced": true, 
        "__firewall_python_cmd": "/usr/bin/python", 
        "__firewall_report_changed": true
    }, 
    "changed": false
}

TASK [fedora.linux_system_roles.firewall : Get config files, checksums before and remove] ***
task path: /tmp/collections-Tsf/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:43
Tuesday 29 April 2025  12:56:43 -0400 (0:00:00.057)       0:00:53.334 ********* 
ok: [managed-node2] => {
    "changed": false, 
    "rc": 0
}

STDOUT:

65a9e4a0653b58f6808edcf6d432f6676485af237e73cb7adaabab4df3fac7bc /etc/firewalld/firewalld.conf



STDERR:

Shared connection to 10.31.41.183 closed.


TASK [fedora.linux_system_roles.firewall : Tell firewall module it is able to report changed] ***
task path: /tmp/collections-Tsf/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:55
Tuesday 29 April 2025  12:56:44 -0400 (0:00:00.872)       0:00:54.206 ********* 
ok: [managed-node2] => {
    "ansible_facts": {
        "__firewall_report_changed": false
    }, 
    "changed": false
}

TASK [fedora.linux_system_roles.firewall : Configure firewall] *****************
task path: /tmp/collections-Tsf/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:71
Tuesday 29 April 2025  12:56:44 -0400 (0:00:00.060)       0:00:54.267 ********* 

TASK [fedora.linux_system_roles.firewall : Gather firewall config information] ***
task path: /tmp/collections-Tsf/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:121
Tuesday 29 April 2025  12:56:44 -0400 (0:00:00.044)       0:00:54.311 ********* 

TASK [fedora.linux_system_roles.firewall : Update firewalld_config fact] *******
task path: /tmp/collections-Tsf/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:131
Tuesday 29 April 2025  12:56:44 -0400 (0:00:00.043)       0:00:54.355 ********* 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Gather firewall config if no arguments] ***
task path: /tmp/collections-Tsf/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:140
Tuesday 29 April 2025  12:56:44 -0400 (0:00:00.048)       0:00:54.403 ********* 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Update firewalld_config fact] *******
task path: /tmp/collections-Tsf/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:145
Tuesday 29 April 2025  12:56:44 -0400 (0:00:00.044)       0:00:54.447 ********* 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Get config files, checksums after] ***
task path: /tmp/collections-Tsf/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:154
Tuesday 29 April 2025  12:56:44 -0400 (0:00:00.044)       0:00:54.491 ********* 
ok: [managed-node2] => {
    "changed": false, 
    "rc": 0
}

STDOUT:

65a9e4a0653b58f6808edcf6d432f6676485af237e73cb7adaabab4df3fac7bc /etc/firewalld/firewalld.conf



STDERR:

Shared connection to 10.31.41.183 closed.


TASK [fedora.linux_system_roles.firewall : Calculate what has changed] *********
task path: /tmp/collections-Tsf/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:164
Tuesday 29 April 2025  12:56:44 -0400 (0:00:00.347)       0:00:54.839 ********* 
ok: [managed-node2] => {
    "ansible_facts": {
        "firewall_lib_result": {
            "changed": false
        }
    }, 
    "changed": false
}

TASK [fedora.linux_system_roles.firewall : Show diffs] *************************
task path: /tmp/collections-Tsf/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:170
Tuesday 29 April 2025  12:56:44 -0400 (0:00:00.055)       0:00:54.894 ********* 
skipping: [managed-node2] => {}
META: ran handlers
META: ran handlers

PLAY RECAP *********************************************************************
managed-node2              : ok=96   changed=7    unreachable=0    failed=0    skipped=241  rescued=0    ignored=0   

Tuesday 29 April 2025  12:56:44 -0400 (0:00:00.041)       0:00:54.935 ********* 
=============================================================================== 
Verify changes ---------------------------------------------------------- 1.19s
/tmp/collections-Tsf/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_ipsets.yml:115 
Gathering Facts --------------------------------------------------------- 1.06s
/tmp/collections-Tsf/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_ipsets.yml:2 
fedora.linux_system_roles.firewall : Configure firewall ----------------- 1.00s
/tmp/collections-Tsf/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:71 
fedora.linux_system_roles.firewall : Get config files, checksums before and remove --- 0.87s
/tmp/collections-Tsf/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:43 
fedora.linux_system_roles.firewall : Configure firewall ----------------- 0.87s
/tmp/collections-Tsf/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:71 
fedora.linux_system_roles.firewall : Install firewalld ------------------ 0.85s
/tmp/collections-Tsf/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:31 
fedora.linux_system_roles.firewall : Configure firewall ----------------- 0.84s
/tmp/collections-Tsf/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:71 
Get all ipsets ---------------------------------------------------------- 0.78s
/tmp/collections-Tsf/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_ipsets.yml:19 
fedora.linux_system_roles.firewall : Install firewalld ------------------ 0.70s
/tmp/collections-Tsf/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:31 
fedora.linux_system_roles.firewall : Install firewalld ------------------ 0.70s
/tmp/collections-Tsf/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:31 
fedora.linux_system_roles.firewall : Install firewalld ------------------ 0.69s
/tmp/collections-Tsf/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:31 
fedora.linux_system_roles.firewall : Install firewalld ------------------ 0.67s
/tmp/collections-Tsf/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:31 
fedora.linux_system_roles.firewall : Install firewalld ------------------ 0.67s
/tmp/collections-Tsf/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:31 
fedora.linux_system_roles.firewall : Configure firewall ----------------- 0.66s
/tmp/collections-Tsf/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:71 
fedora.linux_system_roles.firewall : Install firewalld ------------------ 0.64s
/tmp/collections-Tsf/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:31 
fedora.linux_system_roles.firewall : Install firewalld ------------------ 0.64s
/tmp/collections-Tsf/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:31 
fedora.linux_system_roles.firewall : Install firewalld ------------------ 0.63s
/tmp/collections-Tsf/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:31 
fedora.linux_system_roles.firewall : Install firewalld ------------------ 0.62s
/tmp/collections-Tsf/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:31 
fedora.linux_system_roles.firewall : Install firewalld ------------------ 0.62s
/tmp/collections-Tsf/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:31 
Fail if ipset not added ------------------------------------------------- 0.62s
/tmp/collections-Tsf/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_ipsets.yml:45