ansible-playbook [core 2.17.5]
  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-9xT
  executable location = /usr/local/bin/ansible-playbook
  python version = 3.12.6 (main, Sep  9 2024, 00:00:00) [GCC 13.3.1 20240522 (Red Hat 13.3.1-1)] (/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_zone.yml *******************************************************
1 plays in /tmp/collections-9xT/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_zone.yml

PLAY [Test firewalld zones] ****************************************************

TASK [Gathering Facts] *********************************************************
task path: /tmp/collections-9xT/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_zone.yml:2
Saturday 12 October 2024  04:44:27 -0400 (0:00:00.014)       0:00:00.014 ****** 
[WARNING]: Platform linux on host managed-node1 is using the discovered Python
interpreter at /usr/bin/python3.12, 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-node1]

TASK [Verify used firewalld zones] *********************************************
task path: /tmp/collections-9xT/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_zone.yml:13
Saturday 12 October 2024  04:44:28 -0400 (0:00:01.588)       0:00:01.602 ****** 
included: fedora.linux_system_roles.firewall for managed-node1

TASK [fedora.linux_system_roles.firewall : Setup firewalld] ********************
task path: /tmp/collections-9xT/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:2
Saturday 12 October 2024  04:44:28 -0400 (0:00:00.072)       0:00:01.675 ****** 
included: /tmp/collections-9xT/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml for managed-node1

TASK [fedora.linux_system_roles.firewall : Ensure ansible_facts used by role] ***
task path: /tmp/collections-9xT/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:2
Saturday 12 October 2024  04:44:28 -0400 (0:00:00.055)       0:00:01.730 ****** 
skipping: [managed-node1] => {
    "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-9xT/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:10
Saturday 12 October 2024  04:44:29 -0400 (0:00:00.042)       0:00:01.773 ****** 
ok: [managed-node1] => {
    "changed": false,
    "stat": {
        "exists": false
    }
}

TASK [fedora.linux_system_roles.firewall : Set flag to indicate system is ostree] ***
task path: /tmp/collections-9xT/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:15
Saturday 12 October 2024  04:44:29 -0400 (0:00:00.552)       0:00:02.326 ****** 
ok: [managed-node1] => {
    "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-9xT/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:22
Saturday 12 October 2024  04:44:29 -0400 (0:00:00.054)       0:00:02.380 ****** 
ok: [managed-node1] => {
    "changed": false,
    "stat": {
        "exists": false
    }
}

TASK [fedora.linux_system_roles.firewall : Set flag if transactional-update exists] ***
task path: /tmp/collections-9xT/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:27
Saturday 12 October 2024  04:44:30 -0400 (0:00:00.433)       0:00:02.814 ****** 
ok: [managed-node1] => {
    "ansible_facts": {
        "__firewall_is_transactional": false
    },
    "changed": false
}

TASK [fedora.linux_system_roles.firewall : Install firewalld] ******************
task path: /tmp/collections-9xT/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:31
Saturday 12 October 2024  04:44:30 -0400 (0:00:00.088)       0:00:02.903 ****** 
ok: [managed-node1] => {
    "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-9xT/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:43
Saturday 12 October 2024  04:44:32 -0400 (0:00:02.176)       0:00:05.080 ****** 
skipping: [managed-node1] => {
    "false_condition": "__firewall_is_transactional | d(false)"
}

TASK [fedora.linux_system_roles.firewall : Reboot transactional update systems] ***
task path: /tmp/collections-9xT/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:48
Saturday 12 October 2024  04:44:32 -0400 (0:00:00.064)       0:00:05.145 ****** 
skipping: [managed-node1] => {
    "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-9xT/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:53
Saturday 12 October 2024  04:44:32 -0400 (0:00:00.063)       0:00:05.208 ****** 
skipping: [managed-node1] => {
    "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-9xT/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:5
Saturday 12 October 2024  04:44:32 -0400 (0:00:00.061)       0:00:05.269 ****** 
skipping: [managed-node1] => {
    "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-9xT/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:9
Saturday 12 October 2024  04:44:32 -0400 (0:00:00.060)       0:00:05.329 ****** 
skipping: [managed-node1] => (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-node1] => (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-node1] => (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-node1] => {
    "changed": false
}

MSG:

All items skipped

TASK [fedora.linux_system_roles.firewall : Unmask firewalld service] ***********
task path: /tmp/collections-9xT/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:22
Saturday 12 October 2024  04:44:32 -0400 (0:00:00.091)       0:00:05.421 ****** 
ok: [managed-node1] => {
    "changed": false,
    "name": "firewalld",
    "status": {
        "AccessSELinuxContext": "system_u:object_r:firewalld_unit_file_t:s0",
        "ActiveEnterTimestamp": "Sat 2024-10-12 04:41:21 EDT",
        "ActiveEnterTimestampMonotonic": "296278039",
        "ActiveExitTimestampMonotonic": "0",
        "ActiveState": "active",
        "After": "system.slice polkit.service basic.target dbus-broker.service sysinit.target dbus.socket",
        "AllowIsolate": "no",
        "AssertResult": "yes",
        "AssertTimestamp": "Sat 2024-10-12 04:41:21 EDT",
        "AssertTimestampMonotonic": "296032102",
        "Before": "shutdown.target multi-user.target network-pre.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": "15077952000",
        "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-10-12 04:41:21 EDT",
        "ConditionTimestampMonotonic": "296032099",
        "ConfigurationDirectoryMode": "0755",
        "Conflicts": "ebtables.service shutdown.target ipset.service nftables.service iptables.service ip6tables.service",
        "ControlGroup": "/system.slice/firewalld.service",
        "ControlGroupId": "4880",
        "ControlPID": "0",
        "CoredumpFilter": "0x33",
        "DefaultDependencies": "yes",
        "DefaultMemoryLow": "0",
        "DefaultMemoryMin": "0",
        "DefaultStartupMemoryLow": "0",
        "Delegate": "no",
        "Description": "firewalld - dynamic firewall daemon",
        "DevicePolicy": "auto",
        "Documentation": "\"man:firewalld(1)\"",
        "DropInPaths": "/usr/lib/systemd/system/service.d/10-timeout-abort.conf",
        "DynamicUser": "no",
        "EnvironmentFiles": "/etc/sysconfig/firewalld (ignore_errors=yes)",
        "ExecMainCode": "0",
        "ExecMainExitTimestampMonotonic": "0",
        "ExecMainPID": "3437",
        "ExecMainStartTimestamp": "Sat 2024-10-12 04:41:21 EDT",
        "ExecMainStartTimestampMonotonic": "296041135",
        "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",
        "ExtensionImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent",
        "FailureAction": "none",
        "FileDescriptorStoreMax": "0",
        "FileDescriptorStorePreserve": "restart",
        "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-10-12 04:41:21 EDT",
        "InactiveExitTimestampMonotonic": "296041489",
        "InvocationID": "bffc8f7f465b4525a3590ce35516ce66",
        "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": "14752",
        "LimitNPROCSoft": "14752",
        "LimitRSS": "infinity",
        "LimitRSSSoft": "infinity",
        "LimitRTPRIO": "0",
        "LimitRTPRIOSoft": "0",
        "LimitRTTIME": "infinity",
        "LimitRTTIMESoft": "infinity",
        "LimitSIGPENDING": "14752",
        "LimitSIGPENDINGSoft": "14752",
        "LimitSTACK": "infinity",
        "LimitSTACKSoft": "8388608",
        "LoadState": "loaded",
        "LockPersonality": "no",
        "LogLevelMax": "-1",
        "LogRateLimitBurst": "0",
        "LogRateLimitIntervalUSec": "0",
        "LogsDirectoryMode": "0755",
        "MainPID": "3437",
        "ManagedOOMMemoryPressure": "auto",
        "ManagedOOMMemoryPressureLimit": "0",
        "ManagedOOMPreference": "none",
        "ManagedOOMSwap": "auto",
        "MemoryAccounting": "yes",
        "MemoryAvailable": "infinity",
        "MemoryCurrent": "40955904",
        "MemoryDenyWriteExecute": "no",
        "MemoryHigh": "infinity",
        "MemoryKSM": "no",
        "MemoryLimit": "infinity",
        "MemoryLow": "0",
        "MemoryMax": "infinity",
        "MemoryMin": "0",
        "MemoryPressureThresholdUSec": "200ms",
        "MemoryPressureWatch": "auto",
        "MemorySwapMax": "infinity",
        "MemoryZSwapMax": "infinity",
        "MountAPIVFS": "no",
        "MountImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent",
        "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": "dbus.socket sysinit.target system.slice",
        "Restart": "no",
        "RestartKillSignal": "15",
        "RestartMaxDelayUSec": "infinity",
        "RestartMode": "normal",
        "RestartSteps": "0",
        "RestartUSec": "100ms",
        "RestartUSecNext": "100ms",
        "RestrictNamespaces": "no",
        "RestrictRealtime": "no",
        "RestrictSUIDSGID": "no",
        "Result": "success",
        "RootDirectoryStartOnly": "no",
        "RootEphemeral": "no",
        "RootImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent",
        "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]",
        "StartupMemoryHigh": "18446744073709551615",
        "StartupMemoryLow": "0",
        "StartupMemoryMax": "18446744073709551615",
        "StartupMemorySwapMax": "18446744073709551615",
        "StartupMemoryZSwapMax": "18446744073709551615",
        "StateChangeTimestamp": "Sat 2024-10-12 04:44:22 EDT",
        "StateChangeTimestampMonotonic": "476934603",
        "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": "4425",
        "TimeoutAbortUSec": "45s",
        "TimeoutCleanUSec": "infinity",
        "TimeoutStartFailureMode": "terminate",
        "TimeoutStartUSec": "45s",
        "TimeoutStopFailureMode": "abort",
        "TimeoutStopUSec": "45s",
        "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-9xT/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:28
Saturday 12 October 2024  04:44:33 -0400 (0:00:01.025)       0:00:06.446 ****** 
ok: [managed-node1] => {
    "changed": false,
    "enabled": true,
    "name": "firewalld",
    "state": "started",
    "status": {
        "AccessSELinuxContext": "system_u:object_r:firewalld_unit_file_t:s0",
        "ActiveEnterTimestamp": "Sat 2024-10-12 04:41:21 EDT",
        "ActiveEnterTimestampMonotonic": "296278039",
        "ActiveExitTimestampMonotonic": "0",
        "ActiveState": "active",
        "After": "system.slice polkit.service basic.target dbus-broker.service sysinit.target dbus.socket",
        "AllowIsolate": "no",
        "AssertResult": "yes",
        "AssertTimestamp": "Sat 2024-10-12 04:41:21 EDT",
        "AssertTimestampMonotonic": "296032102",
        "Before": "shutdown.target multi-user.target network-pre.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": "15077952000",
        "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-10-12 04:41:21 EDT",
        "ConditionTimestampMonotonic": "296032099",
        "ConfigurationDirectoryMode": "0755",
        "Conflicts": "ebtables.service shutdown.target ipset.service nftables.service iptables.service ip6tables.service",
        "ControlGroup": "/system.slice/firewalld.service",
        "ControlGroupId": "4880",
        "ControlPID": "0",
        "CoredumpFilter": "0x33",
        "DefaultDependencies": "yes",
        "DefaultMemoryLow": "0",
        "DefaultMemoryMin": "0",
        "DefaultStartupMemoryLow": "0",
        "Delegate": "no",
        "Description": "firewalld - dynamic firewall daemon",
        "DevicePolicy": "auto",
        "Documentation": "\"man:firewalld(1)\"",
        "DropInPaths": "/usr/lib/systemd/system/service.d/10-timeout-abort.conf",
        "DynamicUser": "no",
        "EnvironmentFiles": "/etc/sysconfig/firewalld (ignore_errors=yes)",
        "ExecMainCode": "0",
        "ExecMainExitTimestampMonotonic": "0",
        "ExecMainPID": "3437",
        "ExecMainStartTimestamp": "Sat 2024-10-12 04:41:21 EDT",
        "ExecMainStartTimestampMonotonic": "296041135",
        "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",
        "ExtensionImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent",
        "FailureAction": "none",
        "FileDescriptorStoreMax": "0",
        "FileDescriptorStorePreserve": "restart",
        "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-10-12 04:41:21 EDT",
        "InactiveExitTimestampMonotonic": "296041489",
        "InvocationID": "bffc8f7f465b4525a3590ce35516ce66",
        "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": "14752",
        "LimitNPROCSoft": "14752",
        "LimitRSS": "infinity",
        "LimitRSSSoft": "infinity",
        "LimitRTPRIO": "0",
        "LimitRTPRIOSoft": "0",
        "LimitRTTIME": "infinity",
        "LimitRTTIMESoft": "infinity",
        "LimitSIGPENDING": "14752",
        "LimitSIGPENDINGSoft": "14752",
        "LimitSTACK": "infinity",
        "LimitSTACKSoft": "8388608",
        "LoadState": "loaded",
        "LockPersonality": "no",
        "LogLevelMax": "-1",
        "LogRateLimitBurst": "0",
        "LogRateLimitIntervalUSec": "0",
        "LogsDirectoryMode": "0755",
        "MainPID": "3437",
        "ManagedOOMMemoryPressure": "auto",
        "ManagedOOMMemoryPressureLimit": "0",
        "ManagedOOMPreference": "none",
        "ManagedOOMSwap": "auto",
        "MemoryAccounting": "yes",
        "MemoryAvailable": "infinity",
        "MemoryCurrent": "40955904",
        "MemoryDenyWriteExecute": "no",
        "MemoryHigh": "infinity",
        "MemoryKSM": "no",
        "MemoryLimit": "infinity",
        "MemoryLow": "0",
        "MemoryMax": "infinity",
        "MemoryMin": "0",
        "MemoryPressureThresholdUSec": "200ms",
        "MemoryPressureWatch": "auto",
        "MemorySwapMax": "infinity",
        "MemoryZSwapMax": "infinity",
        "MountAPIVFS": "no",
        "MountImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent",
        "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": "dbus.socket sysinit.target system.slice",
        "Restart": "no",
        "RestartKillSignal": "15",
        "RestartMaxDelayUSec": "infinity",
        "RestartMode": "normal",
        "RestartSteps": "0",
        "RestartUSec": "100ms",
        "RestartUSecNext": "100ms",
        "RestrictNamespaces": "no",
        "RestrictRealtime": "no",
        "RestrictSUIDSGID": "no",
        "Result": "success",
        "RootDirectoryStartOnly": "no",
        "RootEphemeral": "no",
        "RootImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent",
        "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]",
        "StartupMemoryHigh": "18446744073709551615",
        "StartupMemoryLow": "0",
        "StartupMemoryMax": "18446744073709551615",
        "StartupMemorySwapMax": "18446744073709551615",
        "StartupMemoryZSwapMax": "18446744073709551615",
        "StateChangeTimestamp": "Sat 2024-10-12 04:44:22 EDT",
        "StateChangeTimestampMonotonic": "476934603",
        "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": "4425",
        "TimeoutAbortUSec": "45s",
        "TimeoutCleanUSec": "infinity",
        "TimeoutStartFailureMode": "terminate",
        "TimeoutStartUSec": "45s",
        "TimeoutStopFailureMode": "abort",
        "TimeoutStopUSec": "45s",
        "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-9xT/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:34
Saturday 12 October 2024  04:44:34 -0400 (0:00:00.599)       0:00:07.046 ****** 
ok: [managed-node1] => {
    "ansible_facts": {
        "__firewall_previous_replaced": false,
        "__firewall_python_cmd": "/usr/bin/python3.12",
        "__firewall_report_changed": true
    },
    "changed": false
}

TASK [fedora.linux_system_roles.firewall : Get config files, checksums before and remove] ***
task path: /tmp/collections-9xT/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:43
Saturday 12 October 2024  04:44:34 -0400 (0:00:00.052)       0:00:07.099 ****** 
skipping: [managed-node1] => {
    "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-9xT/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:55
Saturday 12 October 2024  04:44:34 -0400 (0:00:00.040)       0:00:07.139 ****** 
skipping: [managed-node1] => {
    "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-9xT/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:71
Saturday 12 October 2024  04:44:34 -0400 (0:00:00.040)       0:00:07.179 ****** 
ok: [managed-node1] => (item={'zone': 'internal', 'state': 'enabled'}) => {
    "__firewall_changed": false,
    "ansible_loop_var": "item",
    "changed": false,
    "item": {
        "state": "enabled",
        "zone": "internal"
    }
}
ok: [managed-node1] => (item={'zone': 'external', 'state': 'enabled'}) => {
    "__firewall_changed": false,
    "ansible_loop_var": "item",
    "changed": false,
    "item": {
        "state": "enabled",
        "zone": "external"
    }
}
ok: [managed-node1] => (item={'zone': 'trusted', 'state': 'enabled'}) => {
    "__firewall_changed": false,
    "ansible_loop_var": "item",
    "changed": false,
    "item": {
        "state": "enabled",
        "zone": "trusted"
    }
}

TASK [fedora.linux_system_roles.firewall : Gather firewall config information] ***
task path: /tmp/collections-9xT/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:120
Saturday 12 October 2024  04:44:36 -0400 (0:00:01.902)       0:00:09.081 ****** 
skipping: [managed-node1] => (item={'zone': 'internal', 'state': 'enabled'})  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "firewall | length == 1",
    "item": {
        "state": "enabled",
        "zone": "internal"
    },
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node1] => (item={'zone': 'external', 'state': 'enabled'})  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "firewall | length == 1",
    "item": {
        "state": "enabled",
        "zone": "external"
    },
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node1] => (item={'zone': 'trusted', 'state': 'enabled'})  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "firewall | length == 1",
    "item": {
        "state": "enabled",
        "zone": "trusted"
    },
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node1] => {
    "changed": false
}

MSG:

All items skipped

TASK [fedora.linux_system_roles.firewall : Update firewalld_config fact] *******
task path: /tmp/collections-9xT/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:130
Saturday 12 October 2024  04:44:36 -0400 (0:00:00.067)       0:00:09.149 ****** 
skipping: [managed-node1] => {
    "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-9xT/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:139
Saturday 12 October 2024  04:44:36 -0400 (0:00:00.041)       0:00:09.191 ****** 
skipping: [managed-node1] => {
    "changed": false,
    "false_condition": "firewall == None or firewall | length == 0",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Update firewalld_config fact] *******
task path: /tmp/collections-9xT/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:144
Saturday 12 October 2024  04:44:36 -0400 (0:00:00.038)       0:00:09.229 ****** 
skipping: [managed-node1] => {
    "changed": false,
    "false_condition": "firewall == None or firewall | length == 0",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Get config files, checksums after] ***
task path: /tmp/collections-9xT/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:153
Saturday 12 October 2024  04:44:36 -0400 (0:00:00.039)       0:00:09.269 ****** 
skipping: [managed-node1] => {
    "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-9xT/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:163
Saturday 12 October 2024  04:44:36 -0400 (0:00:00.038)       0:00:09.307 ****** 
skipping: [managed-node1] => {
    "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-9xT/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:169
Saturday 12 October 2024  04:44:36 -0400 (0:00:00.037)       0:00:09.344 ****** 
skipping: [managed-node1] => {
    "false_condition": "__firewall_previous_replaced | bool"
}

TASK [Fail on missing zones] ***************************************************
task path: /tmp/collections-9xT/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_zone.yml:25
Saturday 12 October 2024  04:44:36 -0400 (0:00:00.040)       0:00:09.385 ****** 
skipping: [managed-node1] => {
    "changed": false,
    "false_condition": "firewall_lib_result.changed",
    "skip_reason": "Conditional result was False"
}

TASK [Setup firewalld] *********************************************************
task path: /tmp/collections-9xT/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_zone.yml:32
Saturday 12 October 2024  04:44:36 -0400 (0:00:00.036)       0:00:09.422 ****** 
included: fedora.linux_system_roles.firewall for managed-node1

TASK [fedora.linux_system_roles.firewall : Setup firewalld] ********************
task path: /tmp/collections-9xT/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:2
Saturday 12 October 2024  04:44:36 -0400 (0:00:00.083)       0:00:09.505 ****** 
included: /tmp/collections-9xT/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml for managed-node1

TASK [fedora.linux_system_roles.firewall : Ensure ansible_facts used by role] ***
task path: /tmp/collections-9xT/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:2
Saturday 12 October 2024  04:44:36 -0400 (0:00:00.052)       0:00:09.557 ****** 
skipping: [managed-node1] => {
    "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-9xT/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:10
Saturday 12 October 2024  04:44:36 -0400 (0:00:00.043)       0:00:09.601 ****** 
skipping: [managed-node1] => {
    "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-9xT/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:15
Saturday 12 October 2024  04:44:36 -0400 (0:00:00.044)       0:00:09.645 ****** 
skipping: [managed-node1] => {
    "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-9xT/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:22
Saturday 12 October 2024  04:44:36 -0400 (0:00:00.040)       0:00:09.686 ****** 
skipping: [managed-node1] => {
    "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-9xT/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:27
Saturday 12 October 2024  04:44:36 -0400 (0:00:00.040)       0:00:09.727 ****** 
skipping: [managed-node1] => {
    "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-9xT/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:31
Saturday 12 October 2024  04:44:37 -0400 (0:00:00.040)       0:00:09.768 ****** 
ok: [managed-node1] => {
    "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-9xT/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:43
Saturday 12 October 2024  04:44:38 -0400 (0:00:01.820)       0:00:11.588 ****** 
skipping: [managed-node1] => {
    "false_condition": "__firewall_is_transactional | d(false)"
}

TASK [fedora.linux_system_roles.firewall : Reboot transactional update systems] ***
task path: /tmp/collections-9xT/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:48
Saturday 12 October 2024  04:44:38 -0400 (0:00:00.039)       0:00:11.628 ****** 
skipping: [managed-node1] => {
    "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-9xT/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:53
Saturday 12 October 2024  04:44:38 -0400 (0:00:00.039)       0:00:11.667 ****** 
skipping: [managed-node1] => {
    "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-9xT/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:5
Saturday 12 October 2024  04:44:38 -0400 (0:00:00.039)       0:00:11.707 ****** 
skipping: [managed-node1] => {
    "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-9xT/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:9
Saturday 12 October 2024  04:44:38 -0400 (0:00:00.037)       0:00:11.745 ****** 
skipping: [managed-node1] => (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-node1] => (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-node1] => (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-node1] => {
    "changed": false
}

MSG:

All items skipped

TASK [fedora.linux_system_roles.firewall : Unmask firewalld service] ***********
task path: /tmp/collections-9xT/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:22
Saturday 12 October 2024  04:44:39 -0400 (0:00:00.052)       0:00:11.797 ****** 
ok: [managed-node1] => {
    "changed": false,
    "name": "firewalld",
    "status": {
        "AccessSELinuxContext": "system_u:object_r:firewalld_unit_file_t:s0",
        "ActiveEnterTimestamp": "Sat 2024-10-12 04:41:21 EDT",
        "ActiveEnterTimestampMonotonic": "296278039",
        "ActiveExitTimestampMonotonic": "0",
        "ActiveState": "active",
        "After": "system.slice polkit.service basic.target dbus-broker.service sysinit.target dbus.socket",
        "AllowIsolate": "no",
        "AssertResult": "yes",
        "AssertTimestamp": "Sat 2024-10-12 04:41:21 EDT",
        "AssertTimestampMonotonic": "296032102",
        "Before": "shutdown.target multi-user.target network-pre.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": "15261866000",
        "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-10-12 04:41:21 EDT",
        "ConditionTimestampMonotonic": "296032099",
        "ConfigurationDirectoryMode": "0755",
        "Conflicts": "ebtables.service shutdown.target ipset.service nftables.service iptables.service ip6tables.service",
        "ControlGroup": "/system.slice/firewalld.service",
        "ControlGroupId": "4880",
        "ControlPID": "0",
        "CoredumpFilter": "0x33",
        "DefaultDependencies": "yes",
        "DefaultMemoryLow": "0",
        "DefaultMemoryMin": "0",
        "DefaultStartupMemoryLow": "0",
        "Delegate": "no",
        "Description": "firewalld - dynamic firewall daemon",
        "DevicePolicy": "auto",
        "Documentation": "\"man:firewalld(1)\"",
        "DropInPaths": "/usr/lib/systemd/system/service.d/10-timeout-abort.conf",
        "DynamicUser": "no",
        "EnvironmentFiles": "/etc/sysconfig/firewalld (ignore_errors=yes)",
        "ExecMainCode": "0",
        "ExecMainExitTimestampMonotonic": "0",
        "ExecMainPID": "3437",
        "ExecMainStartTimestamp": "Sat 2024-10-12 04:41:21 EDT",
        "ExecMainStartTimestampMonotonic": "296041135",
        "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",
        "ExtensionImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent",
        "FailureAction": "none",
        "FileDescriptorStoreMax": "0",
        "FileDescriptorStorePreserve": "restart",
        "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-10-12 04:41:21 EDT",
        "InactiveExitTimestampMonotonic": "296041489",
        "InvocationID": "bffc8f7f465b4525a3590ce35516ce66",
        "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": "14752",
        "LimitNPROCSoft": "14752",
        "LimitRSS": "infinity",
        "LimitRSSSoft": "infinity",
        "LimitRTPRIO": "0",
        "LimitRTPRIOSoft": "0",
        "LimitRTTIME": "infinity",
        "LimitRTTIMESoft": "infinity",
        "LimitSIGPENDING": "14752",
        "LimitSIGPENDINGSoft": "14752",
        "LimitSTACK": "infinity",
        "LimitSTACKSoft": "8388608",
        "LoadState": "loaded",
        "LockPersonality": "no",
        "LogLevelMax": "-1",
        "LogRateLimitBurst": "0",
        "LogRateLimitIntervalUSec": "0",
        "LogsDirectoryMode": "0755",
        "MainPID": "3437",
        "ManagedOOMMemoryPressure": "auto",
        "ManagedOOMMemoryPressureLimit": "0",
        "ManagedOOMPreference": "none",
        "ManagedOOMSwap": "auto",
        "MemoryAccounting": "yes",
        "MemoryAvailable": "infinity",
        "MemoryCurrent": "40955904",
        "MemoryDenyWriteExecute": "no",
        "MemoryHigh": "infinity",
        "MemoryKSM": "no",
        "MemoryLimit": "infinity",
        "MemoryLow": "0",
        "MemoryMax": "infinity",
        "MemoryMin": "0",
        "MemoryPressureThresholdUSec": "200ms",
        "MemoryPressureWatch": "auto",
        "MemorySwapMax": "infinity",
        "MemoryZSwapMax": "infinity",
        "MountAPIVFS": "no",
        "MountImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent",
        "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": "dbus.socket sysinit.target system.slice",
        "Restart": "no",
        "RestartKillSignal": "15",
        "RestartMaxDelayUSec": "infinity",
        "RestartMode": "normal",
        "RestartSteps": "0",
        "RestartUSec": "100ms",
        "RestartUSecNext": "100ms",
        "RestrictNamespaces": "no",
        "RestrictRealtime": "no",
        "RestrictSUIDSGID": "no",
        "Result": "success",
        "RootDirectoryStartOnly": "no",
        "RootEphemeral": "no",
        "RootImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent",
        "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]",
        "StartupMemoryHigh": "18446744073709551615",
        "StartupMemoryLow": "0",
        "StartupMemoryMax": "18446744073709551615",
        "StartupMemorySwapMax": "18446744073709551615",
        "StartupMemoryZSwapMax": "18446744073709551615",
        "StateChangeTimestamp": "Sat 2024-10-12 04:44:22 EDT",
        "StateChangeTimestampMonotonic": "476934603",
        "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": "4425",
        "TimeoutAbortUSec": "45s",
        "TimeoutCleanUSec": "infinity",
        "TimeoutStartFailureMode": "terminate",
        "TimeoutStartUSec": "45s",
        "TimeoutStopFailureMode": "abort",
        "TimeoutStopUSec": "45s",
        "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-9xT/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:28
Saturday 12 October 2024  04:44:39 -0400 (0:00:00.595)       0:00:12.393 ****** 
ok: [managed-node1] => {
    "changed": false,
    "enabled": true,
    "name": "firewalld",
    "state": "started",
    "status": {
        "AccessSELinuxContext": "system_u:object_r:firewalld_unit_file_t:s0",
        "ActiveEnterTimestamp": "Sat 2024-10-12 04:41:21 EDT",
        "ActiveEnterTimestampMonotonic": "296278039",
        "ActiveExitTimestampMonotonic": "0",
        "ActiveState": "active",
        "After": "system.slice polkit.service basic.target dbus-broker.service sysinit.target dbus.socket",
        "AllowIsolate": "no",
        "AssertResult": "yes",
        "AssertTimestamp": "Sat 2024-10-12 04:41:21 EDT",
        "AssertTimestampMonotonic": "296032102",
        "Before": "shutdown.target multi-user.target network-pre.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": "15261866000",
        "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-10-12 04:41:21 EDT",
        "ConditionTimestampMonotonic": "296032099",
        "ConfigurationDirectoryMode": "0755",
        "Conflicts": "ebtables.service shutdown.target ipset.service nftables.service iptables.service ip6tables.service",
        "ControlGroup": "/system.slice/firewalld.service",
        "ControlGroupId": "4880",
        "ControlPID": "0",
        "CoredumpFilter": "0x33",
        "DefaultDependencies": "yes",
        "DefaultMemoryLow": "0",
        "DefaultMemoryMin": "0",
        "DefaultStartupMemoryLow": "0",
        "Delegate": "no",
        "Description": "firewalld - dynamic firewall daemon",
        "DevicePolicy": "auto",
        "Documentation": "\"man:firewalld(1)\"",
        "DropInPaths": "/usr/lib/systemd/system/service.d/10-timeout-abort.conf",
        "DynamicUser": "no",
        "EnvironmentFiles": "/etc/sysconfig/firewalld (ignore_errors=yes)",
        "ExecMainCode": "0",
        "ExecMainExitTimestampMonotonic": "0",
        "ExecMainPID": "3437",
        "ExecMainStartTimestamp": "Sat 2024-10-12 04:41:21 EDT",
        "ExecMainStartTimestampMonotonic": "296041135",
        "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",
        "ExtensionImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent",
        "FailureAction": "none",
        "FileDescriptorStoreMax": "0",
        "FileDescriptorStorePreserve": "restart",
        "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-10-12 04:41:21 EDT",
        "InactiveExitTimestampMonotonic": "296041489",
        "InvocationID": "bffc8f7f465b4525a3590ce35516ce66",
        "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": "14752",
        "LimitNPROCSoft": "14752",
        "LimitRSS": "infinity",
        "LimitRSSSoft": "infinity",
        "LimitRTPRIO": "0",
        "LimitRTPRIOSoft": "0",
        "LimitRTTIME": "infinity",
        "LimitRTTIMESoft": "infinity",
        "LimitSIGPENDING": "14752",
        "LimitSIGPENDINGSoft": "14752",
        "LimitSTACK": "infinity",
        "LimitSTACKSoft": "8388608",
        "LoadState": "loaded",
        "LockPersonality": "no",
        "LogLevelMax": "-1",
        "LogRateLimitBurst": "0",
        "LogRateLimitIntervalUSec": "0",
        "LogsDirectoryMode": "0755",
        "MainPID": "3437",
        "ManagedOOMMemoryPressure": "auto",
        "ManagedOOMMemoryPressureLimit": "0",
        "ManagedOOMPreference": "none",
        "ManagedOOMSwap": "auto",
        "MemoryAccounting": "yes",
        "MemoryAvailable": "infinity",
        "MemoryCurrent": "40955904",
        "MemoryDenyWriteExecute": "no",
        "MemoryHigh": "infinity",
        "MemoryKSM": "no",
        "MemoryLimit": "infinity",
        "MemoryLow": "0",
        "MemoryMax": "infinity",
        "MemoryMin": "0",
        "MemoryPressureThresholdUSec": "200ms",
        "MemoryPressureWatch": "auto",
        "MemorySwapMax": "infinity",
        "MemoryZSwapMax": "infinity",
        "MountAPIVFS": "no",
        "MountImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent",
        "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": "dbus.socket sysinit.target system.slice",
        "Restart": "no",
        "RestartKillSignal": "15",
        "RestartMaxDelayUSec": "infinity",
        "RestartMode": "normal",
        "RestartSteps": "0",
        "RestartUSec": "100ms",
        "RestartUSecNext": "100ms",
        "RestrictNamespaces": "no",
        "RestrictRealtime": "no",
        "RestrictSUIDSGID": "no",
        "Result": "success",
        "RootDirectoryStartOnly": "no",
        "RootEphemeral": "no",
        "RootImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent",
        "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]",
        "StartupMemoryHigh": "18446744073709551615",
        "StartupMemoryLow": "0",
        "StartupMemoryMax": "18446744073709551615",
        "StartupMemorySwapMax": "18446744073709551615",
        "StartupMemoryZSwapMax": "18446744073709551615",
        "StateChangeTimestamp": "Sat 2024-10-12 04:44:22 EDT",
        "StateChangeTimestampMonotonic": "476934603",
        "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": "4425",
        "TimeoutAbortUSec": "45s",
        "TimeoutCleanUSec": "infinity",
        "TimeoutStartFailureMode": "terminate",
        "TimeoutStartUSec": "45s",
        "TimeoutStopFailureMode": "abort",
        "TimeoutStopUSec": "45s",
        "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-9xT/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:34
Saturday 12 October 2024  04:44:40 -0400 (0:00:00.596)       0:00:12.989 ****** 
ok: [managed-node1] => {
    "ansible_facts": {
        "__firewall_previous_replaced": true,
        "__firewall_python_cmd": "/usr/bin/python3.12",
        "__firewall_report_changed": true
    },
    "changed": false
}

TASK [fedora.linux_system_roles.firewall : Get config files, checksums before and remove] ***
task path: /tmp/collections-9xT/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:43
Saturday 12 October 2024  04:44:40 -0400 (0:00:00.050)       0:00:13.039 ****** 
ok: [managed-node1] => {
    "changed": false,
    "rc": 0
}

STDOUT:

a5f9bbb53e46c2207f9e00563cb1a8801543c798c38fbb67f71d6cdded930393 /etc/firewalld/firewalld.conf



STDERR:

OpenSSH_9.3p1, OpenSSL 3.1.4 24 Oct 2023
debug1: Reading configuration data /root/.ssh/config
debug1: Reading configuration data /etc/ssh/ssh_config
debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf
debug2: checking match for 'final all' host 10.31.43.240 originally 10.31.43.240
debug2: match not found
debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config
debug1: configuration requests final Match pass
debug2: resolve_canonicalize: hostname 10.31.43.240 is address
debug1: re-parsing configuration
debug1: Reading configuration data /root/.ssh/config
debug1: Reading configuration data /etc/ssh/ssh_config
debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf
debug2: checking match for 'final all' host 10.31.43.240 originally 10.31.43.240
debug2: match found
debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config
debug1: auto-mux: Trying existing master
debug2: fd 3 setting O_NONBLOCK
debug2: mux_client_hello_exchange: master version 4
debug1: mux_client_request_session: master session id: 2
debug2: Received exit status from master 0
Shared connection to 10.31.43.240 closed.


TASK [fedora.linux_system_roles.firewall : Tell firewall module it is able to report changed] ***
task path: /tmp/collections-9xT/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:55
Saturday 12 October 2024  04:44:41 -0400 (0:00:00.786)       0:00:13.826 ****** 
ok: [managed-node1] => {
    "ansible_facts": {
        "__firewall_report_changed": false
    },
    "changed": false
}

TASK [fedora.linux_system_roles.firewall : Configure firewall] *****************
task path: /tmp/collections-9xT/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:71
Saturday 12 October 2024  04:44:41 -0400 (0:00:00.041)       0:00:13.868 ****** 
ok: [managed-node1] => (item={'zone': 'internal', 'service': ['tftp', 'ftp'], 'port': ['443/tcp', '443/udp'], 'forward_port': ['447/tcp;;1.2.3.4', '448/tcp;;1.2.3.5'], 'state': 'enabled'}) => {
    "__firewall_changed": false,
    "ansible_loop_var": "item",
    "changed": false,
    "item": {
        "forward_port": [
            "447/tcp;;1.2.3.4",
            "448/tcp;;1.2.3.5"
        ],
        "port": [
            "443/tcp",
            "443/udp"
        ],
        "service": [
            "tftp",
            "ftp"
        ],
        "state": "enabled",
        "zone": "internal"
    }
}
ok: [managed-node1] => (item={'zone': 'internal', 'service': ['tftp', 'ftp'], 'port': ['443/tcp', '443/udp'], 'forward_port': ['447/tcp;;1.2.3.4', '448/tcp;;1.2.3.5'], 'state': 'enabled'}) => {
    "__firewall_changed": false,
    "ansible_loop_var": "item",
    "changed": false,
    "item": {
        "forward_port": [
            "447/tcp;;1.2.3.4",
            "448/tcp;;1.2.3.5"
        ],
        "port": [
            "443/tcp",
            "443/udp"
        ],
        "service": [
            "tftp",
            "ftp"
        ],
        "state": "enabled",
        "zone": "internal"
    }
}
ok: [managed-node1] => (item={'zone': 'customzone', 'permanent': True, 'state': 'present'}) => {
    "__firewall_changed": false,
    "ansible_loop_var": "item",
    "changed": false,
    "item": {
        "permanent": true,
        "state": "present",
        "zone": "customzone"
    }
}
ok: [managed-node1] => (item={'zone': 'customzone', 'permanent': True, 'masquerade': True, 'state': 'enabled'}) => {
    "__firewall_changed": false,
    "ansible_loop_var": "item",
    "changed": false,
    "item": {
        "masquerade": true,
        "permanent": true,
        "state": "enabled",
        "zone": "customzone"
    }
}
ok: [managed-node1] => (item={'set_default_zone': 'dmz', 'state': 'enabled'}) => {
    "__firewall_changed": false,
    "ansible_loop_var": "item",
    "changed": false,
    "item": {
        "set_default_zone": "dmz",
        "state": "enabled"
    }
}
ok: [managed-node1] => (item={'service': 'http', 'state': 'enabled'}) => {
    "__firewall_changed": false,
    "ansible_loop_var": "item",
    "changed": false,
    "item": {
        "service": "http",
        "state": "enabled"
    }
}

TASK [fedora.linux_system_roles.firewall : Gather firewall config information] ***
task path: /tmp/collections-9xT/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:120
Saturday 12 October 2024  04:44:44 -0400 (0:00:03.714)       0:00:17.582 ****** 
skipping: [managed-node1] => (item={'zone': 'internal', 'service': ['tftp', 'ftp'], 'port': ['443/tcp', '443/udp'], 'forward_port': ['447/tcp;;1.2.3.4', '448/tcp;;1.2.3.5'], 'state': 'enabled'})  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "firewall | length == 1",
    "item": {
        "forward_port": [
            "447/tcp;;1.2.3.4",
            "448/tcp;;1.2.3.5"
        ],
        "port": [
            "443/tcp",
            "443/udp"
        ],
        "service": [
            "tftp",
            "ftp"
        ],
        "state": "enabled",
        "zone": "internal"
    },
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node1] => (item={'zone': 'internal', 'service': ['tftp', 'ftp'], 'port': ['443/tcp', '443/udp'], 'forward_port': ['447/tcp;;1.2.3.4', '448/tcp;;1.2.3.5'], 'state': 'enabled'})  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "firewall | length == 1",
    "item": {
        "forward_port": [
            "447/tcp;;1.2.3.4",
            "448/tcp;;1.2.3.5"
        ],
        "port": [
            "443/tcp",
            "443/udp"
        ],
        "service": [
            "tftp",
            "ftp"
        ],
        "state": "enabled",
        "zone": "internal"
    },
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node1] => (item={'zone': 'customzone', 'permanent': True, 'state': 'present'})  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "firewall | length == 1",
    "item": {
        "permanent": true,
        "state": "present",
        "zone": "customzone"
    },
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node1] => (item={'zone': 'customzone', 'permanent': True, 'masquerade': True, 'state': 'enabled'})  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "firewall | length == 1",
    "item": {
        "masquerade": true,
        "permanent": true,
        "state": "enabled",
        "zone": "customzone"
    },
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node1] => (item={'set_default_zone': 'dmz', 'state': 'enabled'})  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "firewall | length == 1",
    "item": {
        "set_default_zone": "dmz",
        "state": "enabled"
    },
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node1] => (item={'service': 'http', 'state': 'enabled'})  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "firewall | length == 1",
    "item": {
        "service": "http",
        "state": "enabled"
    },
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node1] => {
    "changed": false
}

MSG:

All items skipped

TASK [fedora.linux_system_roles.firewall : Update firewalld_config fact] *******
task path: /tmp/collections-9xT/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:130
Saturday 12 October 2024  04:44:44 -0400 (0:00:00.094)       0:00:17.677 ****** 
skipping: [managed-node1] => {
    "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-9xT/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:139
Saturday 12 October 2024  04:44:44 -0400 (0:00:00.041)       0:00:17.719 ****** 
skipping: [managed-node1] => {
    "changed": false,
    "false_condition": "firewall == None or firewall | length == 0",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Update firewalld_config fact] *******
task path: /tmp/collections-9xT/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:144
Saturday 12 October 2024  04:44:45 -0400 (0:00:00.041)       0:00:17.760 ****** 
skipping: [managed-node1] => {
    "changed": false,
    "false_condition": "firewall == None or firewall | length == 0",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Get config files, checksums after] ***
task path: /tmp/collections-9xT/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:153
Saturday 12 October 2024  04:44:45 -0400 (0:00:00.039)       0:00:17.800 ****** 
ok: [managed-node1] => {
    "changed": false,
    "rc": 0
}

STDOUT:

610e6e9bafe289c126adb751e772cd0224012f12738a8b8011454b1da8865c18 /etc/firewalld/zones/customzone.xml
e033a4592feef4480b815bd63ef2f8a2319b606a552febb7cfeb716c1d396b7b /etc/firewalld/zones/dmz.xml
90c7fbdcfdb48e7f3cdf4129c621b8c25df5709755e2e849aee902dc02486031 /etc/firewalld/zones/internal.xml
b9f8ba6f93a8d1cee2561dd1c04c66c279cfdf2ae200220de7be0b2c47c9513f /etc/firewalld/firewalld.conf



STDERR:

OpenSSH_9.3p1, OpenSSL 3.1.4 24 Oct 2023
debug1: Reading configuration data /root/.ssh/config
debug1: Reading configuration data /etc/ssh/ssh_config
debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf
debug2: checking match for 'final all' host 10.31.43.240 originally 10.31.43.240
debug2: match not found
debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config
debug1: configuration requests final Match pass
debug2: resolve_canonicalize: hostname 10.31.43.240 is address
debug1: re-parsing configuration
debug1: Reading configuration data /root/.ssh/config
debug1: Reading configuration data /etc/ssh/ssh_config
debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf
debug2: checking match for 'final all' host 10.31.43.240 originally 10.31.43.240
debug2: match found
debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config
debug1: auto-mux: Trying existing master
debug2: fd 3 setting O_NONBLOCK
debug2: mux_client_hello_exchange: master version 4
debug1: mux_client_request_session: master session id: 2
debug2: Received exit status from master 0
Shared connection to 10.31.43.240 closed.


TASK [fedora.linux_system_roles.firewall : Calculate what has changed] *********
task path: /tmp/collections-9xT/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:163
Saturday 12 October 2024  04:44:45 -0400 (0:00:00.367)       0:00:18.168 ****** 
changed: [managed-node1] => {
    "ansible_facts": {
        "firewall_lib_result": {
            "changed": true
        }
    },
    "changed": true
}

TASK [fedora.linux_system_roles.firewall : Show diffs] *************************
task path: /tmp/collections-9xT/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:169
Saturday 12 October 2024  04:44:45 -0400 (0:00:00.046)       0:00:18.214 ****** 
skipping: [managed-node1] => {
    "false_condition": "__firewall_debug | d(false)"
}

TASK [Fail if no changes are done] *********************************************
task path: /tmp/collections-9xT/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_zone.yml:60
Saturday 12 October 2024  04:44:45 -0400 (0:00:00.043)       0:00:18.258 ****** 
skipping: [managed-node1] => {
    "changed": false,
    "false_condition": "not firewall_lib_result.changed",
    "skip_reason": "Conditional result was False"
}

TASK [Setup firewalld again] ***************************************************
task path: /tmp/collections-9xT/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_zone.yml:67
Saturday 12 October 2024  04:44:45 -0400 (0:00:00.036)       0:00:18.295 ****** 
included: fedora.linux_system_roles.firewall for managed-node1

TASK [fedora.linux_system_roles.firewall : Setup firewalld] ********************
task path: /tmp/collections-9xT/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:2
Saturday 12 October 2024  04:44:45 -0400 (0:00:00.085)       0:00:18.380 ****** 
included: /tmp/collections-9xT/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml for managed-node1

TASK [fedora.linux_system_roles.firewall : Ensure ansible_facts used by role] ***
task path: /tmp/collections-9xT/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:2
Saturday 12 October 2024  04:44:45 -0400 (0:00:00.054)       0:00:18.435 ****** 
skipping: [managed-node1] => {
    "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-9xT/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:10
Saturday 12 October 2024  04:44:45 -0400 (0:00:00.040)       0:00:18.476 ****** 
skipping: [managed-node1] => {
    "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-9xT/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:15
Saturday 12 October 2024  04:44:45 -0400 (0:00:00.041)       0:00:18.517 ****** 
skipping: [managed-node1] => {
    "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-9xT/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:22
Saturday 12 October 2024  04:44:45 -0400 (0:00:00.041)       0:00:18.559 ****** 
skipping: [managed-node1] => {
    "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-9xT/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:27
Saturday 12 October 2024  04:44:45 -0400 (0:00:00.047)       0:00:18.606 ****** 
skipping: [managed-node1] => {
    "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-9xT/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:31
Saturday 12 October 2024  04:44:45 -0400 (0:00:00.042)       0:00:18.649 ****** 
ok: [managed-node1] => {
    "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-9xT/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:43
Saturday 12 October 2024  04:44:47 -0400 (0:00:01.859)       0:00:20.508 ****** 
skipping: [managed-node1] => {
    "false_condition": "__firewall_is_transactional | d(false)"
}

TASK [fedora.linux_system_roles.firewall : Reboot transactional update systems] ***
task path: /tmp/collections-9xT/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:48
Saturday 12 October 2024  04:44:47 -0400 (0:00:00.039)       0:00:20.548 ****** 
skipping: [managed-node1] => {
    "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-9xT/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:53
Saturday 12 October 2024  04:44:47 -0400 (0:00:00.038)       0:00:20.586 ****** 
skipping: [managed-node1] => {
    "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-9xT/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:5
Saturday 12 October 2024  04:44:47 -0400 (0:00:00.044)       0:00:20.631 ****** 
skipping: [managed-node1] => {
    "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-9xT/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:9
Saturday 12 October 2024  04:44:47 -0400 (0:00:00.037)       0:00:20.668 ****** 
skipping: [managed-node1] => (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-node1] => (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-node1] => (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-node1] => {
    "changed": false
}

MSG:

All items skipped

TASK [fedora.linux_system_roles.firewall : Unmask firewalld service] ***********
task path: /tmp/collections-9xT/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:22
Saturday 12 October 2024  04:44:47 -0400 (0:00:00.053)       0:00:20.722 ****** 
ok: [managed-node1] => {
    "changed": false,
    "name": "firewalld",
    "status": {
        "AccessSELinuxContext": "system_u:object_r:firewalld_unit_file_t:s0",
        "ActiveEnterTimestamp": "Sat 2024-10-12 04:41:21 EDT",
        "ActiveEnterTimestampMonotonic": "296278039",
        "ActiveExitTimestampMonotonic": "0",
        "ActiveState": "active",
        "After": "system.slice polkit.service basic.target dbus-broker.service sysinit.target dbus.socket",
        "AllowIsolate": "no",
        "AssertResult": "yes",
        "AssertTimestamp": "Sat 2024-10-12 04:41:21 EDT",
        "AssertTimestampMonotonic": "296032102",
        "Before": "shutdown.target multi-user.target network-pre.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": "16248194000",
        "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-10-12 04:41:21 EDT",
        "ConditionTimestampMonotonic": "296032099",
        "ConfigurationDirectoryMode": "0755",
        "Conflicts": "ebtables.service shutdown.target ipset.service nftables.service iptables.service ip6tables.service",
        "ControlGroup": "/system.slice/firewalld.service",
        "ControlGroupId": "4880",
        "ControlPID": "0",
        "CoredumpFilter": "0x33",
        "DefaultDependencies": "yes",
        "DefaultMemoryLow": "0",
        "DefaultMemoryMin": "0",
        "DefaultStartupMemoryLow": "0",
        "Delegate": "no",
        "Description": "firewalld - dynamic firewall daemon",
        "DevicePolicy": "auto",
        "Documentation": "\"man:firewalld(1)\"",
        "DropInPaths": "/usr/lib/systemd/system/service.d/10-timeout-abort.conf",
        "DynamicUser": "no",
        "EnvironmentFiles": "/etc/sysconfig/firewalld (ignore_errors=yes)",
        "ExecMainCode": "0",
        "ExecMainExitTimestampMonotonic": "0",
        "ExecMainPID": "3437",
        "ExecMainStartTimestamp": "Sat 2024-10-12 04:41:21 EDT",
        "ExecMainStartTimestampMonotonic": "296041135",
        "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",
        "ExtensionImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent",
        "FailureAction": "none",
        "FileDescriptorStoreMax": "0",
        "FileDescriptorStorePreserve": "restart",
        "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-10-12 04:41:21 EDT",
        "InactiveExitTimestampMonotonic": "296041489",
        "InvocationID": "bffc8f7f465b4525a3590ce35516ce66",
        "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": "14752",
        "LimitNPROCSoft": "14752",
        "LimitRSS": "infinity",
        "LimitRSSSoft": "infinity",
        "LimitRTPRIO": "0",
        "LimitRTPRIOSoft": "0",
        "LimitRTTIME": "infinity",
        "LimitRTTIMESoft": "infinity",
        "LimitSIGPENDING": "14752",
        "LimitSIGPENDINGSoft": "14752",
        "LimitSTACK": "infinity",
        "LimitSTACKSoft": "8388608",
        "LoadState": "loaded",
        "LockPersonality": "no",
        "LogLevelMax": "-1",
        "LogRateLimitBurst": "0",
        "LogRateLimitIntervalUSec": "0",
        "LogsDirectoryMode": "0755",
        "MainPID": "3437",
        "ManagedOOMMemoryPressure": "auto",
        "ManagedOOMMemoryPressureLimit": "0",
        "ManagedOOMPreference": "none",
        "ManagedOOMSwap": "auto",
        "MemoryAccounting": "yes",
        "MemoryAvailable": "infinity",
        "MemoryCurrent": "41017344",
        "MemoryDenyWriteExecute": "no",
        "MemoryHigh": "infinity",
        "MemoryKSM": "no",
        "MemoryLimit": "infinity",
        "MemoryLow": "0",
        "MemoryMax": "infinity",
        "MemoryMin": "0",
        "MemoryPressureThresholdUSec": "200ms",
        "MemoryPressureWatch": "auto",
        "MemorySwapMax": "infinity",
        "MemoryZSwapMax": "infinity",
        "MountAPIVFS": "no",
        "MountImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent",
        "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": "dbus.socket sysinit.target system.slice",
        "Restart": "no",
        "RestartKillSignal": "15",
        "RestartMaxDelayUSec": "infinity",
        "RestartMode": "normal",
        "RestartSteps": "0",
        "RestartUSec": "100ms",
        "RestartUSecNext": "100ms",
        "RestrictNamespaces": "no",
        "RestrictRealtime": "no",
        "RestrictSUIDSGID": "no",
        "Result": "success",
        "RootDirectoryStartOnly": "no",
        "RootEphemeral": "no",
        "RootImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent",
        "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]",
        "StartupMemoryHigh": "18446744073709551615",
        "StartupMemoryLow": "0",
        "StartupMemoryMax": "18446744073709551615",
        "StartupMemorySwapMax": "18446744073709551615",
        "StartupMemoryZSwapMax": "18446744073709551615",
        "StateChangeTimestamp": "Sat 2024-10-12 04:44:22 EDT",
        "StateChangeTimestampMonotonic": "476934603",
        "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": "5",
        "TasksMax": "4425",
        "TimeoutAbortUSec": "45s",
        "TimeoutCleanUSec": "infinity",
        "TimeoutStartFailureMode": "terminate",
        "TimeoutStartUSec": "45s",
        "TimeoutStopFailureMode": "abort",
        "TimeoutStopUSec": "45s",
        "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-9xT/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:28
Saturday 12 October 2024  04:44:48 -0400 (0:00:00.599)       0:00:21.321 ****** 
ok: [managed-node1] => {
    "changed": false,
    "enabled": true,
    "name": "firewalld",
    "state": "started",
    "status": {
        "AccessSELinuxContext": "system_u:object_r:firewalld_unit_file_t:s0",
        "ActiveEnterTimestamp": "Sat 2024-10-12 04:41:21 EDT",
        "ActiveEnterTimestampMonotonic": "296278039",
        "ActiveExitTimestampMonotonic": "0",
        "ActiveState": "active",
        "After": "system.slice polkit.service basic.target dbus-broker.service sysinit.target dbus.socket",
        "AllowIsolate": "no",
        "AssertResult": "yes",
        "AssertTimestamp": "Sat 2024-10-12 04:41:21 EDT",
        "AssertTimestampMonotonic": "296032102",
        "Before": "shutdown.target multi-user.target network-pre.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": "16248772000",
        "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-10-12 04:41:21 EDT",
        "ConditionTimestampMonotonic": "296032099",
        "ConfigurationDirectoryMode": "0755",
        "Conflicts": "ebtables.service shutdown.target ipset.service nftables.service iptables.service ip6tables.service",
        "ControlGroup": "/system.slice/firewalld.service",
        "ControlGroupId": "4880",
        "ControlPID": "0",
        "CoredumpFilter": "0x33",
        "DefaultDependencies": "yes",
        "DefaultMemoryLow": "0",
        "DefaultMemoryMin": "0",
        "DefaultStartupMemoryLow": "0",
        "Delegate": "no",
        "Description": "firewalld - dynamic firewall daemon",
        "DevicePolicy": "auto",
        "Documentation": "\"man:firewalld(1)\"",
        "DropInPaths": "/usr/lib/systemd/system/service.d/10-timeout-abort.conf",
        "DynamicUser": "no",
        "EnvironmentFiles": "/etc/sysconfig/firewalld (ignore_errors=yes)",
        "ExecMainCode": "0",
        "ExecMainExitTimestampMonotonic": "0",
        "ExecMainPID": "3437",
        "ExecMainStartTimestamp": "Sat 2024-10-12 04:41:21 EDT",
        "ExecMainStartTimestampMonotonic": "296041135",
        "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",
        "ExtensionImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent",
        "FailureAction": "none",
        "FileDescriptorStoreMax": "0",
        "FileDescriptorStorePreserve": "restart",
        "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-10-12 04:41:21 EDT",
        "InactiveExitTimestampMonotonic": "296041489",
        "InvocationID": "bffc8f7f465b4525a3590ce35516ce66",
        "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": "14752",
        "LimitNPROCSoft": "14752",
        "LimitRSS": "infinity",
        "LimitRSSSoft": "infinity",
        "LimitRTPRIO": "0",
        "LimitRTPRIOSoft": "0",
        "LimitRTTIME": "infinity",
        "LimitRTTIMESoft": "infinity",
        "LimitSIGPENDING": "14752",
        "LimitSIGPENDINGSoft": "14752",
        "LimitSTACK": "infinity",
        "LimitSTACKSoft": "8388608",
        "LoadState": "loaded",
        "LockPersonality": "no",
        "LogLevelMax": "-1",
        "LogRateLimitBurst": "0",
        "LogRateLimitIntervalUSec": "0",
        "LogsDirectoryMode": "0755",
        "MainPID": "3437",
        "ManagedOOMMemoryPressure": "auto",
        "ManagedOOMMemoryPressureLimit": "0",
        "ManagedOOMPreference": "none",
        "ManagedOOMSwap": "auto",
        "MemoryAccounting": "yes",
        "MemoryAvailable": "infinity",
        "MemoryCurrent": "41017344",
        "MemoryDenyWriteExecute": "no",
        "MemoryHigh": "infinity",
        "MemoryKSM": "no",
        "MemoryLimit": "infinity",
        "MemoryLow": "0",
        "MemoryMax": "infinity",
        "MemoryMin": "0",
        "MemoryPressureThresholdUSec": "200ms",
        "MemoryPressureWatch": "auto",
        "MemorySwapMax": "infinity",
        "MemoryZSwapMax": "infinity",
        "MountAPIVFS": "no",
        "MountImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent",
        "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": "dbus.socket sysinit.target system.slice",
        "Restart": "no",
        "RestartKillSignal": "15",
        "RestartMaxDelayUSec": "infinity",
        "RestartMode": "normal",
        "RestartSteps": "0",
        "RestartUSec": "100ms",
        "RestartUSecNext": "100ms",
        "RestrictNamespaces": "no",
        "RestrictRealtime": "no",
        "RestrictSUIDSGID": "no",
        "Result": "success",
        "RootDirectoryStartOnly": "no",
        "RootEphemeral": "no",
        "RootImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent",
        "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]",
        "StartupMemoryHigh": "18446744073709551615",
        "StartupMemoryLow": "0",
        "StartupMemoryMax": "18446744073709551615",
        "StartupMemorySwapMax": "18446744073709551615",
        "StartupMemoryZSwapMax": "18446744073709551615",
        "StateChangeTimestamp": "Sat 2024-10-12 04:44:22 EDT",
        "StateChangeTimestampMonotonic": "476934603",
        "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": "5",
        "TasksMax": "4425",
        "TimeoutAbortUSec": "45s",
        "TimeoutCleanUSec": "infinity",
        "TimeoutStartFailureMode": "terminate",
        "TimeoutStartUSec": "45s",
        "TimeoutStopFailureMode": "abort",
        "TimeoutStopUSec": "45s",
        "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-9xT/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:34
Saturday 12 October 2024  04:44:49 -0400 (0:00:00.602)       0:00:21.924 ****** 
ok: [managed-node1] => {
    "ansible_facts": {
        "__firewall_previous_replaced": true,
        "__firewall_python_cmd": "/usr/bin/python3.12",
        "__firewall_report_changed": true
    },
    "changed": false
}

TASK [fedora.linux_system_roles.firewall : Get config files, checksums before and remove] ***
task path: /tmp/collections-9xT/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:43
Saturday 12 October 2024  04:44:49 -0400 (0:00:00.054)       0:00:21.978 ****** 
ok: [managed-node1] => {
    "changed": false,
    "rc": 0
}

STDOUT:

610e6e9bafe289c126adb751e772cd0224012f12738a8b8011454b1da8865c18 /etc/firewalld/zones/customzone.xml
e033a4592feef4480b815bd63ef2f8a2319b606a552febb7cfeb716c1d396b7b /etc/firewalld/zones/dmz.xml
90c7fbdcfdb48e7f3cdf4129c621b8c25df5709755e2e849aee902dc02486031 /etc/firewalld/zones/internal.xml
b9f8ba6f93a8d1cee2561dd1c04c66c279cfdf2ae200220de7be0b2c47c9513f /etc/firewalld/firewalld.conf



STDERR:

OpenSSH_9.3p1, OpenSSL 3.1.4 24 Oct 2023
debug1: Reading configuration data /root/.ssh/config
debug1: Reading configuration data /etc/ssh/ssh_config
debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf
debug2: checking match for 'final all' host 10.31.43.240 originally 10.31.43.240
debug2: match not found
debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config
debug1: configuration requests final Match pass
debug2: resolve_canonicalize: hostname 10.31.43.240 is address
debug1: re-parsing configuration
debug1: Reading configuration data /root/.ssh/config
debug1: Reading configuration data /etc/ssh/ssh_config
debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf
debug2: checking match for 'final all' host 10.31.43.240 originally 10.31.43.240
debug2: match found
debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config
debug1: auto-mux: Trying existing master
debug2: fd 3 setting O_NONBLOCK
debug2: mux_client_hello_exchange: master version 4
debug1: mux_client_request_session: master session id: 2
debug2: Received exit status from master 0
Shared connection to 10.31.43.240 closed.


TASK [fedora.linux_system_roles.firewall : Tell firewall module it is able to report changed] ***
task path: /tmp/collections-9xT/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:55
Saturday 12 October 2024  04:44:50 -0400 (0:00:00.831)       0:00:22.809 ****** 
ok: [managed-node1] => {
    "ansible_facts": {
        "__firewall_report_changed": false
    },
    "changed": false
}

TASK [fedora.linux_system_roles.firewall : Configure firewall] *****************
task path: /tmp/collections-9xT/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:71
Saturday 12 October 2024  04:44:50 -0400 (0:00:00.044)       0:00:22.854 ****** 
ok: [managed-node1] => (item={'zone': 'internal', 'service': ['tftp', 'ftp'], 'port': ['443/tcp', '443/udp'], 'forward_port': ['447/tcp;;1.2.3.4', '448/tcp;;1.2.3.5'], 'state': 'enabled'}) => {
    "__firewall_changed": false,
    "ansible_loop_var": "item",
    "changed": false,
    "item": {
        "forward_port": [
            "447/tcp;;1.2.3.4",
            "448/tcp;;1.2.3.5"
        ],
        "port": [
            "443/tcp",
            "443/udp"
        ],
        "service": [
            "tftp",
            "ftp"
        ],
        "state": "enabled",
        "zone": "internal"
    }
}
ok: [managed-node1] => (item={'zone': 'internal', 'service': ['tftp', 'ftp'], 'port': ['443/tcp', '443/udp'], 'forward_port': ['447/tcp;;1.2.3.4', '448/tcp;;1.2.3.5'], 'state': 'enabled'}) => {
    "__firewall_changed": false,
    "ansible_loop_var": "item",
    "changed": false,
    "item": {
        "forward_port": [
            "447/tcp;;1.2.3.4",
            "448/tcp;;1.2.3.5"
        ],
        "port": [
            "443/tcp",
            "443/udp"
        ],
        "service": [
            "tftp",
            "ftp"
        ],
        "state": "enabled",
        "zone": "internal"
    }
}
ok: [managed-node1] => (item={'zone': 'customzone', 'permanent': True, 'state': 'present'}) => {
    "__firewall_changed": false,
    "ansible_loop_var": "item",
    "changed": false,
    "item": {
        "permanent": true,
        "state": "present",
        "zone": "customzone"
    }
}
ok: [managed-node1] => (item={'zone': 'customzone', 'permanent': True, 'masquerade': True, 'state': 'enabled'}) => {
    "__firewall_changed": false,
    "ansible_loop_var": "item",
    "changed": false,
    "item": {
        "masquerade": true,
        "permanent": true,
        "state": "enabled",
        "zone": "customzone"
    }
}
ok: [managed-node1] => (item={'set_default_zone': 'dmz', 'state': 'enabled'}) => {
    "__firewall_changed": false,
    "ansible_loop_var": "item",
    "changed": false,
    "item": {
        "set_default_zone": "dmz",
        "state": "enabled"
    }
}
ok: [managed-node1] => (item={'service': 'http', 'state': 'enabled'}) => {
    "__firewall_changed": false,
    "ansible_loop_var": "item",
    "changed": false,
    "item": {
        "service": "http",
        "state": "enabled"
    }
}

TASK [fedora.linux_system_roles.firewall : Gather firewall config information] ***
task path: /tmp/collections-9xT/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:120
Saturday 12 October 2024  04:44:53 -0400 (0:00:03.759)       0:00:26.614 ****** 
skipping: [managed-node1] => (item={'zone': 'internal', 'service': ['tftp', 'ftp'], 'port': ['443/tcp', '443/udp'], 'forward_port': ['447/tcp;;1.2.3.4', '448/tcp;;1.2.3.5'], 'state': 'enabled'})  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "firewall | length == 1",
    "item": {
        "forward_port": [
            "447/tcp;;1.2.3.4",
            "448/tcp;;1.2.3.5"
        ],
        "port": [
            "443/tcp",
            "443/udp"
        ],
        "service": [
            "tftp",
            "ftp"
        ],
        "state": "enabled",
        "zone": "internal"
    },
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node1] => (item={'zone': 'internal', 'service': ['tftp', 'ftp'], 'port': ['443/tcp', '443/udp'], 'forward_port': ['447/tcp;;1.2.3.4', '448/tcp;;1.2.3.5'], 'state': 'enabled'})  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "firewall | length == 1",
    "item": {
        "forward_port": [
            "447/tcp;;1.2.3.4",
            "448/tcp;;1.2.3.5"
        ],
        "port": [
            "443/tcp",
            "443/udp"
        ],
        "service": [
            "tftp",
            "ftp"
        ],
        "state": "enabled",
        "zone": "internal"
    },
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node1] => (item={'zone': 'customzone', 'permanent': True, 'state': 'present'})  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "firewall | length == 1",
    "item": {
        "permanent": true,
        "state": "present",
        "zone": "customzone"
    },
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node1] => (item={'zone': 'customzone', 'permanent': True, 'masquerade': True, 'state': 'enabled'})  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "firewall | length == 1",
    "item": {
        "masquerade": true,
        "permanent": true,
        "state": "enabled",
        "zone": "customzone"
    },
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node1] => (item={'set_default_zone': 'dmz', 'state': 'enabled'})  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "firewall | length == 1",
    "item": {
        "set_default_zone": "dmz",
        "state": "enabled"
    },
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node1] => (item={'service': 'http', 'state': 'enabled'})  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "firewall | length == 1",
    "item": {
        "service": "http",
        "state": "enabled"
    },
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node1] => {
    "changed": false
}

MSG:

All items skipped

TASK [fedora.linux_system_roles.firewall : Update firewalld_config fact] *******
task path: /tmp/collections-9xT/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:130
Saturday 12 October 2024  04:44:53 -0400 (0:00:00.101)       0:00:26.715 ****** 
skipping: [managed-node1] => {
    "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-9xT/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:139
Saturday 12 October 2024  04:44:54 -0400 (0:00:00.043)       0:00:26.759 ****** 
skipping: [managed-node1] => {
    "changed": false,
    "false_condition": "firewall == None or firewall | length == 0",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Update firewalld_config fact] *******
task path: /tmp/collections-9xT/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:144
Saturday 12 October 2024  04:44:54 -0400 (0:00:00.040)       0:00:26.800 ****** 
skipping: [managed-node1] => {
    "changed": false,
    "false_condition": "firewall == None or firewall | length == 0",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.firewall : Get config files, checksums after] ***
task path: /tmp/collections-9xT/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:153
Saturday 12 October 2024  04:44:54 -0400 (0:00:00.040)       0:00:26.841 ****** 
ok: [managed-node1] => {
    "changed": false,
    "rc": 0
}

STDOUT:

610e6e9bafe289c126adb751e772cd0224012f12738a8b8011454b1da8865c18 /etc/firewalld/zones/customzone.xml
e033a4592feef4480b815bd63ef2f8a2319b606a552febb7cfeb716c1d396b7b /etc/firewalld/zones/dmz.xml
90c7fbdcfdb48e7f3cdf4129c621b8c25df5709755e2e849aee902dc02486031 /etc/firewalld/zones/internal.xml
b9f8ba6f93a8d1cee2561dd1c04c66c279cfdf2ae200220de7be0b2c47c9513f /etc/firewalld/firewalld.conf



STDERR:

OpenSSH_9.3p1, OpenSSL 3.1.4 24 Oct 2023
debug1: Reading configuration data /root/.ssh/config
debug1: Reading configuration data /etc/ssh/ssh_config
debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf
debug2: checking match for 'final all' host 10.31.43.240 originally 10.31.43.240
debug2: match not found
debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config
debug1: configuration requests final Match pass
debug2: resolve_canonicalize: hostname 10.31.43.240 is address
debug1: re-parsing configuration
debug1: Reading configuration data /root/.ssh/config
debug1: Reading configuration data /etc/ssh/ssh_config
debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf
debug2: checking match for 'final all' host 10.31.43.240 originally 10.31.43.240
debug2: match found
debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config
debug1: auto-mux: Trying existing master
debug2: fd 3 setting O_NONBLOCK
debug2: mux_client_hello_exchange: master version 4
debug1: mux_client_request_session: master session id: 2
debug2: Received exit status from master 0
Shared connection to 10.31.43.240 closed.


TASK [fedora.linux_system_roles.firewall : Calculate what has changed] *********
task path: /tmp/collections-9xT/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:163
Saturday 12 October 2024  04:44:54 -0400 (0:00:00.373)       0:00:27.214 ****** 
ok: [managed-node1] => {
    "ansible_facts": {
        "firewall_lib_result": {
            "changed": false
        }
    },
    "changed": false
}

TASK [fedora.linux_system_roles.firewall : Show diffs] *************************
task path: /tmp/collections-9xT/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:169
Saturday 12 October 2024  04:44:54 -0400 (0:00:00.046)       0:00:27.260 ****** 
skipping: [managed-node1] => {
    "false_condition": "__firewall_debug | d(false)"
}

TASK [Fail on newly changes] ***************************************************
task path: /tmp/collections-9xT/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_zone.yml:95
Saturday 12 October 2024  04:44:54 -0400 (0:00:00.044)       0:00:27.305 ****** 
skipping: [managed-node1] => {
    "changed": false,
    "false_condition": "firewall_lib_result.changed",
    "skip_reason": "Conditional result was False"
}

TASK [Verify firewalld zone internal services] *********************************
task path: /tmp/collections-9xT/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_zone.yml:102
Saturday 12 October 2024  04:44:54 -0400 (0:00:00.038)       0:00:27.344 ****** 
ok: [managed-node1] => {
    "changed": false,
    "cmd": [
        "firewall-cmd",
        "--permanent",
        "--zone=internal",
        "--list-services"
    ],
    "delta": "0:00:00.242026",
    "end": "2024-10-12 04:44:55.285969",
    "failed_when_result": false,
    "rc": 0,
    "start": "2024-10-12 04:44:55.043943"
}

STDOUT:

dhcpv6-client ftp mdns samba-client ssh tftp

TASK [Verify firewalld zone internal ports] ************************************
task path: /tmp/collections-9xT/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_zone.yml:108
Saturday 12 October 2024  04:44:55 -0400 (0:00:00.758)       0:00:28.102 ****** 
ok: [managed-node1] => {
    "changed": false,
    "cmd": [
        "firewall-cmd",
        "--permanent",
        "--zone=internal",
        "--list-ports"
    ],
    "delta": "0:00:00.239194",
    "end": "2024-10-12 04:44:55.944370",
    "failed_when_result": false,
    "rc": 0,
    "start": "2024-10-12 04:44:55.705176"
}

STDOUT:

443/tcp 443/udp

TASK [Verify firewalld zone internal forward ports] ****************************
task path: /tmp/collections-9xT/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_zone.yml:114
Saturday 12 October 2024  04:44:56 -0400 (0:00:00.657)       0:00:28.759 ****** 
ok: [managed-node1] => {
    "changed": false,
    "cmd": [
        "firewall-cmd",
        "--permanent",
        "--zone=internal",
        "--list-forward-ports"
    ],
    "delta": "0:00:00.251013",
    "end": "2024-10-12 04:44:56.611402",
    "failed_when_result": false,
    "rc": 0,
    "start": "2024-10-12 04:44:56.360389"
}

STDOUT:

port=447:proto=tcp:toport=:toaddr=1.2.3.4
port=448:proto=tcp:toport=:toaddr=1.2.3.5

TASK [Verify custom zone has masquerade added to it] ***************************
task path: /tmp/collections-9xT/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_zone.yml:120
Saturday 12 October 2024  04:44:56 -0400 (0:00:00.668)       0:00:29.428 ****** 
ok: [managed-node1] => {
    "changed": false,
    "cmd": [
        "firewall-cmd",
        "--permanent",
        "--zone=customzone",
        "--query-masquerade"
    ],
    "delta": "0:00:00.243581",
    "end": "2024-10-12 04:44:57.275036",
    "failed_when_result": false,
    "rc": 0,
    "start": "2024-10-12 04:44:57.031455"
}

STDOUT:

yes

TASK [Verify custom zone has masquerade added to it] ***************************
task path: /tmp/collections-9xT/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_zone.yml:126
Saturday 12 October 2024  04:44:57 -0400 (0:00:00.665)       0:00:30.094 ****** 
ok: [managed-node1] => {
    "changed": false,
    "cmd": [
        "firewall-cmd",
        "--get-default-zone"
    ],
    "delta": "0:00:00.233196",
    "end": "2024-10-12 04:44:57.932929",
    "failed_when_result": false,
    "rc": 0,
    "start": "2024-10-12 04:44:57.699733"
}

STDOUT:

dmz

TASK [Verify that service http has been added to the default zone dmz] *********
task path: /tmp/collections-9xT/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_zone.yml:132
Saturday 12 October 2024  04:44:57 -0400 (0:00:00.657)       0:00:30.751 ****** 
ok: [managed-node1] => {
    "changed": false,
    "cmd": [
        "firewall-cmd",
        "--zone=dmz",
        "--query-service=http"
    ],
    "delta": "0:00:00.243225",
    "end": "2024-10-12 04:44:58.597520",
    "failed_when_result": false,
    "rc": 0,
    "start": "2024-10-12 04:44:58.354295"
}

STDOUT:

yes

TASK [Remove customzone zone] **************************************************
task path: /tmp/collections-9xT/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_zone.yml:144
Saturday 12 October 2024  04:44:58 -0400 (0:00:00.665)       0:00:31.416 ****** 
ok: [managed-node1] => {
    "changed": false,
    "cmd": [
        "firewall-cmd",
        "--permanent",
        "--delete-zone=customzone"
    ],
    "delta": "0:00:00.237860",
    "end": "2024-10-12 04:44:59.259323",
    "failed_when_result": false,
    "rc": 0,
    "start": "2024-10-12 04:44:59.021463"
}

STDOUT:

success

TASK [Reset to zone defaults] **************************************************
task path: /tmp/collections-9xT/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_zone.yml:150
Saturday 12 October 2024  04:44:59 -0400 (0:00:00.658)       0:00:32.075 ****** 
ok: [managed-node1] => {
    "changed": false,
    "cmd": "firewall-cmd --permanent --load-zone-defaults=internal\nfirewall-cmd --permanent --load-zone-defaults=external\nfirewall-cmd --permanent --load-zone-defaults=trusted\nfirewall-cmd --reload\n",
    "delta": "0:00:01.119354",
    "end": "2024-10-12 04:45:00.798346",
    "rc": 0,
    "start": "2024-10-12 04:44:59.678992"
}

STDOUT:

success
success


STDERR:

Error: NO_DEFAULTS: external
Error: NO_DEFAULTS: trusted

PLAY RECAP *********************************************************************
managed-node1              : ok=42   changed=1    unreachable=0    failed=0    skipped=48   rescued=0    ignored=0   

Saturday 12 October 2024  04:45:00 -0400 (0:00:01.548)       0:00:33.623 ****** 
=============================================================================== 
fedora.linux_system_roles.firewall : Configure firewall ----------------- 3.76s
/tmp/collections-9xT/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:71 
fedora.linux_system_roles.firewall : Configure firewall ----------------- 3.71s
/tmp/collections-9xT/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:71 
fedora.linux_system_roles.firewall : Install firewalld ------------------ 2.18s
/tmp/collections-9xT/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:31 
fedora.linux_system_roles.firewall : Configure firewall ----------------- 1.90s
/tmp/collections-9xT/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:71 
fedora.linux_system_roles.firewall : Install firewalld ------------------ 1.86s
/tmp/collections-9xT/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:31 
fedora.linux_system_roles.firewall : Install firewalld ------------------ 1.82s
/tmp/collections-9xT/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:31 
Gathering Facts --------------------------------------------------------- 1.59s
/tmp/collections-9xT/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_zone.yml:2 
Reset to zone defaults -------------------------------------------------- 1.55s
/tmp/collections-9xT/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_zone.yml:150 
fedora.linux_system_roles.firewall : Unmask firewalld service ----------- 1.03s
/tmp/collections-9xT/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:22 
fedora.linux_system_roles.firewall : Get config files, checksums before and remove --- 0.83s
/tmp/collections-9xT/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:43 
fedora.linux_system_roles.firewall : Get config files, checksums before and remove --- 0.79s
/tmp/collections-9xT/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:43 
Verify firewalld zone internal services --------------------------------- 0.76s
/tmp/collections-9xT/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_zone.yml:102 
Verify firewalld zone internal forward ports ---------------------------- 0.67s
/tmp/collections-9xT/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_zone.yml:114 
Verify custom zone has masquerade added to it --------------------------- 0.67s
/tmp/collections-9xT/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_zone.yml:120 
Verify that service http has been added to the default zone dmz --------- 0.67s
/tmp/collections-9xT/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_zone.yml:132 
Remove customzone zone -------------------------------------------------- 0.66s
/tmp/collections-9xT/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_zone.yml:144 
Verify custom zone has masquerade added to it --------------------------- 0.66s
/tmp/collections-9xT/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_zone.yml:126 
Verify firewalld zone internal ports ------------------------------------ 0.66s
/tmp/collections-9xT/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_zone.yml:108 
fedora.linux_system_roles.firewall : Enable and start firewalld service --- 0.60s
/tmp/collections-9xT/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:28 
fedora.linux_system_roles.firewall : Unmask firewalld service ----------- 0.60s
/tmp/collections-9xT/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:22