ansible-playbook [core 2.17.9] 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-l2b executable location = /usr/local/bin/ansible-playbook python version = 3.12.9 (main, Feb 4 2025, 00:00:00) [GCC 14.2.1 20240912 (Red Hat 14.2.1-3)] (/usr/bin/python3.12) jinja version = 3.1.5 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_default.yml **************************************************** 1 plays in /tmp/collections-l2b/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_default.yml PLAY [Ensure that the roles runs with default parameters] ********************** TASK [fedora.linux_system_roles.firewall : Setup firewalld] ******************** task path: /tmp/collections-l2b/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:2 Saturday 22 March 2025 01:23:12 -0400 (0:00:00.011) 0:00:00.011 ******** included: /tmp/collections-l2b/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml for managed-node2 TASK [fedora.linux_system_roles.firewall : Ensure ansible_facts used by role] *** task path: /tmp/collections-l2b/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:2 Saturday 22 March 2025 01:23:12 -0400 (0:00:00.022) 0:00:00.033 ******** [WARNING]: Platform linux on host managed-node2 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-node2] TASK [fedora.linux_system_roles.firewall : Check if system is ostree] ********** task path: /tmp/collections-l2b/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:10 Saturday 22 March 2025 01:23:14 -0400 (0:00:02.129) 0:00:02.163 ******** ok: [managed-node2] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.firewall : Set flag to indicate system is ostree] *** task path: /tmp/collections-l2b/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:15 Saturday 22 March 2025 01:23:14 -0400 (0:00:00.525) 0:00:02.688 ******** ok: [managed-node2] => { "ansible_facts": { "__firewall_is_ostree": false }, "changed": false } TASK [fedora.linux_system_roles.firewall : Check if transactional-update exists in /sbin] *** task path: /tmp/collections-l2b/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:22 Saturday 22 March 2025 01:23:14 -0400 (0:00:00.023) 0:00:02.711 ******** ok: [managed-node2] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.firewall : Set flag if transactional-update exists] *** task path: /tmp/collections-l2b/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:27 Saturday 22 March 2025 01:23:15 -0400 (0:00:00.394) 0:00:03.106 ******** ok: [managed-node2] => { "ansible_facts": { "__firewall_is_transactional": false }, "changed": false } TASK [fedora.linux_system_roles.firewall : Install firewalld] ****************** task path: /tmp/collections-l2b/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:31 Saturday 22 March 2025 01:23:15 -0400 (0:00:00.022) 0:00:03.128 ******** ok: [managed-node2] => { "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-l2b/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:43 Saturday 22 March 2025 01:23:28 -0400 (0:00:13.422) 0:00:16.550 ******** skipping: [managed-node2] => { "false_condition": "__firewall_is_transactional | d(false)" } TASK [fedora.linux_system_roles.firewall : Reboot transactional update systems] *** task path: /tmp/collections-l2b/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:48 Saturday 22 March 2025 01:23:28 -0400 (0:00:00.037) 0:00:16.587 ******** skipping: [managed-node2] => { "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-l2b/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:53 Saturday 22 March 2025 01:23:28 -0400 (0:00:00.036) 0:00:16.623 ******** skipping: [managed-node2] => { "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-l2b/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:5 Saturday 22 March 2025 01:23:28 -0400 (0:00:00.051) 0:00:16.675 ******** skipping: [managed-node2] => { "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-l2b/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:9 Saturday 22 March 2025 01:23:28 -0400 (0:00:00.046) 0:00:16.721 ******** skipping: [managed-node2] => (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-node2] => (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-node2] => (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-node2] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.firewall : Unmask firewalld service] *********** task path: /tmp/collections-l2b/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:22 Saturday 22 March 2025 01:23:28 -0400 (0:00:00.067) 0:00:16.789 ******** ok: [managed-node2] => { "changed": false, "name": "firewalld", "status": { "AccessSELinuxContext": "system_u:object_r:firewalld_unit_file_t:s0", "ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "ActiveState": "inactive", "After": "sysinit.target dbus.socket polkit.service system.slice dbus-broker.service basic.target", "AllowIsolate": "no", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "shutdown.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": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "yes", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore", "CleanResult": "success", "CollectMode": "inactive", "ConditionResult": "no", "ConditionTimestampMonotonic": "0", "ConfigurationDirectoryMode": "0755", "Conflicts": "nftables.service shutdown.target iptables.service ebtables.service ip6tables.service ipset.service", "ControlGroupId": "0", "ControlPID": "0", "CoredumpFilter": "0x33", "CoredumpReceive": "no", "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": "0", "ExecMainStartTimestampMonotonic": "0", "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": "[not set]", "IOReadOperations": "[not set]", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "IOWeight": "[not set]", "IOWriteBytes": "[not set]", "IOWriteOperations": "[not set]", "IPAccounting": "no", "IPEgressBytes": "[no data]", "IPEgressPackets": "[no data]", "IPIngressBytes": "[no data]", "IPIngressPackets": "[no data]", "Id": "firewalld.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestampMonotonic": "0", "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": "14694", "LimitNPROCSoft": "14694", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14694", "LimitSIGPENDINGSoft": "14694", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "0", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "3398828032", "MemoryCurrent": "[not set]", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryKSM": "no", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemoryPeak": "[not set]", "MemoryPressureThresholdUSec": "200ms", "MemoryPressureWatch": "auto", "MemorySwapCurrent": "[not set]", "MemorySwapMax": "infinity", "MemorySwapPeak": "[not set]", "MemoryZSwapCurrent": "[not set]", "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", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMPolicy": "stop", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "OnSuccessJobMode": "fail", "Perpetual": "no", "PrivateDevices": "no", "PrivateIPC": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProcSubset": "all", "ProtectClock": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectHostname": "no", "ProtectKernelLogs": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectProc": "default", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "ReloadResult": "success", "ReloadSignal": "1", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "sysinit.target system.slice dbus.socket", "Restart": "no", "RestartKillSignal": "15", "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", "SetLoginEnvironment": "no", "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": "infinity", "StartupMemoryLow": "0", "StartupMemoryMax": "infinity", "StartupMemorySwapMax": "infinity", "StartupMemoryZSwapMax": "infinity", "StateChangeTimestampMonotonic": "0", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "dead", "SuccessAction": "none", "SurviveFinalKillSignal": "no", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "2147483646", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "[not set]", "TasksMax": "4408", "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": "disabled", "UtmpMode": "init", "Wants": "network-pre.target", "WatchdogSignal": "6", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "infinity" } } TASK [fedora.linux_system_roles.firewall : Enable and start firewalld service] *** task path: /tmp/collections-l2b/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:28 Saturday 22 March 2025 01:23:29 -0400 (0:00:00.940) 0:00:17.730 ******** changed: [managed-node2] => { "changed": true, "enabled": true, "name": "firewalld", "state": "started", "status": { "AccessSELinuxContext": "system_u:object_r:firewalld_unit_file_t:s0", "ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "ActiveState": "inactive", "After": "basic.target polkit.service sysinit.target dbus-broker.service dbus.socket system.slice", "AllowIsolate": "no", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "shutdown.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": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "yes", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore", "CleanResult": "success", "CollectMode": "inactive", "ConditionResult": "no", "ConditionTimestampMonotonic": "0", "ConfigurationDirectoryMode": "0755", "Conflicts": "nftables.service shutdown.target ebtables.service iptables.service ipset.service ip6tables.service", "ControlGroupId": "0", "ControlPID": "0", "CoredumpFilter": "0x33", "CoredumpReceive": "no", "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": "0", "ExecMainStartTimestampMonotonic": "0", "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": "[not set]", "IOReadOperations": "[not set]", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "IOWeight": "[not set]", "IOWriteBytes": "[not set]", "IOWriteOperations": "[not set]", "IPAccounting": "no", "IPEgressBytes": "[no data]", "IPEgressPackets": "[no data]", "IPIngressBytes": "[no data]", "IPIngressPackets": "[no data]", "Id": "firewalld.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestampMonotonic": "0", "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": "14694", "LimitNPROCSoft": "14694", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14694", "LimitSIGPENDINGSoft": "14694", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "0", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "3398467584", "MemoryCurrent": "[not set]", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryKSM": "no", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemoryPeak": "[not set]", "MemoryPressureThresholdUSec": "200ms", "MemoryPressureWatch": "auto", "MemorySwapCurrent": "[not set]", "MemorySwapMax": "infinity", "MemorySwapPeak": "[not set]", "MemoryZSwapCurrent": "[not set]", "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", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMPolicy": "stop", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "OnSuccessJobMode": "fail", "Perpetual": "no", "PrivateDevices": "no", "PrivateIPC": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProcSubset": "all", "ProtectClock": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectHostname": "no", "ProtectKernelLogs": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectProc": "default", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "ReloadResult": "success", "ReloadSignal": "1", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "system.slice dbus.socket sysinit.target", "Restart": "no", "RestartKillSignal": "15", "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", "SetLoginEnvironment": "no", "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": "infinity", "StartupMemoryLow": "0", "StartupMemoryMax": "infinity", "StartupMemorySwapMax": "infinity", "StartupMemoryZSwapMax": "infinity", "StateChangeTimestampMonotonic": "0", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "dead", "SuccessAction": "none", "SurviveFinalKillSignal": "no", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "2147483646", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "[not set]", "TasksMax": "4408", "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": "disabled", "UtmpMode": "init", "Wants": "network-pre.target", "WatchdogSignal": "6", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "infinity" } } TASK [fedora.linux_system_roles.firewall : Check if previous replaced is defined] *** task path: /tmp/collections-l2b/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:34 Saturday 22 March 2025 01:23:31 -0400 (0:00:01.798) 0:00:19.528 ******** ok: [managed-node2] => { "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-l2b/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:43 Saturday 22 March 2025 01:23:31 -0400 (0:00:00.039) 0:00:19.567 ******** skipping: [managed-node2] => { "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-l2b/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:55 Saturday 22 March 2025 01:23:31 -0400 (0:00:00.028) 0:00:19.596 ******** skipping: [managed-node2] => { "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-l2b/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:71 Saturday 22 March 2025 01:23:31 -0400 (0:00:00.028) 0:00:19.625 ******** skipping: [managed-node2] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.firewall : Gather firewall config information] *** task path: /tmp/collections-l2b/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:120 Saturday 22 March 2025 01:23:31 -0400 (0:00:00.038) 0:00:19.663 ******** skipping: [managed-node2] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.firewall : Update firewalld_config fact] ******* task path: /tmp/collections-l2b/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:130 Saturday 22 March 2025 01:23:31 -0400 (0:00:00.040) 0:00:19.703 ******** skipping: [managed-node2] => { "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-l2b/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:139 Saturday 22 March 2025 01:23:31 -0400 (0:00:00.039) 0:00:19.743 ******** ok: [managed-node2] => { "changed": false, "firewall_config": { "custom": { "zones": { "public": { "description": "For use in public areas. You do not trust the other computers on networks to not harm your computer. Only selected incoming connections are accepted.", "egress_priority": 0, "forward": true, "forward_ports": [], "icmp_block_inversion": false, "icmp_blocks": [], "ingress_priority": 0, "interfaces": [], "masquerade": false, "ports": [], "protocols": [], "rules_str": [], "services": [ "ssh", "mdns", "dhcpv6-client" ], "short": "Public", "source_ports": [], "sources": [], "target": "default", "version": "" } } }, "default": { "helpers": [ "tftp", "ftp", "Q.931", "proto-gre", "amanda", "RAS", "sane", "irc", "sip", "h323", "pptp", "snmp", "netbios-ns" ], "icmptypes": [ "ip-header-bad", "mld-listener-done", "network-redirect", "source-quench", "neighbour-advertisement", "address-unreachable", "required-option-missing", "mld-listener-query", "no-route", "echo-request", "echo-reply", "reject-route", "failed-policy", "precedence-cutoff", "host-redirect", "mld2-listener-report", "communication-prohibited", "network-prohibited", "port-unreachable", "unknown-option", "bad-header", "beyond-scope", "host-precedence-violation", "packet-too-big", "network-unknown", "destination-unreachable", "redirect", "tos-host-unreachable", "fragmentation-needed", "tos-host-redirect", "neighbour-solicitation", "unknown-header-type", "protocol-unreachable", "ttl-zero-during-transit", "tos-network-redirect", "source-route-failed", "tos-network-unreachable", "time-exceeded", "network-unreachable", "parameter-problem", "host-unreachable", "router-solicitation", "mld-listener-report", "timestamp-reply", "ttl-zero-during-reassembly", "host-prohibited", "router-advertisement", "timestamp-request", "host-unknown" ], "policies": [ "allow-host-ipv6" ], "services": [ "rdp", "submission", "ipp-client", "dds", "prometheus-node-exporter", "tor-socks", "kube-controller-manager-secure", "ssh", "syslog", "managesieve", "rpc-bind", "finger", "transmission-client", "xmpp-bosh", "foreman-proxy", "ws-discovery-client", "civilization-iv", "kprop", "nut", "freeipa-ldaps", "samba", "alvr", "tentacle", "factorio", "ceph", "tftp", "samba-dc", "ovirt-storageconsole", "pop3s", "ganglia-client", "zabbix-server", "ftp", "ldap", "kube-worker", "minecraft", "minidlna", "spideroak-lansync", "libvirt-tls", "kubelet-worker", "kube-controller-manager", "snmptls-trap", "dhcpv6", "freeipa-ldap", "xmpp-local", "snmptls", "privoxy", "git", "galera", "http", "syncthing-relay", "ws-discovery", "high-availability", "anno-1800", "dhcpv6-client", "ausweisapp2", "rquotad", "mqtt", "vrrp", "kubelet", "pmwebapi", "afp", "salt-master", "freeipa-trust", "nfs3", "ipsec", "need-for-speed-most-wanted", "llmnr", "syncthing", "slp", "pulseaudio", "ws-discovery-tcp", "stellaris", "netdata-dashboard", "samba-client", "ident", "imaps", "statsrv", "pop3", "tile38", "prometheus", "stronghold-crusader", "ptp", "bitcoin-testnet", "pmcd", "rsh", "ws-discovery-udp", "kube-control-plane", "RH-Satellite-6-capsule", "dds-unicast", "ircs", "svdrp", "wbem-http", "mssql", "smtp", "wbem-https", "kshell", "audit", "0-AD", "syncthing-gui", "freeipa-replication", "lightning-network", "vdsm", "tinc", "kdeconnect", "settlers-history-collection", "zero-k", "kube-scheduler-secure", "kube-control-plane-secure", "bacula", "openvpn", "zabbix-web-service", "quassel", "bb", "foreman", "sane", "spotify-sync", "zabbix-trapper", "syslog-tls", "bareos-storage", "ovirt-imageio", "bitcoin-testnet-rpc", "elasticsearch", "apcupsd", "kube-nodeport-services", "smtp-submission", "nebula", "irc", "rtsp", "telnet", "mdns", "mqtt-tls", "https", "murmur", "imap", "bareos-director", "llmnr-udp", "ms-wbt", "kibana", "mysql", "supertuxkart", "ipp", "docker-registry", "pmproxy", "dns-over-quic", "kube-scheduler", "dhcp", "ps2link", "mongodb", "amanda-client", "nbd", "sip", "ovirt-vmconsole", "dds-multicast", "llmnr-tcp", "nrpe", "upnp-client", "bitcoin-rpc", "ldaps", "vnc-server", "syscomlan", "pmwebapis", "jenkins", "xmpp-client", "svn", "plex", "amqp", "collectd", "kadmin", "freeipa-4", "xdmcp", "kpasswd", "radius", "zabbix-agent", "iscsi-target", "rsyncd", "wireguard", "amanda-k5-client", "bacula-client", "matrix", "RH-Satellite-6", "synergy", "ceph-exporter", "proxy-dhcp", "mosh", "ipfs", "wsman", "zabbix-java-gateway", "ceph-mon", "ganglia-master", "sips", "anno-1602", "postgresql", "steam-streaming", "checkmk-agent", "ntp", "docker-swarm", "http3", "nmea-0183", "ps3netsrv", "bitcoin", "mountd", "opentelemetry", "wsmans", "etcd-client", "kube-apiserver", "kerberos", "xmpp-server", "ssdp", "dropbox-lansync", "gre", "bittorrent-lsd", "condor-collector", "nfs", "warpinator", "snmptrap", "smtps", "klogin", "cockpit", "libvirt", "ctdb", "memcache", "kube-api", "grafana", "distcc", "isns", "puppetmaster", "bareos-filedaemon", "redis", "cratedb", "civilization-v", "terraria", "redis-sentinel", "dns", "llmnr-client", "etcd-server", "dns-over-tls", "snmp", "gpsd", "kubelet-readonly", "zerotier", "squid", "amqps", "netbios-ns", "bgp", "cfengine" ], "zones": [ "home", "block", "drop", "FedoraServer", "FedoraWorkstation", "work", "internal", "trusted", "external", "nm-shared", "public", "dmz" ] }, "default_zone": "public" } } TASK [fedora.linux_system_roles.firewall : Update firewalld_config fact] ******* task path: /tmp/collections-l2b/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:144 Saturday 22 March 2025 01:23:32 -0400 (0:00:00.662) 0:00:20.405 ******** ok: [managed-node2] => { "ansible_facts": { "firewall_config": { "custom": { "zones": { "public": { "description": "For use in public areas. You do not trust the other computers on networks to not harm your computer. Only selected incoming connections are accepted.", "egress_priority": 0, "forward": true, "forward_ports": [], "icmp_block_inversion": false, "icmp_blocks": [], "ingress_priority": 0, "interfaces": [], "masquerade": false, "ports": [], "protocols": [], "rules_str": [], "services": [ "ssh", "mdns", "dhcpv6-client" ], "short": "Public", "source_ports": [], "sources": [], "target": "default", "version": "" } } }, "default": { "helpers": [ "tftp", "ftp", "Q.931", "proto-gre", "amanda", "RAS", "sane", "irc", "sip", "h323", "pptp", "snmp", "netbios-ns" ], "icmptypes": [ "ip-header-bad", "mld-listener-done", "network-redirect", "source-quench", "neighbour-advertisement", "address-unreachable", "required-option-missing", "mld-listener-query", "no-route", "echo-request", "echo-reply", "reject-route", "failed-policy", "precedence-cutoff", "host-redirect", "mld2-listener-report", "communication-prohibited", "network-prohibited", "port-unreachable", "unknown-option", "bad-header", "beyond-scope", "host-precedence-violation", "packet-too-big", "network-unknown", "destination-unreachable", "redirect", "tos-host-unreachable", "fragmentation-needed", "tos-host-redirect", "neighbour-solicitation", "unknown-header-type", "protocol-unreachable", "ttl-zero-during-transit", "tos-network-redirect", "source-route-failed", "tos-network-unreachable", "time-exceeded", "network-unreachable", "parameter-problem", "host-unreachable", "router-solicitation", "mld-listener-report", "timestamp-reply", "ttl-zero-during-reassembly", "host-prohibited", "router-advertisement", "timestamp-request", "host-unknown" ], "policies": [ "allow-host-ipv6" ], "services": [ "rdp", "submission", "ipp-client", "dds", "prometheus-node-exporter", "tor-socks", "kube-controller-manager-secure", "ssh", "syslog", "managesieve", "rpc-bind", "finger", "transmission-client", "xmpp-bosh", "foreman-proxy", "ws-discovery-client", "civilization-iv", "kprop", "nut", "freeipa-ldaps", "samba", "alvr", "tentacle", "factorio", "ceph", "tftp", "samba-dc", "ovirt-storageconsole", "pop3s", "ganglia-client", "zabbix-server", "ftp", "ldap", "kube-worker", "minecraft", "minidlna", "spideroak-lansync", "libvirt-tls", "kubelet-worker", "kube-controller-manager", "snmptls-trap", "dhcpv6", "freeipa-ldap", "xmpp-local", "snmptls", "privoxy", "git", "galera", "http", "syncthing-relay", "ws-discovery", "high-availability", "anno-1800", "dhcpv6-client", "ausweisapp2", "rquotad", "mqtt", "vrrp", "kubelet", "pmwebapi", "afp", "salt-master", "freeipa-trust", "nfs3", "ipsec", "need-for-speed-most-wanted", "llmnr", "syncthing", "slp", "pulseaudio", "ws-discovery-tcp", "stellaris", "netdata-dashboard", "samba-client", "ident", "imaps", "statsrv", "pop3", "tile38", "prometheus", "stronghold-crusader", "ptp", "bitcoin-testnet", "pmcd", "rsh", "ws-discovery-udp", "kube-control-plane", "RH-Satellite-6-capsule", "dds-unicast", "ircs", "svdrp", "wbem-http", "mssql", "smtp", "wbem-https", "kshell", "audit", "0-AD", "syncthing-gui", "freeipa-replication", "lightning-network", "vdsm", "tinc", "kdeconnect", "settlers-history-collection", "zero-k", "kube-scheduler-secure", "kube-control-plane-secure", "bacula", "openvpn", "zabbix-web-service", "quassel", "bb", "foreman", "sane", "spotify-sync", "zabbix-trapper", "syslog-tls", "bareos-storage", "ovirt-imageio", "bitcoin-testnet-rpc", "elasticsearch", "apcupsd", "kube-nodeport-services", "smtp-submission", "nebula", "irc", "rtsp", "telnet", "mdns", "mqtt-tls", "https", "murmur", "imap", "bareos-director", "llmnr-udp", "ms-wbt", "kibana", "mysql", "supertuxkart", "ipp", "docker-registry", "pmproxy", "dns-over-quic", "kube-scheduler", "dhcp", "ps2link", "mongodb", "amanda-client", "nbd", "sip", "ovirt-vmconsole", "dds-multicast", "llmnr-tcp", "nrpe", "upnp-client", "bitcoin-rpc", "ldaps", "vnc-server", "syscomlan", "pmwebapis", "jenkins", "xmpp-client", "svn", "plex", "amqp", "collectd", "kadmin", "freeipa-4", "xdmcp", "kpasswd", "radius", "zabbix-agent", "iscsi-target", "rsyncd", "wireguard", "amanda-k5-client", "bacula-client", "matrix", "RH-Satellite-6", "synergy", "ceph-exporter", "proxy-dhcp", "mosh", "ipfs", "wsman", "zabbix-java-gateway", "ceph-mon", "ganglia-master", "sips", "anno-1602", "postgresql", "steam-streaming", "checkmk-agent", "ntp", "docker-swarm", "http3", "nmea-0183", "ps3netsrv", "bitcoin", "mountd", "opentelemetry", "wsmans", "etcd-client", "kube-apiserver", "kerberos", "xmpp-server", "ssdp", "dropbox-lansync", "gre", "bittorrent-lsd", "condor-collector", "nfs", "warpinator", "snmptrap", "smtps", "klogin", "cockpit", "libvirt", "ctdb", "memcache", "kube-api", "grafana", "distcc", "isns", "puppetmaster", "bareos-filedaemon", "redis", "cratedb", "civilization-v", "terraria", "redis-sentinel", "dns", "llmnr-client", "etcd-server", "dns-over-tls", "snmp", "gpsd", "kubelet-readonly", "zerotier", "squid", "amqps", "netbios-ns", "bgp", "cfengine" ], "zones": [ "home", "block", "drop", "FedoraServer", "FedoraWorkstation", "work", "internal", "trusted", "external", "nm-shared", "public", "dmz" ] }, "default_zone": "public" } }, "changed": false } TASK [fedora.linux_system_roles.firewall : Get config files, checksums after] *** task path: /tmp/collections-l2b/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:153 Saturday 22 March 2025 01:23:32 -0400 (0:00:00.047) 0:00:20.452 ******** skipping: [managed-node2] => { "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-l2b/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:163 Saturday 22 March 2025 01:23:32 -0400 (0:00:00.033) 0:00:20.486 ******** skipping: [managed-node2] => { "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-l2b/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:169 Saturday 22 March 2025 01:23:32 -0400 (0:00:00.035) 0:00:20.521 ******** skipping: [managed-node2] => { "false_condition": "__firewall_previous_replaced | bool" } PLAY RECAP ********************************************************************* managed-node2 : ok=12 changed=1 unreachable=0 failed=0 skipped=13 rescued=0 ignored=0 TASKS RECAP ******************************************************************** Saturday 22 March 2025 01:23:32 -0400 (0:00:00.034) 0:00:20.556 ******** =============================================================================== fedora.linux_system_roles.firewall : Install firewalld ----------------- 13.42s /tmp/collections-l2b/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:31 fedora.linux_system_roles.firewall : Ensure ansible_facts used by role --- 2.13s /tmp/collections-l2b/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:2 fedora.linux_system_roles.firewall : Enable and start firewalld service --- 1.80s /tmp/collections-l2b/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:28 fedora.linux_system_roles.firewall : Unmask firewalld service ----------- 0.94s /tmp/collections-l2b/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:22 fedora.linux_system_roles.firewall : Gather firewall config if no arguments --- 0.66s /tmp/collections-l2b/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:139 fedora.linux_system_roles.firewall : Check if system is ostree ---------- 0.53s /tmp/collections-l2b/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:10 fedora.linux_system_roles.firewall : Check if transactional-update exists in /sbin --- 0.39s /tmp/collections-l2b/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:22 fedora.linux_system_roles.firewall : Attempt to stop and disable conflicting services --- 0.07s /tmp/collections-l2b/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:9 fedora.linux_system_roles.firewall : Fail if reboot is needed and not set --- 0.05s /tmp/collections-l2b/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:53 fedora.linux_system_roles.firewall : Update firewalld_config fact ------- 0.05s /tmp/collections-l2b/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:144 fedora.linux_system_roles.firewall : Collect service facts -------------- 0.05s /tmp/collections-l2b/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:5 fedora.linux_system_roles.firewall : Gather firewall config information --- 0.04s /tmp/collections-l2b/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:120 fedora.linux_system_roles.firewall : Update firewalld_config fact ------- 0.04s /tmp/collections-l2b/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:130 fedora.linux_system_roles.firewall : Check if previous replaced is defined --- 0.04s /tmp/collections-l2b/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:34 fedora.linux_system_roles.firewall : Configure firewall ----------------- 0.04s /tmp/collections-l2b/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:71 fedora.linux_system_roles.firewall : Notify user that reboot is needed to apply changes --- 0.04s /tmp/collections-l2b/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:43 fedora.linux_system_roles.firewall : Reboot transactional update systems --- 0.04s /tmp/collections-l2b/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:48 fedora.linux_system_roles.firewall : Calculate what has changed --------- 0.04s /tmp/collections-l2b/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:163 fedora.linux_system_roles.firewall : Show diffs ------------------------- 0.03s /tmp/collections-l2b/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:169 fedora.linux_system_roles.firewall : Get config files, checksums after --- 0.03s /tmp/collections-l2b/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:153