ansible-playbook 2.9.27 config file = /etc/ansible/ansible.cfg configured module search path = [u'/root/.ansible/plugins/modules', u'/usr/share/ansible/plugins/modules'] ansible python module location = /usr/lib/python2.7/site-packages/ansible executable location = /usr/bin/ansible-playbook python version = 2.7.5 (default, Nov 14 2023, 16:14:06) [GCC 4.8.5 20150623 (Red Hat 4.8.5-44)] Using /etc/ansible/ansible.cfg as config file [WARNING]: running playbook inside collection fedora.linux_system_roles Skipping callback 'actionable', as we already have a stdout callback. Skipping callback 'counter_enabled', as we already have a stdout callback. Skipping callback 'debug', as we already have a stdout callback. Skipping callback 'dense', as we already have a stdout callback. Skipping callback 'dense', as we already have a stdout callback. Skipping callback 'full_skip', as we already have a stdout callback. Skipping callback 'json', as we already have a stdout callback. Skipping callback 'jsonl', as we already have a stdout callback. Skipping callback 'minimal', as we already have a stdout callback. Skipping callback 'null', as we already have a stdout callback. Skipping callback 'oneline', as we already have a stdout callback. Skipping callback 'selective', as we already have a stdout callback. Skipping callback 'skippy', as we already have a stdout callback. Skipping callback 'stderr', as we already have a stdout callback. Skipping callback 'unixy', as we already have a stdout callback. Skipping callback 'yaml', as we already have a stdout callback. PLAYBOOK: tests_ipsets.yml ***************************************************** 1 plays in /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_ipsets.yml PLAY [Test firewall user defined ipsets] *************************************** TASK [Gathering Facts] ********************************************************* task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_ipsets.yml:2 Monday 16 February 2026 14:35:39 -0500 (0:00:00.034) 0:00:00.034 ******* ok: [managed-node2] META: ran handlers TASK [Start from clean slate] ************************************************** task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_ipsets.yml:11 Monday 16 February 2026 14:35:40 -0500 (0:00:01.010) 0:00:01.045 ******* TASK [fedora.linux_system_roles.firewall : Set platform/version specific variables] *** task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:2 Monday 16 February 2026 14:35:41 -0500 (0:00:00.181) 0:00:01.227 ******* included: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml for managed-node2 TASK [fedora.linux_system_roles.firewall : Ensure ansible_facts used by role] *** task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml:2 Monday 16 February 2026 14:35:41 -0500 (0:00:00.043) 0:00:01.270 ******* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Check if system is ostree] ********** task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml:10 Monday 16 February 2026 14:35:41 -0500 (0:00:00.052) 0:00:01.323 ******* 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-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml:15 Monday 16 February 2026 14:35:41 -0500 (0:00:00.561) 0:00:01.885 ******* 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-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml:22 Monday 16 February 2026 14:35:41 -0500 (0:00:00.068) 0:00:01.953 ******* ok: [managed-node2] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.firewall : Set flag if transactional-update exists] *** task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml:27 Monday 16 February 2026 14:35:42 -0500 (0:00:00.357) 0:00:02.310 ******* ok: [managed-node2] => { "ansible_facts": { "__firewall_is_transactional": false }, "changed": false } TASK [fedora.linux_system_roles.firewall : Set platform/version specific variables] *** task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml:31 Monday 16 February 2026 14:35:42 -0500 (0:00:00.072) 0:00:02.383 ******* skipping: [managed-node2] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item=CentOS_7.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS_7.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item=CentOS_7.9.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS_7.9.yml", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Setup firewalld] ******************** task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:5 Monday 16 February 2026 14:35:42 -0500 (0:00:00.094) 0:00:02.478 ******* included: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml for managed-node2 TASK [fedora.linux_system_roles.firewall : Run systemctl] ********************** task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:5 Monday 16 February 2026 14:35:42 -0500 (0:00:00.052) 0:00:02.530 ******* ok: [managed-node2] => { "changed": false, "cmd": [ "systemctl", "is-system-running" ], "delta": "0:00:00.006924", "end": "2026-02-16 14:35:42.838524", "failed_when_result": false, "rc": 0, "start": "2026-02-16 14:35:42.831600" } STDOUT: running TASK [fedora.linux_system_roles.firewall : Require installed systemd] ********** task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:12 Monday 16 February 2026 14:35:42 -0500 (0:00:00.467) 0:00:02.998 ******* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Set flag to indicate that systemd runtime operations are available] *** task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:17 Monday 16 February 2026 14:35:42 -0500 (0:00:00.040) 0:00:03.038 ******* ok: [managed-node2] => { "ansible_facts": { "__firewall_is_booted": true }, "changed": false } TASK [fedora.linux_system_roles.firewall : Install firewalld] ****************** task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:22 Monday 16 February 2026 14:35:42 -0500 (0:00:00.042) 0:00:03.081 ******* ok: [managed-node2] => { "changed": false, "rc": 0, "results": [ "firewalld-0.6.3-13.el7_9.noarch providing firewalld is already installed", "python-ipaddress-1.0.16-2.el7.noarch providing python-ipaddress is already installed" ] } TASK [fedora.linux_system_roles.firewall : Notify user that reboot is needed to apply changes] *** task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:34 Monday 16 February 2026 14:35:43 -0500 (0:00:00.863) 0:00:03.944 ******* skipping: [managed-node2] => {} TASK [fedora.linux_system_roles.firewall : Reboot transactional update systems] *** task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:39 Monday 16 February 2026 14:35:43 -0500 (0:00:00.046) 0:00:03.991 ******* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Fail if reboot is needed and not set] *** task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:44 Monday 16 February 2026 14:35:43 -0500 (0:00:00.048) 0:00:04.039 ******* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Check which conflicting services are enabled] *** task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:8 Monday 16 February 2026 14:35:43 -0500 (0:00:00.041) 0:00:04.080 ******* skipping: [managed-node2] => (item=nftables) => { "ansible_loop_var": "item", "changed": false, "item": "nftables", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item=iptables) => { "ansible_loop_var": "item", "changed": false, "item": "iptables", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item=ufw) => { "ansible_loop_var": "item", "changed": false, "item": "ufw", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Attempt to stop and disable conflicting services] *** task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:17 Monday 16 February 2026 14:35:44 -0500 (0:00:00.049) 0:00:04.129 ******* skipping: [managed-node2] => (item={u'skip_reason': u'Conditional result was False', u'item': u'nftables', u'skipped': True, u'ansible_loop_var': u'item', u'changed': False}) => { "ansible_loop_var": "item", "changed": false, "item": { "ansible_loop_var": "item", "changed": false, "item": "nftables", "skip_reason": "Conditional result was False", "skipped": true }, "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item={u'skip_reason': u'Conditional result was False', u'item': u'iptables', u'skipped': True, u'ansible_loop_var': u'item', u'changed': False}) => { "ansible_loop_var": "item", "changed": false, "item": { "ansible_loop_var": "item", "changed": false, "item": "iptables", "skip_reason": "Conditional result was False", "skipped": true }, "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item={u'skip_reason': u'Conditional result was False', u'item': u'ufw', u'skipped': True, u'ansible_loop_var': u'item', u'changed': False}) => { "ansible_loop_var": "item", "changed": false, "item": { "ansible_loop_var": "item", "changed": false, "item": "ufw", "skip_reason": "Conditional result was False", "skipped": true }, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Unmask firewalld service] *********** task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:27 Monday 16 February 2026 14:35:44 -0500 (0:00:00.057) 0:00:04.187 ******* ok: [managed-node2] => { "changed": false, "name": "firewalld", "status": { "ActiveEnterTimestamp": "Mon 2026-02-16 14:34:42 EST", "ActiveEnterTimestampMonotonic": "190902530", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "dbus.service polkit.service basic.target system.slice", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Mon 2026-02-16 14:34:42 EST", "AssertTimestampMonotonic": "190665825", "Before": "shutdown.target multi-user.target network-pre.target", "BlockIOAccounting": "no", "BlockIOWeight": "18446744073709551615", "BusName": "org.fedoraproject.FirewallD1", "CPUAccounting": "no", "CPUQuotaPerSecUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "18446744073709551615", "CanIsolate": "no", "CanReload": "yes", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "18446744073709551615", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Mon 2026-02-16 14:34:42 EST", "ConditionTimestampMonotonic": "190665823", "Conflicts": "iptables.service ip6tables.service ebtables.service ipset.service shutdown.target", "ControlGroup": "/system.slice/firewalld.service", "ControlPID": "0", "DefaultDependencies": "yes", "Delegate": "no", "Description": "firewalld - dynamic firewall daemon", "DevicePolicy": "auto", "Documentation": "man:firewalld(1)", "EnvironmentFile": "/etc/sysconfig/firewalld (ignore_errors=yes)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "9661", "ExecMainStartTimestamp": "Mon 2026-02-16 14:34:42 EST", "ExecMainStartTimestampMonotonic": "190666828", "ExecMainStatus": "0", "ExecReload": "{ path=/bin/kill ; argv[]=/bin/kill -HUP $MAINPID ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStart": "{ path=/usr/sbin/firewalld ; argv[]=/usr/sbin/firewalld --nofork --nopid $FIREWALLD_ARGS ; ignore_errors=no ; start_time=[Mon 2026-02-16 14:34:42 EST] ; stop_time=[n/a] ; pid=9661 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/firewalld.service", "GuessMainPID": "yes", "IOScheduling": "0", "Id": "firewalld.service", "IgnoreOnIsolate": "no", "IgnoreOnSnapshot": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestamp": "Mon 2026-02-16 14:34:42 EST", "InactiveExitTimestampMonotonic": "190666864", "JobTimeoutAction": "none", "JobTimeoutUSec": "0", "KillMode": "mixed", "KillSignal": "15", "LimitAS": "18446744073709551615", "LimitCORE": "18446744073709551615", "LimitCPU": "18446744073709551615", "LimitDATA": "18446744073709551615", "LimitFSIZE": "18446744073709551615", "LimitLOCKS": "18446744073709551615", "LimitMEMLOCK": "65536", "LimitMSGQUEUE": "819200", "LimitNICE": "0", "LimitNOFILE": "4096", "LimitNPROC": "14311", "LimitRSS": "18446744073709551615", "LimitRTPRIO": "0", "LimitRTTIME": "18446744073709551615", "LimitSIGPENDING": "14311", "LimitSTACK": "18446744073709551615", "LoadState": "loaded", "MainPID": "9661", "MemoryAccounting": "no", "MemoryCurrent": "18446744073709551615", "MemoryLimit": "18446744073709551615", "MountFlags": "0", "Names": "firewalld.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "PrivateDevices": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "ProtectHome": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "Requires": "basic.target system.slice", "Restart": "no", "RestartUSec": "100ms", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "null", "StandardInput": "null", "StandardOutput": "null", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitInterval": "10000000", "StartupBlockIOWeight": "18446744073709551615", "StartupCPUShares": "18446744073709551615", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "no", "TasksCurrent": "18446744073709551615", "TasksMax": "18446744073709551615", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "dbus", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "WantedBy": "multi-user.target", "Wants": "network-pre.target", "WatchdogTimestamp": "Mon 2026-02-16 14:34:42 EST", "WatchdogTimestampMonotonic": "190902478", "WatchdogUSec": "0" } } TASK [fedora.linux_system_roles.firewall : Enable and start firewalld service] *** task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:33 Monday 16 February 2026 14:35:44 -0500 (0:00:00.756) 0:00:04.944 ******* ok: [managed-node2] => { "changed": false, "enabled": true, "name": "firewalld", "state": "started", "status": { "ActiveEnterTimestamp": "Mon 2026-02-16 14:34:42 EST", "ActiveEnterTimestampMonotonic": "190902530", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "dbus.service polkit.service basic.target system.slice", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Mon 2026-02-16 14:34:42 EST", "AssertTimestampMonotonic": "190665825", "Before": "shutdown.target multi-user.target network-pre.target", "BlockIOAccounting": "no", "BlockIOWeight": "18446744073709551615", "BusName": "org.fedoraproject.FirewallD1", "CPUAccounting": "no", "CPUQuotaPerSecUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "18446744073709551615", "CanIsolate": "no", "CanReload": "yes", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "18446744073709551615", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Mon 2026-02-16 14:34:42 EST", "ConditionTimestampMonotonic": "190665823", "Conflicts": "iptables.service ip6tables.service ebtables.service ipset.service shutdown.target", "ControlGroup": "/system.slice/firewalld.service", "ControlPID": "0", "DefaultDependencies": "yes", "Delegate": "no", "Description": "firewalld - dynamic firewall daemon", "DevicePolicy": "auto", "Documentation": "man:firewalld(1)", "EnvironmentFile": "/etc/sysconfig/firewalld (ignore_errors=yes)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "9661", "ExecMainStartTimestamp": "Mon 2026-02-16 14:34:42 EST", "ExecMainStartTimestampMonotonic": "190666828", "ExecMainStatus": "0", "ExecReload": "{ path=/bin/kill ; argv[]=/bin/kill -HUP $MAINPID ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStart": "{ path=/usr/sbin/firewalld ; argv[]=/usr/sbin/firewalld --nofork --nopid $FIREWALLD_ARGS ; ignore_errors=no ; start_time=[Mon 2026-02-16 14:34:42 EST] ; stop_time=[n/a] ; pid=9661 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/firewalld.service", "GuessMainPID": "yes", "IOScheduling": "0", "Id": "firewalld.service", "IgnoreOnIsolate": "no", "IgnoreOnSnapshot": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestamp": "Mon 2026-02-16 14:34:42 EST", "InactiveExitTimestampMonotonic": "190666864", "JobTimeoutAction": "none", "JobTimeoutUSec": "0", "KillMode": "mixed", "KillSignal": "15", "LimitAS": "18446744073709551615", "LimitCORE": "18446744073709551615", "LimitCPU": "18446744073709551615", "LimitDATA": "18446744073709551615", "LimitFSIZE": "18446744073709551615", "LimitLOCKS": "18446744073709551615", "LimitMEMLOCK": "65536", "LimitMSGQUEUE": "819200", "LimitNICE": "0", "LimitNOFILE": "4096", "LimitNPROC": "14311", "LimitRSS": "18446744073709551615", "LimitRTPRIO": "0", "LimitRTTIME": "18446744073709551615", "LimitSIGPENDING": "14311", "LimitSTACK": "18446744073709551615", "LoadState": "loaded", "MainPID": "9661", "MemoryAccounting": "no", "MemoryCurrent": "18446744073709551615", "MemoryLimit": "18446744073709551615", "MountFlags": "0", "Names": "firewalld.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "PrivateDevices": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "ProtectHome": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "Requires": "basic.target system.slice", "Restart": "no", "RestartUSec": "100ms", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "null", "StandardInput": "null", "StandardOutput": "null", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitInterval": "10000000", "StartupBlockIOWeight": "18446744073709551615", "StartupCPUShares": "18446744073709551615", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "no", "TasksCurrent": "18446744073709551615", "TasksMax": "18446744073709551615", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "dbus", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "WantedBy": "multi-user.target", "Wants": "network-pre.target", "WatchdogTimestamp": "Mon 2026-02-16 14:34:42 EST", "WatchdogTimestampMonotonic": "190902478", "WatchdogUSec": "0" } } TASK [fedora.linux_system_roles.firewall : Check if previous replaced is defined] *** task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:39 Monday 16 February 2026 14:35:45 -0500 (0:00:00.455) 0:00:05.400 ******* ok: [managed-node2] => { "ansible_facts": { "__firewall_previous_replaced": true, "__firewall_python_cmd": "/usr/bin/python", "__firewall_report_changed": true }, "changed": false } TASK [fedora.linux_system_roles.firewall : Get config files, checksums before and remove] *** task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:48 Monday 16 February 2026 14:35:45 -0500 (0:00:00.056) 0:00:05.456 ******* ok: [managed-node2] => { "changed": false, "rc": 0 } STDOUT: 4baa9218a023fc374a6d44f36e4d903f1704a4c6ea197ebbbf907d5d346c9855 /etc/firewalld/services/custom.xml 3abce906e7451e7074ff1eb735c807e5b34c2de18d11ebfabd40ba30c738b192 /etc/firewalld/zones/public.xml 65a9e4a0653b58f6808edcf6d432f6676485af237e73cb7adaabab4df3fac7bc /etc/firewalld/firewalld.conf STDERR: Shared connection to 10.31.44.80 closed. TASK [fedora.linux_system_roles.firewall : Tell firewall module it is able to report changed] *** task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:61 Monday 16 February 2026 14:35:46 -0500 (0:00:00.874) 0:00:06.331 ******* ok: [managed-node2] => { "ansible_facts": { "__firewall_report_changed": false }, "changed": false } TASK [fedora.linux_system_roles.firewall : Configure firewall] ***************** task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:77 Monday 16 February 2026 14:35:46 -0500 (0:00:00.061) 0:00:06.392 ******* TASK [fedora.linux_system_roles.firewall : Gather firewall config information] *** task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:130 Monday 16 February 2026 14:35:46 -0500 (0:00:00.045) 0:00:06.437 ******* TASK [fedora.linux_system_roles.firewall : Update firewalld_config fact] ******* task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:141 Monday 16 February 2026 14:35:46 -0500 (0:00:00.045) 0:00:06.483 ******* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Gather firewall config if no arguments] *** task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:150 Monday 16 February 2026 14:35:46 -0500 (0:00:00.043) 0:00:06.526 ******* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Update firewalld_config fact] ******* task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:156 Monday 16 February 2026 14:35:46 -0500 (0:00:00.037) 0:00:06.563 ******* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Get config files, checksums after] *** task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:165 Monday 16 February 2026 14:35:46 -0500 (0:00:00.044) 0:00:06.608 ******* ok: [managed-node2] => { "changed": false, "rc": 0 } STDOUT: 65a9e4a0653b58f6808edcf6d432f6676485af237e73cb7adaabab4df3fac7bc /etc/firewalld/firewalld.conf STDERR: Shared connection to 10.31.44.80 closed. TASK [fedora.linux_system_roles.firewall : Calculate what has changed] ********* task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:176 Monday 16 February 2026 14:35:46 -0500 (0:00:00.364) 0:00:06.973 ******* changed: [managed-node2] => { "ansible_facts": { "firewall_lib_result": { "changed": true } }, "changed": true } TASK [fedora.linux_system_roles.firewall : Show diffs] ************************* task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:182 Monday 16 February 2026 14:35:46 -0500 (0:00:00.048) 0:00:07.022 ******* skipping: [managed-node2] => {} TASK [Get all ipsets] ********************************************************** task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_ipsets.yml:20 Monday 16 February 2026 14:35:46 -0500 (0:00:00.054) 0:00:07.076 ******* ok: [managed-node2] => { "changed": false, "cmd": "set -euo pipefail\nfirewall-offline-cmd --get-ipsets | grep customipset-ipv4\n", "delta": "0:00:00.212905", "end": "2026-02-16 14:35:47.440071", "failed_when_result": false, "rc": 1, "start": "2026-02-16 14:35:47.227166" } MSG: non-zero return code TASK [Define new ipset] ******************************************************** task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_ipsets.yml:32 Monday 16 February 2026 14:35:47 -0500 (0:00:00.554) 0:00:07.631 ******* TASK [fedora.linux_system_roles.firewall : Set platform/version specific variables] *** task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:2 Monday 16 February 2026 14:35:47 -0500 (0:00:00.071) 0:00:07.703 ******* included: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml for managed-node2 TASK [fedora.linux_system_roles.firewall : Ensure ansible_facts used by role] *** task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml:2 Monday 16 February 2026 14:35:47 -0500 (0:00:00.027) 0:00:07.731 ******* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Check if system is ostree] ********** task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml:10 Monday 16 February 2026 14:35:47 -0500 (0:00:00.039) 0:00:07.770 ******* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Set flag to indicate system is ostree] *** task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml:15 Monday 16 February 2026 14:35:47 -0500 (0:00:00.036) 0:00:07.807 ******* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Check if transactional-update exists in /sbin] *** task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml:22 Monday 16 February 2026 14:35:47 -0500 (0:00:00.040) 0:00:07.847 ******* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Set flag if transactional-update exists] *** task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml:27 Monday 16 February 2026 14:35:47 -0500 (0:00:00.039) 0:00:07.886 ******* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Set platform/version specific variables] *** task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml:31 Monday 16 February 2026 14:35:47 -0500 (0:00:00.035) 0:00:07.922 ******* skipping: [managed-node2] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item=CentOS_7.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS_7.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item=CentOS_7.9.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS_7.9.yml", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Setup firewalld] ******************** task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:5 Monday 16 February 2026 14:35:47 -0500 (0:00:00.065) 0:00:07.987 ******* included: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml for managed-node2 TASK [fedora.linux_system_roles.firewall : Run systemctl] ********************** task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:5 Monday 16 February 2026 14:35:47 -0500 (0:00:00.031) 0:00:08.019 ******* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Require installed systemd] ********** task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:12 Monday 16 February 2026 14:35:47 -0500 (0:00:00.035) 0:00:08.055 ******* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Set flag to indicate that systemd runtime operations are available] *** task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:17 Monday 16 February 2026 14:35:47 -0500 (0:00:00.040) 0:00:08.095 ******* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Install firewalld] ****************** task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:22 Monday 16 February 2026 14:35:48 -0500 (0:00:00.046) 0:00:08.142 ******* ok: [managed-node2] => { "changed": false, "rc": 0, "results": [ "firewalld-0.6.3-13.el7_9.noarch providing firewalld is already installed", "python-ipaddress-1.0.16-2.el7.noarch providing python-ipaddress is already installed" ] } TASK [fedora.linux_system_roles.firewall : Notify user that reboot is needed to apply changes] *** task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:34 Monday 16 February 2026 14:35:48 -0500 (0:00:00.695) 0:00:08.838 ******* skipping: [managed-node2] => {} TASK [fedora.linux_system_roles.firewall : Reboot transactional update systems] *** task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:39 Monday 16 February 2026 14:35:48 -0500 (0:00:00.054) 0:00:08.892 ******* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Fail if reboot is needed and not set] *** task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:44 Monday 16 February 2026 14:35:48 -0500 (0:00:00.055) 0:00:08.948 ******* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Check which conflicting services are enabled] *** task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:8 Monday 16 February 2026 14:35:48 -0500 (0:00:00.053) 0:00:09.001 ******* skipping: [managed-node2] => (item=nftables) => { "ansible_loop_var": "item", "changed": false, "item": "nftables", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item=iptables) => { "ansible_loop_var": "item", "changed": false, "item": "iptables", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item=ufw) => { "ansible_loop_var": "item", "changed": false, "item": "ufw", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Attempt to stop and disable conflicting services] *** task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:17 Monday 16 February 2026 14:35:48 -0500 (0:00:00.071) 0:00:09.073 ******* skipping: [managed-node2] => (item={u'skip_reason': u'Conditional result was False', u'item': u'nftables', u'skipped': True, u'ansible_loop_var': u'item', u'changed': False}) => { "ansible_loop_var": "item", "changed": false, "item": { "ansible_loop_var": "item", "changed": false, "item": "nftables", "skip_reason": "Conditional result was False", "skipped": true }, "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item={u'skip_reason': u'Conditional result was False', u'item': u'iptables', u'skipped': True, u'ansible_loop_var': u'item', u'changed': False}) => { "ansible_loop_var": "item", "changed": false, "item": { "ansible_loop_var": "item", "changed": false, "item": "iptables", "skip_reason": "Conditional result was False", "skipped": true }, "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item={u'skip_reason': u'Conditional result was False', u'item': u'ufw', u'skipped': True, u'ansible_loop_var': u'item', u'changed': False}) => { "ansible_loop_var": "item", "changed": false, "item": { "ansible_loop_var": "item", "changed": false, "item": "ufw", "skip_reason": "Conditional result was False", "skipped": true }, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Unmask firewalld service] *********** task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:27 Monday 16 February 2026 14:35:49 -0500 (0:00:00.081) 0:00:09.154 ******* ok: [managed-node2] => { "changed": false, "name": "firewalld", "status": { "ActiveEnterTimestamp": "Mon 2026-02-16 14:34:42 EST", "ActiveEnterTimestampMonotonic": "190902530", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "dbus.service polkit.service basic.target system.slice", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Mon 2026-02-16 14:34:42 EST", "AssertTimestampMonotonic": "190665825", "Before": "shutdown.target multi-user.target network-pre.target", "BlockIOAccounting": "no", "BlockIOWeight": "18446744073709551615", "BusName": "org.fedoraproject.FirewallD1", "CPUAccounting": "no", "CPUQuotaPerSecUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "18446744073709551615", "CanIsolate": "no", "CanReload": "yes", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "18446744073709551615", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Mon 2026-02-16 14:34:42 EST", "ConditionTimestampMonotonic": "190665823", "Conflicts": "iptables.service ip6tables.service ebtables.service ipset.service shutdown.target", "ControlGroup": "/system.slice/firewalld.service", "ControlPID": "0", "DefaultDependencies": "yes", "Delegate": "no", "Description": "firewalld - dynamic firewall daemon", "DevicePolicy": "auto", "Documentation": "man:firewalld(1)", "EnvironmentFile": "/etc/sysconfig/firewalld (ignore_errors=yes)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "9661", "ExecMainStartTimestamp": "Mon 2026-02-16 14:34:42 EST", "ExecMainStartTimestampMonotonic": "190666828", "ExecMainStatus": "0", "ExecReload": "{ path=/bin/kill ; argv[]=/bin/kill -HUP $MAINPID ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStart": "{ path=/usr/sbin/firewalld ; argv[]=/usr/sbin/firewalld --nofork --nopid $FIREWALLD_ARGS ; ignore_errors=no ; start_time=[Mon 2026-02-16 14:34:42 EST] ; stop_time=[n/a] ; pid=9661 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/firewalld.service", "GuessMainPID": "yes", "IOScheduling": "0", "Id": "firewalld.service", "IgnoreOnIsolate": "no", "IgnoreOnSnapshot": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestamp": "Mon 2026-02-16 14:34:42 EST", "InactiveExitTimestampMonotonic": "190666864", "JobTimeoutAction": "none", "JobTimeoutUSec": "0", "KillMode": "mixed", "KillSignal": "15", "LimitAS": "18446744073709551615", "LimitCORE": "18446744073709551615", "LimitCPU": "18446744073709551615", "LimitDATA": "18446744073709551615", "LimitFSIZE": "18446744073709551615", "LimitLOCKS": "18446744073709551615", "LimitMEMLOCK": "65536", "LimitMSGQUEUE": "819200", "LimitNICE": "0", "LimitNOFILE": "4096", "LimitNPROC": "14311", "LimitRSS": "18446744073709551615", "LimitRTPRIO": "0", "LimitRTTIME": "18446744073709551615", "LimitSIGPENDING": "14311", "LimitSTACK": "18446744073709551615", "LoadState": "loaded", "MainPID": "9661", "MemoryAccounting": "no", "MemoryCurrent": "18446744073709551615", "MemoryLimit": "18446744073709551615", "MountFlags": "0", "Names": "firewalld.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "PrivateDevices": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "ProtectHome": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "Requires": "basic.target system.slice", "Restart": "no", "RestartUSec": "100ms", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "null", "StandardInput": "null", "StandardOutput": "null", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitInterval": "10000000", "StartupBlockIOWeight": "18446744073709551615", "StartupCPUShares": "18446744073709551615", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "no", "TasksCurrent": "18446744073709551615", "TasksMax": "18446744073709551615", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "dbus", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "WantedBy": "multi-user.target", "Wants": "network-pre.target", "WatchdogTimestamp": "Mon 2026-02-16 14:34:42 EST", "WatchdogTimestampMonotonic": "190902478", "WatchdogUSec": "0" } } TASK [fedora.linux_system_roles.firewall : Enable and start firewalld service] *** task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:33 Monday 16 February 2026 14:35:49 -0500 (0:00:00.455) 0:00:09.609 ******* ok: [managed-node2] => { "changed": false, "enabled": true, "name": "firewalld", "state": "started", "status": { "ActiveEnterTimestamp": "Mon 2026-02-16 14:34:42 EST", "ActiveEnterTimestampMonotonic": "190902530", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "dbus.service polkit.service basic.target system.slice", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Mon 2026-02-16 14:34:42 EST", "AssertTimestampMonotonic": "190665825", "Before": "shutdown.target multi-user.target network-pre.target", "BlockIOAccounting": "no", "BlockIOWeight": "18446744073709551615", "BusName": "org.fedoraproject.FirewallD1", "CPUAccounting": "no", "CPUQuotaPerSecUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "18446744073709551615", "CanIsolate": "no", "CanReload": "yes", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "18446744073709551615", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Mon 2026-02-16 14:34:42 EST", "ConditionTimestampMonotonic": "190665823", "Conflicts": "iptables.service ip6tables.service ebtables.service ipset.service shutdown.target", "ControlGroup": "/system.slice/firewalld.service", "ControlPID": "0", "DefaultDependencies": "yes", "Delegate": "no", "Description": "firewalld - dynamic firewall daemon", "DevicePolicy": "auto", "Documentation": "man:firewalld(1)", "EnvironmentFile": "/etc/sysconfig/firewalld (ignore_errors=yes)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "9661", "ExecMainStartTimestamp": "Mon 2026-02-16 14:34:42 EST", "ExecMainStartTimestampMonotonic": "190666828", "ExecMainStatus": "0", "ExecReload": "{ path=/bin/kill ; argv[]=/bin/kill -HUP $MAINPID ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStart": "{ path=/usr/sbin/firewalld ; argv[]=/usr/sbin/firewalld --nofork --nopid $FIREWALLD_ARGS ; ignore_errors=no ; start_time=[Mon 2026-02-16 14:34:42 EST] ; stop_time=[n/a] ; pid=9661 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/firewalld.service", "GuessMainPID": "yes", "IOScheduling": "0", "Id": "firewalld.service", "IgnoreOnIsolate": "no", "IgnoreOnSnapshot": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestamp": "Mon 2026-02-16 14:34:42 EST", "InactiveExitTimestampMonotonic": "190666864", "JobTimeoutAction": "none", "JobTimeoutUSec": "0", "KillMode": "mixed", "KillSignal": "15", "LimitAS": "18446744073709551615", "LimitCORE": "18446744073709551615", "LimitCPU": "18446744073709551615", "LimitDATA": "18446744073709551615", "LimitFSIZE": "18446744073709551615", "LimitLOCKS": "18446744073709551615", "LimitMEMLOCK": "65536", "LimitMSGQUEUE": "819200", "LimitNICE": "0", "LimitNOFILE": "4096", "LimitNPROC": "14311", "LimitRSS": "18446744073709551615", "LimitRTPRIO": "0", "LimitRTTIME": "18446744073709551615", "LimitSIGPENDING": "14311", "LimitSTACK": "18446744073709551615", "LoadState": "loaded", "MainPID": "9661", "MemoryAccounting": "no", "MemoryCurrent": "18446744073709551615", "MemoryLimit": "18446744073709551615", "MountFlags": "0", "Names": "firewalld.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "PrivateDevices": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "ProtectHome": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "Requires": "basic.target system.slice", "Restart": "no", "RestartUSec": "100ms", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "null", "StandardInput": "null", "StandardOutput": "null", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitInterval": "10000000", "StartupBlockIOWeight": "18446744073709551615", "StartupCPUShares": "18446744073709551615", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "no", "TasksCurrent": "18446744073709551615", "TasksMax": "18446744073709551615", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "dbus", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "WantedBy": "multi-user.target", "Wants": "network-pre.target", "WatchdogTimestamp": "Mon 2026-02-16 14:34:42 EST", "WatchdogTimestampMonotonic": "190902478", "WatchdogUSec": "0" } } TASK [fedora.linux_system_roles.firewall : Check if previous replaced is defined] *** task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:39 Monday 16 February 2026 14:35:49 -0500 (0:00:00.420) 0:00:10.030 ******* ok: [managed-node2] => { "ansible_facts": { "__firewall_previous_replaced": false, "__firewall_python_cmd": "/usr/bin/python", "__firewall_report_changed": true }, "changed": false } TASK [fedora.linux_system_roles.firewall : Get config files, checksums before and remove] *** task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:48 Monday 16 February 2026 14:35:49 -0500 (0:00:00.045) 0:00:10.076 ******* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Tell firewall module it is able to report changed] *** task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:61 Monday 16 February 2026 14:35:49 -0500 (0:00:00.036) 0:00:10.113 ******* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Configure firewall] ***************** task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:77 Monday 16 February 2026 14:35:50 -0500 (0:00:00.043) 0:00:10.157 ******* changed: [managed-node2] => (item={u'short': u'Custom', u'description': u'Custom IPSet for testing purposes', u'ipset': u'customipset-ipv4', u'ipset_type': u'hash:ip', u'ipset_options': {u'hashsize': 120, u'maxelem': 1000}, u'state': u'present', u'permanent': True, u'ipset_entries': [u'127.0.0.1', u'8.8.8.8']}) => { "__firewall_changed": true, "ansible_loop_var": "item", "changed": true, "item": { "description": "Custom IPSet for testing purposes", "ipset": "customipset-ipv4", "ipset_entries": [ "127.0.0.1", "8.8.8.8" ], "ipset_options": { "hashsize": 120, "maxelem": 1000 }, "ipset_type": "hash:ip", "permanent": true, "short": "Custom", "state": "present" } } changed: [managed-node2] => (item={u'short': u'Custom', u'description': u'Custom IPSet for testing purposes', u'ipset': u'customipset-ipv6', u'ipset_type': u'hash:ip', u'ipset_options': {u'hashsize': 120, u'maxelem': 1000}, u'state': u'present', u'permanent': True, u'ipset_entries': [u'2001:4860:4860::8844', u'2001:4860:4860::8888']}) => { "__firewall_changed": true, "ansible_loop_var": "item", "changed": true, "item": { "description": "Custom IPSet for testing purposes", "ipset": "customipset-ipv6", "ipset_entries": [ "2001:4860:4860::8844", "2001:4860:4860::8888" ], "ipset_options": { "hashsize": 120, "maxelem": 1000 }, "ipset_type": "hash:ip", "permanent": true, "short": "Custom", "state": "present" } } TASK [fedora.linux_system_roles.firewall : Gather firewall config information] *** task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:130 Monday 16 February 2026 14:35:51 -0500 (0:00:01.840) 0:00:11.998 ******* skipping: [managed-node2] => (item={u'short': u'Custom', u'description': u'Custom IPSet for testing purposes', u'ipset': u'customipset-ipv4', u'ipset_type': u'hash:ip', u'ipset_options': {u'hashsize': 120, u'maxelem': 1000}, u'state': u'present', u'permanent': True, u'ipset_entries': [u'127.0.0.1', u'8.8.8.8']}) => { "ansible_loop_var": "item", "changed": false, "item": { "description": "Custom IPSet for testing purposes", "ipset": "customipset-ipv4", "ipset_entries": [ "127.0.0.1", "8.8.8.8" ], "ipset_options": { "hashsize": 120, "maxelem": 1000 }, "ipset_type": "hash:ip", "permanent": true, "short": "Custom", "state": "present" }, "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item={u'short': u'Custom', u'description': u'Custom IPSet for testing purposes', u'ipset': u'customipset-ipv6', u'ipset_type': u'hash:ip', u'ipset_options': {u'hashsize': 120, u'maxelem': 1000}, u'state': u'present', u'permanent': True, u'ipset_entries': [u'2001:4860:4860::8844', u'2001:4860:4860::8888']}) => { "ansible_loop_var": "item", "changed": false, "item": { "description": "Custom IPSet for testing purposes", "ipset": "customipset-ipv6", "ipset_entries": [ "2001:4860:4860::8844", "2001:4860:4860::8888" ], "ipset_options": { "hashsize": 120, "maxelem": 1000 }, "ipset_type": "hash:ip", "permanent": true, "short": "Custom", "state": "present" }, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Update firewalld_config fact] ******* task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:141 Monday 16 February 2026 14:35:51 -0500 (0:00:00.057) 0:00:12.055 ******* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Gather firewall config if no arguments] *** task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:150 Monday 16 February 2026 14:35:51 -0500 (0:00:00.044) 0:00:12.100 ******* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Update firewalld_config fact] ******* task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:156 Monday 16 February 2026 14:35:52 -0500 (0:00:00.047) 0:00:12.148 ******* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Get config files, checksums after] *** task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:165 Monday 16 February 2026 14:35:52 -0500 (0:00:00.056) 0:00:12.205 ******* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Calculate what has changed] ********* task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:176 Monday 16 February 2026 14:35:52 -0500 (0:00:00.051) 0:00:12.257 ******* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Show diffs] ************************* task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:182 Monday 16 February 2026 14:35:52 -0500 (0:00:00.056) 0:00:12.313 ******* skipping: [managed-node2] => {} TASK [Fail if ipsets not added] ************************************************ task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_ipsets.yml:62 Monday 16 February 2026 14:35:52 -0500 (0:00:00.059) 0:00:12.373 ******* ok: [managed-node2] => (item=customipset-ipv4) => { "ansible_loop_var": "item", "changed": false, "cmd": "set -euo pipefail\nfirewall-offline-cmd --get-ipsets | grep customipset-ipv4\n", "delta": "0:00:00.212749", "end": "2026-02-16 14:35:52.775595", "item": "customipset-ipv4", "rc": 0, "start": "2026-02-16 14:35:52.562846" } STDOUT: customipset-ipv4 customipset-ipv6 ok: [managed-node2] => (item=customipset-ipv6) => { "ansible_loop_var": "item", "changed": false, "cmd": "set -euo pipefail\nfirewall-offline-cmd --get-ipsets | grep customipset-ipv6\n", "delta": "0:00:00.213264", "end": "2026-02-16 14:35:53.299838", "item": "customipset-ipv6", "rc": 0, "start": "2026-02-16 14:35:53.086574" } STDOUT: customipset-ipv4 customipset-ipv6 TASK [Fail if entry not added to ipset] **************************************** task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_ipsets.yml:73 Monday 16 February 2026 14:35:53 -0500 (0:00:01.088) 0:00:13.462 ******* ok: [managed-node2] => (item={u'entry': u'8.8.8.8', u'name': u'customipset-ipv4'}) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "firewall-offline-cmd", "--ipset", "customipset-ipv4", "--query-entry", "8.8.8.8" ], "delta": "0:00:00.213024", "end": "2026-02-16 14:35:53.811895", "item": { "entry": "8.8.8.8", "name": "customipset-ipv4" }, "rc": 0, "start": "2026-02-16 14:35:53.598871" } STDOUT: yes ok: [managed-node2] => (item={u'entry': u'2001:4860:4860::8844', u'name': u'customipset-ipv6'}) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "firewall-offline-cmd", "--ipset", "customipset-ipv6", "--query-entry", "2001:4860:4860::8844" ], "delta": "0:00:00.214173", "end": "2026-02-16 14:35:54.317108", "item": { "entry": "2001:4860:4860::8844", "name": "customipset-ipv6" }, "rc": 0, "start": "2026-02-16 14:35:54.102935" } STDOUT: yes ok: [managed-node2] => (item={u'entry': u'2001:4860:4860::8888', u'name': u'customipset-ipv6'}) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "firewall-offline-cmd", "--ipset", "customipset-ipv6", "--query-entry", "2001:4860:4860::8888" ], "delta": "0:00:00.212776", "end": "2026-02-16 14:35:54.799558", "item": { "entry": "2001:4860:4860::8888", "name": "customipset-ipv6" }, "rc": 0, "start": "2026-02-16 14:35:54.586782" } STDOUT: yes TASK [Fail if options not added to ipset] ************************************** task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_ipsets.yml:84 Monday 16 February 2026 14:35:54 -0500 (0:00:01.514) 0:00:14.976 ******* ok: [managed-node2] => (item={u'option2': u'maxelem=1000', u'name': u'customipset-ipv4', u'option1': u'hashsize=120'}) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "firewall-offline-cmd", "--info-ipset", "customipset-ipv4" ], "delta": "0:00:00.212271", "end": "2026-02-16 14:35:55.374917", "failed_when_result": false, "item": { "name": "customipset-ipv4", "option1": "hashsize=120", "option2": "maxelem=1000" }, "rc": 0, "start": "2026-02-16 14:35:55.162646" } STDOUT: customipset-ipv4 type: hash:ip options: hashsize=120 maxelem=1000 entries: 127.0.0.1 8.8.8.8 ok: [managed-node2] => (item={u'option2': u'maxelem=1000', u'name': u'customipset-ipv6', u'option1': u'hashsize=120'}) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "firewall-offline-cmd", "--info-ipset", "customipset-ipv6" ], "delta": "0:00:00.213212", "end": "2026-02-16 14:35:55.863496", "failed_when_result": false, "item": { "name": "customipset-ipv6", "option1": "hashsize=120", "option2": "maxelem=1000" }, "rc": 0, "start": "2026-02-16 14:35:55.650284" } STDOUT: customipset-ipv6 type: hash:ip options: hashsize=120 maxelem=1000 family=inet6 entries: 2001:4860:4860::8844 2001:4860:4860::8888 TASK [Redefine new ipsets] ***************************************************** task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_ipsets.yml:97 Monday 16 February 2026 14:35:55 -0500 (0:00:01.054) 0:00:16.031 ******* TASK [fedora.linux_system_roles.firewall : Set platform/version specific variables] *** task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:2 Monday 16 February 2026 14:35:56 -0500 (0:00:00.114) 0:00:16.145 ******* included: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml for managed-node2 TASK [fedora.linux_system_roles.firewall : Ensure ansible_facts used by role] *** task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml:2 Monday 16 February 2026 14:35:56 -0500 (0:00:00.028) 0:00:16.174 ******* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Check if system is ostree] ********** task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml:10 Monday 16 February 2026 14:35:56 -0500 (0:00:00.039) 0:00:16.213 ******* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Set flag to indicate system is ostree] *** task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml:15 Monday 16 February 2026 14:35:56 -0500 (0:00:00.036) 0:00:16.250 ******* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Check if transactional-update exists in /sbin] *** task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml:22 Monday 16 February 2026 14:35:56 -0500 (0:00:00.036) 0:00:16.286 ******* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Set flag if transactional-update exists] *** task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml:27 Monday 16 February 2026 14:35:56 -0500 (0:00:00.043) 0:00:16.329 ******* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Set platform/version specific variables] *** task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml:31 Monday 16 February 2026 14:35:56 -0500 (0:00:00.056) 0:00:16.385 ******* skipping: [managed-node2] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item=CentOS_7.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS_7.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item=CentOS_7.9.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS_7.9.yml", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Setup firewalld] ******************** task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:5 Monday 16 February 2026 14:35:56 -0500 (0:00:00.084) 0:00:16.469 ******* included: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml for managed-node2 TASK [fedora.linux_system_roles.firewall : Run systemctl] ********************** task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:5 Monday 16 February 2026 14:35:56 -0500 (0:00:00.042) 0:00:16.512 ******* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Require installed systemd] ********** task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:12 Monday 16 February 2026 14:35:56 -0500 (0:00:00.047) 0:00:16.559 ******* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Set flag to indicate that systemd runtime operations are available] *** task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:17 Monday 16 February 2026 14:35:56 -0500 (0:00:00.037) 0:00:16.596 ******* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Install firewalld] ****************** task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:22 Monday 16 February 2026 14:35:56 -0500 (0:00:00.036) 0:00:16.633 ******* ok: [managed-node2] => { "changed": false, "rc": 0, "results": [ "firewalld-0.6.3-13.el7_9.noarch providing firewalld is already installed", "python-ipaddress-1.0.16-2.el7.noarch providing python-ipaddress is already installed" ] } TASK [fedora.linux_system_roles.firewall : Notify user that reboot is needed to apply changes] *** task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:34 Monday 16 February 2026 14:35:57 -0500 (0:00:00.595) 0:00:17.228 ******* skipping: [managed-node2] => {} TASK [fedora.linux_system_roles.firewall : Reboot transactional update systems] *** task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:39 Monday 16 February 2026 14:35:57 -0500 (0:00:00.037) 0:00:17.265 ******* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Fail if reboot is needed and not set] *** task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:44 Monday 16 February 2026 14:35:57 -0500 (0:00:00.038) 0:00:17.303 ******* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Check which conflicting services are enabled] *** task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:8 Monday 16 February 2026 14:35:57 -0500 (0:00:00.037) 0:00:17.341 ******* skipping: [managed-node2] => (item=nftables) => { "ansible_loop_var": "item", "changed": false, "item": "nftables", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item=iptables) => { "ansible_loop_var": "item", "changed": false, "item": "iptables", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item=ufw) => { "ansible_loop_var": "item", "changed": false, "item": "ufw", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Attempt to stop and disable conflicting services] *** task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:17 Monday 16 February 2026 14:35:57 -0500 (0:00:00.052) 0:00:17.393 ******* skipping: [managed-node2] => (item={u'skip_reason': u'Conditional result was False', u'item': u'nftables', u'skipped': True, u'ansible_loop_var': u'item', u'changed': False}) => { "ansible_loop_var": "item", "changed": false, "item": { "ansible_loop_var": "item", "changed": false, "item": "nftables", "skip_reason": "Conditional result was False", "skipped": true }, "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item={u'skip_reason': u'Conditional result was False', u'item': u'iptables', u'skipped': True, u'ansible_loop_var': u'item', u'changed': False}) => { "ansible_loop_var": "item", "changed": false, "item": { "ansible_loop_var": "item", "changed": false, "item": "iptables", "skip_reason": "Conditional result was False", "skipped": true }, "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item={u'skip_reason': u'Conditional result was False', u'item': u'ufw', u'skipped': True, u'ansible_loop_var': u'item', u'changed': False}) => { "ansible_loop_var": "item", "changed": false, "item": { "ansible_loop_var": "item", "changed": false, "item": "ufw", "skip_reason": "Conditional result was False", "skipped": true }, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Unmask firewalld service] *********** task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:27 Monday 16 February 2026 14:35:57 -0500 (0:00:00.058) 0:00:17.452 ******* ok: [managed-node2] => { "changed": false, "name": "firewalld", "status": { "ActiveEnterTimestamp": "Mon 2026-02-16 14:34:42 EST", "ActiveEnterTimestampMonotonic": "190902530", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "dbus.service polkit.service basic.target system.slice", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Mon 2026-02-16 14:34:42 EST", "AssertTimestampMonotonic": "190665825", "Before": "shutdown.target multi-user.target network-pre.target", "BlockIOAccounting": "no", "BlockIOWeight": "18446744073709551615", "BusName": "org.fedoraproject.FirewallD1", "CPUAccounting": "no", "CPUQuotaPerSecUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "18446744073709551615", "CanIsolate": "no", "CanReload": "yes", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "18446744073709551615", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Mon 2026-02-16 14:34:42 EST", "ConditionTimestampMonotonic": "190665823", "Conflicts": "iptables.service ip6tables.service ebtables.service ipset.service shutdown.target", "ControlGroup": "/system.slice/firewalld.service", "ControlPID": "0", "DefaultDependencies": "yes", "Delegate": "no", "Description": "firewalld - dynamic firewall daemon", "DevicePolicy": "auto", "Documentation": "man:firewalld(1)", "EnvironmentFile": "/etc/sysconfig/firewalld (ignore_errors=yes)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "9661", "ExecMainStartTimestamp": "Mon 2026-02-16 14:34:42 EST", "ExecMainStartTimestampMonotonic": "190666828", "ExecMainStatus": "0", "ExecReload": "{ path=/bin/kill ; argv[]=/bin/kill -HUP $MAINPID ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStart": "{ path=/usr/sbin/firewalld ; argv[]=/usr/sbin/firewalld --nofork --nopid $FIREWALLD_ARGS ; ignore_errors=no ; start_time=[Mon 2026-02-16 14:34:42 EST] ; stop_time=[n/a] ; pid=9661 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/firewalld.service", "GuessMainPID": "yes", "IOScheduling": "0", "Id": "firewalld.service", "IgnoreOnIsolate": "no", "IgnoreOnSnapshot": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestamp": "Mon 2026-02-16 14:34:42 EST", "InactiveExitTimestampMonotonic": "190666864", "JobTimeoutAction": "none", "JobTimeoutUSec": "0", "KillMode": "mixed", "KillSignal": "15", "LimitAS": "18446744073709551615", "LimitCORE": "18446744073709551615", "LimitCPU": "18446744073709551615", "LimitDATA": "18446744073709551615", "LimitFSIZE": "18446744073709551615", "LimitLOCKS": "18446744073709551615", "LimitMEMLOCK": "65536", "LimitMSGQUEUE": "819200", "LimitNICE": "0", "LimitNOFILE": "4096", "LimitNPROC": "14311", "LimitRSS": "18446744073709551615", "LimitRTPRIO": "0", "LimitRTTIME": "18446744073709551615", "LimitSIGPENDING": "14311", "LimitSTACK": "18446744073709551615", "LoadState": "loaded", "MainPID": "9661", "MemoryAccounting": "no", "MemoryCurrent": "18446744073709551615", "MemoryLimit": "18446744073709551615", "MountFlags": "0", "Names": "firewalld.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "PrivateDevices": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "ProtectHome": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "Requires": "basic.target system.slice", "Restart": "no", "RestartUSec": "100ms", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "null", "StandardInput": "null", "StandardOutput": "null", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitInterval": "10000000", "StartupBlockIOWeight": "18446744073709551615", "StartupCPUShares": "18446744073709551615", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "no", "TasksCurrent": "18446744073709551615", "TasksMax": "18446744073709551615", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "dbus", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "WantedBy": "multi-user.target", "Wants": "network-pre.target", "WatchdogTimestamp": "Mon 2026-02-16 14:34:42 EST", "WatchdogTimestampMonotonic": "190902478", "WatchdogUSec": "0" } } TASK [fedora.linux_system_roles.firewall : Enable and start firewalld service] *** task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:33 Monday 16 February 2026 14:35:57 -0500 (0:00:00.417) 0:00:17.870 ******* ok: [managed-node2] => { "changed": false, "enabled": true, "name": "firewalld", "state": "started", "status": { "ActiveEnterTimestamp": "Mon 2026-02-16 14:34:42 EST", "ActiveEnterTimestampMonotonic": "190902530", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "dbus.service polkit.service basic.target system.slice", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Mon 2026-02-16 14:34:42 EST", "AssertTimestampMonotonic": "190665825", "Before": "shutdown.target multi-user.target network-pre.target", "BlockIOAccounting": "no", "BlockIOWeight": "18446744073709551615", "BusName": "org.fedoraproject.FirewallD1", "CPUAccounting": "no", "CPUQuotaPerSecUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "18446744073709551615", "CanIsolate": "no", "CanReload": "yes", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "18446744073709551615", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Mon 2026-02-16 14:34:42 EST", "ConditionTimestampMonotonic": "190665823", "Conflicts": "iptables.service ip6tables.service ebtables.service ipset.service shutdown.target", "ControlGroup": "/system.slice/firewalld.service", "ControlPID": "0", "DefaultDependencies": "yes", "Delegate": "no", "Description": "firewalld - dynamic firewall daemon", "DevicePolicy": "auto", "Documentation": "man:firewalld(1)", "EnvironmentFile": "/etc/sysconfig/firewalld (ignore_errors=yes)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "9661", "ExecMainStartTimestamp": "Mon 2026-02-16 14:34:42 EST", "ExecMainStartTimestampMonotonic": "190666828", "ExecMainStatus": "0", "ExecReload": "{ path=/bin/kill ; argv[]=/bin/kill -HUP $MAINPID ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStart": "{ path=/usr/sbin/firewalld ; argv[]=/usr/sbin/firewalld --nofork --nopid $FIREWALLD_ARGS ; ignore_errors=no ; start_time=[Mon 2026-02-16 14:34:42 EST] ; stop_time=[n/a] ; pid=9661 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/firewalld.service", "GuessMainPID": "yes", "IOScheduling": "0", "Id": "firewalld.service", "IgnoreOnIsolate": "no", "IgnoreOnSnapshot": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestamp": "Mon 2026-02-16 14:34:42 EST", "InactiveExitTimestampMonotonic": "190666864", "JobTimeoutAction": "none", "JobTimeoutUSec": "0", "KillMode": "mixed", "KillSignal": "15", "LimitAS": "18446744073709551615", "LimitCORE": "18446744073709551615", "LimitCPU": "18446744073709551615", "LimitDATA": "18446744073709551615", "LimitFSIZE": "18446744073709551615", "LimitLOCKS": "18446744073709551615", "LimitMEMLOCK": "65536", "LimitMSGQUEUE": "819200", "LimitNICE": "0", "LimitNOFILE": "4096", "LimitNPROC": "14311", "LimitRSS": "18446744073709551615", "LimitRTPRIO": "0", "LimitRTTIME": "18446744073709551615", "LimitSIGPENDING": "14311", "LimitSTACK": "18446744073709551615", "LoadState": "loaded", "MainPID": "9661", "MemoryAccounting": "no", "MemoryCurrent": "18446744073709551615", "MemoryLimit": "18446744073709551615", "MountFlags": "0", "Names": "firewalld.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "PrivateDevices": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "ProtectHome": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "Requires": "basic.target system.slice", "Restart": "no", "RestartUSec": "100ms", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "null", "StandardInput": "null", "StandardOutput": "null", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitInterval": "10000000", "StartupBlockIOWeight": "18446744073709551615", "StartupCPUShares": "18446744073709551615", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "no", "TasksCurrent": "18446744073709551615", "TasksMax": "18446744073709551615", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "dbus", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "WantedBy": "multi-user.target", "Wants": "network-pre.target", "WatchdogTimestamp": "Mon 2026-02-16 14:34:42 EST", "WatchdogTimestampMonotonic": "190902478", "WatchdogUSec": "0" } } TASK [fedora.linux_system_roles.firewall : Check if previous replaced is defined] *** task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:39 Monday 16 February 2026 14:35:58 -0500 (0:00:00.388) 0:00:18.258 ******* ok: [managed-node2] => { "ansible_facts": { "__firewall_previous_replaced": false, "__firewall_python_cmd": "/usr/bin/python", "__firewall_report_changed": true }, "changed": false } TASK [fedora.linux_system_roles.firewall : Get config files, checksums before and remove] *** task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:48 Monday 16 February 2026 14:35:58 -0500 (0:00:00.045) 0:00:18.303 ******* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Tell firewall module it is able to report changed] *** task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:61 Monday 16 February 2026 14:35:58 -0500 (0:00:00.037) 0:00:18.340 ******* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Configure firewall] ***************** task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:77 Monday 16 February 2026 14:35:58 -0500 (0:00:00.037) 0:00:18.378 ******* ok: [managed-node2] => (item={u'permanent': True, u'state': u'present', u'short': u'Custom', u'description': u'Custom IPSet for testing purposes', u'ipset': u'customipset-ipv4', u'ipset_options': {u'hashsize': 120, u'maxelem': 1000}}) => { "__firewall_changed": false, "ansible_loop_var": "item", "changed": false, "item": { "description": "Custom IPSet for testing purposes", "ipset": "customipset-ipv4", "ipset_options": { "hashsize": 120, "maxelem": 1000 }, "permanent": true, "short": "Custom", "state": "present" } } ok: [managed-node2] => (item={u'permanent': True, u'state': u'present', u'short': u'Custom', u'description': u'Custom IPSet for testing purposes', u'ipset': u'customipset-ipv6', u'ipset_options': {u'hashsize': 120, u'maxelem': 1000}}) => { "__firewall_changed": false, "ansible_loop_var": "item", "changed": false, "item": { "description": "Custom IPSet for testing purposes", "ipset": "customipset-ipv6", "ipset_options": { "hashsize": 120, "maxelem": 1000 }, "permanent": true, "short": "Custom", "state": "present" } } TASK [fedora.linux_system_roles.firewall : Gather firewall config information] *** task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:130 Monday 16 February 2026 14:35:59 -0500 (0:00:01.189) 0:00:19.568 ******* skipping: [managed-node2] => (item={u'permanent': True, u'state': u'present', u'short': u'Custom', u'description': u'Custom IPSet for testing purposes', u'ipset': u'customipset-ipv4', u'ipset_options': {u'hashsize': 120, u'maxelem': 1000}}) => { "ansible_loop_var": "item", "changed": false, "item": { "description": "Custom IPSet for testing purposes", "ipset": "customipset-ipv4", "ipset_options": { "hashsize": 120, "maxelem": 1000 }, "permanent": true, "short": "Custom", "state": "present" }, "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item={u'permanent': True, u'state': u'present', u'short': u'Custom', u'description': u'Custom IPSet for testing purposes', u'ipset': u'customipset-ipv6', u'ipset_options': {u'hashsize': 120, u'maxelem': 1000}}) => { "ansible_loop_var": "item", "changed": false, "item": { "description": "Custom IPSet for testing purposes", "ipset": "customipset-ipv6", "ipset_options": { "hashsize": 120, "maxelem": 1000 }, "permanent": true, "short": "Custom", "state": "present" }, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Update firewalld_config fact] ******* task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:141 Monday 16 February 2026 14:35:59 -0500 (0:00:00.088) 0:00:19.656 ******* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Gather firewall config if no arguments] *** task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:150 Monday 16 February 2026 14:35:59 -0500 (0:00:00.063) 0:00:19.720 ******* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Update firewalld_config fact] ******* task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:156 Monday 16 February 2026 14:35:59 -0500 (0:00:00.055) 0:00:19.776 ******* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Get config files, checksums after] *** task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:165 Monday 16 February 2026 14:35:59 -0500 (0:00:00.047) 0:00:19.823 ******* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Calculate what has changed] ********* task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:176 Monday 16 February 2026 14:35:59 -0500 (0:00:00.044) 0:00:19.868 ******* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Show diffs] ************************* task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:182 Monday 16 February 2026 14:35:59 -0500 (0:00:00.055) 0:00:19.924 ******* skipping: [managed-node2] => {} TASK [Fail if defining ipset not idempotent] *********************************** task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_ipsets.yml:119 Monday 16 February 2026 14:35:59 -0500 (0:00:00.043) 0:00:19.968 ******* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Modify ipset options] **************************************************** task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_ipsets.yml:125 Monday 16 February 2026 14:35:59 -0500 (0:00:00.037) 0:00:20.005 ******* TASK [fedora.linux_system_roles.firewall : Set platform/version specific variables] *** task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:2 Monday 16 February 2026 14:36:00 -0500 (0:00:00.126) 0:00:20.132 ******* included: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml for managed-node2 TASK [fedora.linux_system_roles.firewall : Ensure ansible_facts used by role] *** task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml:2 Monday 16 February 2026 14:36:00 -0500 (0:00:00.028) 0:00:20.160 ******* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Check if system is ostree] ********** task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml:10 Monday 16 February 2026 14:36:00 -0500 (0:00:00.039) 0:00:20.200 ******* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Set flag to indicate system is ostree] *** task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml:15 Monday 16 February 2026 14:36:00 -0500 (0:00:00.038) 0:00:20.239 ******* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Check if transactional-update exists in /sbin] *** task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml:22 Monday 16 February 2026 14:36:00 -0500 (0:00:00.047) 0:00:20.286 ******* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Set flag if transactional-update exists] *** task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml:27 Monday 16 February 2026 14:36:00 -0500 (0:00:00.057) 0:00:20.344 ******* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Set platform/version specific variables] *** task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml:31 Monday 16 February 2026 14:36:00 -0500 (0:00:00.059) 0:00:20.404 ******* skipping: [managed-node2] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item=CentOS_7.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS_7.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item=CentOS_7.9.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS_7.9.yml", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Setup firewalld] ******************** task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:5 Monday 16 February 2026 14:36:00 -0500 (0:00:00.105) 0:00:20.509 ******* included: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml for managed-node2 TASK [fedora.linux_system_roles.firewall : Run systemctl] ********************** task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:5 Monday 16 February 2026 14:36:00 -0500 (0:00:00.054) 0:00:20.564 ******* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Require installed systemd] ********** task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:12 Monday 16 February 2026 14:36:00 -0500 (0:00:00.056) 0:00:20.621 ******* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Set flag to indicate that systemd runtime operations are available] *** task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:17 Monday 16 February 2026 14:36:00 -0500 (0:00:00.055) 0:00:20.676 ******* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Install firewalld] ****************** task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:22 Monday 16 February 2026 14:36:00 -0500 (0:00:00.042) 0:00:20.718 ******* ok: [managed-node2] => { "changed": false, "rc": 0, "results": [ "firewalld-0.6.3-13.el7_9.noarch providing firewalld is already installed", "python-ipaddress-1.0.16-2.el7.noarch providing python-ipaddress is already installed" ] } TASK [fedora.linux_system_roles.firewall : Notify user that reboot is needed to apply changes] *** task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:34 Monday 16 February 2026 14:36:01 -0500 (0:00:00.617) 0:00:21.336 ******* skipping: [managed-node2] => {} TASK [fedora.linux_system_roles.firewall : Reboot transactional update systems] *** task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:39 Monday 16 February 2026 14:36:01 -0500 (0:00:00.037) 0:00:21.373 ******* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Fail if reboot is needed and not set] *** task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:44 Monday 16 February 2026 14:36:01 -0500 (0:00:00.051) 0:00:21.424 ******* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Check which conflicting services are enabled] *** task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:8 Monday 16 February 2026 14:36:01 -0500 (0:00:00.057) 0:00:21.482 ******* skipping: [managed-node2] => (item=nftables) => { "ansible_loop_var": "item", "changed": false, "item": "nftables", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item=iptables) => { "ansible_loop_var": "item", "changed": false, "item": "iptables", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item=ufw) => { "ansible_loop_var": "item", "changed": false, "item": "ufw", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Attempt to stop and disable conflicting services] *** task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:17 Monday 16 February 2026 14:36:01 -0500 (0:00:00.073) 0:00:21.556 ******* skipping: [managed-node2] => (item={u'skip_reason': u'Conditional result was False', u'item': u'nftables', u'skipped': True, u'ansible_loop_var': u'item', u'changed': False}) => { "ansible_loop_var": "item", "changed": false, "item": { "ansible_loop_var": "item", "changed": false, "item": "nftables", "skip_reason": "Conditional result was False", "skipped": true }, "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item={u'skip_reason': u'Conditional result was False', u'item': u'iptables', u'skipped': True, u'ansible_loop_var': u'item', u'changed': False}) => { "ansible_loop_var": "item", "changed": false, "item": { "ansible_loop_var": "item", "changed": false, "item": "iptables", "skip_reason": "Conditional result was False", "skipped": true }, "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item={u'skip_reason': u'Conditional result was False', u'item': u'ufw', u'skipped': True, u'ansible_loop_var': u'item', u'changed': False}) => { "ansible_loop_var": "item", "changed": false, "item": { "ansible_loop_var": "item", "changed": false, "item": "ufw", "skip_reason": "Conditional result was False", "skipped": true }, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Unmask firewalld service] *********** task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:27 Monday 16 February 2026 14:36:01 -0500 (0:00:00.082) 0:00:21.638 ******* ok: [managed-node2] => { "changed": false, "name": "firewalld", "status": { "ActiveEnterTimestamp": "Mon 2026-02-16 14:34:42 EST", "ActiveEnterTimestampMonotonic": "190902530", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "dbus.service polkit.service basic.target system.slice", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Mon 2026-02-16 14:34:42 EST", "AssertTimestampMonotonic": "190665825", "Before": "shutdown.target multi-user.target network-pre.target", "BlockIOAccounting": "no", "BlockIOWeight": "18446744073709551615", "BusName": "org.fedoraproject.FirewallD1", "CPUAccounting": "no", "CPUQuotaPerSecUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "18446744073709551615", "CanIsolate": "no", "CanReload": "yes", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "18446744073709551615", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Mon 2026-02-16 14:34:42 EST", "ConditionTimestampMonotonic": "190665823", "Conflicts": "iptables.service ip6tables.service ebtables.service ipset.service shutdown.target", "ControlGroup": "/system.slice/firewalld.service", "ControlPID": "0", "DefaultDependencies": "yes", "Delegate": "no", "Description": "firewalld - dynamic firewall daemon", "DevicePolicy": "auto", "Documentation": "man:firewalld(1)", "EnvironmentFile": "/etc/sysconfig/firewalld (ignore_errors=yes)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "9661", "ExecMainStartTimestamp": "Mon 2026-02-16 14:34:42 EST", "ExecMainStartTimestampMonotonic": "190666828", "ExecMainStatus": "0", "ExecReload": "{ path=/bin/kill ; argv[]=/bin/kill -HUP $MAINPID ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStart": "{ path=/usr/sbin/firewalld ; argv[]=/usr/sbin/firewalld --nofork --nopid $FIREWALLD_ARGS ; ignore_errors=no ; start_time=[Mon 2026-02-16 14:34:42 EST] ; stop_time=[n/a] ; pid=9661 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/firewalld.service", "GuessMainPID": "yes", "IOScheduling": "0", "Id": "firewalld.service", "IgnoreOnIsolate": "no", "IgnoreOnSnapshot": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestamp": "Mon 2026-02-16 14:34:42 EST", "InactiveExitTimestampMonotonic": "190666864", "JobTimeoutAction": "none", "JobTimeoutUSec": "0", "KillMode": "mixed", "KillSignal": "15", "LimitAS": "18446744073709551615", "LimitCORE": "18446744073709551615", "LimitCPU": "18446744073709551615", "LimitDATA": "18446744073709551615", "LimitFSIZE": "18446744073709551615", "LimitLOCKS": "18446744073709551615", "LimitMEMLOCK": "65536", "LimitMSGQUEUE": "819200", "LimitNICE": "0", "LimitNOFILE": "4096", "LimitNPROC": "14311", "LimitRSS": "18446744073709551615", "LimitRTPRIO": "0", "LimitRTTIME": "18446744073709551615", "LimitSIGPENDING": "14311", "LimitSTACK": "18446744073709551615", "LoadState": "loaded", "MainPID": "9661", "MemoryAccounting": "no", "MemoryCurrent": "18446744073709551615", "MemoryLimit": "18446744073709551615", "MountFlags": "0", "Names": "firewalld.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "PrivateDevices": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "ProtectHome": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "Requires": "basic.target system.slice", "Restart": "no", "RestartUSec": "100ms", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "null", "StandardInput": "null", "StandardOutput": "null", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitInterval": "10000000", "StartupBlockIOWeight": "18446744073709551615", "StartupCPUShares": "18446744073709551615", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "no", "TasksCurrent": "18446744073709551615", "TasksMax": "18446744073709551615", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "dbus", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "WantedBy": "multi-user.target", "Wants": "network-pre.target", "WatchdogTimestamp": "Mon 2026-02-16 14:34:42 EST", "WatchdogTimestampMonotonic": "190902478", "WatchdogUSec": "0" } } TASK [fedora.linux_system_roles.firewall : Enable and start firewalld service] *** task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:33 Monday 16 February 2026 14:36:01 -0500 (0:00:00.424) 0:00:22.063 ******* ok: [managed-node2] => { "changed": false, "enabled": true, "name": "firewalld", "state": "started", "status": { "ActiveEnterTimestamp": "Mon 2026-02-16 14:34:42 EST", "ActiveEnterTimestampMonotonic": "190902530", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "dbus.service polkit.service basic.target system.slice", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Mon 2026-02-16 14:34:42 EST", "AssertTimestampMonotonic": "190665825", "Before": "shutdown.target multi-user.target network-pre.target", "BlockIOAccounting": "no", "BlockIOWeight": "18446744073709551615", "BusName": "org.fedoraproject.FirewallD1", "CPUAccounting": "no", "CPUQuotaPerSecUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "18446744073709551615", "CanIsolate": "no", "CanReload": "yes", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "18446744073709551615", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Mon 2026-02-16 14:34:42 EST", "ConditionTimestampMonotonic": "190665823", "Conflicts": "iptables.service ip6tables.service ebtables.service ipset.service shutdown.target", "ControlGroup": "/system.slice/firewalld.service", "ControlPID": "0", "DefaultDependencies": "yes", "Delegate": "no", "Description": "firewalld - dynamic firewall daemon", "DevicePolicy": "auto", "Documentation": "man:firewalld(1)", "EnvironmentFile": "/etc/sysconfig/firewalld (ignore_errors=yes)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "9661", "ExecMainStartTimestamp": "Mon 2026-02-16 14:34:42 EST", "ExecMainStartTimestampMonotonic": "190666828", "ExecMainStatus": "0", "ExecReload": "{ path=/bin/kill ; argv[]=/bin/kill -HUP $MAINPID ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStart": "{ path=/usr/sbin/firewalld ; argv[]=/usr/sbin/firewalld --nofork --nopid $FIREWALLD_ARGS ; ignore_errors=no ; start_time=[Mon 2026-02-16 14:34:42 EST] ; stop_time=[n/a] ; pid=9661 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/firewalld.service", "GuessMainPID": "yes", "IOScheduling": "0", "Id": "firewalld.service", "IgnoreOnIsolate": "no", "IgnoreOnSnapshot": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestamp": "Mon 2026-02-16 14:34:42 EST", "InactiveExitTimestampMonotonic": "190666864", "JobTimeoutAction": "none", "JobTimeoutUSec": "0", "KillMode": "mixed", "KillSignal": "15", "LimitAS": "18446744073709551615", "LimitCORE": "18446744073709551615", "LimitCPU": "18446744073709551615", "LimitDATA": "18446744073709551615", "LimitFSIZE": "18446744073709551615", "LimitLOCKS": "18446744073709551615", "LimitMEMLOCK": "65536", "LimitMSGQUEUE": "819200", "LimitNICE": "0", "LimitNOFILE": "4096", "LimitNPROC": "14311", "LimitRSS": "18446744073709551615", "LimitRTPRIO": "0", "LimitRTTIME": "18446744073709551615", "LimitSIGPENDING": "14311", "LimitSTACK": "18446744073709551615", "LoadState": "loaded", "MainPID": "9661", "MemoryAccounting": "no", "MemoryCurrent": "18446744073709551615", "MemoryLimit": "18446744073709551615", "MountFlags": "0", "Names": "firewalld.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "PrivateDevices": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "ProtectHome": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "Requires": "basic.target system.slice", "Restart": "no", "RestartUSec": "100ms", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "null", "StandardInput": "null", "StandardOutput": "null", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitInterval": "10000000", "StartupBlockIOWeight": "18446744073709551615", "StartupCPUShares": "18446744073709551615", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "no", "TasksCurrent": "18446744073709551615", "TasksMax": "18446744073709551615", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "dbus", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "WantedBy": "multi-user.target", "Wants": "network-pre.target", "WatchdogTimestamp": "Mon 2026-02-16 14:34:42 EST", "WatchdogTimestampMonotonic": "190902478", "WatchdogUSec": "0" } } TASK [fedora.linux_system_roles.firewall : Check if previous replaced is defined] *** task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:39 Monday 16 February 2026 14:36:02 -0500 (0:00:00.401) 0:00:22.465 ******* ok: [managed-node2] => { "ansible_facts": { "__firewall_previous_replaced": false, "__firewall_python_cmd": "/usr/bin/python", "__firewall_report_changed": true }, "changed": false } TASK [fedora.linux_system_roles.firewall : Get config files, checksums before and remove] *** task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:48 Monday 16 February 2026 14:36:02 -0500 (0:00:00.045) 0:00:22.510 ******* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Tell firewall module it is able to report changed] *** task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:61 Monday 16 February 2026 14:36:02 -0500 (0:00:00.036) 0:00:22.546 ******* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Configure firewall] ***************** task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:77 Monday 16 February 2026 14:36:02 -0500 (0:00:00.037) 0:00:22.583 ******* changed: [managed-node2] => (item={u'ipset': u'customipset-ipv4', u'state': u'present', u'ipset_options': {u'hashsize': 240}}) => { "__firewall_changed": true, "ansible_loop_var": "item", "changed": true, "item": { "ipset": "customipset-ipv4", "ipset_options": { "hashsize": 240 }, "state": "present" } } changed: [managed-node2] => (item={u'ipset': u'customipset-ipv6', u'state': u'present', u'ipset_options': {u'hashsize': 240}}) => { "__firewall_changed": true, "ansible_loop_var": "item", "changed": true, "item": { "ipset": "customipset-ipv6", "ipset_options": { "hashsize": 240 }, "state": "present" } } changed: [managed-node2] => (item={u'ipset': u'customipset-ipv4', u'state': u'absent', u'ipset_options': {u'maxelem': None}}) => { "__firewall_changed": true, "ansible_loop_var": "item", "changed": true, "item": { "ipset": "customipset-ipv4", "ipset_options": { "maxelem": null }, "state": "absent" } } changed: [managed-node2] => (item={u'ipset': u'customipset-ipv6', u'state': u'absent', u'ipset_options': {u'maxelem': None}}) => { "__firewall_changed": true, "ansible_loop_var": "item", "changed": true, "item": { "ipset": "customipset-ipv6", "ipset_options": { "maxelem": null }, "state": "absent" } } TASK [fedora.linux_system_roles.firewall : Gather firewall config information] *** task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:130 Monday 16 February 2026 14:36:05 -0500 (0:00:03.171) 0:00:25.755 ******* skipping: [managed-node2] => (item={u'ipset': u'customipset-ipv4', u'state': u'present', u'ipset_options': {u'hashsize': 240}}) => { "ansible_loop_var": "item", "changed": false, "item": { "ipset": "customipset-ipv4", "ipset_options": { "hashsize": 240 }, "state": "present" }, "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item={u'ipset': u'customipset-ipv6', u'state': u'present', u'ipset_options': {u'hashsize': 240}}) => { "ansible_loop_var": "item", "changed": false, "item": { "ipset": "customipset-ipv6", "ipset_options": { "hashsize": 240 }, "state": "present" }, "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item={u'ipset': u'customipset-ipv4', u'state': u'absent', u'ipset_options': {u'maxelem': None}}) => { "ansible_loop_var": "item", "changed": false, "item": { "ipset": "customipset-ipv4", "ipset_options": { "maxelem": null }, "state": "absent" }, "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item={u'ipset': u'customipset-ipv6', u'state': u'absent', u'ipset_options': {u'maxelem': None}}) => { "ansible_loop_var": "item", "changed": false, "item": { "ipset": "customipset-ipv6", "ipset_options": { "maxelem": null }, "state": "absent" }, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Update firewalld_config fact] ******* task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:141 Monday 16 February 2026 14:36:05 -0500 (0:00:00.105) 0:00:25.861 ******* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Gather firewall config if no arguments] *** task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:150 Monday 16 February 2026 14:36:05 -0500 (0:00:00.055) 0:00:25.916 ******* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Update firewalld_config fact] ******* task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:156 Monday 16 February 2026 14:36:05 -0500 (0:00:00.054) 0:00:25.971 ******* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Get config files, checksums after] *** task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:165 Monday 16 February 2026 14:36:05 -0500 (0:00:00.057) 0:00:26.028 ******* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Calculate what has changed] ********* task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:176 Monday 16 February 2026 14:36:05 -0500 (0:00:00.067) 0:00:26.096 ******* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Show diffs] ************************* task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:182 Monday 16 February 2026 14:36:06 -0500 (0:00:00.044) 0:00:26.140 ******* skipping: [managed-node2] => {} TASK [Fail if options not modified in ipset] *********************************** task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_ipsets.yml:148 Monday 16 February 2026 14:36:06 -0500 (0:00:00.042) 0:00:26.183 ******* ok: [managed-node2] => (item={u'name': u'customipset-ipv4', u'option': u'hashsize=240'}) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "firewall-offline-cmd", "--info-ipset", "customipset-ipv4" ], "delta": "0:00:00.212522", "end": "2026-02-16 14:36:06.548193", "failed_when_result": false, "item": { "name": "customipset-ipv4", "option": "hashsize=240" }, "rc": 0, "start": "2026-02-16 14:36:06.335671" } STDOUT: customipset-ipv4 type: hash:ip options: hashsize=240 entries: 127.0.0.1 8.8.8.8 ok: [managed-node2] => (item={u'name': u'customipset-ipv6', u'option': u'hashsize=240'}) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "firewall-offline-cmd", "--info-ipset", "customipset-ipv6" ], "delta": "0:00:00.212037", "end": "2026-02-16 14:36:07.087518", "failed_when_result": false, "item": { "name": "customipset-ipv6", "option": "hashsize=240" }, "rc": 0, "start": "2026-02-16 14:36:06.875481" } STDOUT: customipset-ipv6 type: hash:ip options: hashsize=240 family=inet6 entries: 2001:4860:4860::8844 2001:4860:4860::8888 TASK [Fail if options not removed from ipset] ********************************** task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_ipsets.yml:160 Monday 16 February 2026 14:36:07 -0500 (0:00:01.081) 0:00:27.264 ******* ok: [managed-node2] => (item={u'name': u'customipset-ipv4', u'option': u'maxelem='}) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "firewall-offline-cmd", "--info-ipset", "customipset-ipv4" ], "delta": "0:00:00.213164", "end": "2026-02-16 14:36:07.645651", "failed_when_result": false, "item": { "name": "customipset-ipv4", "option": "maxelem=" }, "rc": 0, "start": "2026-02-16 14:36:07.432487" } STDOUT: customipset-ipv4 type: hash:ip options: hashsize=240 entries: 127.0.0.1 8.8.8.8 ok: [managed-node2] => (item={u'name': u'customipset-ipv6', u'option': u'maxelem='}) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "firewall-offline-cmd", "--info-ipset", "customipset-ipv6" ], "delta": "0:00:00.213134", "end": "2026-02-16 14:36:08.134085", "failed_when_result": false, "item": { "name": "customipset-ipv6", "option": "maxelem=" }, "rc": 0, "start": "2026-02-16 14:36:07.920951" } STDOUT: customipset-ipv6 type: hash:ip options: hashsize=240 family=inet6 entries: 2001:4860:4860::8844 2001:4860:4860::8888 TASK [Remove entries and options from ipset] *********************************** task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_ipsets.yml:172 Monday 16 February 2026 14:36:08 -0500 (0:00:01.039) 0:00:28.303 ******* TASK [fedora.linux_system_roles.firewall : Set platform/version specific variables] *** task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:2 Monday 16 February 2026 14:36:08 -0500 (0:00:00.175) 0:00:28.479 ******* included: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml for managed-node2 TASK [fedora.linux_system_roles.firewall : Ensure ansible_facts used by role] *** task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml:2 Monday 16 February 2026 14:36:08 -0500 (0:00:00.047) 0:00:28.526 ******* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Check if system is ostree] ********** task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml:10 Monday 16 February 2026 14:36:08 -0500 (0:00:00.060) 0:00:28.586 ******* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Set flag to indicate system is ostree] *** task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml:15 Monday 16 February 2026 14:36:08 -0500 (0:00:00.052) 0:00:28.639 ******* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Check if transactional-update exists in /sbin] *** task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml:22 Monday 16 February 2026 14:36:08 -0500 (0:00:00.042) 0:00:28.681 ******* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Set flag if transactional-update exists] *** task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml:27 Monday 16 February 2026 14:36:08 -0500 (0:00:00.044) 0:00:28.726 ******* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Set platform/version specific variables] *** task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml:31 Monday 16 February 2026 14:36:08 -0500 (0:00:00.044) 0:00:28.770 ******* skipping: [managed-node2] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item=CentOS_7.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS_7.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item=CentOS_7.9.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS_7.9.yml", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Setup firewalld] ******************** task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:5 Monday 16 February 2026 14:36:08 -0500 (0:00:00.070) 0:00:28.840 ******* included: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml for managed-node2 TASK [fedora.linux_system_roles.firewall : Run systemctl] ********************** task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:5 Monday 16 February 2026 14:36:08 -0500 (0:00:00.034) 0:00:28.875 ******* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Require installed systemd] ********** task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:12 Monday 16 February 2026 14:36:08 -0500 (0:00:00.040) 0:00:28.915 ******* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Set flag to indicate that systemd runtime operations are available] *** task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:17 Monday 16 February 2026 14:36:08 -0500 (0:00:00.037) 0:00:28.952 ******* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Install firewalld] ****************** task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:22 Monday 16 February 2026 14:36:08 -0500 (0:00:00.036) 0:00:28.988 ******* ok: [managed-node2] => { "changed": false, "rc": 0, "results": [ "firewalld-0.6.3-13.el7_9.noarch providing firewalld is already installed", "python-ipaddress-1.0.16-2.el7.noarch providing python-ipaddress is already installed" ] } TASK [fedora.linux_system_roles.firewall : Notify user that reboot is needed to apply changes] *** task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:34 Monday 16 February 2026 14:36:09 -0500 (0:00:00.593) 0:00:29.582 ******* skipping: [managed-node2] => {} TASK [fedora.linux_system_roles.firewall : Reboot transactional update systems] *** task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:39 Monday 16 February 2026 14:36:09 -0500 (0:00:00.037) 0:00:29.620 ******* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Fail if reboot is needed and not set] *** task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:44 Monday 16 February 2026 14:36:09 -0500 (0:00:00.038) 0:00:29.658 ******* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Check which conflicting services are enabled] *** task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:8 Monday 16 February 2026 14:36:09 -0500 (0:00:00.036) 0:00:29.695 ******* skipping: [managed-node2] => (item=nftables) => { "ansible_loop_var": "item", "changed": false, "item": "nftables", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item=iptables) => { "ansible_loop_var": "item", "changed": false, "item": "iptables", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item=ufw) => { "ansible_loop_var": "item", "changed": false, "item": "ufw", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Attempt to stop and disable conflicting services] *** task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:17 Monday 16 February 2026 14:36:09 -0500 (0:00:00.049) 0:00:29.745 ******* skipping: [managed-node2] => (item={u'skip_reason': u'Conditional result was False', u'item': u'nftables', u'skipped': True, u'ansible_loop_var': u'item', u'changed': False}) => { "ansible_loop_var": "item", "changed": false, "item": { "ansible_loop_var": "item", "changed": false, "item": "nftables", "skip_reason": "Conditional result was False", "skipped": true }, "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item={u'skip_reason': u'Conditional result was False', u'item': u'iptables', u'skipped': True, u'ansible_loop_var': u'item', u'changed': False}) => { "ansible_loop_var": "item", "changed": false, "item": { "ansible_loop_var": "item", "changed": false, "item": "iptables", "skip_reason": "Conditional result was False", "skipped": true }, "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item={u'skip_reason': u'Conditional result was False', u'item': u'ufw', u'skipped': True, u'ansible_loop_var': u'item', u'changed': False}) => { "ansible_loop_var": "item", "changed": false, "item": { "ansible_loop_var": "item", "changed": false, "item": "ufw", "skip_reason": "Conditional result was False", "skipped": true }, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Unmask firewalld service] *********** task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:27 Monday 16 February 2026 14:36:09 -0500 (0:00:00.056) 0:00:29.801 ******* ok: [managed-node2] => { "changed": false, "name": "firewalld", "status": { "ActiveEnterTimestamp": "Mon 2026-02-16 14:34:42 EST", "ActiveEnterTimestampMonotonic": "190902530", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "dbus.service polkit.service basic.target system.slice", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Mon 2026-02-16 14:34:42 EST", "AssertTimestampMonotonic": "190665825", "Before": "shutdown.target multi-user.target network-pre.target", "BlockIOAccounting": "no", "BlockIOWeight": "18446744073709551615", "BusName": "org.fedoraproject.FirewallD1", "CPUAccounting": "no", "CPUQuotaPerSecUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "18446744073709551615", "CanIsolate": "no", "CanReload": "yes", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "18446744073709551615", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Mon 2026-02-16 14:34:42 EST", "ConditionTimestampMonotonic": "190665823", "Conflicts": "iptables.service ip6tables.service ebtables.service ipset.service shutdown.target", "ControlGroup": "/system.slice/firewalld.service", "ControlPID": "0", "DefaultDependencies": "yes", "Delegate": "no", "Description": "firewalld - dynamic firewall daemon", "DevicePolicy": "auto", "Documentation": "man:firewalld(1)", "EnvironmentFile": "/etc/sysconfig/firewalld (ignore_errors=yes)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "9661", "ExecMainStartTimestamp": "Mon 2026-02-16 14:34:42 EST", "ExecMainStartTimestampMonotonic": "190666828", "ExecMainStatus": "0", "ExecReload": "{ path=/bin/kill ; argv[]=/bin/kill -HUP $MAINPID ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStart": "{ path=/usr/sbin/firewalld ; argv[]=/usr/sbin/firewalld --nofork --nopid $FIREWALLD_ARGS ; ignore_errors=no ; start_time=[Mon 2026-02-16 14:34:42 EST] ; stop_time=[n/a] ; pid=9661 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/firewalld.service", "GuessMainPID": "yes", "IOScheduling": "0", "Id": "firewalld.service", "IgnoreOnIsolate": "no", "IgnoreOnSnapshot": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestamp": "Mon 2026-02-16 14:34:42 EST", "InactiveExitTimestampMonotonic": "190666864", "JobTimeoutAction": "none", "JobTimeoutUSec": "0", "KillMode": "mixed", "KillSignal": "15", "LimitAS": "18446744073709551615", "LimitCORE": "18446744073709551615", "LimitCPU": "18446744073709551615", "LimitDATA": "18446744073709551615", "LimitFSIZE": "18446744073709551615", "LimitLOCKS": "18446744073709551615", "LimitMEMLOCK": "65536", "LimitMSGQUEUE": "819200", "LimitNICE": "0", "LimitNOFILE": "4096", "LimitNPROC": "14311", "LimitRSS": "18446744073709551615", "LimitRTPRIO": "0", "LimitRTTIME": "18446744073709551615", "LimitSIGPENDING": "14311", "LimitSTACK": "18446744073709551615", "LoadState": "loaded", "MainPID": "9661", "MemoryAccounting": "no", "MemoryCurrent": "18446744073709551615", "MemoryLimit": "18446744073709551615", "MountFlags": "0", "Names": "firewalld.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "PrivateDevices": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "ProtectHome": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "Requires": "basic.target system.slice", "Restart": "no", "RestartUSec": "100ms", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "null", "StandardInput": "null", "StandardOutput": "null", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitInterval": "10000000", "StartupBlockIOWeight": "18446744073709551615", "StartupCPUShares": "18446744073709551615", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "no", "TasksCurrent": "18446744073709551615", "TasksMax": "18446744073709551615", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "dbus", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "WantedBy": "multi-user.target", "Wants": "network-pre.target", "WatchdogTimestamp": "Mon 2026-02-16 14:34:42 EST", "WatchdogTimestampMonotonic": "190902478", "WatchdogUSec": "0" } } TASK [fedora.linux_system_roles.firewall : Enable and start firewalld service] *** task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:33 Monday 16 February 2026 14:36:10 -0500 (0:00:00.408) 0:00:30.210 ******* ok: [managed-node2] => { "changed": false, "enabled": true, "name": "firewalld", "state": "started", "status": { "ActiveEnterTimestamp": "Mon 2026-02-16 14:34:42 EST", "ActiveEnterTimestampMonotonic": "190902530", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "dbus.service polkit.service basic.target system.slice", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Mon 2026-02-16 14:34:42 EST", "AssertTimestampMonotonic": "190665825", "Before": "shutdown.target multi-user.target network-pre.target", "BlockIOAccounting": "no", "BlockIOWeight": "18446744073709551615", "BusName": "org.fedoraproject.FirewallD1", "CPUAccounting": "no", "CPUQuotaPerSecUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "18446744073709551615", "CanIsolate": "no", "CanReload": "yes", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "18446744073709551615", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Mon 2026-02-16 14:34:42 EST", "ConditionTimestampMonotonic": "190665823", "Conflicts": "iptables.service ip6tables.service ebtables.service ipset.service shutdown.target", "ControlGroup": "/system.slice/firewalld.service", "ControlPID": "0", "DefaultDependencies": "yes", "Delegate": "no", "Description": "firewalld - dynamic firewall daemon", "DevicePolicy": "auto", "Documentation": "man:firewalld(1)", "EnvironmentFile": "/etc/sysconfig/firewalld (ignore_errors=yes)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "9661", "ExecMainStartTimestamp": "Mon 2026-02-16 14:34:42 EST", "ExecMainStartTimestampMonotonic": "190666828", "ExecMainStatus": "0", "ExecReload": "{ path=/bin/kill ; argv[]=/bin/kill -HUP $MAINPID ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStart": "{ path=/usr/sbin/firewalld ; argv[]=/usr/sbin/firewalld --nofork --nopid $FIREWALLD_ARGS ; ignore_errors=no ; start_time=[Mon 2026-02-16 14:34:42 EST] ; stop_time=[n/a] ; pid=9661 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/firewalld.service", "GuessMainPID": "yes", "IOScheduling": "0", "Id": "firewalld.service", "IgnoreOnIsolate": "no", "IgnoreOnSnapshot": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestamp": "Mon 2026-02-16 14:34:42 EST", "InactiveExitTimestampMonotonic": "190666864", "JobTimeoutAction": "none", "JobTimeoutUSec": "0", "KillMode": "mixed", "KillSignal": "15", "LimitAS": "18446744073709551615", "LimitCORE": "18446744073709551615", "LimitCPU": "18446744073709551615", "LimitDATA": "18446744073709551615", "LimitFSIZE": "18446744073709551615", "LimitLOCKS": "18446744073709551615", "LimitMEMLOCK": "65536", "LimitMSGQUEUE": "819200", "LimitNICE": "0", "LimitNOFILE": "4096", "LimitNPROC": "14311", "LimitRSS": "18446744073709551615", "LimitRTPRIO": "0", "LimitRTTIME": "18446744073709551615", "LimitSIGPENDING": "14311", "LimitSTACK": "18446744073709551615", "LoadState": "loaded", "MainPID": "9661", "MemoryAccounting": "no", "MemoryCurrent": "18446744073709551615", "MemoryLimit": "18446744073709551615", "MountFlags": "0", "Names": "firewalld.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "PrivateDevices": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "ProtectHome": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "Requires": "basic.target system.slice", "Restart": "no", "RestartUSec": "100ms", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "null", "StandardInput": "null", "StandardOutput": "null", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitInterval": "10000000", "StartupBlockIOWeight": "18446744073709551615", "StartupCPUShares": "18446744073709551615", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "no", "TasksCurrent": "18446744073709551615", "TasksMax": "18446744073709551615", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "dbus", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "WantedBy": "multi-user.target", "Wants": "network-pre.target", "WatchdogTimestamp": "Mon 2026-02-16 14:34:42 EST", "WatchdogTimestampMonotonic": "190902478", "WatchdogUSec": "0" } } TASK [fedora.linux_system_roles.firewall : Check if previous replaced is defined] *** task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:39 Monday 16 February 2026 14:36:10 -0500 (0:00:00.388) 0:00:30.598 ******* ok: [managed-node2] => { "ansible_facts": { "__firewall_previous_replaced": false, "__firewall_python_cmd": "/usr/bin/python", "__firewall_report_changed": true }, "changed": false } TASK [fedora.linux_system_roles.firewall : Get config files, checksums before and remove] *** task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:48 Monday 16 February 2026 14:36:10 -0500 (0:00:00.054) 0:00:30.652 ******* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Tell firewall module it is able to report changed] *** task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:61 Monday 16 February 2026 14:36:10 -0500 (0:00:00.046) 0:00:30.699 ******* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Configure firewall] ***************** task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:77 Monday 16 February 2026 14:36:10 -0500 (0:00:00.037) 0:00:30.736 ******* changed: [managed-node2] => (item={u'ipset': u'customipset-ipv4', u'state': u'absent', u'permanent': True, u'ipset_entries': [u'8.8.8.8', u'127.0.0.1'], u'ipset_options': {u'hashsize': None, u'maxelem': None}}) => { "__firewall_changed": true, "ansible_loop_var": "item", "changed": true, "item": { "ipset": "customipset-ipv4", "ipset_entries": [ "8.8.8.8", "127.0.0.1" ], "ipset_options": { "hashsize": null, "maxelem": null }, "permanent": true, "state": "absent" } } changed: [managed-node2] => (item={u'ipset': u'customipset-ipv6', u'state': u'absent', u'permanent': True, u'ipset_entries': [u'2001:4860:4860::8844', u'2001:4860:4860::8888'], u'ipset_options': {u'hashsize': None, u'maxelem': None}}) => { "__firewall_changed": true, "ansible_loop_var": "item", "changed": true, "item": { "ipset": "customipset-ipv6", "ipset_entries": [ "2001:4860:4860::8844", "2001:4860:4860::8888" ], "ipset_options": { "hashsize": null, "maxelem": null }, "permanent": true, "state": "absent" } } TASK [fedora.linux_system_roles.firewall : Gather firewall config information] *** task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:130 Monday 16 February 2026 14:36:12 -0500 (0:00:01.624) 0:00:32.361 ******* skipping: [managed-node2] => (item={u'ipset': u'customipset-ipv4', u'state': u'absent', u'permanent': True, u'ipset_entries': [u'8.8.8.8', u'127.0.0.1'], u'ipset_options': {u'hashsize': None, u'maxelem': None}}) => { "ansible_loop_var": "item", "changed": false, "item": { "ipset": "customipset-ipv4", "ipset_entries": [ "8.8.8.8", "127.0.0.1" ], "ipset_options": { "hashsize": null, "maxelem": null }, "permanent": true, "state": "absent" }, "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item={u'ipset': u'customipset-ipv6', u'state': u'absent', u'permanent': True, u'ipset_entries': [u'2001:4860:4860::8844', u'2001:4860:4860::8888'], u'ipset_options': {u'hashsize': None, u'maxelem': None}}) => { "ansible_loop_var": "item", "changed": false, "item": { "ipset": "customipset-ipv6", "ipset_entries": [ "2001:4860:4860::8844", "2001:4860:4860::8888" ], "ipset_options": { "hashsize": null, "maxelem": null }, "permanent": true, "state": "absent" }, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Update firewalld_config fact] ******* task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:141 Monday 16 February 2026 14:36:12 -0500 (0:00:00.080) 0:00:32.442 ******* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Gather firewall config if no arguments] *** task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:150 Monday 16 February 2026 14:36:12 -0500 (0:00:00.046) 0:00:32.489 ******* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Update firewalld_config fact] ******* task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:156 Monday 16 February 2026 14:36:12 -0500 (0:00:00.048) 0:00:32.537 ******* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Get config files, checksums after] *** task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:165 Monday 16 February 2026 14:36:12 -0500 (0:00:00.044) 0:00:32.582 ******* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Calculate what has changed] ********* task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:176 Monday 16 February 2026 14:36:12 -0500 (0:00:00.036) 0:00:32.618 ******* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Show diffs] ************************* task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:182 Monday 16 February 2026 14:36:12 -0500 (0:00:00.036) 0:00:32.655 ******* skipping: [managed-node2] => {} TASK [Fail if ipsets removed] ************************************************** task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_ipsets.yml:196 Monday 16 February 2026 14:36:12 -0500 (0:00:00.036) 0:00:32.692 ******* ok: [managed-node2] => (item=customipset-ipv4) => { "ansible_loop_var": "item", "changed": false, "cmd": "set -euo pipefail\nfirewall-offline-cmd --get-ipsets | grep customipset-ipv4\n", "delta": "0:00:00.214968", "end": "2026-02-16 14:36:13.076095", "item": "customipset-ipv4", "rc": 0, "start": "2026-02-16 14:36:12.861127" } STDOUT: customipset-ipv4 customipset-ipv6 ok: [managed-node2] => (item=customipset-ipv6) => { "ansible_loop_var": "item", "changed": false, "cmd": "set -euo pipefail\nfirewall-offline-cmd --get-ipsets | grep customipset-ipv6\n", "delta": "0:00:00.212719", "end": "2026-02-16 14:36:13.604960", "item": "customipset-ipv6", "rc": 0, "start": "2026-02-16 14:36:13.392241" } STDOUT: customipset-ipv4 customipset-ipv6 TASK [Fail if entry not removed from ipset] ************************************ task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_ipsets.yml:207 Monday 16 February 2026 14:36:13 -0500 (0:00:01.081) 0:00:33.773 ******* ok: [managed-node2] => (item={u'entry': u'8.8.8.8', u'name': u'customipset-ipv4'}) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "firewall-offline-cmd", "--ipset", "customipset-ipv4", "--query-entry", "8.8.8.8" ], "delta": "0:00:00.212397", "end": "2026-02-16 14:36:14.127624", "failed_when_result": false, "item": { "entry": "8.8.8.8", "name": "customipset-ipv4" }, "rc": 1, "start": "2026-02-16 14:36:13.915227" } STDOUT: no MSG: non-zero return code ok: [managed-node2] => (item={u'entry': u'2001:4860:4860::8844', u'name': u'customipset-ipv6'}) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "firewall-offline-cmd", "--ipset", "customipset-ipv6", "--query-entry", "2001:4860:4860::8844" ], "delta": "0:00:00.212436", "end": "2026-02-16 14:36:14.646604", "failed_when_result": false, "item": { "entry": "2001:4860:4860::8844", "name": "customipset-ipv6" }, "rc": 1, "start": "2026-02-16 14:36:14.434168" } STDOUT: no MSG: non-zero return code ok: [managed-node2] => (item={u'entry': u'2001:4860:4860::8888', u'name': u'customipset-ipv6'}) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "firewall-offline-cmd", "--ipset", "customipset-ipv6", "--query-entry", "2001:4860:4860::8888" ], "delta": "0:00:00.213741", "end": "2026-02-16 14:36:15.132847", "failed_when_result": false, "item": { "entry": "2001:4860:4860::8888", "name": "customipset-ipv6" }, "rc": 1, "start": "2026-02-16 14:36:14.919106" } STDOUT: no MSG: non-zero return code TASK [Fail if not all options removed from ipset] ****************************** task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_ipsets.yml:220 Monday 16 February 2026 14:36:15 -0500 (0:00:01.525) 0:00:35.299 ******* ok: [managed-node2] => (item={u'option2': u'maxelem=', u'name': u'customipset-ipv4', u'option1': u'hashsize='}) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "firewall-offline-cmd", "--info-ipset", "customipset-ipv4" ], "delta": "0:00:00.212099", "end": "2026-02-16 14:36:15.652384", "failed_when_result": false, "item": { "name": "customipset-ipv4", "option1": "hashsize=", "option2": "maxelem=" }, "rc": 0, "start": "2026-02-16 14:36:15.440285" } STDOUT: customipset-ipv4 type: hash:ip options: entries: ok: [managed-node2] => (item={u'option2': u'maxelem=', u'name': u'customipset-ipv6', u'option1': u'hashsize='}) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "firewall-offline-cmd", "--info-ipset", "customipset-ipv6" ], "delta": "0:00:00.217427", "end": "2026-02-16 14:36:16.146645", "failed_when_result": false, "item": { "name": "customipset-ipv6", "option1": "hashsize=", "option2": "maxelem=" }, "rc": 0, "start": "2026-02-16 14:36:15.929218" } STDOUT: customipset-ipv6 type: hash:ip options: entries: TASK [Test update short and description] *************************************** task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_ipsets.yml:234 Monday 16 February 2026 14:36:16 -0500 (0:00:01.015) 0:00:36.314 ******* TASK [fedora.linux_system_roles.firewall : Set platform/version specific variables] *** task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:2 Monday 16 February 2026 14:36:16 -0500 (0:00:00.129) 0:00:36.444 ******* included: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml for managed-node2 TASK [fedora.linux_system_roles.firewall : Ensure ansible_facts used by role] *** task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml:2 Monday 16 February 2026 14:36:16 -0500 (0:00:00.028) 0:00:36.472 ******* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Check if system is ostree] ********** task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml:10 Monday 16 February 2026 14:36:16 -0500 (0:00:00.039) 0:00:36.512 ******* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Set flag to indicate system is ostree] *** task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml:15 Monday 16 February 2026 14:36:16 -0500 (0:00:00.036) 0:00:36.548 ******* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Check if transactional-update exists in /sbin] *** task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml:22 Monday 16 February 2026 14:36:16 -0500 (0:00:00.036) 0:00:36.585 ******* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Set flag if transactional-update exists] *** task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml:27 Monday 16 February 2026 14:36:16 -0500 (0:00:00.039) 0:00:36.625 ******* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Set platform/version specific variables] *** task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml:31 Monday 16 February 2026 14:36:16 -0500 (0:00:00.040) 0:00:36.666 ******* skipping: [managed-node2] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item=CentOS_7.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS_7.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item=CentOS_7.9.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS_7.9.yml", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Setup firewalld] ******************** task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:5 Monday 16 February 2026 14:36:16 -0500 (0:00:00.086) 0:00:36.753 ******* included: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml for managed-node2 TASK [fedora.linux_system_roles.firewall : Run systemctl] ********************** task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:5 Monday 16 February 2026 14:36:16 -0500 (0:00:00.043) 0:00:36.796 ******* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Require installed systemd] ********** task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:12 Monday 16 February 2026 14:36:16 -0500 (0:00:00.048) 0:00:36.845 ******* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Set flag to indicate that systemd runtime operations are available] *** task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:17 Monday 16 February 2026 14:36:16 -0500 (0:00:00.044) 0:00:36.890 ******* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Install firewalld] ****************** task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:22 Monday 16 February 2026 14:36:16 -0500 (0:00:00.041) 0:00:36.932 ******* ok: [managed-node2] => { "changed": false, "rc": 0, "results": [ "firewalld-0.6.3-13.el7_9.noarch providing firewalld is already installed", "python-ipaddress-1.0.16-2.el7.noarch providing python-ipaddress is already installed" ] } TASK [fedora.linux_system_roles.firewall : Notify user that reboot is needed to apply changes] *** task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:34 Monday 16 February 2026 14:36:17 -0500 (0:00:00.587) 0:00:37.520 ******* skipping: [managed-node2] => {} TASK [fedora.linux_system_roles.firewall : Reboot transactional update systems] *** task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:39 Monday 16 February 2026 14:36:17 -0500 (0:00:00.036) 0:00:37.556 ******* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Fail if reboot is needed and not set] *** task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:44 Monday 16 February 2026 14:36:17 -0500 (0:00:00.038) 0:00:37.595 ******* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Check which conflicting services are enabled] *** task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:8 Monday 16 February 2026 14:36:17 -0500 (0:00:00.037) 0:00:37.632 ******* skipping: [managed-node2] => (item=nftables) => { "ansible_loop_var": "item", "changed": false, "item": "nftables", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item=iptables) => { "ansible_loop_var": "item", "changed": false, "item": "iptables", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item=ufw) => { "ansible_loop_var": "item", "changed": false, "item": "ufw", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Attempt to stop and disable conflicting services] *** task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:17 Monday 16 February 2026 14:36:17 -0500 (0:00:00.052) 0:00:37.685 ******* skipping: [managed-node2] => (item={u'skip_reason': u'Conditional result was False', u'item': u'nftables', u'skipped': True, u'ansible_loop_var': u'item', u'changed': False}) => { "ansible_loop_var": "item", "changed": false, "item": { "ansible_loop_var": "item", "changed": false, "item": "nftables", "skip_reason": "Conditional result was False", "skipped": true }, "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item={u'skip_reason': u'Conditional result was False', u'item': u'iptables', u'skipped': True, u'ansible_loop_var': u'item', u'changed': False}) => { "ansible_loop_var": "item", "changed": false, "item": { "ansible_loop_var": "item", "changed": false, "item": "iptables", "skip_reason": "Conditional result was False", "skipped": true }, "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item={u'skip_reason': u'Conditional result was False', u'item': u'ufw', u'skipped': True, u'ansible_loop_var': u'item', u'changed': False}) => { "ansible_loop_var": "item", "changed": false, "item": { "ansible_loop_var": "item", "changed": false, "item": "ufw", "skip_reason": "Conditional result was False", "skipped": true }, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Unmask firewalld service] *********** task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:27 Monday 16 February 2026 14:36:17 -0500 (0:00:00.056) 0:00:37.742 ******* ok: [managed-node2] => { "changed": false, "name": "firewalld", "status": { "ActiveEnterTimestamp": "Mon 2026-02-16 14:34:42 EST", "ActiveEnterTimestampMonotonic": "190902530", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "dbus.service polkit.service basic.target system.slice", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Mon 2026-02-16 14:34:42 EST", "AssertTimestampMonotonic": "190665825", "Before": "shutdown.target multi-user.target network-pre.target", "BlockIOAccounting": "no", "BlockIOWeight": "18446744073709551615", "BusName": "org.fedoraproject.FirewallD1", "CPUAccounting": "no", "CPUQuotaPerSecUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "18446744073709551615", "CanIsolate": "no", "CanReload": "yes", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "18446744073709551615", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Mon 2026-02-16 14:34:42 EST", "ConditionTimestampMonotonic": "190665823", "Conflicts": "iptables.service ip6tables.service ebtables.service ipset.service shutdown.target", "ControlGroup": "/system.slice/firewalld.service", "ControlPID": "0", "DefaultDependencies": "yes", "Delegate": "no", "Description": "firewalld - dynamic firewall daemon", "DevicePolicy": "auto", "Documentation": "man:firewalld(1)", "EnvironmentFile": "/etc/sysconfig/firewalld (ignore_errors=yes)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "9661", "ExecMainStartTimestamp": "Mon 2026-02-16 14:34:42 EST", "ExecMainStartTimestampMonotonic": "190666828", "ExecMainStatus": "0", "ExecReload": "{ path=/bin/kill ; argv[]=/bin/kill -HUP $MAINPID ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStart": "{ path=/usr/sbin/firewalld ; argv[]=/usr/sbin/firewalld --nofork --nopid $FIREWALLD_ARGS ; ignore_errors=no ; start_time=[Mon 2026-02-16 14:34:42 EST] ; stop_time=[n/a] ; pid=9661 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/firewalld.service", "GuessMainPID": "yes", "IOScheduling": "0", "Id": "firewalld.service", "IgnoreOnIsolate": "no", "IgnoreOnSnapshot": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestamp": "Mon 2026-02-16 14:34:42 EST", "InactiveExitTimestampMonotonic": "190666864", "JobTimeoutAction": "none", "JobTimeoutUSec": "0", "KillMode": "mixed", "KillSignal": "15", "LimitAS": "18446744073709551615", "LimitCORE": "18446744073709551615", "LimitCPU": "18446744073709551615", "LimitDATA": "18446744073709551615", "LimitFSIZE": "18446744073709551615", "LimitLOCKS": "18446744073709551615", "LimitMEMLOCK": "65536", "LimitMSGQUEUE": "819200", "LimitNICE": "0", "LimitNOFILE": "4096", "LimitNPROC": "14311", "LimitRSS": "18446744073709551615", "LimitRTPRIO": "0", "LimitRTTIME": "18446744073709551615", "LimitSIGPENDING": "14311", "LimitSTACK": "18446744073709551615", "LoadState": "loaded", "MainPID": "9661", "MemoryAccounting": "no", "MemoryCurrent": "18446744073709551615", "MemoryLimit": "18446744073709551615", "MountFlags": "0", "Names": "firewalld.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "PrivateDevices": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "ProtectHome": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "Requires": "basic.target system.slice", "Restart": "no", "RestartUSec": "100ms", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "null", "StandardInput": "null", "StandardOutput": "null", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitInterval": "10000000", "StartupBlockIOWeight": "18446744073709551615", "StartupCPUShares": "18446744073709551615", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "no", "TasksCurrent": "18446744073709551615", "TasksMax": "18446744073709551615", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "dbus", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "WantedBy": "multi-user.target", "Wants": "network-pre.target", "WatchdogTimestamp": "Mon 2026-02-16 14:34:42 EST", "WatchdogTimestampMonotonic": "190902478", "WatchdogUSec": "0" } } TASK [fedora.linux_system_roles.firewall : Enable and start firewalld service] *** task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:33 Monday 16 February 2026 14:36:18 -0500 (0:00:00.388) 0:00:38.130 ******* ok: [managed-node2] => { "changed": false, "enabled": true, "name": "firewalld", "state": "started", "status": { "ActiveEnterTimestamp": "Mon 2026-02-16 14:34:42 EST", "ActiveEnterTimestampMonotonic": "190902530", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "dbus.service polkit.service basic.target system.slice", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Mon 2026-02-16 14:34:42 EST", "AssertTimestampMonotonic": "190665825", "Before": "shutdown.target multi-user.target network-pre.target", "BlockIOAccounting": "no", "BlockIOWeight": "18446744073709551615", "BusName": "org.fedoraproject.FirewallD1", "CPUAccounting": "no", "CPUQuotaPerSecUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "18446744073709551615", "CanIsolate": "no", "CanReload": "yes", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "18446744073709551615", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Mon 2026-02-16 14:34:42 EST", "ConditionTimestampMonotonic": "190665823", "Conflicts": "iptables.service ip6tables.service ebtables.service ipset.service shutdown.target", "ControlGroup": "/system.slice/firewalld.service", "ControlPID": "0", "DefaultDependencies": "yes", "Delegate": "no", "Description": "firewalld - dynamic firewall daemon", "DevicePolicy": "auto", "Documentation": "man:firewalld(1)", "EnvironmentFile": "/etc/sysconfig/firewalld (ignore_errors=yes)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "9661", "ExecMainStartTimestamp": "Mon 2026-02-16 14:34:42 EST", "ExecMainStartTimestampMonotonic": "190666828", "ExecMainStatus": "0", "ExecReload": "{ path=/bin/kill ; argv[]=/bin/kill -HUP $MAINPID ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStart": "{ path=/usr/sbin/firewalld ; argv[]=/usr/sbin/firewalld --nofork --nopid $FIREWALLD_ARGS ; ignore_errors=no ; start_time=[Mon 2026-02-16 14:34:42 EST] ; stop_time=[n/a] ; pid=9661 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/firewalld.service", "GuessMainPID": "yes", "IOScheduling": "0", "Id": "firewalld.service", "IgnoreOnIsolate": "no", "IgnoreOnSnapshot": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestamp": "Mon 2026-02-16 14:34:42 EST", "InactiveExitTimestampMonotonic": "190666864", "JobTimeoutAction": "none", "JobTimeoutUSec": "0", "KillMode": "mixed", "KillSignal": "15", "LimitAS": "18446744073709551615", "LimitCORE": "18446744073709551615", "LimitCPU": "18446744073709551615", "LimitDATA": "18446744073709551615", "LimitFSIZE": "18446744073709551615", "LimitLOCKS": "18446744073709551615", "LimitMEMLOCK": "65536", "LimitMSGQUEUE": "819200", "LimitNICE": "0", "LimitNOFILE": "4096", "LimitNPROC": "14311", "LimitRSS": "18446744073709551615", "LimitRTPRIO": "0", "LimitRTTIME": "18446744073709551615", "LimitSIGPENDING": "14311", "LimitSTACK": "18446744073709551615", "LoadState": "loaded", "MainPID": "9661", "MemoryAccounting": "no", "MemoryCurrent": "18446744073709551615", "MemoryLimit": "18446744073709551615", "MountFlags": "0", "Names": "firewalld.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "PrivateDevices": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "ProtectHome": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "Requires": "basic.target system.slice", "Restart": "no", "RestartUSec": "100ms", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "null", "StandardInput": "null", "StandardOutput": "null", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitInterval": "10000000", "StartupBlockIOWeight": "18446744073709551615", "StartupCPUShares": "18446744073709551615", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "no", "TasksCurrent": "18446744073709551615", "TasksMax": "18446744073709551615", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "dbus", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "WantedBy": "multi-user.target", "Wants": "network-pre.target", "WatchdogTimestamp": "Mon 2026-02-16 14:34:42 EST", "WatchdogTimestampMonotonic": "190902478", "WatchdogUSec": "0" } } TASK [fedora.linux_system_roles.firewall : Check if previous replaced is defined] *** task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:39 Monday 16 February 2026 14:36:18 -0500 (0:00:00.392) 0:00:38.523 ******* ok: [managed-node2] => { "ansible_facts": { "__firewall_previous_replaced": false, "__firewall_python_cmd": "/usr/bin/python", "__firewall_report_changed": true }, "changed": false } TASK [fedora.linux_system_roles.firewall : Get config files, checksums before and remove] *** task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:48 Monday 16 February 2026 14:36:18 -0500 (0:00:00.124) 0:00:38.648 ******* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Tell firewall module it is able to report changed] *** task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:61 Monday 16 February 2026 14:36:18 -0500 (0:00:00.038) 0:00:38.686 ******* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Configure firewall] ***************** task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:77 Monday 16 February 2026 14:36:18 -0500 (0:00:00.037) 0:00:38.724 ******* changed: [managed-node2] => (item={u'ipset': u'customipset-ipv4', u'state': u'present', u'permanent': True, u'description': u'Custom IPSet for testing purposes (changed)', u'short': u'CustomChanged'}) => { "__firewall_changed": true, "ansible_loop_var": "item", "changed": true, "item": { "description": "Custom IPSet for testing purposes (changed)", "ipset": "customipset-ipv4", "permanent": true, "short": "CustomChanged", "state": "present" } } changed: [managed-node2] => (item={u'ipset': u'customipset-ipv6', u'state': u'present', u'permanent': True, u'description': u'Custom IPSet for testing purposes (changed)', u'short': u'CustomChanged'}) => { "__firewall_changed": true, "ansible_loop_var": "item", "changed": true, "item": { "description": "Custom IPSet for testing purposes (changed)", "ipset": "customipset-ipv6", "permanent": true, "short": "CustomChanged", "state": "present" } } TASK [fedora.linux_system_roles.firewall : Gather firewall config information] *** task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:130 Monday 16 February 2026 14:36:20 -0500 (0:00:01.681) 0:00:40.406 ******* skipping: [managed-node2] => (item={u'ipset': u'customipset-ipv4', u'state': u'present', u'permanent': True, u'description': u'Custom IPSet for testing purposes (changed)', u'short': u'CustomChanged'}) => { "ansible_loop_var": "item", "changed": false, "item": { "description": "Custom IPSet for testing purposes (changed)", "ipset": "customipset-ipv4", "permanent": true, "short": "CustomChanged", "state": "present" }, "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item={u'ipset': u'customipset-ipv6', u'state': u'present', u'permanent': True, u'description': u'Custom IPSet for testing purposes (changed)', u'short': u'CustomChanged'}) => { "ansible_loop_var": "item", "changed": false, "item": { "description": "Custom IPSet for testing purposes (changed)", "ipset": "customipset-ipv6", "permanent": true, "short": "CustomChanged", "state": "present" }, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Update firewalld_config fact] ******* task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:141 Monday 16 February 2026 14:36:20 -0500 (0:00:00.079) 0:00:40.486 ******* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Gather firewall config if no arguments] *** task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:150 Monday 16 February 2026 14:36:20 -0500 (0:00:00.062) 0:00:40.548 ******* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Update firewalld_config fact] ******* task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:156 Monday 16 February 2026 14:36:20 -0500 (0:00:00.056) 0:00:40.605 ******* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Get config files, checksums after] *** task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:165 Monday 16 February 2026 14:36:20 -0500 (0:00:00.059) 0:00:40.664 ******* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Calculate what has changed] ********* task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:176 Monday 16 February 2026 14:36:20 -0500 (0:00:00.053) 0:00:40.718 ******* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Show diffs] ************************* task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:182 Monday 16 February 2026 14:36:20 -0500 (0:00:00.057) 0:00:40.776 ******* skipping: [managed-node2] => {} TASK [Verify changes] ********************************************************** task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_ipsets.yml:250 Monday 16 February 2026 14:36:20 -0500 (0:00:00.055) 0:00:40.831 ******* ok: [managed-node2] => (item={u'expected': u'Custom IPSet for testing purposes (changed)', u'command': u'firewall-offline-cmd --ipset customipset-ipv4 --get-description\n'}) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "firewall-offline-cmd", "--ipset", "customipset-ipv4", "--get-description" ], "delta": "0:00:00.211743", "end": "2026-02-16 14:36:21.230615", "failed_when_result": false, "item": { "command": "firewall-offline-cmd --ipset customipset-ipv4 --get-description\n", "expected": "Custom IPSet for testing purposes (changed)" }, "rc": 0, "start": "2026-02-16 14:36:21.018872" } STDOUT: Custom IPSet for testing purposes (changed) ok: [managed-node2] => (item={u'expected': u'CustomChanged', u'command': u'firewall-offline-cmd --ipset customipset-ipv4 --get-short\n'}) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "firewall-offline-cmd", "--ipset", "customipset-ipv4", "--get-short" ], "delta": "0:00:00.212321", "end": "2026-02-16 14:36:21.718612", "failed_when_result": false, "item": { "command": "firewall-offline-cmd --ipset customipset-ipv4 --get-short\n", "expected": "CustomChanged" }, "rc": 0, "start": "2026-02-16 14:36:21.506291" } STDOUT: CustomChanged ok: [managed-node2] => (item={u'expected': u'Custom IPSet for testing purposes (changed)', u'command': u'firewall-offline-cmd --ipset customipset-ipv6 --get-description\n'}) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "firewall-offline-cmd", "--ipset", "customipset-ipv6", "--get-description" ], "delta": "0:00:00.212470", "end": "2026-02-16 14:36:22.235993", "failed_when_result": false, "item": { "command": "firewall-offline-cmd --ipset customipset-ipv6 --get-description\n", "expected": "Custom IPSet for testing purposes (changed)" }, "rc": 0, "start": "2026-02-16 14:36:22.023523" } STDOUT: Custom IPSet for testing purposes (changed) ok: [managed-node2] => (item={u'expected': u'CustomChanged', u'command': u'firewall-offline-cmd --ipset customipset-ipv6 --get-short\n'}) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "firewall-offline-cmd", "--ipset", "customipset-ipv6", "--get-short" ], "delta": "0:00:00.212026", "end": "2026-02-16 14:36:22.751337", "failed_when_result": false, "item": { "command": "firewall-offline-cmd --ipset customipset-ipv6 --get-short\n", "expected": "CustomChanged" }, "rc": 0, "start": "2026-02-16 14:36:22.539311" } STDOUT: CustomChanged TASK [Add ipsets to default zone (runtime)] ************************************ task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_ipsets.yml:270 Monday 16 February 2026 14:36:22 -0500 (0:00:02.106) 0:00:42.938 ******* TASK [fedora.linux_system_roles.firewall : Set platform/version specific variables] *** task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:2 Monday 16 February 2026 14:36:23 -0500 (0:00:00.179) 0:00:43.117 ******* included: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml for managed-node2 TASK [fedora.linux_system_roles.firewall : Ensure ansible_facts used by role] *** task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml:2 Monday 16 February 2026 14:36:23 -0500 (0:00:00.028) 0:00:43.146 ******* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Check if system is ostree] ********** task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml:10 Monday 16 February 2026 14:36:23 -0500 (0:00:00.040) 0:00:43.187 ******* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Set flag to indicate system is ostree] *** task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml:15 Monday 16 February 2026 14:36:23 -0500 (0:00:00.037) 0:00:43.224 ******* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Check if transactional-update exists in /sbin] *** task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml:22 Monday 16 February 2026 14:36:23 -0500 (0:00:00.042) 0:00:43.266 ******* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Set flag if transactional-update exists] *** task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml:27 Monday 16 February 2026 14:36:23 -0500 (0:00:00.040) 0:00:43.307 ******* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Set platform/version specific variables] *** task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml:31 Monday 16 February 2026 14:36:23 -0500 (0:00:00.037) 0:00:43.345 ******* skipping: [managed-node2] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item=CentOS_7.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS_7.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item=CentOS_7.9.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS_7.9.yml", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Setup firewalld] ******************** task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:5 Monday 16 February 2026 14:36:23 -0500 (0:00:00.075) 0:00:43.421 ******* included: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml for managed-node2 TASK [fedora.linux_system_roles.firewall : Run systemctl] ********************** task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:5 Monday 16 February 2026 14:36:23 -0500 (0:00:00.054) 0:00:43.475 ******* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Require installed systemd] ********** task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:12 Monday 16 February 2026 14:36:23 -0500 (0:00:00.052) 0:00:43.528 ******* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Set flag to indicate that systemd runtime operations are available] *** task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:17 Monday 16 February 2026 14:36:23 -0500 (0:00:00.042) 0:00:43.571 ******* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Install firewalld] ****************** task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:22 Monday 16 February 2026 14:36:23 -0500 (0:00:00.047) 0:00:43.619 ******* ok: [managed-node2] => { "changed": false, "rc": 0, "results": [ "firewalld-0.6.3-13.el7_9.noarch providing firewalld is already installed", "python-ipaddress-1.0.16-2.el7.noarch providing python-ipaddress is already installed" ] } TASK [fedora.linux_system_roles.firewall : Notify user that reboot is needed to apply changes] *** task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:34 Monday 16 February 2026 14:36:24 -0500 (0:00:00.603) 0:00:44.222 ******* skipping: [managed-node2] => {} TASK [fedora.linux_system_roles.firewall : Reboot transactional update systems] *** task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:39 Monday 16 February 2026 14:36:24 -0500 (0:00:00.037) 0:00:44.260 ******* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Fail if reboot is needed and not set] *** task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:44 Monday 16 February 2026 14:36:24 -0500 (0:00:00.038) 0:00:44.299 ******* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Check which conflicting services are enabled] *** task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:8 Monday 16 February 2026 14:36:24 -0500 (0:00:00.036) 0:00:44.335 ******* skipping: [managed-node2] => (item=nftables) => { "ansible_loop_var": "item", "changed": false, "item": "nftables", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item=iptables) => { "ansible_loop_var": "item", "changed": false, "item": "iptables", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item=ufw) => { "ansible_loop_var": "item", "changed": false, "item": "ufw", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Attempt to stop and disable conflicting services] *** task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:17 Monday 16 February 2026 14:36:24 -0500 (0:00:00.050) 0:00:44.386 ******* skipping: [managed-node2] => (item={u'skip_reason': u'Conditional result was False', u'item': u'nftables', u'skipped': True, u'ansible_loop_var': u'item', u'changed': False}) => { "ansible_loop_var": "item", "changed": false, "item": { "ansible_loop_var": "item", "changed": false, "item": "nftables", "skip_reason": "Conditional result was False", "skipped": true }, "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item={u'skip_reason': u'Conditional result was False', u'item': u'iptables', u'skipped': True, u'ansible_loop_var': u'item', u'changed': False}) => { "ansible_loop_var": "item", "changed": false, "item": { "ansible_loop_var": "item", "changed": false, "item": "iptables", "skip_reason": "Conditional result was False", "skipped": true }, "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item={u'skip_reason': u'Conditional result was False', u'item': u'ufw', u'skipped': True, u'ansible_loop_var': u'item', u'changed': False}) => { "ansible_loop_var": "item", "changed": false, "item": { "ansible_loop_var": "item", "changed": false, "item": "ufw", "skip_reason": "Conditional result was False", "skipped": true }, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Unmask firewalld service] *********** task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:27 Monday 16 February 2026 14:36:24 -0500 (0:00:00.059) 0:00:44.446 ******* ok: [managed-node2] => { "changed": false, "name": "firewalld", "status": { "ActiveEnterTimestamp": "Mon 2026-02-16 14:34:42 EST", "ActiveEnterTimestampMonotonic": "190902530", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "dbus.service polkit.service basic.target system.slice", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Mon 2026-02-16 14:34:42 EST", "AssertTimestampMonotonic": "190665825", "Before": "shutdown.target multi-user.target network-pre.target", "BlockIOAccounting": "no", "BlockIOWeight": "18446744073709551615", "BusName": "org.fedoraproject.FirewallD1", "CPUAccounting": "no", "CPUQuotaPerSecUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "18446744073709551615", "CanIsolate": "no", "CanReload": "yes", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "18446744073709551615", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Mon 2026-02-16 14:34:42 EST", "ConditionTimestampMonotonic": "190665823", "Conflicts": "iptables.service ip6tables.service ebtables.service ipset.service shutdown.target", "ControlGroup": "/system.slice/firewalld.service", "ControlPID": "0", "DefaultDependencies": "yes", "Delegate": "no", "Description": "firewalld - dynamic firewall daemon", "DevicePolicy": "auto", "Documentation": "man:firewalld(1)", "EnvironmentFile": "/etc/sysconfig/firewalld (ignore_errors=yes)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "9661", "ExecMainStartTimestamp": "Mon 2026-02-16 14:34:42 EST", "ExecMainStartTimestampMonotonic": "190666828", "ExecMainStatus": "0", "ExecReload": "{ path=/bin/kill ; argv[]=/bin/kill -HUP $MAINPID ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStart": "{ path=/usr/sbin/firewalld ; argv[]=/usr/sbin/firewalld --nofork --nopid $FIREWALLD_ARGS ; ignore_errors=no ; start_time=[Mon 2026-02-16 14:34:42 EST] ; stop_time=[n/a] ; pid=9661 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/firewalld.service", "GuessMainPID": "yes", "IOScheduling": "0", "Id": "firewalld.service", "IgnoreOnIsolate": "no", "IgnoreOnSnapshot": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestamp": "Mon 2026-02-16 14:34:42 EST", "InactiveExitTimestampMonotonic": "190666864", "JobTimeoutAction": "none", "JobTimeoutUSec": "0", "KillMode": "mixed", "KillSignal": "15", "LimitAS": "18446744073709551615", "LimitCORE": "18446744073709551615", "LimitCPU": "18446744073709551615", "LimitDATA": "18446744073709551615", "LimitFSIZE": "18446744073709551615", "LimitLOCKS": "18446744073709551615", "LimitMEMLOCK": "65536", "LimitMSGQUEUE": "819200", "LimitNICE": "0", "LimitNOFILE": "4096", "LimitNPROC": "14311", "LimitRSS": "18446744073709551615", "LimitRTPRIO": "0", "LimitRTTIME": "18446744073709551615", "LimitSIGPENDING": "14311", "LimitSTACK": "18446744073709551615", "LoadState": "loaded", "MainPID": "9661", "MemoryAccounting": "no", "MemoryCurrent": "18446744073709551615", "MemoryLimit": "18446744073709551615", "MountFlags": "0", "Names": "firewalld.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "PrivateDevices": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "ProtectHome": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "Requires": "basic.target system.slice", "Restart": "no", "RestartUSec": "100ms", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "null", "StandardInput": "null", "StandardOutput": "null", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitInterval": "10000000", "StartupBlockIOWeight": "18446744073709551615", "StartupCPUShares": "18446744073709551615", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "no", "TasksCurrent": "18446744073709551615", "TasksMax": "18446744073709551615", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "dbus", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "WantedBy": "multi-user.target", "Wants": "network-pre.target", "WatchdogTimestamp": "Mon 2026-02-16 14:34:42 EST", "WatchdogTimestampMonotonic": "190902478", "WatchdogUSec": "0" } } TASK [fedora.linux_system_roles.firewall : Enable and start firewalld service] *** task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:33 Monday 16 February 2026 14:36:24 -0500 (0:00:00.408) 0:00:44.855 ******* ok: [managed-node2] => { "changed": false, "enabled": true, "name": "firewalld", "state": "started", "status": { "ActiveEnterTimestamp": "Mon 2026-02-16 14:34:42 EST", "ActiveEnterTimestampMonotonic": "190902530", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "dbus.service polkit.service basic.target system.slice", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Mon 2026-02-16 14:34:42 EST", "AssertTimestampMonotonic": "190665825", "Before": "shutdown.target multi-user.target network-pre.target", "BlockIOAccounting": "no", "BlockIOWeight": "18446744073709551615", "BusName": "org.fedoraproject.FirewallD1", "CPUAccounting": "no", "CPUQuotaPerSecUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "18446744073709551615", "CanIsolate": "no", "CanReload": "yes", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "18446744073709551615", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Mon 2026-02-16 14:34:42 EST", "ConditionTimestampMonotonic": "190665823", "Conflicts": "iptables.service ip6tables.service ebtables.service ipset.service shutdown.target", "ControlGroup": "/system.slice/firewalld.service", "ControlPID": "0", "DefaultDependencies": "yes", "Delegate": "no", "Description": "firewalld - dynamic firewall daemon", "DevicePolicy": "auto", "Documentation": "man:firewalld(1)", "EnvironmentFile": "/etc/sysconfig/firewalld (ignore_errors=yes)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "9661", "ExecMainStartTimestamp": "Mon 2026-02-16 14:34:42 EST", "ExecMainStartTimestampMonotonic": "190666828", "ExecMainStatus": "0", "ExecReload": "{ path=/bin/kill ; argv[]=/bin/kill -HUP $MAINPID ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStart": "{ path=/usr/sbin/firewalld ; argv[]=/usr/sbin/firewalld --nofork --nopid $FIREWALLD_ARGS ; ignore_errors=no ; start_time=[Mon 2026-02-16 14:34:42 EST] ; stop_time=[n/a] ; pid=9661 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/firewalld.service", "GuessMainPID": "yes", "IOScheduling": "0", "Id": "firewalld.service", "IgnoreOnIsolate": "no", "IgnoreOnSnapshot": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestamp": "Mon 2026-02-16 14:34:42 EST", "InactiveExitTimestampMonotonic": "190666864", "JobTimeoutAction": "none", "JobTimeoutUSec": "0", "KillMode": "mixed", "KillSignal": "15", "LimitAS": "18446744073709551615", "LimitCORE": "18446744073709551615", "LimitCPU": "18446744073709551615", "LimitDATA": "18446744073709551615", "LimitFSIZE": "18446744073709551615", "LimitLOCKS": "18446744073709551615", "LimitMEMLOCK": "65536", "LimitMSGQUEUE": "819200", "LimitNICE": "0", "LimitNOFILE": "4096", "LimitNPROC": "14311", "LimitRSS": "18446744073709551615", "LimitRTPRIO": "0", "LimitRTTIME": "18446744073709551615", "LimitSIGPENDING": "14311", "LimitSTACK": "18446744073709551615", "LoadState": "loaded", "MainPID": "9661", "MemoryAccounting": "no", "MemoryCurrent": "18446744073709551615", "MemoryLimit": "18446744073709551615", "MountFlags": "0", "Names": "firewalld.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "PrivateDevices": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "ProtectHome": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "Requires": "basic.target system.slice", "Restart": "no", "RestartUSec": "100ms", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "null", "StandardInput": "null", "StandardOutput": "null", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitInterval": "10000000", "StartupBlockIOWeight": "18446744073709551615", "StartupCPUShares": "18446744073709551615", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "no", "TasksCurrent": "18446744073709551615", "TasksMax": "18446744073709551615", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "dbus", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "WantedBy": "multi-user.target", "Wants": "network-pre.target", "WatchdogTimestamp": "Mon 2026-02-16 14:34:42 EST", "WatchdogTimestampMonotonic": "190902478", "WatchdogUSec": "0" } } TASK [fedora.linux_system_roles.firewall : Check if previous replaced is defined] *** task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:39 Monday 16 February 2026 14:36:25 -0500 (0:00:00.389) 0:00:45.245 ******* ok: [managed-node2] => { "ansible_facts": { "__firewall_previous_replaced": false, "__firewall_python_cmd": "/usr/bin/python", "__firewall_report_changed": true }, "changed": false } TASK [fedora.linux_system_roles.firewall : Get config files, checksums before and remove] *** task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:48 Monday 16 February 2026 14:36:25 -0500 (0:00:00.044) 0:00:45.289 ******* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Tell firewall module it is able to report changed] *** task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:61 Monday 16 February 2026 14:36:25 -0500 (0:00:00.036) 0:00:45.325 ******* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Configure firewall] ***************** task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:77 Monday 16 February 2026 14:36:25 -0500 (0:00:00.037) 0:00:45.363 ******* changed: [managed-node2] => (item={u'source': u'ipset:customipset-ipv4', u'state': u'enabled', u'runtime': True}) => { "__firewall_changed": true, "ansible_loop_var": "item", "changed": true, "item": { "runtime": true, "source": "ipset:customipset-ipv4", "state": "enabled" } } changed: [managed-node2] => (item={u'source': u'ipset:customipset-ipv6', u'state': u'enabled', u'runtime': True}) => { "__firewall_changed": true, "ansible_loop_var": "item", "changed": true, "item": { "runtime": true, "source": "ipset:customipset-ipv6", "state": "enabled" } } TASK [fedora.linux_system_roles.firewall : Gather firewall config information] *** task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:130 Monday 16 February 2026 14:36:26 -0500 (0:00:01.138) 0:00:46.501 ******* skipping: [managed-node2] => (item={u'source': u'ipset:customipset-ipv4', u'state': u'enabled', u'runtime': True}) => { "ansible_loop_var": "item", "changed": false, "item": { "runtime": true, "source": "ipset:customipset-ipv4", "state": "enabled" }, "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item={u'source': u'ipset:customipset-ipv6', u'state': u'enabled', u'runtime': True}) => { "ansible_loop_var": "item", "changed": false, "item": { "runtime": true, "source": "ipset:customipset-ipv6", "state": "enabled" }, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Update firewalld_config fact] ******* task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:141 Monday 16 February 2026 14:36:26 -0500 (0:00:00.085) 0:00:46.587 ******* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Gather firewall config if no arguments] *** task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:150 Monday 16 February 2026 14:36:26 -0500 (0:00:00.056) 0:00:46.644 ******* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Update firewalld_config fact] ******* task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:156 Monday 16 February 2026 14:36:26 -0500 (0:00:00.059) 0:00:46.703 ******* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Get config files, checksums after] *** task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:165 Monday 16 February 2026 14:36:26 -0500 (0:00:00.057) 0:00:46.760 ******* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Calculate what has changed] ********* task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:176 Monday 16 February 2026 14:36:26 -0500 (0:00:00.052) 0:00:46.813 ******* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Show diffs] ************************* task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:182 Monday 16 February 2026 14:36:26 -0500 (0:00:00.062) 0:00:46.875 ******* skipping: [managed-node2] => {} TASK [Add ipsets to default zone again (runtime)] ****************************** task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_ipsets.yml:283 Monday 16 February 2026 14:36:26 -0500 (0:00:00.054) 0:00:46.929 ******* TASK [fedora.linux_system_roles.firewall : Set platform/version specific variables] *** task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:2 Monday 16 February 2026 14:36:27 -0500 (0:00:00.300) 0:00:47.230 ******* included: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml for managed-node2 TASK [fedora.linux_system_roles.firewall : Ensure ansible_facts used by role] *** task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml:2 Monday 16 February 2026 14:36:27 -0500 (0:00:00.044) 0:00:47.275 ******* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Check if system is ostree] ********** task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml:10 Monday 16 February 2026 14:36:27 -0500 (0:00:00.063) 0:00:47.338 ******* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Set flag to indicate system is ostree] *** task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml:15 Monday 16 February 2026 14:36:27 -0500 (0:00:00.053) 0:00:47.391 ******* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Check if transactional-update exists in /sbin] *** task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml:22 Monday 16 February 2026 14:36:27 -0500 (0:00:00.055) 0:00:47.447 ******* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Set flag if transactional-update exists] *** task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml:27 Monday 16 February 2026 14:36:27 -0500 (0:00:00.054) 0:00:47.501 ******* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Set platform/version specific variables] *** task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml:31 Monday 16 February 2026 14:36:27 -0500 (0:00:00.061) 0:00:47.562 ******* skipping: [managed-node2] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item=CentOS_7.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS_7.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item=CentOS_7.9.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS_7.9.yml", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Setup firewalld] ******************** task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:5 Monday 16 February 2026 14:36:27 -0500 (0:00:00.102) 0:00:47.665 ******* included: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml for managed-node2 TASK [fedora.linux_system_roles.firewall : Run systemctl] ********************** task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:5 Monday 16 February 2026 14:36:27 -0500 (0:00:00.037) 0:00:47.703 ******* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Require installed systemd] ********** task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:12 Monday 16 February 2026 14:36:27 -0500 (0:00:00.045) 0:00:47.749 ******* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Set flag to indicate that systemd runtime operations are available] *** task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:17 Monday 16 February 2026 14:36:27 -0500 (0:00:00.053) 0:00:47.803 ******* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Install firewalld] ****************** task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:22 Monday 16 February 2026 14:36:27 -0500 (0:00:00.043) 0:00:47.847 ******* ok: [managed-node2] => { "changed": false, "rc": 0, "results": [ "firewalld-0.6.3-13.el7_9.noarch providing firewalld is already installed", "python-ipaddress-1.0.16-2.el7.noarch providing python-ipaddress is already installed" ] } TASK [fedora.linux_system_roles.firewall : Notify user that reboot is needed to apply changes] *** task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:34 Monday 16 February 2026 14:36:28 -0500 (0:00:00.597) 0:00:48.445 ******* skipping: [managed-node2] => {} TASK [fedora.linux_system_roles.firewall : Reboot transactional update systems] *** task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:39 Monday 16 February 2026 14:36:28 -0500 (0:00:00.049) 0:00:48.494 ******* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Fail if reboot is needed and not set] *** task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:44 Monday 16 February 2026 14:36:28 -0500 (0:00:00.041) 0:00:48.535 ******* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Check which conflicting services are enabled] *** task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:8 Monday 16 February 2026 14:36:28 -0500 (0:00:00.037) 0:00:48.573 ******* skipping: [managed-node2] => (item=nftables) => { "ansible_loop_var": "item", "changed": false, "item": "nftables", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item=iptables) => { "ansible_loop_var": "item", "changed": false, "item": "iptables", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item=ufw) => { "ansible_loop_var": "item", "changed": false, "item": "ufw", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Attempt to stop and disable conflicting services] *** task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:17 Monday 16 February 2026 14:36:28 -0500 (0:00:00.051) 0:00:48.625 ******* skipping: [managed-node2] => (item={u'skip_reason': u'Conditional result was False', u'item': u'nftables', u'skipped': True, u'ansible_loop_var': u'item', u'changed': False}) => { "ansible_loop_var": "item", "changed": false, "item": { "ansible_loop_var": "item", "changed": false, "item": "nftables", "skip_reason": "Conditional result was False", "skipped": true }, "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item={u'skip_reason': u'Conditional result was False', u'item': u'iptables', u'skipped': True, u'ansible_loop_var': u'item', u'changed': False}) => { "ansible_loop_var": "item", "changed": false, "item": { "ansible_loop_var": "item", "changed": false, "item": "iptables", "skip_reason": "Conditional result was False", "skipped": true }, "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item={u'skip_reason': u'Conditional result was False', u'item': u'ufw', u'skipped': True, u'ansible_loop_var': u'item', u'changed': False}) => { "ansible_loop_var": "item", "changed": false, "item": { "ansible_loop_var": "item", "changed": false, "item": "ufw", "skip_reason": "Conditional result was False", "skipped": true }, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Unmask firewalld service] *********** task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:27 Monday 16 February 2026 14:36:28 -0500 (0:00:00.064) 0:00:48.690 ******* ok: [managed-node2] => { "changed": false, "name": "firewalld", "status": { "ActiveEnterTimestamp": "Mon 2026-02-16 14:34:42 EST", "ActiveEnterTimestampMonotonic": "190902530", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "dbus.service polkit.service basic.target system.slice", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Mon 2026-02-16 14:34:42 EST", "AssertTimestampMonotonic": "190665825", "Before": "shutdown.target multi-user.target network-pre.target", "BlockIOAccounting": "no", "BlockIOWeight": "18446744073709551615", "BusName": "org.fedoraproject.FirewallD1", "CPUAccounting": "no", "CPUQuotaPerSecUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "18446744073709551615", "CanIsolate": "no", "CanReload": "yes", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "18446744073709551615", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Mon 2026-02-16 14:34:42 EST", "ConditionTimestampMonotonic": "190665823", "Conflicts": "iptables.service ip6tables.service ebtables.service ipset.service shutdown.target", "ControlGroup": "/system.slice/firewalld.service", "ControlPID": "0", "DefaultDependencies": "yes", "Delegate": "no", "Description": "firewalld - dynamic firewall daemon", "DevicePolicy": "auto", "Documentation": "man:firewalld(1)", "EnvironmentFile": "/etc/sysconfig/firewalld (ignore_errors=yes)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "9661", "ExecMainStartTimestamp": "Mon 2026-02-16 14:34:42 EST", "ExecMainStartTimestampMonotonic": "190666828", "ExecMainStatus": "0", "ExecReload": "{ path=/bin/kill ; argv[]=/bin/kill -HUP $MAINPID ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStart": "{ path=/usr/sbin/firewalld ; argv[]=/usr/sbin/firewalld --nofork --nopid $FIREWALLD_ARGS ; ignore_errors=no ; start_time=[Mon 2026-02-16 14:34:42 EST] ; stop_time=[n/a] ; pid=9661 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/firewalld.service", "GuessMainPID": "yes", "IOScheduling": "0", "Id": "firewalld.service", "IgnoreOnIsolate": "no", "IgnoreOnSnapshot": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestamp": "Mon 2026-02-16 14:34:42 EST", "InactiveExitTimestampMonotonic": "190666864", "JobTimeoutAction": "none", "JobTimeoutUSec": "0", "KillMode": "mixed", "KillSignal": "15", "LimitAS": "18446744073709551615", "LimitCORE": "18446744073709551615", "LimitCPU": "18446744073709551615", "LimitDATA": "18446744073709551615", "LimitFSIZE": "18446744073709551615", "LimitLOCKS": "18446744073709551615", "LimitMEMLOCK": "65536", "LimitMSGQUEUE": "819200", "LimitNICE": "0", "LimitNOFILE": "4096", "LimitNPROC": "14311", "LimitRSS": "18446744073709551615", "LimitRTPRIO": "0", "LimitRTTIME": "18446744073709551615", "LimitSIGPENDING": "14311", "LimitSTACK": "18446744073709551615", "LoadState": "loaded", "MainPID": "9661", "MemoryAccounting": "no", "MemoryCurrent": "18446744073709551615", "MemoryLimit": "18446744073709551615", "MountFlags": "0", "Names": "firewalld.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "PrivateDevices": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "ProtectHome": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "Requires": "basic.target system.slice", "Restart": "no", "RestartUSec": "100ms", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "null", "StandardInput": "null", "StandardOutput": "null", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitInterval": "10000000", "StartupBlockIOWeight": "18446744073709551615", "StartupCPUShares": "18446744073709551615", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "no", "TasksCurrent": "18446744073709551615", "TasksMax": "18446744073709551615", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "dbus", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "WantedBy": "multi-user.target", "Wants": "network-pre.target", "WatchdogTimestamp": "Mon 2026-02-16 14:34:42 EST", "WatchdogTimestampMonotonic": "190902478", "WatchdogUSec": "0" } } TASK [fedora.linux_system_roles.firewall : Enable and start firewalld service] *** task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:33 Monday 16 February 2026 14:36:28 -0500 (0:00:00.415) 0:00:49.105 ******* ok: [managed-node2] => { "changed": false, "enabled": true, "name": "firewalld", "state": "started", "status": { "ActiveEnterTimestamp": "Mon 2026-02-16 14:34:42 EST", "ActiveEnterTimestampMonotonic": "190902530", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "dbus.service polkit.service basic.target system.slice", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Mon 2026-02-16 14:34:42 EST", "AssertTimestampMonotonic": "190665825", "Before": "shutdown.target multi-user.target network-pre.target", "BlockIOAccounting": "no", "BlockIOWeight": "18446744073709551615", "BusName": "org.fedoraproject.FirewallD1", "CPUAccounting": "no", "CPUQuotaPerSecUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "18446744073709551615", "CanIsolate": "no", "CanReload": "yes", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "18446744073709551615", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Mon 2026-02-16 14:34:42 EST", "ConditionTimestampMonotonic": "190665823", "Conflicts": "iptables.service ip6tables.service ebtables.service ipset.service shutdown.target", "ControlGroup": "/system.slice/firewalld.service", "ControlPID": "0", "DefaultDependencies": "yes", "Delegate": "no", "Description": "firewalld - dynamic firewall daemon", "DevicePolicy": "auto", "Documentation": "man:firewalld(1)", "EnvironmentFile": "/etc/sysconfig/firewalld (ignore_errors=yes)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "9661", "ExecMainStartTimestamp": "Mon 2026-02-16 14:34:42 EST", "ExecMainStartTimestampMonotonic": "190666828", "ExecMainStatus": "0", "ExecReload": "{ path=/bin/kill ; argv[]=/bin/kill -HUP $MAINPID ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStart": "{ path=/usr/sbin/firewalld ; argv[]=/usr/sbin/firewalld --nofork --nopid $FIREWALLD_ARGS ; ignore_errors=no ; start_time=[Mon 2026-02-16 14:34:42 EST] ; stop_time=[n/a] ; pid=9661 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/firewalld.service", "GuessMainPID": "yes", "IOScheduling": "0", "Id": "firewalld.service", "IgnoreOnIsolate": "no", "IgnoreOnSnapshot": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestamp": "Mon 2026-02-16 14:34:42 EST", "InactiveExitTimestampMonotonic": "190666864", "JobTimeoutAction": "none", "JobTimeoutUSec": "0", "KillMode": "mixed", "KillSignal": "15", "LimitAS": "18446744073709551615", "LimitCORE": "18446744073709551615", "LimitCPU": "18446744073709551615", "LimitDATA": "18446744073709551615", "LimitFSIZE": "18446744073709551615", "LimitLOCKS": "18446744073709551615", "LimitMEMLOCK": "65536", "LimitMSGQUEUE": "819200", "LimitNICE": "0", "LimitNOFILE": "4096", "LimitNPROC": "14311", "LimitRSS": "18446744073709551615", "LimitRTPRIO": "0", "LimitRTTIME": "18446744073709551615", "LimitSIGPENDING": "14311", "LimitSTACK": "18446744073709551615", "LoadState": "loaded", "MainPID": "9661", "MemoryAccounting": "no", "MemoryCurrent": "18446744073709551615", "MemoryLimit": "18446744073709551615", "MountFlags": "0", "Names": "firewalld.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "PrivateDevices": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "ProtectHome": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "Requires": "basic.target system.slice", "Restart": "no", "RestartUSec": "100ms", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "null", "StandardInput": "null", "StandardOutput": "null", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitInterval": "10000000", "StartupBlockIOWeight": "18446744073709551615", "StartupCPUShares": "18446744073709551615", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "no", "TasksCurrent": "18446744073709551615", "TasksMax": "18446744073709551615", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "dbus", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "WantedBy": "multi-user.target", "Wants": "network-pre.target", "WatchdogTimestamp": "Mon 2026-02-16 14:34:42 EST", "WatchdogTimestampMonotonic": "190902478", "WatchdogUSec": "0" } } TASK [fedora.linux_system_roles.firewall : Check if previous replaced is defined] *** task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:39 Monday 16 February 2026 14:36:29 -0500 (0:00:00.417) 0:00:49.523 ******* ok: [managed-node2] => { "ansible_facts": { "__firewall_previous_replaced": false, "__firewall_python_cmd": "/usr/bin/python", "__firewall_report_changed": true }, "changed": false } TASK [fedora.linux_system_roles.firewall : Get config files, checksums before and remove] *** task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:48 Monday 16 February 2026 14:36:29 -0500 (0:00:00.046) 0:00:49.570 ******* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Tell firewall module it is able to report changed] *** task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:61 Monday 16 February 2026 14:36:29 -0500 (0:00:00.038) 0:00:49.608 ******* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Configure firewall] ***************** task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:77 Monday 16 February 2026 14:36:29 -0500 (0:00:00.037) 0:00:49.646 ******* ok: [managed-node2] => (item={u'source': u'ipset:customipset-ipv4', u'state': u'enabled', u'runtime': True}) => { "__firewall_changed": false, "ansible_loop_var": "item", "changed": false, "item": { "runtime": true, "source": "ipset:customipset-ipv4", "state": "enabled" } } ok: [managed-node2] => (item={u'source': u'ipset:customipset-ipv6', u'state': u'enabled', u'runtime': True}) => { "__firewall_changed": false, "ansible_loop_var": "item", "changed": false, "item": { "runtime": true, "source": "ipset:customipset-ipv6", "state": "enabled" } } TASK [fedora.linux_system_roles.firewall : Gather firewall config information] *** task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:130 Monday 16 February 2026 14:36:30 -0500 (0:00:01.139) 0:00:50.786 ******* skipping: [managed-node2] => (item={u'source': u'ipset:customipset-ipv4', u'state': u'enabled', u'runtime': True}) => { "ansible_loop_var": "item", "changed": false, "item": { "runtime": true, "source": "ipset:customipset-ipv4", "state": "enabled" }, "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item={u'source': u'ipset:customipset-ipv6', u'state': u'enabled', u'runtime': True}) => { "ansible_loop_var": "item", "changed": false, "item": { "runtime": true, "source": "ipset:customipset-ipv6", "state": "enabled" }, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Update firewalld_config fact] ******* task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:141 Monday 16 February 2026 14:36:30 -0500 (0:00:00.078) 0:00:50.864 ******* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Gather firewall config if no arguments] *** task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:150 Monday 16 February 2026 14:36:30 -0500 (0:00:00.058) 0:00:50.923 ******* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Update firewalld_config fact] ******* task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:156 Monday 16 February 2026 14:36:30 -0500 (0:00:00.057) 0:00:50.980 ******* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Get config files, checksums after] *** task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:165 Monday 16 February 2026 14:36:30 -0500 (0:00:00.057) 0:00:51.038 ******* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Calculate what has changed] ********* task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:176 Monday 16 February 2026 14:36:30 -0500 (0:00:00.054) 0:00:51.092 ******* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Show diffs] ************************* task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:182 Monday 16 February 2026 14:36:31 -0500 (0:00:00.055) 0:00:51.147 ******* skipping: [managed-node2] => {} TASK [Fail if adding ipsets is not idempotent (runtime)] *********************** task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_ipsets.yml:296 Monday 16 February 2026 14:36:31 -0500 (0:00:00.058) 0:00:51.206 ******* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Add ipsets to default zone (permanent)] ********************************** task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_ipsets.yml:303 Monday 16 February 2026 14:36:31 -0500 (0:00:00.057) 0:00:51.264 ******* TASK [fedora.linux_system_roles.firewall : Set platform/version specific variables] *** task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:2 Monday 16 February 2026 14:36:31 -0500 (0:00:00.289) 0:00:51.553 ******* included: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml for managed-node2 TASK [fedora.linux_system_roles.firewall : Ensure ansible_facts used by role] *** task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml:2 Monday 16 February 2026 14:36:31 -0500 (0:00:00.045) 0:00:51.599 ******* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Check if system is ostree] ********** task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml:10 Monday 16 February 2026 14:36:31 -0500 (0:00:00.061) 0:00:51.661 ******* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Set flag to indicate system is ostree] *** task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml:15 Monday 16 February 2026 14:36:31 -0500 (0:00:00.067) 0:00:51.728 ******* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Check if transactional-update exists in /sbin] *** task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml:22 Monday 16 February 2026 14:36:31 -0500 (0:00:00.066) 0:00:51.795 ******* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Set flag if transactional-update exists] *** task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml:27 Monday 16 February 2026 14:36:31 -0500 (0:00:00.056) 0:00:51.851 ******* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Set platform/version specific variables] *** task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml:31 Monday 16 February 2026 14:36:31 -0500 (0:00:00.057) 0:00:51.908 ******* skipping: [managed-node2] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item=CentOS_7.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS_7.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item=CentOS_7.9.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS_7.9.yml", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Setup firewalld] ******************** task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:5 Monday 16 February 2026 14:36:31 -0500 (0:00:00.094) 0:00:52.002 ******* included: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml for managed-node2 TASK [fedora.linux_system_roles.firewall : Run systemctl] ********************** task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:5 Monday 16 February 2026 14:36:31 -0500 (0:00:00.040) 0:00:52.042 ******* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Require installed systemd] ********** task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:12 Monday 16 February 2026 14:36:31 -0500 (0:00:00.050) 0:00:52.093 ******* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Set flag to indicate that systemd runtime operations are available] *** task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:17 Monday 16 February 2026 14:36:32 -0500 (0:00:00.046) 0:00:52.139 ******* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Install firewalld] ****************** task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:22 Monday 16 February 2026 14:36:32 -0500 (0:00:00.036) 0:00:52.176 ******* ok: [managed-node2] => { "changed": false, "rc": 0, "results": [ "firewalld-0.6.3-13.el7_9.noarch providing firewalld is already installed", "python-ipaddress-1.0.16-2.el7.noarch providing python-ipaddress is already installed" ] } TASK [fedora.linux_system_roles.firewall : Notify user that reboot is needed to apply changes] *** task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:34 Monday 16 February 2026 14:36:32 -0500 (0:00:00.593) 0:00:52.769 ******* skipping: [managed-node2] => {} TASK [fedora.linux_system_roles.firewall : Reboot transactional update systems] *** task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:39 Monday 16 February 2026 14:36:32 -0500 (0:00:00.050) 0:00:52.819 ******* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Fail if reboot is needed and not set] *** task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:44 Monday 16 February 2026 14:36:32 -0500 (0:00:00.051) 0:00:52.871 ******* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Check which conflicting services are enabled] *** task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:8 Monday 16 February 2026 14:36:32 -0500 (0:00:00.042) 0:00:52.913 ******* skipping: [managed-node2] => (item=nftables) => { "ansible_loop_var": "item", "changed": false, "item": "nftables", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item=iptables) => { "ansible_loop_var": "item", "changed": false, "item": "iptables", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item=ufw) => { "ansible_loop_var": "item", "changed": false, "item": "ufw", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Attempt to stop and disable conflicting services] *** task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:17 Monday 16 February 2026 14:36:32 -0500 (0:00:00.051) 0:00:52.965 ******* skipping: [managed-node2] => (item={u'skip_reason': u'Conditional result was False', u'item': u'nftables', u'skipped': True, u'ansible_loop_var': u'item', u'changed': False}) => { "ansible_loop_var": "item", "changed": false, "item": { "ansible_loop_var": "item", "changed": false, "item": "nftables", "skip_reason": "Conditional result was False", "skipped": true }, "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item={u'skip_reason': u'Conditional result was False', u'item': u'iptables', u'skipped': True, u'ansible_loop_var': u'item', u'changed': False}) => { "ansible_loop_var": "item", "changed": false, "item": { "ansible_loop_var": "item", "changed": false, "item": "iptables", "skip_reason": "Conditional result was False", "skipped": true }, "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item={u'skip_reason': u'Conditional result was False', u'item': u'ufw', u'skipped': True, u'ansible_loop_var': u'item', u'changed': False}) => { "ansible_loop_var": "item", "changed": false, "item": { "ansible_loop_var": "item", "changed": false, "item": "ufw", "skip_reason": "Conditional result was False", "skipped": true }, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Unmask firewalld service] *********** task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:27 Monday 16 February 2026 14:36:32 -0500 (0:00:00.056) 0:00:53.022 ******* ok: [managed-node2] => { "changed": false, "name": "firewalld", "status": { "ActiveEnterTimestamp": "Mon 2026-02-16 14:34:42 EST", "ActiveEnterTimestampMonotonic": "190902530", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "dbus.service polkit.service basic.target system.slice", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Mon 2026-02-16 14:34:42 EST", "AssertTimestampMonotonic": "190665825", "Before": "shutdown.target multi-user.target network-pre.target", "BlockIOAccounting": "no", "BlockIOWeight": "18446744073709551615", "BusName": "org.fedoraproject.FirewallD1", "CPUAccounting": "no", "CPUQuotaPerSecUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "18446744073709551615", "CanIsolate": "no", "CanReload": "yes", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "18446744073709551615", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Mon 2026-02-16 14:34:42 EST", "ConditionTimestampMonotonic": "190665823", "Conflicts": "iptables.service ip6tables.service ebtables.service ipset.service shutdown.target", "ControlGroup": "/system.slice/firewalld.service", "ControlPID": "0", "DefaultDependencies": "yes", "Delegate": "no", "Description": "firewalld - dynamic firewall daemon", "DevicePolicy": "auto", "Documentation": "man:firewalld(1)", "EnvironmentFile": "/etc/sysconfig/firewalld (ignore_errors=yes)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "9661", "ExecMainStartTimestamp": "Mon 2026-02-16 14:34:42 EST", "ExecMainStartTimestampMonotonic": "190666828", "ExecMainStatus": "0", "ExecReload": "{ path=/bin/kill ; argv[]=/bin/kill -HUP $MAINPID ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStart": "{ path=/usr/sbin/firewalld ; argv[]=/usr/sbin/firewalld --nofork --nopid $FIREWALLD_ARGS ; ignore_errors=no ; start_time=[Mon 2026-02-16 14:34:42 EST] ; stop_time=[n/a] ; pid=9661 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/firewalld.service", "GuessMainPID": "yes", "IOScheduling": "0", "Id": "firewalld.service", "IgnoreOnIsolate": "no", "IgnoreOnSnapshot": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestamp": "Mon 2026-02-16 14:34:42 EST", "InactiveExitTimestampMonotonic": "190666864", "JobTimeoutAction": "none", "JobTimeoutUSec": "0", "KillMode": "mixed", "KillSignal": "15", "LimitAS": "18446744073709551615", "LimitCORE": "18446744073709551615", "LimitCPU": "18446744073709551615", "LimitDATA": "18446744073709551615", "LimitFSIZE": "18446744073709551615", "LimitLOCKS": "18446744073709551615", "LimitMEMLOCK": "65536", "LimitMSGQUEUE": "819200", "LimitNICE": "0", "LimitNOFILE": "4096", "LimitNPROC": "14311", "LimitRSS": "18446744073709551615", "LimitRTPRIO": "0", "LimitRTTIME": "18446744073709551615", "LimitSIGPENDING": "14311", "LimitSTACK": "18446744073709551615", "LoadState": "loaded", "MainPID": "9661", "MemoryAccounting": "no", "MemoryCurrent": "18446744073709551615", "MemoryLimit": "18446744073709551615", "MountFlags": "0", "Names": "firewalld.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "PrivateDevices": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "ProtectHome": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "Requires": "basic.target system.slice", "Restart": "no", "RestartUSec": "100ms", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "null", "StandardInput": "null", "StandardOutput": "null", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitInterval": "10000000", "StartupBlockIOWeight": "18446744073709551615", "StartupCPUShares": "18446744073709551615", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "no", "TasksCurrent": "18446744073709551615", "TasksMax": "18446744073709551615", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "dbus", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "WantedBy": "multi-user.target", "Wants": "network-pre.target", "WatchdogTimestamp": "Mon 2026-02-16 14:34:42 EST", "WatchdogTimestampMonotonic": "190902478", "WatchdogUSec": "0" } } TASK [fedora.linux_system_roles.firewall : Enable and start firewalld service] *** task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:33 Monday 16 February 2026 14:36:33 -0500 (0:00:00.412) 0:00:53.435 ******* ok: [managed-node2] => { "changed": false, "enabled": true, "name": "firewalld", "state": "started", "status": { "ActiveEnterTimestamp": "Mon 2026-02-16 14:34:42 EST", "ActiveEnterTimestampMonotonic": "190902530", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "dbus.service polkit.service basic.target system.slice", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Mon 2026-02-16 14:34:42 EST", "AssertTimestampMonotonic": "190665825", "Before": "shutdown.target multi-user.target network-pre.target", "BlockIOAccounting": "no", "BlockIOWeight": "18446744073709551615", "BusName": "org.fedoraproject.FirewallD1", "CPUAccounting": "no", "CPUQuotaPerSecUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "18446744073709551615", "CanIsolate": "no", "CanReload": "yes", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "18446744073709551615", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Mon 2026-02-16 14:34:42 EST", "ConditionTimestampMonotonic": "190665823", "Conflicts": "iptables.service ip6tables.service ebtables.service ipset.service shutdown.target", "ControlGroup": "/system.slice/firewalld.service", "ControlPID": "0", "DefaultDependencies": "yes", "Delegate": "no", "Description": "firewalld - dynamic firewall daemon", "DevicePolicy": "auto", "Documentation": "man:firewalld(1)", "EnvironmentFile": "/etc/sysconfig/firewalld (ignore_errors=yes)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "9661", "ExecMainStartTimestamp": "Mon 2026-02-16 14:34:42 EST", "ExecMainStartTimestampMonotonic": "190666828", "ExecMainStatus": "0", "ExecReload": "{ path=/bin/kill ; argv[]=/bin/kill -HUP $MAINPID ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStart": "{ path=/usr/sbin/firewalld ; argv[]=/usr/sbin/firewalld --nofork --nopid $FIREWALLD_ARGS ; ignore_errors=no ; start_time=[Mon 2026-02-16 14:34:42 EST] ; stop_time=[n/a] ; pid=9661 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/firewalld.service", "GuessMainPID": "yes", "IOScheduling": "0", "Id": "firewalld.service", "IgnoreOnIsolate": "no", "IgnoreOnSnapshot": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestamp": "Mon 2026-02-16 14:34:42 EST", "InactiveExitTimestampMonotonic": "190666864", "JobTimeoutAction": "none", "JobTimeoutUSec": "0", "KillMode": "mixed", "KillSignal": "15", "LimitAS": "18446744073709551615", "LimitCORE": "18446744073709551615", "LimitCPU": "18446744073709551615", "LimitDATA": "18446744073709551615", "LimitFSIZE": "18446744073709551615", "LimitLOCKS": "18446744073709551615", "LimitMEMLOCK": "65536", "LimitMSGQUEUE": "819200", "LimitNICE": "0", "LimitNOFILE": "4096", "LimitNPROC": "14311", "LimitRSS": "18446744073709551615", "LimitRTPRIO": "0", "LimitRTTIME": "18446744073709551615", "LimitSIGPENDING": "14311", "LimitSTACK": "18446744073709551615", "LoadState": "loaded", "MainPID": "9661", "MemoryAccounting": "no", "MemoryCurrent": "18446744073709551615", "MemoryLimit": "18446744073709551615", "MountFlags": "0", "Names": "firewalld.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "PrivateDevices": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "ProtectHome": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "Requires": "basic.target system.slice", "Restart": "no", "RestartUSec": "100ms", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "null", "StandardInput": "null", "StandardOutput": "null", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitInterval": "10000000", "StartupBlockIOWeight": "18446744073709551615", "StartupCPUShares": "18446744073709551615", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "no", "TasksCurrent": "18446744073709551615", "TasksMax": "18446744073709551615", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "dbus", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "WantedBy": "multi-user.target", "Wants": "network-pre.target", "WatchdogTimestamp": "Mon 2026-02-16 14:34:42 EST", "WatchdogTimestampMonotonic": "190902478", "WatchdogUSec": "0" } } TASK [fedora.linux_system_roles.firewall : Check if previous replaced is defined] *** task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:39 Monday 16 February 2026 14:36:33 -0500 (0:00:00.431) 0:00:53.867 ******* ok: [managed-node2] => { "ansible_facts": { "__firewall_previous_replaced": false, "__firewall_python_cmd": "/usr/bin/python", "__firewall_report_changed": true }, "changed": false } TASK [fedora.linux_system_roles.firewall : Get config files, checksums before and remove] *** task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:48 Monday 16 February 2026 14:36:33 -0500 (0:00:00.045) 0:00:53.912 ******* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Tell firewall module it is able to report changed] *** task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:61 Monday 16 February 2026 14:36:33 -0500 (0:00:00.037) 0:00:53.950 ******* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Configure firewall] ***************** task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:77 Monday 16 February 2026 14:36:33 -0500 (0:00:00.037) 0:00:53.988 ******* ok: [managed-node2] => (item={u'source': u'ipset:customipset-ipv4', u'state': u'enabled', u'permanent': True}) => { "__firewall_changed": false, "ansible_loop_var": "item", "changed": false, "item": { "permanent": true, "source": "ipset:customipset-ipv4", "state": "enabled" } } ok: [managed-node2] => (item={u'source': u'ipset:customipset-ipv6', u'state': u'enabled', u'permanent': True}) => { "__firewall_changed": false, "ansible_loop_var": "item", "changed": false, "item": { "permanent": true, "source": "ipset:customipset-ipv6", "state": "enabled" } } TASK [fedora.linux_system_roles.firewall : Gather firewall config information] *** task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:130 Monday 16 February 2026 14:36:35 -0500 (0:00:01.164) 0:00:55.153 ******* skipping: [managed-node2] => (item={u'source': u'ipset:customipset-ipv4', u'state': u'enabled', u'permanent': True}) => { "ansible_loop_var": "item", "changed": false, "item": { "permanent": true, "source": "ipset:customipset-ipv4", "state": "enabled" }, "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item={u'source': u'ipset:customipset-ipv6', u'state': u'enabled', u'permanent': True}) => { "ansible_loop_var": "item", "changed": false, "item": { "permanent": true, "source": "ipset:customipset-ipv6", "state": "enabled" }, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Update firewalld_config fact] ******* task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:141 Monday 16 February 2026 14:36:35 -0500 (0:00:00.082) 0:00:55.235 ******* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Gather firewall config if no arguments] *** task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:150 Monday 16 February 2026 14:36:35 -0500 (0:00:00.060) 0:00:55.295 ******* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Update firewalld_config fact] ******* task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:156 Monday 16 February 2026 14:36:35 -0500 (0:00:00.060) 0:00:55.356 ******* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Get config files, checksums after] *** task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:165 Monday 16 February 2026 14:36:35 -0500 (0:00:00.055) 0:00:55.412 ******* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Calculate what has changed] ********* task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:176 Monday 16 February 2026 14:36:35 -0500 (0:00:00.058) 0:00:55.470 ******* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Show diffs] ************************* task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:182 Monday 16 February 2026 14:36:35 -0500 (0:00:00.055) 0:00:55.526 ******* skipping: [managed-node2] => {} TASK [Add ipsets to default zone again (permanent)] **************************** task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_ipsets.yml:315 Monday 16 February 2026 14:36:35 -0500 (0:00:00.055) 0:00:55.581 ******* TASK [fedora.linux_system_roles.firewall : Set platform/version specific variables] *** task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:2 Monday 16 February 2026 14:36:35 -0500 (0:00:00.249) 0:00:55.830 ******* included: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml for managed-node2 TASK [fedora.linux_system_roles.firewall : Ensure ansible_facts used by role] *** task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml:2 Monday 16 February 2026 14:36:35 -0500 (0:00:00.029) 0:00:55.860 ******* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Check if system is ostree] ********** task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml:10 Monday 16 February 2026 14:36:35 -0500 (0:00:00.048) 0:00:55.908 ******* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Set flag to indicate system is ostree] *** task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml:15 Monday 16 February 2026 14:36:35 -0500 (0:00:00.037) 0:00:55.946 ******* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Check if transactional-update exists in /sbin] *** task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml:22 Monday 16 February 2026 14:36:35 -0500 (0:00:00.037) 0:00:55.983 ******* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Set flag if transactional-update exists] *** task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml:27 Monday 16 February 2026 14:36:35 -0500 (0:00:00.045) 0:00:56.028 ******* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Set platform/version specific variables] *** task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml:31 Monday 16 February 2026 14:36:35 -0500 (0:00:00.057) 0:00:56.086 ******* skipping: [managed-node2] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item=CentOS_7.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS_7.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item=CentOS_7.9.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS_7.9.yml", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Setup firewalld] ******************** task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:5 Monday 16 February 2026 14:36:36 -0500 (0:00:00.100) 0:00:56.186 ******* included: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml for managed-node2 TASK [fedora.linux_system_roles.firewall : Run systemctl] ********************** task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:5 Monday 16 February 2026 14:36:36 -0500 (0:00:00.049) 0:00:56.236 ******* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Require installed systemd] ********** task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:12 Monday 16 February 2026 14:36:36 -0500 (0:00:00.058) 0:00:56.294 ******* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Set flag to indicate that systemd runtime operations are available] *** task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:17 Monday 16 February 2026 14:36:36 -0500 (0:00:00.056) 0:00:56.351 ******* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Install firewalld] ****************** task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:22 Monday 16 February 2026 14:36:36 -0500 (0:00:00.056) 0:00:56.408 ******* ok: [managed-node2] => { "changed": false, "rc": 0, "results": [ "firewalld-0.6.3-13.el7_9.noarch providing firewalld is already installed", "python-ipaddress-1.0.16-2.el7.noarch providing python-ipaddress is already installed" ] } TASK [fedora.linux_system_roles.firewall : Notify user that reboot is needed to apply changes] *** task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:34 Monday 16 February 2026 14:36:36 -0500 (0:00:00.642) 0:00:57.051 ******* skipping: [managed-node2] => {} TASK [fedora.linux_system_roles.firewall : Reboot transactional update systems] *** task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:39 Monday 16 February 2026 14:36:36 -0500 (0:00:00.037) 0:00:57.088 ******* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Fail if reboot is needed and not set] *** task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:44 Monday 16 February 2026 14:36:37 -0500 (0:00:00.037) 0:00:57.126 ******* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Check which conflicting services are enabled] *** task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:8 Monday 16 February 2026 14:36:37 -0500 (0:00:00.037) 0:00:57.164 ******* skipping: [managed-node2] => (item=nftables) => { "ansible_loop_var": "item", "changed": false, "item": "nftables", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item=iptables) => { "ansible_loop_var": "item", "changed": false, "item": "iptables", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item=ufw) => { "ansible_loop_var": "item", "changed": false, "item": "ufw", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Attempt to stop and disable conflicting services] *** task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:17 Monday 16 February 2026 14:36:37 -0500 (0:00:00.057) 0:00:57.221 ******* skipping: [managed-node2] => (item={u'skip_reason': u'Conditional result was False', u'item': u'nftables', u'skipped': True, u'ansible_loop_var': u'item', u'changed': False}) => { "ansible_loop_var": "item", "changed": false, "item": { "ansible_loop_var": "item", "changed": false, "item": "nftables", "skip_reason": "Conditional result was False", "skipped": true }, "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item={u'skip_reason': u'Conditional result was False', u'item': u'iptables', u'skipped': True, u'ansible_loop_var': u'item', u'changed': False}) => { "ansible_loop_var": "item", "changed": false, "item": { "ansible_loop_var": "item", "changed": false, "item": "iptables", "skip_reason": "Conditional result was False", "skipped": true }, "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item={u'skip_reason': u'Conditional result was False', u'item': u'ufw', u'skipped': True, u'ansible_loop_var': u'item', u'changed': False}) => { "ansible_loop_var": "item", "changed": false, "item": { "ansible_loop_var": "item", "changed": false, "item": "ufw", "skip_reason": "Conditional result was False", "skipped": true }, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Unmask firewalld service] *********** task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:27 Monday 16 February 2026 14:36:37 -0500 (0:00:00.080) 0:00:57.302 ******* ok: [managed-node2] => { "changed": false, "name": "firewalld", "status": { "ActiveEnterTimestamp": "Mon 2026-02-16 14:34:42 EST", "ActiveEnterTimestampMonotonic": "190902530", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "dbus.service polkit.service basic.target system.slice", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Mon 2026-02-16 14:34:42 EST", "AssertTimestampMonotonic": "190665825", "Before": "shutdown.target multi-user.target network-pre.target", "BlockIOAccounting": "no", "BlockIOWeight": "18446744073709551615", "BusName": "org.fedoraproject.FirewallD1", "CPUAccounting": "no", "CPUQuotaPerSecUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "18446744073709551615", "CanIsolate": "no", "CanReload": "yes", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "18446744073709551615", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Mon 2026-02-16 14:34:42 EST", "ConditionTimestampMonotonic": "190665823", "Conflicts": "iptables.service ip6tables.service ebtables.service ipset.service shutdown.target", "ControlGroup": "/system.slice/firewalld.service", "ControlPID": "0", "DefaultDependencies": "yes", "Delegate": "no", "Description": "firewalld - dynamic firewall daemon", "DevicePolicy": "auto", "Documentation": "man:firewalld(1)", "EnvironmentFile": "/etc/sysconfig/firewalld (ignore_errors=yes)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "9661", "ExecMainStartTimestamp": "Mon 2026-02-16 14:34:42 EST", "ExecMainStartTimestampMonotonic": "190666828", "ExecMainStatus": "0", "ExecReload": "{ path=/bin/kill ; argv[]=/bin/kill -HUP $MAINPID ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStart": "{ path=/usr/sbin/firewalld ; argv[]=/usr/sbin/firewalld --nofork --nopid $FIREWALLD_ARGS ; ignore_errors=no ; start_time=[Mon 2026-02-16 14:34:42 EST] ; stop_time=[n/a] ; pid=9661 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/firewalld.service", "GuessMainPID": "yes", "IOScheduling": "0", "Id": "firewalld.service", "IgnoreOnIsolate": "no", "IgnoreOnSnapshot": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestamp": "Mon 2026-02-16 14:34:42 EST", "InactiveExitTimestampMonotonic": "190666864", "JobTimeoutAction": "none", "JobTimeoutUSec": "0", "KillMode": "mixed", "KillSignal": "15", "LimitAS": "18446744073709551615", "LimitCORE": "18446744073709551615", "LimitCPU": "18446744073709551615", "LimitDATA": "18446744073709551615", "LimitFSIZE": "18446744073709551615", "LimitLOCKS": "18446744073709551615", "LimitMEMLOCK": "65536", "LimitMSGQUEUE": "819200", "LimitNICE": "0", "LimitNOFILE": "4096", "LimitNPROC": "14311", "LimitRSS": "18446744073709551615", "LimitRTPRIO": "0", "LimitRTTIME": "18446744073709551615", "LimitSIGPENDING": "14311", "LimitSTACK": "18446744073709551615", "LoadState": "loaded", "MainPID": "9661", "MemoryAccounting": "no", "MemoryCurrent": "18446744073709551615", "MemoryLimit": "18446744073709551615", "MountFlags": "0", "Names": "firewalld.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "PrivateDevices": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "ProtectHome": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "Requires": "basic.target system.slice", "Restart": "no", "RestartUSec": "100ms", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "null", "StandardInput": "null", "StandardOutput": "null", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitInterval": "10000000", "StartupBlockIOWeight": "18446744073709551615", "StartupCPUShares": "18446744073709551615", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "no", "TasksCurrent": "18446744073709551615", "TasksMax": "18446744073709551615", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "dbus", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "WantedBy": "multi-user.target", "Wants": "network-pre.target", "WatchdogTimestamp": "Mon 2026-02-16 14:34:42 EST", "WatchdogTimestampMonotonic": "190902478", "WatchdogUSec": "0" } } TASK [fedora.linux_system_roles.firewall : Enable and start firewalld service] *** task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:33 Monday 16 February 2026 14:36:37 -0500 (0:00:00.436) 0:00:57.739 ******* ok: [managed-node2] => { "changed": false, "enabled": true, "name": "firewalld", "state": "started", "status": { "ActiveEnterTimestamp": "Mon 2026-02-16 14:34:42 EST", "ActiveEnterTimestampMonotonic": "190902530", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "dbus.service polkit.service basic.target system.slice", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Mon 2026-02-16 14:34:42 EST", "AssertTimestampMonotonic": "190665825", "Before": "shutdown.target multi-user.target network-pre.target", "BlockIOAccounting": "no", "BlockIOWeight": "18446744073709551615", "BusName": "org.fedoraproject.FirewallD1", "CPUAccounting": "no", "CPUQuotaPerSecUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "18446744073709551615", "CanIsolate": "no", "CanReload": "yes", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "18446744073709551615", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Mon 2026-02-16 14:34:42 EST", "ConditionTimestampMonotonic": "190665823", "Conflicts": "iptables.service ip6tables.service ebtables.service ipset.service shutdown.target", "ControlGroup": "/system.slice/firewalld.service", "ControlPID": "0", "DefaultDependencies": "yes", "Delegate": "no", "Description": "firewalld - dynamic firewall daemon", "DevicePolicy": "auto", "Documentation": "man:firewalld(1)", "EnvironmentFile": "/etc/sysconfig/firewalld (ignore_errors=yes)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "9661", "ExecMainStartTimestamp": "Mon 2026-02-16 14:34:42 EST", "ExecMainStartTimestampMonotonic": "190666828", "ExecMainStatus": "0", "ExecReload": "{ path=/bin/kill ; argv[]=/bin/kill -HUP $MAINPID ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStart": "{ path=/usr/sbin/firewalld ; argv[]=/usr/sbin/firewalld --nofork --nopid $FIREWALLD_ARGS ; ignore_errors=no ; start_time=[Mon 2026-02-16 14:34:42 EST] ; stop_time=[n/a] ; pid=9661 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/firewalld.service", "GuessMainPID": "yes", "IOScheduling": "0", "Id": "firewalld.service", "IgnoreOnIsolate": "no", "IgnoreOnSnapshot": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestamp": "Mon 2026-02-16 14:34:42 EST", "InactiveExitTimestampMonotonic": "190666864", "JobTimeoutAction": "none", "JobTimeoutUSec": "0", "KillMode": "mixed", "KillSignal": "15", "LimitAS": "18446744073709551615", "LimitCORE": "18446744073709551615", "LimitCPU": "18446744073709551615", "LimitDATA": "18446744073709551615", "LimitFSIZE": "18446744073709551615", "LimitLOCKS": "18446744073709551615", "LimitMEMLOCK": "65536", "LimitMSGQUEUE": "819200", "LimitNICE": "0", "LimitNOFILE": "4096", "LimitNPROC": "14311", "LimitRSS": "18446744073709551615", "LimitRTPRIO": "0", "LimitRTTIME": "18446744073709551615", "LimitSIGPENDING": "14311", "LimitSTACK": "18446744073709551615", "LoadState": "loaded", "MainPID": "9661", "MemoryAccounting": "no", "MemoryCurrent": "18446744073709551615", "MemoryLimit": "18446744073709551615", "MountFlags": "0", "Names": "firewalld.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "PrivateDevices": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "ProtectHome": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "Requires": "basic.target system.slice", "Restart": "no", "RestartUSec": "100ms", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "null", "StandardInput": "null", "StandardOutput": "null", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitInterval": "10000000", "StartupBlockIOWeight": "18446744073709551615", "StartupCPUShares": "18446744073709551615", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "no", "TasksCurrent": "18446744073709551615", "TasksMax": "18446744073709551615", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "dbus", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "WantedBy": "multi-user.target", "Wants": "network-pre.target", "WatchdogTimestamp": "Mon 2026-02-16 14:34:42 EST", "WatchdogTimestampMonotonic": "190902478", "WatchdogUSec": "0" } } TASK [fedora.linux_system_roles.firewall : Check if previous replaced is defined] *** task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:39 Monday 16 February 2026 14:36:38 -0500 (0:00:00.401) 0:00:58.141 ******* ok: [managed-node2] => { "ansible_facts": { "__firewall_previous_replaced": false, "__firewall_python_cmd": "/usr/bin/python", "__firewall_report_changed": true }, "changed": false } TASK [fedora.linux_system_roles.firewall : Get config files, checksums before and remove] *** task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:48 Monday 16 February 2026 14:36:38 -0500 (0:00:00.074) 0:00:58.215 ******* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Tell firewall module it is able to report changed] *** task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:61 Monday 16 February 2026 14:36:38 -0500 (0:00:00.055) 0:00:58.271 ******* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Configure firewall] ***************** task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:77 Monday 16 February 2026 14:36:38 -0500 (0:00:00.056) 0:00:58.327 ******* ok: [managed-node2] => (item={u'source': u'ipset:customipset-ipv4', u'state': u'enabled', u'permanent': True}) => { "__firewall_changed": false, "ansible_loop_var": "item", "changed": false, "item": { "permanent": true, "source": "ipset:customipset-ipv4", "state": "enabled" } } ok: [managed-node2] => (item={u'source': u'ipset:customipset-ipv6', u'state': u'enabled', u'permanent': True}) => { "__firewall_changed": false, "ansible_loop_var": "item", "changed": false, "item": { "permanent": true, "source": "ipset:customipset-ipv6", "state": "enabled" } } TASK [fedora.linux_system_roles.firewall : Gather firewall config information] *** task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:130 Monday 16 February 2026 14:36:39 -0500 (0:00:01.202) 0:00:59.530 ******* skipping: [managed-node2] => (item={u'source': u'ipset:customipset-ipv4', u'state': u'enabled', u'permanent': True}) => { "ansible_loop_var": "item", "changed": false, "item": { "permanent": true, "source": "ipset:customipset-ipv4", "state": "enabled" }, "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item={u'source': u'ipset:customipset-ipv6', u'state': u'enabled', u'permanent': True}) => { "ansible_loop_var": "item", "changed": false, "item": { "permanent": true, "source": "ipset:customipset-ipv6", "state": "enabled" }, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Update firewalld_config fact] ******* task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:141 Monday 16 February 2026 14:36:39 -0500 (0:00:00.054) 0:00:59.585 ******* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Gather firewall config if no arguments] *** task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:150 Monday 16 February 2026 14:36:39 -0500 (0:00:00.039) 0:00:59.624 ******* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Update firewalld_config fact] ******* task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:156 Monday 16 February 2026 14:36:39 -0500 (0:00:00.038) 0:00:59.663 ******* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Get config files, checksums after] *** task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:165 Monday 16 February 2026 14:36:39 -0500 (0:00:00.042) 0:00:59.706 ******* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Calculate what has changed] ********* task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:176 Monday 16 February 2026 14:36:39 -0500 (0:00:00.050) 0:00:59.756 ******* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Show diffs] ************************* task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:182 Monday 16 February 2026 14:36:39 -0500 (0:00:00.057) 0:00:59.813 ******* skipping: [managed-node2] => {} TASK [Fail if adding ipsets is not idempotent (permanent)] ********************* task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_ipsets.yml:327 Monday 16 February 2026 14:36:39 -0500 (0:00:00.052) 0:00:59.866 ******* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Remove ipsets from default zone] ***************************************** task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_ipsets.yml:332 Monday 16 February 2026 14:36:39 -0500 (0:00:00.051) 0:00:59.918 ******* TASK [fedora.linux_system_roles.firewall : Set platform/version specific variables] *** task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:2 Monday 16 February 2026 14:36:40 -0500 (0:00:00.324) 0:01:00.242 ******* included: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml for managed-node2 TASK [fedora.linux_system_roles.firewall : Ensure ansible_facts used by role] *** task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml:2 Monday 16 February 2026 14:36:40 -0500 (0:00:00.035) 0:01:00.278 ******* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Check if system is ostree] ********** task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml:10 Monday 16 February 2026 14:36:40 -0500 (0:00:00.049) 0:01:00.327 ******* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Set flag to indicate system is ostree] *** task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml:15 Monday 16 February 2026 14:36:40 -0500 (0:00:00.042) 0:01:00.370 ******* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Check if transactional-update exists in /sbin] *** task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml:22 Monday 16 February 2026 14:36:40 -0500 (0:00:00.037) 0:01:00.408 ******* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Set flag if transactional-update exists] *** task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml:27 Monday 16 February 2026 14:36:40 -0500 (0:00:00.038) 0:01:00.446 ******* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Set platform/version specific variables] *** task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml:31 Monday 16 February 2026 14:36:40 -0500 (0:00:00.047) 0:01:00.494 ******* skipping: [managed-node2] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item=CentOS_7.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS_7.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item=CentOS_7.9.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS_7.9.yml", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Setup firewalld] ******************** task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:5 Monday 16 February 2026 14:36:40 -0500 (0:00:00.089) 0:01:00.583 ******* included: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml for managed-node2 TASK [fedora.linux_system_roles.firewall : Run systemctl] ********************** task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:5 Monday 16 February 2026 14:36:40 -0500 (0:00:00.039) 0:01:00.622 ******* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Require installed systemd] ********** task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:12 Monday 16 February 2026 14:36:40 -0500 (0:00:00.046) 0:01:00.669 ******* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Set flag to indicate that systemd runtime operations are available] *** task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:17 Monday 16 February 2026 14:36:40 -0500 (0:00:00.048) 0:01:00.718 ******* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Install firewalld] ****************** task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:22 Monday 16 February 2026 14:36:40 -0500 (0:00:00.041) 0:01:00.759 ******* ok: [managed-node2] => { "changed": false, "rc": 0, "results": [ "firewalld-0.6.3-13.el7_9.noarch providing firewalld is already installed", "python-ipaddress-1.0.16-2.el7.noarch providing python-ipaddress is already installed" ] } TASK [fedora.linux_system_roles.firewall : Notify user that reboot is needed to apply changes] *** task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:34 Monday 16 February 2026 14:36:41 -0500 (0:00:00.682) 0:01:01.442 ******* skipping: [managed-node2] => {} TASK [fedora.linux_system_roles.firewall : Reboot transactional update systems] *** task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:39 Monday 16 February 2026 14:36:41 -0500 (0:00:00.039) 0:01:01.482 ******* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Fail if reboot is needed and not set] *** task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:44 Monday 16 February 2026 14:36:41 -0500 (0:00:00.040) 0:01:01.522 ******* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Check which conflicting services are enabled] *** task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:8 Monday 16 February 2026 14:36:41 -0500 (0:00:00.039) 0:01:01.562 ******* skipping: [managed-node2] => (item=nftables) => { "ansible_loop_var": "item", "changed": false, "item": "nftables", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item=iptables) => { "ansible_loop_var": "item", "changed": false, "item": "iptables", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item=ufw) => { "ansible_loop_var": "item", "changed": false, "item": "ufw", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Attempt to stop and disable conflicting services] *** task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:17 Monday 16 February 2026 14:36:41 -0500 (0:00:00.053) 0:01:01.616 ******* skipping: [managed-node2] => (item={u'skip_reason': u'Conditional result was False', u'item': u'nftables', u'skipped': True, u'ansible_loop_var': u'item', u'changed': False}) => { "ansible_loop_var": "item", "changed": false, "item": { "ansible_loop_var": "item", "changed": false, "item": "nftables", "skip_reason": "Conditional result was False", "skipped": true }, "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item={u'skip_reason': u'Conditional result was False', u'item': u'iptables', u'skipped': True, u'ansible_loop_var': u'item', u'changed': False}) => { "ansible_loop_var": "item", "changed": false, "item": { "ansible_loop_var": "item", "changed": false, "item": "iptables", "skip_reason": "Conditional result was False", "skipped": true }, "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item={u'skip_reason': u'Conditional result was False', u'item': u'ufw', u'skipped': True, u'ansible_loop_var': u'item', u'changed': False}) => { "ansible_loop_var": "item", "changed": false, "item": { "ansible_loop_var": "item", "changed": false, "item": "ufw", "skip_reason": "Conditional result was False", "skipped": true }, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Unmask firewalld service] *********** task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:27 Monday 16 February 2026 14:36:41 -0500 (0:00:00.055) 0:01:01.671 ******* ok: [managed-node2] => { "changed": false, "name": "firewalld", "status": { "ActiveEnterTimestamp": "Mon 2026-02-16 14:34:42 EST", "ActiveEnterTimestampMonotonic": "190902530", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "dbus.service polkit.service basic.target system.slice", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Mon 2026-02-16 14:34:42 EST", "AssertTimestampMonotonic": "190665825", "Before": "shutdown.target multi-user.target network-pre.target", "BlockIOAccounting": "no", "BlockIOWeight": "18446744073709551615", "BusName": "org.fedoraproject.FirewallD1", "CPUAccounting": "no", "CPUQuotaPerSecUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "18446744073709551615", "CanIsolate": "no", "CanReload": "yes", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "18446744073709551615", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Mon 2026-02-16 14:34:42 EST", "ConditionTimestampMonotonic": "190665823", "Conflicts": "iptables.service ip6tables.service ebtables.service ipset.service shutdown.target", "ControlGroup": "/system.slice/firewalld.service", "ControlPID": "0", "DefaultDependencies": "yes", "Delegate": "no", "Description": "firewalld - dynamic firewall daemon", "DevicePolicy": "auto", "Documentation": "man:firewalld(1)", "EnvironmentFile": "/etc/sysconfig/firewalld (ignore_errors=yes)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "9661", "ExecMainStartTimestamp": "Mon 2026-02-16 14:34:42 EST", "ExecMainStartTimestampMonotonic": "190666828", "ExecMainStatus": "0", "ExecReload": "{ path=/bin/kill ; argv[]=/bin/kill -HUP $MAINPID ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStart": "{ path=/usr/sbin/firewalld ; argv[]=/usr/sbin/firewalld --nofork --nopid $FIREWALLD_ARGS ; ignore_errors=no ; start_time=[Mon 2026-02-16 14:34:42 EST] ; stop_time=[n/a] ; pid=9661 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/firewalld.service", "GuessMainPID": "yes", "IOScheduling": "0", "Id": "firewalld.service", "IgnoreOnIsolate": "no", "IgnoreOnSnapshot": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestamp": "Mon 2026-02-16 14:34:42 EST", "InactiveExitTimestampMonotonic": "190666864", "JobTimeoutAction": "none", "JobTimeoutUSec": "0", "KillMode": "mixed", "KillSignal": "15", "LimitAS": "18446744073709551615", "LimitCORE": "18446744073709551615", "LimitCPU": "18446744073709551615", "LimitDATA": "18446744073709551615", "LimitFSIZE": "18446744073709551615", "LimitLOCKS": "18446744073709551615", "LimitMEMLOCK": "65536", "LimitMSGQUEUE": "819200", "LimitNICE": "0", "LimitNOFILE": "4096", "LimitNPROC": "14311", "LimitRSS": "18446744073709551615", "LimitRTPRIO": "0", "LimitRTTIME": "18446744073709551615", "LimitSIGPENDING": "14311", "LimitSTACK": "18446744073709551615", "LoadState": "loaded", "MainPID": "9661", "MemoryAccounting": "no", "MemoryCurrent": "18446744073709551615", "MemoryLimit": "18446744073709551615", "MountFlags": "0", "Names": "firewalld.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "PrivateDevices": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "ProtectHome": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "Requires": "basic.target system.slice", "Restart": "no", "RestartUSec": "100ms", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "null", "StandardInput": "null", "StandardOutput": "null", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitInterval": "10000000", "StartupBlockIOWeight": "18446744073709551615", "StartupCPUShares": "18446744073709551615", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "no", "TasksCurrent": "18446744073709551615", "TasksMax": "18446744073709551615", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "dbus", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "WantedBy": "multi-user.target", "Wants": "network-pre.target", "WatchdogTimestamp": "Mon 2026-02-16 14:34:42 EST", "WatchdogTimestampMonotonic": "190902478", "WatchdogUSec": "0" } } TASK [fedora.linux_system_roles.firewall : Enable and start firewalld service] *** task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:33 Monday 16 February 2026 14:36:41 -0500 (0:00:00.403) 0:01:02.075 ******* ok: [managed-node2] => { "changed": false, "enabled": true, "name": "firewalld", "state": "started", "status": { "ActiveEnterTimestamp": "Mon 2026-02-16 14:34:42 EST", "ActiveEnterTimestampMonotonic": "190902530", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "dbus.service polkit.service basic.target system.slice", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Mon 2026-02-16 14:34:42 EST", "AssertTimestampMonotonic": "190665825", "Before": "shutdown.target multi-user.target network-pre.target", "BlockIOAccounting": "no", "BlockIOWeight": "18446744073709551615", "BusName": "org.fedoraproject.FirewallD1", "CPUAccounting": "no", "CPUQuotaPerSecUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "18446744073709551615", "CanIsolate": "no", "CanReload": "yes", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "18446744073709551615", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Mon 2026-02-16 14:34:42 EST", "ConditionTimestampMonotonic": "190665823", "Conflicts": "iptables.service ip6tables.service ebtables.service ipset.service shutdown.target", "ControlGroup": "/system.slice/firewalld.service", "ControlPID": "0", "DefaultDependencies": "yes", "Delegate": "no", "Description": "firewalld - dynamic firewall daemon", "DevicePolicy": "auto", "Documentation": "man:firewalld(1)", "EnvironmentFile": "/etc/sysconfig/firewalld (ignore_errors=yes)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "9661", "ExecMainStartTimestamp": "Mon 2026-02-16 14:34:42 EST", "ExecMainStartTimestampMonotonic": "190666828", "ExecMainStatus": "0", "ExecReload": "{ path=/bin/kill ; argv[]=/bin/kill -HUP $MAINPID ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStart": "{ path=/usr/sbin/firewalld ; argv[]=/usr/sbin/firewalld --nofork --nopid $FIREWALLD_ARGS ; ignore_errors=no ; start_time=[Mon 2026-02-16 14:34:42 EST] ; stop_time=[n/a] ; pid=9661 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/firewalld.service", "GuessMainPID": "yes", "IOScheduling": "0", "Id": "firewalld.service", "IgnoreOnIsolate": "no", "IgnoreOnSnapshot": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestamp": "Mon 2026-02-16 14:34:42 EST", "InactiveExitTimestampMonotonic": "190666864", "JobTimeoutAction": "none", "JobTimeoutUSec": "0", "KillMode": "mixed", "KillSignal": "15", "LimitAS": "18446744073709551615", "LimitCORE": "18446744073709551615", "LimitCPU": "18446744073709551615", "LimitDATA": "18446744073709551615", "LimitFSIZE": "18446744073709551615", "LimitLOCKS": "18446744073709551615", "LimitMEMLOCK": "65536", "LimitMSGQUEUE": "819200", "LimitNICE": "0", "LimitNOFILE": "4096", "LimitNPROC": "14311", "LimitRSS": "18446744073709551615", "LimitRTPRIO": "0", "LimitRTTIME": "18446744073709551615", "LimitSIGPENDING": "14311", "LimitSTACK": "18446744073709551615", "LoadState": "loaded", "MainPID": "9661", "MemoryAccounting": "no", "MemoryCurrent": "18446744073709551615", "MemoryLimit": "18446744073709551615", "MountFlags": "0", "Names": "firewalld.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "PrivateDevices": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "ProtectHome": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "Requires": "basic.target system.slice", "Restart": "no", "RestartUSec": "100ms", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "null", "StandardInput": "null", "StandardOutput": "null", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitInterval": "10000000", "StartupBlockIOWeight": "18446744073709551615", "StartupCPUShares": "18446744073709551615", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "no", "TasksCurrent": "18446744073709551615", "TasksMax": "18446744073709551615", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "dbus", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "WantedBy": "multi-user.target", "Wants": "network-pre.target", "WatchdogTimestamp": "Mon 2026-02-16 14:34:42 EST", "WatchdogTimestampMonotonic": "190902478", "WatchdogUSec": "0" } } TASK [fedora.linux_system_roles.firewall : Check if previous replaced is defined] *** task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:39 Monday 16 February 2026 14:36:42 -0500 (0:00:00.399) 0:01:02.474 ******* ok: [managed-node2] => { "ansible_facts": { "__firewall_previous_replaced": false, "__firewall_python_cmd": "/usr/bin/python", "__firewall_report_changed": true }, "changed": false } TASK [fedora.linux_system_roles.firewall : Get config files, checksums before and remove] *** task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:48 Monday 16 February 2026 14:36:42 -0500 (0:00:00.062) 0:01:02.536 ******* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Tell firewall module it is able to report changed] *** task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:61 Monday 16 February 2026 14:36:42 -0500 (0:00:00.056) 0:01:02.593 ******* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Configure firewall] ***************** task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:77 Monday 16 February 2026 14:36:42 -0500 (0:00:00.063) 0:01:02.657 ******* changed: [managed-node2] => (item={u'source': u'ipset:customipset-ipv4', u'state': u'disabled', u'permanent': True}) => { "__firewall_changed": true, "ansible_loop_var": "item", "changed": true, "item": { "permanent": true, "source": "ipset:customipset-ipv4", "state": "disabled" } } changed: [managed-node2] => (item={u'source': u'ipset:customipset-ipv6', u'state': u'disabled', u'permanent': True}) => { "__firewall_changed": true, "ansible_loop_var": "item", "changed": true, "item": { "permanent": true, "source": "ipset:customipset-ipv6", "state": "disabled" } } TASK [fedora.linux_system_roles.firewall : Gather firewall config information] *** task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:130 Monday 16 February 2026 14:36:43 -0500 (0:00:01.238) 0:01:03.895 ******* skipping: [managed-node2] => (item={u'source': u'ipset:customipset-ipv4', u'state': u'disabled', u'permanent': True}) => { "ansible_loop_var": "item", "changed": false, "item": { "permanent": true, "source": "ipset:customipset-ipv4", "state": "disabled" }, "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item={u'source': u'ipset:customipset-ipv6', u'state': u'disabled', u'permanent': True}) => { "ansible_loop_var": "item", "changed": false, "item": { "permanent": true, "source": "ipset:customipset-ipv6", "state": "disabled" }, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Update firewalld_config fact] ******* task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:141 Monday 16 February 2026 14:36:43 -0500 (0:00:00.085) 0:01:03.980 ******* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Gather firewall config if no arguments] *** task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:150 Monday 16 February 2026 14:36:43 -0500 (0:00:00.070) 0:01:04.051 ******* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Update firewalld_config fact] ******* task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:156 Monday 16 February 2026 14:36:43 -0500 (0:00:00.058) 0:01:04.110 ******* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Get config files, checksums after] *** task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:165 Monday 16 February 2026 14:36:44 -0500 (0:00:00.059) 0:01:04.170 ******* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Calculate what has changed] ********* task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:176 Monday 16 February 2026 14:36:44 -0500 (0:00:00.061) 0:01:04.231 ******* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Show diffs] ************************* task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:182 Monday 16 February 2026 14:36:44 -0500 (0:00:00.060) 0:01:04.291 ******* skipping: [managed-node2] => {} TASK [Remove custom ipsets] **************************************************** task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_ipsets.yml:344 Monday 16 February 2026 14:36:44 -0500 (0:00:00.048) 0:01:04.340 ******* TASK [fedora.linux_system_roles.firewall : Set platform/version specific variables] *** task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:2 Monday 16 February 2026 14:36:44 -0500 (0:00:00.254) 0:01:04.594 ******* included: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml for managed-node2 TASK [fedora.linux_system_roles.firewall : Ensure ansible_facts used by role] *** task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml:2 Monday 16 February 2026 14:36:44 -0500 (0:00:00.029) 0:01:04.624 ******* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Check if system is ostree] ********** task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml:10 Monday 16 February 2026 14:36:44 -0500 (0:00:00.040) 0:01:04.664 ******* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Set flag to indicate system is ostree] *** task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml:15 Monday 16 February 2026 14:36:44 -0500 (0:00:00.036) 0:01:04.701 ******* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Check if transactional-update exists in /sbin] *** task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml:22 Monday 16 February 2026 14:36:44 -0500 (0:00:00.037) 0:01:04.739 ******* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Set flag if transactional-update exists] *** task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml:27 Monday 16 February 2026 14:36:44 -0500 (0:00:00.044) 0:01:04.783 ******* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Set platform/version specific variables] *** task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml:31 Monday 16 February 2026 14:36:44 -0500 (0:00:00.057) 0:01:04.841 ******* skipping: [managed-node2] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item=CentOS_7.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS_7.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item=CentOS_7.9.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS_7.9.yml", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Setup firewalld] ******************** task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:5 Monday 16 February 2026 14:36:44 -0500 (0:00:00.098) 0:01:04.940 ******* included: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml for managed-node2 TASK [fedora.linux_system_roles.firewall : Run systemctl] ********************** task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:5 Monday 16 February 2026 14:36:44 -0500 (0:00:00.055) 0:01:04.995 ******* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Require installed systemd] ********** task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:12 Monday 16 February 2026 14:36:44 -0500 (0:00:00.056) 0:01:05.052 ******* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Set flag to indicate that systemd runtime operations are available] *** task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:17 Monday 16 February 2026 14:36:44 -0500 (0:00:00.052) 0:01:05.105 ******* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Install firewalld] ****************** task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:22 Monday 16 February 2026 14:36:45 -0500 (0:00:00.055) 0:01:05.160 ******* ok: [managed-node2] => { "changed": false, "rc": 0, "results": [ "firewalld-0.6.3-13.el7_9.noarch providing firewalld is already installed", "python-ipaddress-1.0.16-2.el7.noarch providing python-ipaddress is already installed" ] } TASK [fedora.linux_system_roles.firewall : Notify user that reboot is needed to apply changes] *** task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:34 Monday 16 February 2026 14:36:45 -0500 (0:00:00.645) 0:01:05.806 ******* skipping: [managed-node2] => {} TASK [fedora.linux_system_roles.firewall : Reboot transactional update systems] *** task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:39 Monday 16 February 2026 14:36:45 -0500 (0:00:00.037) 0:01:05.843 ******* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Fail if reboot is needed and not set] *** task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:44 Monday 16 February 2026 14:36:45 -0500 (0:00:00.041) 0:01:05.885 ******* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Check which conflicting services are enabled] *** task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:8 Monday 16 February 2026 14:36:45 -0500 (0:00:00.047) 0:01:05.933 ******* skipping: [managed-node2] => (item=nftables) => { "ansible_loop_var": "item", "changed": false, "item": "nftables", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item=iptables) => { "ansible_loop_var": "item", "changed": false, "item": "iptables", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item=ufw) => { "ansible_loop_var": "item", "changed": false, "item": "ufw", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Attempt to stop and disable conflicting services] *** task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:17 Monday 16 February 2026 14:36:45 -0500 (0:00:00.073) 0:01:06.007 ******* skipping: [managed-node2] => (item={u'skip_reason': u'Conditional result was False', u'item': u'nftables', u'skipped': True, u'ansible_loop_var': u'item', u'changed': False}) => { "ansible_loop_var": "item", "changed": false, "item": { "ansible_loop_var": "item", "changed": false, "item": "nftables", "skip_reason": "Conditional result was False", "skipped": true }, "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item={u'skip_reason': u'Conditional result was False', u'item': u'iptables', u'skipped': True, u'ansible_loop_var': u'item', u'changed': False}) => { "ansible_loop_var": "item", "changed": false, "item": { "ansible_loop_var": "item", "changed": false, "item": "iptables", "skip_reason": "Conditional result was False", "skipped": true }, "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item={u'skip_reason': u'Conditional result was False', u'item': u'ufw', u'skipped': True, u'ansible_loop_var': u'item', u'changed': False}) => { "ansible_loop_var": "item", "changed": false, "item": { "ansible_loop_var": "item", "changed": false, "item": "ufw", "skip_reason": "Conditional result was False", "skipped": true }, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Unmask firewalld service] *********** task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:27 Monday 16 February 2026 14:36:45 -0500 (0:00:00.084) 0:01:06.091 ******* ok: [managed-node2] => { "changed": false, "name": "firewalld", "status": { "ActiveEnterTimestamp": "Mon 2026-02-16 14:34:42 EST", "ActiveEnterTimestampMonotonic": "190902530", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "dbus.service polkit.service basic.target system.slice", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Mon 2026-02-16 14:34:42 EST", "AssertTimestampMonotonic": "190665825", "Before": "shutdown.target multi-user.target network-pre.target", "BlockIOAccounting": "no", "BlockIOWeight": "18446744073709551615", "BusName": "org.fedoraproject.FirewallD1", "CPUAccounting": "no", "CPUQuotaPerSecUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "18446744073709551615", "CanIsolate": "no", "CanReload": "yes", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "18446744073709551615", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Mon 2026-02-16 14:34:42 EST", "ConditionTimestampMonotonic": "190665823", "Conflicts": "iptables.service ip6tables.service ebtables.service ipset.service shutdown.target", "ControlGroup": "/system.slice/firewalld.service", "ControlPID": "0", "DefaultDependencies": "yes", "Delegate": "no", "Description": "firewalld - dynamic firewall daemon", "DevicePolicy": "auto", "Documentation": "man:firewalld(1)", "EnvironmentFile": "/etc/sysconfig/firewalld (ignore_errors=yes)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "9661", "ExecMainStartTimestamp": "Mon 2026-02-16 14:34:42 EST", "ExecMainStartTimestampMonotonic": "190666828", "ExecMainStatus": "0", "ExecReload": "{ path=/bin/kill ; argv[]=/bin/kill -HUP $MAINPID ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStart": "{ path=/usr/sbin/firewalld ; argv[]=/usr/sbin/firewalld --nofork --nopid $FIREWALLD_ARGS ; ignore_errors=no ; start_time=[Mon 2026-02-16 14:34:42 EST] ; stop_time=[n/a] ; pid=9661 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/firewalld.service", "GuessMainPID": "yes", "IOScheduling": "0", "Id": "firewalld.service", "IgnoreOnIsolate": "no", "IgnoreOnSnapshot": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestamp": "Mon 2026-02-16 14:34:42 EST", "InactiveExitTimestampMonotonic": "190666864", "JobTimeoutAction": "none", "JobTimeoutUSec": "0", "KillMode": "mixed", "KillSignal": "15", "LimitAS": "18446744073709551615", "LimitCORE": "18446744073709551615", "LimitCPU": "18446744073709551615", "LimitDATA": "18446744073709551615", "LimitFSIZE": "18446744073709551615", "LimitLOCKS": "18446744073709551615", "LimitMEMLOCK": "65536", "LimitMSGQUEUE": "819200", "LimitNICE": "0", "LimitNOFILE": "4096", "LimitNPROC": "14311", "LimitRSS": "18446744073709551615", "LimitRTPRIO": "0", "LimitRTTIME": "18446744073709551615", "LimitSIGPENDING": "14311", "LimitSTACK": "18446744073709551615", "LoadState": "loaded", "MainPID": "9661", "MemoryAccounting": "no", "MemoryCurrent": "18446744073709551615", "MemoryLimit": "18446744073709551615", "MountFlags": "0", "Names": "firewalld.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "PrivateDevices": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "ProtectHome": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "Requires": "basic.target system.slice", "Restart": "no", "RestartUSec": "100ms", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "null", "StandardInput": "null", "StandardOutput": "null", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitInterval": "10000000", "StartupBlockIOWeight": "18446744073709551615", "StartupCPUShares": "18446744073709551615", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "no", "TasksCurrent": "18446744073709551615", "TasksMax": "18446744073709551615", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "dbus", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "WantedBy": "multi-user.target", "Wants": "network-pre.target", "WatchdogTimestamp": "Mon 2026-02-16 14:34:42 EST", "WatchdogTimestampMonotonic": "190902478", "WatchdogUSec": "0" } } TASK [fedora.linux_system_roles.firewall : Enable and start firewalld service] *** task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:33 Monday 16 February 2026 14:36:46 -0500 (0:00:00.429) 0:01:06.521 ******* ok: [managed-node2] => { "changed": false, "enabled": true, "name": "firewalld", "state": "started", "status": { "ActiveEnterTimestamp": "Mon 2026-02-16 14:34:42 EST", "ActiveEnterTimestampMonotonic": "190902530", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "dbus.service polkit.service basic.target system.slice", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Mon 2026-02-16 14:34:42 EST", "AssertTimestampMonotonic": "190665825", "Before": "shutdown.target multi-user.target network-pre.target", "BlockIOAccounting": "no", "BlockIOWeight": "18446744073709551615", "BusName": "org.fedoraproject.FirewallD1", "CPUAccounting": "no", "CPUQuotaPerSecUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "18446744073709551615", "CanIsolate": "no", "CanReload": "yes", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "18446744073709551615", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Mon 2026-02-16 14:34:42 EST", "ConditionTimestampMonotonic": "190665823", "Conflicts": "iptables.service ip6tables.service ebtables.service ipset.service shutdown.target", "ControlGroup": "/system.slice/firewalld.service", "ControlPID": "0", "DefaultDependencies": "yes", "Delegate": "no", "Description": "firewalld - dynamic firewall daemon", "DevicePolicy": "auto", "Documentation": "man:firewalld(1)", "EnvironmentFile": "/etc/sysconfig/firewalld (ignore_errors=yes)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "9661", "ExecMainStartTimestamp": "Mon 2026-02-16 14:34:42 EST", "ExecMainStartTimestampMonotonic": "190666828", "ExecMainStatus": "0", "ExecReload": "{ path=/bin/kill ; argv[]=/bin/kill -HUP $MAINPID ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStart": "{ path=/usr/sbin/firewalld ; argv[]=/usr/sbin/firewalld --nofork --nopid $FIREWALLD_ARGS ; ignore_errors=no ; start_time=[Mon 2026-02-16 14:34:42 EST] ; stop_time=[n/a] ; pid=9661 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/firewalld.service", "GuessMainPID": "yes", "IOScheduling": "0", "Id": "firewalld.service", "IgnoreOnIsolate": "no", "IgnoreOnSnapshot": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestamp": "Mon 2026-02-16 14:34:42 EST", "InactiveExitTimestampMonotonic": "190666864", "JobTimeoutAction": "none", "JobTimeoutUSec": "0", "KillMode": "mixed", "KillSignal": "15", "LimitAS": "18446744073709551615", "LimitCORE": "18446744073709551615", "LimitCPU": "18446744073709551615", "LimitDATA": "18446744073709551615", "LimitFSIZE": "18446744073709551615", "LimitLOCKS": "18446744073709551615", "LimitMEMLOCK": "65536", "LimitMSGQUEUE": "819200", "LimitNICE": "0", "LimitNOFILE": "4096", "LimitNPROC": "14311", "LimitRSS": "18446744073709551615", "LimitRTPRIO": "0", "LimitRTTIME": "18446744073709551615", "LimitSIGPENDING": "14311", "LimitSTACK": "18446744073709551615", "LoadState": "loaded", "MainPID": "9661", "MemoryAccounting": "no", "MemoryCurrent": "18446744073709551615", "MemoryLimit": "18446744073709551615", "MountFlags": "0", "Names": "firewalld.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "PrivateDevices": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "ProtectHome": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "Requires": "basic.target system.slice", "Restart": "no", "RestartUSec": "100ms", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "null", "StandardInput": "null", "StandardOutput": "null", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitInterval": "10000000", "StartupBlockIOWeight": "18446744073709551615", "StartupCPUShares": "18446744073709551615", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "no", "TasksCurrent": "18446744073709551615", "TasksMax": "18446744073709551615", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "dbus", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "WantedBy": "multi-user.target", "Wants": "network-pre.target", "WatchdogTimestamp": "Mon 2026-02-16 14:34:42 EST", "WatchdogTimestampMonotonic": "190902478", "WatchdogUSec": "0" } } TASK [fedora.linux_system_roles.firewall : Check if previous replaced is defined] *** task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:39 Monday 16 February 2026 14:36:46 -0500 (0:00:00.401) 0:01:06.922 ******* ok: [managed-node2] => { "ansible_facts": { "__firewall_previous_replaced": false, "__firewall_python_cmd": "/usr/bin/python", "__firewall_report_changed": true }, "changed": false } TASK [fedora.linux_system_roles.firewall : Get config files, checksums before and remove] *** task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:48 Monday 16 February 2026 14:36:46 -0500 (0:00:00.070) 0:01:06.993 ******* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Tell firewall module it is able to report changed] *** task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:61 Monday 16 February 2026 14:36:46 -0500 (0:00:00.055) 0:01:07.048 ******* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Configure firewall] ***************** task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:77 Monday 16 February 2026 14:36:46 -0500 (0:00:00.053) 0:01:07.102 ******* changed: [managed-node2] => (item={u'ipset': u'customipset-ipv4', u'state': u'absent', u'permanent': True}) => { "__firewall_changed": true, "ansible_loop_var": "item", "changed": true, "item": { "ipset": "customipset-ipv4", "permanent": true, "state": "absent" } } changed: [managed-node2] => (item={u'ipset': u'customipset-ipv6', u'state': u'absent', u'permanent': True}) => { "__firewall_changed": true, "ansible_loop_var": "item", "changed": true, "item": { "ipset": "customipset-ipv6", "permanent": true, "state": "absent" } } TASK [fedora.linux_system_roles.firewall : Gather firewall config information] *** task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:130 Monday 16 February 2026 14:36:48 -0500 (0:00:01.579) 0:01:08.682 ******* skipping: [managed-node2] => (item={u'ipset': u'customipset-ipv4', u'state': u'absent', u'permanent': True}) => { "ansible_loop_var": "item", "changed": false, "item": { "ipset": "customipset-ipv4", "permanent": true, "state": "absent" }, "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item={u'ipset': u'customipset-ipv6', u'state': u'absent', u'permanent': True}) => { "ansible_loop_var": "item", "changed": false, "item": { "ipset": "customipset-ipv6", "permanent": true, "state": "absent" }, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Update firewalld_config fact] ******* task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:141 Monday 16 February 2026 14:36:48 -0500 (0:00:00.072) 0:01:08.755 ******* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Gather firewall config if no arguments] *** task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:150 Monday 16 February 2026 14:36:48 -0500 (0:00:00.055) 0:01:08.810 ******* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Update firewalld_config fact] ******* task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:156 Monday 16 February 2026 14:36:48 -0500 (0:00:00.059) 0:01:08.870 ******* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Get config files, checksums after] *** task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:165 Monday 16 February 2026 14:36:48 -0500 (0:00:00.054) 0:01:08.924 ******* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Calculate what has changed] ********* task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:176 Monday 16 February 2026 14:36:48 -0500 (0:00:00.063) 0:01:08.988 ******* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Show diffs] ************************* task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:182 Monday 16 February 2026 14:36:48 -0500 (0:00:00.052) 0:01:09.040 ******* skipping: [managed-node2] => {} TASK [Fail if ipsets not removed] ********************************************** task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_ipsets.yml:356 Monday 16 February 2026 14:36:48 -0500 (0:00:00.055) 0:01:09.095 ******* ok: [managed-node2] => (item=customipset-ipv4) => { "ansible_loop_var": "item", "changed": false, "cmd": "set -euo pipefail\nfirewall-offline-cmd --get-ipsets | grep customipset-ipv4\n", "delta": "0:00:00.213340", "end": "2026-02-16 14:36:49.470454", "failed_when_result": false, "item": "customipset-ipv4", "rc": 1, "start": "2026-02-16 14:36:49.257114" } MSG: non-zero return code ok: [managed-node2] => (item=customipset-ipv6) => { "ansible_loop_var": "item", "changed": false, "cmd": "set -euo pipefail\nfirewall-offline-cmd --get-ipsets | grep customipset-ipv6\n", "delta": "0:00:00.214080", "end": "2026-02-16 14:36:49.955224", "failed_when_result": false, "item": "customipset-ipv6", "rc": 1, "start": "2026-02-16 14:36:49.741144" } MSG: non-zero return code TASK [Remove custom ipsets again] ********************************************** task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_ipsets.yml:369 Monday 16 February 2026 14:36:50 -0500 (0:00:01.025) 0:01:10.121 ******* TASK [fedora.linux_system_roles.firewall : Set platform/version specific variables] *** task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:2 Monday 16 February 2026 14:36:50 -0500 (0:00:00.214) 0:01:10.335 ******* included: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml for managed-node2 TASK [fedora.linux_system_roles.firewall : Ensure ansible_facts used by role] *** task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml:2 Monday 16 February 2026 14:36:50 -0500 (0:00:00.029) 0:01:10.365 ******* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Check if system is ostree] ********** task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml:10 Monday 16 February 2026 14:36:50 -0500 (0:00:00.047) 0:01:10.412 ******* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Set flag to indicate system is ostree] *** task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml:15 Monday 16 February 2026 14:36:50 -0500 (0:00:00.035) 0:01:10.448 ******* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Check if transactional-update exists in /sbin] *** task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml:22 Monday 16 February 2026 14:36:50 -0500 (0:00:00.036) 0:01:10.485 ******* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Set flag if transactional-update exists] *** task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml:27 Monday 16 February 2026 14:36:50 -0500 (0:00:00.040) 0:01:10.525 ******* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Set platform/version specific variables] *** task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml:31 Monday 16 February 2026 14:36:50 -0500 (0:00:00.040) 0:01:10.565 ******* skipping: [managed-node2] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item=CentOS_7.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS_7.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item=CentOS_7.9.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS_7.9.yml", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Setup firewalld] ******************** task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:5 Monday 16 February 2026 14:36:50 -0500 (0:00:00.063) 0:01:10.629 ******* included: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml for managed-node2 TASK [fedora.linux_system_roles.firewall : Run systemctl] ********************** task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:5 Monday 16 February 2026 14:36:50 -0500 (0:00:00.030) 0:01:10.659 ******* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Require installed systemd] ********** task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:12 Monday 16 February 2026 14:36:50 -0500 (0:00:00.045) 0:01:10.705 ******* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Set flag to indicate that systemd runtime operations are available] *** task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:17 Monday 16 February 2026 14:36:50 -0500 (0:00:00.054) 0:01:10.759 ******* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Install firewalld] ****************** task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:22 Monday 16 February 2026 14:36:50 -0500 (0:00:00.053) 0:01:10.813 ******* ok: [managed-node2] => { "changed": false, "rc": 0, "results": [ "firewalld-0.6.3-13.el7_9.noarch providing firewalld is already installed", "python-ipaddress-1.0.16-2.el7.noarch providing python-ipaddress is already installed" ] } TASK [fedora.linux_system_roles.firewall : Notify user that reboot is needed to apply changes] *** task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:34 Monday 16 February 2026 14:36:51 -0500 (0:00:00.705) 0:01:11.519 ******* skipping: [managed-node2] => {} TASK [fedora.linux_system_roles.firewall : Reboot transactional update systems] *** task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:39 Monday 16 February 2026 14:36:51 -0500 (0:00:00.046) 0:01:11.566 ******* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Fail if reboot is needed and not set] *** task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:44 Monday 16 February 2026 14:36:51 -0500 (0:00:00.046) 0:01:11.612 ******* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Check which conflicting services are enabled] *** task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:8 Monday 16 February 2026 14:36:51 -0500 (0:00:00.047) 0:01:11.659 ******* skipping: [managed-node2] => (item=nftables) => { "ansible_loop_var": "item", "changed": false, "item": "nftables", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item=iptables) => { "ansible_loop_var": "item", "changed": false, "item": "iptables", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item=ufw) => { "ansible_loop_var": "item", "changed": false, "item": "ufw", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Attempt to stop and disable conflicting services] *** task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:17 Monday 16 February 2026 14:36:51 -0500 (0:00:00.058) 0:01:11.718 ******* skipping: [managed-node2] => (item={u'skip_reason': u'Conditional result was False', u'item': u'nftables', u'skipped': True, u'ansible_loop_var': u'item', u'changed': False}) => { "ansible_loop_var": "item", "changed": false, "item": { "ansible_loop_var": "item", "changed": false, "item": "nftables", "skip_reason": "Conditional result was False", "skipped": true }, "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item={u'skip_reason': u'Conditional result was False', u'item': u'iptables', u'skipped': True, u'ansible_loop_var': u'item', u'changed': False}) => { "ansible_loop_var": "item", "changed": false, "item": { "ansible_loop_var": "item", "changed": false, "item": "iptables", "skip_reason": "Conditional result was False", "skipped": true }, "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item={u'skip_reason': u'Conditional result was False', u'item': u'ufw', u'skipped': True, u'ansible_loop_var': u'item', u'changed': False}) => { "ansible_loop_var": "item", "changed": false, "item": { "ansible_loop_var": "item", "changed": false, "item": "ufw", "skip_reason": "Conditional result was False", "skipped": true }, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Unmask firewalld service] *********** task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:27 Monday 16 February 2026 14:36:51 -0500 (0:00:00.056) 0:01:11.775 ******* ok: [managed-node2] => { "changed": false, "name": "firewalld", "status": { "ActiveEnterTimestamp": "Mon 2026-02-16 14:34:42 EST", "ActiveEnterTimestampMonotonic": "190902530", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "dbus.service polkit.service basic.target system.slice", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Mon 2026-02-16 14:34:42 EST", "AssertTimestampMonotonic": "190665825", "Before": "shutdown.target multi-user.target network-pre.target", "BlockIOAccounting": "no", "BlockIOWeight": "18446744073709551615", "BusName": "org.fedoraproject.FirewallD1", "CPUAccounting": "no", "CPUQuotaPerSecUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "18446744073709551615", "CanIsolate": "no", "CanReload": "yes", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "18446744073709551615", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Mon 2026-02-16 14:34:42 EST", "ConditionTimestampMonotonic": "190665823", "Conflicts": "iptables.service ip6tables.service ebtables.service ipset.service shutdown.target", "ControlGroup": "/system.slice/firewalld.service", "ControlPID": "0", "DefaultDependencies": "yes", "Delegate": "no", "Description": "firewalld - dynamic firewall daemon", "DevicePolicy": "auto", "Documentation": "man:firewalld(1)", "EnvironmentFile": "/etc/sysconfig/firewalld (ignore_errors=yes)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "9661", "ExecMainStartTimestamp": "Mon 2026-02-16 14:34:42 EST", "ExecMainStartTimestampMonotonic": "190666828", "ExecMainStatus": "0", "ExecReload": "{ path=/bin/kill ; argv[]=/bin/kill -HUP $MAINPID ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStart": "{ path=/usr/sbin/firewalld ; argv[]=/usr/sbin/firewalld --nofork --nopid $FIREWALLD_ARGS ; ignore_errors=no ; start_time=[Mon 2026-02-16 14:34:42 EST] ; stop_time=[n/a] ; pid=9661 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/firewalld.service", "GuessMainPID": "yes", "IOScheduling": "0", "Id": "firewalld.service", "IgnoreOnIsolate": "no", "IgnoreOnSnapshot": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestamp": "Mon 2026-02-16 14:34:42 EST", "InactiveExitTimestampMonotonic": "190666864", "JobTimeoutAction": "none", "JobTimeoutUSec": "0", "KillMode": "mixed", "KillSignal": "15", "LimitAS": "18446744073709551615", "LimitCORE": "18446744073709551615", "LimitCPU": "18446744073709551615", "LimitDATA": "18446744073709551615", "LimitFSIZE": "18446744073709551615", "LimitLOCKS": "18446744073709551615", "LimitMEMLOCK": "65536", "LimitMSGQUEUE": "819200", "LimitNICE": "0", "LimitNOFILE": "4096", "LimitNPROC": "14311", "LimitRSS": "18446744073709551615", "LimitRTPRIO": "0", "LimitRTTIME": "18446744073709551615", "LimitSIGPENDING": "14311", "LimitSTACK": "18446744073709551615", "LoadState": "loaded", "MainPID": "9661", "MemoryAccounting": "no", "MemoryCurrent": "18446744073709551615", "MemoryLimit": "18446744073709551615", "MountFlags": "0", "Names": "firewalld.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "PrivateDevices": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "ProtectHome": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "Requires": "basic.target system.slice", "Restart": "no", "RestartUSec": "100ms", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "null", "StandardInput": "null", "StandardOutput": "null", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitInterval": "10000000", "StartupBlockIOWeight": "18446744073709551615", "StartupCPUShares": "18446744073709551615", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "no", "TasksCurrent": "18446744073709551615", "TasksMax": "18446744073709551615", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "dbus", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "WantedBy": "multi-user.target", "Wants": "network-pre.target", "WatchdogTimestamp": "Mon 2026-02-16 14:34:42 EST", "WatchdogTimestampMonotonic": "190902478", "WatchdogUSec": "0" } } TASK [fedora.linux_system_roles.firewall : Enable and start firewalld service] *** task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:33 Monday 16 February 2026 14:36:52 -0500 (0:00:00.441) 0:01:12.216 ******* ok: [managed-node2] => { "changed": false, "enabled": true, "name": "firewalld", "state": "started", "status": { "ActiveEnterTimestamp": "Mon 2026-02-16 14:34:42 EST", "ActiveEnterTimestampMonotonic": "190902530", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "dbus.service polkit.service basic.target system.slice", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Mon 2026-02-16 14:34:42 EST", "AssertTimestampMonotonic": "190665825", "Before": "shutdown.target multi-user.target network-pre.target", "BlockIOAccounting": "no", "BlockIOWeight": "18446744073709551615", "BusName": "org.fedoraproject.FirewallD1", "CPUAccounting": "no", "CPUQuotaPerSecUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "18446744073709551615", "CanIsolate": "no", "CanReload": "yes", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "18446744073709551615", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Mon 2026-02-16 14:34:42 EST", "ConditionTimestampMonotonic": "190665823", "Conflicts": "iptables.service ip6tables.service ebtables.service ipset.service shutdown.target", "ControlGroup": "/system.slice/firewalld.service", "ControlPID": "0", "DefaultDependencies": "yes", "Delegate": "no", "Description": "firewalld - dynamic firewall daemon", "DevicePolicy": "auto", "Documentation": "man:firewalld(1)", "EnvironmentFile": "/etc/sysconfig/firewalld (ignore_errors=yes)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "9661", "ExecMainStartTimestamp": "Mon 2026-02-16 14:34:42 EST", "ExecMainStartTimestampMonotonic": "190666828", "ExecMainStatus": "0", "ExecReload": "{ path=/bin/kill ; argv[]=/bin/kill -HUP $MAINPID ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStart": "{ path=/usr/sbin/firewalld ; argv[]=/usr/sbin/firewalld --nofork --nopid $FIREWALLD_ARGS ; ignore_errors=no ; start_time=[Mon 2026-02-16 14:34:42 EST] ; stop_time=[n/a] ; pid=9661 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/firewalld.service", "GuessMainPID": "yes", "IOScheduling": "0", "Id": "firewalld.service", "IgnoreOnIsolate": "no", "IgnoreOnSnapshot": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestamp": "Mon 2026-02-16 14:34:42 EST", "InactiveExitTimestampMonotonic": "190666864", "JobTimeoutAction": "none", "JobTimeoutUSec": "0", "KillMode": "mixed", "KillSignal": "15", "LimitAS": "18446744073709551615", "LimitCORE": "18446744073709551615", "LimitCPU": "18446744073709551615", "LimitDATA": "18446744073709551615", "LimitFSIZE": "18446744073709551615", "LimitLOCKS": "18446744073709551615", "LimitMEMLOCK": "65536", "LimitMSGQUEUE": "819200", "LimitNICE": "0", "LimitNOFILE": "4096", "LimitNPROC": "14311", "LimitRSS": "18446744073709551615", "LimitRTPRIO": "0", "LimitRTTIME": "18446744073709551615", "LimitSIGPENDING": "14311", "LimitSTACK": "18446744073709551615", "LoadState": "loaded", "MainPID": "9661", "MemoryAccounting": "no", "MemoryCurrent": "18446744073709551615", "MemoryLimit": "18446744073709551615", "MountFlags": "0", "Names": "firewalld.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "PrivateDevices": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "ProtectHome": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "Requires": "basic.target system.slice", "Restart": "no", "RestartUSec": "100ms", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "null", "StandardInput": "null", "StandardOutput": "null", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitInterval": "10000000", "StartupBlockIOWeight": "18446744073709551615", "StartupCPUShares": "18446744073709551615", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "no", "TasksCurrent": "18446744073709551615", "TasksMax": "18446744073709551615", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "dbus", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "WantedBy": "multi-user.target", "Wants": "network-pre.target", "WatchdogTimestamp": "Mon 2026-02-16 14:34:42 EST", "WatchdogTimestampMonotonic": "190902478", "WatchdogUSec": "0" } } TASK [fedora.linux_system_roles.firewall : Check if previous replaced is defined] *** task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:39 Monday 16 February 2026 14:36:52 -0500 (0:00:00.483) 0:01:12.700 ******* ok: [managed-node2] => { "ansible_facts": { "__firewall_previous_replaced": false, "__firewall_python_cmd": "/usr/bin/python", "__firewall_report_changed": true }, "changed": false } TASK [fedora.linux_system_roles.firewall : Get config files, checksums before and remove] *** task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:48 Monday 16 February 2026 14:36:52 -0500 (0:00:00.069) 0:01:12.769 ******* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Tell firewall module it is able to report changed] *** task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:61 Monday 16 February 2026 14:36:52 -0500 (0:00:00.055) 0:01:12.825 ******* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Configure firewall] ***************** task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:77 Monday 16 February 2026 14:36:52 -0500 (0:00:00.058) 0:01:12.884 ******* ok: [managed-node2] => (item={u'ipset': u'customipset-ipv4', u'state': u'absent', u'permanent': True}) => { "__firewall_changed": false, "ansible_loop_var": "item", "changed": false, "item": { "ipset": "customipset-ipv4", "permanent": true, "state": "absent" } } ok: [managed-node2] => (item={u'ipset': u'customipset-ipv6', u'state': u'absent', u'permanent': True}) => { "__firewall_changed": false, "ansible_loop_var": "item", "changed": false, "item": { "ipset": "customipset-ipv6", "permanent": true, "state": "absent" } } TASK [fedora.linux_system_roles.firewall : Gather firewall config information] *** task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:130 Monday 16 February 2026 14:36:53 -0500 (0:00:01.192) 0:01:14.076 ******* skipping: [managed-node2] => (item={u'ipset': u'customipset-ipv4', u'state': u'absent', u'permanent': True}) => { "ansible_loop_var": "item", "changed": false, "item": { "ipset": "customipset-ipv4", "permanent": true, "state": "absent" }, "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item={u'ipset': u'customipset-ipv6', u'state': u'absent', u'permanent': True}) => { "ansible_loop_var": "item", "changed": false, "item": { "ipset": "customipset-ipv6", "permanent": true, "state": "absent" }, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Update firewalld_config fact] ******* task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:141 Monday 16 February 2026 14:36:54 -0500 (0:00:00.066) 0:01:14.142 ******* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Gather firewall config if no arguments] *** task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:150 Monday 16 February 2026 14:36:54 -0500 (0:00:00.050) 0:01:14.192 ******* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Update firewalld_config fact] ******* task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:156 Monday 16 February 2026 14:36:54 -0500 (0:00:00.044) 0:01:14.237 ******* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Get config files, checksums after] *** task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:165 Monday 16 February 2026 14:36:54 -0500 (0:00:00.040) 0:01:14.278 ******* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Calculate what has changed] ********* task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:176 Monday 16 February 2026 14:36:54 -0500 (0:00:00.037) 0:01:14.315 ******* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Show diffs] ************************* task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:182 Monday 16 February 2026 14:36:54 -0500 (0:00:00.038) 0:01:14.354 ******* skipping: [managed-node2] => {} TASK [Fail if not idempotent] ************************************************** task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_ipsets.yml:381 Monday 16 February 2026 14:36:54 -0500 (0:00:00.036) 0:01:14.391 ******* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Test ipset with wrong family (ipv4)] ************************************* task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_ipsets.yml:388 Monday 16 February 2026 14:36:54 -0500 (0:00:00.063) 0:01:14.454 ******* TASK [fedora.linux_system_roles.firewall : Set platform/version specific variables] *** task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:2 Monday 16 February 2026 14:36:54 -0500 (0:00:00.074) 0:01:14.529 ******* included: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml for managed-node2 TASK [fedora.linux_system_roles.firewall : Ensure ansible_facts used by role] *** task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml:2 Monday 16 February 2026 14:36:54 -0500 (0:00:00.062) 0:01:14.591 ******* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Check if system is ostree] ********** task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml:10 Monday 16 February 2026 14:36:54 -0500 (0:00:00.063) 0:01:14.655 ******* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Set flag to indicate system is ostree] *** task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml:15 Monday 16 February 2026 14:36:54 -0500 (0:00:00.045) 0:01:14.701 ******* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Check if transactional-update exists in /sbin] *** task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml:22 Monday 16 February 2026 14:36:54 -0500 (0:00:00.044) 0:01:14.746 ******* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Set flag if transactional-update exists] *** task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml:27 Monday 16 February 2026 14:36:54 -0500 (0:00:00.041) 0:01:14.787 ******* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Set platform/version specific variables] *** task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml:31 Monday 16 February 2026 14:36:54 -0500 (0:00:00.041) 0:01:14.829 ******* skipping: [managed-node2] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item=CentOS_7.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS_7.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item=CentOS_7.9.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS_7.9.yml", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Setup firewalld] ******************** task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:5 Monday 16 February 2026 14:36:54 -0500 (0:00:00.066) 0:01:14.895 ******* included: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml for managed-node2 TASK [fedora.linux_system_roles.firewall : Run systemctl] ********************** task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:5 Monday 16 February 2026 14:36:54 -0500 (0:00:00.036) 0:01:14.932 ******* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Require installed systemd] ********** task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:12 Monday 16 February 2026 14:36:54 -0500 (0:00:00.038) 0:01:14.971 ******* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Set flag to indicate that systemd runtime operations are available] *** task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:17 Monday 16 February 2026 14:36:54 -0500 (0:00:00.037) 0:01:15.008 ******* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Install firewalld] ****************** task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:22 Monday 16 February 2026 14:36:54 -0500 (0:00:00.037) 0:01:15.046 ******* ok: [managed-node2] => { "changed": false, "rc": 0, "results": [ "firewalld-0.6.3-13.el7_9.noarch providing firewalld is already installed", "python-ipaddress-1.0.16-2.el7.noarch providing python-ipaddress is already installed" ] } TASK [fedora.linux_system_roles.firewall : Notify user that reboot is needed to apply changes] *** task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:34 Monday 16 February 2026 14:36:55 -0500 (0:00:00.607) 0:01:15.653 ******* skipping: [managed-node2] => {} TASK [fedora.linux_system_roles.firewall : Reboot transactional update systems] *** task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:39 Monday 16 February 2026 14:36:55 -0500 (0:00:00.058) 0:01:15.712 ******* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Fail if reboot is needed and not set] *** task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:44 Monday 16 February 2026 14:36:55 -0500 (0:00:00.061) 0:01:15.774 ******* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Check which conflicting services are enabled] *** task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:8 Monday 16 February 2026 14:36:55 -0500 (0:00:00.060) 0:01:15.835 ******* skipping: [managed-node2] => (item=nftables) => { "ansible_loop_var": "item", "changed": false, "item": "nftables", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item=iptables) => { "ansible_loop_var": "item", "changed": false, "item": "iptables", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item=ufw) => { "ansible_loop_var": "item", "changed": false, "item": "ufw", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Attempt to stop and disable conflicting services] *** task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:17 Monday 16 February 2026 14:36:55 -0500 (0:00:00.061) 0:01:15.896 ******* skipping: [managed-node2] => (item={u'skip_reason': u'Conditional result was False', u'item': u'nftables', u'skipped': True, u'ansible_loop_var': u'item', u'changed': False}) => { "ansible_loop_var": "item", "changed": false, "item": { "ansible_loop_var": "item", "changed": false, "item": "nftables", "skip_reason": "Conditional result was False", "skipped": true }, "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item={u'skip_reason': u'Conditional result was False', u'item': u'iptables', u'skipped': True, u'ansible_loop_var': u'item', u'changed': False}) => { "ansible_loop_var": "item", "changed": false, "item": { "ansible_loop_var": "item", "changed": false, "item": "iptables", "skip_reason": "Conditional result was False", "skipped": true }, "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item={u'skip_reason': u'Conditional result was False', u'item': u'ufw', u'skipped': True, u'ansible_loop_var': u'item', u'changed': False}) => { "ansible_loop_var": "item", "changed": false, "item": { "ansible_loop_var": "item", "changed": false, "item": "ufw", "skip_reason": "Conditional result was False", "skipped": true }, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Unmask firewalld service] *********** task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:27 Monday 16 February 2026 14:36:55 -0500 (0:00:00.070) 0:01:15.967 ******* ok: [managed-node2] => { "changed": false, "name": "firewalld", "status": { "ActiveEnterTimestamp": "Mon 2026-02-16 14:34:42 EST", "ActiveEnterTimestampMonotonic": "190902530", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "dbus.service polkit.service basic.target system.slice", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Mon 2026-02-16 14:34:42 EST", "AssertTimestampMonotonic": "190665825", "Before": "shutdown.target multi-user.target network-pre.target", "BlockIOAccounting": "no", "BlockIOWeight": "18446744073709551615", "BusName": "org.fedoraproject.FirewallD1", "CPUAccounting": "no", "CPUQuotaPerSecUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "18446744073709551615", "CanIsolate": "no", "CanReload": "yes", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "18446744073709551615", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Mon 2026-02-16 14:34:42 EST", "ConditionTimestampMonotonic": "190665823", "Conflicts": "iptables.service ip6tables.service ebtables.service ipset.service shutdown.target", "ControlGroup": "/system.slice/firewalld.service", "ControlPID": "0", "DefaultDependencies": "yes", "Delegate": "no", "Description": "firewalld - dynamic firewall daemon", "DevicePolicy": "auto", "Documentation": "man:firewalld(1)", "EnvironmentFile": "/etc/sysconfig/firewalld (ignore_errors=yes)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "9661", "ExecMainStartTimestamp": "Mon 2026-02-16 14:34:42 EST", "ExecMainStartTimestampMonotonic": "190666828", "ExecMainStatus": "0", "ExecReload": "{ path=/bin/kill ; argv[]=/bin/kill -HUP $MAINPID ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStart": "{ path=/usr/sbin/firewalld ; argv[]=/usr/sbin/firewalld --nofork --nopid $FIREWALLD_ARGS ; ignore_errors=no ; start_time=[Mon 2026-02-16 14:34:42 EST] ; stop_time=[n/a] ; pid=9661 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/firewalld.service", "GuessMainPID": "yes", "IOScheduling": "0", "Id": "firewalld.service", "IgnoreOnIsolate": "no", "IgnoreOnSnapshot": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestamp": "Mon 2026-02-16 14:34:42 EST", "InactiveExitTimestampMonotonic": "190666864", "JobTimeoutAction": "none", "JobTimeoutUSec": "0", "KillMode": "mixed", "KillSignal": "15", "LimitAS": "18446744073709551615", "LimitCORE": "18446744073709551615", "LimitCPU": "18446744073709551615", "LimitDATA": "18446744073709551615", "LimitFSIZE": "18446744073709551615", "LimitLOCKS": "18446744073709551615", "LimitMEMLOCK": "65536", "LimitMSGQUEUE": "819200", "LimitNICE": "0", "LimitNOFILE": "4096", "LimitNPROC": "14311", "LimitRSS": "18446744073709551615", "LimitRTPRIO": "0", "LimitRTTIME": "18446744073709551615", "LimitSIGPENDING": "14311", "LimitSTACK": "18446744073709551615", "LoadState": "loaded", "MainPID": "9661", "MemoryAccounting": "no", "MemoryCurrent": "18446744073709551615", "MemoryLimit": "18446744073709551615", "MountFlags": "0", "Names": "firewalld.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "PrivateDevices": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "ProtectHome": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "Requires": "basic.target system.slice", "Restart": "no", "RestartUSec": "100ms", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "null", "StandardInput": "null", "StandardOutput": "null", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitInterval": "10000000", "StartupBlockIOWeight": "18446744073709551615", "StartupCPUShares": "18446744073709551615", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "no", "TasksCurrent": "18446744073709551615", "TasksMax": "18446744073709551615", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "dbus", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "WantedBy": "multi-user.target", "Wants": "network-pre.target", "WatchdogTimestamp": "Mon 2026-02-16 14:34:42 EST", "WatchdogTimestampMonotonic": "190902478", "WatchdogUSec": "0" } } TASK [fedora.linux_system_roles.firewall : Enable and start firewalld service] *** task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:33 Monday 16 February 2026 14:36:56 -0500 (0:00:00.404) 0:01:16.372 ******* ok: [managed-node2] => { "changed": false, "enabled": true, "name": "firewalld", "state": "started", "status": { "ActiveEnterTimestamp": "Mon 2026-02-16 14:34:42 EST", "ActiveEnterTimestampMonotonic": "190902530", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "dbus.service polkit.service basic.target system.slice", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Mon 2026-02-16 14:34:42 EST", "AssertTimestampMonotonic": "190665825", "Before": "shutdown.target multi-user.target network-pre.target", "BlockIOAccounting": "no", "BlockIOWeight": "18446744073709551615", "BusName": "org.fedoraproject.FirewallD1", "CPUAccounting": "no", "CPUQuotaPerSecUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "18446744073709551615", "CanIsolate": "no", "CanReload": "yes", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "18446744073709551615", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Mon 2026-02-16 14:34:42 EST", "ConditionTimestampMonotonic": "190665823", "Conflicts": "iptables.service ip6tables.service ebtables.service ipset.service shutdown.target", "ControlGroup": "/system.slice/firewalld.service", "ControlPID": "0", "DefaultDependencies": "yes", "Delegate": "no", "Description": "firewalld - dynamic firewall daemon", "DevicePolicy": "auto", "Documentation": "man:firewalld(1)", "EnvironmentFile": "/etc/sysconfig/firewalld (ignore_errors=yes)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "9661", "ExecMainStartTimestamp": "Mon 2026-02-16 14:34:42 EST", "ExecMainStartTimestampMonotonic": "190666828", "ExecMainStatus": "0", "ExecReload": "{ path=/bin/kill ; argv[]=/bin/kill -HUP $MAINPID ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStart": "{ path=/usr/sbin/firewalld ; argv[]=/usr/sbin/firewalld --nofork --nopid $FIREWALLD_ARGS ; ignore_errors=no ; start_time=[Mon 2026-02-16 14:34:42 EST] ; stop_time=[n/a] ; pid=9661 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/firewalld.service", "GuessMainPID": "yes", "IOScheduling": "0", "Id": "firewalld.service", "IgnoreOnIsolate": "no", "IgnoreOnSnapshot": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestamp": "Mon 2026-02-16 14:34:42 EST", "InactiveExitTimestampMonotonic": "190666864", "JobTimeoutAction": "none", "JobTimeoutUSec": "0", "KillMode": "mixed", "KillSignal": "15", "LimitAS": "18446744073709551615", "LimitCORE": "18446744073709551615", "LimitCPU": "18446744073709551615", "LimitDATA": "18446744073709551615", "LimitFSIZE": "18446744073709551615", "LimitLOCKS": "18446744073709551615", "LimitMEMLOCK": "65536", "LimitMSGQUEUE": "819200", "LimitNICE": "0", "LimitNOFILE": "4096", "LimitNPROC": "14311", "LimitRSS": "18446744073709551615", "LimitRTPRIO": "0", "LimitRTTIME": "18446744073709551615", "LimitSIGPENDING": "14311", "LimitSTACK": "18446744073709551615", "LoadState": "loaded", "MainPID": "9661", "MemoryAccounting": "no", "MemoryCurrent": "18446744073709551615", "MemoryLimit": "18446744073709551615", "MountFlags": "0", "Names": "firewalld.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "PrivateDevices": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "ProtectHome": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "Requires": "basic.target system.slice", "Restart": "no", "RestartUSec": "100ms", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "null", "StandardInput": "null", "StandardOutput": "null", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitInterval": "10000000", "StartupBlockIOWeight": "18446744073709551615", "StartupCPUShares": "18446744073709551615", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "no", "TasksCurrent": "18446744073709551615", "TasksMax": "18446744073709551615", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "dbus", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "WantedBy": "multi-user.target", "Wants": "network-pre.target", "WatchdogTimestamp": "Mon 2026-02-16 14:34:42 EST", "WatchdogTimestampMonotonic": "190902478", "WatchdogUSec": "0" } } TASK [fedora.linux_system_roles.firewall : Check if previous replaced is defined] *** task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:39 Monday 16 February 2026 14:36:56 -0500 (0:00:00.420) 0:01:16.793 ******* ok: [managed-node2] => { "ansible_facts": { "__firewall_previous_replaced": false, "__firewall_python_cmd": "/usr/bin/python", "__firewall_report_changed": true }, "changed": false } TASK [fedora.linux_system_roles.firewall : Get config files, checksums before and remove] *** task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:48 Monday 16 February 2026 14:36:56 -0500 (0:00:00.070) 0:01:16.863 ******* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Tell firewall module it is able to report changed] *** task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:61 Monday 16 February 2026 14:36:56 -0500 (0:00:00.060) 0:01:16.924 ******* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Configure firewall] ***************** task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:77 Monday 16 February 2026 14:36:56 -0500 (0:00:00.057) 0:01:16.981 ******* failed: [managed-node2] (item={u'ipset': u'badipset-v4', u'state': u'present', u'permanent': True, u'ipset_entries': [u'127.0.0.1', u'8.8.8.8'], u'ipset_options': {u'family': u'inet6'}}) => { "ansible_loop_var": "item", "changed": false, "item": { "ipset": "badipset-v4", "ipset_entries": [ "127.0.0.1", "8.8.8.8" ], "ipset_options": { "family": "inet6" }, "permanent": true, "state": "present" } } MSG: ipset badipset-v4: family=inet6 is not supported for IPv4 ipset_entries 127.0.0.1, 8.8.8.8 TASK [Fail if error message is not correct] ************************************ task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_ipsets.yml:406 Monday 16 February 2026 14:36:57 -0500 (0:00:00.638) 0:01:17.620 ******* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Test ipset with wrong family (ipv6)] ************************************* task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_ipsets.yml:417 Monday 16 February 2026 14:36:57 -0500 (0:00:00.053) 0:01:17.673 ******* TASK [fedora.linux_system_roles.firewall : Set platform/version specific variables] *** task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:2 Monday 16 February 2026 14:36:57 -0500 (0:00:00.059) 0:01:17.732 ******* included: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml for managed-node2 TASK [fedora.linux_system_roles.firewall : Ensure ansible_facts used by role] *** task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml:2 Monday 16 February 2026 14:36:57 -0500 (0:00:00.041) 0:01:17.774 ******* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Check if system is ostree] ********** task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml:10 Monday 16 February 2026 14:36:57 -0500 (0:00:00.040) 0:01:17.815 ******* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Set flag to indicate system is ostree] *** task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml:15 Monday 16 February 2026 14:36:57 -0500 (0:00:00.041) 0:01:17.857 ******* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Check if transactional-update exists in /sbin] *** task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml:22 Monday 16 February 2026 14:36:57 -0500 (0:00:00.041) 0:01:17.898 ******* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Set flag if transactional-update exists] *** task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml:27 Monday 16 February 2026 14:36:57 -0500 (0:00:00.037) 0:01:17.936 ******* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Set platform/version specific variables] *** task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml:31 Monday 16 February 2026 14:36:57 -0500 (0:00:00.037) 0:01:17.973 ******* skipping: [managed-node2] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item=CentOS_7.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS_7.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item=CentOS_7.9.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS_7.9.yml", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Setup firewalld] ******************** task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:5 Monday 16 February 2026 14:36:57 -0500 (0:00:00.067) 0:01:18.041 ******* included: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml for managed-node2 TASK [fedora.linux_system_roles.firewall : Run systemctl] ********************** task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:5 Monday 16 February 2026 14:36:57 -0500 (0:00:00.041) 0:01:18.082 ******* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Require installed systemd] ********** task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:12 Monday 16 February 2026 14:36:58 -0500 (0:00:00.059) 0:01:18.142 ******* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Set flag to indicate that systemd runtime operations are available] *** task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:17 Monday 16 February 2026 14:36:58 -0500 (0:00:00.056) 0:01:18.199 ******* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Install firewalld] ****************** task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:22 Monday 16 February 2026 14:36:58 -0500 (0:00:00.056) 0:01:18.255 ******* ok: [managed-node2] => { "changed": false, "rc": 0, "results": [ "firewalld-0.6.3-13.el7_9.noarch providing firewalld is already installed", "python-ipaddress-1.0.16-2.el7.noarch providing python-ipaddress is already installed" ] } TASK [fedora.linux_system_roles.firewall : Notify user that reboot is needed to apply changes] *** task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:34 Monday 16 February 2026 14:36:58 -0500 (0:00:00.668) 0:01:18.924 ******* skipping: [managed-node2] => {} TASK [fedora.linux_system_roles.firewall : Reboot transactional update systems] *** task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:39 Monday 16 February 2026 14:36:58 -0500 (0:00:00.051) 0:01:18.975 ******* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Fail if reboot is needed and not set] *** task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:44 Monday 16 February 2026 14:36:58 -0500 (0:00:00.044) 0:01:19.020 ******* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Check which conflicting services are enabled] *** task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:8 Monday 16 February 2026 14:36:58 -0500 (0:00:00.038) 0:01:19.058 ******* skipping: [managed-node2] => (item=nftables) => { "ansible_loop_var": "item", "changed": false, "item": "nftables", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item=iptables) => { "ansible_loop_var": "item", "changed": false, "item": "iptables", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item=ufw) => { "ansible_loop_var": "item", "changed": false, "item": "ufw", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Attempt to stop and disable conflicting services] *** task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:17 Monday 16 February 2026 14:36:58 -0500 (0:00:00.054) 0:01:19.113 ******* skipping: [managed-node2] => (item={u'skip_reason': u'Conditional result was False', u'item': u'nftables', u'skipped': True, u'ansible_loop_var': u'item', u'changed': False}) => { "ansible_loop_var": "item", "changed": false, "item": { "ansible_loop_var": "item", "changed": false, "item": "nftables", "skip_reason": "Conditional result was False", "skipped": true }, "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item={u'skip_reason': u'Conditional result was False', u'item': u'iptables', u'skipped': True, u'ansible_loop_var': u'item', u'changed': False}) => { "ansible_loop_var": "item", "changed": false, "item": { "ansible_loop_var": "item", "changed": false, "item": "iptables", "skip_reason": "Conditional result was False", "skipped": true }, "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item={u'skip_reason': u'Conditional result was False', u'item': u'ufw', u'skipped': True, u'ansible_loop_var': u'item', u'changed': False}) => { "ansible_loop_var": "item", "changed": false, "item": { "ansible_loop_var": "item", "changed": false, "item": "ufw", "skip_reason": "Conditional result was False", "skipped": true }, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Unmask firewalld service] *********** task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:27 Monday 16 February 2026 14:36:59 -0500 (0:00:00.064) 0:01:19.178 ******* ok: [managed-node2] => { "changed": false, "name": "firewalld", "status": { "ActiveEnterTimestamp": "Mon 2026-02-16 14:34:42 EST", "ActiveEnterTimestampMonotonic": "190902530", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "dbus.service polkit.service basic.target system.slice", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Mon 2026-02-16 14:34:42 EST", "AssertTimestampMonotonic": "190665825", "Before": "shutdown.target multi-user.target network-pre.target", "BlockIOAccounting": "no", "BlockIOWeight": "18446744073709551615", "BusName": "org.fedoraproject.FirewallD1", "CPUAccounting": "no", "CPUQuotaPerSecUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "18446744073709551615", "CanIsolate": "no", "CanReload": "yes", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "18446744073709551615", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Mon 2026-02-16 14:34:42 EST", "ConditionTimestampMonotonic": "190665823", "Conflicts": "iptables.service ip6tables.service ebtables.service ipset.service shutdown.target", "ControlGroup": "/system.slice/firewalld.service", "ControlPID": "0", "DefaultDependencies": "yes", "Delegate": "no", "Description": "firewalld - dynamic firewall daemon", "DevicePolicy": "auto", "Documentation": "man:firewalld(1)", "EnvironmentFile": "/etc/sysconfig/firewalld (ignore_errors=yes)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "9661", "ExecMainStartTimestamp": "Mon 2026-02-16 14:34:42 EST", "ExecMainStartTimestampMonotonic": "190666828", "ExecMainStatus": "0", "ExecReload": "{ path=/bin/kill ; argv[]=/bin/kill -HUP $MAINPID ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStart": "{ path=/usr/sbin/firewalld ; argv[]=/usr/sbin/firewalld --nofork --nopid $FIREWALLD_ARGS ; ignore_errors=no ; start_time=[Mon 2026-02-16 14:34:42 EST] ; stop_time=[n/a] ; pid=9661 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/firewalld.service", "GuessMainPID": "yes", "IOScheduling": "0", "Id": "firewalld.service", "IgnoreOnIsolate": "no", "IgnoreOnSnapshot": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestamp": "Mon 2026-02-16 14:34:42 EST", "InactiveExitTimestampMonotonic": "190666864", "JobTimeoutAction": "none", "JobTimeoutUSec": "0", "KillMode": "mixed", "KillSignal": "15", "LimitAS": "18446744073709551615", "LimitCORE": "18446744073709551615", "LimitCPU": "18446744073709551615", "LimitDATA": "18446744073709551615", "LimitFSIZE": "18446744073709551615", "LimitLOCKS": "18446744073709551615", "LimitMEMLOCK": "65536", "LimitMSGQUEUE": "819200", "LimitNICE": "0", "LimitNOFILE": "4096", "LimitNPROC": "14311", "LimitRSS": "18446744073709551615", "LimitRTPRIO": "0", "LimitRTTIME": "18446744073709551615", "LimitSIGPENDING": "14311", "LimitSTACK": "18446744073709551615", "LoadState": "loaded", "MainPID": "9661", "MemoryAccounting": "no", "MemoryCurrent": "18446744073709551615", "MemoryLimit": "18446744073709551615", "MountFlags": "0", "Names": "firewalld.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "PrivateDevices": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "ProtectHome": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "Requires": "basic.target system.slice", "Restart": "no", "RestartUSec": "100ms", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "null", "StandardInput": "null", "StandardOutput": "null", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitInterval": "10000000", "StartupBlockIOWeight": "18446744073709551615", "StartupCPUShares": "18446744073709551615", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "no", "TasksCurrent": "18446744073709551615", "TasksMax": "18446744073709551615", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "dbus", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "WantedBy": "multi-user.target", "Wants": "network-pre.target", "WatchdogTimestamp": "Mon 2026-02-16 14:34:42 EST", "WatchdogTimestampMonotonic": "190902478", "WatchdogUSec": "0" } } TASK [fedora.linux_system_roles.firewall : Enable and start firewalld service] *** task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:33 Monday 16 February 2026 14:36:59 -0500 (0:00:00.425) 0:01:19.603 ******* ok: [managed-node2] => { "changed": false, "enabled": true, "name": "firewalld", "state": "started", "status": { "ActiveEnterTimestamp": "Mon 2026-02-16 14:34:42 EST", "ActiveEnterTimestampMonotonic": "190902530", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "dbus.service polkit.service basic.target system.slice", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Mon 2026-02-16 14:34:42 EST", "AssertTimestampMonotonic": "190665825", "Before": "shutdown.target multi-user.target network-pre.target", "BlockIOAccounting": "no", "BlockIOWeight": "18446744073709551615", "BusName": "org.fedoraproject.FirewallD1", "CPUAccounting": "no", "CPUQuotaPerSecUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "18446744073709551615", "CanIsolate": "no", "CanReload": "yes", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "18446744073709551615", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Mon 2026-02-16 14:34:42 EST", "ConditionTimestampMonotonic": "190665823", "Conflicts": "iptables.service ip6tables.service ebtables.service ipset.service shutdown.target", "ControlGroup": "/system.slice/firewalld.service", "ControlPID": "0", "DefaultDependencies": "yes", "Delegate": "no", "Description": "firewalld - dynamic firewall daemon", "DevicePolicy": "auto", "Documentation": "man:firewalld(1)", "EnvironmentFile": "/etc/sysconfig/firewalld (ignore_errors=yes)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "9661", "ExecMainStartTimestamp": "Mon 2026-02-16 14:34:42 EST", "ExecMainStartTimestampMonotonic": "190666828", "ExecMainStatus": "0", "ExecReload": "{ path=/bin/kill ; argv[]=/bin/kill -HUP $MAINPID ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStart": "{ path=/usr/sbin/firewalld ; argv[]=/usr/sbin/firewalld --nofork --nopid $FIREWALLD_ARGS ; ignore_errors=no ; start_time=[Mon 2026-02-16 14:34:42 EST] ; stop_time=[n/a] ; pid=9661 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/firewalld.service", "GuessMainPID": "yes", "IOScheduling": "0", "Id": "firewalld.service", "IgnoreOnIsolate": "no", "IgnoreOnSnapshot": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestamp": "Mon 2026-02-16 14:34:42 EST", "InactiveExitTimestampMonotonic": "190666864", "JobTimeoutAction": "none", "JobTimeoutUSec": "0", "KillMode": "mixed", "KillSignal": "15", "LimitAS": "18446744073709551615", "LimitCORE": "18446744073709551615", "LimitCPU": "18446744073709551615", "LimitDATA": "18446744073709551615", "LimitFSIZE": "18446744073709551615", "LimitLOCKS": "18446744073709551615", "LimitMEMLOCK": "65536", "LimitMSGQUEUE": "819200", "LimitNICE": "0", "LimitNOFILE": "4096", "LimitNPROC": "14311", "LimitRSS": "18446744073709551615", "LimitRTPRIO": "0", "LimitRTTIME": "18446744073709551615", "LimitSIGPENDING": "14311", "LimitSTACK": "18446744073709551615", "LoadState": "loaded", "MainPID": "9661", "MemoryAccounting": "no", "MemoryCurrent": "18446744073709551615", "MemoryLimit": "18446744073709551615", "MountFlags": "0", "Names": "firewalld.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "PrivateDevices": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "ProtectHome": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "Requires": "basic.target system.slice", "Restart": "no", "RestartUSec": "100ms", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "null", "StandardInput": "null", "StandardOutput": "null", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitInterval": "10000000", "StartupBlockIOWeight": "18446744073709551615", "StartupCPUShares": "18446744073709551615", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "no", "TasksCurrent": "18446744073709551615", "TasksMax": "18446744073709551615", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "dbus", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "WantedBy": "multi-user.target", "Wants": "network-pre.target", "WatchdogTimestamp": "Mon 2026-02-16 14:34:42 EST", "WatchdogTimestampMonotonic": "190902478", "WatchdogUSec": "0" } } TASK [fedora.linux_system_roles.firewall : Check if previous replaced is defined] *** task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:39 Monday 16 February 2026 14:36:59 -0500 (0:00:00.385) 0:01:19.989 ******* ok: [managed-node2] => { "ansible_facts": { "__firewall_previous_replaced": false, "__firewall_python_cmd": "/usr/bin/python", "__firewall_report_changed": true }, "changed": false } TASK [fedora.linux_system_roles.firewall : Get config files, checksums before and remove] *** task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:48 Monday 16 February 2026 14:36:59 -0500 (0:00:00.047) 0:01:20.036 ******* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Tell firewall module it is able to report changed] *** task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:61 Monday 16 February 2026 14:36:59 -0500 (0:00:00.044) 0:01:20.080 ******* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Configure firewall] ***************** task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:77 Monday 16 February 2026 14:37:00 -0500 (0:00:00.049) 0:01:20.130 ******* failed: [managed-node2] (item={u'ipset': u'badipset-v6', u'state': u'present', u'permanent': True, u'ipset_entries': [u'2001:4860:4860::8844', u'2001:4860:4860::8888'], u'ipset_options': {u'family': u'inet'}}) => { "ansible_loop_var": "item", "changed": false, "item": { "ipset": "badipset-v6", "ipset_entries": [ "2001:4860:4860::8844", "2001:4860:4860::8888" ], "ipset_options": { "family": "inet" }, "permanent": true, "state": "present" } } MSG: ipset badipset-v6: family=inet is not supported for IPv6 ipset_entries 2001:4860:4860::8844, 2001:4860:4860::8888 TASK [Fail if error message is not correct] ************************************ task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_ipsets.yml:435 Monday 16 February 2026 14:37:00 -0500 (0:00:00.628) 0:01:20.759 ******* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Cleanup] ***************************************************************** task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_ipsets.yml:444 Monday 16 February 2026 14:37:00 -0500 (0:00:00.040) 0:01:20.799 ******* TASK [fedora.linux_system_roles.firewall : Set platform/version specific variables] *** task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:2 Monday 16 February 2026 14:37:01 -0500 (0:00:00.345) 0:01:21.144 ******* included: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml for managed-node2 TASK [fedora.linux_system_roles.firewall : Ensure ansible_facts used by role] *** task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml:2 Monday 16 February 2026 14:37:01 -0500 (0:00:00.027) 0:01:21.172 ******* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Check if system is ostree] ********** task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml:10 Monday 16 February 2026 14:37:01 -0500 (0:00:00.039) 0:01:21.211 ******* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Set flag to indicate system is ostree] *** task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml:15 Monday 16 February 2026 14:37:01 -0500 (0:00:00.035) 0:01:21.247 ******* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Check if transactional-update exists in /sbin] *** task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml:22 Monday 16 February 2026 14:37:01 -0500 (0:00:00.035) 0:01:21.282 ******* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Set flag if transactional-update exists] *** task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml:27 Monday 16 February 2026 14:37:01 -0500 (0:00:00.035) 0:01:21.318 ******* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Set platform/version specific variables] *** task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml:31 Monday 16 February 2026 14:37:01 -0500 (0:00:00.035) 0:01:21.354 ******* skipping: [managed-node2] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item=CentOS_7.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS_7.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item=CentOS_7.9.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS_7.9.yml", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Setup firewalld] ******************** task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:5 Monday 16 February 2026 14:37:01 -0500 (0:00:00.216) 0:01:21.570 ******* included: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml for managed-node2 TASK [fedora.linux_system_roles.firewall : Run systemctl] ********************** task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:5 Monday 16 February 2026 14:37:01 -0500 (0:00:00.031) 0:01:21.602 ******* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Require installed systemd] ********** task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:12 Monday 16 February 2026 14:37:01 -0500 (0:00:00.039) 0:01:21.641 ******* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Set flag to indicate that systemd runtime operations are available] *** task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:17 Monday 16 February 2026 14:37:01 -0500 (0:00:00.040) 0:01:21.682 ******* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Install firewalld] ****************** task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:22 Monday 16 February 2026 14:37:01 -0500 (0:00:00.038) 0:01:21.720 ******* ok: [managed-node2] => { "changed": false, "rc": 0, "results": [ "firewalld-0.6.3-13.el7_9.noarch providing firewalld is already installed", "python-ipaddress-1.0.16-2.el7.noarch providing python-ipaddress is already installed" ] } TASK [fedora.linux_system_roles.firewall : Notify user that reboot is needed to apply changes] *** task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:34 Monday 16 February 2026 14:37:02 -0500 (0:00:00.707) 0:01:22.427 ******* skipping: [managed-node2] => {} TASK [fedora.linux_system_roles.firewall : Reboot transactional update systems] *** task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:39 Monday 16 February 2026 14:37:02 -0500 (0:00:00.051) 0:01:22.478 ******* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Fail if reboot is needed and not set] *** task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:44 Monday 16 February 2026 14:37:02 -0500 (0:00:00.048) 0:01:22.527 ******* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Check which conflicting services are enabled] *** task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:8 Monday 16 February 2026 14:37:02 -0500 (0:00:00.067) 0:01:22.595 ******* skipping: [managed-node2] => (item=nftables) => { "ansible_loop_var": "item", "changed": false, "item": "nftables", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item=iptables) => { "ansible_loop_var": "item", "changed": false, "item": "iptables", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item=ufw) => { "ansible_loop_var": "item", "changed": false, "item": "ufw", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Attempt to stop and disable conflicting services] *** task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:17 Monday 16 February 2026 14:37:02 -0500 (0:00:00.088) 0:01:22.683 ******* skipping: [managed-node2] => (item={u'skip_reason': u'Conditional result was False', u'item': u'nftables', u'skipped': True, u'ansible_loop_var': u'item', u'changed': False}) => { "ansible_loop_var": "item", "changed": false, "item": { "ansible_loop_var": "item", "changed": false, "item": "nftables", "skip_reason": "Conditional result was False", "skipped": true }, "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item={u'skip_reason': u'Conditional result was False', u'item': u'iptables', u'skipped': True, u'ansible_loop_var': u'item', u'changed': False}) => { "ansible_loop_var": "item", "changed": false, "item": { "ansible_loop_var": "item", "changed": false, "item": "iptables", "skip_reason": "Conditional result was False", "skipped": true }, "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item={u'skip_reason': u'Conditional result was False', u'item': u'ufw', u'skipped': True, u'ansible_loop_var': u'item', u'changed': False}) => { "ansible_loop_var": "item", "changed": false, "item": { "ansible_loop_var": "item", "changed": false, "item": "ufw", "skip_reason": "Conditional result was False", "skipped": true }, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Unmask firewalld service] *********** task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:27 Monday 16 February 2026 14:37:02 -0500 (0:00:00.088) 0:01:22.771 ******* ok: [managed-node2] => { "changed": false, "name": "firewalld", "status": { "ActiveEnterTimestamp": "Mon 2026-02-16 14:34:42 EST", "ActiveEnterTimestampMonotonic": "190902530", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "dbus.service polkit.service basic.target system.slice", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Mon 2026-02-16 14:34:42 EST", "AssertTimestampMonotonic": "190665825", "Before": "shutdown.target multi-user.target network-pre.target", "BlockIOAccounting": "no", "BlockIOWeight": "18446744073709551615", "BusName": "org.fedoraproject.FirewallD1", "CPUAccounting": "no", "CPUQuotaPerSecUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "18446744073709551615", "CanIsolate": "no", "CanReload": "yes", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "18446744073709551615", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Mon 2026-02-16 14:34:42 EST", "ConditionTimestampMonotonic": "190665823", "Conflicts": "iptables.service ip6tables.service ebtables.service ipset.service shutdown.target", "ControlGroup": "/system.slice/firewalld.service", "ControlPID": "0", "DefaultDependencies": "yes", "Delegate": "no", "Description": "firewalld - dynamic firewall daemon", "DevicePolicy": "auto", "Documentation": "man:firewalld(1)", "EnvironmentFile": "/etc/sysconfig/firewalld (ignore_errors=yes)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "9661", "ExecMainStartTimestamp": "Mon 2026-02-16 14:34:42 EST", "ExecMainStartTimestampMonotonic": "190666828", "ExecMainStatus": "0", "ExecReload": "{ path=/bin/kill ; argv[]=/bin/kill -HUP $MAINPID ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStart": "{ path=/usr/sbin/firewalld ; argv[]=/usr/sbin/firewalld --nofork --nopid $FIREWALLD_ARGS ; ignore_errors=no ; start_time=[Mon 2026-02-16 14:34:42 EST] ; stop_time=[n/a] ; pid=9661 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/firewalld.service", "GuessMainPID": "yes", "IOScheduling": "0", "Id": "firewalld.service", "IgnoreOnIsolate": "no", "IgnoreOnSnapshot": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestamp": "Mon 2026-02-16 14:34:42 EST", "InactiveExitTimestampMonotonic": "190666864", "JobTimeoutAction": "none", "JobTimeoutUSec": "0", "KillMode": "mixed", "KillSignal": "15", "LimitAS": "18446744073709551615", "LimitCORE": "18446744073709551615", "LimitCPU": "18446744073709551615", "LimitDATA": "18446744073709551615", "LimitFSIZE": "18446744073709551615", "LimitLOCKS": "18446744073709551615", "LimitMEMLOCK": "65536", "LimitMSGQUEUE": "819200", "LimitNICE": "0", "LimitNOFILE": "4096", "LimitNPROC": "14311", "LimitRSS": "18446744073709551615", "LimitRTPRIO": "0", "LimitRTTIME": "18446744073709551615", "LimitSIGPENDING": "14311", "LimitSTACK": "18446744073709551615", "LoadState": "loaded", "MainPID": "9661", "MemoryAccounting": "no", "MemoryCurrent": "18446744073709551615", "MemoryLimit": "18446744073709551615", "MountFlags": "0", "Names": "firewalld.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "PrivateDevices": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "ProtectHome": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "Requires": "basic.target system.slice", "Restart": "no", "RestartUSec": "100ms", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "null", "StandardInput": "null", "StandardOutput": "null", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitInterval": "10000000", "StartupBlockIOWeight": "18446744073709551615", "StartupCPUShares": "18446744073709551615", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "no", "TasksCurrent": "18446744073709551615", "TasksMax": "18446744073709551615", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "dbus", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "WantedBy": "multi-user.target", "Wants": "network-pre.target", "WatchdogTimestamp": "Mon 2026-02-16 14:34:42 EST", "WatchdogTimestampMonotonic": "190902478", "WatchdogUSec": "0" } } TASK [fedora.linux_system_roles.firewall : Enable and start firewalld service] *** task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:33 Monday 16 February 2026 14:37:03 -0500 (0:00:00.447) 0:01:23.219 ******* ok: [managed-node2] => { "changed": false, "enabled": true, "name": "firewalld", "state": "started", "status": { "ActiveEnterTimestamp": "Mon 2026-02-16 14:34:42 EST", "ActiveEnterTimestampMonotonic": "190902530", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "dbus.service polkit.service basic.target system.slice", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Mon 2026-02-16 14:34:42 EST", "AssertTimestampMonotonic": "190665825", "Before": "shutdown.target multi-user.target network-pre.target", "BlockIOAccounting": "no", "BlockIOWeight": "18446744073709551615", "BusName": "org.fedoraproject.FirewallD1", "CPUAccounting": "no", "CPUQuotaPerSecUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "18446744073709551615", "CanIsolate": "no", "CanReload": "yes", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "18446744073709551615", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Mon 2026-02-16 14:34:42 EST", "ConditionTimestampMonotonic": "190665823", "Conflicts": "iptables.service ip6tables.service ebtables.service ipset.service shutdown.target", "ControlGroup": "/system.slice/firewalld.service", "ControlPID": "0", "DefaultDependencies": "yes", "Delegate": "no", "Description": "firewalld - dynamic firewall daemon", "DevicePolicy": "auto", "Documentation": "man:firewalld(1)", "EnvironmentFile": "/etc/sysconfig/firewalld (ignore_errors=yes)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "9661", "ExecMainStartTimestamp": "Mon 2026-02-16 14:34:42 EST", "ExecMainStartTimestampMonotonic": "190666828", "ExecMainStatus": "0", "ExecReload": "{ path=/bin/kill ; argv[]=/bin/kill -HUP $MAINPID ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStart": "{ path=/usr/sbin/firewalld ; argv[]=/usr/sbin/firewalld --nofork --nopid $FIREWALLD_ARGS ; ignore_errors=no ; start_time=[Mon 2026-02-16 14:34:42 EST] ; stop_time=[n/a] ; pid=9661 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/firewalld.service", "GuessMainPID": "yes", "IOScheduling": "0", "Id": "firewalld.service", "IgnoreOnIsolate": "no", "IgnoreOnSnapshot": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestamp": "Mon 2026-02-16 14:34:42 EST", "InactiveExitTimestampMonotonic": "190666864", "JobTimeoutAction": "none", "JobTimeoutUSec": "0", "KillMode": "mixed", "KillSignal": "15", "LimitAS": "18446744073709551615", "LimitCORE": "18446744073709551615", "LimitCPU": "18446744073709551615", "LimitDATA": "18446744073709551615", "LimitFSIZE": "18446744073709551615", "LimitLOCKS": "18446744073709551615", "LimitMEMLOCK": "65536", "LimitMSGQUEUE": "819200", "LimitNICE": "0", "LimitNOFILE": "4096", "LimitNPROC": "14311", "LimitRSS": "18446744073709551615", "LimitRTPRIO": "0", "LimitRTTIME": "18446744073709551615", "LimitSIGPENDING": "14311", "LimitSTACK": "18446744073709551615", "LoadState": "loaded", "MainPID": "9661", "MemoryAccounting": "no", "MemoryCurrent": "18446744073709551615", "MemoryLimit": "18446744073709551615", "MountFlags": "0", "Names": "firewalld.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "PrivateDevices": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "ProtectHome": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "Requires": "basic.target system.slice", "Restart": "no", "RestartUSec": "100ms", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "null", "StandardInput": "null", "StandardOutput": "null", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitInterval": "10000000", "StartupBlockIOWeight": "18446744073709551615", "StartupCPUShares": "18446744073709551615", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "no", "TasksCurrent": "18446744073709551615", "TasksMax": "18446744073709551615", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "dbus", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "WantedBy": "multi-user.target", "Wants": "network-pre.target", "WatchdogTimestamp": "Mon 2026-02-16 14:34:42 EST", "WatchdogTimestampMonotonic": "190902478", "WatchdogUSec": "0" } } TASK [fedora.linux_system_roles.firewall : Check if previous replaced is defined] *** task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:39 Monday 16 February 2026 14:37:03 -0500 (0:00:00.395) 0:01:23.615 ******* ok: [managed-node2] => { "ansible_facts": { "__firewall_previous_replaced": true, "__firewall_python_cmd": "/usr/bin/python", "__firewall_report_changed": true }, "changed": false } TASK [fedora.linux_system_roles.firewall : Get config files, checksums before and remove] *** task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:48 Monday 16 February 2026 14:37:03 -0500 (0:00:00.045) 0:01:23.660 ******* ok: [managed-node2] => { "changed": false, "rc": 0 } STDOUT: 65a9e4a0653b58f6808edcf6d432f6676485af237e73cb7adaabab4df3fac7bc /etc/firewalld/firewalld.conf STDERR: Shared connection to 10.31.44.80 closed. TASK [fedora.linux_system_roles.firewall : Tell firewall module it is able to report changed] *** task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:61 Monday 16 February 2026 14:37:04 -0500 (0:00:00.861) 0:01:24.521 ******* ok: [managed-node2] => { "ansible_facts": { "__firewall_report_changed": false }, "changed": false } TASK [fedora.linux_system_roles.firewall : Configure firewall] ***************** task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:77 Monday 16 February 2026 14:37:04 -0500 (0:00:00.065) 0:01:24.587 ******* TASK [fedora.linux_system_roles.firewall : Gather firewall config information] *** task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:130 Monday 16 February 2026 14:37:04 -0500 (0:00:00.063) 0:01:24.650 ******* TASK [fedora.linux_system_roles.firewall : Update firewalld_config fact] ******* task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:141 Monday 16 February 2026 14:37:04 -0500 (0:00:00.067) 0:01:24.718 ******* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Gather firewall config if no arguments] *** task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:150 Monday 16 February 2026 14:37:04 -0500 (0:00:00.096) 0:01:24.814 ******* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Update firewalld_config fact] ******* task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:156 Monday 16 February 2026 14:37:04 -0500 (0:00:00.054) 0:01:24.869 ******* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Get config files, checksums after] *** task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:165 Monday 16 February 2026 14:37:04 -0500 (0:00:00.050) 0:01:24.919 ******* ok: [managed-node2] => { "changed": false, "rc": 0 } STDOUT: 65a9e4a0653b58f6808edcf6d432f6676485af237e73cb7adaabab4df3fac7bc /etc/firewalld/firewalld.conf STDERR: Shared connection to 10.31.44.80 closed. TASK [fedora.linux_system_roles.firewall : Calculate what has changed] ********* task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:176 Monday 16 February 2026 14:37:05 -0500 (0:00:00.365) 0:01:25.285 ******* ok: [managed-node2] => { "ansible_facts": { "firewall_lib_result": { "changed": false } }, "changed": false } TASK [fedora.linux_system_roles.firewall : Show diffs] ************************* task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:182 Monday 16 February 2026 14:37:05 -0500 (0:00:00.051) 0:01:25.336 ******* skipping: [managed-node2] => {} META: ran handlers META: ran handlers PLAY RECAP ********************************************************************* managed-node2 : ok=134 changed=8 unreachable=0 failed=0 skipped=348 rescued=2 ignored=0 SYSTEM ROLES ERRORS BEGIN v1 [ { "ansible_version": "2.9.27", "end_time": "2026-02-16T19:36:57.496809Z", "host": "managed-node2", "loop_item": { "ipset": "badipset-v4", "ipset_entries": [ "127.0.0.1", "8.8.8.8" ], "ipset_options": { "family": "inet6" }, "permanent": true, "state": "present" }, "loop_label": "", "loop_var": "item", "message": "ipset badipset-v4: family=inet6 is not supported for IPv4 ipset_entries 127.0.0.1, 8.8.8.8", "start_time": "2026-02-16T19:36:56.865667Z", "task_name": "Configure firewall", "task_path": "/tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:77" }, { "ansible_version": "2.9.27", "end_time": "2026-02-16T19:37:00.638833Z", "host": "managed-node2", "loop_item": { "ipset": "badipset-v6", "ipset_entries": [ "2001:4860:4860::8844", "2001:4860:4860::8888" ], "ipset_options": { "family": "inet" }, "permanent": true, "state": "present" }, "loop_label": "", "loop_var": "item", "message": "ipset badipset-v6: family=inet is not supported for IPv6 ipset_entries 2001:4860:4860::8844, 2001:4860:4860::8888", "start_time": "2026-02-16T19:37:00.014375Z", "task_name": "Configure firewall", "task_path": "/tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:77" } ] SYSTEM ROLES ERRORS END v1 TASKS RECAP ******************************************************************** Monday 16 February 2026 14:37:05 -0500 (0:00:00.047) 0:01:25.384 ******* =============================================================================== fedora.linux_system_roles.firewall : Configure firewall ----------------- 3.17s /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:77 fedora.linux_system_roles.firewall : Configure firewall ----------------- 2.77s /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:77 fedora.linux_system_roles.firewall : Configure firewall ----------------- 2.37s /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:77 fedora.linux_system_roles.firewall : Configure firewall ----------------- 2.28s /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:77 Verify changes ---------------------------------------------------------- 2.11s /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_ipsets.yml:250 fedora.linux_system_roles.firewall : Configure firewall ----------------- 1.84s /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:77 fedora.linux_system_roles.firewall : Get config files, checksums before and remove --- 1.74s /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:48 fedora.linux_system_roles.firewall : Configure firewall ----------------- 1.68s /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:77 fedora.linux_system_roles.firewall : Configure firewall ----------------- 1.62s /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:77 Fail if entry not removed from ipset ------------------------------------ 1.53s /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_ipsets.yml:207 Fail if entry not added to ipset ---------------------------------------- 1.51s /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_ipsets.yml:73 fedora.linux_system_roles.firewall : Configure firewall ----------------- 1.24s /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:77 fedora.linux_system_roles.firewall : Unmask firewalld service ----------- 1.20s /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:27 fedora.linux_system_roles.firewall : Configure firewall ----------------- 1.19s /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:77 Fail if ipsets not added ------------------------------------------------ 1.09s /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_ipsets.yml:62 Fail if ipsets removed -------------------------------------------------- 1.08s /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_ipsets.yml:196 Fail if options not modified in ipset ----------------------------------- 1.08s /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_ipsets.yml:148 Fail if options not added to ipset -------------------------------------- 1.05s /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_ipsets.yml:84 Fail if options not removed from ipset ---------------------------------- 1.04s /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_ipsets.yml:160 Fail if ipsets not removed ---------------------------------------------- 1.03s /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_ipsets.yml:356