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-sCY/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_ipsets.yml

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

TASK [Gathering Facts] *********************************************************
task path: /tmp/collections-sCY/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_ipsets.yml:2
Wednesday 14 May 2025  13:39:59 -0400 (0:00:00.024)       0:00:00.024 ********* 
ok: [managed-node2]
META: ran handlers

TASK [Start from clean slate] **************************************************
task path: /tmp/collections-sCY/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_ipsets.yml:11
Wednesday 14 May 2025  13:40:01 -0400 (0:00:02.003)       0:00:02.027 ********* 

TASK [fedora.linux_system_roles.firewall : Setup firewalld] ********************
task path: /tmp/collections-sCY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:2
Wednesday 14 May 2025  13:40:01 -0400 (0:00:00.220)       0:00:02.248 ********* 
included: /tmp/collections-sCY/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-sCY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:2
Wednesday 14 May 2025  13:40:01 -0400 (0:00:00.072)       0:00:02.320 ********* 
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-sCY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:10
Wednesday 14 May 2025  13:40:01 -0400 (0:00:00.067)       0:00:02.387 ********* 
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-sCY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:15
Wednesday 14 May 2025  13:40:02 -0400 (0:00:00.459)       0:00:02.846 ********* 
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-sCY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:22
Wednesday 14 May 2025  13:40:02 -0400 (0:00:00.063)       0:00:02.910 ********* 
ok: [managed-node2] => {
    "changed": false, 
    "stat": {
        "exists": false
    }
}

TASK [fedora.linux_system_roles.firewall : Set flag if transactional-update exists] ***
task path: /tmp/collections-sCY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:27
Wednesday 14 May 2025  13:40:02 -0400 (0:00:00.332)       0:00:03.242 ********* 
ok: [managed-node2] => {
    "ansible_facts": {
        "__firewall_is_transactional": false
    }, 
    "changed": false
}

TASK [fedora.linux_system_roles.firewall : Install firewalld] ******************
task path: /tmp/collections-sCY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:31
Wednesday 14 May 2025  13:40:02 -0400 (0:00:00.071)       0:00:03.314 ********* 
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-sCY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:43
Wednesday 14 May 2025  13:40:03 -0400 (0:00:00.939)       0:00:04.253 ********* 
skipping: [managed-node2] => {}

TASK [fedora.linux_system_roles.firewall : Reboot transactional update systems] ***
task path: /tmp/collections-sCY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:48
Wednesday 14 May 2025  13:40:03 -0400 (0:00:00.051)       0:00:04.305 ********* 
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-sCY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:53
Wednesday 14 May 2025  13:40:03 -0400 (0:00:00.063)       0:00:04.368 ********* 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Collect service facts] **************
task path: /tmp/collections-sCY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:5
Wednesday 14 May 2025  13:40:03 -0400 (0:00:00.068)       0:00:04.437 ********* 
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-sCY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:9
Wednesday 14 May 2025  13:40:03 -0400 (0:00:00.064)       0:00:04.501 ********* 
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-sCY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:22
Wednesday 14 May 2025  13:40:03 -0400 (0:00:00.081)       0:00:04.583 ********* 
ok: [managed-node2] => {
    "changed": false, 
    "name": "firewalld", 
    "status": {
        "ActiveEnterTimestamp": "Wed 2025-05-14 13:39:02 EDT", 
        "ActiveEnterTimestampMonotonic": "400886179", 
        "ActiveExitTimestampMonotonic": "0", 
        "ActiveState": "active", 
        "After": "system.slice polkit.service basic.target dbus.service", 
        "AllowIsolate": "no", 
        "AmbientCapabilities": "0", 
        "AssertResult": "yes", 
        "AssertTimestamp": "Wed 2025-05-14 13:39:02 EDT", 
        "AssertTimestampMonotonic": "400630978", 
        "Before": "multi-user.target network-pre.target shutdown.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": "Wed 2025-05-14 13:39:02 EDT", 
        "ConditionTimestampMonotonic": "400630977", 
        "Conflicts": "ebtables.service ipset.service ip6tables.service iptables.service shutdown.target", 
        "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": "9562", 
        "ExecMainStartTimestamp": "Wed 2025-05-14 13:39:02 EDT", 
        "ExecMainStartTimestampMonotonic": "400632108", 
        "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=[Wed 2025-05-14 13:39:02 EDT] ; stop_time=[n/a] ; pid=9562 ; 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": "Wed 2025-05-14 13:39:02 EDT", 
        "InactiveExitTimestampMonotonic": "400632735", 
        "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": "9562", 
        "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": "system.slice basic.target", 
        "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": "Wed 2025-05-14 13:39:02 EDT", 
        "WatchdogTimestampMonotonic": "400886130", 
        "WatchdogUSec": "0"
    }
}

TASK [fedora.linux_system_roles.firewall : Enable and start firewalld service] ***
task path: /tmp/collections-sCY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:28
Wednesday 14 May 2025  13:40:04 -0400 (0:00:00.820)       0:00:05.404 ********* 
ok: [managed-node2] => {
    "changed": false, 
    "enabled": true, 
    "name": "firewalld", 
    "state": "started", 
    "status": {
        "ActiveEnterTimestamp": "Wed 2025-05-14 13:39:02 EDT", 
        "ActiveEnterTimestampMonotonic": "400886179", 
        "ActiveExitTimestampMonotonic": "0", 
        "ActiveState": "active", 
        "After": "system.slice polkit.service basic.target dbus.service", 
        "AllowIsolate": "no", 
        "AmbientCapabilities": "0", 
        "AssertResult": "yes", 
        "AssertTimestamp": "Wed 2025-05-14 13:39:02 EDT", 
        "AssertTimestampMonotonic": "400630978", 
        "Before": "multi-user.target network-pre.target shutdown.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": "Wed 2025-05-14 13:39:02 EDT", 
        "ConditionTimestampMonotonic": "400630977", 
        "Conflicts": "ebtables.service ipset.service ip6tables.service iptables.service shutdown.target", 
        "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": "9562", 
        "ExecMainStartTimestamp": "Wed 2025-05-14 13:39:02 EDT", 
        "ExecMainStartTimestampMonotonic": "400632108", 
        "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=[Wed 2025-05-14 13:39:02 EDT] ; stop_time=[n/a] ; pid=9562 ; 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": "Wed 2025-05-14 13:39:02 EDT", 
        "InactiveExitTimestampMonotonic": "400632735", 
        "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": "9562", 
        "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": "system.slice basic.target", 
        "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": "Wed 2025-05-14 13:39:02 EDT", 
        "WatchdogTimestampMonotonic": "400886130", 
        "WatchdogUSec": "0"
    }
}

TASK [fedora.linux_system_roles.firewall : Check if previous replaced is defined] ***
task path: /tmp/collections-sCY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:34
Wednesday 14 May 2025  13:40:05 -0400 (0:00:00.420)       0:00:05.824 ********* 
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-sCY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:43
Wednesday 14 May 2025  13:40:05 -0400 (0:00:00.061)       0:00:05.886 ********* 
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.42.33 closed.


TASK [fedora.linux_system_roles.firewall : Tell firewall module it is able to report changed] ***
task path: /tmp/collections-sCY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:55
Wednesday 14 May 2025  13:40:06 -0400 (0:00:00.892)       0:00:06.779 ********* 
ok: [managed-node2] => {
    "ansible_facts": {
        "__firewall_report_changed": false
    }, 
    "changed": false
}

TASK [fedora.linux_system_roles.firewall : Configure firewall] *****************
task path: /tmp/collections-sCY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:71
Wednesday 14 May 2025  13:40:06 -0400 (0:00:00.050)       0:00:06.829 ********* 

TASK [fedora.linux_system_roles.firewall : Gather firewall config information] ***
task path: /tmp/collections-sCY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:121
Wednesday 14 May 2025  13:40:06 -0400 (0:00:00.044)       0:00:06.874 ********* 

TASK [fedora.linux_system_roles.firewall : Update firewalld_config fact] *******
task path: /tmp/collections-sCY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:131
Wednesday 14 May 2025  13:40:06 -0400 (0:00:00.044)       0:00:06.919 ********* 
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-sCY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:140
Wednesday 14 May 2025  13:40:06 -0400 (0:00:00.068)       0:00:06.987 ********* 
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-sCY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:145
Wednesday 14 May 2025  13:40:06 -0400 (0:00:00.064)       0:00:07.051 ********* 
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-sCY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:154
Wednesday 14 May 2025  13:40:06 -0400 (0:00:00.066)       0:00:07.118 ********* 
ok: [managed-node2] => {
    "changed": false, 
    "rc": 0
}

STDOUT:

65a9e4a0653b58f6808edcf6d432f6676485af237e73cb7adaabab4df3fac7bc /etc/firewalld/firewalld.conf



STDERR:

Shared connection to 10.31.42.33 closed.


TASK [fedora.linux_system_roles.firewall : Calculate what has changed] *********
task path: /tmp/collections-sCY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:164
Wednesday 14 May 2025  13:40:06 -0400 (0:00:00.395)       0:00:07.514 ********* 
changed: [managed-node2] => {
    "ansible_facts": {
        "firewall_lib_result": {
            "changed": true
        }
    }, 
    "changed": true
}

TASK [fedora.linux_system_roles.firewall : Show diffs] *************************
task path: /tmp/collections-sCY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:170
Wednesday 14 May 2025  13:40:06 -0400 (0:00:00.055)       0:00:07.569 ********* 
skipping: [managed-node2] => {}

TASK [Get all ipsets] **********************************************************
task path: /tmp/collections-sCY/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_ipsets.yml:19
Wednesday 14 May 2025  13:40:06 -0400 (0:00:00.047)       0:00:07.617 ********* 
ok: [managed-node2] => {
    "changed": false, 
    "cmd": "set -o pipefail\nfirewall-cmd --permanent --get-ipsets | grep customipset\n", 
    "delta": "0:00:00.269336", 
    "end": "2025-05-14 13:40:07.559588", 
    "failed_when_result": false, 
    "rc": 1, 
    "start": "2025-05-14 13:40:07.290252"
}

MSG:

non-zero return code

TASK [Define new ipset] ********************************************************
task path: /tmp/collections-sCY/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_ipsets.yml:30
Wednesday 14 May 2025  13:40:07 -0400 (0:00:00.793)       0:00:08.411 ********* 

TASK [fedora.linux_system_roles.firewall : Setup firewalld] ********************
task path: /tmp/collections-sCY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:2
Wednesday 14 May 2025  13:40:07 -0400 (0:00:00.074)       0:00:08.486 ********* 
included: /tmp/collections-sCY/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-sCY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:2
Wednesday 14 May 2025  13:40:07 -0400 (0:00:00.050)       0:00:08.537 ********* 
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-sCY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:10
Wednesday 14 May 2025  13:40:07 -0400 (0:00:00.060)       0:00:08.597 ********* 
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-sCY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:15
Wednesday 14 May 2025  13:40:07 -0400 (0:00:00.065)       0:00:08.663 ********* 
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-sCY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:22
Wednesday 14 May 2025  13:40:07 -0400 (0:00:00.064)       0:00:08.728 ********* 
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-sCY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:27
Wednesday 14 May 2025  13:40:08 -0400 (0:00:00.066)       0:00:08.794 ********* 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Install firewalld] ******************
task path: /tmp/collections-sCY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:31
Wednesday 14 May 2025  13:40:08 -0400 (0:00:00.065)       0:00:08.860 ********* 
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-sCY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:43
Wednesday 14 May 2025  13:40:08 -0400 (0:00:00.717)       0:00:09.578 ********* 
skipping: [managed-node2] => {}

TASK [fedora.linux_system_roles.firewall : Reboot transactional update systems] ***
task path: /tmp/collections-sCY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:48
Wednesday 14 May 2025  13:40:08 -0400 (0:00:00.045)       0:00:09.623 ********* 
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-sCY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:53
Wednesday 14 May 2025  13:40:08 -0400 (0:00:00.045)       0:00:09.669 ********* 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Collect service facts] **************
task path: /tmp/collections-sCY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:5
Wednesday 14 May 2025  13:40:08 -0400 (0:00:00.045)       0:00:09.715 ********* 
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-sCY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:9
Wednesday 14 May 2025  13:40:08 -0400 (0:00:00.052)       0:00:09.768 ********* 
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-sCY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:22
Wednesday 14 May 2025  13:40:09 -0400 (0:00:00.089)       0:00:09.858 ********* 
ok: [managed-node2] => {
    "changed": false, 
    "name": "firewalld", 
    "status": {
        "ActiveEnterTimestamp": "Wed 2025-05-14 13:39:02 EDT", 
        "ActiveEnterTimestampMonotonic": "400886179", 
        "ActiveExitTimestampMonotonic": "0", 
        "ActiveState": "active", 
        "After": "system.slice polkit.service basic.target dbus.service", 
        "AllowIsolate": "no", 
        "AmbientCapabilities": "0", 
        "AssertResult": "yes", 
        "AssertTimestamp": "Wed 2025-05-14 13:39:02 EDT", 
        "AssertTimestampMonotonic": "400630978", 
        "Before": "multi-user.target network-pre.target shutdown.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": "Wed 2025-05-14 13:39:02 EDT", 
        "ConditionTimestampMonotonic": "400630977", 
        "Conflicts": "ebtables.service ipset.service ip6tables.service iptables.service shutdown.target", 
        "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": "9562", 
        "ExecMainStartTimestamp": "Wed 2025-05-14 13:39:02 EDT", 
        "ExecMainStartTimestampMonotonic": "400632108", 
        "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=[Wed 2025-05-14 13:39:02 EDT] ; stop_time=[n/a] ; pid=9562 ; 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": "Wed 2025-05-14 13:39:02 EDT", 
        "InactiveExitTimestampMonotonic": "400632735", 
        "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": "9562", 
        "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": "system.slice basic.target", 
        "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": "Wed 2025-05-14 13:39:02 EDT", 
        "WatchdogTimestampMonotonic": "400886130", 
        "WatchdogUSec": "0"
    }
}

TASK [fedora.linux_system_roles.firewall : Enable and start firewalld service] ***
task path: /tmp/collections-sCY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:28
Wednesday 14 May 2025  13:40:09 -0400 (0:00:00.464)       0:00:10.322 ********* 
ok: [managed-node2] => {
    "changed": false, 
    "enabled": true, 
    "name": "firewalld", 
    "state": "started", 
    "status": {
        "ActiveEnterTimestamp": "Wed 2025-05-14 13:39:02 EDT", 
        "ActiveEnterTimestampMonotonic": "400886179", 
        "ActiveExitTimestampMonotonic": "0", 
        "ActiveState": "active", 
        "After": "system.slice polkit.service basic.target dbus.service", 
        "AllowIsolate": "no", 
        "AmbientCapabilities": "0", 
        "AssertResult": "yes", 
        "AssertTimestamp": "Wed 2025-05-14 13:39:02 EDT", 
        "AssertTimestampMonotonic": "400630978", 
        "Before": "multi-user.target network-pre.target shutdown.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": "Wed 2025-05-14 13:39:02 EDT", 
        "ConditionTimestampMonotonic": "400630977", 
        "Conflicts": "ebtables.service ipset.service ip6tables.service iptables.service shutdown.target", 
        "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": "9562", 
        "ExecMainStartTimestamp": "Wed 2025-05-14 13:39:02 EDT", 
        "ExecMainStartTimestampMonotonic": "400632108", 
        "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=[Wed 2025-05-14 13:39:02 EDT] ; stop_time=[n/a] ; pid=9562 ; 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": "Wed 2025-05-14 13:39:02 EDT", 
        "InactiveExitTimestampMonotonic": "400632735", 
        "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": "9562", 
        "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": "system.slice basic.target", 
        "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": "Wed 2025-05-14 13:39:02 EDT", 
        "WatchdogTimestampMonotonic": "400886130", 
        "WatchdogUSec": "0"
    }
}

TASK [fedora.linux_system_roles.firewall : Check if previous replaced is defined] ***
task path: /tmp/collections-sCY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:34
Wednesday 14 May 2025  13:40:09 -0400 (0:00:00.400)       0:00:10.723 ********* 
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-sCY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:43
Wednesday 14 May 2025  13:40:10 -0400 (0:00:00.050)       0:00:10.773 ********* 
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-sCY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:55
Wednesday 14 May 2025  13:40:10 -0400 (0:00:00.043)       0:00:10.817 ********* 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Configure firewall] *****************
task path: /tmp/collections-sCY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:71
Wednesday 14 May 2025  13:40:10 -0400 (0:00:00.045)       0:00:10.863 ********* 
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-sCY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:121
Wednesday 14 May 2025  13:40:11 -0400 (0:00:01.104)       0:00:11.967 ********* 
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-sCY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:131
Wednesday 14 May 2025  13:40:11 -0400 (0:00:00.089)       0:00:12.056 ********* 
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-sCY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:140
Wednesday 14 May 2025  13:40:11 -0400 (0:00:00.076)       0:00:12.133 ********* 
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-sCY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:145
Wednesday 14 May 2025  13:40:11 -0400 (0:00:00.067)       0:00:12.201 ********* 
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-sCY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:154
Wednesday 14 May 2025  13:40:11 -0400 (0:00:00.068)       0:00:12.269 ********* 
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-sCY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:164
Wednesday 14 May 2025  13:40:11 -0400 (0:00:00.069)       0:00:12.339 ********* 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Show diffs] *************************
task path: /tmp/collections-sCY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:170
Wednesday 14 May 2025  13:40:11 -0400 (0:00:00.068)       0:00:12.407 ********* 
skipping: [managed-node2] => {}

TASK [Fail if ipset not added] *************************************************
task path: /tmp/collections-sCY/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_ipsets.yml:45
Wednesday 14 May 2025  13:40:11 -0400 (0:00:00.065)       0:00:12.473 ********* 
ok: [managed-node2] => {
    "changed": false, 
    "cmd": "set -o pipefail\nfirewall-cmd --permanent --get-ipsets | grep \"customipset\"\n", 
    "delta": "0:00:00.260459", 
    "end": "2025-05-14 13:40:12.263385", 
    "failed_when_result": false, 
    "rc": 0, 
    "start": "2025-05-14 13:40:12.002926"
}

STDOUT:

customipset

TASK [Fail if entry not added to ipset] ****************************************
task path: /tmp/collections-sCY/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_ipsets.yml:54
Wednesday 14 May 2025  13:40:12 -0400 (0:00:00.629)       0:00:13.102 ********* 
ok: [managed-node2] => {
    "changed": false, 
    "cmd": [
        "firewall-cmd", 
        "--permanent", 
        "--ipset", 
        "customipset", 
        "--query-entry", 
        "8.8.8.8"
    ], 
    "delta": "0:00:00.267333", 
    "end": "2025-05-14 13:40:12.840115", 
    "rc": 0, 
    "start": "2025-05-14 13:40:12.572782"
}

STDOUT:

yes

TASK [Redefine new ipset] ******************************************************
task path: /tmp/collections-sCY/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_ipsets.yml:59
Wednesday 14 May 2025  13:40:12 -0400 (0:00:00.556)       0:00:13.658 ********* 

TASK [fedora.linux_system_roles.firewall : Setup firewalld] ********************
task path: /tmp/collections-sCY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:2
Wednesday 14 May 2025  13:40:12 -0400 (0:00:00.105)       0:00:13.764 ********* 
included: /tmp/collections-sCY/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-sCY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:2
Wednesday 14 May 2025  13:40:13 -0400 (0:00:00.038)       0:00:13.802 ********* 
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-sCY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:10
Wednesday 14 May 2025  13:40:13 -0400 (0:00:00.137)       0:00:13.940 ********* 
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-sCY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:15
Wednesday 14 May 2025  13:40:13 -0400 (0:00:00.061)       0:00:14.001 ********* 
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-sCY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:22
Wednesday 14 May 2025  13:40:13 -0400 (0:00:00.059)       0:00:14.061 ********* 
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-sCY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:27
Wednesday 14 May 2025  13:40:13 -0400 (0:00:00.054)       0:00:14.115 ********* 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Install firewalld] ******************
task path: /tmp/collections-sCY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:31
Wednesday 14 May 2025  13:40:13 -0400 (0:00:00.054)       0:00:14.170 ********* 
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-sCY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:43
Wednesday 14 May 2025  13:40:14 -0400 (0:00:00.620)       0:00:14.791 ********* 
skipping: [managed-node2] => {}

TASK [fedora.linux_system_roles.firewall : Reboot transactional update systems] ***
task path: /tmp/collections-sCY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:48
Wednesday 14 May 2025  13:40:14 -0400 (0:00:00.044)       0:00:14.835 ********* 
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-sCY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:53
Wednesday 14 May 2025  13:40:14 -0400 (0:00:00.044)       0:00:14.879 ********* 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Collect service facts] **************
task path: /tmp/collections-sCY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:5
Wednesday 14 May 2025  13:40:14 -0400 (0:00:00.044)       0:00:14.924 ********* 
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-sCY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:9
Wednesday 14 May 2025  13:40:14 -0400 (0:00:00.044)       0:00:14.968 ********* 
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-sCY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:22
Wednesday 14 May 2025  13:40:14 -0400 (0:00:00.059)       0:00:15.028 ********* 
ok: [managed-node2] => {
    "changed": false, 
    "name": "firewalld", 
    "status": {
        "ActiveEnterTimestamp": "Wed 2025-05-14 13:39:02 EDT", 
        "ActiveEnterTimestampMonotonic": "400886179", 
        "ActiveExitTimestampMonotonic": "0", 
        "ActiveState": "active", 
        "After": "system.slice polkit.service basic.target dbus.service", 
        "AllowIsolate": "no", 
        "AmbientCapabilities": "0", 
        "AssertResult": "yes", 
        "AssertTimestamp": "Wed 2025-05-14 13:39:02 EDT", 
        "AssertTimestampMonotonic": "400630978", 
        "Before": "multi-user.target network-pre.target shutdown.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": "Wed 2025-05-14 13:39:02 EDT", 
        "ConditionTimestampMonotonic": "400630977", 
        "Conflicts": "ebtables.service ipset.service ip6tables.service iptables.service shutdown.target", 
        "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": "9562", 
        "ExecMainStartTimestamp": "Wed 2025-05-14 13:39:02 EDT", 
        "ExecMainStartTimestampMonotonic": "400632108", 
        "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=[Wed 2025-05-14 13:39:02 EDT] ; stop_time=[n/a] ; pid=9562 ; 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": "Wed 2025-05-14 13:39:02 EDT", 
        "InactiveExitTimestampMonotonic": "400632735", 
        "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": "9562", 
        "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": "system.slice basic.target", 
        "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": "Wed 2025-05-14 13:39:02 EDT", 
        "WatchdogTimestampMonotonic": "400886130", 
        "WatchdogUSec": "0"
    }
}

TASK [fedora.linux_system_roles.firewall : Enable and start firewalld service] ***
task path: /tmp/collections-sCY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:28
Wednesday 14 May 2025  13:40:14 -0400 (0:00:00.383)       0:00:15.411 ********* 
ok: [managed-node2] => {
    "changed": false, 
    "enabled": true, 
    "name": "firewalld", 
    "state": "started", 
    "status": {
        "ActiveEnterTimestamp": "Wed 2025-05-14 13:39:02 EDT", 
        "ActiveEnterTimestampMonotonic": "400886179", 
        "ActiveExitTimestampMonotonic": "0", 
        "ActiveState": "active", 
        "After": "system.slice polkit.service basic.target dbus.service", 
        "AllowIsolate": "no", 
        "AmbientCapabilities": "0", 
        "AssertResult": "yes", 
        "AssertTimestamp": "Wed 2025-05-14 13:39:02 EDT", 
        "AssertTimestampMonotonic": "400630978", 
        "Before": "multi-user.target network-pre.target shutdown.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": "Wed 2025-05-14 13:39:02 EDT", 
        "ConditionTimestampMonotonic": "400630977", 
        "Conflicts": "ebtables.service ipset.service ip6tables.service iptables.service shutdown.target", 
        "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": "9562", 
        "ExecMainStartTimestamp": "Wed 2025-05-14 13:39:02 EDT", 
        "ExecMainStartTimestampMonotonic": "400632108", 
        "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=[Wed 2025-05-14 13:39:02 EDT] ; stop_time=[n/a] ; pid=9562 ; 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": "Wed 2025-05-14 13:39:02 EDT", 
        "InactiveExitTimestampMonotonic": "400632735", 
        "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": "9562", 
        "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": "system.slice basic.target", 
        "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": "Wed 2025-05-14 13:39:02 EDT", 
        "WatchdogTimestampMonotonic": "400886130", 
        "WatchdogUSec": "0"
    }
}

TASK [fedora.linux_system_roles.firewall : Check if previous replaced is defined] ***
task path: /tmp/collections-sCY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:34
Wednesday 14 May 2025  13:40:15 -0400 (0:00:00.430)       0:00:15.842 ********* 
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-sCY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:43
Wednesday 14 May 2025  13:40:15 -0400 (0:00:00.062)       0:00:15.904 ********* 
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-sCY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:55
Wednesday 14 May 2025  13:40:15 -0400 (0:00:00.050)       0:00:15.955 ********* 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Configure firewall] *****************
task path: /tmp/collections-sCY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:71
Wednesday 14 May 2025  13:40:15 -0400 (0:00:00.050)       0:00:16.005 ********* 
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-sCY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:121
Wednesday 14 May 2025  13:40:15 -0400 (0:00:00.562)       0:00:16.567 ********* 
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-sCY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:131
Wednesday 14 May 2025  13:40:15 -0400 (0:00:00.059)       0:00:16.626 ********* 
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-sCY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:140
Wednesday 14 May 2025  13:40:15 -0400 (0:00:00.080)       0:00:16.707 ********* 
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-sCY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:145
Wednesday 14 May 2025  13:40:16 -0400 (0:00:00.074)       0:00:16.781 ********* 
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-sCY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:154
Wednesday 14 May 2025  13:40:16 -0400 (0:00:00.063)       0:00:16.845 ********* 
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-sCY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:164
Wednesday 14 May 2025  13:40:16 -0400 (0:00:00.064)       0:00:16.909 ********* 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Show diffs] *************************
task path: /tmp/collections-sCY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:170
Wednesday 14 May 2025  13:40:16 -0400 (0:00:00.069)       0:00:16.979 ********* 
skipping: [managed-node2] => {}

TASK [Fail if defining ipset not idempotent] ***********************************
task path: /tmp/collections-sCY/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_ipsets.yml:71
Wednesday 14 May 2025  13:40:16 -0400 (0:00:00.067)       0:00:17.046 ********* 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [Remove entries from ipset] ***********************************************
task path: /tmp/collections-sCY/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_ipsets.yml:76
Wednesday 14 May 2025  13:40:16 -0400 (0:00:00.075)       0:00:17.121 ********* 

TASK [fedora.linux_system_roles.firewall : Setup firewalld] ********************
task path: /tmp/collections-sCY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:2
Wednesday 14 May 2025  13:40:16 -0400 (0:00:00.190)       0:00:17.312 ********* 
included: /tmp/collections-sCY/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-sCY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:2
Wednesday 14 May 2025  13:40:16 -0400 (0:00:00.058)       0:00:17.370 ********* 
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-sCY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:10
Wednesday 14 May 2025  13:40:16 -0400 (0:00:00.067)       0:00:17.438 ********* 
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-sCY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:15
Wednesday 14 May 2025  13:40:16 -0400 (0:00:00.065)       0:00:17.503 ********* 
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-sCY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:22
Wednesday 14 May 2025  13:40:16 -0400 (0:00:00.064)       0:00:17.567 ********* 
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-sCY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:27
Wednesday 14 May 2025  13:40:16 -0400 (0:00:00.061)       0:00:17.629 ********* 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Install firewalld] ******************
task path: /tmp/collections-sCY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:31
Wednesday 14 May 2025  13:40:16 -0400 (0:00:00.065)       0:00:17.695 ********* 
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-sCY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:43
Wednesday 14 May 2025  13:40:17 -0400 (0:00:00.691)       0:00:18.386 ********* 
skipping: [managed-node2] => {}

TASK [fedora.linux_system_roles.firewall : Reboot transactional update systems] ***
task path: /tmp/collections-sCY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:48
Wednesday 14 May 2025  13:40:17 -0400 (0:00:00.045)       0:00:18.432 ********* 
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-sCY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:53
Wednesday 14 May 2025  13:40:17 -0400 (0:00:00.056)       0:00:18.488 ********* 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Collect service facts] **************
task path: /tmp/collections-sCY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:5
Wednesday 14 May 2025  13:40:17 -0400 (0:00:00.065)       0:00:18.554 ********* 
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-sCY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:9
Wednesday 14 May 2025  13:40:17 -0400 (0:00:00.066)       0:00:18.620 ********* 
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-sCY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:22
Wednesday 14 May 2025  13:40:17 -0400 (0:00:00.082)       0:00:18.703 ********* 
ok: [managed-node2] => {
    "changed": false, 
    "name": "firewalld", 
    "status": {
        "ActiveEnterTimestamp": "Wed 2025-05-14 13:39:02 EDT", 
        "ActiveEnterTimestampMonotonic": "400886179", 
        "ActiveExitTimestampMonotonic": "0", 
        "ActiveState": "active", 
        "After": "system.slice polkit.service basic.target dbus.service", 
        "AllowIsolate": "no", 
        "AmbientCapabilities": "0", 
        "AssertResult": "yes", 
        "AssertTimestamp": "Wed 2025-05-14 13:39:02 EDT", 
        "AssertTimestampMonotonic": "400630978", 
        "Before": "multi-user.target network-pre.target shutdown.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": "Wed 2025-05-14 13:39:02 EDT", 
        "ConditionTimestampMonotonic": "400630977", 
        "Conflicts": "ebtables.service ipset.service ip6tables.service iptables.service shutdown.target", 
        "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": "9562", 
        "ExecMainStartTimestamp": "Wed 2025-05-14 13:39:02 EDT", 
        "ExecMainStartTimestampMonotonic": "400632108", 
        "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=[Wed 2025-05-14 13:39:02 EDT] ; stop_time=[n/a] ; pid=9562 ; 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": "Wed 2025-05-14 13:39:02 EDT", 
        "InactiveExitTimestampMonotonic": "400632735", 
        "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": "9562", 
        "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": "system.slice basic.target", 
        "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": "Wed 2025-05-14 13:39:02 EDT", 
        "WatchdogTimestampMonotonic": "400886130", 
        "WatchdogUSec": "0"
    }
}

TASK [fedora.linux_system_roles.firewall : Enable and start firewalld service] ***
task path: /tmp/collections-sCY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:28
Wednesday 14 May 2025  13:40:18 -0400 (0:00:00.433)       0:00:19.136 ********* 
ok: [managed-node2] => {
    "changed": false, 
    "enabled": true, 
    "name": "firewalld", 
    "state": "started", 
    "status": {
        "ActiveEnterTimestamp": "Wed 2025-05-14 13:39:02 EDT", 
        "ActiveEnterTimestampMonotonic": "400886179", 
        "ActiveExitTimestampMonotonic": "0", 
        "ActiveState": "active", 
        "After": "system.slice polkit.service basic.target dbus.service", 
        "AllowIsolate": "no", 
        "AmbientCapabilities": "0", 
        "AssertResult": "yes", 
        "AssertTimestamp": "Wed 2025-05-14 13:39:02 EDT", 
        "AssertTimestampMonotonic": "400630978", 
        "Before": "multi-user.target network-pre.target shutdown.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": "Wed 2025-05-14 13:39:02 EDT", 
        "ConditionTimestampMonotonic": "400630977", 
        "Conflicts": "ebtables.service ipset.service ip6tables.service iptables.service shutdown.target", 
        "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": "9562", 
        "ExecMainStartTimestamp": "Wed 2025-05-14 13:39:02 EDT", 
        "ExecMainStartTimestampMonotonic": "400632108", 
        "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=[Wed 2025-05-14 13:39:02 EDT] ; stop_time=[n/a] ; pid=9562 ; 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": "Wed 2025-05-14 13:39:02 EDT", 
        "InactiveExitTimestampMonotonic": "400632735", 
        "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": "9562", 
        "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": "system.slice basic.target", 
        "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": "Wed 2025-05-14 13:39:02 EDT", 
        "WatchdogTimestampMonotonic": "400886130", 
        "WatchdogUSec": "0"
    }
}

TASK [fedora.linux_system_roles.firewall : Check if previous replaced is defined] ***
task path: /tmp/collections-sCY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:34
Wednesday 14 May 2025  13:40:18 -0400 (0:00:00.447)       0:00:19.583 ********* 
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-sCY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:43
Wednesday 14 May 2025  13:40:18 -0400 (0:00:00.072)       0:00:19.656 ********* 
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-sCY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:55
Wednesday 14 May 2025  13:40:18 -0400 (0:00:00.065)       0:00:19.722 ********* 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Configure firewall] *****************
task path: /tmp/collections-sCY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:71
Wednesday 14 May 2025  13:40:19 -0400 (0:00:00.070)       0:00:19.792 ********* 
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-sCY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:121
Wednesday 14 May 2025  13:40:19 -0400 (0:00:00.885)       0:00:20.678 ********* 
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-sCY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:131
Wednesday 14 May 2025  13:40:19 -0400 (0:00:00.082)       0:00:20.761 ********* 
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-sCY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:140
Wednesday 14 May 2025  13:40:20 -0400 (0:00:00.095)       0:00:20.856 ********* 
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-sCY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:145
Wednesday 14 May 2025  13:40:20 -0400 (0:00:00.053)       0:00:20.910 ********* 
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-sCY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:154
Wednesday 14 May 2025  13:40:20 -0400 (0:00:00.067)       0:00:20.977 ********* 
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-sCY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:164
Wednesday 14 May 2025  13:40:20 -0400 (0:00:00.071)       0:00:21.048 ********* 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Show diffs] *************************
task path: /tmp/collections-sCY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:170
Wednesday 14 May 2025  13:40:20 -0400 (0:00:00.073)       0:00:21.122 ********* 
skipping: [managed-node2] => {}

TASK [Check that custom ipset not removed] *************************************
task path: /tmp/collections-sCY/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_ipsets.yml:88
Wednesday 14 May 2025  13:40:20 -0400 (0:00:00.063)       0:00:21.186 ********* 
ok: [managed-node2] => {
    "changed": false, 
    "cmd": "set -o pipefail\nfirewall-cmd --permanent --get-ipsets | grep customipset\n", 
    "delta": "0:00:00.266807", 
    "end": "2025-05-14 13:40:20.956886", 
    "failed_when_result": false, 
    "rc": 0, 
    "start": "2025-05-14 13:40:20.690079"
}

STDOUT:

customipset

TASK [Check that entry has been removed] ***************************************
task path: /tmp/collections-sCY/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_ipsets.yml:97
Wednesday 14 May 2025  13:40:21 -0400 (0:00:00.611)       0:00:21.798 ********* 
ok: [managed-node2] => {
    "changed": false, 
    "cmd": [
        "firewall-cmd", 
        "--permanent", 
        "--ipset", 
        "customipset", 
        "--query-entry", 
        "8.8.8.8"
    ], 
    "delta": "0:00:00.269634", 
    "end": "2025-05-14 13:40:21.560727", 
    "failed_when_result": false, 
    "rc": 1, 
    "start": "2025-05-14 13:40:21.291093"
}

STDOUT:

no


MSG:

non-zero return code

TASK [Test update short and description] ***************************************
task path: /tmp/collections-sCY/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_ipsets.yml:104
Wednesday 14 May 2025  13:40:21 -0400 (0:00:00.603)       0:00:22.401 ********* 

TASK [fedora.linux_system_roles.firewall : Setup firewalld] ********************
task path: /tmp/collections-sCY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:2
Wednesday 14 May 2025  13:40:21 -0400 (0:00:00.114)       0:00:22.515 ********* 
included: /tmp/collections-sCY/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-sCY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:2
Wednesday 14 May 2025  13:40:21 -0400 (0:00:00.083)       0:00:22.598 ********* 
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-sCY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:10
Wednesday 14 May 2025  13:40:21 -0400 (0:00:00.048)       0:00:22.647 ********* 
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-sCY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:15
Wednesday 14 May 2025  13:40:21 -0400 (0:00:00.046)       0:00:22.693 ********* 
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-sCY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:22
Wednesday 14 May 2025  13:40:21 -0400 (0:00:00.045)       0:00:22.738 ********* 
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-sCY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:27
Wednesday 14 May 2025  13:40:22 -0400 (0:00:00.046)       0:00:22.785 ********* 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Install firewalld] ******************
task path: /tmp/collections-sCY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:31
Wednesday 14 May 2025  13:40:22 -0400 (0:00:00.058)       0:00:22.844 ********* 
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-sCY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:43
Wednesday 14 May 2025  13:40:22 -0400 (0:00:00.766)       0:00:23.610 ********* 
skipping: [managed-node2] => {}

TASK [fedora.linux_system_roles.firewall : Reboot transactional update systems] ***
task path: /tmp/collections-sCY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:48
Wednesday 14 May 2025  13:40:22 -0400 (0:00:00.065)       0:00:23.675 ********* 
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-sCY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:53
Wednesday 14 May 2025  13:40:22 -0400 (0:00:00.068)       0:00:23.744 ********* 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Collect service facts] **************
task path: /tmp/collections-sCY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:5
Wednesday 14 May 2025  13:40:23 -0400 (0:00:00.070)       0:00:23.814 ********* 
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-sCY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:9
Wednesday 14 May 2025  13:40:23 -0400 (0:00:00.072)       0:00:23.886 ********* 
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-sCY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:22
Wednesday 14 May 2025  13:40:23 -0400 (0:00:00.111)       0:00:23.998 ********* 
ok: [managed-node2] => {
    "changed": false, 
    "name": "firewalld", 
    "status": {
        "ActiveEnterTimestamp": "Wed 2025-05-14 13:39:02 EDT", 
        "ActiveEnterTimestampMonotonic": "400886179", 
        "ActiveExitTimestampMonotonic": "0", 
        "ActiveState": "active", 
        "After": "system.slice polkit.service basic.target dbus.service", 
        "AllowIsolate": "no", 
        "AmbientCapabilities": "0", 
        "AssertResult": "yes", 
        "AssertTimestamp": "Wed 2025-05-14 13:39:02 EDT", 
        "AssertTimestampMonotonic": "400630978", 
        "Before": "multi-user.target network-pre.target shutdown.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": "Wed 2025-05-14 13:39:02 EDT", 
        "ConditionTimestampMonotonic": "400630977", 
        "Conflicts": "ebtables.service ipset.service ip6tables.service iptables.service shutdown.target", 
        "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": "9562", 
        "ExecMainStartTimestamp": "Wed 2025-05-14 13:39:02 EDT", 
        "ExecMainStartTimestampMonotonic": "400632108", 
        "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=[Wed 2025-05-14 13:39:02 EDT] ; stop_time=[n/a] ; pid=9562 ; 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": "Wed 2025-05-14 13:39:02 EDT", 
        "InactiveExitTimestampMonotonic": "400632735", 
        "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": "9562", 
        "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": "system.slice basic.target", 
        "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": "Wed 2025-05-14 13:39:02 EDT", 
        "WatchdogTimestampMonotonic": "400886130", 
        "WatchdogUSec": "0"
    }
}

TASK [fedora.linux_system_roles.firewall : Enable and start firewalld service] ***
task path: /tmp/collections-sCY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:28
Wednesday 14 May 2025  13:40:23 -0400 (0:00:00.472)       0:00:24.471 ********* 
ok: [managed-node2] => {
    "changed": false, 
    "enabled": true, 
    "name": "firewalld", 
    "state": "started", 
    "status": {
        "ActiveEnterTimestamp": "Wed 2025-05-14 13:39:02 EDT", 
        "ActiveEnterTimestampMonotonic": "400886179", 
        "ActiveExitTimestampMonotonic": "0", 
        "ActiveState": "active", 
        "After": "system.slice polkit.service basic.target dbus.service", 
        "AllowIsolate": "no", 
        "AmbientCapabilities": "0", 
        "AssertResult": "yes", 
        "AssertTimestamp": "Wed 2025-05-14 13:39:02 EDT", 
        "AssertTimestampMonotonic": "400630978", 
        "Before": "multi-user.target network-pre.target shutdown.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": "Wed 2025-05-14 13:39:02 EDT", 
        "ConditionTimestampMonotonic": "400630977", 
        "Conflicts": "ebtables.service ipset.service ip6tables.service iptables.service shutdown.target", 
        "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": "9562", 
        "ExecMainStartTimestamp": "Wed 2025-05-14 13:39:02 EDT", 
        "ExecMainStartTimestampMonotonic": "400632108", 
        "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=[Wed 2025-05-14 13:39:02 EDT] ; stop_time=[n/a] ; pid=9562 ; 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": "Wed 2025-05-14 13:39:02 EDT", 
        "InactiveExitTimestampMonotonic": "400632735", 
        "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": "9562", 
        "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": "system.slice basic.target", 
        "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": "Wed 2025-05-14 13:39:02 EDT", 
        "WatchdogTimestampMonotonic": "400886130", 
        "WatchdogUSec": "0"
    }
}

TASK [fedora.linux_system_roles.firewall : Check if previous replaced is defined] ***
task path: /tmp/collections-sCY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:34
Wednesday 14 May 2025  13:40:24 -0400 (0:00:00.423)       0:00:24.894 ********* 
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-sCY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:43
Wednesday 14 May 2025  13:40:24 -0400 (0:00:00.073)       0:00:24.968 ********* 
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-sCY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:55
Wednesday 14 May 2025  13:40:24 -0400 (0:00:00.076)       0:00:25.045 ********* 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Configure firewall] *****************
task path: /tmp/collections-sCY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:71
Wednesday 14 May 2025  13:40:24 -0400 (0:00:00.068)       0:00:25.113 ********* 
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-sCY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:121
Wednesday 14 May 2025  13:40:25 -0400 (0:00:00.849)       0:00:25.963 ********* 
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-sCY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:131
Wednesday 14 May 2025  13:40:25 -0400 (0:00:00.087)       0:00:26.051 ********* 
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-sCY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:140
Wednesday 14 May 2025  13:40:25 -0400 (0:00:00.074)       0:00:26.126 ********* 
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-sCY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:145
Wednesday 14 May 2025  13:40:25 -0400 (0:00:00.063)       0:00:26.189 ********* 
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-sCY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:154
Wednesday 14 May 2025  13:40:25 -0400 (0:00:00.066)       0:00:26.255 ********* 
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-sCY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:164
Wednesday 14 May 2025  13:40:25 -0400 (0:00:00.068)       0:00:26.323 ********* 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Show diffs] *************************
task path: /tmp/collections-sCY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:170
Wednesday 14 May 2025  13:40:25 -0400 (0:00:00.062)       0:00:26.386 ********* 
skipping: [managed-node2] => {}

TASK [Verify changes] **********************************************************
task path: /tmp/collections-sCY/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_ipsets.yml:115
Wednesday 14 May 2025  13:40:25 -0400 (0:00:00.061)       0:00:26.447 ********* 
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.284935", 
    "end": "2025-05-14 13:40:26.285407", 
    "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-05-14 13:40:26.000472"
}

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.266823", 
    "end": "2025-05-14 13:40:26.888845", 
    "failed_when_result": false, 
    "item": {
        "command": "firewall-cmd --permanent --ipset customipset --get-short\n", 
        "expected": "CustomChanged"
    }, 
    "rc": 0, 
    "start": "2025-05-14 13:40:26.622022"
}

STDOUT:

CustomChanged

TASK [Add ipset to default zone] ***********************************************
task path: /tmp/collections-sCY/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_ipsets.yml:129
Wednesday 14 May 2025  13:40:26 -0400 (0:00:01.285)       0:00:27.733 ********* 

TASK [fedora.linux_system_roles.firewall : Setup firewalld] ********************
task path: /tmp/collections-sCY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:2
Wednesday 14 May 2025  13:40:27 -0400 (0:00:00.217)       0:00:27.950 ********* 
included: /tmp/collections-sCY/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-sCY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:2
Wednesday 14 May 2025  13:40:27 -0400 (0:00:00.061)       0:00:28.012 ********* 
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-sCY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:10
Wednesday 14 May 2025  13:40:27 -0400 (0:00:00.080)       0:00:28.093 ********* 
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-sCY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:15
Wednesday 14 May 2025  13:40:27 -0400 (0:00:00.074)       0:00:28.167 ********* 
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-sCY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:22
Wednesday 14 May 2025  13:40:27 -0400 (0:00:00.057)       0:00:28.225 ********* 
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-sCY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:27
Wednesday 14 May 2025  13:40:27 -0400 (0:00:00.046)       0:00:28.272 ********* 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Install firewalld] ******************
task path: /tmp/collections-sCY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:31
Wednesday 14 May 2025  13:40:27 -0400 (0:00:00.043)       0:00:28.316 ********* 
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-sCY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:43
Wednesday 14 May 2025  13:40:28 -0400 (0:00:00.618)       0:00:28.934 ********* 
skipping: [managed-node2] => {}

TASK [fedora.linux_system_roles.firewall : Reboot transactional update systems] ***
task path: /tmp/collections-sCY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:48
Wednesday 14 May 2025  13:40:28 -0400 (0:00:00.054)       0:00:28.988 ********* 
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-sCY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:53
Wednesday 14 May 2025  13:40:28 -0400 (0:00:00.051)       0:00:29.040 ********* 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Collect service facts] **************
task path: /tmp/collections-sCY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:5
Wednesday 14 May 2025  13:40:28 -0400 (0:00:00.045)       0:00:29.085 ********* 
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-sCY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:9
Wednesday 14 May 2025  13:40:28 -0400 (0:00:00.044)       0:00:29.130 ********* 
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-sCY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:22
Wednesday 14 May 2025  13:40:28 -0400 (0:00:00.066)       0:00:29.197 ********* 
ok: [managed-node2] => {
    "changed": false, 
    "name": "firewalld", 
    "status": {
        "ActiveEnterTimestamp": "Wed 2025-05-14 13:39:02 EDT", 
        "ActiveEnterTimestampMonotonic": "400886179", 
        "ActiveExitTimestampMonotonic": "0", 
        "ActiveState": "active", 
        "After": "system.slice polkit.service basic.target dbus.service", 
        "AllowIsolate": "no", 
        "AmbientCapabilities": "0", 
        "AssertResult": "yes", 
        "AssertTimestamp": "Wed 2025-05-14 13:39:02 EDT", 
        "AssertTimestampMonotonic": "400630978", 
        "Before": "multi-user.target network-pre.target shutdown.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": "Wed 2025-05-14 13:39:02 EDT", 
        "ConditionTimestampMonotonic": "400630977", 
        "Conflicts": "ebtables.service ipset.service ip6tables.service iptables.service shutdown.target", 
        "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": "9562", 
        "ExecMainStartTimestamp": "Wed 2025-05-14 13:39:02 EDT", 
        "ExecMainStartTimestampMonotonic": "400632108", 
        "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=[Wed 2025-05-14 13:39:02 EDT] ; stop_time=[n/a] ; pid=9562 ; 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": "Wed 2025-05-14 13:39:02 EDT", 
        "InactiveExitTimestampMonotonic": "400632735", 
        "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": "9562", 
        "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": "system.slice basic.target", 
        "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": "Wed 2025-05-14 13:39:02 EDT", 
        "WatchdogTimestampMonotonic": "400886130", 
        "WatchdogUSec": "0"
    }
}

TASK [fedora.linux_system_roles.firewall : Enable and start firewalld service] ***
task path: /tmp/collections-sCY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:28
Wednesday 14 May 2025  13:40:28 -0400 (0:00:00.455)       0:00:29.652 ********* 
ok: [managed-node2] => {
    "changed": false, 
    "enabled": true, 
    "name": "firewalld", 
    "state": "started", 
    "status": {
        "ActiveEnterTimestamp": "Wed 2025-05-14 13:39:02 EDT", 
        "ActiveEnterTimestampMonotonic": "400886179", 
        "ActiveExitTimestampMonotonic": "0", 
        "ActiveState": "active", 
        "After": "system.slice polkit.service basic.target dbus.service", 
        "AllowIsolate": "no", 
        "AmbientCapabilities": "0", 
        "AssertResult": "yes", 
        "AssertTimestamp": "Wed 2025-05-14 13:39:02 EDT", 
        "AssertTimestampMonotonic": "400630978", 
        "Before": "multi-user.target network-pre.target shutdown.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": "Wed 2025-05-14 13:39:02 EDT", 
        "ConditionTimestampMonotonic": "400630977", 
        "Conflicts": "ebtables.service ipset.service ip6tables.service iptables.service shutdown.target", 
        "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": "9562", 
        "ExecMainStartTimestamp": "Wed 2025-05-14 13:39:02 EDT", 
        "ExecMainStartTimestampMonotonic": "400632108", 
        "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=[Wed 2025-05-14 13:39:02 EDT] ; stop_time=[n/a] ; pid=9562 ; 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": "Wed 2025-05-14 13:39:02 EDT", 
        "InactiveExitTimestampMonotonic": "400632735", 
        "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": "9562", 
        "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": "system.slice basic.target", 
        "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": "Wed 2025-05-14 13:39:02 EDT", 
        "WatchdogTimestampMonotonic": "400886130", 
        "WatchdogUSec": "0"
    }
}

TASK [fedora.linux_system_roles.firewall : Check if previous replaced is defined] ***
task path: /tmp/collections-sCY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:34
Wednesday 14 May 2025  13:40:29 -0400 (0:00:00.465)       0:00:30.117 ********* 
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-sCY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:43
Wednesday 14 May 2025  13:40:29 -0400 (0:00:00.060)       0:00:30.178 ********* 
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-sCY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:55
Wednesday 14 May 2025  13:40:29 -0400 (0:00:00.046)       0:00:30.224 ********* 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Configure firewall] *****************
task path: /tmp/collections-sCY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:71
Wednesday 14 May 2025  13:40:29 -0400 (0:00:00.044)       0:00:30.268 ********* 
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-sCY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:121
Wednesday 14 May 2025  13:40:30 -0400 (0:00:00.582)       0:00:30.850 ********* 
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-sCY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:131
Wednesday 14 May 2025  13:40:30 -0400 (0:00:00.070)       0:00:30.921 ********* 
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-sCY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:140
Wednesday 14 May 2025  13:40:30 -0400 (0:00:00.053)       0:00:30.975 ********* 
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-sCY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:145
Wednesday 14 May 2025  13:40:30 -0400 (0:00:00.045)       0:00:31.020 ********* 
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-sCY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:154
Wednesday 14 May 2025  13:40:30 -0400 (0:00:00.044)       0:00:31.065 ********* 
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-sCY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:164
Wednesday 14 May 2025  13:40:30 -0400 (0:00:00.044)       0:00:31.109 ********* 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Show diffs] *************************
task path: /tmp/collections-sCY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:170
Wednesday 14 May 2025  13:40:30 -0400 (0:00:00.044)       0:00:31.154 ********* 
skipping: [managed-node2] => {}

TASK [Add ipset to default zone again] *****************************************
task path: /tmp/collections-sCY/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_ipsets.yml:138
Wednesday 14 May 2025  13:40:30 -0400 (0:00:00.045)       0:00:31.199 ********* 

TASK [fedora.linux_system_roles.firewall : Setup firewalld] ********************
task path: /tmp/collections-sCY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:2
Wednesday 14 May 2025  13:40:30 -0400 (0:00:00.175)       0:00:31.374 ********* 
included: /tmp/collections-sCY/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-sCY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:2
Wednesday 14 May 2025  13:40:30 -0400 (0:00:00.046)       0:00:31.421 ********* 
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-sCY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:10
Wednesday 14 May 2025  13:40:30 -0400 (0:00:00.134)       0:00:31.555 ********* 
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-sCY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:15
Wednesday 14 May 2025  13:40:30 -0400 (0:00:00.124)       0:00:31.680 ********* 
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-sCY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:22
Wednesday 14 May 2025  13:40:30 -0400 (0:00:00.045)       0:00:31.725 ********* 
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-sCY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:27
Wednesday 14 May 2025  13:40:31 -0400 (0:00:00.045)       0:00:31.771 ********* 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Install firewalld] ******************
task path: /tmp/collections-sCY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:31
Wednesday 14 May 2025  13:40:31 -0400 (0:00:00.045)       0:00:31.816 ********* 
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-sCY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:43
Wednesday 14 May 2025  13:40:31 -0400 (0:00:00.642)       0:00:32.458 ********* 
skipping: [managed-node2] => {}

TASK [fedora.linux_system_roles.firewall : Reboot transactional update systems] ***
task path: /tmp/collections-sCY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:48
Wednesday 14 May 2025  13:40:31 -0400 (0:00:00.051)       0:00:32.510 ********* 
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-sCY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:53
Wednesday 14 May 2025  13:40:31 -0400 (0:00:00.069)       0:00:32.580 ********* 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Collect service facts] **************
task path: /tmp/collections-sCY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:5
Wednesday 14 May 2025  13:40:31 -0400 (0:00:00.053)       0:00:32.634 ********* 
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-sCY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:9
Wednesday 14 May 2025  13:40:31 -0400 (0:00:00.058)       0:00:32.693 ********* 
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-sCY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:22
Wednesday 14 May 2025  13:40:31 -0400 (0:00:00.072)       0:00:32.765 ********* 
ok: [managed-node2] => {
    "changed": false, 
    "name": "firewalld", 
    "status": {
        "ActiveEnterTimestamp": "Wed 2025-05-14 13:39:02 EDT", 
        "ActiveEnterTimestampMonotonic": "400886179", 
        "ActiveExitTimestampMonotonic": "0", 
        "ActiveState": "active", 
        "After": "system.slice polkit.service basic.target dbus.service", 
        "AllowIsolate": "no", 
        "AmbientCapabilities": "0", 
        "AssertResult": "yes", 
        "AssertTimestamp": "Wed 2025-05-14 13:39:02 EDT", 
        "AssertTimestampMonotonic": "400630978", 
        "Before": "multi-user.target network-pre.target shutdown.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": "Wed 2025-05-14 13:39:02 EDT", 
        "ConditionTimestampMonotonic": "400630977", 
        "Conflicts": "ebtables.service ipset.service ip6tables.service iptables.service shutdown.target", 
        "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": "9562", 
        "ExecMainStartTimestamp": "Wed 2025-05-14 13:39:02 EDT", 
        "ExecMainStartTimestampMonotonic": "400632108", 
        "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=[Wed 2025-05-14 13:39:02 EDT] ; stop_time=[n/a] ; pid=9562 ; 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": "Wed 2025-05-14 13:39:02 EDT", 
        "InactiveExitTimestampMonotonic": "400632735", 
        "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": "9562", 
        "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": "system.slice basic.target", 
        "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": "Wed 2025-05-14 13:39:02 EDT", 
        "WatchdogTimestampMonotonic": "400886130", 
        "WatchdogUSec": "0"
    }
}

TASK [fedora.linux_system_roles.firewall : Enable and start firewalld service] ***
task path: /tmp/collections-sCY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:28
Wednesday 14 May 2025  13:40:32 -0400 (0:00:00.422)       0:00:33.188 ********* 
ok: [managed-node2] => {
    "changed": false, 
    "enabled": true, 
    "name": "firewalld", 
    "state": "started", 
    "status": {
        "ActiveEnterTimestamp": "Wed 2025-05-14 13:39:02 EDT", 
        "ActiveEnterTimestampMonotonic": "400886179", 
        "ActiveExitTimestampMonotonic": "0", 
        "ActiveState": "active", 
        "After": "system.slice polkit.service basic.target dbus.service", 
        "AllowIsolate": "no", 
        "AmbientCapabilities": "0", 
        "AssertResult": "yes", 
        "AssertTimestamp": "Wed 2025-05-14 13:39:02 EDT", 
        "AssertTimestampMonotonic": "400630978", 
        "Before": "multi-user.target network-pre.target shutdown.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": "Wed 2025-05-14 13:39:02 EDT", 
        "ConditionTimestampMonotonic": "400630977", 
        "Conflicts": "ebtables.service ipset.service ip6tables.service iptables.service shutdown.target", 
        "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": "9562", 
        "ExecMainStartTimestamp": "Wed 2025-05-14 13:39:02 EDT", 
        "ExecMainStartTimestampMonotonic": "400632108", 
        "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=[Wed 2025-05-14 13:39:02 EDT] ; stop_time=[n/a] ; pid=9562 ; 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": "Wed 2025-05-14 13:39:02 EDT", 
        "InactiveExitTimestampMonotonic": "400632735", 
        "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": "9562", 
        "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": "system.slice basic.target", 
        "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": "Wed 2025-05-14 13:39:02 EDT", 
        "WatchdogTimestampMonotonic": "400886130", 
        "WatchdogUSec": "0"
    }
}

TASK [fedora.linux_system_roles.firewall : Check if previous replaced is defined] ***
task path: /tmp/collections-sCY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:34
Wednesday 14 May 2025  13:40:32 -0400 (0:00:00.421)       0:00:33.610 ********* 
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-sCY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:43
Wednesday 14 May 2025  13:40:32 -0400 (0:00:00.061)       0:00:33.671 ********* 
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-sCY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:55
Wednesday 14 May 2025  13:40:32 -0400 (0:00:00.072)       0:00:33.744 ********* 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Configure firewall] *****************
task path: /tmp/collections-sCY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:71
Wednesday 14 May 2025  13:40:33 -0400 (0:00:00.075)       0:00:33.820 ********* 
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-sCY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:121
Wednesday 14 May 2025  13:40:33 -0400 (0:00:00.659)       0:00:34.479 ********* 
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-sCY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:131
Wednesday 14 May 2025  13:40:33 -0400 (0:00:00.087)       0:00:34.566 ********* 
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-sCY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:140
Wednesday 14 May 2025  13:40:33 -0400 (0:00:00.079)       0:00:34.646 ********* 
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-sCY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:145
Wednesday 14 May 2025  13:40:33 -0400 (0:00:00.071)       0:00:34.717 ********* 
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-sCY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:154
Wednesday 14 May 2025  13:40:34 -0400 (0:00:00.068)       0:00:34.786 ********* 
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-sCY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:164
Wednesday 14 May 2025  13:40:34 -0400 (0:00:00.074)       0:00:34.861 ********* 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Show diffs] *************************
task path: /tmp/collections-sCY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:170
Wednesday 14 May 2025  13:40:34 -0400 (0:00:00.063)       0:00:34.924 ********* 
skipping: [managed-node2] => {}

TASK [Fail if adding ipset is not idempotent (runtime)] ************************
task path: /tmp/collections-sCY/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_ipsets.yml:148
Wednesday 14 May 2025  13:40:34 -0400 (0:00:00.055)       0:00:34.979 ********* 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [Add ipset to default zone (permanent)] ***********************************
task path: /tmp/collections-sCY/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_ipsets.yml:153
Wednesday 14 May 2025  13:40:34 -0400 (0:00:00.059)       0:00:35.039 ********* 

TASK [fedora.linux_system_roles.firewall : Setup firewalld] ********************
task path: /tmp/collections-sCY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:2
Wednesday 14 May 2025  13:40:34 -0400 (0:00:00.146)       0:00:35.185 ********* 
included: /tmp/collections-sCY/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-sCY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:2
Wednesday 14 May 2025  13:40:34 -0400 (0:00:00.038)       0:00:35.223 ********* 
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-sCY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:10
Wednesday 14 May 2025  13:40:34 -0400 (0:00:00.051)       0:00:35.275 ********* 
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-sCY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:15
Wednesday 14 May 2025  13:40:34 -0400 (0:00:00.050)       0:00:35.325 ********* 
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-sCY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:22
Wednesday 14 May 2025  13:40:34 -0400 (0:00:00.057)       0:00:35.383 ********* 
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-sCY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:27
Wednesday 14 May 2025  13:40:34 -0400 (0:00:00.087)       0:00:35.471 ********* 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Install firewalld] ******************
task path: /tmp/collections-sCY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:31
Wednesday 14 May 2025  13:40:34 -0400 (0:00:00.068)       0:00:35.539 ********* 
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-sCY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:43
Wednesday 14 May 2025  13:40:35 -0400 (0:00:00.720)       0:00:36.259 ********* 
skipping: [managed-node2] => {}

TASK [fedora.linux_system_roles.firewall : Reboot transactional update systems] ***
task path: /tmp/collections-sCY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:48
Wednesday 14 May 2025  13:40:35 -0400 (0:00:00.059)       0:00:36.319 ********* 
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-sCY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:53
Wednesday 14 May 2025  13:40:35 -0400 (0:00:00.049)       0:00:36.368 ********* 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Collect service facts] **************
task path: /tmp/collections-sCY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:5
Wednesday 14 May 2025  13:40:35 -0400 (0:00:00.044)       0:00:36.413 ********* 
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-sCY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:9
Wednesday 14 May 2025  13:40:35 -0400 (0:00:00.044)       0:00:36.457 ********* 
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-sCY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:22
Wednesday 14 May 2025  13:40:35 -0400 (0:00:00.072)       0:00:36.530 ********* 
ok: [managed-node2] => {
    "changed": false, 
    "name": "firewalld", 
    "status": {
        "ActiveEnterTimestamp": "Wed 2025-05-14 13:39:02 EDT", 
        "ActiveEnterTimestampMonotonic": "400886179", 
        "ActiveExitTimestampMonotonic": "0", 
        "ActiveState": "active", 
        "After": "system.slice polkit.service basic.target dbus.service", 
        "AllowIsolate": "no", 
        "AmbientCapabilities": "0", 
        "AssertResult": "yes", 
        "AssertTimestamp": "Wed 2025-05-14 13:39:02 EDT", 
        "AssertTimestampMonotonic": "400630978", 
        "Before": "multi-user.target network-pre.target shutdown.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": "Wed 2025-05-14 13:39:02 EDT", 
        "ConditionTimestampMonotonic": "400630977", 
        "Conflicts": "ebtables.service ipset.service ip6tables.service iptables.service shutdown.target", 
        "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": "9562", 
        "ExecMainStartTimestamp": "Wed 2025-05-14 13:39:02 EDT", 
        "ExecMainStartTimestampMonotonic": "400632108", 
        "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=[Wed 2025-05-14 13:39:02 EDT] ; stop_time=[n/a] ; pid=9562 ; 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": "Wed 2025-05-14 13:39:02 EDT", 
        "InactiveExitTimestampMonotonic": "400632735", 
        "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": "9562", 
        "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": "system.slice basic.target", 
        "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": "Wed 2025-05-14 13:39:02 EDT", 
        "WatchdogTimestampMonotonic": "400886130", 
        "WatchdogUSec": "0"
    }
}

TASK [fedora.linux_system_roles.firewall : Enable and start firewalld service] ***
task path: /tmp/collections-sCY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:28
Wednesday 14 May 2025  13:40:36 -0400 (0:00:00.455)       0:00:36.985 ********* 
ok: [managed-node2] => {
    "changed": false, 
    "enabled": true, 
    "name": "firewalld", 
    "state": "started", 
    "status": {
        "ActiveEnterTimestamp": "Wed 2025-05-14 13:39:02 EDT", 
        "ActiveEnterTimestampMonotonic": "400886179", 
        "ActiveExitTimestampMonotonic": "0", 
        "ActiveState": "active", 
        "After": "system.slice polkit.service basic.target dbus.service", 
        "AllowIsolate": "no", 
        "AmbientCapabilities": "0", 
        "AssertResult": "yes", 
        "AssertTimestamp": "Wed 2025-05-14 13:39:02 EDT", 
        "AssertTimestampMonotonic": "400630978", 
        "Before": "multi-user.target network-pre.target shutdown.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": "Wed 2025-05-14 13:39:02 EDT", 
        "ConditionTimestampMonotonic": "400630977", 
        "Conflicts": "ebtables.service ipset.service ip6tables.service iptables.service shutdown.target", 
        "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": "9562", 
        "ExecMainStartTimestamp": "Wed 2025-05-14 13:39:02 EDT", 
        "ExecMainStartTimestampMonotonic": "400632108", 
        "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=[Wed 2025-05-14 13:39:02 EDT] ; stop_time=[n/a] ; pid=9562 ; 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": "Wed 2025-05-14 13:39:02 EDT", 
        "InactiveExitTimestampMonotonic": "400632735", 
        "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": "9562", 
        "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": "system.slice basic.target", 
        "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": "Wed 2025-05-14 13:39:02 EDT", 
        "WatchdogTimestampMonotonic": "400886130", 
        "WatchdogUSec": "0"
    }
}

TASK [fedora.linux_system_roles.firewall : Check if previous replaced is defined] ***
task path: /tmp/collections-sCY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:34
Wednesday 14 May 2025  13:40:36 -0400 (0:00:00.406)       0:00:37.392 ********* 
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-sCY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:43
Wednesday 14 May 2025  13:40:36 -0400 (0:00:00.061)       0:00:37.453 ********* 
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-sCY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:55
Wednesday 14 May 2025  13:40:36 -0400 (0:00:00.050)       0:00:37.504 ********* 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Configure firewall] *****************
task path: /tmp/collections-sCY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:71
Wednesday 14 May 2025  13:40:36 -0400 (0:00:00.048)       0:00:37.553 ********* 
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-sCY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:121
Wednesday 14 May 2025  13:40:37 -0400 (0:00:00.580)       0:00:38.133 ********* 
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-sCY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:131
Wednesday 14 May 2025  13:40:37 -0400 (0:00:00.059)       0:00:38.193 ********* 
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-sCY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:140
Wednesday 14 May 2025  13:40:37 -0400 (0:00:00.053)       0:00:38.247 ********* 
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-sCY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:145
Wednesday 14 May 2025  13:40:37 -0400 (0:00:00.046)       0:00:38.293 ********* 
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-sCY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:154
Wednesday 14 May 2025  13:40:37 -0400 (0:00:00.056)       0:00:38.350 ********* 
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-sCY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:164
Wednesday 14 May 2025  13:40:37 -0400 (0:00:00.059)       0:00:38.410 ********* 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Show diffs] *************************
task path: /tmp/collections-sCY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:170
Wednesday 14 May 2025  13:40:37 -0400 (0:00:00.056)       0:00:38.467 ********* 
skipping: [managed-node2] => {}

TASK [Add ipset to default zone again (permanent)] *****************************
task path: /tmp/collections-sCY/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_ipsets.yml:162
Wednesday 14 May 2025  13:40:37 -0400 (0:00:00.057)       0:00:38.524 ********* 

TASK [fedora.linux_system_roles.firewall : Setup firewalld] ********************
task path: /tmp/collections-sCY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:2
Wednesday 14 May 2025  13:40:37 -0400 (0:00:00.209)       0:00:38.734 ********* 
included: /tmp/collections-sCY/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-sCY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:2
Wednesday 14 May 2025  13:40:38 -0400 (0:00:00.036)       0:00:38.770 ********* 
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-sCY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:10
Wednesday 14 May 2025  13:40:38 -0400 (0:00:00.055)       0:00:38.826 ********* 
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-sCY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:15
Wednesday 14 May 2025  13:40:38 -0400 (0:00:00.045)       0:00:38.872 ********* 
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-sCY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:22
Wednesday 14 May 2025  13:40:38 -0400 (0:00:00.061)       0:00:38.934 ********* 
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-sCY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:27
Wednesday 14 May 2025  13:40:38 -0400 (0:00:00.060)       0:00:38.994 ********* 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Install firewalld] ******************
task path: /tmp/collections-sCY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:31
Wednesday 14 May 2025  13:40:38 -0400 (0:00:00.053)       0:00:39.048 ********* 
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-sCY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:43
Wednesday 14 May 2025  13:40:38 -0400 (0:00:00.611)       0:00:39.659 ********* 
skipping: [managed-node2] => {}

TASK [fedora.linux_system_roles.firewall : Reboot transactional update systems] ***
task path: /tmp/collections-sCY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:48
Wednesday 14 May 2025  13:40:38 -0400 (0:00:00.045)       0:00:39.704 ********* 
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-sCY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:53
Wednesday 14 May 2025  13:40:38 -0400 (0:00:00.046)       0:00:39.750 ********* 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Collect service facts] **************
task path: /tmp/collections-sCY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:5
Wednesday 14 May 2025  13:40:39 -0400 (0:00:00.045)       0:00:39.796 ********* 
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-sCY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:9
Wednesday 14 May 2025  13:40:39 -0400 (0:00:00.045)       0:00:39.842 ********* 
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-sCY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:22
Wednesday 14 May 2025  13:40:39 -0400 (0:00:00.059)       0:00:39.901 ********* 
ok: [managed-node2] => {
    "changed": false, 
    "name": "firewalld", 
    "status": {
        "ActiveEnterTimestamp": "Wed 2025-05-14 13:39:02 EDT", 
        "ActiveEnterTimestampMonotonic": "400886179", 
        "ActiveExitTimestampMonotonic": "0", 
        "ActiveState": "active", 
        "After": "system.slice polkit.service basic.target dbus.service", 
        "AllowIsolate": "no", 
        "AmbientCapabilities": "0", 
        "AssertResult": "yes", 
        "AssertTimestamp": "Wed 2025-05-14 13:39:02 EDT", 
        "AssertTimestampMonotonic": "400630978", 
        "Before": "multi-user.target network-pre.target shutdown.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": "Wed 2025-05-14 13:39:02 EDT", 
        "ConditionTimestampMonotonic": "400630977", 
        "Conflicts": "ebtables.service ipset.service ip6tables.service iptables.service shutdown.target", 
        "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": "9562", 
        "ExecMainStartTimestamp": "Wed 2025-05-14 13:39:02 EDT", 
        "ExecMainStartTimestampMonotonic": "400632108", 
        "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=[Wed 2025-05-14 13:39:02 EDT] ; stop_time=[n/a] ; pid=9562 ; 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": "Wed 2025-05-14 13:39:02 EDT", 
        "InactiveExitTimestampMonotonic": "400632735", 
        "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": "9562", 
        "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": "system.slice basic.target", 
        "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": "Wed 2025-05-14 13:39:02 EDT", 
        "WatchdogTimestampMonotonic": "400886130", 
        "WatchdogUSec": "0"
    }
}

TASK [fedora.linux_system_roles.firewall : Enable and start firewalld service] ***
task path: /tmp/collections-sCY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:28
Wednesday 14 May 2025  13:40:39 -0400 (0:00:00.453)       0:00:40.355 ********* 
ok: [managed-node2] => {
    "changed": false, 
    "enabled": true, 
    "name": "firewalld", 
    "state": "started", 
    "status": {
        "ActiveEnterTimestamp": "Wed 2025-05-14 13:39:02 EDT", 
        "ActiveEnterTimestampMonotonic": "400886179", 
        "ActiveExitTimestampMonotonic": "0", 
        "ActiveState": "active", 
        "After": "system.slice polkit.service basic.target dbus.service", 
        "AllowIsolate": "no", 
        "AmbientCapabilities": "0", 
        "AssertResult": "yes", 
        "AssertTimestamp": "Wed 2025-05-14 13:39:02 EDT", 
        "AssertTimestampMonotonic": "400630978", 
        "Before": "multi-user.target network-pre.target shutdown.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": "Wed 2025-05-14 13:39:02 EDT", 
        "ConditionTimestampMonotonic": "400630977", 
        "Conflicts": "ebtables.service ipset.service ip6tables.service iptables.service shutdown.target", 
        "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": "9562", 
        "ExecMainStartTimestamp": "Wed 2025-05-14 13:39:02 EDT", 
        "ExecMainStartTimestampMonotonic": "400632108", 
        "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=[Wed 2025-05-14 13:39:02 EDT] ; stop_time=[n/a] ; pid=9562 ; 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": "Wed 2025-05-14 13:39:02 EDT", 
        "InactiveExitTimestampMonotonic": "400632735", 
        "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": "9562", 
        "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": "system.slice basic.target", 
        "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": "Wed 2025-05-14 13:39:02 EDT", 
        "WatchdogTimestampMonotonic": "400886130", 
        "WatchdogUSec": "0"
    }
}

TASK [fedora.linux_system_roles.firewall : Check if previous replaced is defined] ***
task path: /tmp/collections-sCY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:34
Wednesday 14 May 2025  13:40:40 -0400 (0:00:00.479)       0:00:40.834 ********* 
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-sCY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:43
Wednesday 14 May 2025  13:40:40 -0400 (0:00:00.076)       0:00:40.911 ********* 
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-sCY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:55
Wednesday 14 May 2025  13:40:40 -0400 (0:00:00.064)       0:00:40.976 ********* 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Configure firewall] *****************
task path: /tmp/collections-sCY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:71
Wednesday 14 May 2025  13:40:40 -0400 (0:00:00.069)       0:00:41.045 ********* 
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-sCY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:121
Wednesday 14 May 2025  13:40:40 -0400 (0:00:00.687)       0:00:41.732 ********* 
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-sCY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:131
Wednesday 14 May 2025  13:40:41 -0400 (0:00:00.070)       0:00:41.803 ********* 
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-sCY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:140
Wednesday 14 May 2025  13:40:41 -0400 (0:00:00.080)       0:00:41.884 ********* 
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-sCY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:145
Wednesday 14 May 2025  13:40:41 -0400 (0:00:00.075)       0:00:41.959 ********* 
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-sCY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:154
Wednesday 14 May 2025  13:40:41 -0400 (0:00:00.068)       0:00:42.028 ********* 
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-sCY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:164
Wednesday 14 May 2025  13:40:41 -0400 (0:00:00.069)       0:00:42.097 ********* 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Show diffs] *************************
task path: /tmp/collections-sCY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:170
Wednesday 14 May 2025  13:40:41 -0400 (0:00:00.070)       0:00:42.168 ********* 
skipping: [managed-node2] => {}

TASK [Fail if adding ipset is not idempotent (permanent)] **********************
task path: /tmp/collections-sCY/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_ipsets.yml:172
Wednesday 14 May 2025  13:40:41 -0400 (0:00:00.063)       0:00:42.231 ********* 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [Add ipset to default zone] ***********************************************
task path: /tmp/collections-sCY/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_ipsets.yml:177
Wednesday 14 May 2025  13:40:41 -0400 (0:00:00.060)       0:00:42.291 ********* 

TASK [fedora.linux_system_roles.firewall : Setup firewalld] ********************
task path: /tmp/collections-sCY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:2
Wednesday 14 May 2025  13:40:41 -0400 (0:00:00.206)       0:00:42.498 ********* 
included: /tmp/collections-sCY/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-sCY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:2
Wednesday 14 May 2025  13:40:41 -0400 (0:00:00.040)       0:00:42.538 ********* 
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-sCY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:10
Wednesday 14 May 2025  13:40:41 -0400 (0:00:00.069)       0:00:42.607 ********* 
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-sCY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:15
Wednesday 14 May 2025  13:40:41 -0400 (0:00:00.083)       0:00:42.691 ********* 
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-sCY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:22
Wednesday 14 May 2025  13:40:41 -0400 (0:00:00.053)       0:00:42.744 ********* 
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-sCY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:27
Wednesday 14 May 2025  13:40:42 -0400 (0:00:00.061)       0:00:42.806 ********* 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Install firewalld] ******************
task path: /tmp/collections-sCY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:31
Wednesday 14 May 2025  13:40:42 -0400 (0:00:00.057)       0:00:42.863 ********* 
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-sCY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:43
Wednesday 14 May 2025  13:40:42 -0400 (0:00:00.638)       0:00:43.502 ********* 
skipping: [managed-node2] => {}

TASK [fedora.linux_system_roles.firewall : Reboot transactional update systems] ***
task path: /tmp/collections-sCY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:48
Wednesday 14 May 2025  13:40:42 -0400 (0:00:00.045)       0:00:43.548 ********* 
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-sCY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:53
Wednesday 14 May 2025  13:40:42 -0400 (0:00:00.047)       0:00:43.595 ********* 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Collect service facts] **************
task path: /tmp/collections-sCY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:5
Wednesday 14 May 2025  13:40:42 -0400 (0:00:00.046)       0:00:43.641 ********* 
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-sCY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:9
Wednesday 14 May 2025  13:40:42 -0400 (0:00:00.055)       0:00:43.697 ********* 
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-sCY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:22
Wednesday 14 May 2025  13:40:42 -0400 (0:00:00.060)       0:00:43.757 ********* 
ok: [managed-node2] => {
    "changed": false, 
    "name": "firewalld", 
    "status": {
        "ActiveEnterTimestamp": "Wed 2025-05-14 13:39:02 EDT", 
        "ActiveEnterTimestampMonotonic": "400886179", 
        "ActiveExitTimestampMonotonic": "0", 
        "ActiveState": "active", 
        "After": "system.slice polkit.service basic.target dbus.service", 
        "AllowIsolate": "no", 
        "AmbientCapabilities": "0", 
        "AssertResult": "yes", 
        "AssertTimestamp": "Wed 2025-05-14 13:39:02 EDT", 
        "AssertTimestampMonotonic": "400630978", 
        "Before": "multi-user.target network-pre.target shutdown.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": "Wed 2025-05-14 13:39:02 EDT", 
        "ConditionTimestampMonotonic": "400630977", 
        "Conflicts": "ebtables.service ipset.service ip6tables.service iptables.service shutdown.target", 
        "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": "9562", 
        "ExecMainStartTimestamp": "Wed 2025-05-14 13:39:02 EDT", 
        "ExecMainStartTimestampMonotonic": "400632108", 
        "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=[Wed 2025-05-14 13:39:02 EDT] ; stop_time=[n/a] ; pid=9562 ; 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": "Wed 2025-05-14 13:39:02 EDT", 
        "InactiveExitTimestampMonotonic": "400632735", 
        "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": "9562", 
        "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": "system.slice basic.target", 
        "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": "Wed 2025-05-14 13:39:02 EDT", 
        "WatchdogTimestampMonotonic": "400886130", 
        "WatchdogUSec": "0"
    }
}

TASK [fedora.linux_system_roles.firewall : Enable and start firewalld service] ***
task path: /tmp/collections-sCY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:28
Wednesday 14 May 2025  13:40:43 -0400 (0:00:00.412)       0:00:44.169 ********* 
ok: [managed-node2] => {
    "changed": false, 
    "enabled": true, 
    "name": "firewalld", 
    "state": "started", 
    "status": {
        "ActiveEnterTimestamp": "Wed 2025-05-14 13:39:02 EDT", 
        "ActiveEnterTimestampMonotonic": "400886179", 
        "ActiveExitTimestampMonotonic": "0", 
        "ActiveState": "active", 
        "After": "system.slice polkit.service basic.target dbus.service", 
        "AllowIsolate": "no", 
        "AmbientCapabilities": "0", 
        "AssertResult": "yes", 
        "AssertTimestamp": "Wed 2025-05-14 13:39:02 EDT", 
        "AssertTimestampMonotonic": "400630978", 
        "Before": "multi-user.target network-pre.target shutdown.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": "Wed 2025-05-14 13:39:02 EDT", 
        "ConditionTimestampMonotonic": "400630977", 
        "Conflicts": "ebtables.service ipset.service ip6tables.service iptables.service shutdown.target", 
        "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": "9562", 
        "ExecMainStartTimestamp": "Wed 2025-05-14 13:39:02 EDT", 
        "ExecMainStartTimestampMonotonic": "400632108", 
        "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=[Wed 2025-05-14 13:39:02 EDT] ; stop_time=[n/a] ; pid=9562 ; 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": "Wed 2025-05-14 13:39:02 EDT", 
        "InactiveExitTimestampMonotonic": "400632735", 
        "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": "9562", 
        "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": "system.slice basic.target", 
        "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": "Wed 2025-05-14 13:39:02 EDT", 
        "WatchdogTimestampMonotonic": "400886130", 
        "WatchdogUSec": "0"
    }
}

TASK [fedora.linux_system_roles.firewall : Check if previous replaced is defined] ***
task path: /tmp/collections-sCY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:34
Wednesday 14 May 2025  13:40:43 -0400 (0:00:00.494)       0:00:44.663 ********* 
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-sCY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:43
Wednesday 14 May 2025  13:40:43 -0400 (0:00:00.061)       0:00:44.725 ********* 
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-sCY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:55
Wednesday 14 May 2025  13:40:44 -0400 (0:00:00.059)       0:00:44.785 ********* 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Configure firewall] *****************
task path: /tmp/collections-sCY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:71
Wednesday 14 May 2025  13:40:44 -0400 (0:00:00.065)       0:00:44.850 ********* 
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-sCY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:121
Wednesday 14 May 2025  13:40:44 -0400 (0:00:00.611)       0:00:45.461 ********* 
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-sCY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:131
Wednesday 14 May 2025  13:40:44 -0400 (0:00:00.074)       0:00:45.536 ********* 
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-sCY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:140
Wednesday 14 May 2025  13:40:44 -0400 (0:00:00.054)       0:00:45.590 ********* 
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-sCY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:145
Wednesday 14 May 2025  13:40:44 -0400 (0:00:00.046)       0:00:45.637 ********* 
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-sCY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:154
Wednesday 14 May 2025  13:40:44 -0400 (0:00:00.045)       0:00:45.682 ********* 
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-sCY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:164
Wednesday 14 May 2025  13:40:44 -0400 (0:00:00.048)       0:00:45.731 ********* 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Show diffs] *************************
task path: /tmp/collections-sCY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:170
Wednesday 14 May 2025  13:40:45 -0400 (0:00:00.049)       0:00:45.781 ********* 
skipping: [managed-node2] => {}

TASK [Remove custom ipset] *****************************************************
task path: /tmp/collections-sCY/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_ipsets.yml:186
Wednesday 14 May 2025  13:40:45 -0400 (0:00:00.045)       0:00:45.826 ********* 

TASK [fedora.linux_system_roles.firewall : Setup firewalld] ********************
task path: /tmp/collections-sCY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:2
Wednesday 14 May 2025  13:40:45 -0400 (0:00:00.254)       0:00:46.081 ********* 
included: /tmp/collections-sCY/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-sCY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:2
Wednesday 14 May 2025  13:40:45 -0400 (0:00:00.048)       0:00:46.129 ********* 
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-sCY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:10
Wednesday 14 May 2025  13:40:45 -0400 (0:00:00.056)       0:00:46.186 ********* 
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-sCY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:15
Wednesday 14 May 2025  13:40:45 -0400 (0:00:00.049)       0:00:46.235 ********* 
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-sCY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:22
Wednesday 14 May 2025  13:40:45 -0400 (0:00:00.046)       0:00:46.282 ********* 
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-sCY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:27
Wednesday 14 May 2025  13:40:45 -0400 (0:00:00.045)       0:00:46.327 ********* 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Install firewalld] ******************
task path: /tmp/collections-sCY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:31
Wednesday 14 May 2025  13:40:45 -0400 (0:00:00.045)       0:00:46.372 ********* 
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-sCY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:43
Wednesday 14 May 2025  13:40:46 -0400 (0:00:00.658)       0:00:47.031 ********* 
skipping: [managed-node2] => {}

TASK [fedora.linux_system_roles.firewall : Reboot transactional update systems] ***
task path: /tmp/collections-sCY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:48
Wednesday 14 May 2025  13:40:46 -0400 (0:00:00.072)       0:00:47.104 ********* 
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-sCY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:53
Wednesday 14 May 2025  13:40:46 -0400 (0:00:00.062)       0:00:47.166 ********* 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Collect service facts] **************
task path: /tmp/collections-sCY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:5
Wednesday 14 May 2025  13:40:46 -0400 (0:00:00.056)       0:00:47.222 ********* 
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-sCY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:9
Wednesday 14 May 2025  13:40:46 -0400 (0:00:00.052)       0:00:47.275 ********* 
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-sCY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:22
Wednesday 14 May 2025  13:40:46 -0400 (0:00:00.063)       0:00:47.339 ********* 
ok: [managed-node2] => {
    "changed": false, 
    "name": "firewalld", 
    "status": {
        "ActiveEnterTimestamp": "Wed 2025-05-14 13:39:02 EDT", 
        "ActiveEnterTimestampMonotonic": "400886179", 
        "ActiveExitTimestampMonotonic": "0", 
        "ActiveState": "active", 
        "After": "system.slice polkit.service basic.target dbus.service", 
        "AllowIsolate": "no", 
        "AmbientCapabilities": "0", 
        "AssertResult": "yes", 
        "AssertTimestamp": "Wed 2025-05-14 13:39:02 EDT", 
        "AssertTimestampMonotonic": "400630978", 
        "Before": "multi-user.target network-pre.target shutdown.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": "Wed 2025-05-14 13:39:02 EDT", 
        "ConditionTimestampMonotonic": "400630977", 
        "Conflicts": "ebtables.service ipset.service ip6tables.service iptables.service shutdown.target", 
        "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": "9562", 
        "ExecMainStartTimestamp": "Wed 2025-05-14 13:39:02 EDT", 
        "ExecMainStartTimestampMonotonic": "400632108", 
        "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=[Wed 2025-05-14 13:39:02 EDT] ; stop_time=[n/a] ; pid=9562 ; 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": "Wed 2025-05-14 13:39:02 EDT", 
        "InactiveExitTimestampMonotonic": "400632735", 
        "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": "9562", 
        "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": "system.slice basic.target", 
        "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": "Wed 2025-05-14 13:39:02 EDT", 
        "WatchdogTimestampMonotonic": "400886130", 
        "WatchdogUSec": "0"
    }
}

TASK [fedora.linux_system_roles.firewall : Enable and start firewalld service] ***
task path: /tmp/collections-sCY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:28
Wednesday 14 May 2025  13:40:46 -0400 (0:00:00.424)       0:00:47.763 ********* 
ok: [managed-node2] => {
    "changed": false, 
    "enabled": true, 
    "name": "firewalld", 
    "state": "started", 
    "status": {
        "ActiveEnterTimestamp": "Wed 2025-05-14 13:39:02 EDT", 
        "ActiveEnterTimestampMonotonic": "400886179", 
        "ActiveExitTimestampMonotonic": "0", 
        "ActiveState": "active", 
        "After": "system.slice polkit.service basic.target dbus.service", 
        "AllowIsolate": "no", 
        "AmbientCapabilities": "0", 
        "AssertResult": "yes", 
        "AssertTimestamp": "Wed 2025-05-14 13:39:02 EDT", 
        "AssertTimestampMonotonic": "400630978", 
        "Before": "multi-user.target network-pre.target shutdown.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": "Wed 2025-05-14 13:39:02 EDT", 
        "ConditionTimestampMonotonic": "400630977", 
        "Conflicts": "ebtables.service ipset.service ip6tables.service iptables.service shutdown.target", 
        "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": "9562", 
        "ExecMainStartTimestamp": "Wed 2025-05-14 13:39:02 EDT", 
        "ExecMainStartTimestampMonotonic": "400632108", 
        "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=[Wed 2025-05-14 13:39:02 EDT] ; stop_time=[n/a] ; pid=9562 ; 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": "Wed 2025-05-14 13:39:02 EDT", 
        "InactiveExitTimestampMonotonic": "400632735", 
        "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": "9562", 
        "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": "system.slice basic.target", 
        "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": "Wed 2025-05-14 13:39:02 EDT", 
        "WatchdogTimestampMonotonic": "400886130", 
        "WatchdogUSec": "0"
    }
}

TASK [fedora.linux_system_roles.firewall : Check if previous replaced is defined] ***
task path: /tmp/collections-sCY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:34
Wednesday 14 May 2025  13:40:47 -0400 (0:00:00.481)       0:00:48.244 ********* 
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-sCY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:43
Wednesday 14 May 2025  13:40:47 -0400 (0:00:00.057)       0:00:48.302 ********* 
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-sCY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:55
Wednesday 14 May 2025  13:40:47 -0400 (0:00:00.059)       0:00:48.361 ********* 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Configure firewall] *****************
task path: /tmp/collections-sCY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:71
Wednesday 14 May 2025  13:40:47 -0400 (0:00:00.068)       0:00:48.429 ********* 
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-sCY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:121
Wednesday 14 May 2025  13:40:48 -0400 (0:00:00.856)       0:00:49.286 ********* 
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-sCY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:131
Wednesday 14 May 2025  13:40:48 -0400 (0:00:00.060)       0:00:49.346 ********* 
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-sCY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:140
Wednesday 14 May 2025  13:40:48 -0400 (0:00:00.052)       0:00:49.399 ********* 
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-sCY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:145
Wednesday 14 May 2025  13:40:48 -0400 (0:00:00.045)       0:00:49.444 ********* 
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-sCY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:154
Wednesday 14 May 2025  13:40:48 -0400 (0:00:00.046)       0:00:49.490 ********* 
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-sCY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:164
Wednesday 14 May 2025  13:40:48 -0400 (0:00:00.053)       0:00:49.544 ********* 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Show diffs] *************************
task path: /tmp/collections-sCY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:170
Wednesday 14 May 2025  13:40:48 -0400 (0:00:00.064)       0:00:49.608 ********* 
skipping: [managed-node2] => {}

TASK [Fail if ipset not removed] ***********************************************
task path: /tmp/collections-sCY/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_ipsets.yml:195
Wednesday 14 May 2025  13:40:48 -0400 (0:00:00.071)       0:00:49.680 ********* 
ok: [managed-node2] => {
    "changed": false, 
    "cmd": "set -o pipefail\nfirewall-cmd --permanent --get-ipsets | grep \"customipset\"\n", 
    "delta": "0:00:00.285503", 
    "end": "2025-05-14 13:40:49.497594", 
    "failed_when_result": false, 
    "rc": 1, 
    "start": "2025-05-14 13:40:49.212091"
}

MSG:

non-zero return code

TASK [Remove custom ipset again] ***********************************************
task path: /tmp/collections-sCY/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_ipsets.yml:204
Wednesday 14 May 2025  13:40:49 -0400 (0:00:00.679)       0:00:50.359 ********* 

TASK [fedora.linux_system_roles.firewall : Setup firewalld] ********************
task path: /tmp/collections-sCY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:2
Wednesday 14 May 2025  13:40:49 -0400 (0:00:00.284)       0:00:50.643 ********* 
included: /tmp/collections-sCY/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-sCY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:2
Wednesday 14 May 2025  13:40:49 -0400 (0:00:00.055)       0:00:50.699 ********* 
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-sCY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:10
Wednesday 14 May 2025  13:40:50 -0400 (0:00:00.081)       0:00:50.781 ********* 
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-sCY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:15
Wednesday 14 May 2025  13:40:50 -0400 (0:00:00.085)       0:00:50.866 ********* 
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-sCY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:22
Wednesday 14 May 2025  13:40:50 -0400 (0:00:00.063)       0:00:50.930 ********* 
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-sCY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:27
Wednesday 14 May 2025  13:40:50 -0400 (0:00:00.054)       0:00:50.984 ********* 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Install firewalld] ******************
task path: /tmp/collections-sCY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:31
Wednesday 14 May 2025  13:40:50 -0400 (0:00:00.050)       0:00:51.035 ********* 
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-sCY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:43
Wednesday 14 May 2025  13:40:50 -0400 (0:00:00.607)       0:00:51.642 ********* 
skipping: [managed-node2] => {}

TASK [fedora.linux_system_roles.firewall : Reboot transactional update systems] ***
task path: /tmp/collections-sCY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:48
Wednesday 14 May 2025  13:40:50 -0400 (0:00:00.050)       0:00:51.693 ********* 
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-sCY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:53
Wednesday 14 May 2025  13:40:50 -0400 (0:00:00.066)       0:00:51.760 ********* 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Collect service facts] **************
task path: /tmp/collections-sCY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:5
Wednesday 14 May 2025  13:40:51 -0400 (0:00:00.063)       0:00:51.823 ********* 
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-sCY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:9
Wednesday 14 May 2025  13:40:51 -0400 (0:00:00.086)       0:00:51.909 ********* 
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-sCY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:22
Wednesday 14 May 2025  13:40:51 -0400 (0:00:00.074)       0:00:51.983 ********* 
ok: [managed-node2] => {
    "changed": false, 
    "name": "firewalld", 
    "status": {
        "ActiveEnterTimestamp": "Wed 2025-05-14 13:39:02 EDT", 
        "ActiveEnterTimestampMonotonic": "400886179", 
        "ActiveExitTimestampMonotonic": "0", 
        "ActiveState": "active", 
        "After": "system.slice polkit.service basic.target dbus.service", 
        "AllowIsolate": "no", 
        "AmbientCapabilities": "0", 
        "AssertResult": "yes", 
        "AssertTimestamp": "Wed 2025-05-14 13:39:02 EDT", 
        "AssertTimestampMonotonic": "400630978", 
        "Before": "multi-user.target network-pre.target shutdown.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": "Wed 2025-05-14 13:39:02 EDT", 
        "ConditionTimestampMonotonic": "400630977", 
        "Conflicts": "ebtables.service ipset.service ip6tables.service iptables.service shutdown.target", 
        "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": "9562", 
        "ExecMainStartTimestamp": "Wed 2025-05-14 13:39:02 EDT", 
        "ExecMainStartTimestampMonotonic": "400632108", 
        "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=[Wed 2025-05-14 13:39:02 EDT] ; stop_time=[n/a] ; pid=9562 ; 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": "Wed 2025-05-14 13:39:02 EDT", 
        "InactiveExitTimestampMonotonic": "400632735", 
        "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": "9562", 
        "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": "system.slice basic.target", 
        "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": "Wed 2025-05-14 13:39:02 EDT", 
        "WatchdogTimestampMonotonic": "400886130", 
        "WatchdogUSec": "0"
    }
}

TASK [fedora.linux_system_roles.firewall : Enable and start firewalld service] ***
task path: /tmp/collections-sCY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:28
Wednesday 14 May 2025  13:40:51 -0400 (0:00:00.409)       0:00:52.393 ********* 
ok: [managed-node2] => {
    "changed": false, 
    "enabled": true, 
    "name": "firewalld", 
    "state": "started", 
    "status": {
        "ActiveEnterTimestamp": "Wed 2025-05-14 13:39:02 EDT", 
        "ActiveEnterTimestampMonotonic": "400886179", 
        "ActiveExitTimestampMonotonic": "0", 
        "ActiveState": "active", 
        "After": "system.slice polkit.service basic.target dbus.service", 
        "AllowIsolate": "no", 
        "AmbientCapabilities": "0", 
        "AssertResult": "yes", 
        "AssertTimestamp": "Wed 2025-05-14 13:39:02 EDT", 
        "AssertTimestampMonotonic": "400630978", 
        "Before": "multi-user.target network-pre.target shutdown.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": "Wed 2025-05-14 13:39:02 EDT", 
        "ConditionTimestampMonotonic": "400630977", 
        "Conflicts": "ebtables.service ipset.service ip6tables.service iptables.service shutdown.target", 
        "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": "9562", 
        "ExecMainStartTimestamp": "Wed 2025-05-14 13:39:02 EDT", 
        "ExecMainStartTimestampMonotonic": "400632108", 
        "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=[Wed 2025-05-14 13:39:02 EDT] ; stop_time=[n/a] ; pid=9562 ; 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": "Wed 2025-05-14 13:39:02 EDT", 
        "InactiveExitTimestampMonotonic": "400632735", 
        "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": "9562", 
        "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": "system.slice basic.target", 
        "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": "Wed 2025-05-14 13:39:02 EDT", 
        "WatchdogTimestampMonotonic": "400886130", 
        "WatchdogUSec": "0"
    }
}

TASK [fedora.linux_system_roles.firewall : Check if previous replaced is defined] ***
task path: /tmp/collections-sCY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:34
Wednesday 14 May 2025  13:40:52 -0400 (0:00:00.403)       0:00:52.797 ********* 
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-sCY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:43
Wednesday 14 May 2025  13:40:52 -0400 (0:00:00.052)       0:00:52.850 ********* 
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-sCY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:55
Wednesday 14 May 2025  13:40:52 -0400 (0:00:00.045)       0:00:52.895 ********* 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Configure firewall] *****************
task path: /tmp/collections-sCY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:71
Wednesday 14 May 2025  13:40:52 -0400 (0:00:00.053)       0:00:52.949 ********* 
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-sCY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:121
Wednesday 14 May 2025  13:40:52 -0400 (0:00:00.600)       0:00:53.550 ********* 
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-sCY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:131
Wednesday 14 May 2025  13:40:52 -0400 (0:00:00.061)       0:00:53.611 ********* 
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-sCY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:140
Wednesday 14 May 2025  13:40:52 -0400 (0:00:00.054)       0:00:53.666 ********* 
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-sCY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:145
Wednesday 14 May 2025  13:40:52 -0400 (0:00:00.048)       0:00:53.714 ********* 
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-sCY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:154
Wednesday 14 May 2025  13:40:53 -0400 (0:00:00.066)       0:00:53.781 ********* 
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-sCY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:164
Wednesday 14 May 2025  13:40:53 -0400 (0:00:00.058)       0:00:53.839 ********* 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Show diffs] *************************
task path: /tmp/collections-sCY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:170
Wednesday 14 May 2025  13:40:53 -0400 (0:00:00.055)       0:00:53.895 ********* 
skipping: [managed-node2] => {}

TASK [Fail if not idempotent] **************************************************
task path: /tmp/collections-sCY/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_ipsets.yml:214
Wednesday 14 May 2025  13:40:53 -0400 (0:00:00.064)       0:00:53.960 ********* 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [Cleanup] *****************************************************************
task path: /tmp/collections-sCY/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_ipsets.yml:221
Wednesday 14 May 2025  13:40:53 -0400 (0:00:00.059)       0:00:54.019 ********* 

TASK [fedora.linux_system_roles.firewall : Setup firewalld] ********************
task path: /tmp/collections-sCY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:2
Wednesday 14 May 2025  13:40:53 -0400 (0:00:00.215)       0:00:54.234 ********* 
included: /tmp/collections-sCY/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-sCY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:2
Wednesday 14 May 2025  13:40:53 -0400 (0:00:00.042)       0:00:54.277 ********* 
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-sCY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:10
Wednesday 14 May 2025  13:40:53 -0400 (0:00:00.049)       0:00:54.326 ********* 
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-sCY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:15
Wednesday 14 May 2025  13:40:53 -0400 (0:00:00.064)       0:00:54.390 ********* 
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-sCY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:22
Wednesday 14 May 2025  13:40:53 -0400 (0:00:00.064)       0:00:54.454 ********* 
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-sCY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:27
Wednesday 14 May 2025  13:40:53 -0400 (0:00:00.053)       0:00:54.508 ********* 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Install firewalld] ******************
task path: /tmp/collections-sCY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:31
Wednesday 14 May 2025  13:40:53 -0400 (0:00:00.058)       0:00:54.567 ********* 
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-sCY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:43
Wednesday 14 May 2025  13:40:54 -0400 (0:00:00.628)       0:00:55.195 ********* 
skipping: [managed-node2] => {}

TASK [fedora.linux_system_roles.firewall : Reboot transactional update systems] ***
task path: /tmp/collections-sCY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:48
Wednesday 14 May 2025  13:40:54 -0400 (0:00:00.048)       0:00:55.244 ********* 
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-sCY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:53
Wednesday 14 May 2025  13:40:54 -0400 (0:00:00.196)       0:00:55.440 ********* 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Collect service facts] **************
task path: /tmp/collections-sCY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:5
Wednesday 14 May 2025  13:40:54 -0400 (0:00:00.065)       0:00:55.506 ********* 
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-sCY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:9
Wednesday 14 May 2025  13:40:54 -0400 (0:00:00.071)       0:00:55.578 ********* 
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-sCY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:22
Wednesday 14 May 2025  13:40:54 -0400 (0:00:00.092)       0:00:55.671 ********* 
ok: [managed-node2] => {
    "changed": false, 
    "name": "firewalld", 
    "status": {
        "ActiveEnterTimestamp": "Wed 2025-05-14 13:39:02 EDT", 
        "ActiveEnterTimestampMonotonic": "400886179", 
        "ActiveExitTimestampMonotonic": "0", 
        "ActiveState": "active", 
        "After": "system.slice polkit.service basic.target dbus.service", 
        "AllowIsolate": "no", 
        "AmbientCapabilities": "0", 
        "AssertResult": "yes", 
        "AssertTimestamp": "Wed 2025-05-14 13:39:02 EDT", 
        "AssertTimestampMonotonic": "400630978", 
        "Before": "multi-user.target network-pre.target shutdown.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": "Wed 2025-05-14 13:39:02 EDT", 
        "ConditionTimestampMonotonic": "400630977", 
        "Conflicts": "ebtables.service ipset.service ip6tables.service iptables.service shutdown.target", 
        "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": "9562", 
        "ExecMainStartTimestamp": "Wed 2025-05-14 13:39:02 EDT", 
        "ExecMainStartTimestampMonotonic": "400632108", 
        "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=[Wed 2025-05-14 13:39:02 EDT] ; stop_time=[n/a] ; pid=9562 ; 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": "Wed 2025-05-14 13:39:02 EDT", 
        "InactiveExitTimestampMonotonic": "400632735", 
        "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": "9562", 
        "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": "system.slice basic.target", 
        "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": "Wed 2025-05-14 13:39:02 EDT", 
        "WatchdogTimestampMonotonic": "400886130", 
        "WatchdogUSec": "0"
    }
}

TASK [fedora.linux_system_roles.firewall : Enable and start firewalld service] ***
task path: /tmp/collections-sCY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:28
Wednesday 14 May 2025  13:40:55 -0400 (0:00:00.470)       0:00:56.141 ********* 
ok: [managed-node2] => {
    "changed": false, 
    "enabled": true, 
    "name": "firewalld", 
    "state": "started", 
    "status": {
        "ActiveEnterTimestamp": "Wed 2025-05-14 13:39:02 EDT", 
        "ActiveEnterTimestampMonotonic": "400886179", 
        "ActiveExitTimestampMonotonic": "0", 
        "ActiveState": "active", 
        "After": "system.slice polkit.service basic.target dbus.service", 
        "AllowIsolate": "no", 
        "AmbientCapabilities": "0", 
        "AssertResult": "yes", 
        "AssertTimestamp": "Wed 2025-05-14 13:39:02 EDT", 
        "AssertTimestampMonotonic": "400630978", 
        "Before": "multi-user.target network-pre.target shutdown.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": "Wed 2025-05-14 13:39:02 EDT", 
        "ConditionTimestampMonotonic": "400630977", 
        "Conflicts": "ebtables.service ipset.service ip6tables.service iptables.service shutdown.target", 
        "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": "9562", 
        "ExecMainStartTimestamp": "Wed 2025-05-14 13:39:02 EDT", 
        "ExecMainStartTimestampMonotonic": "400632108", 
        "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=[Wed 2025-05-14 13:39:02 EDT] ; stop_time=[n/a] ; pid=9562 ; 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": "Wed 2025-05-14 13:39:02 EDT", 
        "InactiveExitTimestampMonotonic": "400632735", 
        "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": "9562", 
        "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": "system.slice basic.target", 
        "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": "Wed 2025-05-14 13:39:02 EDT", 
        "WatchdogTimestampMonotonic": "400886130", 
        "WatchdogUSec": "0"
    }
}

TASK [fedora.linux_system_roles.firewall : Check if previous replaced is defined] ***
task path: /tmp/collections-sCY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:34
Wednesday 14 May 2025  13:40:55 -0400 (0:00:00.466)       0:00:56.607 ********* 
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-sCY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:43
Wednesday 14 May 2025  13:40:55 -0400 (0:00:00.085)       0:00:56.692 ********* 
ok: [managed-node2] => {
    "changed": false, 
    "rc": 0
}

STDOUT:

65a9e4a0653b58f6808edcf6d432f6676485af237e73cb7adaabab4df3fac7bc /etc/firewalld/firewalld.conf



STDERR:

Shared connection to 10.31.42.33 closed.


TASK [fedora.linux_system_roles.firewall : Tell firewall module it is able to report changed] ***
task path: /tmp/collections-sCY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:55
Wednesday 14 May 2025  13:40:56 -0400 (0:00:00.959)       0:00:57.652 ********* 
ok: [managed-node2] => {
    "ansible_facts": {
        "__firewall_report_changed": false
    }, 
    "changed": false
}

TASK [fedora.linux_system_roles.firewall : Configure firewall] *****************
task path: /tmp/collections-sCY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:71
Wednesday 14 May 2025  13:40:56 -0400 (0:00:00.076)       0:00:57.729 ********* 

TASK [fedora.linux_system_roles.firewall : Gather firewall config information] ***
task path: /tmp/collections-sCY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:121
Wednesday 14 May 2025  13:40:57 -0400 (0:00:00.067)       0:00:57.796 ********* 

TASK [fedora.linux_system_roles.firewall : Update firewalld_config fact] *******
task path: /tmp/collections-sCY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:131
Wednesday 14 May 2025  13:40:57 -0400 (0:00:00.070)       0:00:57.867 ********* 
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-sCY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:140
Wednesday 14 May 2025  13:40:57 -0400 (0:00:00.081)       0:00:57.948 ********* 
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-sCY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:145
Wednesday 14 May 2025  13:40:57 -0400 (0:00:00.059)       0:00:58.008 ********* 
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-sCY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:154
Wednesday 14 May 2025  13:40:57 -0400 (0:00:00.065)       0:00:58.073 ********* 
ok: [managed-node2] => {
    "changed": false, 
    "rc": 0
}

STDOUT:

65a9e4a0653b58f6808edcf6d432f6676485af237e73cb7adaabab4df3fac7bc /etc/firewalld/firewalld.conf



STDERR:

Shared connection to 10.31.42.33 closed.


TASK [fedora.linux_system_roles.firewall : Calculate what has changed] *********
task path: /tmp/collections-sCY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:164
Wednesday 14 May 2025  13:40:57 -0400 (0:00:00.388)       0:00:58.462 ********* 
ok: [managed-node2] => {
    "ansible_facts": {
        "firewall_lib_result": {
            "changed": false
        }
    }, 
    "changed": false
}

TASK [fedora.linux_system_roles.firewall : Show diffs] *************************
task path: /tmp/collections-sCY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:170
Wednesday 14 May 2025  13:40:57 -0400 (0:00:00.072)       0:00:58.535 ********* 
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   

Wednesday 14 May 2025  13:40:57 -0400 (0:00:00.050)       0:00:58.586 ********* 
=============================================================================== 
Gathering Facts --------------------------------------------------------- 2.00s
/tmp/collections-sCY/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_ipsets.yml:2 
Verify changes ---------------------------------------------------------- 1.29s
/tmp/collections-sCY/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_ipsets.yml:115 
fedora.linux_system_roles.firewall : Configure firewall ----------------- 1.10s
/tmp/collections-sCY/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.96s
/tmp/collections-sCY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:43 
fedora.linux_system_roles.firewall : Install firewalld ------------------ 0.94s
/tmp/collections-sCY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:31 
fedora.linux_system_roles.firewall : Configure firewall ----------------- 0.89s
/tmp/collections-sCY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:71 
fedora.linux_system_roles.firewall : Configure firewall ----------------- 0.85s
/tmp/collections-sCY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:71 
Get all ipsets ---------------------------------------------------------- 0.79s
/tmp/collections-sCY/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_ipsets.yml:19 
fedora.linux_system_roles.firewall : Install firewalld ------------------ 0.77s
/tmp/collections-sCY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:31 
fedora.linux_system_roles.firewall : Install firewalld ------------------ 0.72s
/tmp/collections-sCY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:31 
fedora.linux_system_roles.firewall : Install firewalld ------------------ 0.72s
/tmp/collections-sCY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:31 
fedora.linux_system_roles.firewall : Install firewalld ------------------ 0.69s
/tmp/collections-sCY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:31 
fedora.linux_system_roles.firewall : Configure firewall ----------------- 0.69s
/tmp/collections-sCY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:71 
Fail if ipset not removed ----------------------------------------------- 0.68s
/tmp/collections-sCY/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_ipsets.yml:195 
fedora.linux_system_roles.firewall : Install firewalld ------------------ 0.66s
/tmp/collections-sCY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:31 
fedora.linux_system_roles.firewall : Install firewalld ------------------ 0.64s
/tmp/collections-sCY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:31 
fedora.linux_system_roles.firewall : Install firewalld ------------------ 0.64s
/tmp/collections-sCY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:31 
Fail if ipset not added ------------------------------------------------- 0.63s
/tmp/collections-sCY/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_ipsets.yml:45 
fedora.linux_system_roles.firewall : Install firewalld ------------------ 0.63s
/tmp/collections-sCY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:31 
fedora.linux_system_roles.firewall : Install firewalld ------------------ 0.62s
/tmp/collections-sCY/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:31