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 'jsonl', as we already have a stdout callback.
Skipping callback 'minimal', as we already have a stdout callback.
Skipping callback 'null', as we already have a stdout callback.
Skipping callback 'oneline', as we already have a stdout callback.
Skipping callback 'selective', as we already have a stdout callback.
Skipping callback 'skippy', as we already have a stdout callback.
Skipping callback 'stderr', as we already have a stdout callback.
Skipping callback 'unixy', as we already have a stdout callback.
Skipping callback 'yaml', as we already have a stdout callback.

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

PLAY [Test firewall user defined services] *************************************
[WARNING]: Failure using method (v2_playbook_on_play_start) in callback plugin
(<ansible.plugins.callback.lsr_report_errors.CallbackModule object at
0x7f2cc5ada410>): 'Play' object has no attribute 'get_path'

TASK [Gathering Facts] *********************************************************
task path: /tmp/collections-eZr/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_service.yml:2
Tuesday 20 May 2025  10:07:15 -0400 (0:00:00.047)       0:00:00.047 *********** 
[WARNING]: Failure using method (v2_runner_on_start) in callback plugin
(<ansible.plugins.callback.lsr_report_errors.CallbackModule object at
0x7f2cc5ada410>): 'module' object has no attribute 'timezone'
ok: [managed-node2]
META: ran handlers

TASK [Start from clean slate] **************************************************
task path: /tmp/collections-eZr/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_service.yml:11
Tuesday 20 May 2025  10:07:16 -0400 (0:00:01.081)       0:00:01.129 *********** 

TASK [fedora.linux_system_roles.firewall : Setup firewalld] ********************
task path: /tmp/collections-eZr/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:2
Tuesday 20 May 2025  10:07:16 -0400 (0:00:00.256)       0:00:01.385 *********** 
included: /tmp/collections-eZr/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-eZr/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:2
Tuesday 20 May 2025  10:07:16 -0400 (0:00:00.063)       0:00:01.449 *********** 
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-eZr/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:10
Tuesday 20 May 2025  10:07:16 -0400 (0:00:00.058)       0:00:01.507 *********** 
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-eZr/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:15
Tuesday 20 May 2025  10:07:17 -0400 (0:00:00.499)       0:00:02.007 *********** 
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-eZr/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:22
Tuesday 20 May 2025  10:07:17 -0400 (0:00:00.083)       0:00:02.091 *********** 
ok: [managed-node2] => {
    "changed": false, 
    "stat": {
        "exists": false
    }
}

TASK [fedora.linux_system_roles.firewall : Set flag if transactional-update exists] ***
task path: /tmp/collections-eZr/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:27
Tuesday 20 May 2025  10:07:17 -0400 (0:00:00.391)       0:00:02.483 *********** 
ok: [managed-node2] => {
    "ansible_facts": {
        "__firewall_is_transactional": false
    }, 
    "changed": false
}

TASK [fedora.linux_system_roles.firewall : Install firewalld] ******************
task path: /tmp/collections-eZr/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:31
Tuesday 20 May 2025  10:07:17 -0400 (0:00:00.052)       0:00:02.535 *********** 
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-eZr/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:43
Tuesday 20 May 2025  10:07:18 -0400 (0:00:00.860)       0:00:03.396 *********** 
skipping: [managed-node2] => {}

TASK [fedora.linux_system_roles.firewall : Reboot transactional update systems] ***
task path: /tmp/collections-eZr/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:48
Tuesday 20 May 2025  10:07:18 -0400 (0:00:00.056)       0:00:03.453 *********** 
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-eZr/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:53
Tuesday 20 May 2025  10:07:18 -0400 (0:00:00.057)       0:00:03.510 *********** 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Check which conflicting services are enabled] ***
task path: /tmp/collections-eZr/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:5
Tuesday 20 May 2025  10:07:18 -0400 (0:00:00.060)       0:00:03.571 *********** 
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 : Attempt to stop and disable conflicting services] ***
task path: /tmp/collections-eZr/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:14
Tuesday 20 May 2025  10:07:19 -0400 (0:00:00.062)       0:00:03.633 *********** 
skipping: [managed-node2] => (item={u'skip_reason': u'Conditional result was False', u'item': u'nftables', u'skipped': True, u'ansible_loop_var': u'item', u'changed': False})  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": {
        "ansible_loop_var": "item", 
        "changed": false, 
        "item": "nftables", 
        "skip_reason": "Conditional result was False", 
        "skipped": true
    }, 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node2] => (item={u'skip_reason': u'Conditional result was False', u'item': u'iptables', u'skipped': True, u'ansible_loop_var': u'item', u'changed': False})  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": {
        "ansible_loop_var": "item", 
        "changed": false, 
        "item": "iptables", 
        "skip_reason": "Conditional result was False", 
        "skipped": true
    }, 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node2] => (item={u'skip_reason': u'Conditional result was False', u'item': u'ufw', u'skipped': True, u'ansible_loop_var': u'item', u'changed': False})  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": {
        "ansible_loop_var": "item", 
        "changed": false, 
        "item": "ufw", 
        "skip_reason": "Conditional result was False", 
        "skipped": true
    }, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Unmask firewalld service] ***********
task path: /tmp/collections-eZr/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:24
Tuesday 20 May 2025  10:07:19 -0400 (0:00:00.065)       0:00:03.699 *********** 
ok: [managed-node2] => {
    "changed": false, 
    "name": "firewalld", 
    "status": {
        "ActiveEnterTimestamp": "Tue 2025-05-20 10:05:10 EDT", 
        "ActiveEnterTimestampMonotonic": "247700753", 
        "ActiveExitTimestampMonotonic": "0", 
        "ActiveState": "active", 
        "After": "basic.target dbus.service polkit.service system.slice", 
        "AllowIsolate": "no", 
        "AmbientCapabilities": "0", 
        "AssertResult": "yes", 
        "AssertTimestamp": "Tue 2025-05-20 10:05:10 EDT", 
        "AssertTimestampMonotonic": "247364377", 
        "Before": "shutdown.target network-pre.target multi-user.target", 
        "BlockIOAccounting": "no", 
        "BlockIOWeight": "18446744073709551615", 
        "BusName": "org.fedoraproject.FirewallD1", 
        "CPUAccounting": "no", 
        "CPUQuotaPerSecUSec": "infinity", 
        "CPUSchedulingPolicy": "0", 
        "CPUSchedulingPriority": "0", 
        "CPUSchedulingResetOnFork": "no", 
        "CPUShares": "18446744073709551615", 
        "CanIsolate": "no", 
        "CanReload": "yes", 
        "CanStart": "yes", 
        "CanStop": "yes", 
        "CapabilityBoundingSet": "18446744073709551615", 
        "CollectMode": "inactive", 
        "ConditionResult": "yes", 
        "ConditionTimestamp": "Tue 2025-05-20 10:05:10 EDT", 
        "ConditionTimestampMonotonic": "247364375", 
        "Conflicts": "ip6tables.service ebtables.service iptables.service shutdown.target ipset.service", 
        "ControlGroup": "/system.slice/firewalld.service", 
        "ControlPID": "0", 
        "DefaultDependencies": "yes", 
        "Delegate": "no", 
        "Description": "firewalld - dynamic firewall daemon", 
        "DevicePolicy": "auto", 
        "Documentation": "man:firewalld(1)", 
        "EnvironmentFile": "/etc/sysconfig/firewalld (ignore_errors=yes)", 
        "ExecMainCode": "0", 
        "ExecMainExitTimestampMonotonic": "0", 
        "ExecMainPID": "9556", 
        "ExecMainStartTimestamp": "Tue 2025-05-20 10:05:10 EDT", 
        "ExecMainStartTimestampMonotonic": "247365904", 
        "ExecMainStatus": "0", 
        "ExecReload": "{ path=/bin/kill ; argv[]=/bin/kill -HUP $MAINPID ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", 
        "ExecStart": "{ path=/usr/sbin/firewalld ; argv[]=/usr/sbin/firewalld --nofork --nopid $FIREWALLD_ARGS ; ignore_errors=no ; start_time=[Tue 2025-05-20 10:05:10 EDT] ; stop_time=[n/a] ; pid=9556 ; code=(null) ; status=0/0 }", 
        "FailureAction": "none", 
        "FileDescriptorStoreMax": "0", 
        "FragmentPath": "/usr/lib/systemd/system/firewalld.service", 
        "GuessMainPID": "yes", 
        "IOScheduling": "0", 
        "Id": "firewalld.service", 
        "IgnoreOnIsolate": "no", 
        "IgnoreOnSnapshot": "no", 
        "IgnoreSIGPIPE": "yes", 
        "InactiveEnterTimestampMonotonic": "0", 
        "InactiveExitTimestamp": "Tue 2025-05-20 10:05:10 EDT", 
        "InactiveExitTimestampMonotonic": "247365945", 
        "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": "9556", 
        "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": "Tue 2025-05-20 10:05:10 EDT", 
        "WatchdogTimestampMonotonic": "247700689", 
        "WatchdogUSec": "0"
    }
}

TASK [fedora.linux_system_roles.firewall : Enable and start firewalld service] ***
task path: /tmp/collections-eZr/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:30
Tuesday 20 May 2025  10:07:19 -0400 (0:00:00.719)       0:00:04.418 *********** 
ok: [managed-node2] => {
    "changed": false, 
    "enabled": true, 
    "name": "firewalld", 
    "state": "started", 
    "status": {
        "ActiveEnterTimestamp": "Tue 2025-05-20 10:05:10 EDT", 
        "ActiveEnterTimestampMonotonic": "247700753", 
        "ActiveExitTimestampMonotonic": "0", 
        "ActiveState": "active", 
        "After": "basic.target dbus.service polkit.service system.slice", 
        "AllowIsolate": "no", 
        "AmbientCapabilities": "0", 
        "AssertResult": "yes", 
        "AssertTimestamp": "Tue 2025-05-20 10:05:10 EDT", 
        "AssertTimestampMonotonic": "247364377", 
        "Before": "shutdown.target network-pre.target multi-user.target", 
        "BlockIOAccounting": "no", 
        "BlockIOWeight": "18446744073709551615", 
        "BusName": "org.fedoraproject.FirewallD1", 
        "CPUAccounting": "no", 
        "CPUQuotaPerSecUSec": "infinity", 
        "CPUSchedulingPolicy": "0", 
        "CPUSchedulingPriority": "0", 
        "CPUSchedulingResetOnFork": "no", 
        "CPUShares": "18446744073709551615", 
        "CanIsolate": "no", 
        "CanReload": "yes", 
        "CanStart": "yes", 
        "CanStop": "yes", 
        "CapabilityBoundingSet": "18446744073709551615", 
        "CollectMode": "inactive", 
        "ConditionResult": "yes", 
        "ConditionTimestamp": "Tue 2025-05-20 10:05:10 EDT", 
        "ConditionTimestampMonotonic": "247364375", 
        "Conflicts": "ip6tables.service ebtables.service iptables.service shutdown.target ipset.service", 
        "ControlGroup": "/system.slice/firewalld.service", 
        "ControlPID": "0", 
        "DefaultDependencies": "yes", 
        "Delegate": "no", 
        "Description": "firewalld - dynamic firewall daemon", 
        "DevicePolicy": "auto", 
        "Documentation": "man:firewalld(1)", 
        "EnvironmentFile": "/etc/sysconfig/firewalld (ignore_errors=yes)", 
        "ExecMainCode": "0", 
        "ExecMainExitTimestampMonotonic": "0", 
        "ExecMainPID": "9556", 
        "ExecMainStartTimestamp": "Tue 2025-05-20 10:05:10 EDT", 
        "ExecMainStartTimestampMonotonic": "247365904", 
        "ExecMainStatus": "0", 
        "ExecReload": "{ path=/bin/kill ; argv[]=/bin/kill -HUP $MAINPID ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", 
        "ExecStart": "{ path=/usr/sbin/firewalld ; argv[]=/usr/sbin/firewalld --nofork --nopid $FIREWALLD_ARGS ; ignore_errors=no ; start_time=[Tue 2025-05-20 10:05:10 EDT] ; stop_time=[n/a] ; pid=9556 ; code=(null) ; status=0/0 }", 
        "FailureAction": "none", 
        "FileDescriptorStoreMax": "0", 
        "FragmentPath": "/usr/lib/systemd/system/firewalld.service", 
        "GuessMainPID": "yes", 
        "IOScheduling": "0", 
        "Id": "firewalld.service", 
        "IgnoreOnIsolate": "no", 
        "IgnoreOnSnapshot": "no", 
        "IgnoreSIGPIPE": "yes", 
        "InactiveEnterTimestampMonotonic": "0", 
        "InactiveExitTimestamp": "Tue 2025-05-20 10:05:10 EDT", 
        "InactiveExitTimestampMonotonic": "247365945", 
        "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": "9556", 
        "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": "Tue 2025-05-20 10:05:10 EDT", 
        "WatchdogTimestampMonotonic": "247700689", 
        "WatchdogUSec": "0"
    }
}

TASK [fedora.linux_system_roles.firewall : Check if previous replaced is defined] ***
task path: /tmp/collections-eZr/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:36
Tuesday 20 May 2025  10:07:20 -0400 (0:00:00.436)       0:00:04.855 *********** 
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-eZr/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:45
Tuesday 20 May 2025  10:07:20 -0400 (0:00:00.054)       0:00:04.910 *********** 
ok: [managed-node2] => {
    "changed": false, 
    "rc": 0
}

STDOUT:

65a9e4a0653b58f6808edcf6d432f6676485af237e73cb7adaabab4df3fac7bc /etc/firewalld/firewalld.conf



STDERR:

Shared connection to 10.31.9.23 closed.


TASK [fedora.linux_system_roles.firewall : Tell firewall module it is able to report changed] ***
task path: /tmp/collections-eZr/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:57
Tuesday 20 May 2025  10:07:21 -0400 (0:00:00.926)       0:00:05.836 *********** 
ok: [managed-node2] => {
    "ansible_facts": {
        "__firewall_report_changed": false
    }, 
    "changed": false
}

TASK [fedora.linux_system_roles.firewall : Configure firewall] *****************
task path: /tmp/collections-eZr/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:73
Tuesday 20 May 2025  10:07:21 -0400 (0:00:00.057)       0:00:05.893 *********** 

TASK [fedora.linux_system_roles.firewall : Gather firewall config information] ***
task path: /tmp/collections-eZr/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:123
Tuesday 20 May 2025  10:07:21 -0400 (0:00:00.047)       0:00:05.941 *********** 

TASK [fedora.linux_system_roles.firewall : Update firewalld_config fact] *******
task path: /tmp/collections-eZr/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:133
Tuesday 20 May 2025  10:07:21 -0400 (0:00:00.048)       0:00:05.989 *********** 
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-eZr/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:142
Tuesday 20 May 2025  10:07:21 -0400 (0:00:00.053)       0:00:06.043 *********** 
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-eZr/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:147
Tuesday 20 May 2025  10:07:21 -0400 (0:00:00.046)       0:00:06.090 *********** 
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-eZr/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:156
Tuesday 20 May 2025  10:07:21 -0400 (0:00:00.047)       0:00:06.137 *********** 
ok: [managed-node2] => {
    "changed": false, 
    "rc": 0
}

STDOUT:

65a9e4a0653b58f6808edcf6d432f6676485af237e73cb7adaabab4df3fac7bc /etc/firewalld/firewalld.conf



STDERR:

Shared connection to 10.31.9.23 closed.


TASK [fedora.linux_system_roles.firewall : Calculate what has changed] *********
task path: /tmp/collections-eZr/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:166
Tuesday 20 May 2025  10:07:21 -0400 (0:00:00.371)       0:00:06.509 *********** 
ok: [managed-node2] => {
    "ansible_facts": {
        "firewall_lib_result": {
            "changed": false
        }
    }, 
    "changed": false
}

TASK [fedora.linux_system_roles.firewall : Show diffs] *************************
task path: /tmp/collections-eZr/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:172
Tuesday 20 May 2025  10:07:21 -0400 (0:00:00.059)       0:00:06.568 *********** 
skipping: [managed-node2] => {}

TASK [Get all services] ********************************************************
task path: /tmp/collections-eZr/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_service.yml:20
Tuesday 20 May 2025  10:07:21 -0400 (0:00:00.050)       0:00:06.618 *********** 
ok: [managed-node2] => {
    "changed": false, 
    "cmd": [
        "firewall-offline-cmd", 
        "--get-services"
    ], 
    "delta": "0:00:00.259900", 
    "end": "2025-05-20 10:07:22.685253", 
    "rc": 0, 
    "start": "2025-05-20 10:07:22.425353"
}

STDOUT:

RH-Satellite-6 RH-Satellite-6-capsule amanda-client amanda-k5-client amqp amqps apcupsd audit bacula bacula-client bgp bitcoin bitcoin-rpc bitcoin-testnet bitcoin-testnet-rpc ceph ceph-mon cfengine condor-collector ctdb dhcp dhcpv6 dhcpv6-client distcc dns docker-registry docker-swarm dropbox-lansync elasticsearch etcd-client etcd-server finger freeipa-ldap freeipa-ldaps freeipa-replication freeipa-trust ftp ganglia-client ganglia-master git gre high-availability http https imap imaps ipp ipp-client ipsec irc ircs iscsi-target isns jenkins kadmin kerberos kibana klogin kpasswd kprop kshell ldap ldaps libvirt libvirt-tls lightning-network llmnr managesieve matrix mdns minidlna mongodb mosh mountd mqtt mqtt-tls ms-wbt mssql murmur mysql nfs nfs3 nmea-0183 nrpe ntp nut openvpn ovirt-imageio ovirt-storageconsole ovirt-vmconsole plex pmcd pmproxy pmwebapi pmwebapis pop3 pop3s postgresql privoxy proxy-dhcp ptp pulseaudio puppetmaster quassel radius redis rpc-bind rsh rsyncd rtsp salt-master samba samba-client samba-dc sane sip sips slp smtp smtp-submission smtps snmp snmptrap spideroak-lansync squid ssh steam-streaming svdrp svn syncthing syncthing-gui synergy syslog syslog-tls telnet tftp tftp-client tinc tor-socks transmission-client upnp-client vdsm vnc-server wbem-http wbem-https wsman wsmans xdmcp xmpp-bosh xmpp-client xmpp-local xmpp-server zabbix-agent zabbix-server

TASK [Fail if http not present after reset] ************************************
task path: /tmp/collections-eZr/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_service.yml:25
Tuesday 20 May 2025  10:07:22 -0400 (0:00:00.758)       0:00:07.377 *********** 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [Fail if systemroletest present prior to test run] ************************
task path: /tmp/collections-eZr/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_service.yml:32
Tuesday 20 May 2025  10:07:22 -0400 (0:00:00.094)       0:00:07.472 *********** 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [Ensure http has default configuration] ***********************************
task path: /tmp/collections-eZr/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_service.yml:37
Tuesday 20 May 2025  10:07:22 -0400 (0:00:00.074)       0:00:07.546 *********** 

TASK [fedora.linux_system_roles.firewall : Setup firewalld] ********************
task path: /tmp/collections-eZr/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:2
Tuesday 20 May 2025  10:07:23 -0400 (0:00:00.150)       0:00:07.697 *********** 
included: /tmp/collections-eZr/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-eZr/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:2
Tuesday 20 May 2025  10:07:23 -0400 (0:00:00.066)       0:00:07.763 *********** 
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-eZr/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:10
Tuesday 20 May 2025  10:07:23 -0400 (0:00:00.102)       0:00:07.865 *********** 
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-eZr/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:15
Tuesday 20 May 2025  10:07:23 -0400 (0:00:00.071)       0:00:07.937 *********** 
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-eZr/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:22
Tuesday 20 May 2025  10:07:23 -0400 (0:00:00.071)       0:00:08.008 *********** 
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-eZr/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:27
Tuesday 20 May 2025  10:07:23 -0400 (0:00:00.068)       0:00:08.077 *********** 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Install firewalld] ******************
task path: /tmp/collections-eZr/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:31
Tuesday 20 May 2025  10:07:23 -0400 (0:00:00.071)       0:00:08.148 *********** 
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-eZr/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:43
Tuesday 20 May 2025  10:07:24 -0400 (0:00:00.771)       0:00:08.920 *********** 
skipping: [managed-node2] => {}

TASK [fedora.linux_system_roles.firewall : Reboot transactional update systems] ***
task path: /tmp/collections-eZr/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:48
Tuesday 20 May 2025  10:07:24 -0400 (0:00:00.072)       0:00:08.993 *********** 
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-eZr/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:53
Tuesday 20 May 2025  10:07:24 -0400 (0:00:00.072)       0:00:09.065 *********** 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Check which conflicting services are enabled] ***
task path: /tmp/collections-eZr/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:5
Tuesday 20 May 2025  10:07:24 -0400 (0:00:00.075)       0:00:09.140 *********** 
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 : Attempt to stop and disable conflicting services] ***
task path: /tmp/collections-eZr/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:14
Tuesday 20 May 2025  10:07:24 -0400 (0:00:00.097)       0:00:09.238 *********** 
skipping: [managed-node2] => (item={u'skip_reason': u'Conditional result was False', u'item': u'nftables', u'skipped': True, u'ansible_loop_var': u'item', u'changed': False})  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": {
        "ansible_loop_var": "item", 
        "changed": false, 
        "item": "nftables", 
        "skip_reason": "Conditional result was False", 
        "skipped": true
    }, 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node2] => (item={u'skip_reason': u'Conditional result was False', u'item': u'iptables', u'skipped': True, u'ansible_loop_var': u'item', u'changed': False})  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": {
        "ansible_loop_var": "item", 
        "changed": false, 
        "item": "iptables", 
        "skip_reason": "Conditional result was False", 
        "skipped": true
    }, 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node2] => (item={u'skip_reason': u'Conditional result was False', u'item': u'ufw', u'skipped': True, u'ansible_loop_var': u'item', u'changed': False})  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": {
        "ansible_loop_var": "item", 
        "changed": false, 
        "item": "ufw", 
        "skip_reason": "Conditional result was False", 
        "skipped": true
    }, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Unmask firewalld service] ***********
task path: /tmp/collections-eZr/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:24
Tuesday 20 May 2025  10:07:24 -0400 (0:00:00.105)       0:00:09.343 *********** 
ok: [managed-node2] => {
    "changed": false, 
    "name": "firewalld", 
    "status": {
        "ActiveEnterTimestamp": "Tue 2025-05-20 10:05:10 EDT", 
        "ActiveEnterTimestampMonotonic": "247700753", 
        "ActiveExitTimestampMonotonic": "0", 
        "ActiveState": "active", 
        "After": "basic.target dbus.service polkit.service system.slice", 
        "AllowIsolate": "no", 
        "AmbientCapabilities": "0", 
        "AssertResult": "yes", 
        "AssertTimestamp": "Tue 2025-05-20 10:05:10 EDT", 
        "AssertTimestampMonotonic": "247364377", 
        "Before": "shutdown.target network-pre.target multi-user.target", 
        "BlockIOAccounting": "no", 
        "BlockIOWeight": "18446744073709551615", 
        "BusName": "org.fedoraproject.FirewallD1", 
        "CPUAccounting": "no", 
        "CPUQuotaPerSecUSec": "infinity", 
        "CPUSchedulingPolicy": "0", 
        "CPUSchedulingPriority": "0", 
        "CPUSchedulingResetOnFork": "no", 
        "CPUShares": "18446744073709551615", 
        "CanIsolate": "no", 
        "CanReload": "yes", 
        "CanStart": "yes", 
        "CanStop": "yes", 
        "CapabilityBoundingSet": "18446744073709551615", 
        "CollectMode": "inactive", 
        "ConditionResult": "yes", 
        "ConditionTimestamp": "Tue 2025-05-20 10:05:10 EDT", 
        "ConditionTimestampMonotonic": "247364375", 
        "Conflicts": "ip6tables.service ebtables.service iptables.service shutdown.target ipset.service", 
        "ControlGroup": "/system.slice/firewalld.service", 
        "ControlPID": "0", 
        "DefaultDependencies": "yes", 
        "Delegate": "no", 
        "Description": "firewalld - dynamic firewall daemon", 
        "DevicePolicy": "auto", 
        "Documentation": "man:firewalld(1)", 
        "EnvironmentFile": "/etc/sysconfig/firewalld (ignore_errors=yes)", 
        "ExecMainCode": "0", 
        "ExecMainExitTimestampMonotonic": "0", 
        "ExecMainPID": "9556", 
        "ExecMainStartTimestamp": "Tue 2025-05-20 10:05:10 EDT", 
        "ExecMainStartTimestampMonotonic": "247365904", 
        "ExecMainStatus": "0", 
        "ExecReload": "{ path=/bin/kill ; argv[]=/bin/kill -HUP $MAINPID ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", 
        "ExecStart": "{ path=/usr/sbin/firewalld ; argv[]=/usr/sbin/firewalld --nofork --nopid $FIREWALLD_ARGS ; ignore_errors=no ; start_time=[Tue 2025-05-20 10:05:10 EDT] ; stop_time=[n/a] ; pid=9556 ; code=(null) ; status=0/0 }", 
        "FailureAction": "none", 
        "FileDescriptorStoreMax": "0", 
        "FragmentPath": "/usr/lib/systemd/system/firewalld.service", 
        "GuessMainPID": "yes", 
        "IOScheduling": "0", 
        "Id": "firewalld.service", 
        "IgnoreOnIsolate": "no", 
        "IgnoreOnSnapshot": "no", 
        "IgnoreSIGPIPE": "yes", 
        "InactiveEnterTimestampMonotonic": "0", 
        "InactiveExitTimestamp": "Tue 2025-05-20 10:05:10 EDT", 
        "InactiveExitTimestampMonotonic": "247365945", 
        "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": "9556", 
        "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": "Tue 2025-05-20 10:05:10 EDT", 
        "WatchdogTimestampMonotonic": "247700689", 
        "WatchdogUSec": "0"
    }
}

TASK [fedora.linux_system_roles.firewall : Enable and start firewalld service] ***
task path: /tmp/collections-eZr/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:30
Tuesday 20 May 2025  10:07:25 -0400 (0:00:00.473)       0:00:09.817 *********** 
ok: [managed-node2] => {
    "changed": false, 
    "enabled": true, 
    "name": "firewalld", 
    "state": "started", 
    "status": {
        "ActiveEnterTimestamp": "Tue 2025-05-20 10:05:10 EDT", 
        "ActiveEnterTimestampMonotonic": "247700753", 
        "ActiveExitTimestampMonotonic": "0", 
        "ActiveState": "active", 
        "After": "basic.target dbus.service polkit.service system.slice", 
        "AllowIsolate": "no", 
        "AmbientCapabilities": "0", 
        "AssertResult": "yes", 
        "AssertTimestamp": "Tue 2025-05-20 10:05:10 EDT", 
        "AssertTimestampMonotonic": "247364377", 
        "Before": "shutdown.target network-pre.target multi-user.target", 
        "BlockIOAccounting": "no", 
        "BlockIOWeight": "18446744073709551615", 
        "BusName": "org.fedoraproject.FirewallD1", 
        "CPUAccounting": "no", 
        "CPUQuotaPerSecUSec": "infinity", 
        "CPUSchedulingPolicy": "0", 
        "CPUSchedulingPriority": "0", 
        "CPUSchedulingResetOnFork": "no", 
        "CPUShares": "18446744073709551615", 
        "CanIsolate": "no", 
        "CanReload": "yes", 
        "CanStart": "yes", 
        "CanStop": "yes", 
        "CapabilityBoundingSet": "18446744073709551615", 
        "CollectMode": "inactive", 
        "ConditionResult": "yes", 
        "ConditionTimestamp": "Tue 2025-05-20 10:05:10 EDT", 
        "ConditionTimestampMonotonic": "247364375", 
        "Conflicts": "ip6tables.service ebtables.service iptables.service shutdown.target ipset.service", 
        "ControlGroup": "/system.slice/firewalld.service", 
        "ControlPID": "0", 
        "DefaultDependencies": "yes", 
        "Delegate": "no", 
        "Description": "firewalld - dynamic firewall daemon", 
        "DevicePolicy": "auto", 
        "Documentation": "man:firewalld(1)", 
        "EnvironmentFile": "/etc/sysconfig/firewalld (ignore_errors=yes)", 
        "ExecMainCode": "0", 
        "ExecMainExitTimestampMonotonic": "0", 
        "ExecMainPID": "9556", 
        "ExecMainStartTimestamp": "Tue 2025-05-20 10:05:10 EDT", 
        "ExecMainStartTimestampMonotonic": "247365904", 
        "ExecMainStatus": "0", 
        "ExecReload": "{ path=/bin/kill ; argv[]=/bin/kill -HUP $MAINPID ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", 
        "ExecStart": "{ path=/usr/sbin/firewalld ; argv[]=/usr/sbin/firewalld --nofork --nopid $FIREWALLD_ARGS ; ignore_errors=no ; start_time=[Tue 2025-05-20 10:05:10 EDT] ; stop_time=[n/a] ; pid=9556 ; code=(null) ; status=0/0 }", 
        "FailureAction": "none", 
        "FileDescriptorStoreMax": "0", 
        "FragmentPath": "/usr/lib/systemd/system/firewalld.service", 
        "GuessMainPID": "yes", 
        "IOScheduling": "0", 
        "Id": "firewalld.service", 
        "IgnoreOnIsolate": "no", 
        "IgnoreOnSnapshot": "no", 
        "IgnoreSIGPIPE": "yes", 
        "InactiveEnterTimestampMonotonic": "0", 
        "InactiveExitTimestamp": "Tue 2025-05-20 10:05:10 EDT", 
        "InactiveExitTimestampMonotonic": "247365945", 
        "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": "9556", 
        "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": "Tue 2025-05-20 10:05:10 EDT", 
        "WatchdogTimestampMonotonic": "247700689", 
        "WatchdogUSec": "0"
    }
}

TASK [fedora.linux_system_roles.firewall : Check if previous replaced is defined] ***
task path: /tmp/collections-eZr/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:36
Tuesday 20 May 2025  10:07:25 -0400 (0:00:00.464)       0:00:10.281 *********** 
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-eZr/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:45
Tuesday 20 May 2025  10:07:25 -0400 (0:00:00.080)       0:00:10.362 *********** 
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-eZr/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:57
Tuesday 20 May 2025  10:07:25 -0400 (0:00:00.068)       0:00:10.430 *********** 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Configure firewall] *****************
task path: /tmp/collections-eZr/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:73
Tuesday 20 May 2025  10:07:25 -0400 (0:00:00.061)       0:00:10.492 *********** 
ok: [managed-node2] => (item={u'permanent': True, u'state': u'present', u'short': u'WWW (HTTP)', u'description': u'HTTP is the protocol used to serve Web pages. If you plan to make your Web server publicly available, enable this option. This option is not required for viewing pages locally or developing Web pages.', u'service': u'http', u'port': [u'80/tcp']}) => {
    "__firewall_changed": false, 
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": {
        "description": "HTTP is the protocol used to serve Web pages. If you plan to make your Web server publicly available, enable this option. This option is not required for viewing pages locally or developing Web pages.", 
        "permanent": true, 
        "port": [
            "80/tcp"
        ], 
        "service": "http", 
        "short": "WWW (HTTP)", 
        "state": "present"
    }
}

TASK [fedora.linux_system_roles.firewall : Gather firewall config information] ***
task path: /tmp/collections-eZr/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:123
Tuesday 20 May 2025  10:07:26 -0400 (0:00:00.798)       0:00:11.290 *********** 
skipping: [managed-node2] => (item={u'permanent': True, u'state': u'present', u'short': u'WWW (HTTP)', u'description': u'HTTP is the protocol used to serve Web pages. If you plan to make your Web server publicly available, enable this option. This option is not required for viewing pages locally or developing Web pages.', u'service': u'http', u'port': [u'80/tcp']})  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": {
        "description": "HTTP is the protocol used to serve Web pages. If you plan to make your Web server publicly available, enable this option. This option is not required for viewing pages locally or developing Web pages.", 
        "permanent": true, 
        "port": [
            "80/tcp"
        ], 
        "service": "http", 
        "short": "WWW (HTTP)", 
        "state": "present"
    }, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Update firewalld_config fact] *******
task path: /tmp/collections-eZr/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:133
Tuesday 20 May 2025  10:07:26 -0400 (0:00:00.089)       0:00:11.380 *********** 
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-eZr/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:142
Tuesday 20 May 2025  10:07:26 -0400 (0:00:00.085)       0:00:11.466 *********** 
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-eZr/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:147
Tuesday 20 May 2025  10:07:26 -0400 (0:00:00.090)       0:00:11.557 *********** 
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-eZr/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:156
Tuesday 20 May 2025  10:07:27 -0400 (0:00:00.074)       0:00:11.631 *********** 
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-eZr/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:166
Tuesday 20 May 2025  10:07:27 -0400 (0:00:00.073)       0:00:11.705 *********** 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Show diffs] *************************
task path: /tmp/collections-eZr/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:172
Tuesday 20 May 2025  10:07:27 -0400 (0:00:00.077)       0:00:11.783 *********** 
skipping: [managed-node2] => {}

TASK [Fail if service changed] *************************************************
task path: /tmp/collections-eZr/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_service.yml:54
Tuesday 20 May 2025  10:07:27 -0400 (0:00:00.073)       0:00:11.856 *********** 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [Change default service http] *********************************************
task path: /tmp/collections-eZr/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_service.yml:61
Tuesday 20 May 2025  10:07:27 -0400 (0:00:00.064)       0:00:11.920 *********** 

TASK [fedora.linux_system_roles.firewall : Setup firewalld] ********************
task path: /tmp/collections-eZr/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:2
Tuesday 20 May 2025  10:07:27 -0400 (0:00:00.130)       0:00:12.051 *********** 
included: /tmp/collections-eZr/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-eZr/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:2
Tuesday 20 May 2025  10:07:27 -0400 (0:00:00.041)       0:00:12.092 *********** 
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-eZr/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:10
Tuesday 20 May 2025  10:07:27 -0400 (0:00:00.049)       0:00:12.142 *********** 
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-eZr/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:15
Tuesday 20 May 2025  10:07:27 -0400 (0:00:00.052)       0:00:12.194 *********** 
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-eZr/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:22
Tuesday 20 May 2025  10:07:27 -0400 (0:00:00.068)       0:00:12.262 *********** 
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-eZr/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:27
Tuesday 20 May 2025  10:07:27 -0400 (0:00:00.074)       0:00:12.337 *********** 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Install firewalld] ******************
task path: /tmp/collections-eZr/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:31
Tuesday 20 May 2025  10:07:27 -0400 (0:00:00.076)       0:00:12.413 *********** 
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-eZr/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:43
Tuesday 20 May 2025  10:07:28 -0400 (0:00:00.832)       0:00:13.245 *********** 
skipping: [managed-node2] => {}

TASK [fedora.linux_system_roles.firewall : Reboot transactional update systems] ***
task path: /tmp/collections-eZr/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:48
Tuesday 20 May 2025  10:07:28 -0400 (0:00:00.076)       0:00:13.322 *********** 
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-eZr/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:53
Tuesday 20 May 2025  10:07:28 -0400 (0:00:00.069)       0:00:13.392 *********** 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Check which conflicting services are enabled] ***
task path: /tmp/collections-eZr/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:5
Tuesday 20 May 2025  10:07:28 -0400 (0:00:00.063)       0:00:13.456 *********** 
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 : Attempt to stop and disable conflicting services] ***
task path: /tmp/collections-eZr/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:14
Tuesday 20 May 2025  10:07:28 -0400 (0:00:00.083)       0:00:13.539 *********** 
skipping: [managed-node2] => (item={u'skip_reason': u'Conditional result was False', u'item': u'nftables', u'skipped': True, u'ansible_loop_var': u'item', u'changed': False})  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": {
        "ansible_loop_var": "item", 
        "changed": false, 
        "item": "nftables", 
        "skip_reason": "Conditional result was False", 
        "skipped": true
    }, 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node2] => (item={u'skip_reason': u'Conditional result was False', u'item': u'iptables', u'skipped': True, u'ansible_loop_var': u'item', u'changed': False})  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": {
        "ansible_loop_var": "item", 
        "changed": false, 
        "item": "iptables", 
        "skip_reason": "Conditional result was False", 
        "skipped": true
    }, 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node2] => (item={u'skip_reason': u'Conditional result was False', u'item': u'ufw', u'skipped': True, u'ansible_loop_var': u'item', u'changed': False})  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": {
        "ansible_loop_var": "item", 
        "changed": false, 
        "item": "ufw", 
        "skip_reason": "Conditional result was False", 
        "skipped": true
    }, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Unmask firewalld service] ***********
task path: /tmp/collections-eZr/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:24
Tuesday 20 May 2025  10:07:28 -0400 (0:00:00.071)       0:00:13.610 *********** 
ok: [managed-node2] => {
    "changed": false, 
    "name": "firewalld", 
    "status": {
        "ActiveEnterTimestamp": "Tue 2025-05-20 10:05:10 EDT", 
        "ActiveEnterTimestampMonotonic": "247700753", 
        "ActiveExitTimestampMonotonic": "0", 
        "ActiveState": "active", 
        "After": "basic.target dbus.service polkit.service system.slice", 
        "AllowIsolate": "no", 
        "AmbientCapabilities": "0", 
        "AssertResult": "yes", 
        "AssertTimestamp": "Tue 2025-05-20 10:05:10 EDT", 
        "AssertTimestampMonotonic": "247364377", 
        "Before": "shutdown.target network-pre.target multi-user.target", 
        "BlockIOAccounting": "no", 
        "BlockIOWeight": "18446744073709551615", 
        "BusName": "org.fedoraproject.FirewallD1", 
        "CPUAccounting": "no", 
        "CPUQuotaPerSecUSec": "infinity", 
        "CPUSchedulingPolicy": "0", 
        "CPUSchedulingPriority": "0", 
        "CPUSchedulingResetOnFork": "no", 
        "CPUShares": "18446744073709551615", 
        "CanIsolate": "no", 
        "CanReload": "yes", 
        "CanStart": "yes", 
        "CanStop": "yes", 
        "CapabilityBoundingSet": "18446744073709551615", 
        "CollectMode": "inactive", 
        "ConditionResult": "yes", 
        "ConditionTimestamp": "Tue 2025-05-20 10:05:10 EDT", 
        "ConditionTimestampMonotonic": "247364375", 
        "Conflicts": "ip6tables.service ebtables.service iptables.service shutdown.target ipset.service", 
        "ControlGroup": "/system.slice/firewalld.service", 
        "ControlPID": "0", 
        "DefaultDependencies": "yes", 
        "Delegate": "no", 
        "Description": "firewalld - dynamic firewall daemon", 
        "DevicePolicy": "auto", 
        "Documentation": "man:firewalld(1)", 
        "EnvironmentFile": "/etc/sysconfig/firewalld (ignore_errors=yes)", 
        "ExecMainCode": "0", 
        "ExecMainExitTimestampMonotonic": "0", 
        "ExecMainPID": "9556", 
        "ExecMainStartTimestamp": "Tue 2025-05-20 10:05:10 EDT", 
        "ExecMainStartTimestampMonotonic": "247365904", 
        "ExecMainStatus": "0", 
        "ExecReload": "{ path=/bin/kill ; argv[]=/bin/kill -HUP $MAINPID ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", 
        "ExecStart": "{ path=/usr/sbin/firewalld ; argv[]=/usr/sbin/firewalld --nofork --nopid $FIREWALLD_ARGS ; ignore_errors=no ; start_time=[Tue 2025-05-20 10:05:10 EDT] ; stop_time=[n/a] ; pid=9556 ; code=(null) ; status=0/0 }", 
        "FailureAction": "none", 
        "FileDescriptorStoreMax": "0", 
        "FragmentPath": "/usr/lib/systemd/system/firewalld.service", 
        "GuessMainPID": "yes", 
        "IOScheduling": "0", 
        "Id": "firewalld.service", 
        "IgnoreOnIsolate": "no", 
        "IgnoreOnSnapshot": "no", 
        "IgnoreSIGPIPE": "yes", 
        "InactiveEnterTimestampMonotonic": "0", 
        "InactiveExitTimestamp": "Tue 2025-05-20 10:05:10 EDT", 
        "InactiveExitTimestampMonotonic": "247365945", 
        "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": "9556", 
        "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": "Tue 2025-05-20 10:05:10 EDT", 
        "WatchdogTimestampMonotonic": "247700689", 
        "WatchdogUSec": "0"
    }
}

TASK [fedora.linux_system_roles.firewall : Enable and start firewalld service] ***
task path: /tmp/collections-eZr/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:30
Tuesday 20 May 2025  10:07:29 -0400 (0:00:00.430)       0:00:14.041 *********** 
ok: [managed-node2] => {
    "changed": false, 
    "enabled": true, 
    "name": "firewalld", 
    "state": "started", 
    "status": {
        "ActiveEnterTimestamp": "Tue 2025-05-20 10:05:10 EDT", 
        "ActiveEnterTimestampMonotonic": "247700753", 
        "ActiveExitTimestampMonotonic": "0", 
        "ActiveState": "active", 
        "After": "basic.target dbus.service polkit.service system.slice", 
        "AllowIsolate": "no", 
        "AmbientCapabilities": "0", 
        "AssertResult": "yes", 
        "AssertTimestamp": "Tue 2025-05-20 10:05:10 EDT", 
        "AssertTimestampMonotonic": "247364377", 
        "Before": "shutdown.target network-pre.target multi-user.target", 
        "BlockIOAccounting": "no", 
        "BlockIOWeight": "18446744073709551615", 
        "BusName": "org.fedoraproject.FirewallD1", 
        "CPUAccounting": "no", 
        "CPUQuotaPerSecUSec": "infinity", 
        "CPUSchedulingPolicy": "0", 
        "CPUSchedulingPriority": "0", 
        "CPUSchedulingResetOnFork": "no", 
        "CPUShares": "18446744073709551615", 
        "CanIsolate": "no", 
        "CanReload": "yes", 
        "CanStart": "yes", 
        "CanStop": "yes", 
        "CapabilityBoundingSet": "18446744073709551615", 
        "CollectMode": "inactive", 
        "ConditionResult": "yes", 
        "ConditionTimestamp": "Tue 2025-05-20 10:05:10 EDT", 
        "ConditionTimestampMonotonic": "247364375", 
        "Conflicts": "ip6tables.service ebtables.service iptables.service shutdown.target ipset.service", 
        "ControlGroup": "/system.slice/firewalld.service", 
        "ControlPID": "0", 
        "DefaultDependencies": "yes", 
        "Delegate": "no", 
        "Description": "firewalld - dynamic firewall daemon", 
        "DevicePolicy": "auto", 
        "Documentation": "man:firewalld(1)", 
        "EnvironmentFile": "/etc/sysconfig/firewalld (ignore_errors=yes)", 
        "ExecMainCode": "0", 
        "ExecMainExitTimestampMonotonic": "0", 
        "ExecMainPID": "9556", 
        "ExecMainStartTimestamp": "Tue 2025-05-20 10:05:10 EDT", 
        "ExecMainStartTimestampMonotonic": "247365904", 
        "ExecMainStatus": "0", 
        "ExecReload": "{ path=/bin/kill ; argv[]=/bin/kill -HUP $MAINPID ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", 
        "ExecStart": "{ path=/usr/sbin/firewalld ; argv[]=/usr/sbin/firewalld --nofork --nopid $FIREWALLD_ARGS ; ignore_errors=no ; start_time=[Tue 2025-05-20 10:05:10 EDT] ; stop_time=[n/a] ; pid=9556 ; code=(null) ; status=0/0 }", 
        "FailureAction": "none", 
        "FileDescriptorStoreMax": "0", 
        "FragmentPath": "/usr/lib/systemd/system/firewalld.service", 
        "GuessMainPID": "yes", 
        "IOScheduling": "0", 
        "Id": "firewalld.service", 
        "IgnoreOnIsolate": "no", 
        "IgnoreOnSnapshot": "no", 
        "IgnoreSIGPIPE": "yes", 
        "InactiveEnterTimestampMonotonic": "0", 
        "InactiveExitTimestamp": "Tue 2025-05-20 10:05:10 EDT", 
        "InactiveExitTimestampMonotonic": "247365945", 
        "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": "9556", 
        "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": "Tue 2025-05-20 10:05:10 EDT", 
        "WatchdogTimestampMonotonic": "247700689", 
        "WatchdogUSec": "0"
    }
}

TASK [fedora.linux_system_roles.firewall : Check if previous replaced is defined] ***
task path: /tmp/collections-eZr/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:36
Tuesday 20 May 2025  10:07:29 -0400 (0:00:00.476)       0:00:14.518 *********** 
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-eZr/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:45
Tuesday 20 May 2025  10:07:29 -0400 (0:00:00.057)       0:00:14.575 *********** 
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-eZr/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:57
Tuesday 20 May 2025  10:07:30 -0400 (0:00:00.060)       0:00:14.636 *********** 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Configure firewall] *****************
task path: /tmp/collections-eZr/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:73
Tuesday 20 May 2025  10:07:30 -0400 (0:00:00.086)       0:00:14.723 *********** 
changed: [managed-node2] => (item={u'state': u'present', u'permanent': True, u'description': u'linux system role test description', u'service': u'http', u'destination': [u'1.1.1.1', u'1::1'], u'port': [u'8080/tcp'], u'includes': []}) => {
    "__firewall_changed": true, 
    "ansible_loop_var": "item", 
    "changed": true, 
    "item": {
        "description": "linux system role test description", 
        "destination": [
            "1.1.1.1", 
            "1::1"
        ], 
        "includes": [], 
        "permanent": true, 
        "port": [
            "8080/tcp"
        ], 
        "service": "http", 
        "state": "present"
    }
}

TASK [fedora.linux_system_roles.firewall : Gather firewall config information] ***
task path: /tmp/collections-eZr/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:123
Tuesday 20 May 2025  10:07:30 -0400 (0:00:00.890)       0:00:15.614 *********** 
skipping: [managed-node2] => (item={u'state': u'present', u'permanent': True, u'description': u'linux system role test description', u'service': u'http', u'destination': [u'1.1.1.1', u'1::1'], u'port': [u'8080/tcp'], u'includes': []})  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": {
        "description": "linux system role test description", 
        "destination": [
            "1.1.1.1", 
            "1::1"
        ], 
        "includes": [], 
        "permanent": true, 
        "port": [
            "8080/tcp"
        ], 
        "service": "http", 
        "state": "present"
    }, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Update firewalld_config fact] *******
task path: /tmp/collections-eZr/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:133
Tuesday 20 May 2025  10:07:31 -0400 (0:00:00.075)       0:00:15.689 *********** 
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-eZr/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:142
Tuesday 20 May 2025  10:07:31 -0400 (0:00:00.072)       0:00:15.762 *********** 
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-eZr/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:147
Tuesday 20 May 2025  10:07:31 -0400 (0:00:00.052)       0:00:15.814 *********** 
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-eZr/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:156
Tuesday 20 May 2025  10:07:31 -0400 (0:00:00.057)       0:00:15.872 *********** 
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-eZr/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:166
Tuesday 20 May 2025  10:07:31 -0400 (0:00:00.068)       0:00:15.941 *********** 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Show diffs] *************************
task path: /tmp/collections-eZr/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:172
Tuesday 20 May 2025  10:07:31 -0400 (0:00:00.071)       0:00:16.012 *********** 
skipping: [managed-node2] => {}

TASK [Fail when http is unchanged] *********************************************
task path: /tmp/collections-eZr/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_service.yml:76
Tuesday 20 May 2025  10:07:31 -0400 (0:00:00.080)       0:00:16.093 *********** 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [Change default service http again] ***************************************
task path: /tmp/collections-eZr/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_service.yml:81
Tuesday 20 May 2025  10:07:31 -0400 (0:00:00.073)       0:00:16.166 *********** 

TASK [fedora.linux_system_roles.firewall : Setup firewalld] ********************
task path: /tmp/collections-eZr/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:2
Tuesday 20 May 2025  10:07:31 -0400 (0:00:00.185)       0:00:16.352 *********** 
included: /tmp/collections-eZr/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-eZr/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:2
Tuesday 20 May 2025  10:07:31 -0400 (0:00:00.068)       0:00:16.420 *********** 
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-eZr/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:10
Tuesday 20 May 2025  10:07:31 -0400 (0:00:00.076)       0:00:16.497 *********** 
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-eZr/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:15
Tuesday 20 May 2025  10:07:31 -0400 (0:00:00.071)       0:00:16.568 *********** 
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-eZr/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:22
Tuesday 20 May 2025  10:07:32 -0400 (0:00:00.076)       0:00:16.644 *********** 
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-eZr/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:27
Tuesday 20 May 2025  10:07:32 -0400 (0:00:00.074)       0:00:16.719 *********** 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Install firewalld] ******************
task path: /tmp/collections-eZr/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:31
Tuesday 20 May 2025  10:07:32 -0400 (0:00:00.095)       0:00:16.814 *********** 
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-eZr/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:43
Tuesday 20 May 2025  10:07:32 -0400 (0:00:00.791)       0:00:17.606 *********** 
skipping: [managed-node2] => {}

TASK [fedora.linux_system_roles.firewall : Reboot transactional update systems] ***
task path: /tmp/collections-eZr/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:48
Tuesday 20 May 2025  10:07:33 -0400 (0:00:00.052)       0:00:17.659 *********** 
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-eZr/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:53
Tuesday 20 May 2025  10:07:33 -0400 (0:00:00.047)       0:00:17.706 *********** 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Check which conflicting services are enabled] ***
task path: /tmp/collections-eZr/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:5
Tuesday 20 May 2025  10:07:33 -0400 (0:00:00.047)       0:00:17.754 *********** 
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 : Attempt to stop and disable conflicting services] ***
task path: /tmp/collections-eZr/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:14
Tuesday 20 May 2025  10:07:33 -0400 (0:00:00.073)       0:00:17.828 *********** 
skipping: [managed-node2] => (item={u'skip_reason': u'Conditional result was False', u'item': u'nftables', u'skipped': True, u'ansible_loop_var': u'item', u'changed': False})  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": {
        "ansible_loop_var": "item", 
        "changed": false, 
        "item": "nftables", 
        "skip_reason": "Conditional result was False", 
        "skipped": true
    }, 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node2] => (item={u'skip_reason': u'Conditional result was False', u'item': u'iptables', u'skipped': True, u'ansible_loop_var': u'item', u'changed': False})  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": {
        "ansible_loop_var": "item", 
        "changed": false, 
        "item": "iptables", 
        "skip_reason": "Conditional result was False", 
        "skipped": true
    }, 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node2] => (item={u'skip_reason': u'Conditional result was False', u'item': u'ufw', u'skipped': True, u'ansible_loop_var': u'item', u'changed': False})  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": {
        "ansible_loop_var": "item", 
        "changed": false, 
        "item": "ufw", 
        "skip_reason": "Conditional result was False", 
        "skipped": true
    }, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Unmask firewalld service] ***********
task path: /tmp/collections-eZr/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:24
Tuesday 20 May 2025  10:07:33 -0400 (0:00:00.068)       0:00:17.897 *********** 
ok: [managed-node2] => {
    "changed": false, 
    "name": "firewalld", 
    "status": {
        "ActiveEnterTimestamp": "Tue 2025-05-20 10:05:10 EDT", 
        "ActiveEnterTimestampMonotonic": "247700753", 
        "ActiveExitTimestampMonotonic": "0", 
        "ActiveState": "active", 
        "After": "basic.target dbus.service polkit.service system.slice", 
        "AllowIsolate": "no", 
        "AmbientCapabilities": "0", 
        "AssertResult": "yes", 
        "AssertTimestamp": "Tue 2025-05-20 10:05:10 EDT", 
        "AssertTimestampMonotonic": "247364377", 
        "Before": "shutdown.target network-pre.target multi-user.target", 
        "BlockIOAccounting": "no", 
        "BlockIOWeight": "18446744073709551615", 
        "BusName": "org.fedoraproject.FirewallD1", 
        "CPUAccounting": "no", 
        "CPUQuotaPerSecUSec": "infinity", 
        "CPUSchedulingPolicy": "0", 
        "CPUSchedulingPriority": "0", 
        "CPUSchedulingResetOnFork": "no", 
        "CPUShares": "18446744073709551615", 
        "CanIsolate": "no", 
        "CanReload": "yes", 
        "CanStart": "yes", 
        "CanStop": "yes", 
        "CapabilityBoundingSet": "18446744073709551615", 
        "CollectMode": "inactive", 
        "ConditionResult": "yes", 
        "ConditionTimestamp": "Tue 2025-05-20 10:05:10 EDT", 
        "ConditionTimestampMonotonic": "247364375", 
        "Conflicts": "ip6tables.service ebtables.service iptables.service shutdown.target ipset.service", 
        "ControlGroup": "/system.slice/firewalld.service", 
        "ControlPID": "0", 
        "DefaultDependencies": "yes", 
        "Delegate": "no", 
        "Description": "firewalld - dynamic firewall daemon", 
        "DevicePolicy": "auto", 
        "Documentation": "man:firewalld(1)", 
        "EnvironmentFile": "/etc/sysconfig/firewalld (ignore_errors=yes)", 
        "ExecMainCode": "0", 
        "ExecMainExitTimestampMonotonic": "0", 
        "ExecMainPID": "9556", 
        "ExecMainStartTimestamp": "Tue 2025-05-20 10:05:10 EDT", 
        "ExecMainStartTimestampMonotonic": "247365904", 
        "ExecMainStatus": "0", 
        "ExecReload": "{ path=/bin/kill ; argv[]=/bin/kill -HUP $MAINPID ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", 
        "ExecStart": "{ path=/usr/sbin/firewalld ; argv[]=/usr/sbin/firewalld --nofork --nopid $FIREWALLD_ARGS ; ignore_errors=no ; start_time=[Tue 2025-05-20 10:05:10 EDT] ; stop_time=[n/a] ; pid=9556 ; code=(null) ; status=0/0 }", 
        "FailureAction": "none", 
        "FileDescriptorStoreMax": "0", 
        "FragmentPath": "/usr/lib/systemd/system/firewalld.service", 
        "GuessMainPID": "yes", 
        "IOScheduling": "0", 
        "Id": "firewalld.service", 
        "IgnoreOnIsolate": "no", 
        "IgnoreOnSnapshot": "no", 
        "IgnoreSIGPIPE": "yes", 
        "InactiveEnterTimestampMonotonic": "0", 
        "InactiveExitTimestamp": "Tue 2025-05-20 10:05:10 EDT", 
        "InactiveExitTimestampMonotonic": "247365945", 
        "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": "9556", 
        "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": "Tue 2025-05-20 10:05:10 EDT", 
        "WatchdogTimestampMonotonic": "247700689", 
        "WatchdogUSec": "0"
    }
}

TASK [fedora.linux_system_roles.firewall : Enable and start firewalld service] ***
task path: /tmp/collections-eZr/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:30
Tuesday 20 May 2025  10:07:33 -0400 (0:00:00.473)       0:00:18.370 *********** 
ok: [managed-node2] => {
    "changed": false, 
    "enabled": true, 
    "name": "firewalld", 
    "state": "started", 
    "status": {
        "ActiveEnterTimestamp": "Tue 2025-05-20 10:05:10 EDT", 
        "ActiveEnterTimestampMonotonic": "247700753", 
        "ActiveExitTimestampMonotonic": "0", 
        "ActiveState": "active", 
        "After": "basic.target dbus.service polkit.service system.slice", 
        "AllowIsolate": "no", 
        "AmbientCapabilities": "0", 
        "AssertResult": "yes", 
        "AssertTimestamp": "Tue 2025-05-20 10:05:10 EDT", 
        "AssertTimestampMonotonic": "247364377", 
        "Before": "shutdown.target network-pre.target multi-user.target", 
        "BlockIOAccounting": "no", 
        "BlockIOWeight": "18446744073709551615", 
        "BusName": "org.fedoraproject.FirewallD1", 
        "CPUAccounting": "no", 
        "CPUQuotaPerSecUSec": "infinity", 
        "CPUSchedulingPolicy": "0", 
        "CPUSchedulingPriority": "0", 
        "CPUSchedulingResetOnFork": "no", 
        "CPUShares": "18446744073709551615", 
        "CanIsolate": "no", 
        "CanReload": "yes", 
        "CanStart": "yes", 
        "CanStop": "yes", 
        "CapabilityBoundingSet": "18446744073709551615", 
        "CollectMode": "inactive", 
        "ConditionResult": "yes", 
        "ConditionTimestamp": "Tue 2025-05-20 10:05:10 EDT", 
        "ConditionTimestampMonotonic": "247364375", 
        "Conflicts": "ip6tables.service ebtables.service iptables.service shutdown.target ipset.service", 
        "ControlGroup": "/system.slice/firewalld.service", 
        "ControlPID": "0", 
        "DefaultDependencies": "yes", 
        "Delegate": "no", 
        "Description": "firewalld - dynamic firewall daemon", 
        "DevicePolicy": "auto", 
        "Documentation": "man:firewalld(1)", 
        "EnvironmentFile": "/etc/sysconfig/firewalld (ignore_errors=yes)", 
        "ExecMainCode": "0", 
        "ExecMainExitTimestampMonotonic": "0", 
        "ExecMainPID": "9556", 
        "ExecMainStartTimestamp": "Tue 2025-05-20 10:05:10 EDT", 
        "ExecMainStartTimestampMonotonic": "247365904", 
        "ExecMainStatus": "0", 
        "ExecReload": "{ path=/bin/kill ; argv[]=/bin/kill -HUP $MAINPID ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", 
        "ExecStart": "{ path=/usr/sbin/firewalld ; argv[]=/usr/sbin/firewalld --nofork --nopid $FIREWALLD_ARGS ; ignore_errors=no ; start_time=[Tue 2025-05-20 10:05:10 EDT] ; stop_time=[n/a] ; pid=9556 ; code=(null) ; status=0/0 }", 
        "FailureAction": "none", 
        "FileDescriptorStoreMax": "0", 
        "FragmentPath": "/usr/lib/systemd/system/firewalld.service", 
        "GuessMainPID": "yes", 
        "IOScheduling": "0", 
        "Id": "firewalld.service", 
        "IgnoreOnIsolate": "no", 
        "IgnoreOnSnapshot": "no", 
        "IgnoreSIGPIPE": "yes", 
        "InactiveEnterTimestampMonotonic": "0", 
        "InactiveExitTimestamp": "Tue 2025-05-20 10:05:10 EDT", 
        "InactiveExitTimestampMonotonic": "247365945", 
        "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": "9556", 
        "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": "Tue 2025-05-20 10:05:10 EDT", 
        "WatchdogTimestampMonotonic": "247700689", 
        "WatchdogUSec": "0"
    }
}

TASK [fedora.linux_system_roles.firewall : Check if previous replaced is defined] ***
task path: /tmp/collections-eZr/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:36
Tuesday 20 May 2025  10:07:34 -0400 (0:00:00.437)       0:00:18.807 *********** 
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-eZr/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:45
Tuesday 20 May 2025  10:07:34 -0400 (0:00:00.078)       0:00:18.886 *********** 
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-eZr/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:57
Tuesday 20 May 2025  10:07:34 -0400 (0:00:00.061)       0:00:18.947 *********** 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Configure firewall] *****************
task path: /tmp/collections-eZr/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:73
Tuesday 20 May 2025  10:07:34 -0400 (0:00:00.052)       0:00:19.000 *********** 
ok: [managed-node2] => (item={u'state': u'present', u'permanent': True, u'description': u'linux system role test description', u'service': u'http', u'destination': [u'1.1.1.1', u'1::1'], u'port': [u'8080/tcp'], u'includes': []}) => {
    "__firewall_changed": false, 
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": {
        "description": "linux system role test description", 
        "destination": [
            "1.1.1.1", 
            "1::1"
        ], 
        "includes": [], 
        "permanent": true, 
        "port": [
            "8080/tcp"
        ], 
        "service": "http", 
        "state": "present"
    }
}

TASK [fedora.linux_system_roles.firewall : Gather firewall config information] ***
task path: /tmp/collections-eZr/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:123
Tuesday 20 May 2025  10:07:35 -0400 (0:00:00.659)       0:00:19.660 *********** 
skipping: [managed-node2] => (item={u'state': u'present', u'permanent': True, u'description': u'linux system role test description', u'service': u'http', u'destination': [u'1.1.1.1', u'1::1'], u'port': [u'8080/tcp'], u'includes': []})  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": {
        "description": "linux system role test description", 
        "destination": [
            "1.1.1.1", 
            "1::1"
        ], 
        "includes": [], 
        "permanent": true, 
        "port": [
            "8080/tcp"
        ], 
        "service": "http", 
        "state": "present"
    }, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Update firewalld_config fact] *******
task path: /tmp/collections-eZr/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:133
Tuesday 20 May 2025  10:07:35 -0400 (0:00:00.075)       0:00:19.735 *********** 
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-eZr/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:142
Tuesday 20 May 2025  10:07:35 -0400 (0:00:00.061)       0:00:19.797 *********** 
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-eZr/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:147
Tuesday 20 May 2025  10:07:35 -0400 (0:00:00.050)       0:00:19.848 *********** 
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-eZr/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:156
Tuesday 20 May 2025  10:07:35 -0400 (0:00:00.060)       0:00:19.908 *********** 
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-eZr/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:166
Tuesday 20 May 2025  10:07:35 -0400 (0:00:00.064)       0:00:19.973 *********** 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Show diffs] *************************
task path: /tmp/collections-eZr/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:172
Tuesday 20 May 2025  10:07:35 -0400 (0:00:00.079)       0:00:20.053 *********** 
skipping: [managed-node2] => {}

TASK [Fail when http changes affect permanent configuration] *******************
task path: /tmp/collections-eZr/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_service.yml:96
Tuesday 20 May 2025  10:07:35 -0400 (0:00:00.071)       0:00:20.125 *********** 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [Add custom service] ******************************************************
task path: /tmp/collections-eZr/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_service.yml:105
Tuesday 20 May 2025  10:07:35 -0400 (0:00:00.074)       0:00:20.199 *********** 

TASK [fedora.linux_system_roles.firewall : Setup firewalld] ********************
task path: /tmp/collections-eZr/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:2
Tuesday 20 May 2025  10:07:35 -0400 (0:00:00.242)       0:00:20.441 *********** 
included: /tmp/collections-eZr/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-eZr/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:2
Tuesday 20 May 2025  10:07:35 -0400 (0:00:00.070)       0:00:20.512 *********** 
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-eZr/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:10
Tuesday 20 May 2025  10:07:36 -0400 (0:00:00.156)       0:00:20.668 *********** 
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-eZr/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:15
Tuesday 20 May 2025  10:07:36 -0400 (0:00:00.194)       0:00:20.862 *********** 
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-eZr/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:22
Tuesday 20 May 2025  10:07:36 -0400 (0:00:00.092)       0:00:20.954 *********** 
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-eZr/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:27
Tuesday 20 May 2025  10:07:36 -0400 (0:00:00.078)       0:00:21.033 *********** 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Install firewalld] ******************
task path: /tmp/collections-eZr/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:31
Tuesday 20 May 2025  10:07:36 -0400 (0:00:00.073)       0:00:21.106 *********** 
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-eZr/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:43
Tuesday 20 May 2025  10:07:37 -0400 (0:00:00.774)       0:00:21.881 *********** 
skipping: [managed-node2] => {}

TASK [fedora.linux_system_roles.firewall : Reboot transactional update systems] ***
task path: /tmp/collections-eZr/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:48
Tuesday 20 May 2025  10:07:37 -0400 (0:00:00.049)       0:00:21.930 *********** 
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-eZr/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:53
Tuesday 20 May 2025  10:07:37 -0400 (0:00:00.058)       0:00:21.989 *********** 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Check which conflicting services are enabled] ***
task path: /tmp/collections-eZr/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:5
Tuesday 20 May 2025  10:07:37 -0400 (0:00:00.049)       0:00:22.038 *********** 
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 : Attempt to stop and disable conflicting services] ***
task path: /tmp/collections-eZr/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:14
Tuesday 20 May 2025  10:07:37 -0400 (0:00:00.073)       0:00:22.111 *********** 
skipping: [managed-node2] => (item={u'skip_reason': u'Conditional result was False', u'item': u'nftables', u'skipped': True, u'ansible_loop_var': u'item', u'changed': False})  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": {
        "ansible_loop_var": "item", 
        "changed": false, 
        "item": "nftables", 
        "skip_reason": "Conditional result was False", 
        "skipped": true
    }, 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node2] => (item={u'skip_reason': u'Conditional result was False', u'item': u'iptables', u'skipped': True, u'ansible_loop_var': u'item', u'changed': False})  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": {
        "ansible_loop_var": "item", 
        "changed": false, 
        "item": "iptables", 
        "skip_reason": "Conditional result was False", 
        "skipped": true
    }, 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node2] => (item={u'skip_reason': u'Conditional result was False', u'item': u'ufw', u'skipped': True, u'ansible_loop_var': u'item', u'changed': False})  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": {
        "ansible_loop_var": "item", 
        "changed": false, 
        "item": "ufw", 
        "skip_reason": "Conditional result was False", 
        "skipped": true
    }, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Unmask firewalld service] ***********
task path: /tmp/collections-eZr/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:24
Tuesday 20 May 2025  10:07:37 -0400 (0:00:00.107)       0:00:22.218 *********** 
ok: [managed-node2] => {
    "changed": false, 
    "name": "firewalld", 
    "status": {
        "ActiveEnterTimestamp": "Tue 2025-05-20 10:05:10 EDT", 
        "ActiveEnterTimestampMonotonic": "247700753", 
        "ActiveExitTimestampMonotonic": "0", 
        "ActiveState": "active", 
        "After": "basic.target dbus.service polkit.service system.slice", 
        "AllowIsolate": "no", 
        "AmbientCapabilities": "0", 
        "AssertResult": "yes", 
        "AssertTimestamp": "Tue 2025-05-20 10:05:10 EDT", 
        "AssertTimestampMonotonic": "247364377", 
        "Before": "shutdown.target network-pre.target multi-user.target", 
        "BlockIOAccounting": "no", 
        "BlockIOWeight": "18446744073709551615", 
        "BusName": "org.fedoraproject.FirewallD1", 
        "CPUAccounting": "no", 
        "CPUQuotaPerSecUSec": "infinity", 
        "CPUSchedulingPolicy": "0", 
        "CPUSchedulingPriority": "0", 
        "CPUSchedulingResetOnFork": "no", 
        "CPUShares": "18446744073709551615", 
        "CanIsolate": "no", 
        "CanReload": "yes", 
        "CanStart": "yes", 
        "CanStop": "yes", 
        "CapabilityBoundingSet": "18446744073709551615", 
        "CollectMode": "inactive", 
        "ConditionResult": "yes", 
        "ConditionTimestamp": "Tue 2025-05-20 10:05:10 EDT", 
        "ConditionTimestampMonotonic": "247364375", 
        "Conflicts": "ip6tables.service ebtables.service iptables.service shutdown.target ipset.service", 
        "ControlGroup": "/system.slice/firewalld.service", 
        "ControlPID": "0", 
        "DefaultDependencies": "yes", 
        "Delegate": "no", 
        "Description": "firewalld - dynamic firewall daemon", 
        "DevicePolicy": "auto", 
        "Documentation": "man:firewalld(1)", 
        "EnvironmentFile": "/etc/sysconfig/firewalld (ignore_errors=yes)", 
        "ExecMainCode": "0", 
        "ExecMainExitTimestampMonotonic": "0", 
        "ExecMainPID": "9556", 
        "ExecMainStartTimestamp": "Tue 2025-05-20 10:05:10 EDT", 
        "ExecMainStartTimestampMonotonic": "247365904", 
        "ExecMainStatus": "0", 
        "ExecReload": "{ path=/bin/kill ; argv[]=/bin/kill -HUP $MAINPID ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", 
        "ExecStart": "{ path=/usr/sbin/firewalld ; argv[]=/usr/sbin/firewalld --nofork --nopid $FIREWALLD_ARGS ; ignore_errors=no ; start_time=[Tue 2025-05-20 10:05:10 EDT] ; stop_time=[n/a] ; pid=9556 ; code=(null) ; status=0/0 }", 
        "FailureAction": "none", 
        "FileDescriptorStoreMax": "0", 
        "FragmentPath": "/usr/lib/systemd/system/firewalld.service", 
        "GuessMainPID": "yes", 
        "IOScheduling": "0", 
        "Id": "firewalld.service", 
        "IgnoreOnIsolate": "no", 
        "IgnoreOnSnapshot": "no", 
        "IgnoreSIGPIPE": "yes", 
        "InactiveEnterTimestampMonotonic": "0", 
        "InactiveExitTimestamp": "Tue 2025-05-20 10:05:10 EDT", 
        "InactiveExitTimestampMonotonic": "247365945", 
        "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": "9556", 
        "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": "Tue 2025-05-20 10:05:10 EDT", 
        "WatchdogTimestampMonotonic": "247700689", 
        "WatchdogUSec": "0"
    }
}

TASK [fedora.linux_system_roles.firewall : Enable and start firewalld service] ***
task path: /tmp/collections-eZr/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:30
Tuesday 20 May 2025  10:07:38 -0400 (0:00:00.476)       0:00:22.694 *********** 
ok: [managed-node2] => {
    "changed": false, 
    "enabled": true, 
    "name": "firewalld", 
    "state": "started", 
    "status": {
        "ActiveEnterTimestamp": "Tue 2025-05-20 10:05:10 EDT", 
        "ActiveEnterTimestampMonotonic": "247700753", 
        "ActiveExitTimestampMonotonic": "0", 
        "ActiveState": "active", 
        "After": "basic.target dbus.service polkit.service system.slice", 
        "AllowIsolate": "no", 
        "AmbientCapabilities": "0", 
        "AssertResult": "yes", 
        "AssertTimestamp": "Tue 2025-05-20 10:05:10 EDT", 
        "AssertTimestampMonotonic": "247364377", 
        "Before": "shutdown.target network-pre.target multi-user.target", 
        "BlockIOAccounting": "no", 
        "BlockIOWeight": "18446744073709551615", 
        "BusName": "org.fedoraproject.FirewallD1", 
        "CPUAccounting": "no", 
        "CPUQuotaPerSecUSec": "infinity", 
        "CPUSchedulingPolicy": "0", 
        "CPUSchedulingPriority": "0", 
        "CPUSchedulingResetOnFork": "no", 
        "CPUShares": "18446744073709551615", 
        "CanIsolate": "no", 
        "CanReload": "yes", 
        "CanStart": "yes", 
        "CanStop": "yes", 
        "CapabilityBoundingSet": "18446744073709551615", 
        "CollectMode": "inactive", 
        "ConditionResult": "yes", 
        "ConditionTimestamp": "Tue 2025-05-20 10:05:10 EDT", 
        "ConditionTimestampMonotonic": "247364375", 
        "Conflicts": "ip6tables.service ebtables.service iptables.service shutdown.target ipset.service", 
        "ControlGroup": "/system.slice/firewalld.service", 
        "ControlPID": "0", 
        "DefaultDependencies": "yes", 
        "Delegate": "no", 
        "Description": "firewalld - dynamic firewall daemon", 
        "DevicePolicy": "auto", 
        "Documentation": "man:firewalld(1)", 
        "EnvironmentFile": "/etc/sysconfig/firewalld (ignore_errors=yes)", 
        "ExecMainCode": "0", 
        "ExecMainExitTimestampMonotonic": "0", 
        "ExecMainPID": "9556", 
        "ExecMainStartTimestamp": "Tue 2025-05-20 10:05:10 EDT", 
        "ExecMainStartTimestampMonotonic": "247365904", 
        "ExecMainStatus": "0", 
        "ExecReload": "{ path=/bin/kill ; argv[]=/bin/kill -HUP $MAINPID ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", 
        "ExecStart": "{ path=/usr/sbin/firewalld ; argv[]=/usr/sbin/firewalld --nofork --nopid $FIREWALLD_ARGS ; ignore_errors=no ; start_time=[Tue 2025-05-20 10:05:10 EDT] ; stop_time=[n/a] ; pid=9556 ; code=(null) ; status=0/0 }", 
        "FailureAction": "none", 
        "FileDescriptorStoreMax": "0", 
        "FragmentPath": "/usr/lib/systemd/system/firewalld.service", 
        "GuessMainPID": "yes", 
        "IOScheduling": "0", 
        "Id": "firewalld.service", 
        "IgnoreOnIsolate": "no", 
        "IgnoreOnSnapshot": "no", 
        "IgnoreSIGPIPE": "yes", 
        "InactiveEnterTimestampMonotonic": "0", 
        "InactiveExitTimestamp": "Tue 2025-05-20 10:05:10 EDT", 
        "InactiveExitTimestampMonotonic": "247365945", 
        "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": "9556", 
        "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": "Tue 2025-05-20 10:05:10 EDT", 
        "WatchdogTimestampMonotonic": "247700689", 
        "WatchdogUSec": "0"
    }
}

TASK [fedora.linux_system_roles.firewall : Check if previous replaced is defined] ***
task path: /tmp/collections-eZr/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:36
Tuesday 20 May 2025  10:07:38 -0400 (0:00:00.445)       0:00:23.140 *********** 
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-eZr/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:45
Tuesday 20 May 2025  10:07:38 -0400 (0:00:00.061)       0:00:23.201 *********** 
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-eZr/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:57
Tuesday 20 May 2025  10:07:38 -0400 (0:00:00.048)       0:00:23.250 *********** 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Configure firewall] *****************
task path: /tmp/collections-eZr/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:73
Tuesday 20 May 2025  10:07:38 -0400 (0:00:00.064)       0:00:23.315 *********** 
changed: [managed-node2] => (item={u'short': u'Test service (Ansible)', u'protocol': u'icmp', u'description': u'This should only be available when firewalld is being configured by the firewall linux system role', u'service': u'systemroletest', u'helper_module': u'__omit_place_holder__97ad1711698c7ca2d1657a71344f72adfd5e29df', u'destination': [u'1.1.1.1', u'1::1'], u'includes': [], u'state': u'present', u'permanent': True, u'source_port': [u'10000/udp'], u'port': [u'9999/udp']}) => {
    "__firewall_changed": true, 
    "ansible_loop_var": "item", 
    "changed": true, 
    "item": {
        "description": "This should only be available when firewalld is being configured by the firewall linux system role", 
        "destination": [
            "1.1.1.1", 
            "1::1"
        ], 
        "helper_module": "__omit_place_holder__97ad1711698c7ca2d1657a71344f72adfd5e29df", 
        "includes": [], 
        "permanent": true, 
        "port": [
            "9999/udp"
        ], 
        "protocol": "icmp", 
        "service": "systemroletest", 
        "short": "Test service (Ansible)", 
        "source_port": [
            "10000/udp"
        ], 
        "state": "present"
    }
}

TASK [fedora.linux_system_roles.firewall : Gather firewall config information] ***
task path: /tmp/collections-eZr/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:123
Tuesday 20 May 2025  10:07:39 -0400 (0:00:00.961)       0:00:24.277 *********** 
skipping: [managed-node2] => (item={u'short': u'Test service (Ansible)', u'protocol': u'icmp', u'description': u'This should only be available when firewalld is being configured by the firewall linux system role', u'service': u'systemroletest', u'helper_module': u'__omit_place_holder__97ad1711698c7ca2d1657a71344f72adfd5e29df', u'destination': [u'1.1.1.1', u'1::1'], u'includes': [], u'state': u'present', u'permanent': True, u'source_port': [u'10000/udp'], u'port': [u'9999/udp']})  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": {
        "description": "This should only be available when firewalld is being configured by the firewall linux system role", 
        "destination": [
            "1.1.1.1", 
            "1::1"
        ], 
        "helper_module": "__omit_place_holder__97ad1711698c7ca2d1657a71344f72adfd5e29df", 
        "includes": [], 
        "permanent": true, 
        "port": [
            "9999/udp"
        ], 
        "protocol": "icmp", 
        "service": "systemroletest", 
        "short": "Test service (Ansible)", 
        "source_port": [
            "10000/udp"
        ], 
        "state": "present"
    }, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Update firewalld_config fact] *******
task path: /tmp/collections-eZr/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:133
Tuesday 20 May 2025  10:07:39 -0400 (0:00:00.085)       0:00:24.362 *********** 
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-eZr/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:142
Tuesday 20 May 2025  10:07:39 -0400 (0:00:00.095)       0:00:24.458 *********** 
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-eZr/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:147
Tuesday 20 May 2025  10:07:39 -0400 (0:00:00.084)       0:00:24.542 *********** 
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-eZr/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:156
Tuesday 20 May 2025  10:07:40 -0400 (0:00:00.085)       0:00:24.628 *********** 
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-eZr/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:166
Tuesday 20 May 2025  10:07:40 -0400 (0:00:00.060)       0:00:24.688 *********** 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Show diffs] *************************
task path: /tmp/collections-eZr/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:172
Tuesday 20 May 2025  10:07:40 -0400 (0:00:00.062)       0:00:24.751 *********** 
skipping: [managed-node2] => {}

TASK [Get all services] ********************************************************
task path: /tmp/collections-eZr/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_service.yml:130
Tuesday 20 May 2025  10:07:40 -0400 (0:00:00.058)       0:00:24.809 *********** 
ok: [managed-node2] => {
    "changed": false, 
    "cmd": [
        "firewall-offline-cmd", 
        "--get-services"
    ], 
    "delta": "0:00:00.261722", 
    "end": "2025-05-20 10:07:40.690141", 
    "rc": 0, 
    "start": "2025-05-20 10:07:40.428419"
}

STDOUT:

RH-Satellite-6 RH-Satellite-6-capsule amanda-client amanda-k5-client amqp amqps apcupsd audit bacula bacula-client bgp bitcoin bitcoin-rpc bitcoin-testnet bitcoin-testnet-rpc ceph ceph-mon cfengine condor-collector ctdb dhcp dhcpv6 dhcpv6-client distcc dns docker-registry docker-swarm dropbox-lansync elasticsearch etcd-client etcd-server finger freeipa-ldap freeipa-ldaps freeipa-replication freeipa-trust ftp ganglia-client ganglia-master git gre high-availability http https imap imaps ipp ipp-client ipsec irc ircs iscsi-target isns jenkins kadmin kerberos kibana klogin kpasswd kprop kshell ldap ldaps libvirt libvirt-tls lightning-network llmnr managesieve matrix mdns minidlna mongodb mosh mountd mqtt mqtt-tls ms-wbt mssql murmur mysql nfs nfs3 nmea-0183 nrpe ntp nut openvpn ovirt-imageio ovirt-storageconsole ovirt-vmconsole plex pmcd pmproxy pmwebapi pmwebapis pop3 pop3s postgresql privoxy proxy-dhcp ptp pulseaudio puppetmaster quassel radius redis rpc-bind rsh rsyncd rtsp salt-master samba samba-client samba-dc sane sip sips slp smtp smtp-submission smtps snmp snmptrap spideroak-lansync squid ssh steam-streaming svdrp svn syncthing syncthing-gui synergy syslog syslog-tls systemroletest telnet tftp tftp-client tinc tor-socks transmission-client upnp-client vdsm vnc-server wbem-http wbem-https wsman wsmans xdmcp xmpp-bosh xmpp-client xmpp-local xmpp-server zabbix-agent zabbix-server

TASK [Fail if systemrole test not created] *************************************
task path: /tmp/collections-eZr/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_service.yml:135
Tuesday 20 May 2025  10:07:40 -0400 (0:00:00.575)       0:00:25.385 *********** 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [Fail when custom service not changed] ************************************
task path: /tmp/collections-eZr/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_service.yml:140
Tuesday 20 May 2025  10:07:40 -0400 (0:00:00.080)       0:00:25.465 *********** 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [Add same custom service again] *******************************************
task path: /tmp/collections-eZr/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_service.yml:147
Tuesday 20 May 2025  10:07:40 -0400 (0:00:00.073)       0:00:25.539 *********** 

TASK [fedora.linux_system_roles.firewall : Setup firewalld] ********************
task path: /tmp/collections-eZr/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:2
Tuesday 20 May 2025  10:07:41 -0400 (0:00:00.190)       0:00:25.729 *********** 
included: /tmp/collections-eZr/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-eZr/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:2
Tuesday 20 May 2025  10:07:41 -0400 (0:00:00.042)       0:00:25.771 *********** 
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-eZr/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:10
Tuesday 20 May 2025  10:07:41 -0400 (0:00:00.050)       0:00:25.822 *********** 
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-eZr/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:15
Tuesday 20 May 2025  10:07:41 -0400 (0:00:00.049)       0:00:25.871 *********** 
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-eZr/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:22
Tuesday 20 May 2025  10:07:41 -0400 (0:00:00.065)       0:00:25.936 *********** 
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-eZr/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:27
Tuesday 20 May 2025  10:07:41 -0400 (0:00:00.076)       0:00:26.013 *********** 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Install firewalld] ******************
task path: /tmp/collections-eZr/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:31
Tuesday 20 May 2025  10:07:41 -0400 (0:00:00.093)       0:00:26.106 *********** 
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-eZr/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:43
Tuesday 20 May 2025  10:07:42 -0400 (0:00:00.794)       0:00:26.901 *********** 
skipping: [managed-node2] => {}

TASK [fedora.linux_system_roles.firewall : Reboot transactional update systems] ***
task path: /tmp/collections-eZr/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:48
Tuesday 20 May 2025  10:07:42 -0400 (0:00:00.080)       0:00:26.982 *********** 
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-eZr/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:53
Tuesday 20 May 2025  10:07:42 -0400 (0:00:00.078)       0:00:27.060 *********** 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Check which conflicting services are enabled] ***
task path: /tmp/collections-eZr/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:5
Tuesday 20 May 2025  10:07:42 -0400 (0:00:00.076)       0:00:27.137 *********** 
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 : Attempt to stop and disable conflicting services] ***
task path: /tmp/collections-eZr/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:14
Tuesday 20 May 2025  10:07:42 -0400 (0:00:00.079)       0:00:27.217 *********** 
skipping: [managed-node2] => (item={u'skip_reason': u'Conditional result was False', u'item': u'nftables', u'skipped': True, u'ansible_loop_var': u'item', u'changed': False})  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": {
        "ansible_loop_var": "item", 
        "changed": false, 
        "item": "nftables", 
        "skip_reason": "Conditional result was False", 
        "skipped": true
    }, 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node2] => (item={u'skip_reason': u'Conditional result was False', u'item': u'iptables', u'skipped': True, u'ansible_loop_var': u'item', u'changed': False})  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": {
        "ansible_loop_var": "item", 
        "changed": false, 
        "item": "iptables", 
        "skip_reason": "Conditional result was False", 
        "skipped": true
    }, 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node2] => (item={u'skip_reason': u'Conditional result was False', u'item': u'ufw', u'skipped': True, u'ansible_loop_var': u'item', u'changed': False})  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": {
        "ansible_loop_var": "item", 
        "changed": false, 
        "item": "ufw", 
        "skip_reason": "Conditional result was False", 
        "skipped": true
    }, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Unmask firewalld service] ***********
task path: /tmp/collections-eZr/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:24
Tuesday 20 May 2025  10:07:42 -0400 (0:00:00.085)       0:00:27.302 *********** 
ok: [managed-node2] => {
    "changed": false, 
    "name": "firewalld", 
    "status": {
        "ActiveEnterTimestamp": "Tue 2025-05-20 10:05:10 EDT", 
        "ActiveEnterTimestampMonotonic": "247700753", 
        "ActiveExitTimestampMonotonic": "0", 
        "ActiveState": "active", 
        "After": "basic.target dbus.service polkit.service system.slice", 
        "AllowIsolate": "no", 
        "AmbientCapabilities": "0", 
        "AssertResult": "yes", 
        "AssertTimestamp": "Tue 2025-05-20 10:05:10 EDT", 
        "AssertTimestampMonotonic": "247364377", 
        "Before": "shutdown.target network-pre.target multi-user.target", 
        "BlockIOAccounting": "no", 
        "BlockIOWeight": "18446744073709551615", 
        "BusName": "org.fedoraproject.FirewallD1", 
        "CPUAccounting": "no", 
        "CPUQuotaPerSecUSec": "infinity", 
        "CPUSchedulingPolicy": "0", 
        "CPUSchedulingPriority": "0", 
        "CPUSchedulingResetOnFork": "no", 
        "CPUShares": "18446744073709551615", 
        "CanIsolate": "no", 
        "CanReload": "yes", 
        "CanStart": "yes", 
        "CanStop": "yes", 
        "CapabilityBoundingSet": "18446744073709551615", 
        "CollectMode": "inactive", 
        "ConditionResult": "yes", 
        "ConditionTimestamp": "Tue 2025-05-20 10:05:10 EDT", 
        "ConditionTimestampMonotonic": "247364375", 
        "Conflicts": "ip6tables.service ebtables.service iptables.service shutdown.target ipset.service", 
        "ControlGroup": "/system.slice/firewalld.service", 
        "ControlPID": "0", 
        "DefaultDependencies": "yes", 
        "Delegate": "no", 
        "Description": "firewalld - dynamic firewall daemon", 
        "DevicePolicy": "auto", 
        "Documentation": "man:firewalld(1)", 
        "EnvironmentFile": "/etc/sysconfig/firewalld (ignore_errors=yes)", 
        "ExecMainCode": "0", 
        "ExecMainExitTimestampMonotonic": "0", 
        "ExecMainPID": "9556", 
        "ExecMainStartTimestamp": "Tue 2025-05-20 10:05:10 EDT", 
        "ExecMainStartTimestampMonotonic": "247365904", 
        "ExecMainStatus": "0", 
        "ExecReload": "{ path=/bin/kill ; argv[]=/bin/kill -HUP $MAINPID ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", 
        "ExecStart": "{ path=/usr/sbin/firewalld ; argv[]=/usr/sbin/firewalld --nofork --nopid $FIREWALLD_ARGS ; ignore_errors=no ; start_time=[Tue 2025-05-20 10:05:10 EDT] ; stop_time=[n/a] ; pid=9556 ; code=(null) ; status=0/0 }", 
        "FailureAction": "none", 
        "FileDescriptorStoreMax": "0", 
        "FragmentPath": "/usr/lib/systemd/system/firewalld.service", 
        "GuessMainPID": "yes", 
        "IOScheduling": "0", 
        "Id": "firewalld.service", 
        "IgnoreOnIsolate": "no", 
        "IgnoreOnSnapshot": "no", 
        "IgnoreSIGPIPE": "yes", 
        "InactiveEnterTimestampMonotonic": "0", 
        "InactiveExitTimestamp": "Tue 2025-05-20 10:05:10 EDT", 
        "InactiveExitTimestampMonotonic": "247365945", 
        "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": "9556", 
        "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": "Tue 2025-05-20 10:05:10 EDT", 
        "WatchdogTimestampMonotonic": "247700689", 
        "WatchdogUSec": "0"
    }
}

TASK [fedora.linux_system_roles.firewall : Enable and start firewalld service] ***
task path: /tmp/collections-eZr/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:30
Tuesday 20 May 2025  10:07:43 -0400 (0:00:00.434)       0:00:27.737 *********** 
ok: [managed-node2] => {
    "changed": false, 
    "enabled": true, 
    "name": "firewalld", 
    "state": "started", 
    "status": {
        "ActiveEnterTimestamp": "Tue 2025-05-20 10:05:10 EDT", 
        "ActiveEnterTimestampMonotonic": "247700753", 
        "ActiveExitTimestampMonotonic": "0", 
        "ActiveState": "active", 
        "After": "basic.target dbus.service polkit.service system.slice", 
        "AllowIsolate": "no", 
        "AmbientCapabilities": "0", 
        "AssertResult": "yes", 
        "AssertTimestamp": "Tue 2025-05-20 10:05:10 EDT", 
        "AssertTimestampMonotonic": "247364377", 
        "Before": "shutdown.target network-pre.target multi-user.target", 
        "BlockIOAccounting": "no", 
        "BlockIOWeight": "18446744073709551615", 
        "BusName": "org.fedoraproject.FirewallD1", 
        "CPUAccounting": "no", 
        "CPUQuotaPerSecUSec": "infinity", 
        "CPUSchedulingPolicy": "0", 
        "CPUSchedulingPriority": "0", 
        "CPUSchedulingResetOnFork": "no", 
        "CPUShares": "18446744073709551615", 
        "CanIsolate": "no", 
        "CanReload": "yes", 
        "CanStart": "yes", 
        "CanStop": "yes", 
        "CapabilityBoundingSet": "18446744073709551615", 
        "CollectMode": "inactive", 
        "ConditionResult": "yes", 
        "ConditionTimestamp": "Tue 2025-05-20 10:05:10 EDT", 
        "ConditionTimestampMonotonic": "247364375", 
        "Conflicts": "ip6tables.service ebtables.service iptables.service shutdown.target ipset.service", 
        "ControlGroup": "/system.slice/firewalld.service", 
        "ControlPID": "0", 
        "DefaultDependencies": "yes", 
        "Delegate": "no", 
        "Description": "firewalld - dynamic firewall daemon", 
        "DevicePolicy": "auto", 
        "Documentation": "man:firewalld(1)", 
        "EnvironmentFile": "/etc/sysconfig/firewalld (ignore_errors=yes)", 
        "ExecMainCode": "0", 
        "ExecMainExitTimestampMonotonic": "0", 
        "ExecMainPID": "9556", 
        "ExecMainStartTimestamp": "Tue 2025-05-20 10:05:10 EDT", 
        "ExecMainStartTimestampMonotonic": "247365904", 
        "ExecMainStatus": "0", 
        "ExecReload": "{ path=/bin/kill ; argv[]=/bin/kill -HUP $MAINPID ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", 
        "ExecStart": "{ path=/usr/sbin/firewalld ; argv[]=/usr/sbin/firewalld --nofork --nopid $FIREWALLD_ARGS ; ignore_errors=no ; start_time=[Tue 2025-05-20 10:05:10 EDT] ; stop_time=[n/a] ; pid=9556 ; code=(null) ; status=0/0 }", 
        "FailureAction": "none", 
        "FileDescriptorStoreMax": "0", 
        "FragmentPath": "/usr/lib/systemd/system/firewalld.service", 
        "GuessMainPID": "yes", 
        "IOScheduling": "0", 
        "Id": "firewalld.service", 
        "IgnoreOnIsolate": "no", 
        "IgnoreOnSnapshot": "no", 
        "IgnoreSIGPIPE": "yes", 
        "InactiveEnterTimestampMonotonic": "0", 
        "InactiveExitTimestamp": "Tue 2025-05-20 10:05:10 EDT", 
        "InactiveExitTimestampMonotonic": "247365945", 
        "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": "9556", 
        "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": "Tue 2025-05-20 10:05:10 EDT", 
        "WatchdogTimestampMonotonic": "247700689", 
        "WatchdogUSec": "0"
    }
}

TASK [fedora.linux_system_roles.firewall : Check if previous replaced is defined] ***
task path: /tmp/collections-eZr/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:36
Tuesday 20 May 2025  10:07:43 -0400 (0:00:00.485)       0:00:28.223 *********** 
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-eZr/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:45
Tuesday 20 May 2025  10:07:43 -0400 (0:00:00.059)       0:00:28.283 *********** 
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-eZr/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:57
Tuesday 20 May 2025  10:07:43 -0400 (0:00:00.048)       0:00:28.331 *********** 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Configure firewall] *****************
task path: /tmp/collections-eZr/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:73
Tuesday 20 May 2025  10:07:43 -0400 (0:00:00.066)       0:00:28.398 *********** 
ok: [managed-node2] => (item={u'short': u'Test service (Ansible)', u'protocol': u'icmp', u'description': u'This should only be available when firewalld is being configured by the firewall linux system role', u'service': u'systemroletest', u'helper_module': u'__omit_place_holder__97ad1711698c7ca2d1657a71344f72adfd5e29df', u'destination': [u'1.1.1.1', u'1::1'], u'includes': [], u'state': u'present', u'permanent': True, u'source_port': [u'10000/udp'], u'port': u'9999/udp'}) => {
    "__firewall_changed": false, 
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": {
        "description": "This should only be available when firewalld is being configured by the firewall linux system role", 
        "destination": [
            "1.1.1.1", 
            "1::1"
        ], 
        "helper_module": "__omit_place_holder__97ad1711698c7ca2d1657a71344f72adfd5e29df", 
        "includes": [], 
        "permanent": true, 
        "port": "9999/udp", 
        "protocol": "icmp", 
        "service": "systemroletest", 
        "short": "Test service (Ansible)", 
        "source_port": [
            "10000/udp"
        ], 
        "state": "present"
    }
}

TASK [fedora.linux_system_roles.firewall : Gather firewall config information] ***
task path: /tmp/collections-eZr/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:123
Tuesday 20 May 2025  10:07:44 -0400 (0:00:00.713)       0:00:29.111 *********** 
skipping: [managed-node2] => (item={u'short': u'Test service (Ansible)', u'protocol': u'icmp', u'description': u'This should only be available when firewalld is being configured by the firewall linux system role', u'service': u'systemroletest', u'helper_module': u'__omit_place_holder__97ad1711698c7ca2d1657a71344f72adfd5e29df', u'destination': [u'1.1.1.1', u'1::1'], u'includes': [], u'state': u'present', u'permanent': True, u'source_port': [u'10000/udp'], u'port': u'9999/udp'})  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": {
        "description": "This should only be available when firewalld is being configured by the firewall linux system role", 
        "destination": [
            "1.1.1.1", 
            "1::1"
        ], 
        "helper_module": "__omit_place_holder__97ad1711698c7ca2d1657a71344f72adfd5e29df", 
        "includes": [], 
        "permanent": true, 
        "port": "9999/udp", 
        "protocol": "icmp", 
        "service": "systemroletest", 
        "short": "Test service (Ansible)", 
        "source_port": [
            "10000/udp"
        ], 
        "state": "present"
    }, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Update firewalld_config fact] *******
task path: /tmp/collections-eZr/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:133
Tuesday 20 May 2025  10:07:44 -0400 (0:00:00.114)       0:00:29.226 *********** 
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-eZr/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:142
Tuesday 20 May 2025  10:07:44 -0400 (0:00:00.073)       0:00:29.300 *********** 
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-eZr/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:147
Tuesday 20 May 2025  10:07:44 -0400 (0:00:00.054)       0:00:29.354 *********** 
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-eZr/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:156
Tuesday 20 May 2025  10:07:44 -0400 (0:00:00.053)       0:00:29.408 *********** 
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-eZr/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:166
Tuesday 20 May 2025  10:07:44 -0400 (0:00:00.047)       0:00:29.455 *********** 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Show diffs] *************************
task path: /tmp/collections-eZr/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:172
Tuesday 20 May 2025  10:07:44 -0400 (0:00:00.047)       0:00:29.503 *********** 
skipping: [managed-node2] => {}

TASK [Fail when custom service changed] ****************************************
task path: /tmp/collections-eZr/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_service.yml:170
Tuesday 20 May 2025  10:07:44 -0400 (0:00:00.049)       0:00:29.552 *********** 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [Query if default zone has custom service added] **************************
task path: /tmp/collections-eZr/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_service.yml:177
Tuesday 20 May 2025  10:07:44 -0400 (0:00:00.049)       0:00:29.602 *********** 
fatal: [managed-node2]: FAILED! => {
    "changed": false, 
    "cmd": [
        "firewall-offline-cmd", 
        "--query-service", 
        "systemroletest"
    ], 
    "delta": "0:00:00.264251", 
    "end": "2025-05-20 10:07:45.521944", 
    "rc": 1, 
    "start": "2025-05-20 10:07:45.257693"
}

STDOUT:

no


MSG:

non-zero return code
...ignoring

TASK [Fail if query return code incorrect] *************************************
task path: /tmp/collections-eZr/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_service.yml:183
Tuesday 20 May 2025  10:07:45 -0400 (0:00:00.612)       0:00:30.214 *********** 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [Fail if custom service in default zone] **********************************
task path: /tmp/collections-eZr/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_service.yml:188
Tuesday 20 May 2025  10:07:45 -0400 (0:00:00.058)       0:00:30.273 *********** 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [Add custom service to default zone] **************************************
task path: /tmp/collections-eZr/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_service.yml:197
Tuesday 20 May 2025  10:07:45 -0400 (0:00:00.052)       0:00:30.325 *********** 

TASK [fedora.linux_system_roles.firewall : Setup firewalld] ********************
task path: /tmp/collections-eZr/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:2
Tuesday 20 May 2025  10:07:45 -0400 (0:00:00.286)       0:00:30.612 *********** 
included: /tmp/collections-eZr/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-eZr/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:2
Tuesday 20 May 2025  10:07:46 -0400 (0:00:00.071)       0:00:30.683 *********** 
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-eZr/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:10
Tuesday 20 May 2025  10:07:46 -0400 (0:00:00.080)       0:00:30.764 *********** 
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-eZr/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:15
Tuesday 20 May 2025  10:07:46 -0400 (0:00:00.081)       0:00:30.846 *********** 
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-eZr/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:22
Tuesday 20 May 2025  10:07:46 -0400 (0:00:00.081)       0:00:30.927 *********** 
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-eZr/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:27
Tuesday 20 May 2025  10:07:46 -0400 (0:00:00.081)       0:00:31.009 *********** 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Install firewalld] ******************
task path: /tmp/collections-eZr/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:31
Tuesday 20 May 2025  10:07:46 -0400 (0:00:00.081)       0:00:31.091 *********** 
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-eZr/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:43
Tuesday 20 May 2025  10:07:47 -0400 (0:00:00.798)       0:00:31.889 *********** 
skipping: [managed-node2] => {}

TASK [fedora.linux_system_roles.firewall : Reboot transactional update systems] ***
task path: /tmp/collections-eZr/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:48
Tuesday 20 May 2025  10:07:47 -0400 (0:00:00.049)       0:00:31.939 *********** 
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-eZr/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:53
Tuesday 20 May 2025  10:07:47 -0400 (0:00:00.048)       0:00:31.987 *********** 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Check which conflicting services are enabled] ***
task path: /tmp/collections-eZr/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:5
Tuesday 20 May 2025  10:07:47 -0400 (0:00:00.048)       0:00:32.036 *********** 
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 : Attempt to stop and disable conflicting services] ***
task path: /tmp/collections-eZr/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:14
Tuesday 20 May 2025  10:07:47 -0400 (0:00:00.090)       0:00:32.127 *********** 
skipping: [managed-node2] => (item={u'skip_reason': u'Conditional result was False', u'item': u'nftables', u'skipped': True, u'ansible_loop_var': u'item', u'changed': False})  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": {
        "ansible_loop_var": "item", 
        "changed": false, 
        "item": "nftables", 
        "skip_reason": "Conditional result was False", 
        "skipped": true
    }, 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node2] => (item={u'skip_reason': u'Conditional result was False', u'item': u'iptables', u'skipped': True, u'ansible_loop_var': u'item', u'changed': False})  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": {
        "ansible_loop_var": "item", 
        "changed": false, 
        "item": "iptables", 
        "skip_reason": "Conditional result was False", 
        "skipped": true
    }, 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node2] => (item={u'skip_reason': u'Conditional result was False', u'item': u'ufw', u'skipped': True, u'ansible_loop_var': u'item', u'changed': False})  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": {
        "ansible_loop_var": "item", 
        "changed": false, 
        "item": "ufw", 
        "skip_reason": "Conditional result was False", 
        "skipped": true
    }, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Unmask firewalld service] ***********
task path: /tmp/collections-eZr/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:24
Tuesday 20 May 2025  10:07:47 -0400 (0:00:00.099)       0:00:32.226 *********** 
ok: [managed-node2] => {
    "changed": false, 
    "name": "firewalld", 
    "status": {
        "ActiveEnterTimestamp": "Tue 2025-05-20 10:05:10 EDT", 
        "ActiveEnterTimestampMonotonic": "247700753", 
        "ActiveExitTimestampMonotonic": "0", 
        "ActiveState": "active", 
        "After": "basic.target dbus.service polkit.service system.slice", 
        "AllowIsolate": "no", 
        "AmbientCapabilities": "0", 
        "AssertResult": "yes", 
        "AssertTimestamp": "Tue 2025-05-20 10:05:10 EDT", 
        "AssertTimestampMonotonic": "247364377", 
        "Before": "shutdown.target network-pre.target multi-user.target", 
        "BlockIOAccounting": "no", 
        "BlockIOWeight": "18446744073709551615", 
        "BusName": "org.fedoraproject.FirewallD1", 
        "CPUAccounting": "no", 
        "CPUQuotaPerSecUSec": "infinity", 
        "CPUSchedulingPolicy": "0", 
        "CPUSchedulingPriority": "0", 
        "CPUSchedulingResetOnFork": "no", 
        "CPUShares": "18446744073709551615", 
        "CanIsolate": "no", 
        "CanReload": "yes", 
        "CanStart": "yes", 
        "CanStop": "yes", 
        "CapabilityBoundingSet": "18446744073709551615", 
        "CollectMode": "inactive", 
        "ConditionResult": "yes", 
        "ConditionTimestamp": "Tue 2025-05-20 10:05:10 EDT", 
        "ConditionTimestampMonotonic": "247364375", 
        "Conflicts": "ip6tables.service ebtables.service iptables.service shutdown.target ipset.service", 
        "ControlGroup": "/system.slice/firewalld.service", 
        "ControlPID": "0", 
        "DefaultDependencies": "yes", 
        "Delegate": "no", 
        "Description": "firewalld - dynamic firewall daemon", 
        "DevicePolicy": "auto", 
        "Documentation": "man:firewalld(1)", 
        "EnvironmentFile": "/etc/sysconfig/firewalld (ignore_errors=yes)", 
        "ExecMainCode": "0", 
        "ExecMainExitTimestampMonotonic": "0", 
        "ExecMainPID": "9556", 
        "ExecMainStartTimestamp": "Tue 2025-05-20 10:05:10 EDT", 
        "ExecMainStartTimestampMonotonic": "247365904", 
        "ExecMainStatus": "0", 
        "ExecReload": "{ path=/bin/kill ; argv[]=/bin/kill -HUP $MAINPID ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", 
        "ExecStart": "{ path=/usr/sbin/firewalld ; argv[]=/usr/sbin/firewalld --nofork --nopid $FIREWALLD_ARGS ; ignore_errors=no ; start_time=[Tue 2025-05-20 10:05:10 EDT] ; stop_time=[n/a] ; pid=9556 ; code=(null) ; status=0/0 }", 
        "FailureAction": "none", 
        "FileDescriptorStoreMax": "0", 
        "FragmentPath": "/usr/lib/systemd/system/firewalld.service", 
        "GuessMainPID": "yes", 
        "IOScheduling": "0", 
        "Id": "firewalld.service", 
        "IgnoreOnIsolate": "no", 
        "IgnoreOnSnapshot": "no", 
        "IgnoreSIGPIPE": "yes", 
        "InactiveEnterTimestampMonotonic": "0", 
        "InactiveExitTimestamp": "Tue 2025-05-20 10:05:10 EDT", 
        "InactiveExitTimestampMonotonic": "247365945", 
        "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": "9556", 
        "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": "Tue 2025-05-20 10:05:10 EDT", 
        "WatchdogTimestampMonotonic": "247700689", 
        "WatchdogUSec": "0"
    }
}

TASK [fedora.linux_system_roles.firewall : Enable and start firewalld service] ***
task path: /tmp/collections-eZr/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:30
Tuesday 20 May 2025  10:07:48 -0400 (0:00:00.491)       0:00:32.718 *********** 
ok: [managed-node2] => {
    "changed": false, 
    "enabled": true, 
    "name": "firewalld", 
    "state": "started", 
    "status": {
        "ActiveEnterTimestamp": "Tue 2025-05-20 10:05:10 EDT", 
        "ActiveEnterTimestampMonotonic": "247700753", 
        "ActiveExitTimestampMonotonic": "0", 
        "ActiveState": "active", 
        "After": "basic.target dbus.service polkit.service system.slice", 
        "AllowIsolate": "no", 
        "AmbientCapabilities": "0", 
        "AssertResult": "yes", 
        "AssertTimestamp": "Tue 2025-05-20 10:05:10 EDT", 
        "AssertTimestampMonotonic": "247364377", 
        "Before": "shutdown.target network-pre.target multi-user.target", 
        "BlockIOAccounting": "no", 
        "BlockIOWeight": "18446744073709551615", 
        "BusName": "org.fedoraproject.FirewallD1", 
        "CPUAccounting": "no", 
        "CPUQuotaPerSecUSec": "infinity", 
        "CPUSchedulingPolicy": "0", 
        "CPUSchedulingPriority": "0", 
        "CPUSchedulingResetOnFork": "no", 
        "CPUShares": "18446744073709551615", 
        "CanIsolate": "no", 
        "CanReload": "yes", 
        "CanStart": "yes", 
        "CanStop": "yes", 
        "CapabilityBoundingSet": "18446744073709551615", 
        "CollectMode": "inactive", 
        "ConditionResult": "yes", 
        "ConditionTimestamp": "Tue 2025-05-20 10:05:10 EDT", 
        "ConditionTimestampMonotonic": "247364375", 
        "Conflicts": "ip6tables.service ebtables.service iptables.service shutdown.target ipset.service", 
        "ControlGroup": "/system.slice/firewalld.service", 
        "ControlPID": "0", 
        "DefaultDependencies": "yes", 
        "Delegate": "no", 
        "Description": "firewalld - dynamic firewall daemon", 
        "DevicePolicy": "auto", 
        "Documentation": "man:firewalld(1)", 
        "EnvironmentFile": "/etc/sysconfig/firewalld (ignore_errors=yes)", 
        "ExecMainCode": "0", 
        "ExecMainExitTimestampMonotonic": "0", 
        "ExecMainPID": "9556", 
        "ExecMainStartTimestamp": "Tue 2025-05-20 10:05:10 EDT", 
        "ExecMainStartTimestampMonotonic": "247365904", 
        "ExecMainStatus": "0", 
        "ExecReload": "{ path=/bin/kill ; argv[]=/bin/kill -HUP $MAINPID ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", 
        "ExecStart": "{ path=/usr/sbin/firewalld ; argv[]=/usr/sbin/firewalld --nofork --nopid $FIREWALLD_ARGS ; ignore_errors=no ; start_time=[Tue 2025-05-20 10:05:10 EDT] ; stop_time=[n/a] ; pid=9556 ; code=(null) ; status=0/0 }", 
        "FailureAction": "none", 
        "FileDescriptorStoreMax": "0", 
        "FragmentPath": "/usr/lib/systemd/system/firewalld.service", 
        "GuessMainPID": "yes", 
        "IOScheduling": "0", 
        "Id": "firewalld.service", 
        "IgnoreOnIsolate": "no", 
        "IgnoreOnSnapshot": "no", 
        "IgnoreSIGPIPE": "yes", 
        "InactiveEnterTimestampMonotonic": "0", 
        "InactiveExitTimestamp": "Tue 2025-05-20 10:05:10 EDT", 
        "InactiveExitTimestampMonotonic": "247365945", 
        "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": "9556", 
        "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": "Tue 2025-05-20 10:05:10 EDT", 
        "WatchdogTimestampMonotonic": "247700689", 
        "WatchdogUSec": "0"
    }
}

TASK [fedora.linux_system_roles.firewall : Check if previous replaced is defined] ***
task path: /tmp/collections-eZr/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:36
Tuesday 20 May 2025  10:07:48 -0400 (0:00:00.423)       0:00:33.142 *********** 
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-eZr/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:45
Tuesday 20 May 2025  10:07:48 -0400 (0:00:00.055)       0:00:33.198 *********** 
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-eZr/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:57
Tuesday 20 May 2025  10:07:48 -0400 (0:00:00.052)       0:00:33.251 *********** 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Configure firewall] *****************
task path: /tmp/collections-eZr/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:73
Tuesday 20 May 2025  10:07:48 -0400 (0:00:00.068)       0:00:33.319 *********** 
changed: [managed-node2] => (item={u'state': u'enabled', u'service': u'systemroletest'}) => {
    "__firewall_changed": true, 
    "ansible_loop_var": "item", 
    "changed": true, 
    "item": {
        "service": "systemroletest", 
        "state": "enabled"
    }
}

TASK [fedora.linux_system_roles.firewall : Gather firewall config information] ***
task path: /tmp/collections-eZr/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:123
Tuesday 20 May 2025  10:07:49 -0400 (0:00:00.690)       0:00:34.010 *********** 
skipping: [managed-node2] => (item={u'state': u'enabled', u'service': u'systemroletest'})  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": {
        "service": "systemroletest", 
        "state": "enabled"
    }, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Update firewalld_config fact] *******
task path: /tmp/collections-eZr/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:133
Tuesday 20 May 2025  10:07:49 -0400 (0:00:00.065)       0:00:34.075 *********** 
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-eZr/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:142
Tuesday 20 May 2025  10:07:49 -0400 (0:00:00.056)       0:00:34.132 *********** 
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-eZr/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:147
Tuesday 20 May 2025  10:07:49 -0400 (0:00:00.051)       0:00:34.183 *********** 
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-eZr/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:156
Tuesday 20 May 2025  10:07:49 -0400 (0:00:00.051)       0:00:34.234 *********** 
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-eZr/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:166
Tuesday 20 May 2025  10:07:49 -0400 (0:00:00.051)       0:00:34.285 *********** 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Show diffs] *************************
task path: /tmp/collections-eZr/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:172
Tuesday 20 May 2025  10:07:49 -0400 (0:00:00.059)       0:00:34.345 *********** 
skipping: [managed-node2] => {}

TASK [Query if service has been added to default zone] *************************
task path: /tmp/collections-eZr/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_service.yml:207
Tuesday 20 May 2025  10:07:49 -0400 (0:00:00.093)       0:00:34.438 *********** 
ok: [managed-node2] => {
    "changed": false, 
    "cmd": [
        "firewall-offline-cmd", 
        "--query-service", 
        "systemroletest"
    ], 
    "delta": "0:00:00.266119", 
    "end": "2025-05-20 10:07:50.373887", 
    "rc": 0, 
    "start": "2025-05-20 10:07:50.107768"
}

STDOUT:

yes

TASK [Fail if service not added to default zone] *******************************
task path: /tmp/collections-eZr/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_service.yml:212
Tuesday 20 May 2025  10:07:50 -0400 (0:00:00.612)       0:00:35.051 *********** 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [Remove custom service from default zone] *********************************
task path: /tmp/collections-eZr/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_service.yml:219
Tuesday 20 May 2025  10:07:50 -0400 (0:00:00.065)       0:00:35.116 *********** 

TASK [fedora.linux_system_roles.firewall : Setup firewalld] ********************
task path: /tmp/collections-eZr/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:2
Tuesday 20 May 2025  10:07:50 -0400 (0:00:00.304)       0:00:35.421 *********** 
included: /tmp/collections-eZr/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-eZr/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:2
Tuesday 20 May 2025  10:07:50 -0400 (0:00:00.068)       0:00:35.489 *********** 
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-eZr/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:10
Tuesday 20 May 2025  10:07:50 -0400 (0:00:00.052)       0:00:35.542 *********** 
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-eZr/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:15
Tuesday 20 May 2025  10:07:50 -0400 (0:00:00.049)       0:00:35.591 *********** 
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-eZr/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:22
Tuesday 20 May 2025  10:07:51 -0400 (0:00:00.066)       0:00:35.658 *********** 
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-eZr/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:27
Tuesday 20 May 2025  10:07:51 -0400 (0:00:00.079)       0:00:35.737 *********** 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Install firewalld] ******************
task path: /tmp/collections-eZr/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:31
Tuesday 20 May 2025  10:07:51 -0400 (0:00:00.075)       0:00:35.813 *********** 
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-eZr/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:43
Tuesday 20 May 2025  10:07:52 -0400 (0:00:00.816)       0:00:36.630 *********** 
skipping: [managed-node2] => {}

TASK [fedora.linux_system_roles.firewall : Reboot transactional update systems] ***
task path: /tmp/collections-eZr/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:48
Tuesday 20 May 2025  10:07:52 -0400 (0:00:00.080)       0:00:36.710 *********** 
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-eZr/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:53
Tuesday 20 May 2025  10:07:52 -0400 (0:00:00.077)       0:00:36.788 *********** 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Check which conflicting services are enabled] ***
task path: /tmp/collections-eZr/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:5
Tuesday 20 May 2025  10:07:52 -0400 (0:00:00.075)       0:00:36.863 *********** 
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 : Attempt to stop and disable conflicting services] ***
task path: /tmp/collections-eZr/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:14
Tuesday 20 May 2025  10:07:52 -0400 (0:00:00.080)       0:00:36.943 *********** 
skipping: [managed-node2] => (item={u'skip_reason': u'Conditional result was False', u'item': u'nftables', u'skipped': True, u'ansible_loop_var': u'item', u'changed': False})  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": {
        "ansible_loop_var": "item", 
        "changed": false, 
        "item": "nftables", 
        "skip_reason": "Conditional result was False", 
        "skipped": true
    }, 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node2] => (item={u'skip_reason': u'Conditional result was False', u'item': u'iptables', u'skipped': True, u'ansible_loop_var': u'item', u'changed': False})  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": {
        "ansible_loop_var": "item", 
        "changed": false, 
        "item": "iptables", 
        "skip_reason": "Conditional result was False", 
        "skipped": true
    }, 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node2] => (item={u'skip_reason': u'Conditional result was False', u'item': u'ufw', u'skipped': True, u'ansible_loop_var': u'item', u'changed': False})  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": {
        "ansible_loop_var": "item", 
        "changed": false, 
        "item": "ufw", 
        "skip_reason": "Conditional result was False", 
        "skipped": true
    }, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Unmask firewalld service] ***********
task path: /tmp/collections-eZr/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:24
Tuesday 20 May 2025  10:07:52 -0400 (0:00:00.084)       0:00:37.028 *********** 
ok: [managed-node2] => {
    "changed": false, 
    "name": "firewalld", 
    "status": {
        "ActiveEnterTimestamp": "Tue 2025-05-20 10:05:10 EDT", 
        "ActiveEnterTimestampMonotonic": "247700753", 
        "ActiveExitTimestampMonotonic": "0", 
        "ActiveState": "active", 
        "After": "basic.target dbus.service polkit.service system.slice", 
        "AllowIsolate": "no", 
        "AmbientCapabilities": "0", 
        "AssertResult": "yes", 
        "AssertTimestamp": "Tue 2025-05-20 10:05:10 EDT", 
        "AssertTimestampMonotonic": "247364377", 
        "Before": "shutdown.target network-pre.target multi-user.target", 
        "BlockIOAccounting": "no", 
        "BlockIOWeight": "18446744073709551615", 
        "BusName": "org.fedoraproject.FirewallD1", 
        "CPUAccounting": "no", 
        "CPUQuotaPerSecUSec": "infinity", 
        "CPUSchedulingPolicy": "0", 
        "CPUSchedulingPriority": "0", 
        "CPUSchedulingResetOnFork": "no", 
        "CPUShares": "18446744073709551615", 
        "CanIsolate": "no", 
        "CanReload": "yes", 
        "CanStart": "yes", 
        "CanStop": "yes", 
        "CapabilityBoundingSet": "18446744073709551615", 
        "CollectMode": "inactive", 
        "ConditionResult": "yes", 
        "ConditionTimestamp": "Tue 2025-05-20 10:05:10 EDT", 
        "ConditionTimestampMonotonic": "247364375", 
        "Conflicts": "ip6tables.service ebtables.service iptables.service shutdown.target ipset.service", 
        "ControlGroup": "/system.slice/firewalld.service", 
        "ControlPID": "0", 
        "DefaultDependencies": "yes", 
        "Delegate": "no", 
        "Description": "firewalld - dynamic firewall daemon", 
        "DevicePolicy": "auto", 
        "Documentation": "man:firewalld(1)", 
        "EnvironmentFile": "/etc/sysconfig/firewalld (ignore_errors=yes)", 
        "ExecMainCode": "0", 
        "ExecMainExitTimestampMonotonic": "0", 
        "ExecMainPID": "9556", 
        "ExecMainStartTimestamp": "Tue 2025-05-20 10:05:10 EDT", 
        "ExecMainStartTimestampMonotonic": "247365904", 
        "ExecMainStatus": "0", 
        "ExecReload": "{ path=/bin/kill ; argv[]=/bin/kill -HUP $MAINPID ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", 
        "ExecStart": "{ path=/usr/sbin/firewalld ; argv[]=/usr/sbin/firewalld --nofork --nopid $FIREWALLD_ARGS ; ignore_errors=no ; start_time=[Tue 2025-05-20 10:05:10 EDT] ; stop_time=[n/a] ; pid=9556 ; code=(null) ; status=0/0 }", 
        "FailureAction": "none", 
        "FileDescriptorStoreMax": "0", 
        "FragmentPath": "/usr/lib/systemd/system/firewalld.service", 
        "GuessMainPID": "yes", 
        "IOScheduling": "0", 
        "Id": "firewalld.service", 
        "IgnoreOnIsolate": "no", 
        "IgnoreOnSnapshot": "no", 
        "IgnoreSIGPIPE": "yes", 
        "InactiveEnterTimestampMonotonic": "0", 
        "InactiveExitTimestamp": "Tue 2025-05-20 10:05:10 EDT", 
        "InactiveExitTimestampMonotonic": "247365945", 
        "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": "9556", 
        "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": "Tue 2025-05-20 10:05:10 EDT", 
        "WatchdogTimestampMonotonic": "247700689", 
        "WatchdogUSec": "0"
    }
}

TASK [fedora.linux_system_roles.firewall : Enable and start firewalld service] ***
task path: /tmp/collections-eZr/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:30
Tuesday 20 May 2025  10:07:52 -0400 (0:00:00.516)       0:00:37.544 *********** 
ok: [managed-node2] => {
    "changed": false, 
    "enabled": true, 
    "name": "firewalld", 
    "state": "started", 
    "status": {
        "ActiveEnterTimestamp": "Tue 2025-05-20 10:05:10 EDT", 
        "ActiveEnterTimestampMonotonic": "247700753", 
        "ActiveExitTimestampMonotonic": "0", 
        "ActiveState": "active", 
        "After": "basic.target dbus.service polkit.service system.slice", 
        "AllowIsolate": "no", 
        "AmbientCapabilities": "0", 
        "AssertResult": "yes", 
        "AssertTimestamp": "Tue 2025-05-20 10:05:10 EDT", 
        "AssertTimestampMonotonic": "247364377", 
        "Before": "shutdown.target network-pre.target multi-user.target", 
        "BlockIOAccounting": "no", 
        "BlockIOWeight": "18446744073709551615", 
        "BusName": "org.fedoraproject.FirewallD1", 
        "CPUAccounting": "no", 
        "CPUQuotaPerSecUSec": "infinity", 
        "CPUSchedulingPolicy": "0", 
        "CPUSchedulingPriority": "0", 
        "CPUSchedulingResetOnFork": "no", 
        "CPUShares": "18446744073709551615", 
        "CanIsolate": "no", 
        "CanReload": "yes", 
        "CanStart": "yes", 
        "CanStop": "yes", 
        "CapabilityBoundingSet": "18446744073709551615", 
        "CollectMode": "inactive", 
        "ConditionResult": "yes", 
        "ConditionTimestamp": "Tue 2025-05-20 10:05:10 EDT", 
        "ConditionTimestampMonotonic": "247364375", 
        "Conflicts": "ip6tables.service ebtables.service iptables.service shutdown.target ipset.service", 
        "ControlGroup": "/system.slice/firewalld.service", 
        "ControlPID": "0", 
        "DefaultDependencies": "yes", 
        "Delegate": "no", 
        "Description": "firewalld - dynamic firewall daemon", 
        "DevicePolicy": "auto", 
        "Documentation": "man:firewalld(1)", 
        "EnvironmentFile": "/etc/sysconfig/firewalld (ignore_errors=yes)", 
        "ExecMainCode": "0", 
        "ExecMainExitTimestampMonotonic": "0", 
        "ExecMainPID": "9556", 
        "ExecMainStartTimestamp": "Tue 2025-05-20 10:05:10 EDT", 
        "ExecMainStartTimestampMonotonic": "247365904", 
        "ExecMainStatus": "0", 
        "ExecReload": "{ path=/bin/kill ; argv[]=/bin/kill -HUP $MAINPID ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", 
        "ExecStart": "{ path=/usr/sbin/firewalld ; argv[]=/usr/sbin/firewalld --nofork --nopid $FIREWALLD_ARGS ; ignore_errors=no ; start_time=[Tue 2025-05-20 10:05:10 EDT] ; stop_time=[n/a] ; pid=9556 ; code=(null) ; status=0/0 }", 
        "FailureAction": "none", 
        "FileDescriptorStoreMax": "0", 
        "FragmentPath": "/usr/lib/systemd/system/firewalld.service", 
        "GuessMainPID": "yes", 
        "IOScheduling": "0", 
        "Id": "firewalld.service", 
        "IgnoreOnIsolate": "no", 
        "IgnoreOnSnapshot": "no", 
        "IgnoreSIGPIPE": "yes", 
        "InactiveEnterTimestampMonotonic": "0", 
        "InactiveExitTimestamp": "Tue 2025-05-20 10:05:10 EDT", 
        "InactiveExitTimestampMonotonic": "247365945", 
        "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": "9556", 
        "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": "Tue 2025-05-20 10:05:10 EDT", 
        "WatchdogTimestampMonotonic": "247700689", 
        "WatchdogUSec": "0"
    }
}

TASK [fedora.linux_system_roles.firewall : Check if previous replaced is defined] ***
task path: /tmp/collections-eZr/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:36
Tuesday 20 May 2025  10:07:53 -0400 (0:00:00.468)       0:00:38.012 *********** 
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-eZr/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:45
Tuesday 20 May 2025  10:07:53 -0400 (0:00:00.055)       0:00:38.068 *********** 
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-eZr/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:57
Tuesday 20 May 2025  10:07:53 -0400 (0:00:00.054)       0:00:38.123 *********** 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Configure firewall] *****************
task path: /tmp/collections-eZr/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:73
Tuesday 20 May 2025  10:07:53 -0400 (0:00:00.067)       0:00:38.190 *********** 
changed: [managed-node2] => (item={u'state': u'disabled', u'service': u'systemroletest'}) => {
    "__firewall_changed": true, 
    "ansible_loop_var": "item", 
    "changed": true, 
    "item": {
        "service": "systemroletest", 
        "state": "disabled"
    }
}

TASK [fedora.linux_system_roles.firewall : Gather firewall config information] ***
task path: /tmp/collections-eZr/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:123
Tuesday 20 May 2025  10:07:54 -0400 (0:00:00.678)       0:00:38.868 *********** 
skipping: [managed-node2] => (item={u'state': u'disabled', u'service': u'systemroletest'})  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": {
        "service": "systemroletest", 
        "state": "disabled"
    }, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Update firewalld_config fact] *******
task path: /tmp/collections-eZr/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:133
Tuesday 20 May 2025  10:07:54 -0400 (0:00:00.065)       0:00:38.934 *********** 
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-eZr/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:142
Tuesday 20 May 2025  10:07:54 -0400 (0:00:00.058)       0:00:38.993 *********** 
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-eZr/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:147
Tuesday 20 May 2025  10:07:54 -0400 (0:00:00.049)       0:00:39.043 *********** 
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-eZr/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:156
Tuesday 20 May 2025  10:07:54 -0400 (0:00:00.050)       0:00:39.093 *********** 
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-eZr/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:166
Tuesday 20 May 2025  10:07:54 -0400 (0:00:00.048)       0:00:39.142 *********** 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Show diffs] *************************
task path: /tmp/collections-eZr/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:172
Tuesday 20 May 2025  10:07:54 -0400 (0:00:00.048)       0:00:39.190 *********** 
skipping: [managed-node2] => {}

TASK [Remove custom service elements] ******************************************
task path: /tmp/collections-eZr/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_service.yml:229
Tuesday 20 May 2025  10:07:54 -0400 (0:00:00.048)       0:00:39.239 *********** 

TASK [fedora.linux_system_roles.firewall : Setup firewalld] ********************
task path: /tmp/collections-eZr/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:2
Tuesday 20 May 2025  10:07:54 -0400 (0:00:00.208)       0:00:39.447 *********** 
included: /tmp/collections-eZr/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-eZr/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:2
Tuesday 20 May 2025  10:07:54 -0400 (0:00:00.042)       0:00:39.489 *********** 
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-eZr/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:10
Tuesday 20 May 2025  10:07:54 -0400 (0:00:00.064)       0:00:39.554 *********** 
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-eZr/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:15
Tuesday 20 May 2025  10:07:54 -0400 (0:00:00.072)       0:00:39.626 *********** 
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-eZr/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:22
Tuesday 20 May 2025  10:07:55 -0400 (0:00:00.076)       0:00:39.703 *********** 
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-eZr/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:27
Tuesday 20 May 2025  10:07:55 -0400 (0:00:00.073)       0:00:39.777 *********** 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Install firewalld] ******************
task path: /tmp/collections-eZr/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:31
Tuesday 20 May 2025  10:07:55 -0400 (0:00:00.078)       0:00:39.855 *********** 
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-eZr/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:43
Tuesday 20 May 2025  10:07:56 -0400 (0:00:00.776)       0:00:40.632 *********** 
skipping: [managed-node2] => {}

TASK [fedora.linux_system_roles.firewall : Reboot transactional update systems] ***
task path: /tmp/collections-eZr/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:48
Tuesday 20 May 2025  10:07:56 -0400 (0:00:00.062)       0:00:40.694 *********** 
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-eZr/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:53
Tuesday 20 May 2025  10:07:56 -0400 (0:00:00.061)       0:00:40.755 *********** 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Check which conflicting services are enabled] ***
task path: /tmp/collections-eZr/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:5
Tuesday 20 May 2025  10:07:56 -0400 (0:00:00.050)       0:00:40.806 *********** 
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 : Attempt to stop and disable conflicting services] ***
task path: /tmp/collections-eZr/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:14
Tuesday 20 May 2025  10:07:56 -0400 (0:00:00.064)       0:00:40.871 *********** 
skipping: [managed-node2] => (item={u'skip_reason': u'Conditional result was False', u'item': u'nftables', u'skipped': True, u'ansible_loop_var': u'item', u'changed': False})  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": {
        "ansible_loop_var": "item", 
        "changed": false, 
        "item": "nftables", 
        "skip_reason": "Conditional result was False", 
        "skipped": true
    }, 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node2] => (item={u'skip_reason': u'Conditional result was False', u'item': u'iptables', u'skipped': True, u'ansible_loop_var': u'item', u'changed': False})  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": {
        "ansible_loop_var": "item", 
        "changed": false, 
        "item": "iptables", 
        "skip_reason": "Conditional result was False", 
        "skipped": true
    }, 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node2] => (item={u'skip_reason': u'Conditional result was False', u'item': u'ufw', u'skipped': True, u'ansible_loop_var': u'item', u'changed': False})  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": {
        "ansible_loop_var": "item", 
        "changed": false, 
        "item": "ufw", 
        "skip_reason": "Conditional result was False", 
        "skipped": true
    }, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Unmask firewalld service] ***********
task path: /tmp/collections-eZr/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:24
Tuesday 20 May 2025  10:07:56 -0400 (0:00:00.099)       0:00:40.971 *********** 
ok: [managed-node2] => {
    "changed": false, 
    "name": "firewalld", 
    "status": {
        "ActiveEnterTimestamp": "Tue 2025-05-20 10:05:10 EDT", 
        "ActiveEnterTimestampMonotonic": "247700753", 
        "ActiveExitTimestampMonotonic": "0", 
        "ActiveState": "active", 
        "After": "basic.target dbus.service polkit.service system.slice", 
        "AllowIsolate": "no", 
        "AmbientCapabilities": "0", 
        "AssertResult": "yes", 
        "AssertTimestamp": "Tue 2025-05-20 10:05:10 EDT", 
        "AssertTimestampMonotonic": "247364377", 
        "Before": "shutdown.target network-pre.target multi-user.target", 
        "BlockIOAccounting": "no", 
        "BlockIOWeight": "18446744073709551615", 
        "BusName": "org.fedoraproject.FirewallD1", 
        "CPUAccounting": "no", 
        "CPUQuotaPerSecUSec": "infinity", 
        "CPUSchedulingPolicy": "0", 
        "CPUSchedulingPriority": "0", 
        "CPUSchedulingResetOnFork": "no", 
        "CPUShares": "18446744073709551615", 
        "CanIsolate": "no", 
        "CanReload": "yes", 
        "CanStart": "yes", 
        "CanStop": "yes", 
        "CapabilityBoundingSet": "18446744073709551615", 
        "CollectMode": "inactive", 
        "ConditionResult": "yes", 
        "ConditionTimestamp": "Tue 2025-05-20 10:05:10 EDT", 
        "ConditionTimestampMonotonic": "247364375", 
        "Conflicts": "ip6tables.service ebtables.service iptables.service shutdown.target ipset.service", 
        "ControlGroup": "/system.slice/firewalld.service", 
        "ControlPID": "0", 
        "DefaultDependencies": "yes", 
        "Delegate": "no", 
        "Description": "firewalld - dynamic firewall daemon", 
        "DevicePolicy": "auto", 
        "Documentation": "man:firewalld(1)", 
        "EnvironmentFile": "/etc/sysconfig/firewalld (ignore_errors=yes)", 
        "ExecMainCode": "0", 
        "ExecMainExitTimestampMonotonic": "0", 
        "ExecMainPID": "9556", 
        "ExecMainStartTimestamp": "Tue 2025-05-20 10:05:10 EDT", 
        "ExecMainStartTimestampMonotonic": "247365904", 
        "ExecMainStatus": "0", 
        "ExecReload": "{ path=/bin/kill ; argv[]=/bin/kill -HUP $MAINPID ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", 
        "ExecStart": "{ path=/usr/sbin/firewalld ; argv[]=/usr/sbin/firewalld --nofork --nopid $FIREWALLD_ARGS ; ignore_errors=no ; start_time=[Tue 2025-05-20 10:05:10 EDT] ; stop_time=[n/a] ; pid=9556 ; code=(null) ; status=0/0 }", 
        "FailureAction": "none", 
        "FileDescriptorStoreMax": "0", 
        "FragmentPath": "/usr/lib/systemd/system/firewalld.service", 
        "GuessMainPID": "yes", 
        "IOScheduling": "0", 
        "Id": "firewalld.service", 
        "IgnoreOnIsolate": "no", 
        "IgnoreOnSnapshot": "no", 
        "IgnoreSIGPIPE": "yes", 
        "InactiveEnterTimestampMonotonic": "0", 
        "InactiveExitTimestamp": "Tue 2025-05-20 10:05:10 EDT", 
        "InactiveExitTimestampMonotonic": "247365945", 
        "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": "9556", 
        "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": "Tue 2025-05-20 10:05:10 EDT", 
        "WatchdogTimestampMonotonic": "247700689", 
        "WatchdogUSec": "0"
    }
}

TASK [fedora.linux_system_roles.firewall : Enable and start firewalld service] ***
task path: /tmp/collections-eZr/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:30
Tuesday 20 May 2025  10:07:56 -0400 (0:00:00.496)       0:00:41.467 *********** 
ok: [managed-node2] => {
    "changed": false, 
    "enabled": true, 
    "name": "firewalld", 
    "state": "started", 
    "status": {
        "ActiveEnterTimestamp": "Tue 2025-05-20 10:05:10 EDT", 
        "ActiveEnterTimestampMonotonic": "247700753", 
        "ActiveExitTimestampMonotonic": "0", 
        "ActiveState": "active", 
        "After": "basic.target dbus.service polkit.service system.slice", 
        "AllowIsolate": "no", 
        "AmbientCapabilities": "0", 
        "AssertResult": "yes", 
        "AssertTimestamp": "Tue 2025-05-20 10:05:10 EDT", 
        "AssertTimestampMonotonic": "247364377", 
        "Before": "shutdown.target network-pre.target multi-user.target", 
        "BlockIOAccounting": "no", 
        "BlockIOWeight": "18446744073709551615", 
        "BusName": "org.fedoraproject.FirewallD1", 
        "CPUAccounting": "no", 
        "CPUQuotaPerSecUSec": "infinity", 
        "CPUSchedulingPolicy": "0", 
        "CPUSchedulingPriority": "0", 
        "CPUSchedulingResetOnFork": "no", 
        "CPUShares": "18446744073709551615", 
        "CanIsolate": "no", 
        "CanReload": "yes", 
        "CanStart": "yes", 
        "CanStop": "yes", 
        "CapabilityBoundingSet": "18446744073709551615", 
        "CollectMode": "inactive", 
        "ConditionResult": "yes", 
        "ConditionTimestamp": "Tue 2025-05-20 10:05:10 EDT", 
        "ConditionTimestampMonotonic": "247364375", 
        "Conflicts": "ip6tables.service ebtables.service iptables.service shutdown.target ipset.service", 
        "ControlGroup": "/system.slice/firewalld.service", 
        "ControlPID": "0", 
        "DefaultDependencies": "yes", 
        "Delegate": "no", 
        "Description": "firewalld - dynamic firewall daemon", 
        "DevicePolicy": "auto", 
        "Documentation": "man:firewalld(1)", 
        "EnvironmentFile": "/etc/sysconfig/firewalld (ignore_errors=yes)", 
        "ExecMainCode": "0", 
        "ExecMainExitTimestampMonotonic": "0", 
        "ExecMainPID": "9556", 
        "ExecMainStartTimestamp": "Tue 2025-05-20 10:05:10 EDT", 
        "ExecMainStartTimestampMonotonic": "247365904", 
        "ExecMainStatus": "0", 
        "ExecReload": "{ path=/bin/kill ; argv[]=/bin/kill -HUP $MAINPID ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", 
        "ExecStart": "{ path=/usr/sbin/firewalld ; argv[]=/usr/sbin/firewalld --nofork --nopid $FIREWALLD_ARGS ; ignore_errors=no ; start_time=[Tue 2025-05-20 10:05:10 EDT] ; stop_time=[n/a] ; pid=9556 ; code=(null) ; status=0/0 }", 
        "FailureAction": "none", 
        "FileDescriptorStoreMax": "0", 
        "FragmentPath": "/usr/lib/systemd/system/firewalld.service", 
        "GuessMainPID": "yes", 
        "IOScheduling": "0", 
        "Id": "firewalld.service", 
        "IgnoreOnIsolate": "no", 
        "IgnoreOnSnapshot": "no", 
        "IgnoreSIGPIPE": "yes", 
        "InactiveEnterTimestampMonotonic": "0", 
        "InactiveExitTimestamp": "Tue 2025-05-20 10:05:10 EDT", 
        "InactiveExitTimestampMonotonic": "247365945", 
        "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": "9556", 
        "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": "Tue 2025-05-20 10:05:10 EDT", 
        "WatchdogTimestampMonotonic": "247700689", 
        "WatchdogUSec": "0"
    }
}

TASK [fedora.linux_system_roles.firewall : Check if previous replaced is defined] ***
task path: /tmp/collections-eZr/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:36
Tuesday 20 May 2025  10:07:57 -0400 (0:00:00.506)       0:00:41.974 *********** 
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-eZr/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:45
Tuesday 20 May 2025  10:07:57 -0400 (0:00:00.075)       0:00:42.049 *********** 
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-eZr/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:57
Tuesday 20 May 2025  10:07:57 -0400 (0:00:00.062)       0:00:42.111 *********** 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Configure firewall] *****************
task path: /tmp/collections-eZr/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:73
Tuesday 20 May 2025  10:07:57 -0400 (0:00:00.048)       0:00:42.160 *********** 
changed: [managed-node2] => (item={u'protocol': u'icmp', u'service': u'systemroletest', u'helper_module': u'__omit_place_holder__97ad1711698c7ca2d1657a71344f72adfd5e29df', u'destination': [u'1.1.1.1', u'1::1'], u'includes': [], u'state': u'absent', u'permanent': True, u'source_port': [u'10000/udp'], u'port': [u'9999/udp']}) => {
    "__firewall_changed": true, 
    "ansible_loop_var": "item", 
    "changed": true, 
    "item": {
        "destination": [
            "1.1.1.1", 
            "1::1"
        ], 
        "helper_module": "__omit_place_holder__97ad1711698c7ca2d1657a71344f72adfd5e29df", 
        "includes": [], 
        "permanent": true, 
        "port": [
            "9999/udp"
        ], 
        "protocol": "icmp", 
        "service": "systemroletest", 
        "source_port": [
            "10000/udp"
        ], 
        "state": "absent"
    }
}

TASK [fedora.linux_system_roles.firewall : Gather firewall config information] ***
task path: /tmp/collections-eZr/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:123
Tuesday 20 May 2025  10:07:58 -0400 (0:00:00.868)       0:00:43.029 *********** 
skipping: [managed-node2] => (item={u'protocol': u'icmp', u'service': u'systemroletest', u'helper_module': u'__omit_place_holder__97ad1711698c7ca2d1657a71344f72adfd5e29df', u'destination': [u'1.1.1.1', u'1::1'], u'includes': [], u'state': u'absent', u'permanent': True, u'source_port': [u'10000/udp'], u'port': [u'9999/udp']})  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": {
        "destination": [
            "1.1.1.1", 
            "1::1"
        ], 
        "helper_module": "__omit_place_holder__97ad1711698c7ca2d1657a71344f72adfd5e29df", 
        "includes": [], 
        "permanent": true, 
        "port": [
            "9999/udp"
        ], 
        "protocol": "icmp", 
        "service": "systemroletest", 
        "source_port": [
            "10000/udp"
        ], 
        "state": "absent"
    }, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Update firewalld_config fact] *******
task path: /tmp/collections-eZr/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:133
Tuesday 20 May 2025  10:07:58 -0400 (0:00:00.085)       0:00:43.114 *********** 
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-eZr/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:142
Tuesday 20 May 2025  10:07:58 -0400 (0:00:00.078)       0:00:43.192 *********** 
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-eZr/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:147
Tuesday 20 May 2025  10:07:58 -0400 (0:00:00.075)       0:00:43.268 *********** 
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-eZr/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:156
Tuesday 20 May 2025  10:07:58 -0400 (0:00:00.084)       0:00:43.352 *********** 
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-eZr/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:166
Tuesday 20 May 2025  10:07:58 -0400 (0:00:00.070)       0:00:43.423 *********** 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Show diffs] *************************
task path: /tmp/collections-eZr/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:172
Tuesday 20 May 2025  10:07:58 -0400 (0:00:00.060)       0:00:43.484 *********** 
skipping: [managed-node2] => {}

TASK [Fail if custom service elements unchanged] *******************************
task path: /tmp/collections-eZr/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_service.yml:248
Tuesday 20 May 2025  10:07:58 -0400 (0:00:00.063)       0:00:43.547 *********** 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [Remove custom service elements again] ************************************
task path: /tmp/collections-eZr/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_service.yml:253
Tuesday 20 May 2025  10:07:58 -0400 (0:00:00.049)       0:00:43.597 *********** 

TASK [fedora.linux_system_roles.firewall : Setup firewalld] ********************
task path: /tmp/collections-eZr/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:2
Tuesday 20 May 2025  10:07:59 -0400 (0:00:00.337)       0:00:43.934 *********** 
included: /tmp/collections-eZr/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-eZr/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:2
Tuesday 20 May 2025  10:07:59 -0400 (0:00:00.062)       0:00:43.997 *********** 
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-eZr/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:10
Tuesday 20 May 2025  10:07:59 -0400 (0:00:00.067)       0:00:44.064 *********** 
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-eZr/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:15
Tuesday 20 May 2025  10:07:59 -0400 (0:00:00.054)       0:00:44.119 *********** 
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-eZr/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:22
Tuesday 20 May 2025  10:07:59 -0400 (0:00:00.048)       0:00:44.168 *********** 
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-eZr/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:27
Tuesday 20 May 2025  10:07:59 -0400 (0:00:00.048)       0:00:44.216 *********** 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Install firewalld] ******************
task path: /tmp/collections-eZr/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:31
Tuesday 20 May 2025  10:07:59 -0400 (0:00:00.048)       0:00:44.264 *********** 
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-eZr/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:43
Tuesday 20 May 2025  10:08:00 -0400 (0:00:00.668)       0:00:44.933 *********** 
skipping: [managed-node2] => {}

TASK [fedora.linux_system_roles.firewall : Reboot transactional update systems] ***
task path: /tmp/collections-eZr/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:48
Tuesday 20 May 2025  10:08:00 -0400 (0:00:00.074)       0:00:45.007 *********** 
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-eZr/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:53
Tuesday 20 May 2025  10:08:00 -0400 (0:00:00.075)       0:00:45.083 *********** 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Check which conflicting services are enabled] ***
task path: /tmp/collections-eZr/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:5
Tuesday 20 May 2025  10:08:00 -0400 (0:00:00.074)       0:00:45.158 *********** 
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 : Attempt to stop and disable conflicting services] ***
task path: /tmp/collections-eZr/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:14
Tuesday 20 May 2025  10:08:00 -0400 (0:00:00.101)       0:00:45.260 *********** 
skipping: [managed-node2] => (item={u'skip_reason': u'Conditional result was False', u'item': u'nftables', u'skipped': True, u'ansible_loop_var': u'item', u'changed': False})  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": {
        "ansible_loop_var": "item", 
        "changed": false, 
        "item": "nftables", 
        "skip_reason": "Conditional result was False", 
        "skipped": true
    }, 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node2] => (item={u'skip_reason': u'Conditional result was False', u'item': u'iptables', u'skipped': True, u'ansible_loop_var': u'item', u'changed': False})  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": {
        "ansible_loop_var": "item", 
        "changed": false, 
        "item": "iptables", 
        "skip_reason": "Conditional result was False", 
        "skipped": true
    }, 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node2] => (item={u'skip_reason': u'Conditional result was False', u'item': u'ufw', u'skipped': True, u'ansible_loop_var': u'item', u'changed': False})  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": {
        "ansible_loop_var": "item", 
        "changed": false, 
        "item": "ufw", 
        "skip_reason": "Conditional result was False", 
        "skipped": true
    }, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Unmask firewalld service] ***********
task path: /tmp/collections-eZr/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:24
Tuesday 20 May 2025  10:08:00 -0400 (0:00:00.107)       0:00:45.368 *********** 
ok: [managed-node2] => {
    "changed": false, 
    "name": "firewalld", 
    "status": {
        "ActiveEnterTimestamp": "Tue 2025-05-20 10:05:10 EDT", 
        "ActiveEnterTimestampMonotonic": "247700753", 
        "ActiveExitTimestampMonotonic": "0", 
        "ActiveState": "active", 
        "After": "basic.target dbus.service polkit.service system.slice", 
        "AllowIsolate": "no", 
        "AmbientCapabilities": "0", 
        "AssertResult": "yes", 
        "AssertTimestamp": "Tue 2025-05-20 10:05:10 EDT", 
        "AssertTimestampMonotonic": "247364377", 
        "Before": "shutdown.target network-pre.target multi-user.target", 
        "BlockIOAccounting": "no", 
        "BlockIOWeight": "18446744073709551615", 
        "BusName": "org.fedoraproject.FirewallD1", 
        "CPUAccounting": "no", 
        "CPUQuotaPerSecUSec": "infinity", 
        "CPUSchedulingPolicy": "0", 
        "CPUSchedulingPriority": "0", 
        "CPUSchedulingResetOnFork": "no", 
        "CPUShares": "18446744073709551615", 
        "CanIsolate": "no", 
        "CanReload": "yes", 
        "CanStart": "yes", 
        "CanStop": "yes", 
        "CapabilityBoundingSet": "18446744073709551615", 
        "CollectMode": "inactive", 
        "ConditionResult": "yes", 
        "ConditionTimestamp": "Tue 2025-05-20 10:05:10 EDT", 
        "ConditionTimestampMonotonic": "247364375", 
        "Conflicts": "ip6tables.service ebtables.service iptables.service shutdown.target ipset.service", 
        "ControlGroup": "/system.slice/firewalld.service", 
        "ControlPID": "0", 
        "DefaultDependencies": "yes", 
        "Delegate": "no", 
        "Description": "firewalld - dynamic firewall daemon", 
        "DevicePolicy": "auto", 
        "Documentation": "man:firewalld(1)", 
        "EnvironmentFile": "/etc/sysconfig/firewalld (ignore_errors=yes)", 
        "ExecMainCode": "0", 
        "ExecMainExitTimestampMonotonic": "0", 
        "ExecMainPID": "9556", 
        "ExecMainStartTimestamp": "Tue 2025-05-20 10:05:10 EDT", 
        "ExecMainStartTimestampMonotonic": "247365904", 
        "ExecMainStatus": "0", 
        "ExecReload": "{ path=/bin/kill ; argv[]=/bin/kill -HUP $MAINPID ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", 
        "ExecStart": "{ path=/usr/sbin/firewalld ; argv[]=/usr/sbin/firewalld --nofork --nopid $FIREWALLD_ARGS ; ignore_errors=no ; start_time=[Tue 2025-05-20 10:05:10 EDT] ; stop_time=[n/a] ; pid=9556 ; code=(null) ; status=0/0 }", 
        "FailureAction": "none", 
        "FileDescriptorStoreMax": "0", 
        "FragmentPath": "/usr/lib/systemd/system/firewalld.service", 
        "GuessMainPID": "yes", 
        "IOScheduling": "0", 
        "Id": "firewalld.service", 
        "IgnoreOnIsolate": "no", 
        "IgnoreOnSnapshot": "no", 
        "IgnoreSIGPIPE": "yes", 
        "InactiveEnterTimestampMonotonic": "0", 
        "InactiveExitTimestamp": "Tue 2025-05-20 10:05:10 EDT", 
        "InactiveExitTimestampMonotonic": "247365945", 
        "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": "9556", 
        "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": "Tue 2025-05-20 10:05:10 EDT", 
        "WatchdogTimestampMonotonic": "247700689", 
        "WatchdogUSec": "0"
    }
}

TASK [fedora.linux_system_roles.firewall : Enable and start firewalld service] ***
task path: /tmp/collections-eZr/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:30
Tuesday 20 May 2025  10:08:01 -0400 (0:00:00.467)       0:00:45.835 *********** 
ok: [managed-node2] => {
    "changed": false, 
    "enabled": true, 
    "name": "firewalld", 
    "state": "started", 
    "status": {
        "ActiveEnterTimestamp": "Tue 2025-05-20 10:05:10 EDT", 
        "ActiveEnterTimestampMonotonic": "247700753", 
        "ActiveExitTimestampMonotonic": "0", 
        "ActiveState": "active", 
        "After": "basic.target dbus.service polkit.service system.slice", 
        "AllowIsolate": "no", 
        "AmbientCapabilities": "0", 
        "AssertResult": "yes", 
        "AssertTimestamp": "Tue 2025-05-20 10:05:10 EDT", 
        "AssertTimestampMonotonic": "247364377", 
        "Before": "shutdown.target network-pre.target multi-user.target", 
        "BlockIOAccounting": "no", 
        "BlockIOWeight": "18446744073709551615", 
        "BusName": "org.fedoraproject.FirewallD1", 
        "CPUAccounting": "no", 
        "CPUQuotaPerSecUSec": "infinity", 
        "CPUSchedulingPolicy": "0", 
        "CPUSchedulingPriority": "0", 
        "CPUSchedulingResetOnFork": "no", 
        "CPUShares": "18446744073709551615", 
        "CanIsolate": "no", 
        "CanReload": "yes", 
        "CanStart": "yes", 
        "CanStop": "yes", 
        "CapabilityBoundingSet": "18446744073709551615", 
        "CollectMode": "inactive", 
        "ConditionResult": "yes", 
        "ConditionTimestamp": "Tue 2025-05-20 10:05:10 EDT", 
        "ConditionTimestampMonotonic": "247364375", 
        "Conflicts": "ip6tables.service ebtables.service iptables.service shutdown.target ipset.service", 
        "ControlGroup": "/system.slice/firewalld.service", 
        "ControlPID": "0", 
        "DefaultDependencies": "yes", 
        "Delegate": "no", 
        "Description": "firewalld - dynamic firewall daemon", 
        "DevicePolicy": "auto", 
        "Documentation": "man:firewalld(1)", 
        "EnvironmentFile": "/etc/sysconfig/firewalld (ignore_errors=yes)", 
        "ExecMainCode": "0", 
        "ExecMainExitTimestampMonotonic": "0", 
        "ExecMainPID": "9556", 
        "ExecMainStartTimestamp": "Tue 2025-05-20 10:05:10 EDT", 
        "ExecMainStartTimestampMonotonic": "247365904", 
        "ExecMainStatus": "0", 
        "ExecReload": "{ path=/bin/kill ; argv[]=/bin/kill -HUP $MAINPID ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", 
        "ExecStart": "{ path=/usr/sbin/firewalld ; argv[]=/usr/sbin/firewalld --nofork --nopid $FIREWALLD_ARGS ; ignore_errors=no ; start_time=[Tue 2025-05-20 10:05:10 EDT] ; stop_time=[n/a] ; pid=9556 ; code=(null) ; status=0/0 }", 
        "FailureAction": "none", 
        "FileDescriptorStoreMax": "0", 
        "FragmentPath": "/usr/lib/systemd/system/firewalld.service", 
        "GuessMainPID": "yes", 
        "IOScheduling": "0", 
        "Id": "firewalld.service", 
        "IgnoreOnIsolate": "no", 
        "IgnoreOnSnapshot": "no", 
        "IgnoreSIGPIPE": "yes", 
        "InactiveEnterTimestampMonotonic": "0", 
        "InactiveExitTimestamp": "Tue 2025-05-20 10:05:10 EDT", 
        "InactiveExitTimestampMonotonic": "247365945", 
        "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": "9556", 
        "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": "Tue 2025-05-20 10:05:10 EDT", 
        "WatchdogTimestampMonotonic": "247700689", 
        "WatchdogUSec": "0"
    }
}

TASK [fedora.linux_system_roles.firewall : Check if previous replaced is defined] ***
task path: /tmp/collections-eZr/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:36
Tuesday 20 May 2025  10:08:01 -0400 (0:00:00.461)       0:00:46.296 *********** 
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-eZr/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:45
Tuesday 20 May 2025  10:08:01 -0400 (0:00:00.059)       0:00:46.356 *********** 
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-eZr/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:57
Tuesday 20 May 2025  10:08:01 -0400 (0:00:00.049)       0:00:46.405 *********** 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Configure firewall] *****************
task path: /tmp/collections-eZr/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:73
Tuesday 20 May 2025  10:08:01 -0400 (0:00:00.048)       0:00:46.454 *********** 
ok: [managed-node2] => (item={u'protocol': u'icmp', u'service': u'systemroletest', u'helper_module': u'__omit_place_holder__97ad1711698c7ca2d1657a71344f72adfd5e29df', u'destination': [u'1.1.1.1', u'1::1'], u'includes': [], u'state': u'absent', u'permanent': True, u'source_port': [u'10000/udp'], u'port': [u'9999/udp']}) => {
    "__firewall_changed": false, 
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": {
        "destination": [
            "1.1.1.1", 
            "1::1"
        ], 
        "helper_module": "__omit_place_holder__97ad1711698c7ca2d1657a71344f72adfd5e29df", 
        "includes": [], 
        "permanent": true, 
        "port": [
            "9999/udp"
        ], 
        "protocol": "icmp", 
        "service": "systemroletest", 
        "source_port": [
            "10000/udp"
        ], 
        "state": "absent"
    }
}

TASK [fedora.linux_system_roles.firewall : Gather firewall config information] ***
task path: /tmp/collections-eZr/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:123
Tuesday 20 May 2025  10:08:02 -0400 (0:00:00.703)       0:00:47.157 *********** 
skipping: [managed-node2] => (item={u'protocol': u'icmp', u'service': u'systemroletest', u'helper_module': u'__omit_place_holder__97ad1711698c7ca2d1657a71344f72adfd5e29df', u'destination': [u'1.1.1.1', u'1::1'], u'includes': [], u'state': u'absent', u'permanent': True, u'source_port': [u'10000/udp'], u'port': [u'9999/udp']})  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": {
        "destination": [
            "1.1.1.1", 
            "1::1"
        ], 
        "helper_module": "__omit_place_holder__97ad1711698c7ca2d1657a71344f72adfd5e29df", 
        "includes": [], 
        "permanent": true, 
        "port": [
            "9999/udp"
        ], 
        "protocol": "icmp", 
        "service": "systemroletest", 
        "source_port": [
            "10000/udp"
        ], 
        "state": "absent"
    }, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Update firewalld_config fact] *******
task path: /tmp/collections-eZr/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:133
Tuesday 20 May 2025  10:08:02 -0400 (0:00:00.146)       0:00:47.304 *********** 
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-eZr/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:142
Tuesday 20 May 2025  10:08:02 -0400 (0:00:00.117)       0:00:47.421 *********** 
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-eZr/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:147
Tuesday 20 May 2025  10:08:02 -0400 (0:00:00.091)       0:00:47.513 *********** 
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-eZr/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:156
Tuesday 20 May 2025  10:08:02 -0400 (0:00:00.089)       0:00:47.602 *********** 
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-eZr/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:166
Tuesday 20 May 2025  10:08:03 -0400 (0:00:00.077)       0:00:47.680 *********** 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Show diffs] *************************
task path: /tmp/collections-eZr/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:172
Tuesday 20 May 2025  10:08:03 -0400 (0:00:00.075)       0:00:47.756 *********** 
skipping: [managed-node2] => {}

TASK [Fail if custom service elements changed] *********************************
task path: /tmp/collections-eZr/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_service.yml:270
Tuesday 20 May 2025  10:08:03 -0400 (0:00:00.068)       0:00:47.825 *********** 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [Get all services] ********************************************************
task path: /tmp/collections-eZr/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_service.yml:275
Tuesday 20 May 2025  10:08:03 -0400 (0:00:00.069)       0:00:47.894 *********** 
ok: [managed-node2] => {
    "changed": false, 
    "cmd": [
        "firewall-offline-cmd", 
        "--get-services"
    ], 
    "delta": "0:00:00.266897", 
    "end": "2025-05-20 10:08:03.827344", 
    "rc": 0, 
    "start": "2025-05-20 10:08:03.560447"
}

STDOUT:

RH-Satellite-6 RH-Satellite-6-capsule amanda-client amanda-k5-client amqp amqps apcupsd audit bacula bacula-client bgp bitcoin bitcoin-rpc bitcoin-testnet bitcoin-testnet-rpc ceph ceph-mon cfengine condor-collector ctdb dhcp dhcpv6 dhcpv6-client distcc dns docker-registry docker-swarm dropbox-lansync elasticsearch etcd-client etcd-server finger freeipa-ldap freeipa-ldaps freeipa-replication freeipa-trust ftp ganglia-client ganglia-master git gre high-availability http https imap imaps ipp ipp-client ipsec irc ircs iscsi-target isns jenkins kadmin kerberos kibana klogin kpasswd kprop kshell ldap ldaps libvirt libvirt-tls lightning-network llmnr managesieve matrix mdns minidlna mongodb mosh mountd mqtt mqtt-tls ms-wbt mssql murmur mysql nfs nfs3 nmea-0183 nrpe ntp nut openvpn ovirt-imageio ovirt-storageconsole ovirt-vmconsole plex pmcd pmproxy pmwebapi pmwebapis pop3 pop3s postgresql privoxy proxy-dhcp ptp pulseaudio puppetmaster quassel radius redis rpc-bind rsh rsyncd rtsp salt-master samba samba-client samba-dc sane sip sips slp smtp smtp-submission smtps snmp snmptrap spideroak-lansync squid ssh steam-streaming svdrp svn syncthing syncthing-gui synergy syslog syslog-tls systemroletest telnet tftp tftp-client tinc tor-socks transmission-client upnp-client vdsm vnc-server wbem-http wbem-https wsman wsmans xdmcp xmpp-bosh xmpp-client xmpp-local xmpp-server zabbix-agent zabbix-server

TASK [Fail if systemroletest removed] ******************************************
task path: /tmp/collections-eZr/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_service.yml:280
Tuesday 20 May 2025  10:08:03 -0400 (0:00:00.632)       0:00:48.527 *********** 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [Remove custom service] ***************************************************
task path: /tmp/collections-eZr/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_service.yml:289
Tuesday 20 May 2025  10:08:03 -0400 (0:00:00.065)       0:00:48.593 *********** 

TASK [fedora.linux_system_roles.firewall : Setup firewalld] ********************
task path: /tmp/collections-eZr/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:2
Tuesday 20 May 2025  10:08:04 -0400 (0:00:00.363)       0:00:48.956 *********** 
included: /tmp/collections-eZr/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-eZr/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:2
Tuesday 20 May 2025  10:08:04 -0400 (0:00:00.045)       0:00:49.001 *********** 
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-eZr/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:10
Tuesday 20 May 2025  10:08:04 -0400 (0:00:00.067)       0:00:49.069 *********** 
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-eZr/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:15
Tuesday 20 May 2025  10:08:04 -0400 (0:00:00.074)       0:00:49.143 *********** 
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-eZr/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:22
Tuesday 20 May 2025  10:08:04 -0400 (0:00:00.065)       0:00:49.209 *********** 
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-eZr/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:27
Tuesday 20 May 2025  10:08:04 -0400 (0:00:00.060)       0:00:49.269 *********** 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Install firewalld] ******************
task path: /tmp/collections-eZr/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:31
Tuesday 20 May 2025  10:08:04 -0400 (0:00:00.058)       0:00:49.327 *********** 
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-eZr/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:43
Tuesday 20 May 2025  10:08:05 -0400 (0:00:00.724)       0:00:50.052 *********** 
skipping: [managed-node2] => {}

TASK [fedora.linux_system_roles.firewall : Reboot transactional update systems] ***
task path: /tmp/collections-eZr/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:48
Tuesday 20 May 2025  10:08:05 -0400 (0:00:00.075)       0:00:50.128 *********** 
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-eZr/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:53
Tuesday 20 May 2025  10:08:05 -0400 (0:00:00.079)       0:00:50.207 *********** 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Check which conflicting services are enabled] ***
task path: /tmp/collections-eZr/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:5
Tuesday 20 May 2025  10:08:05 -0400 (0:00:00.077)       0:00:50.284 *********** 
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 : Attempt to stop and disable conflicting services] ***
task path: /tmp/collections-eZr/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:14
Tuesday 20 May 2025  10:08:05 -0400 (0:00:00.080)       0:00:50.364 *********** 
skipping: [managed-node2] => (item={u'skip_reason': u'Conditional result was False', u'item': u'nftables', u'skipped': True, u'ansible_loop_var': u'item', u'changed': False})  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": {
        "ansible_loop_var": "item", 
        "changed": false, 
        "item": "nftables", 
        "skip_reason": "Conditional result was False", 
        "skipped": true
    }, 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node2] => (item={u'skip_reason': u'Conditional result was False', u'item': u'iptables', u'skipped': True, u'ansible_loop_var': u'item', u'changed': False})  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": {
        "ansible_loop_var": "item", 
        "changed": false, 
        "item": "iptables", 
        "skip_reason": "Conditional result was False", 
        "skipped": true
    }, 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node2] => (item={u'skip_reason': u'Conditional result was False', u'item': u'ufw', u'skipped': True, u'ansible_loop_var': u'item', u'changed': False})  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": {
        "ansible_loop_var": "item", 
        "changed": false, 
        "item": "ufw", 
        "skip_reason": "Conditional result was False", 
        "skipped": true
    }, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Unmask firewalld service] ***********
task path: /tmp/collections-eZr/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:24
Tuesday 20 May 2025  10:08:05 -0400 (0:00:00.084)       0:00:50.449 *********** 
ok: [managed-node2] => {
    "changed": false, 
    "name": "firewalld", 
    "status": {
        "ActiveEnterTimestamp": "Tue 2025-05-20 10:05:10 EDT", 
        "ActiveEnterTimestampMonotonic": "247700753", 
        "ActiveExitTimestampMonotonic": "0", 
        "ActiveState": "active", 
        "After": "basic.target dbus.service polkit.service system.slice", 
        "AllowIsolate": "no", 
        "AmbientCapabilities": "0", 
        "AssertResult": "yes", 
        "AssertTimestamp": "Tue 2025-05-20 10:05:10 EDT", 
        "AssertTimestampMonotonic": "247364377", 
        "Before": "shutdown.target network-pre.target multi-user.target", 
        "BlockIOAccounting": "no", 
        "BlockIOWeight": "18446744073709551615", 
        "BusName": "org.fedoraproject.FirewallD1", 
        "CPUAccounting": "no", 
        "CPUQuotaPerSecUSec": "infinity", 
        "CPUSchedulingPolicy": "0", 
        "CPUSchedulingPriority": "0", 
        "CPUSchedulingResetOnFork": "no", 
        "CPUShares": "18446744073709551615", 
        "CanIsolate": "no", 
        "CanReload": "yes", 
        "CanStart": "yes", 
        "CanStop": "yes", 
        "CapabilityBoundingSet": "18446744073709551615", 
        "CollectMode": "inactive", 
        "ConditionResult": "yes", 
        "ConditionTimestamp": "Tue 2025-05-20 10:05:10 EDT", 
        "ConditionTimestampMonotonic": "247364375", 
        "Conflicts": "ip6tables.service ebtables.service iptables.service shutdown.target ipset.service", 
        "ControlGroup": "/system.slice/firewalld.service", 
        "ControlPID": "0", 
        "DefaultDependencies": "yes", 
        "Delegate": "no", 
        "Description": "firewalld - dynamic firewall daemon", 
        "DevicePolicy": "auto", 
        "Documentation": "man:firewalld(1)", 
        "EnvironmentFile": "/etc/sysconfig/firewalld (ignore_errors=yes)", 
        "ExecMainCode": "0", 
        "ExecMainExitTimestampMonotonic": "0", 
        "ExecMainPID": "9556", 
        "ExecMainStartTimestamp": "Tue 2025-05-20 10:05:10 EDT", 
        "ExecMainStartTimestampMonotonic": "247365904", 
        "ExecMainStatus": "0", 
        "ExecReload": "{ path=/bin/kill ; argv[]=/bin/kill -HUP $MAINPID ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", 
        "ExecStart": "{ path=/usr/sbin/firewalld ; argv[]=/usr/sbin/firewalld --nofork --nopid $FIREWALLD_ARGS ; ignore_errors=no ; start_time=[Tue 2025-05-20 10:05:10 EDT] ; stop_time=[n/a] ; pid=9556 ; code=(null) ; status=0/0 }", 
        "FailureAction": "none", 
        "FileDescriptorStoreMax": "0", 
        "FragmentPath": "/usr/lib/systemd/system/firewalld.service", 
        "GuessMainPID": "yes", 
        "IOScheduling": "0", 
        "Id": "firewalld.service", 
        "IgnoreOnIsolate": "no", 
        "IgnoreOnSnapshot": "no", 
        "IgnoreSIGPIPE": "yes", 
        "InactiveEnterTimestampMonotonic": "0", 
        "InactiveExitTimestamp": "Tue 2025-05-20 10:05:10 EDT", 
        "InactiveExitTimestampMonotonic": "247365945", 
        "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": "9556", 
        "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": "Tue 2025-05-20 10:05:10 EDT", 
        "WatchdogTimestampMonotonic": "247700689", 
        "WatchdogUSec": "0"
    }
}

TASK [fedora.linux_system_roles.firewall : Enable and start firewalld service] ***
task path: /tmp/collections-eZr/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:30
Tuesday 20 May 2025  10:08:06 -0400 (0:00:00.450)       0:00:50.900 *********** 
ok: [managed-node2] => {
    "changed": false, 
    "enabled": true, 
    "name": "firewalld", 
    "state": "started", 
    "status": {
        "ActiveEnterTimestamp": "Tue 2025-05-20 10:05:10 EDT", 
        "ActiveEnterTimestampMonotonic": "247700753", 
        "ActiveExitTimestampMonotonic": "0", 
        "ActiveState": "active", 
        "After": "basic.target dbus.service polkit.service system.slice", 
        "AllowIsolate": "no", 
        "AmbientCapabilities": "0", 
        "AssertResult": "yes", 
        "AssertTimestamp": "Tue 2025-05-20 10:05:10 EDT", 
        "AssertTimestampMonotonic": "247364377", 
        "Before": "shutdown.target network-pre.target multi-user.target", 
        "BlockIOAccounting": "no", 
        "BlockIOWeight": "18446744073709551615", 
        "BusName": "org.fedoraproject.FirewallD1", 
        "CPUAccounting": "no", 
        "CPUQuotaPerSecUSec": "infinity", 
        "CPUSchedulingPolicy": "0", 
        "CPUSchedulingPriority": "0", 
        "CPUSchedulingResetOnFork": "no", 
        "CPUShares": "18446744073709551615", 
        "CanIsolate": "no", 
        "CanReload": "yes", 
        "CanStart": "yes", 
        "CanStop": "yes", 
        "CapabilityBoundingSet": "18446744073709551615", 
        "CollectMode": "inactive", 
        "ConditionResult": "yes", 
        "ConditionTimestamp": "Tue 2025-05-20 10:05:10 EDT", 
        "ConditionTimestampMonotonic": "247364375", 
        "Conflicts": "ip6tables.service ebtables.service iptables.service shutdown.target ipset.service", 
        "ControlGroup": "/system.slice/firewalld.service", 
        "ControlPID": "0", 
        "DefaultDependencies": "yes", 
        "Delegate": "no", 
        "Description": "firewalld - dynamic firewall daemon", 
        "DevicePolicy": "auto", 
        "Documentation": "man:firewalld(1)", 
        "EnvironmentFile": "/etc/sysconfig/firewalld (ignore_errors=yes)", 
        "ExecMainCode": "0", 
        "ExecMainExitTimestampMonotonic": "0", 
        "ExecMainPID": "9556", 
        "ExecMainStartTimestamp": "Tue 2025-05-20 10:05:10 EDT", 
        "ExecMainStartTimestampMonotonic": "247365904", 
        "ExecMainStatus": "0", 
        "ExecReload": "{ path=/bin/kill ; argv[]=/bin/kill -HUP $MAINPID ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", 
        "ExecStart": "{ path=/usr/sbin/firewalld ; argv[]=/usr/sbin/firewalld --nofork --nopid $FIREWALLD_ARGS ; ignore_errors=no ; start_time=[Tue 2025-05-20 10:05:10 EDT] ; stop_time=[n/a] ; pid=9556 ; code=(null) ; status=0/0 }", 
        "FailureAction": "none", 
        "FileDescriptorStoreMax": "0", 
        "FragmentPath": "/usr/lib/systemd/system/firewalld.service", 
        "GuessMainPID": "yes", 
        "IOScheduling": "0", 
        "Id": "firewalld.service", 
        "IgnoreOnIsolate": "no", 
        "IgnoreOnSnapshot": "no", 
        "IgnoreSIGPIPE": "yes", 
        "InactiveEnterTimestampMonotonic": "0", 
        "InactiveExitTimestamp": "Tue 2025-05-20 10:05:10 EDT", 
        "InactiveExitTimestampMonotonic": "247365945", 
        "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": "9556", 
        "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": "Tue 2025-05-20 10:05:10 EDT", 
        "WatchdogTimestampMonotonic": "247700689", 
        "WatchdogUSec": "0"
    }
}

TASK [fedora.linux_system_roles.firewall : Check if previous replaced is defined] ***
task path: /tmp/collections-eZr/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:36
Tuesday 20 May 2025  10:08:06 -0400 (0:00:00.483)       0:00:51.384 *********** 
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-eZr/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:45
Tuesday 20 May 2025  10:08:06 -0400 (0:00:00.076)       0:00:51.460 *********** 
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-eZr/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:57
Tuesday 20 May 2025  10:08:06 -0400 (0:00:00.064)       0:00:51.525 *********** 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Configure firewall] *****************
task path: /tmp/collections-eZr/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:73
Tuesday 20 May 2025  10:08:06 -0400 (0:00:00.048)       0:00:51.573 *********** 
changed: [managed-node2] => (item={u'state': u'absent', u'permanent': True, u'service': u'systemroletest'}) => {
    "__firewall_changed": true, 
    "ansible_loop_var": "item", 
    "changed": true, 
    "item": {
        "permanent": true, 
        "service": "systemroletest", 
        "state": "absent"
    }
}

TASK [fedora.linux_system_roles.firewall : Gather firewall config information] ***
task path: /tmp/collections-eZr/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:123
Tuesday 20 May 2025  10:08:07 -0400 (0:00:00.884)       0:00:52.458 *********** 
skipping: [managed-node2] => (item={u'state': u'absent', u'permanent': True, u'service': u'systemroletest'})  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": {
        "permanent": true, 
        "service": "systemroletest", 
        "state": "absent"
    }, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Update firewalld_config fact] *******
task path: /tmp/collections-eZr/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:133
Tuesday 20 May 2025  10:08:07 -0400 (0:00:00.095)       0:00:52.554 *********** 
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-eZr/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:142
Tuesday 20 May 2025  10:08:08 -0400 (0:00:00.086)       0:00:52.640 *********** 
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-eZr/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:147
Tuesday 20 May 2025  10:08:08 -0400 (0:00:00.061)       0:00:52.701 *********** 
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-eZr/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:156
Tuesday 20 May 2025  10:08:08 -0400 (0:00:00.055)       0:00:52.757 *********** 
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-eZr/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:166
Tuesday 20 May 2025  10:08:08 -0400 (0:00:00.048)       0:00:52.805 *********** 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Show diffs] *************************
task path: /tmp/collections-eZr/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:172
Tuesday 20 May 2025  10:08:08 -0400 (0:00:00.051)       0:00:52.857 *********** 
skipping: [managed-node2] => {}

TASK [Get all services] ********************************************************
task path: /tmp/collections-eZr/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_service.yml:298
Tuesday 20 May 2025  10:08:08 -0400 (0:00:00.057)       0:00:52.914 *********** 
ok: [managed-node2] => {
    "changed": false, 
    "cmd": [
        "firewall-offline-cmd", 
        "--get-services"
    ], 
    "delta": "0:00:00.263376", 
    "end": "2025-05-20 10:08:08.809865", 
    "rc": 0, 
    "start": "2025-05-20 10:08:08.546489"
}

STDOUT:

RH-Satellite-6 RH-Satellite-6-capsule amanda-client amanda-k5-client amqp amqps apcupsd audit bacula bacula-client bgp bitcoin bitcoin-rpc bitcoin-testnet bitcoin-testnet-rpc ceph ceph-mon cfengine condor-collector ctdb dhcp dhcpv6 dhcpv6-client distcc dns docker-registry docker-swarm dropbox-lansync elasticsearch etcd-client etcd-server finger freeipa-ldap freeipa-ldaps freeipa-replication freeipa-trust ftp ganglia-client ganglia-master git gre high-availability http https imap imaps ipp ipp-client ipsec irc ircs iscsi-target isns jenkins kadmin kerberos kibana klogin kpasswd kprop kshell ldap ldaps libvirt libvirt-tls lightning-network llmnr managesieve matrix mdns minidlna mongodb mosh mountd mqtt mqtt-tls ms-wbt mssql murmur mysql nfs nfs3 nmea-0183 nrpe ntp nut openvpn ovirt-imageio ovirt-storageconsole ovirt-vmconsole plex pmcd pmproxy pmwebapi pmwebapis pop3 pop3s postgresql privoxy proxy-dhcp ptp pulseaudio puppetmaster quassel radius redis rpc-bind rsh rsyncd rtsp salt-master samba samba-client samba-dc sane sip sips slp smtp smtp-submission smtps snmp snmptrap spideroak-lansync squid ssh steam-streaming svdrp svn syncthing syncthing-gui synergy syslog syslog-tls telnet tftp tftp-client tinc tor-socks transmission-client upnp-client vdsm vnc-server wbem-http wbem-https wsman wsmans xdmcp xmpp-bosh xmpp-client xmpp-local xmpp-server zabbix-agent zabbix-server

TASK [Fail when custom service not removed] ************************************
task path: /tmp/collections-eZr/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_service.yml:303
Tuesday 20 May 2025  10:08:08 -0400 (0:00:00.572)       0:00:53.487 *********** 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [Remove custom service again] *********************************************
task path: /tmp/collections-eZr/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_service.yml:308
Tuesday 20 May 2025  10:08:08 -0400 (0:00:00.049)       0:00:53.536 *********** 

TASK [fedora.linux_system_roles.firewall : Setup firewalld] ********************
task path: /tmp/collections-eZr/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:2
Tuesday 20 May 2025  10:08:09 -0400 (0:00:00.327)       0:00:53.864 *********** 
included: /tmp/collections-eZr/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-eZr/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:2
Tuesday 20 May 2025  10:08:09 -0400 (0:00:00.084)       0:00:53.949 *********** 
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-eZr/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:10
Tuesday 20 May 2025  10:08:09 -0400 (0:00:00.074)       0:00:54.023 *********** 
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-eZr/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:15
Tuesday 20 May 2025  10:08:09 -0400 (0:00:00.073)       0:00:54.097 *********** 
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-eZr/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:22
Tuesday 20 May 2025  10:08:09 -0400 (0:00:00.076)       0:00:54.173 *********** 
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-eZr/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:27
Tuesday 20 May 2025  10:08:09 -0400 (0:00:00.075)       0:00:54.248 *********** 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Install firewalld] ******************
task path: /tmp/collections-eZr/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:31
Tuesday 20 May 2025  10:08:09 -0400 (0:00:00.063)       0:00:54.311 *********** 
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-eZr/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:43
Tuesday 20 May 2025  10:08:10 -0400 (0:00:00.698)       0:00:55.009 *********** 
skipping: [managed-node2] => {}

TASK [fedora.linux_system_roles.firewall : Reboot transactional update systems] ***
task path: /tmp/collections-eZr/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:48
Tuesday 20 May 2025  10:08:10 -0400 (0:00:00.049)       0:00:55.059 *********** 
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-eZr/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:53
Tuesday 20 May 2025  10:08:10 -0400 (0:00:00.055)       0:00:55.115 *********** 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Check which conflicting services are enabled] ***
task path: /tmp/collections-eZr/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:5
Tuesday 20 May 2025  10:08:10 -0400 (0:00:00.075)       0:00:55.190 *********** 
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 : Attempt to stop and disable conflicting services] ***
task path: /tmp/collections-eZr/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:14
Tuesday 20 May 2025  10:08:10 -0400 (0:00:00.099)       0:00:55.289 *********** 
skipping: [managed-node2] => (item={u'skip_reason': u'Conditional result was False', u'item': u'nftables', u'skipped': True, u'ansible_loop_var': u'item', u'changed': False})  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": {
        "ansible_loop_var": "item", 
        "changed": false, 
        "item": "nftables", 
        "skip_reason": "Conditional result was False", 
        "skipped": true
    }, 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node2] => (item={u'skip_reason': u'Conditional result was False', u'item': u'iptables', u'skipped': True, u'ansible_loop_var': u'item', u'changed': False})  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": {
        "ansible_loop_var": "item", 
        "changed": false, 
        "item": "iptables", 
        "skip_reason": "Conditional result was False", 
        "skipped": true
    }, 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node2] => (item={u'skip_reason': u'Conditional result was False', u'item': u'ufw', u'skipped': True, u'ansible_loop_var': u'item', u'changed': False})  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": {
        "ansible_loop_var": "item", 
        "changed": false, 
        "item": "ufw", 
        "skip_reason": "Conditional result was False", 
        "skipped": true
    }, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Unmask firewalld service] ***********
task path: /tmp/collections-eZr/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:24
Tuesday 20 May 2025  10:08:10 -0400 (0:00:00.108)       0:00:55.398 *********** 
ok: [managed-node2] => {
    "changed": false, 
    "name": "firewalld", 
    "status": {
        "ActiveEnterTimestamp": "Tue 2025-05-20 10:05:10 EDT", 
        "ActiveEnterTimestampMonotonic": "247700753", 
        "ActiveExitTimestampMonotonic": "0", 
        "ActiveState": "active", 
        "After": "basic.target dbus.service polkit.service system.slice", 
        "AllowIsolate": "no", 
        "AmbientCapabilities": "0", 
        "AssertResult": "yes", 
        "AssertTimestamp": "Tue 2025-05-20 10:05:10 EDT", 
        "AssertTimestampMonotonic": "247364377", 
        "Before": "shutdown.target network-pre.target multi-user.target", 
        "BlockIOAccounting": "no", 
        "BlockIOWeight": "18446744073709551615", 
        "BusName": "org.fedoraproject.FirewallD1", 
        "CPUAccounting": "no", 
        "CPUQuotaPerSecUSec": "infinity", 
        "CPUSchedulingPolicy": "0", 
        "CPUSchedulingPriority": "0", 
        "CPUSchedulingResetOnFork": "no", 
        "CPUShares": "18446744073709551615", 
        "CanIsolate": "no", 
        "CanReload": "yes", 
        "CanStart": "yes", 
        "CanStop": "yes", 
        "CapabilityBoundingSet": "18446744073709551615", 
        "CollectMode": "inactive", 
        "ConditionResult": "yes", 
        "ConditionTimestamp": "Tue 2025-05-20 10:05:10 EDT", 
        "ConditionTimestampMonotonic": "247364375", 
        "Conflicts": "ip6tables.service ebtables.service iptables.service shutdown.target ipset.service", 
        "ControlGroup": "/system.slice/firewalld.service", 
        "ControlPID": "0", 
        "DefaultDependencies": "yes", 
        "Delegate": "no", 
        "Description": "firewalld - dynamic firewall daemon", 
        "DevicePolicy": "auto", 
        "Documentation": "man:firewalld(1)", 
        "EnvironmentFile": "/etc/sysconfig/firewalld (ignore_errors=yes)", 
        "ExecMainCode": "0", 
        "ExecMainExitTimestampMonotonic": "0", 
        "ExecMainPID": "9556", 
        "ExecMainStartTimestamp": "Tue 2025-05-20 10:05:10 EDT", 
        "ExecMainStartTimestampMonotonic": "247365904", 
        "ExecMainStatus": "0", 
        "ExecReload": "{ path=/bin/kill ; argv[]=/bin/kill -HUP $MAINPID ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", 
        "ExecStart": "{ path=/usr/sbin/firewalld ; argv[]=/usr/sbin/firewalld --nofork --nopid $FIREWALLD_ARGS ; ignore_errors=no ; start_time=[Tue 2025-05-20 10:05:10 EDT] ; stop_time=[n/a] ; pid=9556 ; code=(null) ; status=0/0 }", 
        "FailureAction": "none", 
        "FileDescriptorStoreMax": "0", 
        "FragmentPath": "/usr/lib/systemd/system/firewalld.service", 
        "GuessMainPID": "yes", 
        "IOScheduling": "0", 
        "Id": "firewalld.service", 
        "IgnoreOnIsolate": "no", 
        "IgnoreOnSnapshot": "no", 
        "IgnoreSIGPIPE": "yes", 
        "InactiveEnterTimestampMonotonic": "0", 
        "InactiveExitTimestamp": "Tue 2025-05-20 10:05:10 EDT", 
        "InactiveExitTimestampMonotonic": "247365945", 
        "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": "9556", 
        "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": "Tue 2025-05-20 10:05:10 EDT", 
        "WatchdogTimestampMonotonic": "247700689", 
        "WatchdogUSec": "0"
    }
}

TASK [fedora.linux_system_roles.firewall : Enable and start firewalld service] ***
task path: /tmp/collections-eZr/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:30
Tuesday 20 May 2025  10:08:11 -0400 (0:00:00.460)       0:00:55.858 *********** 
ok: [managed-node2] => {
    "changed": false, 
    "enabled": true, 
    "name": "firewalld", 
    "state": "started", 
    "status": {
        "ActiveEnterTimestamp": "Tue 2025-05-20 10:05:10 EDT", 
        "ActiveEnterTimestampMonotonic": "247700753", 
        "ActiveExitTimestampMonotonic": "0", 
        "ActiveState": "active", 
        "After": "basic.target dbus.service polkit.service system.slice", 
        "AllowIsolate": "no", 
        "AmbientCapabilities": "0", 
        "AssertResult": "yes", 
        "AssertTimestamp": "Tue 2025-05-20 10:05:10 EDT", 
        "AssertTimestampMonotonic": "247364377", 
        "Before": "shutdown.target network-pre.target multi-user.target", 
        "BlockIOAccounting": "no", 
        "BlockIOWeight": "18446744073709551615", 
        "BusName": "org.fedoraproject.FirewallD1", 
        "CPUAccounting": "no", 
        "CPUQuotaPerSecUSec": "infinity", 
        "CPUSchedulingPolicy": "0", 
        "CPUSchedulingPriority": "0", 
        "CPUSchedulingResetOnFork": "no", 
        "CPUShares": "18446744073709551615", 
        "CanIsolate": "no", 
        "CanReload": "yes", 
        "CanStart": "yes", 
        "CanStop": "yes", 
        "CapabilityBoundingSet": "18446744073709551615", 
        "CollectMode": "inactive", 
        "ConditionResult": "yes", 
        "ConditionTimestamp": "Tue 2025-05-20 10:05:10 EDT", 
        "ConditionTimestampMonotonic": "247364375", 
        "Conflicts": "ip6tables.service ebtables.service iptables.service shutdown.target ipset.service", 
        "ControlGroup": "/system.slice/firewalld.service", 
        "ControlPID": "0", 
        "DefaultDependencies": "yes", 
        "Delegate": "no", 
        "Description": "firewalld - dynamic firewall daemon", 
        "DevicePolicy": "auto", 
        "Documentation": "man:firewalld(1)", 
        "EnvironmentFile": "/etc/sysconfig/firewalld (ignore_errors=yes)", 
        "ExecMainCode": "0", 
        "ExecMainExitTimestampMonotonic": "0", 
        "ExecMainPID": "9556", 
        "ExecMainStartTimestamp": "Tue 2025-05-20 10:05:10 EDT", 
        "ExecMainStartTimestampMonotonic": "247365904", 
        "ExecMainStatus": "0", 
        "ExecReload": "{ path=/bin/kill ; argv[]=/bin/kill -HUP $MAINPID ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", 
        "ExecStart": "{ path=/usr/sbin/firewalld ; argv[]=/usr/sbin/firewalld --nofork --nopid $FIREWALLD_ARGS ; ignore_errors=no ; start_time=[Tue 2025-05-20 10:05:10 EDT] ; stop_time=[n/a] ; pid=9556 ; code=(null) ; status=0/0 }", 
        "FailureAction": "none", 
        "FileDescriptorStoreMax": "0", 
        "FragmentPath": "/usr/lib/systemd/system/firewalld.service", 
        "GuessMainPID": "yes", 
        "IOScheduling": "0", 
        "Id": "firewalld.service", 
        "IgnoreOnIsolate": "no", 
        "IgnoreOnSnapshot": "no", 
        "IgnoreSIGPIPE": "yes", 
        "InactiveEnterTimestampMonotonic": "0", 
        "InactiveExitTimestamp": "Tue 2025-05-20 10:05:10 EDT", 
        "InactiveExitTimestampMonotonic": "247365945", 
        "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": "9556", 
        "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": "Tue 2025-05-20 10:05:10 EDT", 
        "WatchdogTimestampMonotonic": "247700689", 
        "WatchdogUSec": "0"
    }
}

TASK [fedora.linux_system_roles.firewall : Check if previous replaced is defined] ***
task path: /tmp/collections-eZr/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:36
Tuesday 20 May 2025  10:08:11 -0400 (0:00:00.446)       0:00:56.305 *********** 
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-eZr/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:45
Tuesday 20 May 2025  10:08:11 -0400 (0:00:00.064)       0:00:56.369 *********** 
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-eZr/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:57
Tuesday 20 May 2025  10:08:11 -0400 (0:00:00.075)       0:00:56.445 *********** 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Configure firewall] *****************
task path: /tmp/collections-eZr/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:73
Tuesday 20 May 2025  10:08:11 -0400 (0:00:00.069)       0:00:56.514 *********** 
ok: [managed-node2] => (item={u'state': u'absent', u'permanent': True, u'service': u'systemroletest'}) => {
    "__firewall_changed": false, 
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": {
        "permanent": true, 
        "service": "systemroletest", 
        "state": "absent"
    }
}

TASK [fedora.linux_system_roles.firewall : Gather firewall config information] ***
task path: /tmp/collections-eZr/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:123
Tuesday 20 May 2025  10:08:12 -0400 (0:00:00.691)       0:00:57.206 *********** 
skipping: [managed-node2] => (item={u'state': u'absent', u'permanent': True, u'service': u'systemroletest'})  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": {
        "permanent": true, 
        "service": "systemroletest", 
        "state": "absent"
    }, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Update firewalld_config fact] *******
task path: /tmp/collections-eZr/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:133
Tuesday 20 May 2025  10:08:12 -0400 (0:00:00.075)       0:00:57.281 *********** 
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-eZr/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:142
Tuesday 20 May 2025  10:08:12 -0400 (0:00:00.087)       0:00:57.369 *********** 
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-eZr/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:147
Tuesday 20 May 2025  10:08:12 -0400 (0:00:00.076)       0:00:57.446 *********** 
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-eZr/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:156
Tuesday 20 May 2025  10:08:12 -0400 (0:00:00.077)       0:00:57.523 *********** 
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-eZr/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:166
Tuesday 20 May 2025  10:08:12 -0400 (0:00:00.074)       0:00:57.597 *********** 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Show diffs] *************************
task path: /tmp/collections-eZr/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:172
Tuesday 20 May 2025  10:08:13 -0400 (0:00:00.071)       0:00:57.669 *********** 
skipping: [managed-node2] => {}

TASK [Fail if second removal changes anything] *********************************
task path: /tmp/collections-eZr/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_service.yml:317
Tuesday 20 May 2025  10:08:13 -0400 (0:00:00.072)       0:00:57.742 *********** 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [Attempt to enable http-alt, which does not exist] ************************
task path: /tmp/collections-eZr/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_service.yml:325
Tuesday 20 May 2025  10:08:13 -0400 (0:00:00.056)       0:00:57.798 *********** 

TASK [fedora.linux_system_roles.firewall : Setup firewalld] ********************
task path: /tmp/collections-eZr/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:2
Tuesday 20 May 2025  10:08:13 -0400 (0:00:00.077)       0:00:57.876 *********** 
included: /tmp/collections-eZr/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-eZr/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:2
Tuesday 20 May 2025  10:08:13 -0400 (0:00:00.093)       0:00:57.969 *********** 
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-eZr/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:10
Tuesday 20 May 2025  10:08:13 -0400 (0:00:00.055)       0:00:58.025 *********** 
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-eZr/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:15
Tuesday 20 May 2025  10:08:13 -0400 (0:00:00.059)       0:00:58.085 *********** 
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-eZr/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:22
Tuesday 20 May 2025  10:08:13 -0400 (0:00:00.078)       0:00:58.163 *********** 
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-eZr/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:27
Tuesday 20 May 2025  10:08:13 -0400 (0:00:00.080)       0:00:58.244 *********** 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Install firewalld] ******************
task path: /tmp/collections-eZr/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:31
Tuesday 20 May 2025  10:08:13 -0400 (0:00:00.067)       0:00:58.311 *********** 
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-eZr/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:43
Tuesday 20 May 2025  10:08:14 -0400 (0:00:00.657)       0:00:58.969 *********** 
skipping: [managed-node2] => {}

TASK [fedora.linux_system_roles.firewall : Reboot transactional update systems] ***
task path: /tmp/collections-eZr/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:48
Tuesday 20 May 2025  10:08:14 -0400 (0:00:00.050)       0:00:59.019 *********** 
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-eZr/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:53
Tuesday 20 May 2025  10:08:14 -0400 (0:00:00.058)       0:00:59.078 *********** 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Check which conflicting services are enabled] ***
task path: /tmp/collections-eZr/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:5
Tuesday 20 May 2025  10:08:14 -0400 (0:00:00.050)       0:00:59.129 *********** 
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 : Attempt to stop and disable conflicting services] ***
task path: /tmp/collections-eZr/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:14
Tuesday 20 May 2025  10:08:14 -0400 (0:00:00.065)       0:00:59.195 *********** 
skipping: [managed-node2] => (item={u'skip_reason': u'Conditional result was False', u'item': u'nftables', u'skipped': True, u'ansible_loop_var': u'item', u'changed': False})  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": {
        "ansible_loop_var": "item", 
        "changed": false, 
        "item": "nftables", 
        "skip_reason": "Conditional result was False", 
        "skipped": true
    }, 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node2] => (item={u'skip_reason': u'Conditional result was False', u'item': u'iptables', u'skipped': True, u'ansible_loop_var': u'item', u'changed': False})  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": {
        "ansible_loop_var": "item", 
        "changed": false, 
        "item": "iptables", 
        "skip_reason": "Conditional result was False", 
        "skipped": true
    }, 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node2] => (item={u'skip_reason': u'Conditional result was False', u'item': u'ufw', u'skipped': True, u'ansible_loop_var': u'item', u'changed': False})  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": {
        "ansible_loop_var": "item", 
        "changed": false, 
        "item": "ufw", 
        "skip_reason": "Conditional result was False", 
        "skipped": true
    }, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Unmask firewalld service] ***********
task path: /tmp/collections-eZr/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:24
Tuesday 20 May 2025  10:08:14 -0400 (0:00:00.070)       0:00:59.265 *********** 
ok: [managed-node2] => {
    "changed": false, 
    "name": "firewalld", 
    "status": {
        "ActiveEnterTimestamp": "Tue 2025-05-20 10:05:10 EDT", 
        "ActiveEnterTimestampMonotonic": "247700753", 
        "ActiveExitTimestampMonotonic": "0", 
        "ActiveState": "active", 
        "After": "basic.target dbus.service polkit.service system.slice", 
        "AllowIsolate": "no", 
        "AmbientCapabilities": "0", 
        "AssertResult": "yes", 
        "AssertTimestamp": "Tue 2025-05-20 10:05:10 EDT", 
        "AssertTimestampMonotonic": "247364377", 
        "Before": "shutdown.target network-pre.target multi-user.target", 
        "BlockIOAccounting": "no", 
        "BlockIOWeight": "18446744073709551615", 
        "BusName": "org.fedoraproject.FirewallD1", 
        "CPUAccounting": "no", 
        "CPUQuotaPerSecUSec": "infinity", 
        "CPUSchedulingPolicy": "0", 
        "CPUSchedulingPriority": "0", 
        "CPUSchedulingResetOnFork": "no", 
        "CPUShares": "18446744073709551615", 
        "CanIsolate": "no", 
        "CanReload": "yes", 
        "CanStart": "yes", 
        "CanStop": "yes", 
        "CapabilityBoundingSet": "18446744073709551615", 
        "CollectMode": "inactive", 
        "ConditionResult": "yes", 
        "ConditionTimestamp": "Tue 2025-05-20 10:05:10 EDT", 
        "ConditionTimestampMonotonic": "247364375", 
        "Conflicts": "ip6tables.service ebtables.service iptables.service shutdown.target ipset.service", 
        "ControlGroup": "/system.slice/firewalld.service", 
        "ControlPID": "0", 
        "DefaultDependencies": "yes", 
        "Delegate": "no", 
        "Description": "firewalld - dynamic firewall daemon", 
        "DevicePolicy": "auto", 
        "Documentation": "man:firewalld(1)", 
        "EnvironmentFile": "/etc/sysconfig/firewalld (ignore_errors=yes)", 
        "ExecMainCode": "0", 
        "ExecMainExitTimestampMonotonic": "0", 
        "ExecMainPID": "9556", 
        "ExecMainStartTimestamp": "Tue 2025-05-20 10:05:10 EDT", 
        "ExecMainStartTimestampMonotonic": "247365904", 
        "ExecMainStatus": "0", 
        "ExecReload": "{ path=/bin/kill ; argv[]=/bin/kill -HUP $MAINPID ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", 
        "ExecStart": "{ path=/usr/sbin/firewalld ; argv[]=/usr/sbin/firewalld --nofork --nopid $FIREWALLD_ARGS ; ignore_errors=no ; start_time=[Tue 2025-05-20 10:05:10 EDT] ; stop_time=[n/a] ; pid=9556 ; code=(null) ; status=0/0 }", 
        "FailureAction": "none", 
        "FileDescriptorStoreMax": "0", 
        "FragmentPath": "/usr/lib/systemd/system/firewalld.service", 
        "GuessMainPID": "yes", 
        "IOScheduling": "0", 
        "Id": "firewalld.service", 
        "IgnoreOnIsolate": "no", 
        "IgnoreOnSnapshot": "no", 
        "IgnoreSIGPIPE": "yes", 
        "InactiveEnterTimestampMonotonic": "0", 
        "InactiveExitTimestamp": "Tue 2025-05-20 10:05:10 EDT", 
        "InactiveExitTimestampMonotonic": "247365945", 
        "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": "9556", 
        "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": "Tue 2025-05-20 10:05:10 EDT", 
        "WatchdogTimestampMonotonic": "247700689", 
        "WatchdogUSec": "0"
    }
}

TASK [fedora.linux_system_roles.firewall : Enable and start firewalld service] ***
task path: /tmp/collections-eZr/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:30
Tuesday 20 May 2025  10:08:15 -0400 (0:00:00.416)       0:00:59.682 *********** 
ok: [managed-node2] => {
    "changed": false, 
    "enabled": true, 
    "name": "firewalld", 
    "state": "started", 
    "status": {
        "ActiveEnterTimestamp": "Tue 2025-05-20 10:05:10 EDT", 
        "ActiveEnterTimestampMonotonic": "247700753", 
        "ActiveExitTimestampMonotonic": "0", 
        "ActiveState": "active", 
        "After": "basic.target dbus.service polkit.service system.slice", 
        "AllowIsolate": "no", 
        "AmbientCapabilities": "0", 
        "AssertResult": "yes", 
        "AssertTimestamp": "Tue 2025-05-20 10:05:10 EDT", 
        "AssertTimestampMonotonic": "247364377", 
        "Before": "shutdown.target network-pre.target multi-user.target", 
        "BlockIOAccounting": "no", 
        "BlockIOWeight": "18446744073709551615", 
        "BusName": "org.fedoraproject.FirewallD1", 
        "CPUAccounting": "no", 
        "CPUQuotaPerSecUSec": "infinity", 
        "CPUSchedulingPolicy": "0", 
        "CPUSchedulingPriority": "0", 
        "CPUSchedulingResetOnFork": "no", 
        "CPUShares": "18446744073709551615", 
        "CanIsolate": "no", 
        "CanReload": "yes", 
        "CanStart": "yes", 
        "CanStop": "yes", 
        "CapabilityBoundingSet": "18446744073709551615", 
        "CollectMode": "inactive", 
        "ConditionResult": "yes", 
        "ConditionTimestamp": "Tue 2025-05-20 10:05:10 EDT", 
        "ConditionTimestampMonotonic": "247364375", 
        "Conflicts": "ip6tables.service ebtables.service iptables.service shutdown.target ipset.service", 
        "ControlGroup": "/system.slice/firewalld.service", 
        "ControlPID": "0", 
        "DefaultDependencies": "yes", 
        "Delegate": "no", 
        "Description": "firewalld - dynamic firewall daemon", 
        "DevicePolicy": "auto", 
        "Documentation": "man:firewalld(1)", 
        "EnvironmentFile": "/etc/sysconfig/firewalld (ignore_errors=yes)", 
        "ExecMainCode": "0", 
        "ExecMainExitTimestampMonotonic": "0", 
        "ExecMainPID": "9556", 
        "ExecMainStartTimestamp": "Tue 2025-05-20 10:05:10 EDT", 
        "ExecMainStartTimestampMonotonic": "247365904", 
        "ExecMainStatus": "0", 
        "ExecReload": "{ path=/bin/kill ; argv[]=/bin/kill -HUP $MAINPID ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", 
        "ExecStart": "{ path=/usr/sbin/firewalld ; argv[]=/usr/sbin/firewalld --nofork --nopid $FIREWALLD_ARGS ; ignore_errors=no ; start_time=[Tue 2025-05-20 10:05:10 EDT] ; stop_time=[n/a] ; pid=9556 ; code=(null) ; status=0/0 }", 
        "FailureAction": "none", 
        "FileDescriptorStoreMax": "0", 
        "FragmentPath": "/usr/lib/systemd/system/firewalld.service", 
        "GuessMainPID": "yes", 
        "IOScheduling": "0", 
        "Id": "firewalld.service", 
        "IgnoreOnIsolate": "no", 
        "IgnoreOnSnapshot": "no", 
        "IgnoreSIGPIPE": "yes", 
        "InactiveEnterTimestampMonotonic": "0", 
        "InactiveExitTimestamp": "Tue 2025-05-20 10:05:10 EDT", 
        "InactiveExitTimestampMonotonic": "247365945", 
        "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": "9556", 
        "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": "Tue 2025-05-20 10:05:10 EDT", 
        "WatchdogTimestampMonotonic": "247700689", 
        "WatchdogUSec": "0"
    }
}

TASK [fedora.linux_system_roles.firewall : Check if previous replaced is defined] ***
task path: /tmp/collections-eZr/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:36
Tuesday 20 May 2025  10:08:15 -0400 (0:00:00.420)       0:01:00.102 *********** 
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-eZr/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:45
Tuesday 20 May 2025  10:08:15 -0400 (0:00:00.057)       0:01:00.160 *********** 
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-eZr/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:57
Tuesday 20 May 2025  10:08:15 -0400 (0:00:00.049)       0:01:00.209 *********** 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Configure firewall] *****************
task path: /tmp/collections-eZr/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:73
Tuesday 20 May 2025  10:08:15 -0400 (0:00:00.049)       0:01:00.259 *********** 
ok: [managed-node2] => (item={u'state': u'enabled', u'permanent': True, u'zone': u'public', u'service': u'http-alt'}) => {
    "__firewall_changed": false, 
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": {
        "permanent": true, 
        "service": "http-alt", 
        "state": "enabled", 
        "zone": "public"
    }, 
    "warnings": [
        "Service does not exist - http-alt. Ensure that you define the service in the playbook before running it in diff mode"
    ]
}
[WARNING]: Service does not exist - http-alt. Ensure that you define the
service in the playbook before running it in diff mode

TASK [fedora.linux_system_roles.firewall : Gather firewall config information] ***
task path: /tmp/collections-eZr/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:123
Tuesday 20 May 2025  10:08:16 -0400 (0:00:00.641)       0:01:00.900 *********** 
skipping: [managed-node2] => (item={u'state': u'enabled', u'permanent': True, u'zone': u'public', u'service': u'http-alt'})  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": {
        "permanent": true, 
        "service": "http-alt", 
        "state": "enabled", 
        "zone": "public"
    }, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Update firewalld_config fact] *******
task path: /tmp/collections-eZr/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:133
Tuesday 20 May 2025  10:08:16 -0400 (0:00:00.065)       0:01:00.966 *********** 
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-eZr/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:142
Tuesday 20 May 2025  10:08:16 -0400 (0:00:00.058)       0:01:01.025 *********** 
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-eZr/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:147
Tuesday 20 May 2025  10:08:16 -0400 (0:00:00.049)       0:01:01.074 *********** 
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-eZr/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:156
Tuesday 20 May 2025  10:08:16 -0400 (0:00:00.057)       0:01:01.132 *********** 
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-eZr/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:166
Tuesday 20 May 2025  10:08:16 -0400 (0:00:00.049)       0:01:01.181 *********** 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Show diffs] *************************
task path: /tmp/collections-eZr/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:172
Tuesday 20 May 2025  10:08:16 -0400 (0:00:00.050)       0:01:01.231 *********** 
skipping: [managed-node2] => {}

TASK [Fail if enabling service in check mode reports changes] ******************
task path: /tmp/collections-eZr/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_service.yml:335
Tuesday 20 May 2025  10:08:16 -0400 (0:00:00.049)       0:01:01.280 *********** 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [Cleanup] *****************************************************************
task path: /tmp/collections-eZr/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_service.yml:343
Tuesday 20 May 2025  10:08:16 -0400 (0:00:00.051)       0:01:01.331 *********** 

TASK [fedora.linux_system_roles.firewall : Setup firewalld] ********************
task path: /tmp/collections-eZr/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:2
Tuesday 20 May 2025  10:08:16 -0400 (0:00:00.254)       0:01:01.586 *********** 
included: /tmp/collections-eZr/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-eZr/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:2
Tuesday 20 May 2025  10:08:17 -0400 (0:00:00.044)       0:01:01.631 *********** 
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-eZr/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:10
Tuesday 20 May 2025  10:08:17 -0400 (0:00:00.051)       0:01:01.682 *********** 
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-eZr/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:15
Tuesday 20 May 2025  10:08:17 -0400 (0:00:00.047)       0:01:01.730 *********** 
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-eZr/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:22
Tuesday 20 May 2025  10:08:17 -0400 (0:00:00.048)       0:01:01.778 *********** 
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-eZr/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:27
Tuesday 20 May 2025  10:08:17 -0400 (0:00:00.048)       0:01:01.826 *********** 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Install firewalld] ******************
task path: /tmp/collections-eZr/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:31
Tuesday 20 May 2025  10:08:17 -0400 (0:00:00.048)       0:01:01.875 *********** 
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-eZr/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:43
Tuesday 20 May 2025  10:08:17 -0400 (0:00:00.656)       0:01:02.531 *********** 
skipping: [managed-node2] => {}

TASK [fedora.linux_system_roles.firewall : Reboot transactional update systems] ***
task path: /tmp/collections-eZr/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:48
Tuesday 20 May 2025  10:08:17 -0400 (0:00:00.049)       0:01:02.581 *********** 
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-eZr/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:53
Tuesday 20 May 2025  10:08:18 -0400 (0:00:00.048)       0:01:02.630 *********** 
skipping: [managed-node2] => {
    "changed": false, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Check which conflicting services are enabled] ***
task path: /tmp/collections-eZr/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:5
Tuesday 20 May 2025  10:08:18 -0400 (0:00:00.048)       0:01:02.678 *********** 
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 : Attempt to stop and disable conflicting services] ***
task path: /tmp/collections-eZr/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:14
Tuesday 20 May 2025  10:08:18 -0400 (0:00:00.063)       0:01:02.742 *********** 
skipping: [managed-node2] => (item={u'skip_reason': u'Conditional result was False', u'item': u'nftables', u'skipped': True, u'ansible_loop_var': u'item', u'changed': False})  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": {
        "ansible_loop_var": "item", 
        "changed": false, 
        "item": "nftables", 
        "skip_reason": "Conditional result was False", 
        "skipped": true
    }, 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node2] => (item={u'skip_reason': u'Conditional result was False', u'item': u'iptables', u'skipped': True, u'ansible_loop_var': u'item', u'changed': False})  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": {
        "ansible_loop_var": "item", 
        "changed": false, 
        "item": "iptables", 
        "skip_reason": "Conditional result was False", 
        "skipped": true
    }, 
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node2] => (item={u'skip_reason': u'Conditional result was False', u'item': u'ufw', u'skipped': True, u'ansible_loop_var': u'item', u'changed': False})  => {
    "ansible_loop_var": "item", 
    "changed": false, 
    "item": {
        "ansible_loop_var": "item", 
        "changed": false, 
        "item": "ufw", 
        "skip_reason": "Conditional result was False", 
        "skipped": true
    }, 
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Unmask firewalld service] ***********
task path: /tmp/collections-eZr/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:24
Tuesday 20 May 2025  10:08:18 -0400 (0:00:00.068)       0:01:02.810 *********** 
ok: [managed-node2] => {
    "changed": false, 
    "name": "firewalld", 
    "status": {
        "ActiveEnterTimestamp": "Tue 2025-05-20 10:05:10 EDT", 
        "ActiveEnterTimestampMonotonic": "247700753", 
        "ActiveExitTimestampMonotonic": "0", 
        "ActiveState": "active", 
        "After": "basic.target dbus.service polkit.service system.slice", 
        "AllowIsolate": "no", 
        "AmbientCapabilities": "0", 
        "AssertResult": "yes", 
        "AssertTimestamp": "Tue 2025-05-20 10:05:10 EDT", 
        "AssertTimestampMonotonic": "247364377", 
        "Before": "shutdown.target network-pre.target multi-user.target", 
        "BlockIOAccounting": "no", 
        "BlockIOWeight": "18446744073709551615", 
        "BusName": "org.fedoraproject.FirewallD1", 
        "CPUAccounting": "no", 
        "CPUQuotaPerSecUSec": "infinity", 
        "CPUSchedulingPolicy": "0", 
        "CPUSchedulingPriority": "0", 
        "CPUSchedulingResetOnFork": "no", 
        "CPUShares": "18446744073709551615", 
        "CanIsolate": "no", 
        "CanReload": "yes", 
        "CanStart": "yes", 
        "CanStop": "yes", 
        "CapabilityBoundingSet": "18446744073709551615", 
        "CollectMode": "inactive", 
        "ConditionResult": "yes", 
        "ConditionTimestamp": "Tue 2025-05-20 10:05:10 EDT", 
        "ConditionTimestampMonotonic": "247364375", 
        "Conflicts": "ip6tables.service ebtables.service iptables.service shutdown.target ipset.service", 
        "ControlGroup": "/system.slice/firewalld.service", 
        "ControlPID": "0", 
        "DefaultDependencies": "yes", 
        "Delegate": "no", 
        "Description": "firewalld - dynamic firewall daemon", 
        "DevicePolicy": "auto", 
        "Documentation": "man:firewalld(1)", 
        "EnvironmentFile": "/etc/sysconfig/firewalld (ignore_errors=yes)", 
        "ExecMainCode": "0", 
        "ExecMainExitTimestampMonotonic": "0", 
        "ExecMainPID": "9556", 
        "ExecMainStartTimestamp": "Tue 2025-05-20 10:05:10 EDT", 
        "ExecMainStartTimestampMonotonic": "247365904", 
        "ExecMainStatus": "0", 
        "ExecReload": "{ path=/bin/kill ; argv[]=/bin/kill -HUP $MAINPID ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", 
        "ExecStart": "{ path=/usr/sbin/firewalld ; argv[]=/usr/sbin/firewalld --nofork --nopid $FIREWALLD_ARGS ; ignore_errors=no ; start_time=[Tue 2025-05-20 10:05:10 EDT] ; stop_time=[n/a] ; pid=9556 ; code=(null) ; status=0/0 }", 
        "FailureAction": "none", 
        "FileDescriptorStoreMax": "0", 
        "FragmentPath": "/usr/lib/systemd/system/firewalld.service", 
        "GuessMainPID": "yes", 
        "IOScheduling": "0", 
        "Id": "firewalld.service", 
        "IgnoreOnIsolate": "no", 
        "IgnoreOnSnapshot": "no", 
        "IgnoreSIGPIPE": "yes", 
        "InactiveEnterTimestampMonotonic": "0", 
        "InactiveExitTimestamp": "Tue 2025-05-20 10:05:10 EDT", 
        "InactiveExitTimestampMonotonic": "247365945", 
        "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": "9556", 
        "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": "Tue 2025-05-20 10:05:10 EDT", 
        "WatchdogTimestampMonotonic": "247700689", 
        "WatchdogUSec": "0"
    }
}

TASK [fedora.linux_system_roles.firewall : Enable and start firewalld service] ***
task path: /tmp/collections-eZr/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:30
Tuesday 20 May 2025  10:08:18 -0400 (0:00:00.480)       0:01:03.291 *********** 
ok: [managed-node2] => {
    "changed": false, 
    "enabled": true, 
    "name": "firewalld", 
    "state": "started", 
    "status": {
        "ActiveEnterTimestamp": "Tue 2025-05-20 10:05:10 EDT", 
        "ActiveEnterTimestampMonotonic": "247700753", 
        "ActiveExitTimestampMonotonic": "0", 
        "ActiveState": "active", 
        "After": "basic.target dbus.service polkit.service system.slice", 
        "AllowIsolate": "no", 
        "AmbientCapabilities": "0", 
        "AssertResult": "yes", 
        "AssertTimestamp": "Tue 2025-05-20 10:05:10 EDT", 
        "AssertTimestampMonotonic": "247364377", 
        "Before": "shutdown.target network-pre.target multi-user.target", 
        "BlockIOAccounting": "no", 
        "BlockIOWeight": "18446744073709551615", 
        "BusName": "org.fedoraproject.FirewallD1", 
        "CPUAccounting": "no", 
        "CPUQuotaPerSecUSec": "infinity", 
        "CPUSchedulingPolicy": "0", 
        "CPUSchedulingPriority": "0", 
        "CPUSchedulingResetOnFork": "no", 
        "CPUShares": "18446744073709551615", 
        "CanIsolate": "no", 
        "CanReload": "yes", 
        "CanStart": "yes", 
        "CanStop": "yes", 
        "CapabilityBoundingSet": "18446744073709551615", 
        "CollectMode": "inactive", 
        "ConditionResult": "yes", 
        "ConditionTimestamp": "Tue 2025-05-20 10:05:10 EDT", 
        "ConditionTimestampMonotonic": "247364375", 
        "Conflicts": "ip6tables.service ebtables.service iptables.service shutdown.target ipset.service", 
        "ControlGroup": "/system.slice/firewalld.service", 
        "ControlPID": "0", 
        "DefaultDependencies": "yes", 
        "Delegate": "no", 
        "Description": "firewalld - dynamic firewall daemon", 
        "DevicePolicy": "auto", 
        "Documentation": "man:firewalld(1)", 
        "EnvironmentFile": "/etc/sysconfig/firewalld (ignore_errors=yes)", 
        "ExecMainCode": "0", 
        "ExecMainExitTimestampMonotonic": "0", 
        "ExecMainPID": "9556", 
        "ExecMainStartTimestamp": "Tue 2025-05-20 10:05:10 EDT", 
        "ExecMainStartTimestampMonotonic": "247365904", 
        "ExecMainStatus": "0", 
        "ExecReload": "{ path=/bin/kill ; argv[]=/bin/kill -HUP $MAINPID ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", 
        "ExecStart": "{ path=/usr/sbin/firewalld ; argv[]=/usr/sbin/firewalld --nofork --nopid $FIREWALLD_ARGS ; ignore_errors=no ; start_time=[Tue 2025-05-20 10:05:10 EDT] ; stop_time=[n/a] ; pid=9556 ; code=(null) ; status=0/0 }", 
        "FailureAction": "none", 
        "FileDescriptorStoreMax": "0", 
        "FragmentPath": "/usr/lib/systemd/system/firewalld.service", 
        "GuessMainPID": "yes", 
        "IOScheduling": "0", 
        "Id": "firewalld.service", 
        "IgnoreOnIsolate": "no", 
        "IgnoreOnSnapshot": "no", 
        "IgnoreSIGPIPE": "yes", 
        "InactiveEnterTimestampMonotonic": "0", 
        "InactiveExitTimestamp": "Tue 2025-05-20 10:05:10 EDT", 
        "InactiveExitTimestampMonotonic": "247365945", 
        "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": "9556", 
        "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": "Tue 2025-05-20 10:05:10 EDT", 
        "WatchdogTimestampMonotonic": "247700689", 
        "WatchdogUSec": "0"
    }
}

TASK [fedora.linux_system_roles.firewall : Check if previous replaced is defined] ***
task path: /tmp/collections-eZr/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:36
Tuesday 20 May 2025  10:08:19 -0400 (0:00:00.468)       0:01:03.759 *********** 
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-eZr/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:45
Tuesday 20 May 2025  10:08:19 -0400 (0:00:00.056)       0:01:03.816 *********** 
ok: [managed-node2] => {
    "changed": false, 
    "rc": 0
}

STDOUT:

94ab11c4e18dab5f883072983452331155deff3e66417f85d5272fd296284857 /etc/firewalld/services/http.xml
65a9e4a0653b58f6808edcf6d432f6676485af237e73cb7adaabab4df3fac7bc /etc/firewalld/firewalld.conf



STDERR:

Shared connection to 10.31.9.23 closed.


TASK [fedora.linux_system_roles.firewall : Tell firewall module it is able to report changed] ***
task path: /tmp/collections-eZr/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:57
Tuesday 20 May 2025  10:08:20 -0400 (0:00:00.934)       0:01:04.750 *********** 
ok: [managed-node2] => {
    "ansible_facts": {
        "__firewall_report_changed": false
    }, 
    "changed": false
}

TASK [fedora.linux_system_roles.firewall : Configure firewall] *****************
task path: /tmp/collections-eZr/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:73
Tuesday 20 May 2025  10:08:20 -0400 (0:00:00.055)       0:01:04.806 *********** 

TASK [fedora.linux_system_roles.firewall : Gather firewall config information] ***
task path: /tmp/collections-eZr/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:123
Tuesday 20 May 2025  10:08:20 -0400 (0:00:00.050)       0:01:04.856 *********** 

TASK [fedora.linux_system_roles.firewall : Update firewalld_config fact] *******
task path: /tmp/collections-eZr/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:133
Tuesday 20 May 2025  10:08:20 -0400 (0:00:00.052)       0:01:04.909 *********** 
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-eZr/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:142
Tuesday 20 May 2025  10:08:20 -0400 (0:00:00.059)       0:01:04.968 *********** 
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-eZr/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:147
Tuesday 20 May 2025  10:08:20 -0400 (0:00:00.051)       0:01:05.019 *********** 
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-eZr/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:156
Tuesday 20 May 2025  10:08:20 -0400 (0:00:00.050)       0:01:05.070 *********** 
ok: [managed-node2] => {
    "changed": false, 
    "rc": 0
}

STDOUT:

65a9e4a0653b58f6808edcf6d432f6676485af237e73cb7adaabab4df3fac7bc /etc/firewalld/firewalld.conf



STDERR:

Shared connection to 10.31.9.23 closed.


TASK [fedora.linux_system_roles.firewall : Calculate what has changed] *********
task path: /tmp/collections-eZr/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:166
Tuesday 20 May 2025  10:08:20 -0400 (0:00:00.373)       0:01:05.443 *********** 
changed: [managed-node2] => {
    "ansible_facts": {
        "firewall_lib_result": {
            "changed": true
        }
    }, 
    "changed": true
}

TASK [fedora.linux_system_roles.firewall : Show diffs] *************************
task path: /tmp/collections-eZr/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:172
Tuesday 20 May 2025  10:08:20 -0400 (0:00:00.061)       0:01:05.505 *********** 
skipping: [managed-node2] => {}
META: ran handlers
META: ran handlers

PLAY RECAP *********************************************************************
managed-node2              : ok=101  changed=7    unreachable=0    failed=0    skipped=273  rescued=0    ignored=1   

SYSTEM ROLES ERRORS BEGIN v1
[]
SYSTEM ROLES ERRORS END v1

TASKS RECAP ********************************************************************
Tuesday 20 May 2025  10:08:20 -0400 (0:00:00.047)       0:01:05.552 *********** 
=============================================================================== 
fedora.linux_system_roles.firewall : Get config files, checksums before and remove --- 1.86s
/tmp/collections-eZr/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:45 
fedora.linux_system_roles.firewall : Configure firewall ----------------- 1.68s
/tmp/collections-eZr/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:73 
fedora.linux_system_roles.firewall : Configure firewall ----------------- 1.58s
/tmp/collections-eZr/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:73 
fedora.linux_system_roles.firewall : Configure firewall ----------------- 1.57s
/tmp/collections-eZr/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:73 
fedora.linux_system_roles.firewall : Configure firewall ----------------- 1.55s
/tmp/collections-eZr/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:73 
fedora.linux_system_roles.firewall : Unmask firewalld service ----------- 1.20s
/tmp/collections-eZr/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:24 
Gathering Facts --------------------------------------------------------- 1.08s
/tmp/collections-eZr/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_service.yml:2 
fedora.linux_system_roles.firewall : Enable and start firewalld service --- 0.97s
/tmp/collections-eZr/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:30 
fedora.linux_system_roles.firewall : Unmask firewalld service ----------- 0.96s
/tmp/collections-eZr/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:24 
fedora.linux_system_roles.firewall : Enable and start firewalld service --- 0.93s
/tmp/collections-eZr/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:30 
fedora.linux_system_roles.firewall : Enable and start firewalld service --- 0.93s
/tmp/collections-eZr/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:30 
fedora.linux_system_roles.firewall : Enable and start firewalld service --- 0.91s
/tmp/collections-eZr/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:30 
fedora.linux_system_roles.firewall : Unmask firewalld service ----------- 0.91s
/tmp/collections-eZr/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:24 
fedora.linux_system_roles.firewall : Unmask firewalld service ----------- 0.91s
/tmp/collections-eZr/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:24 
fedora.linux_system_roles.firewall : Enable and start firewalld service --- 0.91s
/tmp/collections-eZr/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:30 
fedora.linux_system_roles.firewall : Unmask firewalld service ----------- 0.90s
/tmp/collections-eZr/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:24 
fedora.linux_system_roles.firewall : Install firewalld ------------------ 0.86s
/tmp/collections-eZr/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:31 
fedora.linux_system_roles.firewall : Install firewalld ------------------ 0.83s
/tmp/collections-eZr/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:31 
fedora.linux_system_roles.firewall : Install firewalld ------------------ 0.82s
/tmp/collections-eZr/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:31 
fedora.linux_system_roles.firewall : Configure firewall ----------------- 0.80s
/tmp/collections-eZr/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:73