[DEPRECATION WARNING]: ANSIBLE_COLLECTIONS_PATHS option, does not fit var 
naming standard, use the singular form ANSIBLE_COLLECTIONS_PATH instead. This 
feature will be removed from ansible-core in version 2.19. Deprecation warnings
 can be disabled by setting deprecation_warnings=False in ansible.cfg.
ansible-playbook [core 2.17.4]
  config file = None
  configured module search path = ['/root/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules']
  ansible python module location = /usr/local/lib/python3.12/site-packages/ansible
  ansible collection location = /tmp/collections-200
  executable location = /usr/local/bin/ansible-playbook
  python version = 3.12.5 (main, Aug 23 2024, 00:00:00) [GCC 11.5.0 20240719 (Red Hat 11.5.0-2)] (/usr/bin/python3.12)
  jinja version = 3.1.4
  libyaml = True
No config file found; using defaults
running playbook inside collection fedora.linux_system_roles
redirecting (type: callback) ansible.builtin.debug to ansible.posix.debug
redirecting (type: callback) ansible.builtin.debug to ansible.posix.debug
redirecting (type: callback) ansible.builtin.profile_tasks to ansible.posix.profile_tasks
Skipping callback 'default', as we already have a stdout callback.
Skipping callback 'minimal', as we already have a stdout callback.
Skipping callback 'oneline', as we already have a stdout callback.

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

PLAY [Ensure role handles startup issues] **************************************

TASK [Attempt to run role with default parameters (1)] *************************
task path: /tmp/collections-200/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_startup_conflicts.yml:6
Saturday 14 September 2024  01:26:15 -0400 (0:00:00.012)       0:00:00.012 **** 
included: fedora.linux_system_roles.firewall for managed_node3

TASK [fedora.linux_system_roles.firewall : Setup firewalld] ********************
task path: /tmp/collections-200/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:2
Saturday 14 September 2024  01:26:15 -0400 (0:00:00.058)       0:00:00.071 **** 
included: /tmp/collections-200/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml for managed_node3

TASK [fedora.linux_system_roles.firewall : Ensure ansible_facts used by role] ***
task path: /tmp/collections-200/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:2
Saturday 14 September 2024  01:26:15 -0400 (0:00:00.021)       0:00:00.093 **** 
[WARNING]: Platform linux on host managed_node3 is using the discovered Python
interpreter at /usr/bin/python3.9, but future installation of another Python
interpreter could change the meaning of that path. See
https://docs.ansible.com/ansible-
core/2.17/reference_appendices/interpreter_discovery.html for more information.
ok: [managed_node3]

TASK [fedora.linux_system_roles.firewall : Check if system is ostree] **********
task path: /tmp/collections-200/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:10
Saturday 14 September 2024  01:26:16 -0400 (0:00:00.756)       0:00:00.850 **** 
ok: [managed_node3] => {
    "changed": false,
    "stat": {
        "exists": false
    }
}

TASK [fedora.linux_system_roles.firewall : Set flag to indicate system is ostree] ***
task path: /tmp/collections-200/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:15
Saturday 14 September 2024  01:26:16 -0400 (0:00:00.488)       0:00:01.338 **** 
ok: [managed_node3] => {
    "ansible_facts": {
        "__firewall_is_ostree": false
    },
    "changed": false
}

TASK [fedora.linux_system_roles.firewall : Check if transactional-update exists in /sbin] ***
task path: /tmp/collections-200/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:22
Saturday 14 September 2024  01:26:16 -0400 (0:00:00.022)       0:00:01.360 **** 
ok: [managed_node3] => {
    "changed": false,
    "stat": {
        "exists": false
    }
}

TASK [fedora.linux_system_roles.firewall : Set flag if transactional-update exists] ***
task path: /tmp/collections-200/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:27
Saturday 14 September 2024  01:26:17 -0400 (0:00:00.342)       0:00:01.702 **** 
ok: [managed_node3] => {
    "ansible_facts": {
        "__firewall_is_transactional": false
    },
    "changed": false
}

TASK [fedora.linux_system_roles.firewall : Install firewalld] ******************
task path: /tmp/collections-200/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:31
Saturday 14 September 2024  01:26:17 -0400 (0:00:00.031)       0:00:01.733 **** 
ok: [managed_node3] => {
    "changed": false,
    "rc": 0,
    "results": []
}

MSG:

Nothing to do
lsrpackages: firewalld

TASK [fedora.linux_system_roles.firewall : Notify user that reboot is needed to apply changes] ***
task path: /tmp/collections-200/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:43
Saturday 14 September 2024  01:26:19 -0400 (0:00:01.872)       0:00:03.606 **** 
skipping: [managed_node3] => {
    "false_condition": "__firewall_is_transactional | d(false)"
}

TASK [fedora.linux_system_roles.firewall : Reboot transactional update systems] ***
task path: /tmp/collections-200/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:48
Saturday 14 September 2024  01:26:19 -0400 (0:00:00.043)       0:00:03.650 **** 
skipping: [managed_node3] => {
    "changed": false,
    "false_condition": "__firewall_is_transactional | d(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-200/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:53
Saturday 14 September 2024  01:26:19 -0400 (0:00:00.046)       0:00:03.696 **** 
skipping: [managed_node3] => {
    "changed": false,
    "false_condition": "__firewall_is_transactional | d(false)",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Collect service facts] **************
task path: /tmp/collections-200/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:5
Saturday 14 September 2024  01:26:19 -0400 (0:00:00.047)       0:00:03.743 **** 
skipping: [managed_node3] => {
    "changed": false,
    "false_condition": "firewall_disable_conflicting_services | bool",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Attempt to stop and disable conflicting services] ***
task path: /tmp/collections-200/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:9
Saturday 14 September 2024  01:26:19 -0400 (0:00:00.048)       0:00:03.792 **** 
skipping: [managed_node3] => (item=nftables)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "firewall_disable_conflicting_services | bool",
    "item": "nftables",
    "skip_reason": "Conditional result was False"
}
skipping: [managed_node3] => (item=iptables)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "firewall_disable_conflicting_services | bool",
    "item": "iptables",
    "skip_reason": "Conditional result was False"
}
skipping: [managed_node3] => (item=ufw)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "firewall_disable_conflicting_services | bool",
    "item": "ufw",
    "skip_reason": "Conditional result was False"
}
skipping: [managed_node3] => {
    "changed": false
}

MSG:

All items skipped

TASK [fedora.linux_system_roles.firewall : Unmask firewalld service] ***********
task path: /tmp/collections-200/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:22
Saturday 14 September 2024  01:26:19 -0400 (0:00:00.059)       0:00:03.851 **** 
ok: [managed_node3] => {
    "changed": false,
    "name": "firewalld",
    "status": {
        "AccessSELinuxContext": "system_u:object_r:firewalld_unit_file_t:s0",
        "ActiveEnterTimestamp": "Sat 2024-09-14 01:24:07 EDT",
        "ActiveEnterTimestampMonotonic": "203540574",
        "ActiveExitTimestampMonotonic": "0",
        "ActiveState": "active",
        "After": "dbus-broker.service sysinit.target dbus.socket system.slice polkit.service basic.target",
        "AllowIsolate": "no",
        "AssertResult": "yes",
        "AssertTimestamp": "Sat 2024-09-14 01:24:07 EDT",
        "AssertTimestampMonotonic": "203351302",
        "Before": "shutdown.target network-pre.target multi-user.target",
        "BlockIOAccounting": "no",
        "BlockIOWeight": "[not set]",
        "BusName": "org.fedoraproject.FirewallD1",
        "CPUAccounting": "yes",
        "CPUAffinityFromNUMA": "no",
        "CPUQuotaPerSecUSec": "infinity",
        "CPUQuotaPeriodUSec": "infinity",
        "CPUSchedulingPolicy": "0",
        "CPUSchedulingPriority": "0",
        "CPUSchedulingResetOnFork": "no",
        "CPUShares": "[not set]",
        "CPUUsageNSec": "8894956000",
        "CPUWeight": "[not set]",
        "CacheDirectoryMode": "0755",
        "CanFreeze": "yes",
        "CanIsolate": "no",
        "CanReload": "yes",
        "CanStart": "yes",
        "CanStop": "yes",
        "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore",
        "CleanResult": "success",
        "CollectMode": "inactive",
        "ConditionResult": "yes",
        "ConditionTimestamp": "Sat 2024-09-14 01:24:07 EDT",
        "ConditionTimestampMonotonic": "203351299",
        "ConfigurationDirectoryMode": "0755",
        "Conflicts": "iptables.service ebtables.service ipset.service shutdown.target ip6tables.service",
        "ControlGroup": "/system.slice/firewalld.service",
        "ControlGroupId": "3565",
        "ControlPID": "0",
        "CoredumpFilter": "0x33",
        "DefaultDependencies": "yes",
        "DefaultMemoryLow": "0",
        "DefaultMemoryMin": "0",
        "Delegate": "no",
        "Description": "firewalld - dynamic firewall daemon",
        "DevicePolicy": "auto",
        "Documentation": "\"man:firewalld(1)\"",
        "DynamicUser": "no",
        "EnvironmentFiles": "/etc/sysconfig/firewalld (ignore_errors=yes)",
        "ExecMainCode": "0",
        "ExecMainExitTimestampMonotonic": "0",
        "ExecMainPID": "6778",
        "ExecMainStartTimestamp": "Sat 2024-09-14 01:24:07 EDT",
        "ExecMainStartTimestampMonotonic": "203361433",
        "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 }",
        "ExecReloadEx": "{ path=/bin/kill ; argv[]=/bin/kill -HUP $MAINPID ; flags= ; 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=[Sat 2024-09-14 01:24:07 EDT] ; stop_time=[n/a] ; pid=6778 ; code=(null) ; status=0/0 }",
        "ExecStartEx": "{ path=/usr/sbin/firewalld ; argv[]=/usr/sbin/firewalld --nofork --nopid $FIREWALLD_ARGS ; flags= ; start_time=[Sat 2024-09-14 01:24:07 EDT] ; stop_time=[n/a] ; pid=6778 ; code=(null) ; status=0/0 }",
        "ExitType": "main",
        "FailureAction": "none",
        "FileDescriptorStoreMax": "0",
        "FinalKillSignal": "9",
        "FragmentPath": "/usr/lib/systemd/system/firewalld.service",
        "FreezerState": "running",
        "GID": "[not set]",
        "GuessMainPID": "yes",
        "IOAccounting": "no",
        "IOReadBytes": "18446744073709551615",
        "IOReadOperations": "18446744073709551615",
        "IOSchedulingClass": "2",
        "IOSchedulingPriority": "4",
        "IOWeight": "[not set]",
        "IOWriteBytes": "18446744073709551615",
        "IOWriteOperations": "18446744073709551615",
        "IPAccounting": "no",
        "IPEgressBytes": "[no data]",
        "IPEgressPackets": "[no data]",
        "IPIngressBytes": "[no data]",
        "IPIngressPackets": "[no data]",
        "Id": "firewalld.service",
        "IgnoreOnIsolate": "no",
        "IgnoreSIGPIPE": "yes",
        "InactiveEnterTimestampMonotonic": "0",
        "InactiveExitTimestamp": "Sat 2024-09-14 01:24:07 EDT",
        "InactiveExitTimestampMonotonic": "203361692",
        "InvocationID": "79724890a7224909ac18f0ef7913adeb",
        "JobRunningTimeoutUSec": "infinity",
        "JobTimeoutAction": "none",
        "JobTimeoutUSec": "infinity",
        "KeyringMode": "private",
        "KillMode": "mixed",
        "KillSignal": "15",
        "LimitAS": "infinity",
        "LimitASSoft": "infinity",
        "LimitCORE": "infinity",
        "LimitCORESoft": "infinity",
        "LimitCPU": "infinity",
        "LimitCPUSoft": "infinity",
        "LimitDATA": "infinity",
        "LimitDATASoft": "infinity",
        "LimitFSIZE": "infinity",
        "LimitFSIZESoft": "infinity",
        "LimitLOCKS": "infinity",
        "LimitLOCKSSoft": "infinity",
        "LimitMEMLOCK": "8388608",
        "LimitMEMLOCKSoft": "8388608",
        "LimitMSGQUEUE": "819200",
        "LimitMSGQUEUESoft": "819200",
        "LimitNICE": "0",
        "LimitNICESoft": "0",
        "LimitNOFILE": "524288",
        "LimitNOFILESoft": "1024",
        "LimitNPROC": "13964",
        "LimitNPROCSoft": "13964",
        "LimitRSS": "infinity",
        "LimitRSSSoft": "infinity",
        "LimitRTPRIO": "0",
        "LimitRTPRIOSoft": "0",
        "LimitRTTIME": "infinity",
        "LimitRTTIMESoft": "infinity",
        "LimitSIGPENDING": "13964",
        "LimitSIGPENDINGSoft": "13964",
        "LimitSTACK": "infinity",
        "LimitSTACKSoft": "8388608",
        "LoadState": "loaded",
        "LockPersonality": "no",
        "LogLevelMax": "-1",
        "LogRateLimitBurst": "0",
        "LogRateLimitIntervalUSec": "0",
        "LogsDirectoryMode": "0755",
        "MainPID": "6778",
        "ManagedOOMMemoryPressure": "auto",
        "ManagedOOMMemoryPressureLimit": "0",
        "ManagedOOMPreference": "none",
        "ManagedOOMSwap": "auto",
        "MemoryAccounting": "yes",
        "MemoryAvailable": "infinity",
        "MemoryCurrent": "42250240",
        "MemoryDenyWriteExecute": "no",
        "MemoryHigh": "infinity",
        "MemoryLimit": "infinity",
        "MemoryLow": "0",
        "MemoryMax": "infinity",
        "MemoryMin": "0",
        "MemorySwapMax": "infinity",
        "MountAPIVFS": "no",
        "NFileDescriptorStore": "0",
        "NRestarts": "0",
        "NUMAPolicy": "n/a",
        "Names": "firewalld.service dbus-org.fedoraproject.FirewallD1.service",
        "NeedDaemonReload": "no",
        "Nice": "0",
        "NoNewPrivileges": "no",
        "NonBlocking": "no",
        "NotifyAccess": "none",
        "OOMPolicy": "stop",
        "OOMScoreAdjust": "0",
        "OnFailureJobMode": "replace",
        "OnSuccessJobMode": "fail",
        "Perpetual": "no",
        "PrivateDevices": "no",
        "PrivateIPC": "no",
        "PrivateMounts": "no",
        "PrivateNetwork": "no",
        "PrivateTmp": "no",
        "PrivateUsers": "no",
        "ProcSubset": "all",
        "ProtectClock": "no",
        "ProtectControlGroups": "no",
        "ProtectHome": "no",
        "ProtectHostname": "no",
        "ProtectKernelLogs": "no",
        "ProtectKernelModules": "no",
        "ProtectKernelTunables": "no",
        "ProtectProc": "default",
        "ProtectSystem": "no",
        "RefuseManualStart": "no",
        "RefuseManualStop": "no",
        "ReloadResult": "success",
        "ReloadSignal": "1",
        "RemainAfterExit": "no",
        "RemoveIPC": "no",
        "Requires": "sysinit.target system.slice dbus.socket",
        "Restart": "no",
        "RestartKillSignal": "15",
        "RestartUSec": "100ms",
        "RestrictNamespaces": "no",
        "RestrictRealtime": "no",
        "RestrictSUIDSGID": "no",
        "Result": "success",
        "RootDirectoryStartOnly": "no",
        "RuntimeDirectoryMode": "0755",
        "RuntimeDirectoryPreserve": "no",
        "RuntimeMaxUSec": "infinity",
        "RuntimeRandomizedExtraUSec": "0",
        "SameProcessGroup": "no",
        "SecureBits": "0",
        "SendSIGHUP": "no",
        "SendSIGKILL": "yes",
        "Slice": "system.slice",
        "StandardError": "null",
        "StandardInput": "null",
        "StandardOutput": "null",
        "StartLimitAction": "none",
        "StartLimitBurst": "5",
        "StartLimitIntervalUSec": "10s",
        "StartupBlockIOWeight": "[not set]",
        "StartupCPUShares": "[not set]",
        "StartupCPUWeight": "[not set]",
        "StartupIOWeight": "[not set]",
        "StateChangeTimestamp": "Sat 2024-09-14 01:24:07 EDT",
        "StateChangeTimestampMonotonic": "203540574",
        "StateDirectoryMode": "0755",
        "StatusErrno": "0",
        "StopWhenUnneeded": "no",
        "SubState": "running",
        "SuccessAction": "none",
        "SyslogFacility": "3",
        "SyslogLevel": "6",
        "SyslogLevelPrefix": "yes",
        "SyslogPriority": "30",
        "SystemCallErrorNumber": "2147483646",
        "TTYReset": "no",
        "TTYVHangup": "no",
        "TTYVTDisallocate": "no",
        "TasksAccounting": "yes",
        "TasksCurrent": "4",
        "TasksMax": "22342",
        "TimeoutAbortUSec": "1min 30s",
        "TimeoutCleanUSec": "infinity",
        "TimeoutStartFailureMode": "terminate",
        "TimeoutStartUSec": "1min 30s",
        "TimeoutStopFailureMode": "terminate",
        "TimeoutStopUSec": "1min 30s",
        "TimerSlackNSec": "50000",
        "Transient": "no",
        "Type": "dbus",
        "UID": "[not set]",
        "UMask": "0022",
        "UnitFilePreset": "enabled",
        "UnitFileState": "enabled",
        "UtmpMode": "init",
        "WantedBy": "multi-user.target",
        "Wants": "network-pre.target",
        "WatchdogSignal": "6",
        "WatchdogTimestampMonotonic": "0",
        "WatchdogUSec": "0"
    }
}

TASK [fedora.linux_system_roles.firewall : Enable and start firewalld service] ***
task path: /tmp/collections-200/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:28
Saturday 14 September 2024  01:26:20 -0400 (0:00:00.697)       0:00:04.549 **** 
ok: [managed_node3] => {
    "changed": false,
    "enabled": true,
    "name": "firewalld",
    "state": "started",
    "status": {
        "AccessSELinuxContext": "system_u:object_r:firewalld_unit_file_t:s0",
        "ActiveEnterTimestamp": "Sat 2024-09-14 01:24:07 EDT",
        "ActiveEnterTimestampMonotonic": "203540574",
        "ActiveExitTimestampMonotonic": "0",
        "ActiveState": "active",
        "After": "dbus-broker.service sysinit.target dbus.socket system.slice polkit.service basic.target",
        "AllowIsolate": "no",
        "AssertResult": "yes",
        "AssertTimestamp": "Sat 2024-09-14 01:24:07 EDT",
        "AssertTimestampMonotonic": "203351302",
        "Before": "shutdown.target network-pre.target multi-user.target",
        "BlockIOAccounting": "no",
        "BlockIOWeight": "[not set]",
        "BusName": "org.fedoraproject.FirewallD1",
        "CPUAccounting": "yes",
        "CPUAffinityFromNUMA": "no",
        "CPUQuotaPerSecUSec": "infinity",
        "CPUQuotaPeriodUSec": "infinity",
        "CPUSchedulingPolicy": "0",
        "CPUSchedulingPriority": "0",
        "CPUSchedulingResetOnFork": "no",
        "CPUShares": "[not set]",
        "CPUUsageNSec": "8894956000",
        "CPUWeight": "[not set]",
        "CacheDirectoryMode": "0755",
        "CanFreeze": "yes",
        "CanIsolate": "no",
        "CanReload": "yes",
        "CanStart": "yes",
        "CanStop": "yes",
        "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore",
        "CleanResult": "success",
        "CollectMode": "inactive",
        "ConditionResult": "yes",
        "ConditionTimestamp": "Sat 2024-09-14 01:24:07 EDT",
        "ConditionTimestampMonotonic": "203351299",
        "ConfigurationDirectoryMode": "0755",
        "Conflicts": "iptables.service ebtables.service ipset.service shutdown.target ip6tables.service",
        "ControlGroup": "/system.slice/firewalld.service",
        "ControlGroupId": "3565",
        "ControlPID": "0",
        "CoredumpFilter": "0x33",
        "DefaultDependencies": "yes",
        "DefaultMemoryLow": "0",
        "DefaultMemoryMin": "0",
        "Delegate": "no",
        "Description": "firewalld - dynamic firewall daemon",
        "DevicePolicy": "auto",
        "Documentation": "\"man:firewalld(1)\"",
        "DynamicUser": "no",
        "EnvironmentFiles": "/etc/sysconfig/firewalld (ignore_errors=yes)",
        "ExecMainCode": "0",
        "ExecMainExitTimestampMonotonic": "0",
        "ExecMainPID": "6778",
        "ExecMainStartTimestamp": "Sat 2024-09-14 01:24:07 EDT",
        "ExecMainStartTimestampMonotonic": "203361433",
        "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 }",
        "ExecReloadEx": "{ path=/bin/kill ; argv[]=/bin/kill -HUP $MAINPID ; flags= ; 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=[Sat 2024-09-14 01:24:07 EDT] ; stop_time=[n/a] ; pid=6778 ; code=(null) ; status=0/0 }",
        "ExecStartEx": "{ path=/usr/sbin/firewalld ; argv[]=/usr/sbin/firewalld --nofork --nopid $FIREWALLD_ARGS ; flags= ; start_time=[Sat 2024-09-14 01:24:07 EDT] ; stop_time=[n/a] ; pid=6778 ; code=(null) ; status=0/0 }",
        "ExitType": "main",
        "FailureAction": "none",
        "FileDescriptorStoreMax": "0",
        "FinalKillSignal": "9",
        "FragmentPath": "/usr/lib/systemd/system/firewalld.service",
        "FreezerState": "running",
        "GID": "[not set]",
        "GuessMainPID": "yes",
        "IOAccounting": "no",
        "IOReadBytes": "18446744073709551615",
        "IOReadOperations": "18446744073709551615",
        "IOSchedulingClass": "2",
        "IOSchedulingPriority": "4",
        "IOWeight": "[not set]",
        "IOWriteBytes": "18446744073709551615",
        "IOWriteOperations": "18446744073709551615",
        "IPAccounting": "no",
        "IPEgressBytes": "[no data]",
        "IPEgressPackets": "[no data]",
        "IPIngressBytes": "[no data]",
        "IPIngressPackets": "[no data]",
        "Id": "firewalld.service",
        "IgnoreOnIsolate": "no",
        "IgnoreSIGPIPE": "yes",
        "InactiveEnterTimestampMonotonic": "0",
        "InactiveExitTimestamp": "Sat 2024-09-14 01:24:07 EDT",
        "InactiveExitTimestampMonotonic": "203361692",
        "InvocationID": "79724890a7224909ac18f0ef7913adeb",
        "JobRunningTimeoutUSec": "infinity",
        "JobTimeoutAction": "none",
        "JobTimeoutUSec": "infinity",
        "KeyringMode": "private",
        "KillMode": "mixed",
        "KillSignal": "15",
        "LimitAS": "infinity",
        "LimitASSoft": "infinity",
        "LimitCORE": "infinity",
        "LimitCORESoft": "infinity",
        "LimitCPU": "infinity",
        "LimitCPUSoft": "infinity",
        "LimitDATA": "infinity",
        "LimitDATASoft": "infinity",
        "LimitFSIZE": "infinity",
        "LimitFSIZESoft": "infinity",
        "LimitLOCKS": "infinity",
        "LimitLOCKSSoft": "infinity",
        "LimitMEMLOCK": "8388608",
        "LimitMEMLOCKSoft": "8388608",
        "LimitMSGQUEUE": "819200",
        "LimitMSGQUEUESoft": "819200",
        "LimitNICE": "0",
        "LimitNICESoft": "0",
        "LimitNOFILE": "524288",
        "LimitNOFILESoft": "1024",
        "LimitNPROC": "13964",
        "LimitNPROCSoft": "13964",
        "LimitRSS": "infinity",
        "LimitRSSSoft": "infinity",
        "LimitRTPRIO": "0",
        "LimitRTPRIOSoft": "0",
        "LimitRTTIME": "infinity",
        "LimitRTTIMESoft": "infinity",
        "LimitSIGPENDING": "13964",
        "LimitSIGPENDINGSoft": "13964",
        "LimitSTACK": "infinity",
        "LimitSTACKSoft": "8388608",
        "LoadState": "loaded",
        "LockPersonality": "no",
        "LogLevelMax": "-1",
        "LogRateLimitBurst": "0",
        "LogRateLimitIntervalUSec": "0",
        "LogsDirectoryMode": "0755",
        "MainPID": "6778",
        "ManagedOOMMemoryPressure": "auto",
        "ManagedOOMMemoryPressureLimit": "0",
        "ManagedOOMPreference": "none",
        "ManagedOOMSwap": "auto",
        "MemoryAccounting": "yes",
        "MemoryAvailable": "infinity",
        "MemoryCurrent": "42250240",
        "MemoryDenyWriteExecute": "no",
        "MemoryHigh": "infinity",
        "MemoryLimit": "infinity",
        "MemoryLow": "0",
        "MemoryMax": "infinity",
        "MemoryMin": "0",
        "MemorySwapMax": "infinity",
        "MountAPIVFS": "no",
        "NFileDescriptorStore": "0",
        "NRestarts": "0",
        "NUMAPolicy": "n/a",
        "Names": "firewalld.service dbus-org.fedoraproject.FirewallD1.service",
        "NeedDaemonReload": "no",
        "Nice": "0",
        "NoNewPrivileges": "no",
        "NonBlocking": "no",
        "NotifyAccess": "none",
        "OOMPolicy": "stop",
        "OOMScoreAdjust": "0",
        "OnFailureJobMode": "replace",
        "OnSuccessJobMode": "fail",
        "Perpetual": "no",
        "PrivateDevices": "no",
        "PrivateIPC": "no",
        "PrivateMounts": "no",
        "PrivateNetwork": "no",
        "PrivateTmp": "no",
        "PrivateUsers": "no",
        "ProcSubset": "all",
        "ProtectClock": "no",
        "ProtectControlGroups": "no",
        "ProtectHome": "no",
        "ProtectHostname": "no",
        "ProtectKernelLogs": "no",
        "ProtectKernelModules": "no",
        "ProtectKernelTunables": "no",
        "ProtectProc": "default",
        "ProtectSystem": "no",
        "RefuseManualStart": "no",
        "RefuseManualStop": "no",
        "ReloadResult": "success",
        "ReloadSignal": "1",
        "RemainAfterExit": "no",
        "RemoveIPC": "no",
        "Requires": "sysinit.target system.slice dbus.socket",
        "Restart": "no",
        "RestartKillSignal": "15",
        "RestartUSec": "100ms",
        "RestrictNamespaces": "no",
        "RestrictRealtime": "no",
        "RestrictSUIDSGID": "no",
        "Result": "success",
        "RootDirectoryStartOnly": "no",
        "RuntimeDirectoryMode": "0755",
        "RuntimeDirectoryPreserve": "no",
        "RuntimeMaxUSec": "infinity",
        "RuntimeRandomizedExtraUSec": "0",
        "SameProcessGroup": "no",
        "SecureBits": "0",
        "SendSIGHUP": "no",
        "SendSIGKILL": "yes",
        "Slice": "system.slice",
        "StandardError": "null",
        "StandardInput": "null",
        "StandardOutput": "null",
        "StartLimitAction": "none",
        "StartLimitBurst": "5",
        "StartLimitIntervalUSec": "10s",
        "StartupBlockIOWeight": "[not set]",
        "StartupCPUShares": "[not set]",
        "StartupCPUWeight": "[not set]",
        "StartupIOWeight": "[not set]",
        "StateChangeTimestamp": "Sat 2024-09-14 01:24:07 EDT",
        "StateChangeTimestampMonotonic": "203540574",
        "StateDirectoryMode": "0755",
        "StatusErrno": "0",
        "StopWhenUnneeded": "no",
        "SubState": "running",
        "SuccessAction": "none",
        "SyslogFacility": "3",
        "SyslogLevel": "6",
        "SyslogLevelPrefix": "yes",
        "SyslogPriority": "30",
        "SystemCallErrorNumber": "2147483646",
        "TTYReset": "no",
        "TTYVHangup": "no",
        "TTYVTDisallocate": "no",
        "TasksAccounting": "yes",
        "TasksCurrent": "4",
        "TasksMax": "22342",
        "TimeoutAbortUSec": "1min 30s",
        "TimeoutCleanUSec": "infinity",
        "TimeoutStartFailureMode": "terminate",
        "TimeoutStartUSec": "1min 30s",
        "TimeoutStopFailureMode": "terminate",
        "TimeoutStopUSec": "1min 30s",
        "TimerSlackNSec": "50000",
        "Transient": "no",
        "Type": "dbus",
        "UID": "[not set]",
        "UMask": "0022",
        "UnitFilePreset": "enabled",
        "UnitFileState": "enabled",
        "UtmpMode": "init",
        "WantedBy": "multi-user.target",
        "Wants": "network-pre.target",
        "WatchdogSignal": "6",
        "WatchdogTimestampMonotonic": "0",
        "WatchdogUSec": "0"
    }
}

TASK [fedora.linux_system_roles.firewall : Check if previous replaced is defined] ***
task path: /tmp/collections-200/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:34
Saturday 14 September 2024  01:26:20 -0400 (0:00:00.469)       0:00:05.019 **** 
ok: [managed_node3] => {
    "ansible_facts": {
        "__firewall_previous_replaced": false,
        "__firewall_python_cmd": "/usr/bin/python3.9",
        "__firewall_report_changed": true
    },
    "changed": false
}

TASK [fedora.linux_system_roles.firewall : Get config files, checksums before and remove] ***
task path: /tmp/collections-200/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:43
Saturday 14 September 2024  01:26:20 -0400 (0:00:00.054)       0:00:05.073 **** 
skipping: [managed_node3] => {
    "changed": false,
    "false_condition": "__firewall_previous_replaced | bool",
    "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-200/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:55
Saturday 14 September 2024  01:26:20 -0400 (0:00:00.035)       0:00:05.109 **** 
skipping: [managed_node3] => {
    "changed": false,
    "false_condition": "__firewall_previous_replaced | bool",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Configure firewall] *****************
task path: /tmp/collections-200/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:71
Saturday 14 September 2024  01:26:20 -0400 (0:00:00.035)       0:00:05.144 **** 
skipping: [managed_node3] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [fedora.linux_system_roles.firewall : Gather firewall config information] ***
task path: /tmp/collections-200/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:120
Saturday 14 September 2024  01:26:20 -0400 (0:00:00.043)       0:00:05.188 **** 
skipping: [managed_node3] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [fedora.linux_system_roles.firewall : Update firewalld_config fact] *******
task path: /tmp/collections-200/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:130
Saturday 14 September 2024  01:26:20 -0400 (0:00:00.038)       0:00:05.226 **** 
skipping: [managed_node3] => {
    "changed": false,
    "false_condition": "firewall | length == 1",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Gather firewall config if no arguments] ***
task path: /tmp/collections-200/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:139
Saturday 14 September 2024  01:26:20 -0400 (0:00:00.032)       0:00:05.259 **** 
ok: [managed_node3] => {
    "changed": false,
    "firewall_config": {
        "default": {
            "helpers": [
                "Q.931",
                "RAS",
                "amanda",
                "ftp",
                "h323",
                "irc",
                "netbios-ns",
                "pptp",
                "proto-gre",
                "sane",
                "sip",
                "snmp",
                "tftp"
            ],
            "icmptypes": [
                "mld-listener-report",
                "mld2-listener-report",
                "neighbour-advertisement",
                "neighbour-solicitation",
                "network-prohibited",
                "network-redirect",
                "network-unknown",
                "network-unreachable",
                "no-route",
                "packet-too-big",
                "parameter-problem",
                "port-unreachable",
                "precedence-cutoff",
                "protocol-unreachable",
                "redirect",
                "reject-route",
                "required-option-missing",
                "router-advertisement",
                "router-solicitation",
                "source-quench",
                "source-route-failed",
                "time-exceeded",
                "timestamp-reply",
                "timestamp-request",
                "tos-host-redirect",
                "tos-host-unreachable",
                "tos-network-redirect",
                "tos-network-unreachable",
                "ttl-zero-during-reassembly",
                "ttl-zero-during-transit",
                "unknown-header-type",
                "unknown-option",
                "address-unreachable",
                "bad-header",
                "beyond-scope",
                "communication-prohibited",
                "destination-unreachable",
                "echo-reply",
                "echo-request",
                "failed-policy",
                "fragmentation-needed",
                "host-precedence-violation",
                "host-prohibited",
                "host-redirect",
                "host-unknown",
                "host-unreachable",
                "ip-header-bad",
                "mld-listener-done",
                "mld-listener-query"
            ],
            "policies": [
                "allow-host-ipv6"
            ],
            "services": [
                "RH-Satellite-6",
                "afp",
                "amanda-client",
                "amanda-k5-client",
                "amqp",
                "amqps",
                "apcupsd",
                "audit",
                "ausweisapp2",
                "bacula-client",
                "bacula",
                "bareos-director",
                "bareos-filedaemon",
                "bareos-storage",
                "bb",
                "bgp",
                "bitcoin-rpc",
                "bitcoin-testnet-rpc",
                "bitcoin-testnet",
                "bitcoin",
                "bittorrent-lsd",
                "ceph-exporter",
                "ceph-mon",
                "ceph",
                "cfengine",
                "checkmk-agent",
                "cockpit",
                "collectd",
                "condor-collector",
                "cratedb",
                "ctdb",
                "dds-multicast",
                "dds-unicast",
                "dds",
                "dhcp",
                "dhcpv6-client",
                "dhcpv6",
                "distcc",
                "dns-over-tls",
                "dns",
                "docker-registry",
                "docker-swarm",
                "dropbox-lansync",
                "elasticsearch",
                "etcd-client",
                "etcd-server",
                "finger",
                "foreman-proxy",
                "foreman",
                "freeipa-4",
                "freeipa-ldap",
                "freeipa-ldaps",
                "freeipa-replication",
                "freeipa-trust",
                "ftp",
                "galera",
                "ganglia-client",
                "ganglia-master",
                "git",
                "gpsd",
                "grafana",
                "gre",
                "high-availability",
                "http",
                "http3",
                "https",
                "ident",
                "imap",
                "imaps",
                "ipfs",
                "ipp-client",
                "ipp",
                "ipsec",
                "irc",
                "ircs",
                "iscsi-target",
                "isns",
                "jenkins",
                "kadmin",
                "kdeconnect",
                "kerberos",
                "kibana",
                "klogin",
                "kpasswd",
                "kprop",
                "kshell",
                "kube-api",
                "kube-apiserver",
                "kube-control-plane-secure",
                "kube-control-plane",
                "kube-controller-manager-secure",
                "kube-controller-manager",
                "kube-nodeport-services",
                "kube-scheduler-secure",
                "kube-scheduler",
                "kube-worker",
                "kubelet-readonly",
                "kubelet-worker",
                "kubelet",
                "ldap",
                "ldaps",
                "libvirt-tls",
                "libvirt",
                "lightning-network",
                "llmnr-client",
                "llmnr-tcp",
                "llmnr-udp",
                "llmnr",
                "managesieve",
                "matrix",
                "mdns",
                "memcache",
                "minidlna",
                "mongodb",
                "mosh",
                "mountd",
                "mqtt-tls",
                "mqtt",
                "ms-wbt",
                "mssql",
                "murmur",
                "mysql",
                "nbd",
                "nebula",
                "netbios-ns",
                "netdata-dashboard",
                "nfs",
                "nfs3",
                "nmea-0183",
                "nrpe",
                "ntp",
                "nut",
                "opentelemetry",
                "openvpn",
                "ovirt-imageio",
                "ovirt-storageconsole",
                "ovirt-vmconsole",
                "plex",
                "pmcd",
                "pmproxy",
                "pmwebapi",
                "pmwebapis",
                "pop3",
                "pop3s",
                "postgresql",
                "privoxy",
                "prometheus-node-exporter",
                "prometheus",
                "proxy-dhcp",
                "ps2link",
                "ps3netsrv",
                "ptp",
                "pulseaudio",
                "puppetmaster",
                "quassel",
                "radius",
                "rdp",
                "redis-sentinel",
                "redis",
                "rpc-bind",
                "rquotad",
                "rsh",
                "rsyncd",
                "rtsp",
                "salt-master",
                "samba-client",
                "samba-dc",
                "samba",
                "sane",
                "sip",
                "sips",
                "slp",
                "smtp-submission",
                "smtp",
                "smtps",
                "snmp",
                "snmptls-trap",
                "snmptls",
                "snmptrap",
                "spideroak-lansync",
                "spotify-sync",
                "squid",
                "ssdp",
                "ssh",
                "steam-streaming",
                "svdrp",
                "svn",
                "syncthing-gui",
                "syncthing-relay",
                "syncthing",
                "synergy",
                "syslog-tls",
                "syslog",
                "telnet",
                "tentacle",
                "tftp",
                "tile38",
                "tinc",
                "tor-socks",
                "transmission-client",
                "upnp-client",
                "vdsm",
                "vnc-server",
                "warpinator",
                "wbem-http",
                "wbem-https",
                "wireguard",
                "ws-discovery-client",
                "ws-discovery-tcp",
                "ws-discovery-udp",
                "ws-discovery",
                "wsman",
                "wsmans",
                "xdmcp",
                "xmpp-bosh",
                "xmpp-client",
                "xmpp-local",
                "xmpp-server",
                "zabbix-agent",
                "zabbix-server",
                "zerotier",
                "RH-Satellite-6-capsule"
            ],
            "zones": [
                "nm-shared",
                "block",
                "dmz",
                "drop",
                "external",
                "home",
                "internal",
                "public",
                "trusted",
                "work"
            ]
        },
        "default_zone": "public"
    }
}

TASK [fedora.linux_system_roles.firewall : Update firewalld_config fact] *******
task path: /tmp/collections-200/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:144
Saturday 14 September 2024  01:26:21 -0400 (0:00:00.538)       0:00:05.798 **** 
ok: [managed_node3] => {
    "ansible_facts": {
        "firewall_config": {
            "default": {
                "helpers": [
                    "Q.931",
                    "RAS",
                    "amanda",
                    "ftp",
                    "h323",
                    "irc",
                    "netbios-ns",
                    "pptp",
                    "proto-gre",
                    "sane",
                    "sip",
                    "snmp",
                    "tftp"
                ],
                "icmptypes": [
                    "mld-listener-report",
                    "mld2-listener-report",
                    "neighbour-advertisement",
                    "neighbour-solicitation",
                    "network-prohibited",
                    "network-redirect",
                    "network-unknown",
                    "network-unreachable",
                    "no-route",
                    "packet-too-big",
                    "parameter-problem",
                    "port-unreachable",
                    "precedence-cutoff",
                    "protocol-unreachable",
                    "redirect",
                    "reject-route",
                    "required-option-missing",
                    "router-advertisement",
                    "router-solicitation",
                    "source-quench",
                    "source-route-failed",
                    "time-exceeded",
                    "timestamp-reply",
                    "timestamp-request",
                    "tos-host-redirect",
                    "tos-host-unreachable",
                    "tos-network-redirect",
                    "tos-network-unreachable",
                    "ttl-zero-during-reassembly",
                    "ttl-zero-during-transit",
                    "unknown-header-type",
                    "unknown-option",
                    "address-unreachable",
                    "bad-header",
                    "beyond-scope",
                    "communication-prohibited",
                    "destination-unreachable",
                    "echo-reply",
                    "echo-request",
                    "failed-policy",
                    "fragmentation-needed",
                    "host-precedence-violation",
                    "host-prohibited",
                    "host-redirect",
                    "host-unknown",
                    "host-unreachable",
                    "ip-header-bad",
                    "mld-listener-done",
                    "mld-listener-query"
                ],
                "policies": [
                    "allow-host-ipv6"
                ],
                "services": [
                    "RH-Satellite-6",
                    "afp",
                    "amanda-client",
                    "amanda-k5-client",
                    "amqp",
                    "amqps",
                    "apcupsd",
                    "audit",
                    "ausweisapp2",
                    "bacula-client",
                    "bacula",
                    "bareos-director",
                    "bareos-filedaemon",
                    "bareos-storage",
                    "bb",
                    "bgp",
                    "bitcoin-rpc",
                    "bitcoin-testnet-rpc",
                    "bitcoin-testnet",
                    "bitcoin",
                    "bittorrent-lsd",
                    "ceph-exporter",
                    "ceph-mon",
                    "ceph",
                    "cfengine",
                    "checkmk-agent",
                    "cockpit",
                    "collectd",
                    "condor-collector",
                    "cratedb",
                    "ctdb",
                    "dds-multicast",
                    "dds-unicast",
                    "dds",
                    "dhcp",
                    "dhcpv6-client",
                    "dhcpv6",
                    "distcc",
                    "dns-over-tls",
                    "dns",
                    "docker-registry",
                    "docker-swarm",
                    "dropbox-lansync",
                    "elasticsearch",
                    "etcd-client",
                    "etcd-server",
                    "finger",
                    "foreman-proxy",
                    "foreman",
                    "freeipa-4",
                    "freeipa-ldap",
                    "freeipa-ldaps",
                    "freeipa-replication",
                    "freeipa-trust",
                    "ftp",
                    "galera",
                    "ganglia-client",
                    "ganglia-master",
                    "git",
                    "gpsd",
                    "grafana",
                    "gre",
                    "high-availability",
                    "http",
                    "http3",
                    "https",
                    "ident",
                    "imap",
                    "imaps",
                    "ipfs",
                    "ipp-client",
                    "ipp",
                    "ipsec",
                    "irc",
                    "ircs",
                    "iscsi-target",
                    "isns",
                    "jenkins",
                    "kadmin",
                    "kdeconnect",
                    "kerberos",
                    "kibana",
                    "klogin",
                    "kpasswd",
                    "kprop",
                    "kshell",
                    "kube-api",
                    "kube-apiserver",
                    "kube-control-plane-secure",
                    "kube-control-plane",
                    "kube-controller-manager-secure",
                    "kube-controller-manager",
                    "kube-nodeport-services",
                    "kube-scheduler-secure",
                    "kube-scheduler",
                    "kube-worker",
                    "kubelet-readonly",
                    "kubelet-worker",
                    "kubelet",
                    "ldap",
                    "ldaps",
                    "libvirt-tls",
                    "libvirt",
                    "lightning-network",
                    "llmnr-client",
                    "llmnr-tcp",
                    "llmnr-udp",
                    "llmnr",
                    "managesieve",
                    "matrix",
                    "mdns",
                    "memcache",
                    "minidlna",
                    "mongodb",
                    "mosh",
                    "mountd",
                    "mqtt-tls",
                    "mqtt",
                    "ms-wbt",
                    "mssql",
                    "murmur",
                    "mysql",
                    "nbd",
                    "nebula",
                    "netbios-ns",
                    "netdata-dashboard",
                    "nfs",
                    "nfs3",
                    "nmea-0183",
                    "nrpe",
                    "ntp",
                    "nut",
                    "opentelemetry",
                    "openvpn",
                    "ovirt-imageio",
                    "ovirt-storageconsole",
                    "ovirt-vmconsole",
                    "plex",
                    "pmcd",
                    "pmproxy",
                    "pmwebapi",
                    "pmwebapis",
                    "pop3",
                    "pop3s",
                    "postgresql",
                    "privoxy",
                    "prometheus-node-exporter",
                    "prometheus",
                    "proxy-dhcp",
                    "ps2link",
                    "ps3netsrv",
                    "ptp",
                    "pulseaudio",
                    "puppetmaster",
                    "quassel",
                    "radius",
                    "rdp",
                    "redis-sentinel",
                    "redis",
                    "rpc-bind",
                    "rquotad",
                    "rsh",
                    "rsyncd",
                    "rtsp",
                    "salt-master",
                    "samba-client",
                    "samba-dc",
                    "samba",
                    "sane",
                    "sip",
                    "sips",
                    "slp",
                    "smtp-submission",
                    "smtp",
                    "smtps",
                    "snmp",
                    "snmptls-trap",
                    "snmptls",
                    "snmptrap",
                    "spideroak-lansync",
                    "spotify-sync",
                    "squid",
                    "ssdp",
                    "ssh",
                    "steam-streaming",
                    "svdrp",
                    "svn",
                    "syncthing-gui",
                    "syncthing-relay",
                    "syncthing",
                    "synergy",
                    "syslog-tls",
                    "syslog",
                    "telnet",
                    "tentacle",
                    "tftp",
                    "tile38",
                    "tinc",
                    "tor-socks",
                    "transmission-client",
                    "upnp-client",
                    "vdsm",
                    "vnc-server",
                    "warpinator",
                    "wbem-http",
                    "wbem-https",
                    "wireguard",
                    "ws-discovery-client",
                    "ws-discovery-tcp",
                    "ws-discovery-udp",
                    "ws-discovery",
                    "wsman",
                    "wsmans",
                    "xdmcp",
                    "xmpp-bosh",
                    "xmpp-client",
                    "xmpp-local",
                    "xmpp-server",
                    "zabbix-agent",
                    "zabbix-server",
                    "zerotier",
                    "RH-Satellite-6-capsule"
                ],
                "zones": [
                    "nm-shared",
                    "block",
                    "dmz",
                    "drop",
                    "external",
                    "home",
                    "internal",
                    "public",
                    "trusted",
                    "work"
                ]
            },
            "default_zone": "public"
        }
    },
    "changed": false
}

TASK [fedora.linux_system_roles.firewall : Get config files, checksums after] ***
task path: /tmp/collections-200/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:153
Saturday 14 September 2024  01:26:21 -0400 (0:00:00.062)       0:00:05.860 **** 
skipping: [managed_node3] => {
    "changed": false,
    "false_condition": "__firewall_previous_replaced | bool",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Calculate what has changed] *********
task path: /tmp/collections-200/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:163
Saturday 14 September 2024  01:26:21 -0400 (0:00:00.045)       0:00:05.905 **** 
skipping: [managed_node3] => {
    "changed": false,
    "false_condition": "__firewall_previous_replaced | bool",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Show diffs] *************************
task path: /tmp/collections-200/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:169
Saturday 14 September 2024  01:26:21 -0400 (0:00:00.047)       0:00:05.953 **** 
skipping: [managed_node3] => {
    "false_condition": "__firewall_previous_replaced | bool"
}

TASK [Mask firewalld] **********************************************************
task path: /tmp/collections-200/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_startup_conflicts.yml:10
Saturday 14 September 2024  01:26:21 -0400 (0:00:00.047)       0:00:06.001 **** 
changed: [managed_node3] => {
    "changed": true,
    "name": "firewalld",
    "status": {
        "AccessSELinuxContext": "system_u:object_r:firewalld_unit_file_t:s0",
        "ActiveEnterTimestamp": "Sat 2024-09-14 01:24:07 EDT",
        "ActiveEnterTimestampMonotonic": "203540574",
        "ActiveExitTimestampMonotonic": "0",
        "ActiveState": "active",
        "After": "dbus-broker.service sysinit.target dbus.socket system.slice polkit.service basic.target",
        "AllowIsolate": "no",
        "AssertResult": "yes",
        "AssertTimestamp": "Sat 2024-09-14 01:24:07 EDT",
        "AssertTimestampMonotonic": "203351302",
        "Before": "shutdown.target network-pre.target multi-user.target",
        "BlockIOAccounting": "no",
        "BlockIOWeight": "[not set]",
        "BusName": "org.fedoraproject.FirewallD1",
        "CPUAccounting": "yes",
        "CPUAffinityFromNUMA": "no",
        "CPUQuotaPerSecUSec": "infinity",
        "CPUQuotaPeriodUSec": "infinity",
        "CPUSchedulingPolicy": "0",
        "CPUSchedulingPriority": "0",
        "CPUSchedulingResetOnFork": "no",
        "CPUShares": "[not set]",
        "CPUUsageNSec": "8961142000",
        "CPUWeight": "[not set]",
        "CacheDirectoryMode": "0755",
        "CanFreeze": "yes",
        "CanIsolate": "no",
        "CanReload": "yes",
        "CanStart": "yes",
        "CanStop": "yes",
        "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore",
        "CleanResult": "success",
        "CollectMode": "inactive",
        "ConditionResult": "yes",
        "ConditionTimestamp": "Sat 2024-09-14 01:24:07 EDT",
        "ConditionTimestampMonotonic": "203351299",
        "ConfigurationDirectoryMode": "0755",
        "Conflicts": "iptables.service ebtables.service ipset.service shutdown.target ip6tables.service",
        "ControlGroup": "/system.slice/firewalld.service",
        "ControlGroupId": "3565",
        "ControlPID": "0",
        "CoredumpFilter": "0x33",
        "DefaultDependencies": "yes",
        "DefaultMemoryLow": "0",
        "DefaultMemoryMin": "0",
        "Delegate": "no",
        "Description": "firewalld - dynamic firewall daemon",
        "DevicePolicy": "auto",
        "Documentation": "\"man:firewalld(1)\"",
        "DynamicUser": "no",
        "EnvironmentFiles": "/etc/sysconfig/firewalld (ignore_errors=yes)",
        "ExecMainCode": "0",
        "ExecMainExitTimestampMonotonic": "0",
        "ExecMainPID": "6778",
        "ExecMainStartTimestamp": "Sat 2024-09-14 01:24:07 EDT",
        "ExecMainStartTimestampMonotonic": "203361433",
        "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 }",
        "ExecReloadEx": "{ path=/bin/kill ; argv[]=/bin/kill -HUP $MAINPID ; flags= ; 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=[Sat 2024-09-14 01:24:07 EDT] ; stop_time=[n/a] ; pid=6778 ; code=(null) ; status=0/0 }",
        "ExecStartEx": "{ path=/usr/sbin/firewalld ; argv[]=/usr/sbin/firewalld --nofork --nopid $FIREWALLD_ARGS ; flags= ; start_time=[Sat 2024-09-14 01:24:07 EDT] ; stop_time=[n/a] ; pid=6778 ; code=(null) ; status=0/0 }",
        "ExitType": "main",
        "FailureAction": "none",
        "FileDescriptorStoreMax": "0",
        "FinalKillSignal": "9",
        "FragmentPath": "/usr/lib/systemd/system/firewalld.service",
        "FreezerState": "running",
        "GID": "[not set]",
        "GuessMainPID": "yes",
        "IOAccounting": "no",
        "IOReadBytes": "18446744073709551615",
        "IOReadOperations": "18446744073709551615",
        "IOSchedulingClass": "2",
        "IOSchedulingPriority": "4",
        "IOWeight": "[not set]",
        "IOWriteBytes": "18446744073709551615",
        "IOWriteOperations": "18446744073709551615",
        "IPAccounting": "no",
        "IPEgressBytes": "[no data]",
        "IPEgressPackets": "[no data]",
        "IPIngressBytes": "[no data]",
        "IPIngressPackets": "[no data]",
        "Id": "firewalld.service",
        "IgnoreOnIsolate": "no",
        "IgnoreSIGPIPE": "yes",
        "InactiveEnterTimestampMonotonic": "0",
        "InactiveExitTimestamp": "Sat 2024-09-14 01:24:07 EDT",
        "InactiveExitTimestampMonotonic": "203361692",
        "InvocationID": "79724890a7224909ac18f0ef7913adeb",
        "JobRunningTimeoutUSec": "infinity",
        "JobTimeoutAction": "none",
        "JobTimeoutUSec": "infinity",
        "KeyringMode": "private",
        "KillMode": "mixed",
        "KillSignal": "15",
        "LimitAS": "infinity",
        "LimitASSoft": "infinity",
        "LimitCORE": "infinity",
        "LimitCORESoft": "infinity",
        "LimitCPU": "infinity",
        "LimitCPUSoft": "infinity",
        "LimitDATA": "infinity",
        "LimitDATASoft": "infinity",
        "LimitFSIZE": "infinity",
        "LimitFSIZESoft": "infinity",
        "LimitLOCKS": "infinity",
        "LimitLOCKSSoft": "infinity",
        "LimitMEMLOCK": "8388608",
        "LimitMEMLOCKSoft": "8388608",
        "LimitMSGQUEUE": "819200",
        "LimitMSGQUEUESoft": "819200",
        "LimitNICE": "0",
        "LimitNICESoft": "0",
        "LimitNOFILE": "524288",
        "LimitNOFILESoft": "1024",
        "LimitNPROC": "13964",
        "LimitNPROCSoft": "13964",
        "LimitRSS": "infinity",
        "LimitRSSSoft": "infinity",
        "LimitRTPRIO": "0",
        "LimitRTPRIOSoft": "0",
        "LimitRTTIME": "infinity",
        "LimitRTTIMESoft": "infinity",
        "LimitSIGPENDING": "13964",
        "LimitSIGPENDINGSoft": "13964",
        "LimitSTACK": "infinity",
        "LimitSTACKSoft": "8388608",
        "LoadState": "loaded",
        "LockPersonality": "no",
        "LogLevelMax": "-1",
        "LogRateLimitBurst": "0",
        "LogRateLimitIntervalUSec": "0",
        "LogsDirectoryMode": "0755",
        "MainPID": "6778",
        "ManagedOOMMemoryPressure": "auto",
        "ManagedOOMMemoryPressureLimit": "0",
        "ManagedOOMPreference": "none",
        "ManagedOOMSwap": "auto",
        "MemoryAccounting": "yes",
        "MemoryAvailable": "infinity",
        "MemoryCurrent": "42250240",
        "MemoryDenyWriteExecute": "no",
        "MemoryHigh": "infinity",
        "MemoryLimit": "infinity",
        "MemoryLow": "0",
        "MemoryMax": "infinity",
        "MemoryMin": "0",
        "MemorySwapMax": "infinity",
        "MountAPIVFS": "no",
        "NFileDescriptorStore": "0",
        "NRestarts": "0",
        "NUMAPolicy": "n/a",
        "Names": "firewalld.service dbus-org.fedoraproject.FirewallD1.service",
        "NeedDaemonReload": "no",
        "Nice": "0",
        "NoNewPrivileges": "no",
        "NonBlocking": "no",
        "NotifyAccess": "none",
        "OOMPolicy": "stop",
        "OOMScoreAdjust": "0",
        "OnFailureJobMode": "replace",
        "OnSuccessJobMode": "fail",
        "Perpetual": "no",
        "PrivateDevices": "no",
        "PrivateIPC": "no",
        "PrivateMounts": "no",
        "PrivateNetwork": "no",
        "PrivateTmp": "no",
        "PrivateUsers": "no",
        "ProcSubset": "all",
        "ProtectClock": "no",
        "ProtectControlGroups": "no",
        "ProtectHome": "no",
        "ProtectHostname": "no",
        "ProtectKernelLogs": "no",
        "ProtectKernelModules": "no",
        "ProtectKernelTunables": "no",
        "ProtectProc": "default",
        "ProtectSystem": "no",
        "RefuseManualStart": "no",
        "RefuseManualStop": "no",
        "ReloadResult": "success",
        "ReloadSignal": "1",
        "RemainAfterExit": "no",
        "RemoveIPC": "no",
        "Requires": "sysinit.target system.slice dbus.socket",
        "Restart": "no",
        "RestartKillSignal": "15",
        "RestartUSec": "100ms",
        "RestrictNamespaces": "no",
        "RestrictRealtime": "no",
        "RestrictSUIDSGID": "no",
        "Result": "success",
        "RootDirectoryStartOnly": "no",
        "RuntimeDirectoryMode": "0755",
        "RuntimeDirectoryPreserve": "no",
        "RuntimeMaxUSec": "infinity",
        "RuntimeRandomizedExtraUSec": "0",
        "SameProcessGroup": "no",
        "SecureBits": "0",
        "SendSIGHUP": "no",
        "SendSIGKILL": "yes",
        "Slice": "system.slice",
        "StandardError": "null",
        "StandardInput": "null",
        "StandardOutput": "null",
        "StartLimitAction": "none",
        "StartLimitBurst": "5",
        "StartLimitIntervalUSec": "10s",
        "StartupBlockIOWeight": "[not set]",
        "StartupCPUShares": "[not set]",
        "StartupCPUWeight": "[not set]",
        "StartupIOWeight": "[not set]",
        "StateChangeTimestamp": "Sat 2024-09-14 01:24:07 EDT",
        "StateChangeTimestampMonotonic": "203540574",
        "StateDirectoryMode": "0755",
        "StatusErrno": "0",
        "StopWhenUnneeded": "no",
        "SubState": "running",
        "SuccessAction": "none",
        "SyslogFacility": "3",
        "SyslogLevel": "6",
        "SyslogLevelPrefix": "yes",
        "SyslogPriority": "30",
        "SystemCallErrorNumber": "2147483646",
        "TTYReset": "no",
        "TTYVHangup": "no",
        "TTYVTDisallocate": "no",
        "TasksAccounting": "yes",
        "TasksCurrent": "4",
        "TasksMax": "22342",
        "TimeoutAbortUSec": "1min 30s",
        "TimeoutCleanUSec": "infinity",
        "TimeoutStartFailureMode": "terminate",
        "TimeoutStartUSec": "1min 30s",
        "TimeoutStopFailureMode": "terminate",
        "TimeoutStopUSec": "1min 30s",
        "TimerSlackNSec": "50000",
        "Transient": "no",
        "Type": "dbus",
        "UID": "[not set]",
        "UMask": "0022",
        "UnitFilePreset": "enabled",
        "UnitFileState": "enabled",
        "UtmpMode": "init",
        "WantedBy": "multi-user.target",
        "Wants": "network-pre.target",
        "WatchdogSignal": "6",
        "WatchdogTimestampMonotonic": "0",
        "WatchdogUSec": "0"
    }
}

TASK [Attempt to run role with default parameters (2)] *************************
task path: /tmp/collections-200/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_startup_conflicts.yml:15
Saturday 14 September 2024  01:26:22 -0400 (0:00:00.669)       0:00:06.670 **** 
included: fedora.linux_system_roles.firewall for managed_node3

TASK [fedora.linux_system_roles.firewall : Setup firewalld] ********************
task path: /tmp/collections-200/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:2
Saturday 14 September 2024  01:26:22 -0400 (0:00:00.035)       0:00:06.706 **** 
included: /tmp/collections-200/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml for managed_node3

TASK [fedora.linux_system_roles.firewall : Ensure ansible_facts used by role] ***
task path: /tmp/collections-200/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:2
Saturday 14 September 2024  01:26:22 -0400 (0:00:00.019)       0:00:06.725 **** 
skipping: [managed_node3] => {
    "changed": false,
    "false_condition": "__firewall_required_facts | difference(ansible_facts.keys() | list) | length > 0",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Check if system is ostree] **********
task path: /tmp/collections-200/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:10
Saturday 14 September 2024  01:26:22 -0400 (0:00:00.031)       0:00:06.757 **** 
skipping: [managed_node3] => {
    "changed": false,
    "false_condition": "not __firewall_is_ostree is defined",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Set flag to indicate system is ostree] ***
task path: /tmp/collections-200/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:15
Saturday 14 September 2024  01:26:22 -0400 (0:00:00.016)       0:00:06.773 **** 
skipping: [managed_node3] => {
    "changed": false,
    "false_condition": "not __firewall_is_ostree is defined",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Check if transactional-update exists in /sbin] ***
task path: /tmp/collections-200/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:22
Saturday 14 September 2024  01:26:22 -0400 (0:00:00.016)       0:00:06.790 **** 
skipping: [managed_node3] => {
    "changed": false,
    "false_condition": "not __firewall_is_transactional is defined",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Set flag if transactional-update exists] ***
task path: /tmp/collections-200/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:27
Saturday 14 September 2024  01:26:22 -0400 (0:00:00.016)       0:00:06.806 **** 
skipping: [managed_node3] => {
    "changed": false,
    "false_condition": "not __firewall_is_transactional is defined",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Install firewalld] ******************
task path: /tmp/collections-200/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:31
Saturday 14 September 2024  01:26:22 -0400 (0:00:00.017)       0:00:06.823 **** 
ok: [managed_node3] => {
    "changed": false,
    "rc": 0,
    "results": []
}

MSG:

Nothing to do
lsrpackages: firewalld

TASK [fedora.linux_system_roles.firewall : Notify user that reboot is needed to apply changes] ***
task path: /tmp/collections-200/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:43
Saturday 14 September 2024  01:26:24 -0400 (0:00:01.671)       0:00:08.495 **** 
skipping: [managed_node3] => {
    "false_condition": "__firewall_is_transactional | d(false)"
}

TASK [fedora.linux_system_roles.firewall : Reboot transactional update systems] ***
task path: /tmp/collections-200/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:48
Saturday 14 September 2024  01:26:24 -0400 (0:00:00.037)       0:00:08.533 **** 
skipping: [managed_node3] => {
    "changed": false,
    "false_condition": "__firewall_is_transactional | d(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-200/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:53
Saturday 14 September 2024  01:26:24 -0400 (0:00:00.052)       0:00:08.586 **** 
skipping: [managed_node3] => {
    "changed": false,
    "false_condition": "__firewall_is_transactional | d(false)",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Collect service facts] **************
task path: /tmp/collections-200/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:5
Saturday 14 September 2024  01:26:24 -0400 (0:00:00.042)       0:00:08.628 **** 
skipping: [managed_node3] => {
    "changed": false,
    "false_condition": "firewall_disable_conflicting_services | bool",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Attempt to stop and disable conflicting services] ***
task path: /tmp/collections-200/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:9
Saturday 14 September 2024  01:26:24 -0400 (0:00:00.034)       0:00:08.663 **** 
skipping: [managed_node3] => (item=nftables)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "firewall_disable_conflicting_services | bool",
    "item": "nftables",
    "skip_reason": "Conditional result was False"
}
skipping: [managed_node3] => (item=iptables)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "firewall_disable_conflicting_services | bool",
    "item": "iptables",
    "skip_reason": "Conditional result was False"
}
skipping: [managed_node3] => (item=ufw)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "firewall_disable_conflicting_services | bool",
    "item": "ufw",
    "skip_reason": "Conditional result was False"
}
skipping: [managed_node3] => {
    "changed": false
}

MSG:

All items skipped

TASK [fedora.linux_system_roles.firewall : Unmask firewalld service] ***********
task path: /tmp/collections-200/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:22
Saturday 14 September 2024  01:26:24 -0400 (0:00:00.038)       0:00:08.701 **** 
changed: [managed_node3] => {
    "changed": true,
    "name": "firewalld",
    "status": {
        "ActiveEnterTimestamp": "Sat 2024-09-14 01:24:07 EDT",
        "ActiveEnterTimestampMonotonic": "203540574",
        "ActiveExitTimestampMonotonic": "0",
        "ActiveState": "active",
        "AllowIsolate": "no",
        "AssertResult": "yes",
        "AssertTimestamp": "Sat 2024-09-14 01:24:07 EDT",
        "AssertTimestampMonotonic": "203351302",
        "BlockIOAccounting": "no",
        "BlockIOWeight": "[not set]",
        "CPUAccounting": "yes",
        "CPUAffinityFromNUMA": "no",
        "CPUQuotaPerSecUSec": "infinity",
        "CPUQuotaPeriodUSec": "infinity",
        "CPUSchedulingPolicy": "0",
        "CPUSchedulingPriority": "0",
        "CPUSchedulingResetOnFork": "no",
        "CPUShares": "[not set]",
        "CPUUsageNSec": "8961142000",
        "CPUWeight": "[not set]",
        "CacheDirectoryMode": "0755",
        "CanFreeze": "yes",
        "CanIsolate": "no",
        "CanReload": "no",
        "CanStart": "no",
        "CanStop": "yes",
        "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore",
        "CleanResult": "success",
        "CollectMode": "inactive",
        "ConditionResult": "yes",
        "ConditionTimestamp": "Sat 2024-09-14 01:24:07 EDT",
        "ConditionTimestampMonotonic": "203351299",
        "ConfigurationDirectoryMode": "0755",
        "ControlGroup": "/system.slice/firewalld.service",
        "ControlGroupId": "3565",
        "ControlPID": "0",
        "CoredumpFilter": "0x33",
        "DefaultDependencies": "yes",
        "DefaultMemoryLow": "0",
        "DefaultMemoryMin": "0",
        "Delegate": "no",
        "Description": "firewalld.service",
        "DevicePolicy": "auto",
        "DynamicUser": "no",
        "ExecMainCode": "0",
        "ExecMainExitTimestampMonotonic": "0",
        "ExecMainPID": "6778",
        "ExecMainStartTimestamp": "Sat 2024-09-14 01:24:07 EDT",
        "ExecMainStartTimestampMonotonic": "203361433",
        "ExecMainStatus": "0",
        "ExitType": "main",
        "FailureAction": "none",
        "FileDescriptorStoreMax": "0",
        "FinalKillSignal": "9",
        "FragmentPath": "/etc/systemd/system/firewalld.service",
        "FreezerState": "running",
        "GID": "[not set]",
        "GuessMainPID": "yes",
        "IOAccounting": "no",
        "IOReadBytes": "18446744073709551615",
        "IOReadOperations": "18446744073709551615",
        "IOSchedulingClass": "2",
        "IOSchedulingPriority": "4",
        "IOWeight": "[not set]",
        "IOWriteBytes": "18446744073709551615",
        "IOWriteOperations": "18446744073709551615",
        "IPAccounting": "no",
        "IPEgressBytes": "[no data]",
        "IPEgressPackets": "[no data]",
        "IPIngressBytes": "[no data]",
        "IPIngressPackets": "[no data]",
        "Id": "firewalld.service",
        "IgnoreOnIsolate": "no",
        "IgnoreSIGPIPE": "yes",
        "InactiveEnterTimestampMonotonic": "0",
        "InactiveExitTimestamp": "Sat 2024-09-14 01:24:07 EDT",
        "InactiveExitTimestampMonotonic": "203361692",
        "InvocationID": "79724890a7224909ac18f0ef7913adeb",
        "JobRunningTimeoutUSec": "infinity",
        "JobTimeoutAction": "none",
        "JobTimeoutUSec": "infinity",
        "KeyringMode": "private",
        "KillMode": "control-group",
        "KillSignal": "15",
        "LimitAS": "infinity",
        "LimitASSoft": "infinity",
        "LimitCORE": "infinity",
        "LimitCORESoft": "infinity",
        "LimitCPU": "infinity",
        "LimitCPUSoft": "infinity",
        "LimitDATA": "infinity",
        "LimitDATASoft": "infinity",
        "LimitFSIZE": "infinity",
        "LimitFSIZESoft": "infinity",
        "LimitLOCKS": "infinity",
        "LimitLOCKSSoft": "infinity",
        "LimitMEMLOCK": "462954496",
        "LimitMEMLOCKSoft": "462954496",
        "LimitMSGQUEUE": "819200",
        "LimitMSGQUEUESoft": "819200",
        "LimitNICE": "0",
        "LimitNICESoft": "0",
        "LimitNOFILE": "1073741816",
        "LimitNOFILESoft": "1073741816",
        "LimitNPROC": "13964",
        "LimitNPROCSoft": "13964",
        "LimitRSS": "infinity",
        "LimitRSSSoft": "infinity",
        "LimitRTPRIO": "0",
        "LimitRTPRIOSoft": "0",
        "LimitRTTIME": "infinity",
        "LimitRTTIMESoft": "infinity",
        "LimitSIGPENDING": "13964",
        "LimitSIGPENDINGSoft": "13964",
        "LimitSTACK": "infinity",
        "LimitSTACKSoft": "8388608",
        "LoadError": "org.freedesktop.systemd1.UnitMasked \"Unit firewalld.service is masked.\"",
        "LoadState": "masked",
        "LockPersonality": "no",
        "LogLevelMax": "-1",
        "LogRateLimitBurst": "0",
        "LogRateLimitIntervalUSec": "0",
        "LogsDirectoryMode": "0755",
        "MainPID": "6778",
        "ManagedOOMMemoryPressure": "auto",
        "ManagedOOMMemoryPressureLimit": "0",
        "ManagedOOMPreference": "none",
        "ManagedOOMSwap": "auto",
        "MemoryAccounting": "yes",
        "MemoryAvailable": "infinity",
        "MemoryCurrent": "[not set]",
        "MemoryDenyWriteExecute": "no",
        "MemoryHigh": "infinity",
        "MemoryLimit": "infinity",
        "MemoryLow": "0",
        "MemoryMax": "infinity",
        "MemoryMin": "0",
        "MemorySwapMax": "infinity",
        "MountAPIVFS": "no",
        "NFileDescriptorStore": "0",
        "NRestarts": "0",
        "NUMAPolicy": "n/a",
        "Names": "firewalld.service",
        "NeedDaemonReload": "no",
        "Nice": "0",
        "NoNewPrivileges": "no",
        "NonBlocking": "no",
        "NotifyAccess": "none",
        "OOMScoreAdjust": "0",
        "OnFailureJobMode": "replace",
        "OnSuccessJobMode": "fail",
        "Perpetual": "no",
        "PrivateDevices": "no",
        "PrivateIPC": "no",
        "PrivateMounts": "no",
        "PrivateNetwork": "no",
        "PrivateTmp": "no",
        "PrivateUsers": "no",
        "ProcSubset": "all",
        "ProtectClock": "no",
        "ProtectControlGroups": "no",
        "ProtectHome": "no",
        "ProtectHostname": "no",
        "ProtectKernelLogs": "no",
        "ProtectKernelModules": "no",
        "ProtectKernelTunables": "no",
        "ProtectProc": "default",
        "ProtectSystem": "no",
        "RefuseManualStart": "no",
        "RefuseManualStop": "no",
        "ReloadResult": "success",
        "ReloadSignal": "1",
        "RemainAfterExit": "no",
        "RemoveIPC": "no",
        "Restart": "no",
        "RestartKillSignal": "15",
        "RestartUSec": "100ms",
        "RestrictNamespaces": "no",
        "RestrictRealtime": "no",
        "RestrictSUIDSGID": "no",
        "Result": "success",
        "RootDirectoryStartOnly": "no",
        "RuntimeDirectoryMode": "0755",
        "RuntimeDirectoryPreserve": "no",
        "RuntimeMaxUSec": "infinity",
        "RuntimeRandomizedExtraUSec": "0",
        "SameProcessGroup": "no",
        "SecureBits": "0",
        "SendSIGHUP": "no",
        "SendSIGKILL": "yes",
        "StandardError": "inherit",
        "StandardInput": "null",
        "StandardOutput": "inherit",
        "StartLimitAction": "none",
        "StartLimitBurst": "5",
        "StartLimitIntervalUSec": "10s",
        "StartupBlockIOWeight": "[not set]",
        "StartupCPUShares": "[not set]",
        "StartupCPUWeight": "[not set]",
        "StartupIOWeight": "[not set]",
        "StateChangeTimestamp": "Sat 2024-09-14 01:24:07 EDT",
        "StateChangeTimestampMonotonic": "203540574",
        "StateDirectoryMode": "0755",
        "StatusErrno": "0",
        "StopWhenUnneeded": "no",
        "SubState": "running",
        "SuccessAction": "none",
        "SyslogFacility": "3",
        "SyslogLevel": "6",
        "SyslogLevelPrefix": "yes",
        "SyslogPriority": "30",
        "SystemCallErrorNumber": "2147483646",
        "TTYReset": "no",
        "TTYVHangup": "no",
        "TTYVTDisallocate": "no",
        "TasksAccounting": "yes",
        "TasksCurrent": "[not set]",
        "TasksMax": "22342",
        "TimeoutAbortUSec": "1min 30s",
        "TimeoutCleanUSec": "infinity",
        "TimeoutStartFailureMode": "terminate",
        "TimeoutStartUSec": "1min 30s",
        "TimeoutStopFailureMode": "terminate",
        "TimeoutStopUSec": "1min 30s",
        "TimerSlackNSec": "50000",
        "Transient": "no",
        "UID": "[not set]",
        "UMask": "0022",
        "UnitFilePreset": "enabled",
        "UnitFileState": "masked",
        "UtmpMode": "init",
        "WantedBy": "multi-user.target",
        "WatchdogSignal": "6",
        "WatchdogTimestampMonotonic": "0",
        "WatchdogUSec": "0"
    }
}

TASK [fedora.linux_system_roles.firewall : Enable and start firewalld service] ***
task path: /tmp/collections-200/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:28
Saturday 14 September 2024  01:26:24 -0400 (0:00:00.643)       0:00:09.345 **** 
ok: [managed_node3] => {
    "changed": false,
    "enabled": true,
    "name": "firewalld",
    "state": "started",
    "status": {
        "AccessSELinuxContext": "system_u:object_r:firewalld_unit_file_t:s0",
        "ActiveEnterTimestamp": "Sat 2024-09-14 01:24:07 EDT",
        "ActiveEnterTimestampMonotonic": "203540574",
        "ActiveExitTimestampMonotonic": "0",
        "ActiveState": "active",
        "After": "dbus.socket polkit.service basic.target system.slice sysinit.target dbus-broker.service",
        "AllowIsolate": "no",
        "AssertResult": "yes",
        "AssertTimestamp": "Sat 2024-09-14 01:24:07 EDT",
        "AssertTimestampMonotonic": "203351302",
        "Before": "network-pre.target shutdown.target multi-user.target",
        "BlockIOAccounting": "no",
        "BlockIOWeight": "[not set]",
        "BusName": "org.fedoraproject.FirewallD1",
        "CPUAccounting": "yes",
        "CPUAffinityFromNUMA": "no",
        "CPUQuotaPerSecUSec": "infinity",
        "CPUQuotaPeriodUSec": "infinity",
        "CPUSchedulingPolicy": "0",
        "CPUSchedulingPriority": "0",
        "CPUSchedulingResetOnFork": "no",
        "CPUShares": "[not set]",
        "CPUUsageNSec": "8961142000",
        "CPUWeight": "[not set]",
        "CacheDirectoryMode": "0755",
        "CanFreeze": "yes",
        "CanIsolate": "no",
        "CanReload": "yes",
        "CanStart": "yes",
        "CanStop": "yes",
        "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore",
        "CleanResult": "success",
        "CollectMode": "inactive",
        "ConditionResult": "yes",
        "ConditionTimestamp": "Sat 2024-09-14 01:24:07 EDT",
        "ConditionTimestampMonotonic": "203351299",
        "ConfigurationDirectoryMode": "0755",
        "Conflicts": "iptables.service ebtables.service ipset.service shutdown.target ip6tables.service",
        "ControlGroup": "/system.slice/firewalld.service",
        "ControlGroupId": "3565",
        "ControlPID": "0",
        "CoredumpFilter": "0x33",
        "DefaultDependencies": "yes",
        "DefaultMemoryLow": "0",
        "DefaultMemoryMin": "0",
        "Delegate": "no",
        "Description": "firewalld - dynamic firewall daemon",
        "DevicePolicy": "auto",
        "Documentation": "\"man:firewalld(1)\"",
        "DynamicUser": "no",
        "EnvironmentFiles": "/etc/sysconfig/firewalld (ignore_errors=yes)",
        "ExecMainCode": "0",
        "ExecMainExitTimestampMonotonic": "0",
        "ExecMainPID": "6778",
        "ExecMainStartTimestamp": "Sat 2024-09-14 01:24:07 EDT",
        "ExecMainStartTimestampMonotonic": "203361433",
        "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 }",
        "ExecReloadEx": "{ path=/bin/kill ; argv[]=/bin/kill -HUP $MAINPID ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
        "ExecStart": "{ path=/usr/sbin/firewalld ; argv[]=/usr/sbin/firewalld --nofork --nopid $FIREWALLD_ARGS ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
        "ExecStartEx": "{ path=/usr/sbin/firewalld ; argv[]=/usr/sbin/firewalld --nofork --nopid $FIREWALLD_ARGS ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
        "ExitType": "main",
        "FailureAction": "none",
        "FileDescriptorStoreMax": "0",
        "FinalKillSignal": "9",
        "FragmentPath": "/usr/lib/systemd/system/firewalld.service",
        "FreezerState": "running",
        "GID": "[not set]",
        "GuessMainPID": "yes",
        "IOAccounting": "no",
        "IOReadBytes": "18446744073709551615",
        "IOReadOperations": "18446744073709551615",
        "IOSchedulingClass": "2",
        "IOSchedulingPriority": "4",
        "IOWeight": "[not set]",
        "IOWriteBytes": "18446744073709551615",
        "IOWriteOperations": "18446744073709551615",
        "IPAccounting": "no",
        "IPEgressBytes": "[no data]",
        "IPEgressPackets": "[no data]",
        "IPIngressBytes": "[no data]",
        "IPIngressPackets": "[no data]",
        "Id": "firewalld.service",
        "IgnoreOnIsolate": "no",
        "IgnoreSIGPIPE": "yes",
        "InactiveEnterTimestampMonotonic": "0",
        "InactiveExitTimestamp": "Sat 2024-09-14 01:24:07 EDT",
        "InactiveExitTimestampMonotonic": "203361692",
        "InvocationID": "79724890a7224909ac18f0ef7913adeb",
        "JobRunningTimeoutUSec": "infinity",
        "JobTimeoutAction": "none",
        "JobTimeoutUSec": "infinity",
        "KeyringMode": "private",
        "KillMode": "mixed",
        "KillSignal": "15",
        "LimitAS": "infinity",
        "LimitASSoft": "infinity",
        "LimitCORE": "infinity",
        "LimitCORESoft": "infinity",
        "LimitCPU": "infinity",
        "LimitCPUSoft": "infinity",
        "LimitDATA": "infinity",
        "LimitDATASoft": "infinity",
        "LimitFSIZE": "infinity",
        "LimitFSIZESoft": "infinity",
        "LimitLOCKS": "infinity",
        "LimitLOCKSSoft": "infinity",
        "LimitMEMLOCK": "8388608",
        "LimitMEMLOCKSoft": "8388608",
        "LimitMSGQUEUE": "819200",
        "LimitMSGQUEUESoft": "819200",
        "LimitNICE": "0",
        "LimitNICESoft": "0",
        "LimitNOFILE": "524288",
        "LimitNOFILESoft": "1024",
        "LimitNPROC": "13964",
        "LimitNPROCSoft": "13964",
        "LimitRSS": "infinity",
        "LimitRSSSoft": "infinity",
        "LimitRTPRIO": "0",
        "LimitRTPRIOSoft": "0",
        "LimitRTTIME": "infinity",
        "LimitRTTIMESoft": "infinity",
        "LimitSIGPENDING": "13964",
        "LimitSIGPENDINGSoft": "13964",
        "LimitSTACK": "infinity",
        "LimitSTACKSoft": "8388608",
        "LoadState": "loaded",
        "LockPersonality": "no",
        "LogLevelMax": "-1",
        "LogRateLimitBurst": "0",
        "LogRateLimitIntervalUSec": "0",
        "LogsDirectoryMode": "0755",
        "MainPID": "6778",
        "ManagedOOMMemoryPressure": "auto",
        "ManagedOOMMemoryPressureLimit": "0",
        "ManagedOOMPreference": "none",
        "ManagedOOMSwap": "auto",
        "MemoryAccounting": "yes",
        "MemoryAvailable": "infinity",
        "MemoryCurrent": "38809600",
        "MemoryDenyWriteExecute": "no",
        "MemoryHigh": "infinity",
        "MemoryLimit": "infinity",
        "MemoryLow": "0",
        "MemoryMax": "infinity",
        "MemoryMin": "0",
        "MemorySwapMax": "infinity",
        "MountAPIVFS": "no",
        "NFileDescriptorStore": "0",
        "NRestarts": "0",
        "NUMAPolicy": "n/a",
        "Names": "firewalld.service dbus-org.fedoraproject.FirewallD1.service",
        "NeedDaemonReload": "no",
        "Nice": "0",
        "NoNewPrivileges": "no",
        "NonBlocking": "no",
        "NotifyAccess": "none",
        "OOMPolicy": "stop",
        "OOMScoreAdjust": "0",
        "OnFailureJobMode": "replace",
        "OnSuccessJobMode": "fail",
        "Perpetual": "no",
        "PrivateDevices": "no",
        "PrivateIPC": "no",
        "PrivateMounts": "no",
        "PrivateNetwork": "no",
        "PrivateTmp": "no",
        "PrivateUsers": "no",
        "ProcSubset": "all",
        "ProtectClock": "no",
        "ProtectControlGroups": "no",
        "ProtectHome": "no",
        "ProtectHostname": "no",
        "ProtectKernelLogs": "no",
        "ProtectKernelModules": "no",
        "ProtectKernelTunables": "no",
        "ProtectProc": "default",
        "ProtectSystem": "no",
        "RefuseManualStart": "no",
        "RefuseManualStop": "no",
        "ReloadResult": "success",
        "ReloadSignal": "1",
        "RemainAfterExit": "no",
        "RemoveIPC": "no",
        "Requires": "system.slice dbus.socket sysinit.target",
        "Restart": "no",
        "RestartKillSignal": "15",
        "RestartUSec": "100ms",
        "RestrictNamespaces": "no",
        "RestrictRealtime": "no",
        "RestrictSUIDSGID": "no",
        "Result": "success",
        "RootDirectoryStartOnly": "no",
        "RuntimeDirectoryMode": "0755",
        "RuntimeDirectoryPreserve": "no",
        "RuntimeMaxUSec": "infinity",
        "RuntimeRandomizedExtraUSec": "0",
        "SameProcessGroup": "no",
        "SecureBits": "0",
        "SendSIGHUP": "no",
        "SendSIGKILL": "yes",
        "Slice": "system.slice",
        "StandardError": "null",
        "StandardInput": "null",
        "StandardOutput": "null",
        "StartLimitAction": "none",
        "StartLimitBurst": "5",
        "StartLimitIntervalUSec": "10s",
        "StartupBlockIOWeight": "[not set]",
        "StartupCPUShares": "[not set]",
        "StartupCPUWeight": "[not set]",
        "StartupIOWeight": "[not set]",
        "StateChangeTimestamp": "Sat 2024-09-14 01:26:24 EDT",
        "StateChangeTimestampMonotonic": "340772875",
        "StateDirectoryMode": "0755",
        "StatusErrno": "0",
        "StopWhenUnneeded": "no",
        "SubState": "running",
        "SuccessAction": "none",
        "SyslogFacility": "3",
        "SyslogLevel": "6",
        "SyslogLevelPrefix": "yes",
        "SyslogPriority": "30",
        "SystemCallErrorNumber": "2147483646",
        "TTYReset": "no",
        "TTYVHangup": "no",
        "TTYVTDisallocate": "no",
        "TasksAccounting": "yes",
        "TasksCurrent": "4",
        "TasksMax": "22342",
        "TimeoutAbortUSec": "1min 30s",
        "TimeoutCleanUSec": "infinity",
        "TimeoutStartFailureMode": "terminate",
        "TimeoutStartUSec": "1min 30s",
        "TimeoutStopFailureMode": "terminate",
        "TimeoutStopUSec": "1min 30s",
        "TimerSlackNSec": "50000",
        "Transient": "no",
        "Type": "dbus",
        "UID": "[not set]",
        "UMask": "0022",
        "UnitFilePreset": "enabled",
        "UnitFileState": "enabled",
        "UtmpMode": "init",
        "WantedBy": "multi-user.target",
        "Wants": "network-pre.target",
        "WatchdogSignal": "6",
        "WatchdogTimestampMonotonic": "0",
        "WatchdogUSec": "0"
    }
}

TASK [fedora.linux_system_roles.firewall : Check if previous replaced is defined] ***
task path: /tmp/collections-200/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:34
Saturday 14 September 2024  01:26:25 -0400 (0:00:00.488)       0:00:09.833 **** 
ok: [managed_node3] => {
    "ansible_facts": {
        "__firewall_previous_replaced": false,
        "__firewall_python_cmd": "/usr/bin/python3.9",
        "__firewall_report_changed": true
    },
    "changed": false
}

TASK [fedora.linux_system_roles.firewall : Get config files, checksums before and remove] ***
task path: /tmp/collections-200/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:43
Saturday 14 September 2024  01:26:25 -0400 (0:00:00.048)       0:00:09.882 **** 
skipping: [managed_node3] => {
    "changed": false,
    "false_condition": "__firewall_previous_replaced | bool",
    "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-200/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:55
Saturday 14 September 2024  01:26:25 -0400 (0:00:00.047)       0:00:09.930 **** 
skipping: [managed_node3] => {
    "changed": false,
    "false_condition": "__firewall_previous_replaced | bool",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Configure firewall] *****************
task path: /tmp/collections-200/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:71
Saturday 14 September 2024  01:26:25 -0400 (0:00:00.050)       0:00:09.980 **** 
skipping: [managed_node3] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [fedora.linux_system_roles.firewall : Gather firewall config information] ***
task path: /tmp/collections-200/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:120
Saturday 14 September 2024  01:26:25 -0400 (0:00:00.057)       0:00:10.037 **** 
skipping: [managed_node3] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [fedora.linux_system_roles.firewall : Update firewalld_config fact] *******
task path: /tmp/collections-200/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:130
Saturday 14 September 2024  01:26:25 -0400 (0:00:00.054)       0:00:10.092 **** 
skipping: [managed_node3] => {
    "changed": false,
    "false_condition": "firewall | length == 1",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Gather firewall config if no arguments] ***
task path: /tmp/collections-200/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:139
Saturday 14 September 2024  01:26:25 -0400 (0:00:00.049)       0:00:10.141 **** 
ok: [managed_node3] => {
    "changed": false,
    "firewall_config": {
        "default": {
            "helpers": [
                "Q.931",
                "RAS",
                "amanda",
                "ftp",
                "h323",
                "irc",
                "netbios-ns",
                "pptp",
                "proto-gre",
                "sane",
                "sip",
                "snmp",
                "tftp"
            ],
            "icmptypes": [
                "mld-listener-report",
                "mld2-listener-report",
                "neighbour-advertisement",
                "neighbour-solicitation",
                "network-prohibited",
                "network-redirect",
                "network-unknown",
                "network-unreachable",
                "no-route",
                "packet-too-big",
                "parameter-problem",
                "port-unreachable",
                "precedence-cutoff",
                "protocol-unreachable",
                "redirect",
                "reject-route",
                "required-option-missing",
                "router-advertisement",
                "router-solicitation",
                "source-quench",
                "source-route-failed",
                "time-exceeded",
                "timestamp-reply",
                "timestamp-request",
                "tos-host-redirect",
                "tos-host-unreachable",
                "tos-network-redirect",
                "tos-network-unreachable",
                "ttl-zero-during-reassembly",
                "ttl-zero-during-transit",
                "unknown-header-type",
                "unknown-option",
                "address-unreachable",
                "bad-header",
                "beyond-scope",
                "communication-prohibited",
                "destination-unreachable",
                "echo-reply",
                "echo-request",
                "failed-policy",
                "fragmentation-needed",
                "host-precedence-violation",
                "host-prohibited",
                "host-redirect",
                "host-unknown",
                "host-unreachable",
                "ip-header-bad",
                "mld-listener-done",
                "mld-listener-query"
            ],
            "policies": [
                "allow-host-ipv6"
            ],
            "services": [
                "RH-Satellite-6",
                "afp",
                "amanda-client",
                "amanda-k5-client",
                "amqp",
                "amqps",
                "apcupsd",
                "audit",
                "ausweisapp2",
                "bacula-client",
                "bacula",
                "bareos-director",
                "bareos-filedaemon",
                "bareos-storage",
                "bb",
                "bgp",
                "bitcoin-rpc",
                "bitcoin-testnet-rpc",
                "bitcoin-testnet",
                "bitcoin",
                "bittorrent-lsd",
                "ceph-exporter",
                "ceph-mon",
                "ceph",
                "cfengine",
                "checkmk-agent",
                "cockpit",
                "collectd",
                "condor-collector",
                "cratedb",
                "ctdb",
                "dds-multicast",
                "dds-unicast",
                "dds",
                "dhcp",
                "dhcpv6-client",
                "dhcpv6",
                "distcc",
                "dns-over-tls",
                "dns",
                "docker-registry",
                "docker-swarm",
                "dropbox-lansync",
                "elasticsearch",
                "etcd-client",
                "etcd-server",
                "finger",
                "foreman-proxy",
                "foreman",
                "freeipa-4",
                "freeipa-ldap",
                "freeipa-ldaps",
                "freeipa-replication",
                "freeipa-trust",
                "ftp",
                "galera",
                "ganglia-client",
                "ganglia-master",
                "git",
                "gpsd",
                "grafana",
                "gre",
                "high-availability",
                "http",
                "http3",
                "https",
                "ident",
                "imap",
                "imaps",
                "ipfs",
                "ipp-client",
                "ipp",
                "ipsec",
                "irc",
                "ircs",
                "iscsi-target",
                "isns",
                "jenkins",
                "kadmin",
                "kdeconnect",
                "kerberos",
                "kibana",
                "klogin",
                "kpasswd",
                "kprop",
                "kshell",
                "kube-api",
                "kube-apiserver",
                "kube-control-plane-secure",
                "kube-control-plane",
                "kube-controller-manager-secure",
                "kube-controller-manager",
                "kube-nodeport-services",
                "kube-scheduler-secure",
                "kube-scheduler",
                "kube-worker",
                "kubelet-readonly",
                "kubelet-worker",
                "kubelet",
                "ldap",
                "ldaps",
                "libvirt-tls",
                "libvirt",
                "lightning-network",
                "llmnr-client",
                "llmnr-tcp",
                "llmnr-udp",
                "llmnr",
                "managesieve",
                "matrix",
                "mdns",
                "memcache",
                "minidlna",
                "mongodb",
                "mosh",
                "mountd",
                "mqtt-tls",
                "mqtt",
                "ms-wbt",
                "mssql",
                "murmur",
                "mysql",
                "nbd",
                "nebula",
                "netbios-ns",
                "netdata-dashboard",
                "nfs",
                "nfs3",
                "nmea-0183",
                "nrpe",
                "ntp",
                "nut",
                "opentelemetry",
                "openvpn",
                "ovirt-imageio",
                "ovirt-storageconsole",
                "ovirt-vmconsole",
                "plex",
                "pmcd",
                "pmproxy",
                "pmwebapi",
                "pmwebapis",
                "pop3",
                "pop3s",
                "postgresql",
                "privoxy",
                "prometheus-node-exporter",
                "prometheus",
                "proxy-dhcp",
                "ps2link",
                "ps3netsrv",
                "ptp",
                "pulseaudio",
                "puppetmaster",
                "quassel",
                "radius",
                "rdp",
                "redis-sentinel",
                "redis",
                "rpc-bind",
                "rquotad",
                "rsh",
                "rsyncd",
                "rtsp",
                "salt-master",
                "samba-client",
                "samba-dc",
                "samba",
                "sane",
                "sip",
                "sips",
                "slp",
                "smtp-submission",
                "smtp",
                "smtps",
                "snmp",
                "snmptls-trap",
                "snmptls",
                "snmptrap",
                "spideroak-lansync",
                "spotify-sync",
                "squid",
                "ssdp",
                "ssh",
                "steam-streaming",
                "svdrp",
                "svn",
                "syncthing-gui",
                "syncthing-relay",
                "syncthing",
                "synergy",
                "syslog-tls",
                "syslog",
                "telnet",
                "tentacle",
                "tftp",
                "tile38",
                "tinc",
                "tor-socks",
                "transmission-client",
                "upnp-client",
                "vdsm",
                "vnc-server",
                "warpinator",
                "wbem-http",
                "wbem-https",
                "wireguard",
                "ws-discovery-client",
                "ws-discovery-tcp",
                "ws-discovery-udp",
                "ws-discovery",
                "wsman",
                "wsmans",
                "xdmcp",
                "xmpp-bosh",
                "xmpp-client",
                "xmpp-local",
                "xmpp-server",
                "zabbix-agent",
                "zabbix-server",
                "zerotier",
                "RH-Satellite-6-capsule"
            ],
            "zones": [
                "nm-shared",
                "block",
                "dmz",
                "drop",
                "external",
                "home",
                "internal",
                "public",
                "trusted",
                "work"
            ]
        },
        "default_zone": "public"
    }
}

TASK [fedora.linux_system_roles.firewall : Update firewalld_config fact] *******
task path: /tmp/collections-200/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:144
Saturday 14 September 2024  01:26:26 -0400 (0:00:00.492)       0:00:10.634 **** 
ok: [managed_node3] => {
    "ansible_facts": {
        "firewall_config": {
            "default": {
                "helpers": [
                    "Q.931",
                    "RAS",
                    "amanda",
                    "ftp",
                    "h323",
                    "irc",
                    "netbios-ns",
                    "pptp",
                    "proto-gre",
                    "sane",
                    "sip",
                    "snmp",
                    "tftp"
                ],
                "icmptypes": [
                    "mld-listener-report",
                    "mld2-listener-report",
                    "neighbour-advertisement",
                    "neighbour-solicitation",
                    "network-prohibited",
                    "network-redirect",
                    "network-unknown",
                    "network-unreachable",
                    "no-route",
                    "packet-too-big",
                    "parameter-problem",
                    "port-unreachable",
                    "precedence-cutoff",
                    "protocol-unreachable",
                    "redirect",
                    "reject-route",
                    "required-option-missing",
                    "router-advertisement",
                    "router-solicitation",
                    "source-quench",
                    "source-route-failed",
                    "time-exceeded",
                    "timestamp-reply",
                    "timestamp-request",
                    "tos-host-redirect",
                    "tos-host-unreachable",
                    "tos-network-redirect",
                    "tos-network-unreachable",
                    "ttl-zero-during-reassembly",
                    "ttl-zero-during-transit",
                    "unknown-header-type",
                    "unknown-option",
                    "address-unreachable",
                    "bad-header",
                    "beyond-scope",
                    "communication-prohibited",
                    "destination-unreachable",
                    "echo-reply",
                    "echo-request",
                    "failed-policy",
                    "fragmentation-needed",
                    "host-precedence-violation",
                    "host-prohibited",
                    "host-redirect",
                    "host-unknown",
                    "host-unreachable",
                    "ip-header-bad",
                    "mld-listener-done",
                    "mld-listener-query"
                ],
                "policies": [
                    "allow-host-ipv6"
                ],
                "services": [
                    "RH-Satellite-6",
                    "afp",
                    "amanda-client",
                    "amanda-k5-client",
                    "amqp",
                    "amqps",
                    "apcupsd",
                    "audit",
                    "ausweisapp2",
                    "bacula-client",
                    "bacula",
                    "bareos-director",
                    "bareos-filedaemon",
                    "bareos-storage",
                    "bb",
                    "bgp",
                    "bitcoin-rpc",
                    "bitcoin-testnet-rpc",
                    "bitcoin-testnet",
                    "bitcoin",
                    "bittorrent-lsd",
                    "ceph-exporter",
                    "ceph-mon",
                    "ceph",
                    "cfengine",
                    "checkmk-agent",
                    "cockpit",
                    "collectd",
                    "condor-collector",
                    "cratedb",
                    "ctdb",
                    "dds-multicast",
                    "dds-unicast",
                    "dds",
                    "dhcp",
                    "dhcpv6-client",
                    "dhcpv6",
                    "distcc",
                    "dns-over-tls",
                    "dns",
                    "docker-registry",
                    "docker-swarm",
                    "dropbox-lansync",
                    "elasticsearch",
                    "etcd-client",
                    "etcd-server",
                    "finger",
                    "foreman-proxy",
                    "foreman",
                    "freeipa-4",
                    "freeipa-ldap",
                    "freeipa-ldaps",
                    "freeipa-replication",
                    "freeipa-trust",
                    "ftp",
                    "galera",
                    "ganglia-client",
                    "ganglia-master",
                    "git",
                    "gpsd",
                    "grafana",
                    "gre",
                    "high-availability",
                    "http",
                    "http3",
                    "https",
                    "ident",
                    "imap",
                    "imaps",
                    "ipfs",
                    "ipp-client",
                    "ipp",
                    "ipsec",
                    "irc",
                    "ircs",
                    "iscsi-target",
                    "isns",
                    "jenkins",
                    "kadmin",
                    "kdeconnect",
                    "kerberos",
                    "kibana",
                    "klogin",
                    "kpasswd",
                    "kprop",
                    "kshell",
                    "kube-api",
                    "kube-apiserver",
                    "kube-control-plane-secure",
                    "kube-control-plane",
                    "kube-controller-manager-secure",
                    "kube-controller-manager",
                    "kube-nodeport-services",
                    "kube-scheduler-secure",
                    "kube-scheduler",
                    "kube-worker",
                    "kubelet-readonly",
                    "kubelet-worker",
                    "kubelet",
                    "ldap",
                    "ldaps",
                    "libvirt-tls",
                    "libvirt",
                    "lightning-network",
                    "llmnr-client",
                    "llmnr-tcp",
                    "llmnr-udp",
                    "llmnr",
                    "managesieve",
                    "matrix",
                    "mdns",
                    "memcache",
                    "minidlna",
                    "mongodb",
                    "mosh",
                    "mountd",
                    "mqtt-tls",
                    "mqtt",
                    "ms-wbt",
                    "mssql",
                    "murmur",
                    "mysql",
                    "nbd",
                    "nebula",
                    "netbios-ns",
                    "netdata-dashboard",
                    "nfs",
                    "nfs3",
                    "nmea-0183",
                    "nrpe",
                    "ntp",
                    "nut",
                    "opentelemetry",
                    "openvpn",
                    "ovirt-imageio",
                    "ovirt-storageconsole",
                    "ovirt-vmconsole",
                    "plex",
                    "pmcd",
                    "pmproxy",
                    "pmwebapi",
                    "pmwebapis",
                    "pop3",
                    "pop3s",
                    "postgresql",
                    "privoxy",
                    "prometheus-node-exporter",
                    "prometheus",
                    "proxy-dhcp",
                    "ps2link",
                    "ps3netsrv",
                    "ptp",
                    "pulseaudio",
                    "puppetmaster",
                    "quassel",
                    "radius",
                    "rdp",
                    "redis-sentinel",
                    "redis",
                    "rpc-bind",
                    "rquotad",
                    "rsh",
                    "rsyncd",
                    "rtsp",
                    "salt-master",
                    "samba-client",
                    "samba-dc",
                    "samba",
                    "sane",
                    "sip",
                    "sips",
                    "slp",
                    "smtp-submission",
                    "smtp",
                    "smtps",
                    "snmp",
                    "snmptls-trap",
                    "snmptls",
                    "snmptrap",
                    "spideroak-lansync",
                    "spotify-sync",
                    "squid",
                    "ssdp",
                    "ssh",
                    "steam-streaming",
                    "svdrp",
                    "svn",
                    "syncthing-gui",
                    "syncthing-relay",
                    "syncthing",
                    "synergy",
                    "syslog-tls",
                    "syslog",
                    "telnet",
                    "tentacle",
                    "tftp",
                    "tile38",
                    "tinc",
                    "tor-socks",
                    "transmission-client",
                    "upnp-client",
                    "vdsm",
                    "vnc-server",
                    "warpinator",
                    "wbem-http",
                    "wbem-https",
                    "wireguard",
                    "ws-discovery-client",
                    "ws-discovery-tcp",
                    "ws-discovery-udp",
                    "ws-discovery",
                    "wsman",
                    "wsmans",
                    "xdmcp",
                    "xmpp-bosh",
                    "xmpp-client",
                    "xmpp-local",
                    "xmpp-server",
                    "zabbix-agent",
                    "zabbix-server",
                    "zerotier",
                    "RH-Satellite-6-capsule"
                ],
                "zones": [
                    "nm-shared",
                    "block",
                    "dmz",
                    "drop",
                    "external",
                    "home",
                    "internal",
                    "public",
                    "trusted",
                    "work"
                ]
            },
            "default_zone": "public"
        }
    },
    "changed": false
}

TASK [fedora.linux_system_roles.firewall : Get config files, checksums after] ***
task path: /tmp/collections-200/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:153
Saturday 14 September 2024  01:26:26 -0400 (0:00:00.041)       0:00:10.676 **** 
skipping: [managed_node3] => {
    "changed": false,
    "false_condition": "__firewall_previous_replaced | bool",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Calculate what has changed] *********
task path: /tmp/collections-200/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:163
Saturday 14 September 2024  01:26:26 -0400 (0:00:00.029)       0:00:10.705 **** 
skipping: [managed_node3] => {
    "changed": false,
    "false_condition": "__firewall_previous_replaced | bool",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Show diffs] *************************
task path: /tmp/collections-200/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:169
Saturday 14 September 2024  01:26:26 -0400 (0:00:00.029)       0:00:10.735 **** 
skipping: [managed_node3] => {
    "false_condition": "__firewall_previous_replaced | bool"
}

TASK [Check if system is ostree] ***********************************************
task path: /tmp/collections-200/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_startup_conflicts.yml:22
Saturday 14 September 2024  01:26:26 -0400 (0:00:00.030)       0:00:10.766 **** 
skipping: [managed_node3] => {
    "changed": false,
    "false_condition": "not __firewall_is_ostree is defined",
    "skip_reason": "Conditional result was False"
}

TASK [Set flag to indicate system is ostree] ***********************************
task path: /tmp/collections-200/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_startup_conflicts.yml:27
Saturday 14 September 2024  01:26:26 -0400 (0:00:00.017)       0:00:10.784 **** 
skipping: [managed_node3] => {
    "changed": false,
    "false_condition": "not __firewall_is_ostree is defined",
    "skip_reason": "Conditional result was False"
}

TASK [Install conflicting service] *********************************************
task path: /tmp/collections-200/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_startup_conflicts.yml:31
Saturday 14 September 2024  01:26:26 -0400 (0:00:00.020)       0:00:10.805 **** 
ok: [managed_node3] => {
    "changed": false,
    "rc": 0,
    "results": []
}

MSG:

Nothing to do
lsrpackages: nftables

TASK [Enable conflicting service] **********************************************
task path: /tmp/collections-200/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_startup_conflicts.yml:37
Saturday 14 September 2024  01:26:28 -0400 (0:00:01.684)       0:00:12.489 **** 
changed: [managed_node3] => {
    "changed": true,
    "enabled": true,
    "name": "nftables",
    "status": {
        "AccessSELinuxContext": "system_u:object_r:systemd_unit_file_t:s0",
        "ActiveEnterTimestampMonotonic": "0",
        "ActiveExitTimestampMonotonic": "0",
        "ActiveState": "inactive",
        "After": "sysinit.target systemd-journald.socket system.slice basic.target",
        "AllowIsolate": "no",
        "AssertResult": "no",
        "AssertTimestampMonotonic": "0",
        "Before": "network-pre.target shutdown.target",
        "BlockIOAccounting": "no",
        "BlockIOWeight": "[not set]",
        "CPUAccounting": "yes",
        "CPUAffinityFromNUMA": "no",
        "CPUQuotaPerSecUSec": "infinity",
        "CPUQuotaPeriodUSec": "infinity",
        "CPUSchedulingPolicy": "0",
        "CPUSchedulingPriority": "0",
        "CPUSchedulingResetOnFork": "no",
        "CPUShares": "[not set]",
        "CPUUsageNSec": "[not set]",
        "CPUWeight": "[not set]",
        "CacheDirectoryMode": "0755",
        "CanFreeze": "yes",
        "CanIsolate": "no",
        "CanReload": "yes",
        "CanStart": "yes",
        "CanStop": "yes",
        "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore",
        "CleanResult": "success",
        "CollectMode": "inactive",
        "ConditionResult": "no",
        "ConditionTimestampMonotonic": "0",
        "ConfigurationDirectoryMode": "0755",
        "Conflicts": "shutdown.target",
        "ControlGroupId": "0",
        "ControlPID": "0",
        "CoredumpFilter": "0x33",
        "DefaultDependencies": "yes",
        "DefaultMemoryLow": "0",
        "DefaultMemoryMin": "0",
        "Delegate": "no",
        "Description": "Netfilter Tables",
        "DevicePolicy": "auto",
        "Documentation": "\"man:nft(8)\"",
        "DynamicUser": "no",
        "ExecMainCode": "0",
        "ExecMainExitTimestampMonotonic": "0",
        "ExecMainPID": "0",
        "ExecMainStartTimestampMonotonic": "0",
        "ExecMainStatus": "0",
        "ExecReload": "{ path=/sbin/nft ; argv[]=/sbin/nft flush ruleset; include \"/etc/sysconfig/nftables.conf\"; ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
        "ExecReloadEx": "{ path=/sbin/nft ; argv[]=/sbin/nft flush ruleset; include \"/etc/sysconfig/nftables.conf\"; ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
        "ExecStart": "{ path=/sbin/nft ; argv[]=/sbin/nft -f /etc/sysconfig/nftables.conf ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
        "ExecStartEx": "{ path=/sbin/nft ; argv[]=/sbin/nft -f /etc/sysconfig/nftables.conf ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
        "ExecStop": "{ path=/sbin/nft ; argv[]=/sbin/nft flush ruleset ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
        "ExecStopEx": "{ path=/sbin/nft ; argv[]=/sbin/nft flush ruleset ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
        "ExitType": "main",
        "FailureAction": "none",
        "FileDescriptorStoreMax": "0",
        "FinalKillSignal": "9",
        "FragmentPath": "/usr/lib/systemd/system/nftables.service",
        "FreezerState": "running",
        "GID": "[not set]",
        "GuessMainPID": "yes",
        "IOAccounting": "no",
        "IOReadBytes": "18446744073709551615",
        "IOReadOperations": "18446744073709551615",
        "IOSchedulingClass": "2",
        "IOSchedulingPriority": "4",
        "IOWeight": "[not set]",
        "IOWriteBytes": "18446744073709551615",
        "IOWriteOperations": "18446744073709551615",
        "IPAccounting": "no",
        "IPEgressBytes": "[no data]",
        "IPEgressPackets": "[no data]",
        "IPIngressBytes": "[no data]",
        "IPIngressPackets": "[no data]",
        "Id": "nftables.service",
        "IgnoreOnIsolate": "no",
        "IgnoreSIGPIPE": "yes",
        "InactiveEnterTimestampMonotonic": "0",
        "InactiveExitTimestampMonotonic": "0",
        "JobRunningTimeoutUSec": "infinity",
        "JobTimeoutAction": "none",
        "JobTimeoutUSec": "infinity",
        "KeyringMode": "private",
        "KillMode": "control-group",
        "KillSignal": "15",
        "LimitAS": "infinity",
        "LimitASSoft": "infinity",
        "LimitCORE": "infinity",
        "LimitCORESoft": "infinity",
        "LimitCPU": "infinity",
        "LimitCPUSoft": "infinity",
        "LimitDATA": "infinity",
        "LimitDATASoft": "infinity",
        "LimitFSIZE": "infinity",
        "LimitFSIZESoft": "infinity",
        "LimitLOCKS": "infinity",
        "LimitLOCKSSoft": "infinity",
        "LimitMEMLOCK": "8388608",
        "LimitMEMLOCKSoft": "8388608",
        "LimitMSGQUEUE": "819200",
        "LimitMSGQUEUESoft": "819200",
        "LimitNICE": "0",
        "LimitNICESoft": "0",
        "LimitNOFILE": "524288",
        "LimitNOFILESoft": "1024",
        "LimitNPROC": "13964",
        "LimitNPROCSoft": "13964",
        "LimitRSS": "infinity",
        "LimitRSSSoft": "infinity",
        "LimitRTPRIO": "0",
        "LimitRTPRIOSoft": "0",
        "LimitRTTIME": "infinity",
        "LimitRTTIMESoft": "infinity",
        "LimitSIGPENDING": "13964",
        "LimitSIGPENDINGSoft": "13964",
        "LimitSTACK": "infinity",
        "LimitSTACKSoft": "8388608",
        "LoadState": "loaded",
        "LockPersonality": "no",
        "LogLevelMax": "-1",
        "LogRateLimitBurst": "0",
        "LogRateLimitIntervalUSec": "0",
        "LogsDirectoryMode": "0755",
        "MainPID": "0",
        "ManagedOOMMemoryPressure": "auto",
        "ManagedOOMMemoryPressureLimit": "0",
        "ManagedOOMPreference": "none",
        "ManagedOOMSwap": "auto",
        "MemoryAccounting": "yes",
        "MemoryAvailable": "infinity",
        "MemoryCurrent": "[not set]",
        "MemoryDenyWriteExecute": "no",
        "MemoryHigh": "infinity",
        "MemoryLimit": "infinity",
        "MemoryLow": "0",
        "MemoryMax": "infinity",
        "MemoryMin": "0",
        "MemorySwapMax": "infinity",
        "MountAPIVFS": "no",
        "NFileDescriptorStore": "0",
        "NRestarts": "0",
        "NUMAPolicy": "n/a",
        "Names": "nftables.service",
        "NeedDaemonReload": "no",
        "Nice": "0",
        "NoNewPrivileges": "no",
        "NonBlocking": "no",
        "NotifyAccess": "none",
        "OOMPolicy": "stop",
        "OOMScoreAdjust": "0",
        "OnFailureJobMode": "replace",
        "OnSuccessJobMode": "fail",
        "Perpetual": "no",
        "PrivateDevices": "no",
        "PrivateIPC": "no",
        "PrivateMounts": "no",
        "PrivateNetwork": "no",
        "PrivateTmp": "no",
        "PrivateUsers": "no",
        "ProcSubset": "all",
        "ProtectClock": "no",
        "ProtectControlGroups": "no",
        "ProtectHome": "yes",
        "ProtectHostname": "no",
        "ProtectKernelLogs": "no",
        "ProtectKernelModules": "no",
        "ProtectKernelTunables": "no",
        "ProtectProc": "default",
        "ProtectSystem": "full",
        "RefuseManualStart": "no",
        "RefuseManualStop": "no",
        "ReloadResult": "success",
        "ReloadSignal": "1",
        "RemainAfterExit": "yes",
        "RemoveIPC": "no",
        "Requires": "system.slice sysinit.target",
        "Restart": "no",
        "RestartKillSignal": "15",
        "RestartUSec": "100ms",
        "RestrictNamespaces": "no",
        "RestrictRealtime": "no",
        "RestrictSUIDSGID": "no",
        "Result": "success",
        "RootDirectoryStartOnly": "no",
        "RuntimeDirectoryMode": "0755",
        "RuntimeDirectoryPreserve": "no",
        "RuntimeMaxUSec": "infinity",
        "RuntimeRandomizedExtraUSec": "0",
        "SameProcessGroup": "no",
        "SecureBits": "0",
        "SendSIGHUP": "no",
        "SendSIGKILL": "yes",
        "Slice": "system.slice",
        "StandardError": "inherit",
        "StandardInput": "null",
        "StandardOutput": "journal",
        "StartLimitAction": "none",
        "StartLimitBurst": "5",
        "StartLimitIntervalUSec": "10s",
        "StartupBlockIOWeight": "[not set]",
        "StartupCPUShares": "[not set]",
        "StartupCPUWeight": "[not set]",
        "StartupIOWeight": "[not set]",
        "StateChangeTimestampMonotonic": "0",
        "StateDirectoryMode": "0755",
        "StatusErrno": "0",
        "StopWhenUnneeded": "no",
        "SubState": "dead",
        "SuccessAction": "none",
        "SyslogFacility": "3",
        "SyslogLevel": "6",
        "SyslogLevelPrefix": "yes",
        "SyslogPriority": "30",
        "SystemCallErrorNumber": "2147483646",
        "TTYReset": "no",
        "TTYVHangup": "no",
        "TTYVTDisallocate": "no",
        "TasksAccounting": "yes",
        "TasksCurrent": "[not set]",
        "TasksMax": "22342",
        "TimeoutAbortUSec": "1min 30s",
        "TimeoutCleanUSec": "infinity",
        "TimeoutStartFailureMode": "terminate",
        "TimeoutStartUSec": "infinity",
        "TimeoutStopFailureMode": "terminate",
        "TimeoutStopUSec": "1min 30s",
        "TimerSlackNSec": "50000",
        "Transient": "no",
        "Type": "oneshot",
        "UID": "[not set]",
        "UMask": "0022",
        "UnitFilePreset": "disabled",
        "UnitFileState": "disabled",
        "UtmpMode": "init",
        "Wants": "network-pre.target",
        "WatchdogSignal": "6",
        "WatchdogTimestampMonotonic": "0",
        "WatchdogUSec": "infinity"
    }
}

TASK [Attempt to run role, disabling conflicting services] *********************
task path: /tmp/collections-200/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_startup_conflicts.yml:42
Saturday 14 September 2024  01:26:28 -0400 (0:00:00.675)       0:00:13.165 **** 
included: fedora.linux_system_roles.firewall for managed_node3

TASK [fedora.linux_system_roles.firewall : Setup firewalld] ********************
task path: /tmp/collections-200/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:2
Saturday 14 September 2024  01:26:28 -0400 (0:00:00.027)       0:00:13.192 **** 
included: /tmp/collections-200/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml for managed_node3

TASK [fedora.linux_system_roles.firewall : Ensure ansible_facts used by role] ***
task path: /tmp/collections-200/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:2
Saturday 14 September 2024  01:26:28 -0400 (0:00:00.025)       0:00:13.218 **** 
skipping: [managed_node3] => {
    "changed": false,
    "false_condition": "__firewall_required_facts | difference(ansible_facts.keys() | list) | length > 0",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Check if system is ostree] **********
task path: /tmp/collections-200/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:10
Saturday 14 September 2024  01:26:28 -0400 (0:00:00.045)       0:00:13.263 **** 
skipping: [managed_node3] => {
    "changed": false,
    "false_condition": "not __firewall_is_ostree is defined",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Set flag to indicate system is ostree] ***
task path: /tmp/collections-200/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:15
Saturday 14 September 2024  01:26:28 -0400 (0:00:00.024)       0:00:13.287 **** 
skipping: [managed_node3] => {
    "changed": false,
    "false_condition": "not __firewall_is_ostree is defined",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Check if transactional-update exists in /sbin] ***
task path: /tmp/collections-200/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:22
Saturday 14 September 2024  01:26:28 -0400 (0:00:00.019)       0:00:13.307 **** 
skipping: [managed_node3] => {
    "changed": false,
    "false_condition": "not __firewall_is_transactional is defined",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Set flag if transactional-update exists] ***
task path: /tmp/collections-200/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:27
Saturday 14 September 2024  01:26:28 -0400 (0:00:00.019)       0:00:13.327 **** 
skipping: [managed_node3] => {
    "changed": false,
    "false_condition": "not __firewall_is_transactional is defined",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Install firewalld] ******************
task path: /tmp/collections-200/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:31
Saturday 14 September 2024  01:26:28 -0400 (0:00:00.021)       0:00:13.349 **** 
ok: [managed_node3] => {
    "changed": false,
    "rc": 0,
    "results": []
}

MSG:

Nothing to do
lsrpackages: firewalld

TASK [fedora.linux_system_roles.firewall : Notify user that reboot is needed to apply changes] ***
task path: /tmp/collections-200/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:43
Saturday 14 September 2024  01:26:30 -0400 (0:00:01.674)       0:00:15.023 **** 
skipping: [managed_node3] => {
    "false_condition": "__firewall_is_transactional | d(false)"
}

TASK [fedora.linux_system_roles.firewall : Reboot transactional update systems] ***
task path: /tmp/collections-200/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:48
Saturday 14 September 2024  01:26:30 -0400 (0:00:00.040)       0:00:15.064 **** 
skipping: [managed_node3] => {
    "changed": false,
    "false_condition": "__firewall_is_transactional | d(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-200/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:53
Saturday 14 September 2024  01:26:30 -0400 (0:00:00.037)       0:00:15.101 **** 
skipping: [managed_node3] => {
    "changed": false,
    "false_condition": "__firewall_is_transactional | d(false)",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Collect service facts] **************
task path: /tmp/collections-200/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:5
Saturday 14 September 2024  01:26:30 -0400 (0:00:00.032)       0:00:15.133 **** 
ok: [managed_node3] => {
    "ansible_facts": {
        "services": {
            "NetworkManager-dispatcher.service": {
                "name": "NetworkManager-dispatcher.service",
                "source": "systemd",
                "state": "inactive",
                "status": "enabled"
            },
            "NetworkManager-wait-online.service": {
                "name": "NetworkManager-wait-online.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "NetworkManager.service": {
                "name": "NetworkManager.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "auditd.service": {
                "name": "auditd.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "auth-rpcgss-module.service": {
                "name": "auth-rpcgss-module.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "autofs.service": {
                "name": "autofs.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "autovt@.service": {
                "name": "autovt@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "alias"
            },
            "chrony-wait.service": {
                "name": "chrony-wait.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "chronyd-restricted.service": {
                "name": "chronyd-restricted.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "chronyd.service": {
                "name": "chronyd.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "cloud-config.service": {
                "name": "cloud-config.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "cloud-final.service": {
                "name": "cloud-final.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "cloud-init-hotplugd.service": {
                "name": "cloud-init-hotplugd.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "cloud-init-local.service": {
                "name": "cloud-init-local.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "cloud-init.service": {
                "name": "cloud-init.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "console-getty.service": {
                "name": "console-getty.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "container-getty@.service": {
                "name": "container-getty@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "cpupower.service": {
                "name": "cpupower.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "crond.service": {
                "name": "crond.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "dbus-broker.service": {
                "name": "dbus-broker.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "dbus-org.fedoraproject.FirewallD1.service": {
                "name": "dbus-org.fedoraproject.FirewallD1.service",
                "source": "systemd",
                "state": "active",
                "status": "alias"
            },
            "dbus-org.freedesktop.hostname1.service": {
                "name": "dbus-org.freedesktop.hostname1.service",
                "source": "systemd",
                "state": "inactive",
                "status": "alias"
            },
            "dbus-org.freedesktop.locale1.service": {
                "name": "dbus-org.freedesktop.locale1.service",
                "source": "systemd",
                "state": "inactive",
                "status": "alias"
            },
            "dbus-org.freedesktop.login1.service": {
                "name": "dbus-org.freedesktop.login1.service",
                "source": "systemd",
                "state": "active",
                "status": "alias"
            },
            "dbus-org.freedesktop.nm-dispatcher.service": {
                "name": "dbus-org.freedesktop.nm-dispatcher.service",
                "source": "systemd",
                "state": "inactive",
                "status": "alias"
            },
            "dbus-org.freedesktop.timedate1.service": {
                "name": "dbus-org.freedesktop.timedate1.service",
                "source": "systemd",
                "state": "inactive",
                "status": "alias"
            },
            "dbus.service": {
                "name": "dbus.service",
                "source": "systemd",
                "state": "active",
                "status": "alias"
            },
            "debug-shell.service": {
                "name": "debug-shell.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "display-manager.service": {
                "name": "display-manager.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "dnf-makecache.service": {
                "name": "dnf-makecache.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "dnf-system-upgrade-cleanup.service": {
                "name": "dnf-system-upgrade-cleanup.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "dnf-system-upgrade.service": {
                "name": "dnf-system-upgrade.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "dracut-cmdline.service": {
                "name": "dracut-cmdline.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "dracut-initqueue.service": {
                "name": "dracut-initqueue.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "dracut-mount.service": {
                "name": "dracut-mount.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "dracut-pre-mount.service": {
                "name": "dracut-pre-mount.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "dracut-pre-pivot.service": {
                "name": "dracut-pre-pivot.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "dracut-pre-trigger.service": {
                "name": "dracut-pre-trigger.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "dracut-pre-udev.service": {
                "name": "dracut-pre-udev.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "dracut-shutdown-onfailure.service": {
                "name": "dracut-shutdown-onfailure.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "dracut-shutdown.service": {
                "name": "dracut-shutdown.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "ebtables.service": {
                "name": "ebtables.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "emergency.service": {
                "name": "emergency.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "firewalld.service": {
                "name": "firewalld.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "fstrim.service": {
                "name": "fstrim.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "getty@.service": {
                "name": "getty@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "enabled"
            },
            "getty@tty1.service": {
                "name": "getty@tty1.service",
                "source": "systemd",
                "state": "running",
                "status": "active"
            },
            "grub-boot-indeterminate.service": {
                "name": "grub-boot-indeterminate.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "grub2-systemd-integration.service": {
                "name": "grub2-systemd-integration.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "gssproxy.service": {
                "name": "gssproxy.service",
                "source": "systemd",
                "state": "running",
                "status": "disabled"
            },
            "hv_kvp_daemon.service": {
                "name": "hv_kvp_daemon.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "initrd-cleanup.service": {
                "name": "initrd-cleanup.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "initrd-parse-etc.service": {
                "name": "initrd-parse-etc.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "initrd-switch-root.service": {
                "name": "initrd-switch-root.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "initrd-udevadm-cleanup-db.service": {
                "name": "initrd-udevadm-cleanup-db.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "ip6tables.service": {
                "name": "ip6tables.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "ipset.service": {
                "name": "ipset.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "iptables.service": {
                "name": "iptables.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "irqbalance.service": {
                "name": "irqbalance.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "kdump.service": {
                "name": "kdump.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "kmod-static-nodes.service": {
                "name": "kmod-static-nodes.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "kvm_stat.service": {
                "name": "kvm_stat.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "ldconfig.service": {
                "name": "ldconfig.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "logrotate.service": {
                "name": "logrotate.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "man-db-cache-update.service": {
                "name": "man-db-cache-update.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "man-db-restart-cache-update.service": {
                "name": "man-db-restart-cache-update.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "microcode.service": {
                "name": "microcode.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "modprobe@.service": {
                "name": "modprobe@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "modprobe@configfs.service": {
                "name": "modprobe@configfs.service",
                "source": "systemd",
                "state": "stopped",
                "status": "inactive"
            },
            "modprobe@drm.service": {
                "name": "modprobe@drm.service",
                "source": "systemd",
                "state": "stopped",
                "status": "inactive"
            },
            "modprobe@fuse.service": {
                "name": "modprobe@fuse.service",
                "source": "systemd",
                "state": "stopped",
                "status": "inactive"
            },
            "network.service": {
                "name": "network.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "nfs-blkmap.service": {
                "name": "nfs-blkmap.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "nfs-idmapd.service": {
                "name": "nfs-idmapd.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "nfs-mountd.service": {
                "name": "nfs-mountd.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "nfs-server.service": {
                "name": "nfs-server.service",
                "source": "systemd",
                "state": "stopped",
                "status": "disabled"
            },
            "nfs-utils.service": {
                "name": "nfs-utils.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "nfsdcld.service": {
                "name": "nfsdcld.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "nftables.service": {
                "name": "nftables.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "nis-domainname.service": {
                "name": "nis-domainname.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "nm-priv-helper.service": {
                "name": "nm-priv-helper.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "ntpd.service": {
                "name": "ntpd.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "ntpdate.service": {
                "name": "ntpdate.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "oddjobd.service": {
                "name": "oddjobd.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "pam_namespace.service": {
                "name": "pam_namespace.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "plymouth-quit-wait.service": {
                "name": "plymouth-quit-wait.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "plymouth-start.service": {
                "name": "plymouth-start.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "polkit.service": {
                "name": "polkit.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "qemu-guest-agent.service": {
                "name": "qemu-guest-agent.service",
                "source": "systemd",
                "state": "inactive",
                "status": "enabled"
            },
            "quotaon.service": {
                "name": "quotaon.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "rc-local.service": {
                "name": "rc-local.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "rdisc.service": {
                "name": "rdisc.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "rescue.service": {
                "name": "rescue.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "restraintd.service": {
                "name": "restraintd.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "rhcd.service": {
                "name": "rhcd.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "rhsm-facts.service": {
                "name": "rhsm-facts.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "rhsm.service": {
                "name": "rhsm.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "rhsmcertd.service": {
                "name": "rhsmcertd.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "rngd.service": {
                "name": "rngd.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "rpc-gssd.service": {
                "name": "rpc-gssd.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "rpc-statd-notify.service": {
                "name": "rpc-statd-notify.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "rpc-statd.service": {
                "name": "rpc-statd.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "rpc-svcgssd.service": {
                "name": "rpc-svcgssd.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "rpcbind.service": {
                "name": "rpcbind.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "rpmdb-rebuild.service": {
                "name": "rpmdb-rebuild.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "rsyslog.service": {
                "name": "rsyslog.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "selinux-autorelabel-mark.service": {
                "name": "selinux-autorelabel-mark.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "selinux-autorelabel.service": {
                "name": "selinux-autorelabel.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "selinux-check-proper-disable.service": {
                "name": "selinux-check-proper-disable.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "serial-getty@.service": {
                "name": "serial-getty@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "indirect"
            },
            "serial-getty@ttyS0.service": {
                "name": "serial-getty@ttyS0.service",
                "source": "systemd",
                "state": "running",
                "status": "active"
            },
            "snapd.seeded.service": {
                "name": "snapd.seeded.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "sntp.service": {
                "name": "sntp.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "sshd-keygen.service": {
                "name": "sshd-keygen.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "sshd-keygen@.service": {
                "name": "sshd-keygen@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "disabled"
            },
            "sshd-keygen@ecdsa.service": {
                "name": "sshd-keygen@ecdsa.service",
                "source": "systemd",
                "state": "stopped",
                "status": "inactive"
            },
            "sshd-keygen@ed25519.service": {
                "name": "sshd-keygen@ed25519.service",
                "source": "systemd",
                "state": "stopped",
                "status": "inactive"
            },
            "sshd-keygen@rsa.service": {
                "name": "sshd-keygen@rsa.service",
                "source": "systemd",
                "state": "stopped",
                "status": "inactive"
            },
            "sshd.service": {
                "name": "sshd.service",
                "source": "systemd",
                "state": "running",
                "status": "enabled"
            },
            "sshd@.service": {
                "name": "sshd@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "sssd-autofs.service": {
                "name": "sssd-autofs.service",
                "source": "systemd",
                "state": "inactive",
                "status": "indirect"
            },
            "sssd-kcm.service": {
                "name": "sssd-kcm.service",
                "source": "systemd",
                "state": "stopped",
                "status": "indirect"
            },
            "sssd-nss.service": {
                "name": "sssd-nss.service",
                "source": "systemd",
                "state": "inactive",
                "status": "indirect"
            },
            "sssd-pac.service": {
                "name": "sssd-pac.service",
                "source": "systemd",
                "state": "inactive",
                "status": "indirect"
            },
            "sssd-pam.service": {
                "name": "sssd-pam.service",
                "source": "systemd",
                "state": "inactive",
                "status": "indirect"
            },
            "sssd-ssh.service": {
                "name": "sssd-ssh.service",
                "source": "systemd",
                "state": "inactive",
                "status": "indirect"
            },
            "sssd-sudo.service": {
                "name": "sssd-sudo.service",
                "source": "systemd",
                "state": "inactive",
                "status": "indirect"
            },
            "sssd.service": {
                "name": "sssd.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "syslog.service": {
                "name": "syslog.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "system-update-cleanup.service": {
                "name": "system-update-cleanup.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-ask-password-console.service": {
                "name": "systemd-ask-password-console.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-ask-password-wall.service": {
                "name": "systemd-ask-password-wall.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-backlight@.service": {
                "name": "systemd-backlight@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "systemd-binfmt.service": {
                "name": "systemd-binfmt.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-bless-boot.service": {
                "name": "systemd-bless-boot.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-boot-check-no-failures.service": {
                "name": "systemd-boot-check-no-failures.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "systemd-boot-random-seed.service": {
                "name": "systemd-boot-random-seed.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-boot-update.service": {
                "name": "systemd-boot-update.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "systemd-coredump@.service": {
                "name": "systemd-coredump@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "systemd-exit.service": {
                "name": "systemd-exit.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-firstboot.service": {
                "name": "systemd-firstboot.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-fsck-root.service": {
                "name": "systemd-fsck-root.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-fsck@.service": {
                "name": "systemd-fsck@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "systemd-growfs-root.service": {
                "name": "systemd-growfs-root.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-growfs@.service": {
                "name": "systemd-growfs@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "systemd-halt.service": {
                "name": "systemd-halt.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-hibernate-resume@.service": {
                "name": "systemd-hibernate-resume@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "systemd-hibernate.service": {
                "name": "systemd-hibernate.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-hostnamed.service": {
                "name": "systemd-hostnamed.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-hwdb-update.service": {
                "name": "systemd-hwdb-update.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-hybrid-sleep.service": {
                "name": "systemd-hybrid-sleep.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-initctl.service": {
                "name": "systemd-initctl.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-journal-catalog-update.service": {
                "name": "systemd-journal-catalog-update.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-journal-flush.service": {
                "name": "systemd-journal-flush.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-journald.service": {
                "name": "systemd-journald.service",
                "source": "systemd",
                "state": "running",
                "status": "static"
            },
            "systemd-journald@.service": {
                "name": "systemd-journald@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "systemd-kexec.service": {
                "name": "systemd-kexec.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-localed.service": {
                "name": "systemd-localed.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-logind.service": {
                "name": "systemd-logind.service",
                "source": "systemd",
                "state": "running",
                "status": "static"
            },
            "systemd-machine-id-commit.service": {
                "name": "systemd-machine-id-commit.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-modules-load.service": {
                "name": "systemd-modules-load.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-network-generator.service": {
                "name": "systemd-network-generator.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled"
            },
            "systemd-networkd-wait-online.service": {
                "name": "systemd-networkd-wait-online.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "systemd-pcrfs-root.service": {
                "name": "systemd-pcrfs-root.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-pcrfs@.service": {
                "name": "systemd-pcrfs@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "systemd-pcrmachine.service": {
                "name": "systemd-pcrmachine.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-pcrphase-initrd.service": {
                "name": "systemd-pcrphase-initrd.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-pcrphase-sysinit.service": {
                "name": "systemd-pcrphase-sysinit.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-pcrphase.service": {
                "name": "systemd-pcrphase.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-poweroff.service": {
                "name": "systemd-poweroff.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-pstore.service": {
                "name": "systemd-pstore.service",
                "source": "systemd",
                "state": "inactive",
                "status": "disabled"
            },
            "systemd-quotacheck.service": {
                "name": "systemd-quotacheck.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-random-seed.service": {
                "name": "systemd-random-seed.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-reboot.service": {
                "name": "systemd-reboot.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-remount-fs.service": {
                "name": "systemd-remount-fs.service",
                "source": "systemd",
                "state": "stopped",
                "status": "enabled-runtime"
            },
            "systemd-repart.service": {
                "name": "systemd-repart.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-rfkill.service": {
                "name": "systemd-rfkill.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-suspend-then-hibernate.service": {
                "name": "systemd-suspend-then-hibernate.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-suspend.service": {
                "name": "systemd-suspend.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-sysctl.service": {
                "name": "systemd-sysctl.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-sysext.service": {
                "name": "systemd-sysext.service",
                "source": "systemd",
                "state": "stopped",
                "status": "disabled"
            },
            "systemd-sysupdate-reboot.service": {
                "name": "systemd-sysupdate-reboot.service",
                "source": "systemd",
                "state": "inactive",
                "status": "indirect"
            },
            "systemd-sysupdate.service": {
                "name": "systemd-sysupdate.service",
                "source": "systemd",
                "state": "inactive",
                "status": "indirect"
            },
            "systemd-sysusers.service": {
                "name": "systemd-sysusers.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-timedated.service": {
                "name": "systemd-timedated.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "systemd-timesyncd.service": {
                "name": "systemd-timesyncd.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "systemd-tmpfiles-clean.service": {
                "name": "systemd-tmpfiles-clean.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-tmpfiles-setup-dev.service": {
                "name": "systemd-tmpfiles-setup-dev.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-tmpfiles-setup.service": {
                "name": "systemd-tmpfiles-setup.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-tmpfiles.service": {
                "name": "systemd-tmpfiles.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "systemd-udev-settle.service": {
                "name": "systemd-udev-settle.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-udev-trigger.service": {
                "name": "systemd-udev-trigger.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-udevd.service": {
                "name": "systemd-udevd.service",
                "source": "systemd",
                "state": "running",
                "status": "static"
            },
            "systemd-update-done.service": {
                "name": "systemd-update-done.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-update-utmp-runlevel.service": {
                "name": "systemd-update-utmp-runlevel.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-update-utmp.service": {
                "name": "systemd-update-utmp.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-user-sessions.service": {
                "name": "systemd-user-sessions.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-vconsole-setup.service": {
                "name": "systemd-vconsole-setup.service",
                "source": "systemd",
                "state": "stopped",
                "status": "static"
            },
            "systemd-volatile-root.service": {
                "name": "systemd-volatile-root.service",
                "source": "systemd",
                "state": "inactive",
                "status": "static"
            },
            "teamd@.service": {
                "name": "teamd@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "user-runtime-dir@.service": {
                "name": "user-runtime-dir@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "user-runtime-dir@0.service": {
                "name": "user-runtime-dir@0.service",
                "source": "systemd",
                "state": "stopped",
                "status": "active"
            },
            "user@.service": {
                "name": "user@.service",
                "source": "systemd",
                "state": "unknown",
                "status": "static"
            },
            "user@0.service": {
                "name": "user@0.service",
                "source": "systemd",
                "state": "running",
                "status": "active"
            },
            "ypbind.service": {
                "name": "ypbind.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "yppasswdd.service": {
                "name": "yppasswdd.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "ypserv.service": {
                "name": "ypserv.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            },
            "ypxfrd.service": {
                "name": "ypxfrd.service",
                "source": "systemd",
                "state": "stopped",
                "status": "not-found"
            }
        }
    },
    "changed": false
}

TASK [fedora.linux_system_roles.firewall : Attempt to stop and disable conflicting services] ***
task path: /tmp/collections-200/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:9
Saturday 14 September 2024  01:26:32 -0400 (0:00:01.714)       0:00:16.847 **** 
changed: [managed_node3] => (item=nftables) => {
    "ansible_loop_var": "item",
    "changed": true,
    "enabled": false,
    "item": "nftables",
    "name": "nftables",
    "state": "stopped",
    "status": {
        "AccessSELinuxContext": "system_u:object_r:systemd_unit_file_t:s0",
        "ActiveEnterTimestampMonotonic": "0",
        "ActiveExitTimestampMonotonic": "0",
        "ActiveState": "inactive",
        "After": "systemd-journald.socket sysinit.target basic.target system.slice",
        "AllowIsolate": "no",
        "AssertResult": "no",
        "AssertTimestampMonotonic": "0",
        "Before": "multi-user.target shutdown.target network-pre.target",
        "BlockIOAccounting": "no",
        "BlockIOWeight": "[not set]",
        "CPUAccounting": "yes",
        "CPUAffinityFromNUMA": "no",
        "CPUQuotaPerSecUSec": "infinity",
        "CPUQuotaPeriodUSec": "infinity",
        "CPUSchedulingPolicy": "0",
        "CPUSchedulingPriority": "0",
        "CPUSchedulingResetOnFork": "no",
        "CPUShares": "[not set]",
        "CPUUsageNSec": "[not set]",
        "CPUWeight": "[not set]",
        "CacheDirectoryMode": "0755",
        "CanFreeze": "yes",
        "CanIsolate": "no",
        "CanReload": "yes",
        "CanStart": "yes",
        "CanStop": "yes",
        "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore",
        "CleanResult": "success",
        "CollectMode": "inactive",
        "ConditionResult": "no",
        "ConditionTimestampMonotonic": "0",
        "ConfigurationDirectoryMode": "0755",
        "Conflicts": "shutdown.target",
        "ControlGroupId": "0",
        "ControlPID": "0",
        "CoredumpFilter": "0x33",
        "DefaultDependencies": "yes",
        "DefaultMemoryLow": "0",
        "DefaultMemoryMin": "0",
        "Delegate": "no",
        "Description": "Netfilter Tables",
        "DevicePolicy": "auto",
        "Documentation": "\"man:nft(8)\"",
        "DynamicUser": "no",
        "ExecMainCode": "0",
        "ExecMainExitTimestampMonotonic": "0",
        "ExecMainPID": "0",
        "ExecMainStartTimestampMonotonic": "0",
        "ExecMainStatus": "0",
        "ExecReload": "{ path=/sbin/nft ; argv[]=/sbin/nft flush ruleset; include \"/etc/sysconfig/nftables.conf\"; ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
        "ExecReloadEx": "{ path=/sbin/nft ; argv[]=/sbin/nft flush ruleset; include \"/etc/sysconfig/nftables.conf\"; ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
        "ExecStart": "{ path=/sbin/nft ; argv[]=/sbin/nft -f /etc/sysconfig/nftables.conf ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
        "ExecStartEx": "{ path=/sbin/nft ; argv[]=/sbin/nft -f /etc/sysconfig/nftables.conf ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
        "ExecStop": "{ path=/sbin/nft ; argv[]=/sbin/nft flush ruleset ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
        "ExecStopEx": "{ path=/sbin/nft ; argv[]=/sbin/nft flush ruleset ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
        "ExitType": "main",
        "FailureAction": "none",
        "FileDescriptorStoreMax": "0",
        "FinalKillSignal": "9",
        "FragmentPath": "/usr/lib/systemd/system/nftables.service",
        "FreezerState": "running",
        "GID": "[not set]",
        "GuessMainPID": "yes",
        "IOAccounting": "no",
        "IOReadBytes": "18446744073709551615",
        "IOReadOperations": "18446744073709551615",
        "IOSchedulingClass": "2",
        "IOSchedulingPriority": "4",
        "IOWeight": "[not set]",
        "IOWriteBytes": "18446744073709551615",
        "IOWriteOperations": "18446744073709551615",
        "IPAccounting": "no",
        "IPEgressBytes": "[no data]",
        "IPEgressPackets": "[no data]",
        "IPIngressBytes": "[no data]",
        "IPIngressPackets": "[no data]",
        "Id": "nftables.service",
        "IgnoreOnIsolate": "no",
        "IgnoreSIGPIPE": "yes",
        "InactiveEnterTimestampMonotonic": "0",
        "InactiveExitTimestampMonotonic": "0",
        "JobRunningTimeoutUSec": "infinity",
        "JobTimeoutAction": "none",
        "JobTimeoutUSec": "infinity",
        "KeyringMode": "private",
        "KillMode": "control-group",
        "KillSignal": "15",
        "LimitAS": "infinity",
        "LimitASSoft": "infinity",
        "LimitCORE": "infinity",
        "LimitCORESoft": "infinity",
        "LimitCPU": "infinity",
        "LimitCPUSoft": "infinity",
        "LimitDATA": "infinity",
        "LimitDATASoft": "infinity",
        "LimitFSIZE": "infinity",
        "LimitFSIZESoft": "infinity",
        "LimitLOCKS": "infinity",
        "LimitLOCKSSoft": "infinity",
        "LimitMEMLOCK": "8388608",
        "LimitMEMLOCKSoft": "8388608",
        "LimitMSGQUEUE": "819200",
        "LimitMSGQUEUESoft": "819200",
        "LimitNICE": "0",
        "LimitNICESoft": "0",
        "LimitNOFILE": "524288",
        "LimitNOFILESoft": "1024",
        "LimitNPROC": "13964",
        "LimitNPROCSoft": "13964",
        "LimitRSS": "infinity",
        "LimitRSSSoft": "infinity",
        "LimitRTPRIO": "0",
        "LimitRTPRIOSoft": "0",
        "LimitRTTIME": "infinity",
        "LimitRTTIMESoft": "infinity",
        "LimitSIGPENDING": "13964",
        "LimitSIGPENDINGSoft": "13964",
        "LimitSTACK": "infinity",
        "LimitSTACKSoft": "8388608",
        "LoadState": "loaded",
        "LockPersonality": "no",
        "LogLevelMax": "-1",
        "LogRateLimitBurst": "0",
        "LogRateLimitIntervalUSec": "0",
        "LogsDirectoryMode": "0755",
        "MainPID": "0",
        "ManagedOOMMemoryPressure": "auto",
        "ManagedOOMMemoryPressureLimit": "0",
        "ManagedOOMPreference": "none",
        "ManagedOOMSwap": "auto",
        "MemoryAccounting": "yes",
        "MemoryAvailable": "infinity",
        "MemoryCurrent": "[not set]",
        "MemoryDenyWriteExecute": "no",
        "MemoryHigh": "infinity",
        "MemoryLimit": "infinity",
        "MemoryLow": "0",
        "MemoryMax": "infinity",
        "MemoryMin": "0",
        "MemorySwapMax": "infinity",
        "MountAPIVFS": "no",
        "NFileDescriptorStore": "0",
        "NRestarts": "0",
        "NUMAPolicy": "n/a",
        "Names": "nftables.service",
        "NeedDaemonReload": "no",
        "Nice": "0",
        "NoNewPrivileges": "no",
        "NonBlocking": "no",
        "NotifyAccess": "none",
        "OOMPolicy": "stop",
        "OOMScoreAdjust": "0",
        "OnFailureJobMode": "replace",
        "OnSuccessJobMode": "fail",
        "Perpetual": "no",
        "PrivateDevices": "no",
        "PrivateIPC": "no",
        "PrivateMounts": "no",
        "PrivateNetwork": "no",
        "PrivateTmp": "no",
        "PrivateUsers": "no",
        "ProcSubset": "all",
        "ProtectClock": "no",
        "ProtectControlGroups": "no",
        "ProtectHome": "yes",
        "ProtectHostname": "no",
        "ProtectKernelLogs": "no",
        "ProtectKernelModules": "no",
        "ProtectKernelTunables": "no",
        "ProtectProc": "default",
        "ProtectSystem": "full",
        "RefuseManualStart": "no",
        "RefuseManualStop": "no",
        "ReloadResult": "success",
        "ReloadSignal": "1",
        "RemainAfterExit": "yes",
        "RemoveIPC": "no",
        "Requires": "sysinit.target system.slice",
        "Restart": "no",
        "RestartKillSignal": "15",
        "RestartUSec": "100ms",
        "RestrictNamespaces": "no",
        "RestrictRealtime": "no",
        "RestrictSUIDSGID": "no",
        "Result": "success",
        "RootDirectoryStartOnly": "no",
        "RuntimeDirectoryMode": "0755",
        "RuntimeDirectoryPreserve": "no",
        "RuntimeMaxUSec": "infinity",
        "RuntimeRandomizedExtraUSec": "0",
        "SameProcessGroup": "no",
        "SecureBits": "0",
        "SendSIGHUP": "no",
        "SendSIGKILL": "yes",
        "Slice": "system.slice",
        "StandardError": "inherit",
        "StandardInput": "null",
        "StandardOutput": "journal",
        "StartLimitAction": "none",
        "StartLimitBurst": "5",
        "StartLimitIntervalUSec": "10s",
        "StartupBlockIOWeight": "[not set]",
        "StartupCPUShares": "[not set]",
        "StartupCPUWeight": "[not set]",
        "StartupIOWeight": "[not set]",
        "StateChangeTimestampMonotonic": "0",
        "StateDirectoryMode": "0755",
        "StatusErrno": "0",
        "StopWhenUnneeded": "no",
        "SubState": "dead",
        "SuccessAction": "none",
        "SyslogFacility": "3",
        "SyslogLevel": "6",
        "SyslogLevelPrefix": "yes",
        "SyslogPriority": "30",
        "SystemCallErrorNumber": "2147483646",
        "TTYReset": "no",
        "TTYVHangup": "no",
        "TTYVTDisallocate": "no",
        "TasksAccounting": "yes",
        "TasksCurrent": "[not set]",
        "TasksMax": "22342",
        "TimeoutAbortUSec": "1min 30s",
        "TimeoutCleanUSec": "infinity",
        "TimeoutStartFailureMode": "terminate",
        "TimeoutStartUSec": "infinity",
        "TimeoutStopFailureMode": "terminate",
        "TimeoutStopUSec": "1min 30s",
        "TimerSlackNSec": "50000",
        "Transient": "no",
        "Type": "oneshot",
        "UID": "[not set]",
        "UMask": "0022",
        "UnitFilePreset": "disabled",
        "UnitFileState": "enabled",
        "UtmpMode": "init",
        "WantedBy": "multi-user.target",
        "Wants": "network-pre.target",
        "WatchdogSignal": "6",
        "WatchdogTimestampMonotonic": "0",
        "WatchdogUSec": "infinity"
    }
}
skipping: [managed_node3] => (item=iptables)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "ansible_facts.services[__service_name][\"status\"] == \"enabled\"",
    "item": "iptables",
    "skip_reason": "Conditional result was False"
}
skipping: [managed_node3] => (item=ufw)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "__service_name | string in ansible_facts.services",
    "item": "ufw",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Unmask firewalld service] ***********
task path: /tmp/collections-200/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:22
Saturday 14 September 2024  01:26:33 -0400 (0:00:00.683)       0:00:17.531 **** 
ok: [managed_node3] => {
    "changed": false,
    "name": "firewalld",
    "status": {
        "AccessSELinuxContext": "system_u:object_r:firewalld_unit_file_t:s0",
        "ActiveEnterTimestamp": "Sat 2024-09-14 01:24:07 EDT",
        "ActiveEnterTimestampMonotonic": "203540574",
        "ActiveExitTimestampMonotonic": "0",
        "ActiveState": "active",
        "After": "dbus-broker.service sysinit.target polkit.service system.slice dbus.socket basic.target",
        "AllowIsolate": "no",
        "AssertResult": "yes",
        "AssertTimestamp": "Sat 2024-09-14 01:24:07 EDT",
        "AssertTimestampMonotonic": "203351302",
        "Before": "shutdown.target network-pre.target multi-user.target",
        "BlockIOAccounting": "no",
        "BlockIOWeight": "[not set]",
        "BusName": "org.fedoraproject.FirewallD1",
        "CPUAccounting": "yes",
        "CPUAffinityFromNUMA": "no",
        "CPUQuotaPerSecUSec": "infinity",
        "CPUQuotaPeriodUSec": "infinity",
        "CPUSchedulingPolicy": "0",
        "CPUSchedulingPriority": "0",
        "CPUSchedulingResetOnFork": "no",
        "CPUShares": "[not set]",
        "CPUUsageNSec": "9036287000",
        "CPUWeight": "[not set]",
        "CacheDirectoryMode": "0755",
        "CanFreeze": "yes",
        "CanIsolate": "no",
        "CanReload": "yes",
        "CanStart": "yes",
        "CanStop": "yes",
        "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore",
        "CleanResult": "success",
        "CollectMode": "inactive",
        "ConditionResult": "yes",
        "ConditionTimestamp": "Sat 2024-09-14 01:24:07 EDT",
        "ConditionTimestampMonotonic": "203351299",
        "ConfigurationDirectoryMode": "0755",
        "Conflicts": "shutdown.target ip6tables.service ipset.service ebtables.service iptables.service",
        "ControlGroup": "/system.slice/firewalld.service",
        "ControlGroupId": "3565",
        "ControlPID": "0",
        "CoredumpFilter": "0x33",
        "DefaultDependencies": "yes",
        "DefaultMemoryLow": "0",
        "DefaultMemoryMin": "0",
        "Delegate": "no",
        "Description": "firewalld - dynamic firewall daemon",
        "DevicePolicy": "auto",
        "Documentation": "\"man:firewalld(1)\"",
        "DynamicUser": "no",
        "EnvironmentFiles": "/etc/sysconfig/firewalld (ignore_errors=yes)",
        "ExecMainCode": "0",
        "ExecMainExitTimestampMonotonic": "0",
        "ExecMainPID": "6778",
        "ExecMainStartTimestamp": "Sat 2024-09-14 01:24:07 EDT",
        "ExecMainStartTimestampMonotonic": "203361433",
        "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 }",
        "ExecReloadEx": "{ path=/bin/kill ; argv[]=/bin/kill -HUP $MAINPID ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
        "ExecStart": "{ path=/usr/sbin/firewalld ; argv[]=/usr/sbin/firewalld --nofork --nopid $FIREWALLD_ARGS ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
        "ExecStartEx": "{ path=/usr/sbin/firewalld ; argv[]=/usr/sbin/firewalld --nofork --nopid $FIREWALLD_ARGS ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
        "ExitType": "main",
        "FailureAction": "none",
        "FileDescriptorStoreMax": "0",
        "FinalKillSignal": "9",
        "FragmentPath": "/usr/lib/systemd/system/firewalld.service",
        "FreezerState": "running",
        "GID": "[not set]",
        "GuessMainPID": "yes",
        "IOAccounting": "no",
        "IOReadBytes": "18446744073709551615",
        "IOReadOperations": "18446744073709551615",
        "IOSchedulingClass": "2",
        "IOSchedulingPriority": "4",
        "IOWeight": "[not set]",
        "IOWriteBytes": "18446744073709551615",
        "IOWriteOperations": "18446744073709551615",
        "IPAccounting": "no",
        "IPEgressBytes": "[no data]",
        "IPEgressPackets": "[no data]",
        "IPIngressBytes": "[no data]",
        "IPIngressPackets": "[no data]",
        "Id": "firewalld.service",
        "IgnoreOnIsolate": "no",
        "IgnoreSIGPIPE": "yes",
        "InactiveEnterTimestampMonotonic": "0",
        "InactiveExitTimestamp": "Sat 2024-09-14 01:24:07 EDT",
        "InactiveExitTimestampMonotonic": "203361692",
        "InvocationID": "79724890a7224909ac18f0ef7913adeb",
        "JobRunningTimeoutUSec": "infinity",
        "JobTimeoutAction": "none",
        "JobTimeoutUSec": "infinity",
        "KeyringMode": "private",
        "KillMode": "mixed",
        "KillSignal": "15",
        "LimitAS": "infinity",
        "LimitASSoft": "infinity",
        "LimitCORE": "infinity",
        "LimitCORESoft": "infinity",
        "LimitCPU": "infinity",
        "LimitCPUSoft": "infinity",
        "LimitDATA": "infinity",
        "LimitDATASoft": "infinity",
        "LimitFSIZE": "infinity",
        "LimitFSIZESoft": "infinity",
        "LimitLOCKS": "infinity",
        "LimitLOCKSSoft": "infinity",
        "LimitMEMLOCK": "8388608",
        "LimitMEMLOCKSoft": "8388608",
        "LimitMSGQUEUE": "819200",
        "LimitMSGQUEUESoft": "819200",
        "LimitNICE": "0",
        "LimitNICESoft": "0",
        "LimitNOFILE": "524288",
        "LimitNOFILESoft": "1024",
        "LimitNPROC": "13964",
        "LimitNPROCSoft": "13964",
        "LimitRSS": "infinity",
        "LimitRSSSoft": "infinity",
        "LimitRTPRIO": "0",
        "LimitRTPRIOSoft": "0",
        "LimitRTTIME": "infinity",
        "LimitRTTIMESoft": "infinity",
        "LimitSIGPENDING": "13964",
        "LimitSIGPENDINGSoft": "13964",
        "LimitSTACK": "infinity",
        "LimitSTACKSoft": "8388608",
        "LoadState": "loaded",
        "LockPersonality": "no",
        "LogLevelMax": "-1",
        "LogRateLimitBurst": "0",
        "LogRateLimitIntervalUSec": "0",
        "LogsDirectoryMode": "0755",
        "MainPID": "6778",
        "ManagedOOMMemoryPressure": "auto",
        "ManagedOOMMemoryPressureLimit": "0",
        "ManagedOOMPreference": "none",
        "ManagedOOMSwap": "auto",
        "MemoryAccounting": "yes",
        "MemoryAvailable": "infinity",
        "MemoryCurrent": "38809600",
        "MemoryDenyWriteExecute": "no",
        "MemoryHigh": "infinity",
        "MemoryLimit": "infinity",
        "MemoryLow": "0",
        "MemoryMax": "infinity",
        "MemoryMin": "0",
        "MemorySwapMax": "infinity",
        "MountAPIVFS": "no",
        "NFileDescriptorStore": "0",
        "NRestarts": "0",
        "NUMAPolicy": "n/a",
        "Names": "firewalld.service dbus-org.fedoraproject.FirewallD1.service",
        "NeedDaemonReload": "no",
        "Nice": "0",
        "NoNewPrivileges": "no",
        "NonBlocking": "no",
        "NotifyAccess": "none",
        "OOMPolicy": "stop",
        "OOMScoreAdjust": "0",
        "OnFailureJobMode": "replace",
        "OnSuccessJobMode": "fail",
        "Perpetual": "no",
        "PrivateDevices": "no",
        "PrivateIPC": "no",
        "PrivateMounts": "no",
        "PrivateNetwork": "no",
        "PrivateTmp": "no",
        "PrivateUsers": "no",
        "ProcSubset": "all",
        "ProtectClock": "no",
        "ProtectControlGroups": "no",
        "ProtectHome": "no",
        "ProtectHostname": "no",
        "ProtectKernelLogs": "no",
        "ProtectKernelModules": "no",
        "ProtectKernelTunables": "no",
        "ProtectProc": "default",
        "ProtectSystem": "no",
        "RefuseManualStart": "no",
        "RefuseManualStop": "no",
        "ReloadResult": "success",
        "ReloadSignal": "1",
        "RemainAfterExit": "no",
        "RemoveIPC": "no",
        "Requires": "system.slice dbus.socket sysinit.target",
        "Restart": "no",
        "RestartKillSignal": "15",
        "RestartUSec": "100ms",
        "RestrictNamespaces": "no",
        "RestrictRealtime": "no",
        "RestrictSUIDSGID": "no",
        "Result": "success",
        "RootDirectoryStartOnly": "no",
        "RuntimeDirectoryMode": "0755",
        "RuntimeDirectoryPreserve": "no",
        "RuntimeMaxUSec": "infinity",
        "RuntimeRandomizedExtraUSec": "0",
        "SameProcessGroup": "no",
        "SecureBits": "0",
        "SendSIGHUP": "no",
        "SendSIGKILL": "yes",
        "Slice": "system.slice",
        "StandardError": "null",
        "StandardInput": "null",
        "StandardOutput": "null",
        "StartLimitAction": "none",
        "StartLimitBurst": "5",
        "StartLimitIntervalUSec": "10s",
        "StartupBlockIOWeight": "[not set]",
        "StartupCPUShares": "[not set]",
        "StartupCPUWeight": "[not set]",
        "StartupIOWeight": "[not set]",
        "StateChangeTimestamp": "Sat 2024-09-14 01:26:32 EDT",
        "StateChangeTimestampMonotonic": "348951593",
        "StateDirectoryMode": "0755",
        "StatusErrno": "0",
        "StopWhenUnneeded": "no",
        "SubState": "running",
        "SuccessAction": "none",
        "SyslogFacility": "3",
        "SyslogLevel": "6",
        "SyslogLevelPrefix": "yes",
        "SyslogPriority": "30",
        "SystemCallErrorNumber": "2147483646",
        "TTYReset": "no",
        "TTYVHangup": "no",
        "TTYVTDisallocate": "no",
        "TasksAccounting": "yes",
        "TasksCurrent": "4",
        "TasksMax": "22342",
        "TimeoutAbortUSec": "1min 30s",
        "TimeoutCleanUSec": "infinity",
        "TimeoutStartFailureMode": "terminate",
        "TimeoutStartUSec": "1min 30s",
        "TimeoutStopFailureMode": "terminate",
        "TimeoutStopUSec": "1min 30s",
        "TimerSlackNSec": "50000",
        "Transient": "no",
        "Type": "dbus",
        "UID": "[not set]",
        "UMask": "0022",
        "UnitFilePreset": "enabled",
        "UnitFileState": "enabled",
        "UtmpMode": "init",
        "WantedBy": "multi-user.target",
        "Wants": "network-pre.target",
        "WatchdogSignal": "6",
        "WatchdogTimestampMonotonic": "0",
        "WatchdogUSec": "0"
    }
}

TASK [fedora.linux_system_roles.firewall : Enable and start firewalld service] ***
task path: /tmp/collections-200/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:28
Saturday 14 September 2024  01:26:33 -0400 (0:00:00.468)       0:00:18.000 **** 
ok: [managed_node3] => {
    "changed": false,
    "enabled": true,
    "name": "firewalld",
    "state": "started",
    "status": {
        "AccessSELinuxContext": "system_u:object_r:firewalld_unit_file_t:s0",
        "ActiveEnterTimestamp": "Sat 2024-09-14 01:24:07 EDT",
        "ActiveEnterTimestampMonotonic": "203540574",
        "ActiveExitTimestampMonotonic": "0",
        "ActiveState": "active",
        "After": "dbus-broker.service sysinit.target polkit.service system.slice dbus.socket basic.target",
        "AllowIsolate": "no",
        "AssertResult": "yes",
        "AssertTimestamp": "Sat 2024-09-14 01:24:07 EDT",
        "AssertTimestampMonotonic": "203351302",
        "Before": "shutdown.target network-pre.target multi-user.target",
        "BlockIOAccounting": "no",
        "BlockIOWeight": "[not set]",
        "BusName": "org.fedoraproject.FirewallD1",
        "CPUAccounting": "yes",
        "CPUAffinityFromNUMA": "no",
        "CPUQuotaPerSecUSec": "infinity",
        "CPUQuotaPeriodUSec": "infinity",
        "CPUSchedulingPolicy": "0",
        "CPUSchedulingPriority": "0",
        "CPUSchedulingResetOnFork": "no",
        "CPUShares": "[not set]",
        "CPUUsageNSec": "9036287000",
        "CPUWeight": "[not set]",
        "CacheDirectoryMode": "0755",
        "CanFreeze": "yes",
        "CanIsolate": "no",
        "CanReload": "yes",
        "CanStart": "yes",
        "CanStop": "yes",
        "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore",
        "CleanResult": "success",
        "CollectMode": "inactive",
        "ConditionResult": "yes",
        "ConditionTimestamp": "Sat 2024-09-14 01:24:07 EDT",
        "ConditionTimestampMonotonic": "203351299",
        "ConfigurationDirectoryMode": "0755",
        "Conflicts": "shutdown.target ip6tables.service ipset.service ebtables.service iptables.service",
        "ControlGroup": "/system.slice/firewalld.service",
        "ControlGroupId": "3565",
        "ControlPID": "0",
        "CoredumpFilter": "0x33",
        "DefaultDependencies": "yes",
        "DefaultMemoryLow": "0",
        "DefaultMemoryMin": "0",
        "Delegate": "no",
        "Description": "firewalld - dynamic firewall daemon",
        "DevicePolicy": "auto",
        "Documentation": "\"man:firewalld(1)\"",
        "DynamicUser": "no",
        "EnvironmentFiles": "/etc/sysconfig/firewalld (ignore_errors=yes)",
        "ExecMainCode": "0",
        "ExecMainExitTimestampMonotonic": "0",
        "ExecMainPID": "6778",
        "ExecMainStartTimestamp": "Sat 2024-09-14 01:24:07 EDT",
        "ExecMainStartTimestampMonotonic": "203361433",
        "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 }",
        "ExecReloadEx": "{ path=/bin/kill ; argv[]=/bin/kill -HUP $MAINPID ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
        "ExecStart": "{ path=/usr/sbin/firewalld ; argv[]=/usr/sbin/firewalld --nofork --nopid $FIREWALLD_ARGS ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
        "ExecStartEx": "{ path=/usr/sbin/firewalld ; argv[]=/usr/sbin/firewalld --nofork --nopid $FIREWALLD_ARGS ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
        "ExitType": "main",
        "FailureAction": "none",
        "FileDescriptorStoreMax": "0",
        "FinalKillSignal": "9",
        "FragmentPath": "/usr/lib/systemd/system/firewalld.service",
        "FreezerState": "running",
        "GID": "[not set]",
        "GuessMainPID": "yes",
        "IOAccounting": "no",
        "IOReadBytes": "18446744073709551615",
        "IOReadOperations": "18446744073709551615",
        "IOSchedulingClass": "2",
        "IOSchedulingPriority": "4",
        "IOWeight": "[not set]",
        "IOWriteBytes": "18446744073709551615",
        "IOWriteOperations": "18446744073709551615",
        "IPAccounting": "no",
        "IPEgressBytes": "[no data]",
        "IPEgressPackets": "[no data]",
        "IPIngressBytes": "[no data]",
        "IPIngressPackets": "[no data]",
        "Id": "firewalld.service",
        "IgnoreOnIsolate": "no",
        "IgnoreSIGPIPE": "yes",
        "InactiveEnterTimestampMonotonic": "0",
        "InactiveExitTimestamp": "Sat 2024-09-14 01:24:07 EDT",
        "InactiveExitTimestampMonotonic": "203361692",
        "InvocationID": "79724890a7224909ac18f0ef7913adeb",
        "JobRunningTimeoutUSec": "infinity",
        "JobTimeoutAction": "none",
        "JobTimeoutUSec": "infinity",
        "KeyringMode": "private",
        "KillMode": "mixed",
        "KillSignal": "15",
        "LimitAS": "infinity",
        "LimitASSoft": "infinity",
        "LimitCORE": "infinity",
        "LimitCORESoft": "infinity",
        "LimitCPU": "infinity",
        "LimitCPUSoft": "infinity",
        "LimitDATA": "infinity",
        "LimitDATASoft": "infinity",
        "LimitFSIZE": "infinity",
        "LimitFSIZESoft": "infinity",
        "LimitLOCKS": "infinity",
        "LimitLOCKSSoft": "infinity",
        "LimitMEMLOCK": "8388608",
        "LimitMEMLOCKSoft": "8388608",
        "LimitMSGQUEUE": "819200",
        "LimitMSGQUEUESoft": "819200",
        "LimitNICE": "0",
        "LimitNICESoft": "0",
        "LimitNOFILE": "524288",
        "LimitNOFILESoft": "1024",
        "LimitNPROC": "13964",
        "LimitNPROCSoft": "13964",
        "LimitRSS": "infinity",
        "LimitRSSSoft": "infinity",
        "LimitRTPRIO": "0",
        "LimitRTPRIOSoft": "0",
        "LimitRTTIME": "infinity",
        "LimitRTTIMESoft": "infinity",
        "LimitSIGPENDING": "13964",
        "LimitSIGPENDINGSoft": "13964",
        "LimitSTACK": "infinity",
        "LimitSTACKSoft": "8388608",
        "LoadState": "loaded",
        "LockPersonality": "no",
        "LogLevelMax": "-1",
        "LogRateLimitBurst": "0",
        "LogRateLimitIntervalUSec": "0",
        "LogsDirectoryMode": "0755",
        "MainPID": "6778",
        "ManagedOOMMemoryPressure": "auto",
        "ManagedOOMMemoryPressureLimit": "0",
        "ManagedOOMPreference": "none",
        "ManagedOOMSwap": "auto",
        "MemoryAccounting": "yes",
        "MemoryAvailable": "infinity",
        "MemoryCurrent": "38809600",
        "MemoryDenyWriteExecute": "no",
        "MemoryHigh": "infinity",
        "MemoryLimit": "infinity",
        "MemoryLow": "0",
        "MemoryMax": "infinity",
        "MemoryMin": "0",
        "MemorySwapMax": "infinity",
        "MountAPIVFS": "no",
        "NFileDescriptorStore": "0",
        "NRestarts": "0",
        "NUMAPolicy": "n/a",
        "Names": "firewalld.service dbus-org.fedoraproject.FirewallD1.service",
        "NeedDaemonReload": "no",
        "Nice": "0",
        "NoNewPrivileges": "no",
        "NonBlocking": "no",
        "NotifyAccess": "none",
        "OOMPolicy": "stop",
        "OOMScoreAdjust": "0",
        "OnFailureJobMode": "replace",
        "OnSuccessJobMode": "fail",
        "Perpetual": "no",
        "PrivateDevices": "no",
        "PrivateIPC": "no",
        "PrivateMounts": "no",
        "PrivateNetwork": "no",
        "PrivateTmp": "no",
        "PrivateUsers": "no",
        "ProcSubset": "all",
        "ProtectClock": "no",
        "ProtectControlGroups": "no",
        "ProtectHome": "no",
        "ProtectHostname": "no",
        "ProtectKernelLogs": "no",
        "ProtectKernelModules": "no",
        "ProtectKernelTunables": "no",
        "ProtectProc": "default",
        "ProtectSystem": "no",
        "RefuseManualStart": "no",
        "RefuseManualStop": "no",
        "ReloadResult": "success",
        "ReloadSignal": "1",
        "RemainAfterExit": "no",
        "RemoveIPC": "no",
        "Requires": "system.slice dbus.socket sysinit.target",
        "Restart": "no",
        "RestartKillSignal": "15",
        "RestartUSec": "100ms",
        "RestrictNamespaces": "no",
        "RestrictRealtime": "no",
        "RestrictSUIDSGID": "no",
        "Result": "success",
        "RootDirectoryStartOnly": "no",
        "RuntimeDirectoryMode": "0755",
        "RuntimeDirectoryPreserve": "no",
        "RuntimeMaxUSec": "infinity",
        "RuntimeRandomizedExtraUSec": "0",
        "SameProcessGroup": "no",
        "SecureBits": "0",
        "SendSIGHUP": "no",
        "SendSIGKILL": "yes",
        "Slice": "system.slice",
        "StandardError": "null",
        "StandardInput": "null",
        "StandardOutput": "null",
        "StartLimitAction": "none",
        "StartLimitBurst": "5",
        "StartLimitIntervalUSec": "10s",
        "StartupBlockIOWeight": "[not set]",
        "StartupCPUShares": "[not set]",
        "StartupCPUWeight": "[not set]",
        "StartupIOWeight": "[not set]",
        "StateChangeTimestamp": "Sat 2024-09-14 01:26:32 EDT",
        "StateChangeTimestampMonotonic": "348951593",
        "StateDirectoryMode": "0755",
        "StatusErrno": "0",
        "StopWhenUnneeded": "no",
        "SubState": "running",
        "SuccessAction": "none",
        "SyslogFacility": "3",
        "SyslogLevel": "6",
        "SyslogLevelPrefix": "yes",
        "SyslogPriority": "30",
        "SystemCallErrorNumber": "2147483646",
        "TTYReset": "no",
        "TTYVHangup": "no",
        "TTYVTDisallocate": "no",
        "TasksAccounting": "yes",
        "TasksCurrent": "4",
        "TasksMax": "22342",
        "TimeoutAbortUSec": "1min 30s",
        "TimeoutCleanUSec": "infinity",
        "TimeoutStartFailureMode": "terminate",
        "TimeoutStartUSec": "1min 30s",
        "TimeoutStopFailureMode": "terminate",
        "TimeoutStopUSec": "1min 30s",
        "TimerSlackNSec": "50000",
        "Transient": "no",
        "Type": "dbus",
        "UID": "[not set]",
        "UMask": "0022",
        "UnitFilePreset": "enabled",
        "UnitFileState": "enabled",
        "UtmpMode": "init",
        "WantedBy": "multi-user.target",
        "Wants": "network-pre.target",
        "WatchdogSignal": "6",
        "WatchdogTimestampMonotonic": "0",
        "WatchdogUSec": "0"
    }
}

TASK [fedora.linux_system_roles.firewall : Check if previous replaced is defined] ***
task path: /tmp/collections-200/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:34
Saturday 14 September 2024  01:26:33 -0400 (0:00:00.473)       0:00:18.473 **** 
ok: [managed_node3] => {
    "ansible_facts": {
        "__firewall_previous_replaced": false,
        "__firewall_python_cmd": "/usr/bin/python3.9",
        "__firewall_report_changed": true
    },
    "changed": false
}

TASK [fedora.linux_system_roles.firewall : Get config files, checksums before and remove] ***
task path: /tmp/collections-200/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:43
Saturday 14 September 2024  01:26:34 -0400 (0:00:00.046)       0:00:18.519 **** 
skipping: [managed_node3] => {
    "changed": false,
    "false_condition": "__firewall_previous_replaced | bool",
    "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-200/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:55
Saturday 14 September 2024  01:26:34 -0400 (0:00:00.040)       0:00:18.560 **** 
skipping: [managed_node3] => {
    "changed": false,
    "false_condition": "__firewall_previous_replaced | bool",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Configure firewall] *****************
task path: /tmp/collections-200/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:71
Saturday 14 September 2024  01:26:34 -0400 (0:00:00.040)       0:00:18.601 **** 
skipping: [managed_node3] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [fedora.linux_system_roles.firewall : Gather firewall config information] ***
task path: /tmp/collections-200/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:120
Saturday 14 September 2024  01:26:34 -0400 (0:00:00.042)       0:00:18.644 **** 
skipping: [managed_node3] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [fedora.linux_system_roles.firewall : Update firewalld_config fact] *******
task path: /tmp/collections-200/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:130
Saturday 14 September 2024  01:26:34 -0400 (0:00:00.041)       0:00:18.686 **** 
skipping: [managed_node3] => {
    "changed": false,
    "false_condition": "firewall | length == 1",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Gather firewall config if no arguments] ***
task path: /tmp/collections-200/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:139
Saturday 14 September 2024  01:26:34 -0400 (0:00:00.035)       0:00:18.722 **** 
ok: [managed_node3] => {
    "changed": false,
    "firewall_config": {
        "default": {
            "helpers": [
                "Q.931",
                "RAS",
                "amanda",
                "ftp",
                "h323",
                "irc",
                "netbios-ns",
                "pptp",
                "proto-gre",
                "sane",
                "sip",
                "snmp",
                "tftp"
            ],
            "icmptypes": [
                "mld-listener-report",
                "mld2-listener-report",
                "neighbour-advertisement",
                "neighbour-solicitation",
                "network-prohibited",
                "network-redirect",
                "network-unknown",
                "network-unreachable",
                "no-route",
                "packet-too-big",
                "parameter-problem",
                "port-unreachable",
                "precedence-cutoff",
                "protocol-unreachable",
                "redirect",
                "reject-route",
                "required-option-missing",
                "router-advertisement",
                "router-solicitation",
                "source-quench",
                "source-route-failed",
                "time-exceeded",
                "timestamp-reply",
                "timestamp-request",
                "tos-host-redirect",
                "tos-host-unreachable",
                "tos-network-redirect",
                "tos-network-unreachable",
                "ttl-zero-during-reassembly",
                "ttl-zero-during-transit",
                "unknown-header-type",
                "unknown-option",
                "address-unreachable",
                "bad-header",
                "beyond-scope",
                "communication-prohibited",
                "destination-unreachable",
                "echo-reply",
                "echo-request",
                "failed-policy",
                "fragmentation-needed",
                "host-precedence-violation",
                "host-prohibited",
                "host-redirect",
                "host-unknown",
                "host-unreachable",
                "ip-header-bad",
                "mld-listener-done",
                "mld-listener-query"
            ],
            "policies": [
                "allow-host-ipv6"
            ],
            "services": [
                "RH-Satellite-6",
                "afp",
                "amanda-client",
                "amanda-k5-client",
                "amqp",
                "amqps",
                "apcupsd",
                "audit",
                "ausweisapp2",
                "bacula-client",
                "bacula",
                "bareos-director",
                "bareos-filedaemon",
                "bareos-storage",
                "bb",
                "bgp",
                "bitcoin-rpc",
                "bitcoin-testnet-rpc",
                "bitcoin-testnet",
                "bitcoin",
                "bittorrent-lsd",
                "ceph-exporter",
                "ceph-mon",
                "ceph",
                "cfengine",
                "checkmk-agent",
                "cockpit",
                "collectd",
                "condor-collector",
                "cratedb",
                "ctdb",
                "dds-multicast",
                "dds-unicast",
                "dds",
                "dhcp",
                "dhcpv6-client",
                "dhcpv6",
                "distcc",
                "dns-over-tls",
                "dns",
                "docker-registry",
                "docker-swarm",
                "dropbox-lansync",
                "elasticsearch",
                "etcd-client",
                "etcd-server",
                "finger",
                "foreman-proxy",
                "foreman",
                "freeipa-4",
                "freeipa-ldap",
                "freeipa-ldaps",
                "freeipa-replication",
                "freeipa-trust",
                "ftp",
                "galera",
                "ganglia-client",
                "ganglia-master",
                "git",
                "gpsd",
                "grafana",
                "gre",
                "high-availability",
                "http",
                "http3",
                "https",
                "ident",
                "imap",
                "imaps",
                "ipfs",
                "ipp-client",
                "ipp",
                "ipsec",
                "irc",
                "ircs",
                "iscsi-target",
                "isns",
                "jenkins",
                "kadmin",
                "kdeconnect",
                "kerberos",
                "kibana",
                "klogin",
                "kpasswd",
                "kprop",
                "kshell",
                "kube-api",
                "kube-apiserver",
                "kube-control-plane-secure",
                "kube-control-plane",
                "kube-controller-manager-secure",
                "kube-controller-manager",
                "kube-nodeport-services",
                "kube-scheduler-secure",
                "kube-scheduler",
                "kube-worker",
                "kubelet-readonly",
                "kubelet-worker",
                "kubelet",
                "ldap",
                "ldaps",
                "libvirt-tls",
                "libvirt",
                "lightning-network",
                "llmnr-client",
                "llmnr-tcp",
                "llmnr-udp",
                "llmnr",
                "managesieve",
                "matrix",
                "mdns",
                "memcache",
                "minidlna",
                "mongodb",
                "mosh",
                "mountd",
                "mqtt-tls",
                "mqtt",
                "ms-wbt",
                "mssql",
                "murmur",
                "mysql",
                "nbd",
                "nebula",
                "netbios-ns",
                "netdata-dashboard",
                "nfs",
                "nfs3",
                "nmea-0183",
                "nrpe",
                "ntp",
                "nut",
                "opentelemetry",
                "openvpn",
                "ovirt-imageio",
                "ovirt-storageconsole",
                "ovirt-vmconsole",
                "plex",
                "pmcd",
                "pmproxy",
                "pmwebapi",
                "pmwebapis",
                "pop3",
                "pop3s",
                "postgresql",
                "privoxy",
                "prometheus-node-exporter",
                "prometheus",
                "proxy-dhcp",
                "ps2link",
                "ps3netsrv",
                "ptp",
                "pulseaudio",
                "puppetmaster",
                "quassel",
                "radius",
                "rdp",
                "redis-sentinel",
                "redis",
                "rpc-bind",
                "rquotad",
                "rsh",
                "rsyncd",
                "rtsp",
                "salt-master",
                "samba-client",
                "samba-dc",
                "samba",
                "sane",
                "sip",
                "sips",
                "slp",
                "smtp-submission",
                "smtp",
                "smtps",
                "snmp",
                "snmptls-trap",
                "snmptls",
                "snmptrap",
                "spideroak-lansync",
                "spotify-sync",
                "squid",
                "ssdp",
                "ssh",
                "steam-streaming",
                "svdrp",
                "svn",
                "syncthing-gui",
                "syncthing-relay",
                "syncthing",
                "synergy",
                "syslog-tls",
                "syslog",
                "telnet",
                "tentacle",
                "tftp",
                "tile38",
                "tinc",
                "tor-socks",
                "transmission-client",
                "upnp-client",
                "vdsm",
                "vnc-server",
                "warpinator",
                "wbem-http",
                "wbem-https",
                "wireguard",
                "ws-discovery-client",
                "ws-discovery-tcp",
                "ws-discovery-udp",
                "ws-discovery",
                "wsman",
                "wsmans",
                "xdmcp",
                "xmpp-bosh",
                "xmpp-client",
                "xmpp-local",
                "xmpp-server",
                "zabbix-agent",
                "zabbix-server",
                "zerotier",
                "RH-Satellite-6-capsule"
            ],
            "zones": [
                "nm-shared",
                "block",
                "dmz",
                "drop",
                "external",
                "home",
                "internal",
                "public",
                "trusted",
                "work"
            ]
        },
        "default_zone": "public"
    }
}

TASK [fedora.linux_system_roles.firewall : Update firewalld_config fact] *******
task path: /tmp/collections-200/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:144
Saturday 14 September 2024  01:26:34 -0400 (0:00:00.461)       0:00:19.183 **** 
ok: [managed_node3] => {
    "ansible_facts": {
        "firewall_config": {
            "default": {
                "helpers": [
                    "Q.931",
                    "RAS",
                    "amanda",
                    "ftp",
                    "h323",
                    "irc",
                    "netbios-ns",
                    "pptp",
                    "proto-gre",
                    "sane",
                    "sip",
                    "snmp",
                    "tftp"
                ],
                "icmptypes": [
                    "mld-listener-report",
                    "mld2-listener-report",
                    "neighbour-advertisement",
                    "neighbour-solicitation",
                    "network-prohibited",
                    "network-redirect",
                    "network-unknown",
                    "network-unreachable",
                    "no-route",
                    "packet-too-big",
                    "parameter-problem",
                    "port-unreachable",
                    "precedence-cutoff",
                    "protocol-unreachable",
                    "redirect",
                    "reject-route",
                    "required-option-missing",
                    "router-advertisement",
                    "router-solicitation",
                    "source-quench",
                    "source-route-failed",
                    "time-exceeded",
                    "timestamp-reply",
                    "timestamp-request",
                    "tos-host-redirect",
                    "tos-host-unreachable",
                    "tos-network-redirect",
                    "tos-network-unreachable",
                    "ttl-zero-during-reassembly",
                    "ttl-zero-during-transit",
                    "unknown-header-type",
                    "unknown-option",
                    "address-unreachable",
                    "bad-header",
                    "beyond-scope",
                    "communication-prohibited",
                    "destination-unreachable",
                    "echo-reply",
                    "echo-request",
                    "failed-policy",
                    "fragmentation-needed",
                    "host-precedence-violation",
                    "host-prohibited",
                    "host-redirect",
                    "host-unknown",
                    "host-unreachable",
                    "ip-header-bad",
                    "mld-listener-done",
                    "mld-listener-query"
                ],
                "policies": [
                    "allow-host-ipv6"
                ],
                "services": [
                    "RH-Satellite-6",
                    "afp",
                    "amanda-client",
                    "amanda-k5-client",
                    "amqp",
                    "amqps",
                    "apcupsd",
                    "audit",
                    "ausweisapp2",
                    "bacula-client",
                    "bacula",
                    "bareos-director",
                    "bareos-filedaemon",
                    "bareos-storage",
                    "bb",
                    "bgp",
                    "bitcoin-rpc",
                    "bitcoin-testnet-rpc",
                    "bitcoin-testnet",
                    "bitcoin",
                    "bittorrent-lsd",
                    "ceph-exporter",
                    "ceph-mon",
                    "ceph",
                    "cfengine",
                    "checkmk-agent",
                    "cockpit",
                    "collectd",
                    "condor-collector",
                    "cratedb",
                    "ctdb",
                    "dds-multicast",
                    "dds-unicast",
                    "dds",
                    "dhcp",
                    "dhcpv6-client",
                    "dhcpv6",
                    "distcc",
                    "dns-over-tls",
                    "dns",
                    "docker-registry",
                    "docker-swarm",
                    "dropbox-lansync",
                    "elasticsearch",
                    "etcd-client",
                    "etcd-server",
                    "finger",
                    "foreman-proxy",
                    "foreman",
                    "freeipa-4",
                    "freeipa-ldap",
                    "freeipa-ldaps",
                    "freeipa-replication",
                    "freeipa-trust",
                    "ftp",
                    "galera",
                    "ganglia-client",
                    "ganglia-master",
                    "git",
                    "gpsd",
                    "grafana",
                    "gre",
                    "high-availability",
                    "http",
                    "http3",
                    "https",
                    "ident",
                    "imap",
                    "imaps",
                    "ipfs",
                    "ipp-client",
                    "ipp",
                    "ipsec",
                    "irc",
                    "ircs",
                    "iscsi-target",
                    "isns",
                    "jenkins",
                    "kadmin",
                    "kdeconnect",
                    "kerberos",
                    "kibana",
                    "klogin",
                    "kpasswd",
                    "kprop",
                    "kshell",
                    "kube-api",
                    "kube-apiserver",
                    "kube-control-plane-secure",
                    "kube-control-plane",
                    "kube-controller-manager-secure",
                    "kube-controller-manager",
                    "kube-nodeport-services",
                    "kube-scheduler-secure",
                    "kube-scheduler",
                    "kube-worker",
                    "kubelet-readonly",
                    "kubelet-worker",
                    "kubelet",
                    "ldap",
                    "ldaps",
                    "libvirt-tls",
                    "libvirt",
                    "lightning-network",
                    "llmnr-client",
                    "llmnr-tcp",
                    "llmnr-udp",
                    "llmnr",
                    "managesieve",
                    "matrix",
                    "mdns",
                    "memcache",
                    "minidlna",
                    "mongodb",
                    "mosh",
                    "mountd",
                    "mqtt-tls",
                    "mqtt",
                    "ms-wbt",
                    "mssql",
                    "murmur",
                    "mysql",
                    "nbd",
                    "nebula",
                    "netbios-ns",
                    "netdata-dashboard",
                    "nfs",
                    "nfs3",
                    "nmea-0183",
                    "nrpe",
                    "ntp",
                    "nut",
                    "opentelemetry",
                    "openvpn",
                    "ovirt-imageio",
                    "ovirt-storageconsole",
                    "ovirt-vmconsole",
                    "plex",
                    "pmcd",
                    "pmproxy",
                    "pmwebapi",
                    "pmwebapis",
                    "pop3",
                    "pop3s",
                    "postgresql",
                    "privoxy",
                    "prometheus-node-exporter",
                    "prometheus",
                    "proxy-dhcp",
                    "ps2link",
                    "ps3netsrv",
                    "ptp",
                    "pulseaudio",
                    "puppetmaster",
                    "quassel",
                    "radius",
                    "rdp",
                    "redis-sentinel",
                    "redis",
                    "rpc-bind",
                    "rquotad",
                    "rsh",
                    "rsyncd",
                    "rtsp",
                    "salt-master",
                    "samba-client",
                    "samba-dc",
                    "samba",
                    "sane",
                    "sip",
                    "sips",
                    "slp",
                    "smtp-submission",
                    "smtp",
                    "smtps",
                    "snmp",
                    "snmptls-trap",
                    "snmptls",
                    "snmptrap",
                    "spideroak-lansync",
                    "spotify-sync",
                    "squid",
                    "ssdp",
                    "ssh",
                    "steam-streaming",
                    "svdrp",
                    "svn",
                    "syncthing-gui",
                    "syncthing-relay",
                    "syncthing",
                    "synergy",
                    "syslog-tls",
                    "syslog",
                    "telnet",
                    "tentacle",
                    "tftp",
                    "tile38",
                    "tinc",
                    "tor-socks",
                    "transmission-client",
                    "upnp-client",
                    "vdsm",
                    "vnc-server",
                    "warpinator",
                    "wbem-http",
                    "wbem-https",
                    "wireguard",
                    "ws-discovery-client",
                    "ws-discovery-tcp",
                    "ws-discovery-udp",
                    "ws-discovery",
                    "wsman",
                    "wsmans",
                    "xdmcp",
                    "xmpp-bosh",
                    "xmpp-client",
                    "xmpp-local",
                    "xmpp-server",
                    "zabbix-agent",
                    "zabbix-server",
                    "zerotier",
                    "RH-Satellite-6-capsule"
                ],
                "zones": [
                    "nm-shared",
                    "block",
                    "dmz",
                    "drop",
                    "external",
                    "home",
                    "internal",
                    "public",
                    "trusted",
                    "work"
                ]
            },
            "default_zone": "public"
        }
    },
    "changed": false
}

TASK [fedora.linux_system_roles.firewall : Get config files, checksums after] ***
task path: /tmp/collections-200/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:153
Saturday 14 September 2024  01:26:34 -0400 (0:00:00.068)       0:00:19.252 **** 
skipping: [managed_node3] => {
    "changed": false,
    "false_condition": "__firewall_previous_replaced | bool",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Calculate what has changed] *********
task path: /tmp/collections-200/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:163
Saturday 14 September 2024  01:26:34 -0400 (0:00:00.049)       0:00:19.301 **** 
skipping: [managed_node3] => {
    "changed": false,
    "false_condition": "__firewall_previous_replaced | bool",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Show diffs] *************************
task path: /tmp/collections-200/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:169
Saturday 14 September 2024  01:26:34 -0400 (0:00:00.052)       0:00:19.354 **** 
skipping: [managed_node3] => {
    "false_condition": "__firewall_previous_replaced | bool"
}

TASK [Check that conflicting service is disabled] ******************************
task path: /tmp/collections-200/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_startup_conflicts.yml:48
Saturday 14 September 2024  01:26:34 -0400 (0:00:00.055)       0:00:19.410 **** 
ok: [managed_node3] => {
    "changed": false,
    "enabled": false,
    "failed_when_result": false,
    "name": "nftables",
    "status": {
        "AccessSELinuxContext": "system_u:object_r:systemd_unit_file_t:s0",
        "ActiveEnterTimestampMonotonic": "0",
        "ActiveExitTimestampMonotonic": "0",
        "ActiveState": "inactive",
        "After": "systemd-journald.socket sysinit.target system.slice basic.target",
        "AllowIsolate": "no",
        "AssertResult": "no",
        "AssertTimestampMonotonic": "0",
        "Before": "shutdown.target network-pre.target",
        "BlockIOAccounting": "no",
        "BlockIOWeight": "[not set]",
        "CPUAccounting": "yes",
        "CPUAffinityFromNUMA": "no",
        "CPUQuotaPerSecUSec": "infinity",
        "CPUQuotaPeriodUSec": "infinity",
        "CPUSchedulingPolicy": "0",
        "CPUSchedulingPriority": "0",
        "CPUSchedulingResetOnFork": "no",
        "CPUShares": "[not set]",
        "CPUUsageNSec": "[not set]",
        "CPUWeight": "[not set]",
        "CacheDirectoryMode": "0755",
        "CanFreeze": "yes",
        "CanIsolate": "no",
        "CanReload": "yes",
        "CanStart": "yes",
        "CanStop": "yes",
        "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore",
        "CleanResult": "success",
        "CollectMode": "inactive",
        "ConditionResult": "no",
        "ConditionTimestampMonotonic": "0",
        "ConfigurationDirectoryMode": "0755",
        "Conflicts": "shutdown.target",
        "ControlGroupId": "0",
        "ControlPID": "0",
        "CoredumpFilter": "0x33",
        "DefaultDependencies": "yes",
        "DefaultMemoryLow": "0",
        "DefaultMemoryMin": "0",
        "Delegate": "no",
        "Description": "Netfilter Tables",
        "DevicePolicy": "auto",
        "Documentation": "\"man:nft(8)\"",
        "DynamicUser": "no",
        "ExecMainCode": "0",
        "ExecMainExitTimestampMonotonic": "0",
        "ExecMainPID": "0",
        "ExecMainStartTimestampMonotonic": "0",
        "ExecMainStatus": "0",
        "ExecReload": "{ path=/sbin/nft ; argv[]=/sbin/nft flush ruleset; include \"/etc/sysconfig/nftables.conf\"; ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
        "ExecReloadEx": "{ path=/sbin/nft ; argv[]=/sbin/nft flush ruleset; include \"/etc/sysconfig/nftables.conf\"; ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
        "ExecStart": "{ path=/sbin/nft ; argv[]=/sbin/nft -f /etc/sysconfig/nftables.conf ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
        "ExecStartEx": "{ path=/sbin/nft ; argv[]=/sbin/nft -f /etc/sysconfig/nftables.conf ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
        "ExecStop": "{ path=/sbin/nft ; argv[]=/sbin/nft flush ruleset ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
        "ExecStopEx": "{ path=/sbin/nft ; argv[]=/sbin/nft flush ruleset ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
        "ExitType": "main",
        "FailureAction": "none",
        "FileDescriptorStoreMax": "0",
        "FinalKillSignal": "9",
        "FragmentPath": "/usr/lib/systemd/system/nftables.service",
        "FreezerState": "running",
        "GID": "[not set]",
        "GuessMainPID": "yes",
        "IOAccounting": "no",
        "IOReadBytes": "18446744073709551615",
        "IOReadOperations": "18446744073709551615",
        "IOSchedulingClass": "2",
        "IOSchedulingPriority": "4",
        "IOWeight": "[not set]",
        "IOWriteBytes": "18446744073709551615",
        "IOWriteOperations": "18446744073709551615",
        "IPAccounting": "no",
        "IPEgressBytes": "[no data]",
        "IPEgressPackets": "[no data]",
        "IPIngressBytes": "[no data]",
        "IPIngressPackets": "[no data]",
        "Id": "nftables.service",
        "IgnoreOnIsolate": "no",
        "IgnoreSIGPIPE": "yes",
        "InactiveEnterTimestampMonotonic": "0",
        "InactiveExitTimestampMonotonic": "0",
        "JobRunningTimeoutUSec": "infinity",
        "JobTimeoutAction": "none",
        "JobTimeoutUSec": "infinity",
        "KeyringMode": "private",
        "KillMode": "control-group",
        "KillSignal": "15",
        "LimitAS": "infinity",
        "LimitASSoft": "infinity",
        "LimitCORE": "infinity",
        "LimitCORESoft": "infinity",
        "LimitCPU": "infinity",
        "LimitCPUSoft": "infinity",
        "LimitDATA": "infinity",
        "LimitDATASoft": "infinity",
        "LimitFSIZE": "infinity",
        "LimitFSIZESoft": "infinity",
        "LimitLOCKS": "infinity",
        "LimitLOCKSSoft": "infinity",
        "LimitMEMLOCK": "8388608",
        "LimitMEMLOCKSoft": "8388608",
        "LimitMSGQUEUE": "819200",
        "LimitMSGQUEUESoft": "819200",
        "LimitNICE": "0",
        "LimitNICESoft": "0",
        "LimitNOFILE": "524288",
        "LimitNOFILESoft": "1024",
        "LimitNPROC": "13964",
        "LimitNPROCSoft": "13964",
        "LimitRSS": "infinity",
        "LimitRSSSoft": "infinity",
        "LimitRTPRIO": "0",
        "LimitRTPRIOSoft": "0",
        "LimitRTTIME": "infinity",
        "LimitRTTIMESoft": "infinity",
        "LimitSIGPENDING": "13964",
        "LimitSIGPENDINGSoft": "13964",
        "LimitSTACK": "infinity",
        "LimitSTACKSoft": "8388608",
        "LoadState": "loaded",
        "LockPersonality": "no",
        "LogLevelMax": "-1",
        "LogRateLimitBurst": "0",
        "LogRateLimitIntervalUSec": "0",
        "LogsDirectoryMode": "0755",
        "MainPID": "0",
        "ManagedOOMMemoryPressure": "auto",
        "ManagedOOMMemoryPressureLimit": "0",
        "ManagedOOMPreference": "none",
        "ManagedOOMSwap": "auto",
        "MemoryAccounting": "yes",
        "MemoryAvailable": "infinity",
        "MemoryCurrent": "[not set]",
        "MemoryDenyWriteExecute": "no",
        "MemoryHigh": "infinity",
        "MemoryLimit": "infinity",
        "MemoryLow": "0",
        "MemoryMax": "infinity",
        "MemoryMin": "0",
        "MemorySwapMax": "infinity",
        "MountAPIVFS": "no",
        "NFileDescriptorStore": "0",
        "NRestarts": "0",
        "NUMAPolicy": "n/a",
        "Names": "nftables.service",
        "NeedDaemonReload": "no",
        "Nice": "0",
        "NoNewPrivileges": "no",
        "NonBlocking": "no",
        "NotifyAccess": "none",
        "OOMPolicy": "stop",
        "OOMScoreAdjust": "0",
        "OnFailureJobMode": "replace",
        "OnSuccessJobMode": "fail",
        "Perpetual": "no",
        "PrivateDevices": "no",
        "PrivateIPC": "no",
        "PrivateMounts": "no",
        "PrivateNetwork": "no",
        "PrivateTmp": "no",
        "PrivateUsers": "no",
        "ProcSubset": "all",
        "ProtectClock": "no",
        "ProtectControlGroups": "no",
        "ProtectHome": "yes",
        "ProtectHostname": "no",
        "ProtectKernelLogs": "no",
        "ProtectKernelModules": "no",
        "ProtectKernelTunables": "no",
        "ProtectProc": "default",
        "ProtectSystem": "full",
        "RefuseManualStart": "no",
        "RefuseManualStop": "no",
        "ReloadResult": "success",
        "ReloadSignal": "1",
        "RemainAfterExit": "yes",
        "RemoveIPC": "no",
        "Requires": "sysinit.target system.slice",
        "Restart": "no",
        "RestartKillSignal": "15",
        "RestartUSec": "100ms",
        "RestrictNamespaces": "no",
        "RestrictRealtime": "no",
        "RestrictSUIDSGID": "no",
        "Result": "success",
        "RootDirectoryStartOnly": "no",
        "RuntimeDirectoryMode": "0755",
        "RuntimeDirectoryPreserve": "no",
        "RuntimeMaxUSec": "infinity",
        "RuntimeRandomizedExtraUSec": "0",
        "SameProcessGroup": "no",
        "SecureBits": "0",
        "SendSIGHUP": "no",
        "SendSIGKILL": "yes",
        "Slice": "system.slice",
        "StandardError": "inherit",
        "StandardInput": "null",
        "StandardOutput": "journal",
        "StartLimitAction": "none",
        "StartLimitBurst": "5",
        "StartLimitIntervalUSec": "10s",
        "StartupBlockIOWeight": "[not set]",
        "StartupCPUShares": "[not set]",
        "StartupCPUWeight": "[not set]",
        "StartupIOWeight": "[not set]",
        "StateChangeTimestampMonotonic": "0",
        "StateDirectoryMode": "0755",
        "StatusErrno": "0",
        "StopWhenUnneeded": "no",
        "SubState": "dead",
        "SuccessAction": "none",
        "SyslogFacility": "3",
        "SyslogLevel": "6",
        "SyslogLevelPrefix": "yes",
        "SyslogPriority": "30",
        "SystemCallErrorNumber": "2147483646",
        "TTYReset": "no",
        "TTYVHangup": "no",
        "TTYVTDisallocate": "no",
        "TasksAccounting": "yes",
        "TasksCurrent": "[not set]",
        "TasksMax": "22342",
        "TimeoutAbortUSec": "1min 30s",
        "TimeoutCleanUSec": "infinity",
        "TimeoutStartFailureMode": "terminate",
        "TimeoutStartUSec": "infinity",
        "TimeoutStopFailureMode": "terminate",
        "TimeoutStopUSec": "1min 30s",
        "TimerSlackNSec": "50000",
        "Transient": "no",
        "Type": "oneshot",
        "UID": "[not set]",
        "UMask": "0022",
        "UnitFilePreset": "disabled",
        "UnitFileState": "disabled",
        "UtmpMode": "init",
        "Wants": "network-pre.target",
        "WatchdogSignal": "6",
        "WatchdogTimestampMonotonic": "0",
        "WatchdogUSec": "infinity"
    }
}

PLAY RECAP *********************************************************************
managed_node3              : ok=35   changed=4    unreachable=0    failed=0    skipped=49   rescued=0    ignored=0   

Saturday 14 September 2024  01:26:35 -0400 (0:00:00.517)       0:00:19.927 **** 
=============================================================================== 
fedora.linux_system_roles.firewall : Install firewalld ------------------ 1.87s
/tmp/collections-200/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:31 
fedora.linux_system_roles.firewall : Collect service facts -------------- 1.71s
/tmp/collections-200/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:5 
Install conflicting service --------------------------------------------- 1.68s
/tmp/collections-200/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_startup_conflicts.yml:31 
fedora.linux_system_roles.firewall : Install firewalld ------------------ 1.67s
/tmp/collections-200/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:31 
fedora.linux_system_roles.firewall : Install firewalld ------------------ 1.67s
/tmp/collections-200/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:31 
fedora.linux_system_roles.firewall : Ensure ansible_facts used by role --- 0.76s
/tmp/collections-200/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:2 
fedora.linux_system_roles.firewall : Unmask firewalld service ----------- 0.70s
/tmp/collections-200/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:22 
fedora.linux_system_roles.firewall : Attempt to stop and disable conflicting services --- 0.68s
/tmp/collections-200/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:9 
Enable conflicting service ---------------------------------------------- 0.68s
/tmp/collections-200/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_startup_conflicts.yml:37 
Mask firewalld ---------------------------------------------------------- 0.67s
/tmp/collections-200/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_startup_conflicts.yml:10 
fedora.linux_system_roles.firewall : Unmask firewalld service ----------- 0.64s
/tmp/collections-200/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:22 
fedora.linux_system_roles.firewall : Gather firewall config if no arguments --- 0.54s
/tmp/collections-200/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:139 
Check that conflicting service is disabled ------------------------------ 0.52s
/tmp/collections-200/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_startup_conflicts.yml:48 
fedora.linux_system_roles.firewall : Gather firewall config if no arguments --- 0.49s
/tmp/collections-200/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:139 
fedora.linux_system_roles.firewall : Enable and start firewalld service --- 0.49s
/tmp/collections-200/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:28 
fedora.linux_system_roles.firewall : Check if system is ostree ---------- 0.49s
/tmp/collections-200/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:10 
fedora.linux_system_roles.firewall : Enable and start firewalld service --- 0.47s
/tmp/collections-200/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:28 
fedora.linux_system_roles.firewall : Enable and start firewalld service --- 0.47s
/tmp/collections-200/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:28 
fedora.linux_system_roles.firewall : Unmask firewalld service ----------- 0.47s
/tmp/collections-200/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:22 
fedora.linux_system_roles.firewall : Gather firewall config if no arguments --- 0.46s
/tmp/collections-200/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:139