[DEPRECATION WARNING]: ANSIBLE_COLLECTIONS_PATHS option, does not fit var naming standard, use the singular form ANSIBLE_COLLECTIONS_PATH instead. This feature will be removed from ansible-core in version 2.19. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg. ansible-playbook [core 2.17.2] 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/tmp.Y9FdIZtjXP executable location = /usr/local/bin/ansible-playbook python version = 3.12.4 (main, Jun 7 2024, 00:00:00) [GCC 14.1.1 20240607 (Red Hat 14.1.1-5)] (/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_default.yml **************************************************** 1 plays in /tmp/tmp.Y9FdIZtjXP/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/tmp.Y9FdIZtjXP/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:2 Saturday 27 July 2024 02:28:47 -0400 (0:00:00.024) 0:00:00.024 ********* included: /tmp/tmp.Y9FdIZtjXP/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/tmp.Y9FdIZtjXP/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:2 Saturday 27 July 2024 02:28:47 -0400 (0:00:00.019) 0:00:00.044 ********* [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 [fedora.linux_system_roles.firewall : Check if system is ostree] ********** task path: /tmp/tmp.Y9FdIZtjXP/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:10 Saturday 27 July 2024 02:28:49 -0400 (0:00:02.148) 0:00:02.193 ********* ok: [managed_node1] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.firewall : Set flag to indicate system is ostree] *** task path: /tmp/tmp.Y9FdIZtjXP/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:15 Saturday 27 July 2024 02:28:49 -0400 (0:00:00.444) 0:00:02.637 ********* 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/tmp.Y9FdIZtjXP/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:22 Saturday 27 July 2024 02:28:49 -0400 (0:00:00.020) 0:00:02.657 ********* ok: [managed_node1] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.firewall : Set flag if transactional-update exists] *** task path: /tmp/tmp.Y9FdIZtjXP/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:27 Saturday 27 July 2024 02:28:50 -0400 (0:00:00.351) 0:00:03.009 ********* ok: [managed_node1] => { "ansible_facts": { "__firewall_is_transactional": false }, "changed": false } TASK [fedora.linux_system_roles.firewall : Install firewalld] ****************** task path: /tmp/tmp.Y9FdIZtjXP/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:31 Saturday 27 July 2024 02:28:50 -0400 (0:00:00.020) 0:00:03.029 ********* 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/tmp.Y9FdIZtjXP/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:43 Saturday 27 July 2024 02:28:53 -0400 (0:00:03.203) 0:00:06.233 ********* skipping: [managed_node1] => { "false_condition": "__firewall_is_transactional | d(false)" } TASK [fedora.linux_system_roles.firewall : Reboot transactional update systems] *** task path: /tmp/tmp.Y9FdIZtjXP/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:48 Saturday 27 July 2024 02:28:53 -0400 (0:00:00.018) 0:00:06.251 ********* 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/tmp.Y9FdIZtjXP/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:53 Saturday 27 July 2024 02:28:53 -0400 (0:00:00.017) 0:00:06.269 ********* 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/tmp.Y9FdIZtjXP/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:5 Saturday 27 July 2024 02:28:53 -0400 (0:00:00.015) 0:00:06.284 ********* 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/tmp.Y9FdIZtjXP/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:9 Saturday 27 July 2024 02:28:53 -0400 (0:00:00.014) 0:00:06.299 ********* 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/tmp.Y9FdIZtjXP/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:22 Saturday 27 July 2024 02:28:53 -0400 (0:00:00.020) 0:00:06.320 ********* ok: [managed_node1] => { "changed": false, "name": "firewalld", "status": { "AccessSELinuxContext": "system_u:object_r:firewalld_unit_file_t:s0", "ActiveEnterTimestamp": "Sat 2024-07-27 02:19:20 EDT", "ActiveEnterTimestampMonotonic": "305170350", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "dbus-broker.service basic.target dbus.socket sysinit.target system.slice polkit.service", "AllowIsolate": "no", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-07-27 02:19:18 EDT", "AssertTimestampMonotonic": "303370926", "Before": "multi-user.target 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": "15543170000", "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-07-27 02:19:18 EDT", "ConditionTimestampMonotonic": "303370923", "ConfigurationDirectoryMode": "0755", "Conflicts": "iptables.service ebtables.service ipset.service ip6tables.service nftables.service shutdown.target", "ControlGroup": "/system.slice/firewalld.service", "ControlGroupId": "5236", "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": "2253", "ExecMainStartTimestamp": "Sat 2024-07-27 02:19:18 EDT", "ExecMainStartTimestampMonotonic": "303377085", "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", "InactiveExitTimestamp": "Sat 2024-07-27 02:19:18 EDT", "InactiveExitTimestampMonotonic": "303377328", "InvocationID": "00a6abfca41b4462b19b428e9e3a7565", "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": "14725", "LimitNPROCSoft": "14725", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14725", "LimitSIGPENDINGSoft": "14725", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "2253", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "3334455296", "MemoryCurrent": "41103360", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryKSM": "no", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemoryPeak": "42455040", "MemoryPressureThresholdUSec": "200ms", "MemoryPressureWatch": "auto", "MemorySwapCurrent": "0", "MemorySwapMax": "infinity", "MemorySwapPeak": "0", "MemoryZSwapCurrent": "0", "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": "sysinit.target dbus.socket 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", "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", "StateChangeTimestamp": "Sat 2024-07-27 02:28:43 EDT", "StateChangeTimestampMonotonic": "868071711", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SuccessAction": "none", "SurviveFinalKillSignal": "no", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "2147483646", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "4", "TasksMax": "4417", "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/tmp.Y9FdIZtjXP/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:28 Saturday 27 July 2024 02:28:54 -0400 (0:00:00.717) 0:00:07.037 ********* 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-07-27 02:19:20 EDT", "ActiveEnterTimestampMonotonic": "305170350", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "dbus-broker.service basic.target dbus.socket sysinit.target system.slice polkit.service", "AllowIsolate": "no", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-07-27 02:19:18 EDT", "AssertTimestampMonotonic": "303370926", "Before": "multi-user.target 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": "15543170000", "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-07-27 02:19:18 EDT", "ConditionTimestampMonotonic": "303370923", "ConfigurationDirectoryMode": "0755", "Conflicts": "iptables.service ebtables.service ipset.service ip6tables.service nftables.service shutdown.target", "ControlGroup": "/system.slice/firewalld.service", "ControlGroupId": "5236", "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": "2253", "ExecMainStartTimestamp": "Sat 2024-07-27 02:19:18 EDT", "ExecMainStartTimestampMonotonic": "303377085", "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", "InactiveExitTimestamp": "Sat 2024-07-27 02:19:18 EDT", "InactiveExitTimestampMonotonic": "303377328", "InvocationID": "00a6abfca41b4462b19b428e9e3a7565", "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": "14725", "LimitNPROCSoft": "14725", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14725", "LimitSIGPENDINGSoft": "14725", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "2253", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "3336695808", "MemoryCurrent": "41103360", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryKSM": "no", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemoryPeak": "42455040", "MemoryPressureThresholdUSec": "200ms", "MemoryPressureWatch": "auto", "MemorySwapCurrent": "0", "MemorySwapMax": "infinity", "MemorySwapPeak": "0", "MemoryZSwapCurrent": "0", "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": "sysinit.target dbus.socket 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", "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", "StateChangeTimestamp": "Sat 2024-07-27 02:28:43 EDT", "StateChangeTimestampMonotonic": "868071711", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SuccessAction": "none", "SurviveFinalKillSignal": "no", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "2147483646", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "4", "TasksMax": "4417", "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/tmp.Y9FdIZtjXP/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:34 Saturday 27 July 2024 02:28:54 -0400 (0:00:00.531) 0:00:07.569 ********* 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/tmp.Y9FdIZtjXP/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:43 Saturday 27 July 2024 02:28:54 -0400 (0:00:00.026) 0:00:07.595 ********* 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/tmp.Y9FdIZtjXP/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:55 Saturday 27 July 2024 02:28:54 -0400 (0:00:00.015) 0:00:07.610 ********* 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/tmp.Y9FdIZtjXP/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:71 Saturday 27 July 2024 02:28:54 -0400 (0:00:00.015) 0:00:07.626 ********* skipping: [managed_node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.firewall : Gather firewall config information] *** task path: /tmp/tmp.Y9FdIZtjXP/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:120 Saturday 27 July 2024 02:28:54 -0400 (0:00:00.024) 0:00:07.650 ********* skipping: [managed_node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.firewall : Update firewalld_config fact] ******* task path: /tmp/tmp.Y9FdIZtjXP/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:130 Saturday 27 July 2024 02:28:54 -0400 (0:00:00.021) 0:00:07.671 ********* 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/tmp.Y9FdIZtjXP/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:139 Saturday 27 July 2024 02:28:54 -0400 (0:00:00.016) 0:00:07.688 ********* ok: [managed_node1] => { "changed": false, "firewall_config": { "default": { "helpers": [ "irc", "netbios-ns", "amanda", "sane", "sip", "tftp", "Q.931", "RAS", "proto-gre", "pptp", "h323", "ftp", "snmp" ], "icmptypes": [ "tos-host-redirect", "fragmentation-needed", "host-redirect", "required-option-missing", "unknown-option", "router-advertisement", "ip-header-bad", "source-route-failed", "address-unreachable", "network-unknown", "network-redirect", "redirect", "reject-route", "mld-listener-done", "packet-too-big", "precedence-cutoff", "protocol-unreachable", "communication-prohibited", "no-route", "host-precedence-violation", "source-quench", "port-unreachable", "time-exceeded", "mld-listener-report", "echo-request", "unknown-header-type", "mld-listener-query", "bad-header", "parameter-problem", "beyond-scope", "host-unreachable", "host-unknown", "mld2-listener-report", "router-solicitation", "timestamp-reply", "tos-network-unreachable", "network-unreachable", "timestamp-request", "ttl-zero-during-transit", "host-prohibited", "destination-unreachable", "tos-network-redirect", "failed-policy", "echo-reply", "network-prohibited", "tos-host-unreachable", "ttl-zero-during-reassembly", "neighbour-advertisement", "neighbour-solicitation" ], "policies": [ "allow-host-ipv6" ], "services": [ "xmpp-client", "dropbox-lansync", "dns-over-quic", "sips", "bb", "zabbix-web-service", "cfengine", "pmwebapis", "finger", "ausweisapp2", "jenkins", "irc", "nbd", "svdrp", "netbios-ns", "mqtt-tls", "bgp", "wsman", "foreman", "llmnr-tcp", "afp", "ldaps", "wireguard", "dhcp", "zabbix-agent", "managesieve", "checkmk-agent", "pulseaudio", "ptp", "proxy-dhcp", "xdmcp", "smtp", "steam-streaming", "xmpp-bosh", "nfs3", "xmpp-local", "rpc-bind", "grafana", "ceph-mon", "llmnr-client", "high-availability", "kube-control-plane", "snmptrap", "zabbix-java-gateway", "sane", "pop3s", "zerotier", "libvirt-tls", "zabbix-server", "libvirt", "mssql", "mountd", "sip", "pmwebapi", "imaps", "puppetmaster", "gre", "nmea-0183", "ipfs", "ipp", "kubelet", "upnp-client", "openvpn", "galera", "dns", "svn", "opentelemetry", "etcd-server", "syslog-tls", "ldap", "samba-client", "nrpe", "ms-wbt", "bitcoin", "tftp", "mosh", "synergy", "freeipa-replication", "bitcoin-testnet-rpc", "rtsp", "kube-nodeport-services", "syncthing-relay", "alvr", "docker-swarm", "kube-api", "postgresql", "freeipa-trust", "bacula", "kube-control-plane-secure", "tile38", "anno-1800", "zabbix-trapper", "prometheus-node-exporter", "rsyncd", "quassel", "syscomlan", "ws-discovery-udp", "klogin", "syslog", "bitcoin-testnet", "dhcpv6", "warpinator", "squid", "samba-dc", "vdsm", "civilization-v", "statsrv", "ceph", "iscsi-target", "radius", "tinc", "rdp", "anno-1602", "ganglia-master", "vnc-server", "collectd", "RH-Satellite-6", "kube-worker", "nfs", "syncthing-gui", "imap", "llmnr", "distcc", "lightning-network", "vrrp", "civilization-iv", "matrix", "wbem-https", "transmission-client", "pmcd", "kibana", "ssh", "smtps", "ntp", "ws-discovery-client", "snmptls-trap", "slp", "nut", "murmur", "cratedb", "spotify-sync", "amqps", "plex", "telnet", "rsh", "wbem-http", "amqp", "kubelet-readonly", "mysql", "http", "llmnr-udp", "mdns", "apcupsd", "kpasswd", "http3", "settlers-history-collection", "bareos-director", "amanda-k5-client", "elasticsearch", "ctdb", "syncthing", "ovirt-imageio", "mongodb", "isns", "rquotad", "amanda-client", "redis-sentinel", "kube-apiserver", "stellaris", "ps3netsrv", "kerberos", "nebula", "bareos-storage", "etcd-client", "freeipa-ldaps", "tentacle", "condor-collector", "pop3", "kube-scheduler", "snmptls", "ftp", "need-for-speed-most-wanted", "audit", "zero-k", "freeipa-ldap", "gpsd", "0-AD", "ceph-exporter", "bacula-client", "snmp", "dds-unicast", "minidlna", "bittorrent-lsd", "ws-discovery", "xmpp-server", "samba", "kube-controller-manager", "memcache", "kshell", "privoxy", "netdata-dashboard", "kadmin", "pmproxy", "minecraft", "ipp-client", "dds", "smtp-submission", "mqtt", "ovirt-vmconsole", "ganglia-client", "supertuxkart", "freeipa-4", "kubelet-worker", "docker-registry", "ircs", "wsmans", "ps2link", "ipsec", "salt-master", "foreman-proxy", "stronghold-crusader", "cockpit", "prometheus", "terraria", "git", "ws-discovery-tcp", "spideroak-lansync", "ident", "tor-socks", "kprop", "bareos-filedaemon", "kdeconnect", "submission", "kube-controller-manager-secure", "kube-scheduler-secure", "https", "ssdp", "redis", "factorio", "dhcpv6-client", "dns-over-tls", "bitcoin-rpc", "RH-Satellite-6-capsule", "dds-multicast", "ovirt-storageconsole" ], "zones": [ "FedoraWorkstation", "block", "public", "external", "drop", "nm-shared", "FedoraServer", "internal", "work", "trusted", "home", "dmz" ] }, "default_zone": "public" } } TASK [fedora.linux_system_roles.firewall : Update firewalld_config fact] ******* task path: /tmp/tmp.Y9FdIZtjXP/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:144 Saturday 27 July 2024 02:28:55 -0400 (0:00:00.509) 0:00:08.198 ********* ok: [managed_node1] => { "ansible_facts": { "firewall_config": { "default": { "helpers": [ "irc", "netbios-ns", "amanda", "sane", "sip", "tftp", "Q.931", "RAS", "proto-gre", "pptp", "h323", "ftp", "snmp" ], "icmptypes": [ "tos-host-redirect", "fragmentation-needed", "host-redirect", "required-option-missing", "unknown-option", "router-advertisement", "ip-header-bad", "source-route-failed", "address-unreachable", "network-unknown", "network-redirect", "redirect", "reject-route", "mld-listener-done", "packet-too-big", "precedence-cutoff", "protocol-unreachable", "communication-prohibited", "no-route", "host-precedence-violation", "source-quench", "port-unreachable", "time-exceeded", "mld-listener-report", "echo-request", "unknown-header-type", "mld-listener-query", "bad-header", "parameter-problem", "beyond-scope", "host-unreachable", "host-unknown", "mld2-listener-report", "router-solicitation", "timestamp-reply", "tos-network-unreachable", "network-unreachable", "timestamp-request", "ttl-zero-during-transit", "host-prohibited", "destination-unreachable", "tos-network-redirect", "failed-policy", "echo-reply", "network-prohibited", "tos-host-unreachable", "ttl-zero-during-reassembly", "neighbour-advertisement", "neighbour-solicitation" ], "policies": [ "allow-host-ipv6" ], "services": [ "xmpp-client", "dropbox-lansync", "dns-over-quic", "sips", "bb", "zabbix-web-service", "cfengine", "pmwebapis", "finger", "ausweisapp2", "jenkins", "irc", "nbd", "svdrp", "netbios-ns", "mqtt-tls", "bgp", "wsman", "foreman", "llmnr-tcp", "afp", "ldaps", "wireguard", "dhcp", "zabbix-agent", "managesieve", "checkmk-agent", "pulseaudio", "ptp", "proxy-dhcp", "xdmcp", "smtp", "steam-streaming", "xmpp-bosh", "nfs3", "xmpp-local", "rpc-bind", "grafana", "ceph-mon", "llmnr-client", "high-availability", "kube-control-plane", "snmptrap", "zabbix-java-gateway", "sane", "pop3s", "zerotier", "libvirt-tls", "zabbix-server", "libvirt", "mssql", "mountd", "sip", "pmwebapi", "imaps", "puppetmaster", "gre", "nmea-0183", "ipfs", "ipp", "kubelet", "upnp-client", "openvpn", "galera", "dns", "svn", "opentelemetry", "etcd-server", "syslog-tls", "ldap", "samba-client", "nrpe", "ms-wbt", "bitcoin", "tftp", "mosh", "synergy", "freeipa-replication", "bitcoin-testnet-rpc", "rtsp", "kube-nodeport-services", "syncthing-relay", "alvr", "docker-swarm", "kube-api", "postgresql", "freeipa-trust", "bacula", "kube-control-plane-secure", "tile38", "anno-1800", "zabbix-trapper", "prometheus-node-exporter", "rsyncd", "quassel", "syscomlan", "ws-discovery-udp", "klogin", "syslog", "bitcoin-testnet", "dhcpv6", "warpinator", "squid", "samba-dc", "vdsm", "civilization-v", "statsrv", "ceph", "iscsi-target", "radius", "tinc", "rdp", "anno-1602", "ganglia-master", "vnc-server", "collectd", "RH-Satellite-6", "kube-worker", "nfs", "syncthing-gui", "imap", "llmnr", "distcc", "lightning-network", "vrrp", "civilization-iv", "matrix", "wbem-https", "transmission-client", "pmcd", "kibana", "ssh", "smtps", "ntp", "ws-discovery-client", "snmptls-trap", "slp", "nut", "murmur", "cratedb", "spotify-sync", "amqps", "plex", "telnet", "rsh", "wbem-http", "amqp", "kubelet-readonly", "mysql", "http", "llmnr-udp", "mdns", "apcupsd", "kpasswd", "http3", "settlers-history-collection", "bareos-director", "amanda-k5-client", "elasticsearch", "ctdb", "syncthing", "ovirt-imageio", "mongodb", "isns", "rquotad", "amanda-client", "redis-sentinel", "kube-apiserver", "stellaris", "ps3netsrv", "kerberos", "nebula", "bareos-storage", "etcd-client", "freeipa-ldaps", "tentacle", "condor-collector", "pop3", "kube-scheduler", "snmptls", "ftp", "need-for-speed-most-wanted", "audit", "zero-k", "freeipa-ldap", "gpsd", "0-AD", "ceph-exporter", "bacula-client", "snmp", "dds-unicast", "minidlna", "bittorrent-lsd", "ws-discovery", "xmpp-server", "samba", "kube-controller-manager", "memcache", "kshell", "privoxy", "netdata-dashboard", "kadmin", "pmproxy", "minecraft", "ipp-client", "dds", "smtp-submission", "mqtt", "ovirt-vmconsole", "ganglia-client", "supertuxkart", "freeipa-4", "kubelet-worker", "docker-registry", "ircs", "wsmans", "ps2link", "ipsec", "salt-master", "foreman-proxy", "stronghold-crusader", "cockpit", "prometheus", "terraria", "git", "ws-discovery-tcp", "spideroak-lansync", "ident", "tor-socks", "kprop", "bareos-filedaemon", "kdeconnect", "submission", "kube-controller-manager-secure", "kube-scheduler-secure", "https", "ssdp", "redis", "factorio", "dhcpv6-client", "dns-over-tls", "bitcoin-rpc", "RH-Satellite-6-capsule", "dds-multicast", "ovirt-storageconsole" ], "zones": [ "FedoraWorkstation", "block", "public", "external", "drop", "nm-shared", "FedoraServer", "internal", "work", "trusted", "home", "dmz" ] }, "default_zone": "public" } }, "changed": false } TASK [fedora.linux_system_roles.firewall : Get config files, checksums after] *** task path: /tmp/tmp.Y9FdIZtjXP/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:153 Saturday 27 July 2024 02:28:55 -0400 (0:00:00.027) 0:00:08.225 ********* 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/tmp.Y9FdIZtjXP/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:163 Saturday 27 July 2024 02:28:55 -0400 (0:00:00.016) 0:00:08.242 ********* 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/tmp.Y9FdIZtjXP/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:169 Saturday 27 July 2024 02:28:55 -0400 (0:00:00.017) 0:00:08.259 ********* skipping: [managed_node1] => { "false_condition": "__firewall_previous_replaced | bool" } PLAY RECAP ********************************************************************* managed_node1 : ok=12 changed=0 unreachable=0 failed=0 skipped=13 rescued=0 ignored=0 Saturday 27 July 2024 02:28:55 -0400 (0:00:00.018) 0:00:08.278 ********* =============================================================================== fedora.linux_system_roles.firewall : Install firewalld ------------------ 3.20s /tmp/tmp.Y9FdIZtjXP/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:31 fedora.linux_system_roles.firewall : Ensure ansible_facts used by role --- 2.15s /tmp/tmp.Y9FdIZtjXP/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:2 fedora.linux_system_roles.firewall : Unmask firewalld service ----------- 0.72s /tmp/tmp.Y9FdIZtjXP/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:22 fedora.linux_system_roles.firewall : Enable and start firewalld service --- 0.53s /tmp/tmp.Y9FdIZtjXP/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:28 fedora.linux_system_roles.firewall : Gather firewall config if no arguments --- 0.51s /tmp/tmp.Y9FdIZtjXP/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:139 fedora.linux_system_roles.firewall : Check if system is ostree ---------- 0.44s /tmp/tmp.Y9FdIZtjXP/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.35s /tmp/tmp.Y9FdIZtjXP/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:22 fedora.linux_system_roles.firewall : Update firewalld_config fact ------- 0.03s /tmp/tmp.Y9FdIZtjXP/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:144 fedora.linux_system_roles.firewall : Check if previous replaced is defined --- 0.03s /tmp/tmp.Y9FdIZtjXP/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:34 fedora.linux_system_roles.firewall : Configure firewall ----------------- 0.02s /tmp/tmp.Y9FdIZtjXP/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:71 fedora.linux_system_roles.firewall : Gather firewall config information --- 0.02s /tmp/tmp.Y9FdIZtjXP/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:120 fedora.linux_system_roles.firewall : Attempt to stop and disable conflicting services --- 0.02s /tmp/tmp.Y9FdIZtjXP/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:9 fedora.linux_system_roles.firewall : Set flag if transactional-update exists --- 0.02s /tmp/tmp.Y9FdIZtjXP/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:27 fedora.linux_system_roles.firewall : Set flag to indicate system is ostree --- 0.02s /tmp/tmp.Y9FdIZtjXP/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:15 fedora.linux_system_roles.firewall : Setup firewalld -------------------- 0.02s /tmp/tmp.Y9FdIZtjXP/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:2 fedora.linux_system_roles.firewall : Show diffs ------------------------- 0.02s /tmp/tmp.Y9FdIZtjXP/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:169 fedora.linux_system_roles.firewall : Notify user that reboot is needed to apply changes --- 0.02s /tmp/tmp.Y9FdIZtjXP/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:43 fedora.linux_system_roles.firewall : Reboot transactional update systems --- 0.02s /tmp/tmp.Y9FdIZtjXP/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:48 fedora.linux_system_roles.firewall : Calculate what has changed --------- 0.02s /tmp/tmp.Y9FdIZtjXP/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:163 fedora.linux_system_roles.firewall : Update firewalld_config fact ------- 0.02s /tmp/tmp.Y9FdIZtjXP/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:130