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_service.yml **************************************************** 1 plays in /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_service.yml PLAY [Test firewall user defined services] ************************************* TASK [Gathering Facts] ********************************************************* task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_service.yml:2 Monday 16 February 2026 14:37:04 -0500 (0:00:00.026) 0:00:00.026 ******* ok: [managed-node1] META: ran handlers TASK [Start from clean slate] ************************************************** task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_service.yml:11 Monday 16 February 2026 14:37:05 -0500 (0:00:01.077) 0:00:01.104 ******* 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:05 -0500 (0:00:00.147) 0:00:01.251 ******* included: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml for managed-node1 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:05 -0500 (0:00:00.030) 0:00:01.282 ******* skipping: [managed-node1] => { "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:05 -0500 (0:00:00.037) 0:00:01.319 ******* ok: [managed-node1] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.firewall : Set flag to indicate system is ostree] *** task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml:15 Monday 16 February 2026 14:37:06 -0500 (0:00:00.509) 0:00:01.829 ******* ok: [managed-node1] => { "ansible_facts": { "__firewall_is_ostree": false }, "changed": false } TASK [fedora.linux_system_roles.firewall : Check if transactional-update exists in /sbin] *** task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml:22 Monday 16 February 2026 14:37:06 -0500 (0:00:00.116) 0:00:01.945 ******* ok: [managed-node1] => { "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:37:06 -0500 (0:00:00.456) 0:00:02.402 ******* ok: [managed-node1] => { "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:37:06 -0500 (0:00:00.050) 0:00:02.452 ******* skipping: [managed-node1] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=CentOS_7.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS_7.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (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:06 -0500 (0:00:00.102) 0:00:02.554 ******* included: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml for managed-node1 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:06 -0500 (0:00:00.056) 0:00:02.611 ******* ok: [managed-node1] => { "changed": false, "cmd": [ "systemctl", "is-system-running" ], "delta": "0:00:00.007596", "end": "2026-02-16 14:37:07.260792", "failed_when_result": false, "rc": 0, "start": "2026-02-16 14:37:07.253196" } 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:37:07 -0500 (0:00:00.487) 0:00:03.098 ******* skipping: [managed-node1] => { "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:07 -0500 (0:00:00.045) 0:00:03.144 ******* ok: [managed-node1] => { "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:37:07 -0500 (0:00:00.059) 0:00:03.204 ******* ok: [managed-node1] => { "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:08 -0500 (0:00:00.819) 0:00:04.024 ******* skipping: [managed-node1] => {} 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:08 -0500 (0:00:00.051) 0:00:04.076 ******* skipping: [managed-node1] => { "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:08 -0500 (0:00:00.054) 0:00:04.131 ******* skipping: [managed-node1] => { "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:08 -0500 (0:00:00.051) 0:00:04.182 ******* skipping: [managed-node1] => (item=nftables) => { "ansible_loop_var": "item", "changed": false, "item": "nftables", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=iptables) => { "ansible_loop_var": "item", "changed": false, "item": "iptables", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (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:08 -0500 (0:00:00.070) 0:00:04.253 ******* skipping: [managed-node1] => (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-node1] => (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-node1] => (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:08 -0500 (0:00:00.070) 0:00:04.324 ******* ok: [managed-node1] => { "changed": false, "name": "firewalld", "status": { "ActiveEnterTimestamp": "Mon 2026-02-16 14:34:40 EST", "ActiveEnterTimestampMonotonic": "191055904", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "system.slice polkit.service dbus.service basic.target", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Mon 2026-02-16 14:34:40 EST", "AssertTimestampMonotonic": "190814560", "Before": "multi-user.target network-pre.target shutdown.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:40 EST", "ConditionTimestampMonotonic": "190814558", "Conflicts": "ipset.service shutdown.target ip6tables.service ebtables.service iptables.service", "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": "9666", "ExecMainStartTimestamp": "Mon 2026-02-16 14:34:40 EST", "ExecMainStartTimestampMonotonic": "190815948", "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:40 EST] ; stop_time=[n/a] ; pid=9666 ; 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:40 EST", "InactiveExitTimestampMonotonic": "190815977", "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": "9666", "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:40 EST", "WatchdogTimestampMonotonic": "191055854", "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:09 -0500 (0:00:00.720) 0:00:05.045 ******* ok: [managed-node1] => { "changed": false, "enabled": true, "name": "firewalld", "state": "started", "status": { "ActiveEnterTimestamp": "Mon 2026-02-16 14:34:40 EST", "ActiveEnterTimestampMonotonic": "191055904", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "system.slice polkit.service dbus.service basic.target", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Mon 2026-02-16 14:34:40 EST", "AssertTimestampMonotonic": "190814560", "Before": "multi-user.target network-pre.target shutdown.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:40 EST", "ConditionTimestampMonotonic": "190814558", "Conflicts": "ipset.service shutdown.target ip6tables.service ebtables.service iptables.service", "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": "9666", "ExecMainStartTimestamp": "Mon 2026-02-16 14:34:40 EST", "ExecMainStartTimestampMonotonic": "190815948", "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:40 EST] ; stop_time=[n/a] ; pid=9666 ; 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:40 EST", "InactiveExitTimestampMonotonic": "190815977", "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": "9666", "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:40 EST", "WatchdogTimestampMonotonic": "191055854", "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:09 -0500 (0:00:00.411) 0:00:05.457 ******* ok: [managed-node1] => { "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:09 -0500 (0:00:00.049) 0:00:05.506 ******* ok: [managed-node1] => { "changed": false, "rc": 0 } STDOUT: 65a9e4a0653b58f6808edcf6d432f6676485af237e73cb7adaabab4df3fac7bc /etc/firewalld/firewalld.conf STDERR: Shared connection to 10.31.45.27 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:10 -0500 (0:00:00.833) 0:00:06.340 ******* ok: [managed-node1] => { "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:10 -0500 (0:00:00.057) 0:00:06.397 ******* 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:10 -0500 (0:00:00.041) 0:00:06.439 ******* 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:10 -0500 (0:00:00.037) 0:00:06.476 ******* skipping: [managed-node1] => { "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:10 -0500 (0:00:00.041) 0:00:06.518 ******* skipping: [managed-node1] => { "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:10 -0500 (0:00:00.038) 0:00:06.556 ******* skipping: [managed-node1] => { "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:10 -0500 (0:00:00.043) 0:00:06.599 ******* ok: [managed-node1] => { "changed": false, "rc": 0 } STDOUT: 65a9e4a0653b58f6808edcf6d432f6676485af237e73cb7adaabab4df3fac7bc /etc/firewalld/firewalld.conf STDERR: Shared connection to 10.31.45.27 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:11 -0500 (0:00:00.373) 0:00:06.972 ******* ok: [managed-node1] => { "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:11 -0500 (0:00:00.055) 0:00:07.028 ******* skipping: [managed-node1] => {} TASK [Get all services] ******************************************************** task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_service.yml:20 Monday 16 February 2026 14:37:11 -0500 (0:00:00.055) 0:00:07.084 ******* ok: [managed-node1] => { "changed": false, "cmd": [ "firewall-offline-cmd", "--get-services" ], "delta": "0:00:00.208608", "end": "2026-02-16 14:37:11.778269", "rc": 0, "start": "2026-02-16 14:37:11.569661" } STDOUT: RH-Satellite-6 RH-Satellite-6-capsule amanda-client amanda-k5-client amqp amqps apcupsd audit bacula bacula-client bgp bitcoin bitcoin-rpc bitcoin-testnet bitcoin-testnet-rpc ceph ceph-mon cfengine condor-collector ctdb dhcp dhcpv6 dhcpv6-client distcc dns docker-registry docker-swarm dropbox-lansync elasticsearch etcd-client etcd-server finger freeipa-ldap freeipa-ldaps freeipa-replication freeipa-trust ftp ganglia-client ganglia-master git gre high-availability http https imap imaps ipp ipp-client ipsec irc ircs iscsi-target isns jenkins kadmin kerberos kibana klogin kpasswd kprop kshell ldap ldaps libvirt libvirt-tls lightning-network llmnr managesieve matrix mdns minidlna mongodb mosh mountd mqtt mqtt-tls ms-wbt mssql murmur mysql nfs nfs3 nmea-0183 nrpe ntp nut openvpn ovirt-imageio ovirt-storageconsole ovirt-vmconsole plex pmcd pmproxy pmwebapi pmwebapis pop3 pop3s postgresql privoxy proxy-dhcp ptp pulseaudio puppetmaster quassel radius redis rpc-bind rsh rsyncd rtsp salt-master samba samba-client samba-dc sane sip sips slp smtp smtp-submission smtps snmp snmptrap spideroak-lansync squid ssh steam-streaming svdrp svn syncthing syncthing-gui synergy syslog syslog-tls telnet tftp tftp-client tinc tor-socks transmission-client upnp-client vdsm vnc-server wbem-http wbem-https wsman wsmans xdmcp xmpp-bosh xmpp-client xmpp-local xmpp-server zabbix-agent zabbix-server TASK [Fail if http not present after reset] ************************************ task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_service.yml:25 Monday 16 February 2026 14:37:11 -0500 (0:00:00.531) 0:00:07.615 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Fail if systemroletest present prior to test run] ************************ task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_service.yml:32 Monday 16 February 2026 14:37:11 -0500 (0:00:00.036) 0:00:07.651 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure http has default configuration] *********************************** task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_service.yml:37 Monday 16 February 2026 14:37:11 -0500 (0:00:00.045) 0:00:07.697 ******* 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:11 -0500 (0:00:00.068) 0:00:07.765 ******* included: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml for managed-node1 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:12 -0500 (0:00:00.028) 0:00:07.794 ******* skipping: [managed-node1] => { "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:12 -0500 (0:00:00.040) 0:00:07.834 ******* skipping: [managed-node1] => { "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:12 -0500 (0:00:00.046) 0:00:07.880 ******* skipping: [managed-node1] => { "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:12 -0500 (0:00:00.057) 0:00:07.937 ******* skipping: [managed-node1] => { "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:12 -0500 (0:00:00.058) 0:00:07.996 ******* skipping: [managed-node1] => { "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:12 -0500 (0:00:00.056) 0:00:08.053 ******* skipping: [managed-node1] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=CentOS_7.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS_7.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (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:12 -0500 (0:00:00.096) 0:00:08.149 ******* included: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml for managed-node1 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:12 -0500 (0:00:00.037) 0:00:08.187 ******* skipping: [managed-node1] => { "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:12 -0500 (0:00:00.045) 0:00:08.233 ******* skipping: [managed-node1] => { "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:12 -0500 (0:00:00.047) 0:00:08.280 ******* skipping: [managed-node1] => { "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:12 -0500 (0:00:00.043) 0:00:08.323 ******* ok: [managed-node1] => { "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:13 -0500 (0:00:00.603) 0:00:08.927 ******* skipping: [managed-node1] => {} 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:13 -0500 (0:00:00.055) 0:00:08.982 ******* skipping: [managed-node1] => { "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:13 -0500 (0:00:00.057) 0:00:09.039 ******* skipping: [managed-node1] => { "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:13 -0500 (0:00:00.054) 0:00:09.094 ******* skipping: [managed-node1] => (item=nftables) => { "ansible_loop_var": "item", "changed": false, "item": "nftables", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=iptables) => { "ansible_loop_var": "item", "changed": false, "item": "iptables", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (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:13 -0500 (0:00:00.070) 0:00:09.164 ******* skipping: [managed-node1] => (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-node1] => (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-node1] => (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:13 -0500 (0:00:00.066) 0:00:09.230 ******* ok: [managed-node1] => { "changed": false, "name": "firewalld", "status": { "ActiveEnterTimestamp": "Mon 2026-02-16 14:34:40 EST", "ActiveEnterTimestampMonotonic": "191055904", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "system.slice polkit.service dbus.service basic.target", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Mon 2026-02-16 14:34:40 EST", "AssertTimestampMonotonic": "190814560", "Before": "multi-user.target network-pre.target shutdown.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:40 EST", "ConditionTimestampMonotonic": "190814558", "Conflicts": "ipset.service shutdown.target ip6tables.service ebtables.service iptables.service", "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": "9666", "ExecMainStartTimestamp": "Mon 2026-02-16 14:34:40 EST", "ExecMainStartTimestampMonotonic": "190815948", "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:40 EST] ; stop_time=[n/a] ; pid=9666 ; 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:40 EST", "InactiveExitTimestampMonotonic": "190815977", "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": "9666", "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:40 EST", "WatchdogTimestampMonotonic": "191055854", "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:13 -0500 (0:00:00.406) 0:00:09.636 ******* ok: [managed-node1] => { "changed": false, "enabled": true, "name": "firewalld", "state": "started", "status": { "ActiveEnterTimestamp": "Mon 2026-02-16 14:34:40 EST", "ActiveEnterTimestampMonotonic": "191055904", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "system.slice polkit.service dbus.service basic.target", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Mon 2026-02-16 14:34:40 EST", "AssertTimestampMonotonic": "190814560", "Before": "multi-user.target network-pre.target shutdown.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:40 EST", "ConditionTimestampMonotonic": "190814558", "Conflicts": "ipset.service shutdown.target ip6tables.service ebtables.service iptables.service", "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": "9666", "ExecMainStartTimestamp": "Mon 2026-02-16 14:34:40 EST", "ExecMainStartTimestampMonotonic": "190815948", "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:40 EST] ; stop_time=[n/a] ; pid=9666 ; 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:40 EST", "InactiveExitTimestampMonotonic": "190815977", "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": "9666", "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:40 EST", "WatchdogTimestampMonotonic": "191055854", "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:14 -0500 (0:00:00.407) 0:00:10.044 ******* ok: [managed-node1] => { "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:37:14 -0500 (0:00:00.064) 0:00:10.109 ******* skipping: [managed-node1] => { "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:37:14 -0500 (0:00:00.052) 0:00:10.161 ******* skipping: [managed-node1] => { "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:14 -0500 (0:00:00.054) 0:00:10.215 ******* ok: [managed-node1] => (item={u'permanent': True, u'state': u'present', u'short': u'WWW (HTTP)', u'description': u'HTTP is the protocol used to serve Web pages. If you plan to make your Web server publicly available, enable this option. This option is not required for viewing pages locally or developing Web pages.', u'service': u'http', u'port': [u'80/tcp']}) => { "__firewall_changed": false, "ansible_loop_var": "item", "changed": false, "item": { "description": "HTTP is the protocol used to serve Web pages. If you plan to make your Web server publicly available, enable this option. This option is not required for viewing pages locally or developing Web pages.", "permanent": true, "port": [ "80/tcp" ], "service": "http", "short": "WWW (HTTP)", "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:37:15 -0500 (0:00:00.778) 0:00:10.993 ******* skipping: [managed-node1] => (item={u'permanent': True, u'state': u'present', u'short': u'WWW (HTTP)', u'description': u'HTTP is the protocol used to serve Web pages. If you plan to make your Web server publicly available, enable this option. This option is not required for viewing pages locally or developing Web pages.', u'service': u'http', u'port': [u'80/tcp']}) => { "ansible_loop_var": "item", "changed": false, "item": { "description": "HTTP is the protocol used to serve Web pages. If you plan to make your Web server publicly available, enable this option. This option is not required for viewing pages locally or developing Web pages.", "permanent": true, "port": [ "80/tcp" ], "service": "http", "short": "WWW (HTTP)", "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:37:15 -0500 (0:00:00.051) 0:00:11.045 ******* skipping: [managed-node1] => { "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:15 -0500 (0:00:00.049) 0:00:11.094 ******* skipping: [managed-node1] => { "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:15 -0500 (0:00:00.053) 0:00:11.147 ******* skipping: [managed-node1] => { "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:15 -0500 (0:00:00.054) 0:00:11.202 ******* skipping: [managed-node1] => { "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:37:15 -0500 (0:00:00.053) 0:00:11.255 ******* skipping: [managed-node1] => { "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:37:15 -0500 (0:00:00.051) 0:00:11.306 ******* skipping: [managed-node1] => {} TASK [Fail if service changed] ************************************************* task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_service.yml:54 Monday 16 February 2026 14:37:15 -0500 (0:00:00.053) 0:00:11.360 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Change default service http] ********************************************* task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_service.yml:61 Monday 16 February 2026 14:37:15 -0500 (0:00:00.052) 0:00:11.412 ******* 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:15 -0500 (0:00:00.126) 0:00:11.538 ******* included: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml for managed-node1 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:15 -0500 (0:00:00.078) 0:00:11.617 ******* skipping: [managed-node1] => { "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:15 -0500 (0:00:00.044) 0:00:11.662 ******* skipping: [managed-node1] => { "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:15 -0500 (0:00:00.036) 0:00:11.699 ******* skipping: [managed-node1] => { "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:15 -0500 (0:00:00.036) 0:00:11.735 ******* skipping: [managed-node1] => { "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:15 -0500 (0:00:00.040) 0:00:11.776 ******* skipping: [managed-node1] => { "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:16 -0500 (0:00:00.039) 0:00:11.815 ******* skipping: [managed-node1] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=CentOS_7.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS_7.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (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:16 -0500 (0:00:00.066) 0:00:11.882 ******* included: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml for managed-node1 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:16 -0500 (0:00:00.032) 0:00:11.914 ******* skipping: [managed-node1] => { "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:16 -0500 (0:00:00.052) 0:00:11.966 ******* skipping: [managed-node1] => { "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:16 -0500 (0:00:00.061) 0:00:12.028 ******* skipping: [managed-node1] => { "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:16 -0500 (0:00:00.061) 0:00:12.090 ******* ok: [managed-node1] => { "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:16 -0500 (0:00:00.676) 0:00:12.767 ******* skipping: [managed-node1] => {} 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:17 -0500 (0:00:00.058) 0:00:12.825 ******* skipping: [managed-node1] => { "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:17 -0500 (0:00:00.042) 0:00:12.867 ******* skipping: [managed-node1] => { "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:17 -0500 (0:00:00.037) 0:00:12.905 ******* skipping: [managed-node1] => (item=nftables) => { "ansible_loop_var": "item", "changed": false, "item": "nftables", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=iptables) => { "ansible_loop_var": "item", "changed": false, "item": "iptables", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (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:17 -0500 (0:00:00.052) 0:00:12.958 ******* skipping: [managed-node1] => (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-node1] => (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-node1] => (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:17 -0500 (0:00:00.054) 0:00:13.012 ******* ok: [managed-node1] => { "changed": false, "name": "firewalld", "status": { "ActiveEnterTimestamp": "Mon 2026-02-16 14:34:40 EST", "ActiveEnterTimestampMonotonic": "191055904", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "system.slice polkit.service dbus.service basic.target", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Mon 2026-02-16 14:34:40 EST", "AssertTimestampMonotonic": "190814560", "Before": "multi-user.target network-pre.target shutdown.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:40 EST", "ConditionTimestampMonotonic": "190814558", "Conflicts": "ipset.service shutdown.target ip6tables.service ebtables.service iptables.service", "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": "9666", "ExecMainStartTimestamp": "Mon 2026-02-16 14:34:40 EST", "ExecMainStartTimestampMonotonic": "190815948", "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:40 EST] ; stop_time=[n/a] ; pid=9666 ; 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:40 EST", "InactiveExitTimestampMonotonic": "190815977", "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": "9666", "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:40 EST", "WatchdogTimestampMonotonic": "191055854", "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:17 -0500 (0:00:00.383) 0:00:13.396 ******* ok: [managed-node1] => { "changed": false, "enabled": true, "name": "firewalld", "state": "started", "status": { "ActiveEnterTimestamp": "Mon 2026-02-16 14:34:40 EST", "ActiveEnterTimestampMonotonic": "191055904", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "system.slice polkit.service dbus.service basic.target", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Mon 2026-02-16 14:34:40 EST", "AssertTimestampMonotonic": "190814560", "Before": "multi-user.target network-pre.target shutdown.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:40 EST", "ConditionTimestampMonotonic": "190814558", "Conflicts": "ipset.service shutdown.target ip6tables.service ebtables.service iptables.service", "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": "9666", "ExecMainStartTimestamp": "Mon 2026-02-16 14:34:40 EST", "ExecMainStartTimestampMonotonic": "190815948", "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:40 EST] ; stop_time=[n/a] ; pid=9666 ; 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:40 EST", "InactiveExitTimestampMonotonic": "190815977", "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": "9666", "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:40 EST", "WatchdogTimestampMonotonic": "191055854", "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:17 -0500 (0:00:00.384) 0:00:13.780 ******* ok: [managed-node1] => { "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:37:18 -0500 (0:00:00.053) 0:00:13.834 ******* skipping: [managed-node1] => { "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:37:18 -0500 (0:00:00.038) 0:00:13.872 ******* skipping: [managed-node1] => { "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:18 -0500 (0:00:00.036) 0:00:13.908 ******* changed: [managed-node1] => (item={u'state': u'present', u'permanent': True, u'description': u'linux system role test description', u'service': u'http', u'destination': [u'1.1.1.1', u'1::1'], u'port': [u'8080/tcp'], u'includes': []}) => { "__firewall_changed": true, "ansible_loop_var": "item", "changed": true, "item": { "description": "linux system role test description", "destination": [ "1.1.1.1", "1::1" ], "includes": [], "permanent": true, "port": [ "8080/tcp" ], "service": "http", "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:37:18 -0500 (0:00:00.768) 0:00:14.677 ******* skipping: [managed-node1] => (item={u'state': u'present', u'permanent': True, u'description': u'linux system role test description', u'service': u'http', u'destination': [u'1.1.1.1', u'1::1'], u'port': [u'8080/tcp'], u'includes': []}) => { "ansible_loop_var": "item", "changed": false, "item": { "description": "linux system role test description", "destination": [ "1.1.1.1", "1::1" ], "includes": [], "permanent": true, "port": [ "8080/tcp" ], "service": "http", "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:37:18 -0500 (0:00:00.065) 0:00:14.743 ******* skipping: [managed-node1] => { "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:19 -0500 (0:00:00.054) 0:00:14.797 ******* skipping: [managed-node1] => { "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:19 -0500 (0:00:00.042) 0:00:14.839 ******* skipping: [managed-node1] => { "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:19 -0500 (0:00:00.049) 0:00:14.888 ******* skipping: [managed-node1] => { "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:37:19 -0500 (0:00:00.036) 0:00:14.925 ******* skipping: [managed-node1] => { "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:37:19 -0500 (0:00:00.035) 0:00:14.960 ******* skipping: [managed-node1] => {} TASK [Fail when http is unchanged] ********************************************* task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_service.yml:76 Monday 16 February 2026 14:37:19 -0500 (0:00:00.035) 0:00:14.996 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Change default service http again] *************************************** task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_service.yml:81 Monday 16 February 2026 14:37:19 -0500 (0:00:00.036) 0:00:15.032 ******* 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:19 -0500 (0:00:00.081) 0:00:15.114 ******* included: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml for managed-node1 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:19 -0500 (0:00:00.028) 0:00:15.142 ******* skipping: [managed-node1] => { "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:19 -0500 (0:00:00.038) 0:00:15.181 ******* skipping: [managed-node1] => { "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:19 -0500 (0:00:00.040) 0:00:15.221 ******* skipping: [managed-node1] => { "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:19 -0500 (0:00:00.041) 0:00:15.262 ******* skipping: [managed-node1] => { "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:19 -0500 (0:00:00.036) 0:00:15.299 ******* skipping: [managed-node1] => { "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:19 -0500 (0:00:00.035) 0:00:15.334 ******* skipping: [managed-node1] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=CentOS_7.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS_7.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (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:19 -0500 (0:00:00.064) 0:00:15.399 ******* included: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml for managed-node1 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:19 -0500 (0:00:00.032) 0:00:15.432 ******* skipping: [managed-node1] => { "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:19 -0500 (0:00:00.035) 0:00:15.468 ******* skipping: [managed-node1] => { "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:19 -0500 (0:00:00.035) 0:00:15.503 ******* skipping: [managed-node1] => { "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:19 -0500 (0:00:00.035) 0:00:15.539 ******* ok: [managed-node1] => { "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:20 -0500 (0:00:00.585) 0:00:16.124 ******* skipping: [managed-node1] => {} 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:20 -0500 (0:00:00.037) 0:00:16.162 ******* skipping: [managed-node1] => { "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:20 -0500 (0:00:00.036) 0:00:16.198 ******* skipping: [managed-node1] => { "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:20 -0500 (0:00:00.036) 0:00:16.235 ******* skipping: [managed-node1] => (item=nftables) => { "ansible_loop_var": "item", "changed": false, "item": "nftables", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=iptables) => { "ansible_loop_var": "item", "changed": false, "item": "iptables", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (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:20 -0500 (0:00:00.049) 0:00:16.285 ******* skipping: [managed-node1] => (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-node1] => (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-node1] => (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:20 -0500 (0:00:00.053) 0:00:16.339 ******* ok: [managed-node1] => { "changed": false, "name": "firewalld", "status": { "ActiveEnterTimestamp": "Mon 2026-02-16 14:34:40 EST", "ActiveEnterTimestampMonotonic": "191055904", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "system.slice polkit.service dbus.service basic.target", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Mon 2026-02-16 14:34:40 EST", "AssertTimestampMonotonic": "190814560", "Before": "multi-user.target network-pre.target shutdown.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:40 EST", "ConditionTimestampMonotonic": "190814558", "Conflicts": "ipset.service shutdown.target ip6tables.service ebtables.service iptables.service", "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": "9666", "ExecMainStartTimestamp": "Mon 2026-02-16 14:34:40 EST", "ExecMainStartTimestampMonotonic": "190815948", "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:40 EST] ; stop_time=[n/a] ; pid=9666 ; 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:40 EST", "InactiveExitTimestampMonotonic": "190815977", "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": "9666", "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:40 EST", "WatchdogTimestampMonotonic": "191055854", "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:20 -0500 (0:00:00.378) 0:00:16.717 ******* ok: [managed-node1] => { "changed": false, "enabled": true, "name": "firewalld", "state": "started", "status": { "ActiveEnterTimestamp": "Mon 2026-02-16 14:34:40 EST", "ActiveEnterTimestampMonotonic": "191055904", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "system.slice polkit.service dbus.service basic.target", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Mon 2026-02-16 14:34:40 EST", "AssertTimestampMonotonic": "190814560", "Before": "multi-user.target network-pre.target shutdown.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:40 EST", "ConditionTimestampMonotonic": "190814558", "Conflicts": "ipset.service shutdown.target ip6tables.service ebtables.service iptables.service", "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": "9666", "ExecMainStartTimestamp": "Mon 2026-02-16 14:34:40 EST", "ExecMainStartTimestampMonotonic": "190815948", "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:40 EST] ; stop_time=[n/a] ; pid=9666 ; 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:40 EST", "InactiveExitTimestampMonotonic": "190815977", "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": "9666", "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:40 EST", "WatchdogTimestampMonotonic": "191055854", "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:21 -0500 (0:00:00.385) 0:00:17.102 ******* ok: [managed-node1] => { "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:37:21 -0500 (0:00:00.047) 0:00:17.149 ******* skipping: [managed-node1] => { "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:37:21 -0500 (0:00:00.035) 0:00:17.185 ******* skipping: [managed-node1] => { "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:21 -0500 (0:00:00.036) 0:00:17.221 ******* ok: [managed-node1] => (item={u'state': u'present', u'permanent': True, u'description': u'linux system role test description', u'service': u'http', u'destination': [u'1.1.1.1', u'1::1'], u'port': [u'8080/tcp'], u'includes': []}) => { "__firewall_changed": false, "ansible_loop_var": "item", "changed": false, "item": { "description": "linux system role test description", "destination": [ "1.1.1.1", "1::1" ], "includes": [], "permanent": true, "port": [ "8080/tcp" ], "service": "http", "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:37:22 -0500 (0:00:00.584) 0:00:17.806 ******* skipping: [managed-node1] => (item={u'state': u'present', u'permanent': True, u'description': u'linux system role test description', u'service': u'http', u'destination': [u'1.1.1.1', u'1::1'], u'port': [u'8080/tcp'], u'includes': []}) => { "ansible_loop_var": "item", "changed": false, "item": { "description": "linux system role test description", "destination": [ "1.1.1.1", "1::1" ], "includes": [], "permanent": true, "port": [ "8080/tcp" ], "service": "http", "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:37:22 -0500 (0:00:00.068) 0:00:17.874 ******* skipping: [managed-node1] => { "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:22 -0500 (0:00:00.062) 0:00:17.937 ******* skipping: [managed-node1] => { "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:22 -0500 (0:00:00.041) 0:00:17.979 ******* skipping: [managed-node1] => { "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:22 -0500 (0:00:00.040) 0:00:18.019 ******* skipping: [managed-node1] => { "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:37:22 -0500 (0:00:00.036) 0:00:18.056 ******* skipping: [managed-node1] => { "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:37:22 -0500 (0:00:00.036) 0:00:18.092 ******* skipping: [managed-node1] => {} TASK [Fail when http changes affect permanent configuration] ******************* task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_service.yml:96 Monday 16 February 2026 14:37:22 -0500 (0:00:00.035) 0:00:18.128 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Add custom service] ****************************************************** task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_service.yml:105 Monday 16 February 2026 14:37:22 -0500 (0:00:00.036) 0:00:18.165 ******* 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:22 -0500 (0:00:00.114) 0:00:18.279 ******* included: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml for managed-node1 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:22 -0500 (0:00:00.029) 0:00:18.309 ******* skipping: [managed-node1] => { "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:22 -0500 (0:00:00.039) 0:00:18.349 ******* skipping: [managed-node1] => { "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:22 -0500 (0:00:00.040) 0:00:18.389 ******* skipping: [managed-node1] => { "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:22 -0500 (0:00:00.115) 0:00:18.505 ******* skipping: [managed-node1] => { "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:22 -0500 (0:00:00.037) 0:00:18.542 ******* skipping: [managed-node1] => { "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:22 -0500 (0:00:00.037) 0:00:18.580 ******* skipping: [managed-node1] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=CentOS_7.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS_7.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (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:22 -0500 (0:00:00.067) 0:00:18.647 ******* included: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml for managed-node1 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:22 -0500 (0:00:00.031) 0:00:18.679 ******* skipping: [managed-node1] => { "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:22 -0500 (0:00:00.037) 0:00:18.717 ******* skipping: [managed-node1] => { "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:22 -0500 (0:00:00.036) 0:00:18.753 ******* skipping: [managed-node1] => { "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:22 -0500 (0:00:00.036) 0:00:18.790 ******* ok: [managed-node1] => { "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:23 -0500 (0:00:00.592) 0:00:19.382 ******* skipping: [managed-node1] => {} 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:23 -0500 (0:00:00.037) 0:00:19.420 ******* skipping: [managed-node1] => { "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:23 -0500 (0:00:00.037) 0:00:19.457 ******* skipping: [managed-node1] => { "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:23 -0500 (0:00:00.037) 0:00:19.495 ******* skipping: [managed-node1] => (item=nftables) => { "ansible_loop_var": "item", "changed": false, "item": "nftables", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=iptables) => { "ansible_loop_var": "item", "changed": false, "item": "iptables", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (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:23 -0500 (0:00:00.051) 0:00:19.546 ******* skipping: [managed-node1] => (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-node1] => (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-node1] => (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:23 -0500 (0:00:00.056) 0:00:19.602 ******* ok: [managed-node1] => { "changed": false, "name": "firewalld", "status": { "ActiveEnterTimestamp": "Mon 2026-02-16 14:34:40 EST", "ActiveEnterTimestampMonotonic": "191055904", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "system.slice polkit.service dbus.service basic.target", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Mon 2026-02-16 14:34:40 EST", "AssertTimestampMonotonic": "190814560", "Before": "multi-user.target network-pre.target shutdown.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:40 EST", "ConditionTimestampMonotonic": "190814558", "Conflicts": "ipset.service shutdown.target ip6tables.service ebtables.service iptables.service", "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": "9666", "ExecMainStartTimestamp": "Mon 2026-02-16 14:34:40 EST", "ExecMainStartTimestampMonotonic": "190815948", "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:40 EST] ; stop_time=[n/a] ; pid=9666 ; 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:40 EST", "InactiveExitTimestampMonotonic": "190815977", "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": "9666", "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:40 EST", "WatchdogTimestampMonotonic": "191055854", "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:24 -0500 (0:00:00.391) 0:00:19.993 ******* ok: [managed-node1] => { "changed": false, "enabled": true, "name": "firewalld", "state": "started", "status": { "ActiveEnterTimestamp": "Mon 2026-02-16 14:34:40 EST", "ActiveEnterTimestampMonotonic": "191055904", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "system.slice polkit.service dbus.service basic.target", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Mon 2026-02-16 14:34:40 EST", "AssertTimestampMonotonic": "190814560", "Before": "multi-user.target network-pre.target shutdown.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:40 EST", "ConditionTimestampMonotonic": "190814558", "Conflicts": "ipset.service shutdown.target ip6tables.service ebtables.service iptables.service", "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": "9666", "ExecMainStartTimestamp": "Mon 2026-02-16 14:34:40 EST", "ExecMainStartTimestampMonotonic": "190815948", "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:40 EST] ; stop_time=[n/a] ; pid=9666 ; 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:40 EST", "InactiveExitTimestampMonotonic": "190815977", "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": "9666", "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:40 EST", "WatchdogTimestampMonotonic": "191055854", "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:24 -0500 (0:00:00.396) 0:00:20.390 ******* ok: [managed-node1] => { "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:37:24 -0500 (0:00:00.051) 0:00:20.442 ******* skipping: [managed-node1] => { "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:37:24 -0500 (0:00:00.038) 0:00:20.480 ******* skipping: [managed-node1] => { "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:24 -0500 (0:00:00.037) 0:00:20.517 ******* changed: [managed-node1] => (item={u'short': u'Test service (Ansible)', u'protocol': u'icmp', u'description': u'This should only be available when firewalld is being configured by the firewall linux system role', u'service': u'systemroletest', u'helper_module': u'__omit_place_holder__dfb191aca9ab72de8e28b3433734cbaa6fb9d24a', u'destination': [u'1.1.1.1', u'1::1'], u'includes': [], u'state': u'present', u'permanent': True, u'source_port': [u'10000/udp'], u'port': [u'9999/udp']}) => { "__firewall_changed": true, "ansible_loop_var": "item", "changed": true, "item": { "description": "This should only be available when firewalld is being configured by the firewall linux system role", "destination": [ "1.1.1.1", "1::1" ], "helper_module": "__omit_place_holder__dfb191aca9ab72de8e28b3433734cbaa6fb9d24a", "includes": [], "permanent": true, "port": [ "9999/udp" ], "protocol": "icmp", "service": "systemroletest", "short": "Test service (Ansible)", "source_port": [ "10000/udp" ], "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:37:25 -0500 (0:00:00.790) 0:00:21.308 ******* skipping: [managed-node1] => (item={u'short': u'Test service (Ansible)', u'protocol': u'icmp', u'description': u'This should only be available when firewalld is being configured by the firewall linux system role', u'service': u'systemroletest', u'helper_module': u'__omit_place_holder__dfb191aca9ab72de8e28b3433734cbaa6fb9d24a', u'destination': [u'1.1.1.1', u'1::1'], u'includes': [], u'state': u'present', u'permanent': True, u'source_port': [u'10000/udp'], u'port': [u'9999/udp']}) => { "ansible_loop_var": "item", "changed": false, "item": { "description": "This should only be available when firewalld is being configured by the firewall linux system role", "destination": [ "1.1.1.1", "1::1" ], "helper_module": "__omit_place_holder__dfb191aca9ab72de8e28b3433734cbaa6fb9d24a", "includes": [], "permanent": true, "port": [ "9999/udp" ], "protocol": "icmp", "service": "systemroletest", "short": "Test service (Ansible)", "source_port": [ "10000/udp" ], "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:37:25 -0500 (0:00:00.078) 0:00:21.387 ******* skipping: [managed-node1] => { "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:25 -0500 (0:00:00.061) 0:00:21.448 ******* skipping: [managed-node1] => { "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:25 -0500 (0:00:00.045) 0:00:21.494 ******* skipping: [managed-node1] => { "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:25 -0500 (0:00:00.044) 0:00:21.539 ******* skipping: [managed-node1] => { "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:37:25 -0500 (0:00:00.038) 0:00:21.577 ******* skipping: [managed-node1] => { "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:37:25 -0500 (0:00:00.039) 0:00:21.616 ******* skipping: [managed-node1] => {} TASK [Get all services] ******************************************************** task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_service.yml:130 Monday 16 February 2026 14:37:25 -0500 (0:00:00.036) 0:00:21.653 ******* ok: [managed-node1] => { "changed": false, "cmd": [ "firewall-offline-cmd", "--get-services" ], "delta": "0:00:00.208684", "end": "2026-02-16 14:37:26.309426", "rc": 0, "start": "2026-02-16 14:37:26.100742" } STDOUT: RH-Satellite-6 RH-Satellite-6-capsule amanda-client amanda-k5-client amqp amqps apcupsd audit bacula bacula-client bgp bitcoin bitcoin-rpc bitcoin-testnet bitcoin-testnet-rpc ceph ceph-mon cfengine condor-collector ctdb dhcp dhcpv6 dhcpv6-client distcc dns docker-registry docker-swarm dropbox-lansync elasticsearch etcd-client etcd-server finger freeipa-ldap freeipa-ldaps freeipa-replication freeipa-trust ftp ganglia-client ganglia-master git gre high-availability http https imap imaps ipp ipp-client ipsec irc ircs iscsi-target isns jenkins kadmin kerberos kibana klogin kpasswd kprop kshell ldap ldaps libvirt libvirt-tls lightning-network llmnr managesieve matrix mdns minidlna mongodb mosh mountd mqtt mqtt-tls ms-wbt mssql murmur mysql nfs nfs3 nmea-0183 nrpe ntp nut openvpn ovirt-imageio ovirt-storageconsole ovirt-vmconsole plex pmcd pmproxy pmwebapi pmwebapis pop3 pop3s postgresql privoxy proxy-dhcp ptp pulseaudio puppetmaster quassel radius redis rpc-bind rsh rsyncd rtsp salt-master samba samba-client samba-dc sane sip sips slp smtp smtp-submission smtps snmp snmptrap spideroak-lansync squid ssh steam-streaming svdrp svn syncthing syncthing-gui synergy syslog syslog-tls systemroletest telnet tftp tftp-client tinc tor-socks transmission-client upnp-client vdsm vnc-server wbem-http wbem-https wsman wsmans xdmcp xmpp-bosh xmpp-client xmpp-local xmpp-server zabbix-agent zabbix-server TASK [Fail if systemrole test not created] ************************************* task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_service.yml:135 Monday 16 February 2026 14:37:26 -0500 (0:00:00.494) 0:00:22.148 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Fail when custom service not changed] ************************************ task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_service.yml:140 Monday 16 February 2026 14:37:26 -0500 (0:00:00.037) 0:00:22.186 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Add same custom service again] ******************************************* task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_service.yml:147 Monday 16 February 2026 14:37:26 -0500 (0:00:00.037) 0:00:22.223 ******* 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:26 -0500 (0:00:00.112) 0:00:22.336 ******* included: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml for managed-node1 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:26 -0500 (0:00:00.028) 0:00:22.364 ******* skipping: [managed-node1] => { "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:26 -0500 (0:00:00.039) 0:00:22.404 ******* skipping: [managed-node1] => { "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:26 -0500 (0:00:00.037) 0:00:22.441 ******* skipping: [managed-node1] => { "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:26 -0500 (0:00:00.036) 0:00:22.478 ******* skipping: [managed-node1] => { "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:26 -0500 (0:00:00.040) 0:00:22.518 ******* skipping: [managed-node1] => { "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:26 -0500 (0:00:00.040) 0:00:22.559 ******* skipping: [managed-node1] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=CentOS_7.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS_7.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (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:26 -0500 (0:00:00.080) 0:00:22.639 ******* included: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml for managed-node1 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:26 -0500 (0:00:00.049) 0:00:22.689 ******* skipping: [managed-node1] => { "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:26 -0500 (0:00:00.046) 0:00:22.736 ******* skipping: [managed-node1] => { "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:26 -0500 (0:00:00.047) 0:00:22.783 ******* skipping: [managed-node1] => { "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:27 -0500 (0:00:00.047) 0:00:22.831 ******* ok: [managed-node1] => { "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:27 -0500 (0:00:00.614) 0:00:23.446 ******* skipping: [managed-node1] => {} 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:27 -0500 (0:00:00.055) 0:00:23.501 ******* skipping: [managed-node1] => { "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:27 -0500 (0:00:00.062) 0:00:23.564 ******* skipping: [managed-node1] => { "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:27 -0500 (0:00:00.052) 0:00:23.616 ******* skipping: [managed-node1] => (item=nftables) => { "ansible_loop_var": "item", "changed": false, "item": "nftables", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=iptables) => { "ansible_loop_var": "item", "changed": false, "item": "iptables", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (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:27 -0500 (0:00:00.066) 0:00:23.683 ******* skipping: [managed-node1] => (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-node1] => (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-node1] => (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:27 -0500 (0:00:00.069) 0:00:23.752 ******* ok: [managed-node1] => { "changed": false, "name": "firewalld", "status": { "ActiveEnterTimestamp": "Mon 2026-02-16 14:34:40 EST", "ActiveEnterTimestampMonotonic": "191055904", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "system.slice polkit.service dbus.service basic.target", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Mon 2026-02-16 14:34:40 EST", "AssertTimestampMonotonic": "190814560", "Before": "multi-user.target network-pre.target shutdown.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:40 EST", "ConditionTimestampMonotonic": "190814558", "Conflicts": "ipset.service shutdown.target ip6tables.service ebtables.service iptables.service", "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": "9666", "ExecMainStartTimestamp": "Mon 2026-02-16 14:34:40 EST", "ExecMainStartTimestampMonotonic": "190815948", "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:40 EST] ; stop_time=[n/a] ; pid=9666 ; 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:40 EST", "InactiveExitTimestampMonotonic": "190815977", "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": "9666", "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:40 EST", "WatchdogTimestampMonotonic": "191055854", "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:28 -0500 (0:00:00.401) 0:00:24.153 ******* ok: [managed-node1] => { "changed": false, "enabled": true, "name": "firewalld", "state": "started", "status": { "ActiveEnterTimestamp": "Mon 2026-02-16 14:34:40 EST", "ActiveEnterTimestampMonotonic": "191055904", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "system.slice polkit.service dbus.service basic.target", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Mon 2026-02-16 14:34:40 EST", "AssertTimestampMonotonic": "190814560", "Before": "multi-user.target network-pre.target shutdown.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:40 EST", "ConditionTimestampMonotonic": "190814558", "Conflicts": "ipset.service shutdown.target ip6tables.service ebtables.service iptables.service", "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": "9666", "ExecMainStartTimestamp": "Mon 2026-02-16 14:34:40 EST", "ExecMainStartTimestampMonotonic": "190815948", "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:40 EST] ; stop_time=[n/a] ; pid=9666 ; 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:40 EST", "InactiveExitTimestampMonotonic": "190815977", "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": "9666", "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:40 EST", "WatchdogTimestampMonotonic": "191055854", "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:28 -0500 (0:00:00.397) 0:00:24.551 ******* ok: [managed-node1] => { "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:37:28 -0500 (0:00:00.074) 0:00:24.626 ******* skipping: [managed-node1] => { "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:37:28 -0500 (0:00:00.049) 0:00:24.675 ******* skipping: [managed-node1] => { "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:28 -0500 (0:00:00.042) 0:00:24.718 ******* ok: [managed-node1] => (item={u'short': u'Test service (Ansible)', u'protocol': u'icmp', u'description': u'This should only be available when firewalld is being configured by the firewall linux system role', u'service': u'systemroletest', u'helper_module': u'__omit_place_holder__dfb191aca9ab72de8e28b3433734cbaa6fb9d24a', u'destination': [u'1.1.1.1', u'1::1'], u'includes': [], u'state': u'present', u'permanent': True, u'source_port': [u'10000/udp'], u'port': u'9999/udp'}) => { "__firewall_changed": false, "ansible_loop_var": "item", "changed": false, "item": { "description": "This should only be available when firewalld is being configured by the firewall linux system role", "destination": [ "1.1.1.1", "1::1" ], "helper_module": "__omit_place_holder__dfb191aca9ab72de8e28b3433734cbaa6fb9d24a", "includes": [], "permanent": true, "port": "9999/udp", "protocol": "icmp", "service": "systemroletest", "short": "Test service (Ansible)", "source_port": [ "10000/udp" ], "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:37:29 -0500 (0:00:00.600) 0:00:25.318 ******* skipping: [managed-node1] => (item={u'short': u'Test service (Ansible)', u'protocol': u'icmp', u'description': u'This should only be available when firewalld is being configured by the firewall linux system role', u'service': u'systemroletest', u'helper_module': u'__omit_place_holder__dfb191aca9ab72de8e28b3433734cbaa6fb9d24a', u'destination': [u'1.1.1.1', u'1::1'], u'includes': [], u'state': u'present', u'permanent': True, u'source_port': [u'10000/udp'], u'port': u'9999/udp'}) => { "ansible_loop_var": "item", "changed": false, "item": { "description": "This should only be available when firewalld is being configured by the firewall linux system role", "destination": [ "1.1.1.1", "1::1" ], "helper_module": "__omit_place_holder__dfb191aca9ab72de8e28b3433734cbaa6fb9d24a", "includes": [], "permanent": true, "port": "9999/udp", "protocol": "icmp", "service": "systemroletest", "short": "Test service (Ansible)", "source_port": [ "10000/udp" ], "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:37:29 -0500 (0:00:00.081) 0:00:25.400 ******* skipping: [managed-node1] => { "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:29 -0500 (0:00:00.072) 0:00:25.472 ******* skipping: [managed-node1] => { "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:29 -0500 (0:00:00.069) 0:00:25.541 ******* skipping: [managed-node1] => { "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:29 -0500 (0:00:00.053) 0:00:25.595 ******* skipping: [managed-node1] => { "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:37:29 -0500 (0:00:00.043) 0:00:25.639 ******* skipping: [managed-node1] => { "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:37:29 -0500 (0:00:00.047) 0:00:25.687 ******* skipping: [managed-node1] => {} TASK [Fail when custom service changed] **************************************** task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_service.yml:170 Monday 16 February 2026 14:37:29 -0500 (0:00:00.039) 0:00:25.726 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Query if default zone has custom service added] ************************** task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_service.yml:177 Monday 16 February 2026 14:37:29 -0500 (0:00:00.036) 0:00:25.763 ******* fatal: [managed-node1]: FAILED! => { "changed": false, "cmd": [ "firewall-offline-cmd", "--query-service", "systemroletest" ], "delta": "0:00:00.210135", "end": "2026-02-16 14:37:30.418202", "rc": 1, "start": "2026-02-16 14:37:30.208067" } STDOUT: no MSG: non-zero return code ...ignoring TASK [Fail if query return code incorrect] ************************************* task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_service.yml:183 Monday 16 February 2026 14:37:30 -0500 (0:00:00.492) 0:00:26.255 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Fail if custom service in default zone] ********************************** task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_service.yml:188 Monday 16 February 2026 14:37:30 -0500 (0:00:00.036) 0:00:26.291 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Add custom service to default zone] ************************************** task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_service.yml:197 Monday 16 February 2026 14:37:30 -0500 (0:00:00.045) 0:00:26.336 ******* 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:30 -0500 (0:00:00.200) 0:00:26.537 ******* included: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml for managed-node1 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:30 -0500 (0:00:00.082) 0:00:26.619 ******* skipping: [managed-node1] => { "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:30 -0500 (0:00:00.041) 0:00:26.661 ******* skipping: [managed-node1] => { "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:30 -0500 (0:00:00.037) 0:00:26.698 ******* skipping: [managed-node1] => { "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:30 -0500 (0:00:00.036) 0:00:26.735 ******* skipping: [managed-node1] => { "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:30 -0500 (0:00:00.045) 0:00:26.780 ******* skipping: [managed-node1] => { "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:31 -0500 (0:00:00.054) 0:00:26.835 ******* skipping: [managed-node1] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=CentOS_7.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS_7.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (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:31 -0500 (0:00:00.095) 0:00:26.931 ******* included: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml for managed-node1 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:31 -0500 (0:00:00.056) 0:00:26.987 ******* skipping: [managed-node1] => { "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:31 -0500 (0:00:00.054) 0:00:27.041 ******* skipping: [managed-node1] => { "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:31 -0500 (0:00:00.074) 0:00:27.116 ******* skipping: [managed-node1] => { "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:31 -0500 (0:00:00.055) 0:00:27.171 ******* ok: [managed-node1] => { "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:32 -0500 (0:00:00.642) 0:00:27.814 ******* skipping: [managed-node1] => {} 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:32 -0500 (0:00:00.059) 0:00:27.873 ******* skipping: [managed-node1] => { "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:32 -0500 (0:00:00.058) 0:00:27.931 ******* skipping: [managed-node1] => { "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:32 -0500 (0:00:00.043) 0:00:27.975 ******* skipping: [managed-node1] => (item=nftables) => { "ansible_loop_var": "item", "changed": false, "item": "nftables", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=iptables) => { "ansible_loop_var": "item", "changed": false, "item": "iptables", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (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:32 -0500 (0:00:00.064) 0:00:28.039 ******* skipping: [managed-node1] => (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-node1] => (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-node1] => (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:32 -0500 (0:00:00.064) 0:00:28.103 ******* ok: [managed-node1] => { "changed": false, "name": "firewalld", "status": { "ActiveEnterTimestamp": "Mon 2026-02-16 14:34:40 EST", "ActiveEnterTimestampMonotonic": "191055904", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "system.slice polkit.service dbus.service basic.target", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Mon 2026-02-16 14:34:40 EST", "AssertTimestampMonotonic": "190814560", "Before": "multi-user.target network-pre.target shutdown.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:40 EST", "ConditionTimestampMonotonic": "190814558", "Conflicts": "ipset.service shutdown.target ip6tables.service ebtables.service iptables.service", "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": "9666", "ExecMainStartTimestamp": "Mon 2026-02-16 14:34:40 EST", "ExecMainStartTimestampMonotonic": "190815948", "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:40 EST] ; stop_time=[n/a] ; pid=9666 ; 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:40 EST", "InactiveExitTimestampMonotonic": "190815977", "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": "9666", "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:40 EST", "WatchdogTimestampMonotonic": "191055854", "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:32 -0500 (0:00:00.404) 0:00:28.508 ******* ok: [managed-node1] => { "changed": false, "enabled": true, "name": "firewalld", "state": "started", "status": { "ActiveEnterTimestamp": "Mon 2026-02-16 14:34:40 EST", "ActiveEnterTimestampMonotonic": "191055904", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "system.slice polkit.service dbus.service basic.target", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Mon 2026-02-16 14:34:40 EST", "AssertTimestampMonotonic": "190814560", "Before": "multi-user.target network-pre.target shutdown.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:40 EST", "ConditionTimestampMonotonic": "190814558", "Conflicts": "ipset.service shutdown.target ip6tables.service ebtables.service iptables.service", "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": "9666", "ExecMainStartTimestamp": "Mon 2026-02-16 14:34:40 EST", "ExecMainStartTimestampMonotonic": "190815948", "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:40 EST] ; stop_time=[n/a] ; pid=9666 ; 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:40 EST", "InactiveExitTimestampMonotonic": "190815977", "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": "9666", "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:40 EST", "WatchdogTimestampMonotonic": "191055854", "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:33 -0500 (0:00:00.380) 0:00:28.888 ******* ok: [managed-node1] => { "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:37:33 -0500 (0:00:00.044) 0:00:28.933 ******* skipping: [managed-node1] => { "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:37:33 -0500 (0:00:00.036) 0:00:28.969 ******* skipping: [managed-node1] => { "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:33 -0500 (0:00:00.035) 0:00:29.005 ******* changed: [managed-node1] => (item={u'state': u'enabled', u'service': u'systemroletest'}) => { "__firewall_changed": true, "ansible_loop_var": "item", "changed": true, "item": { "service": "systemroletest", "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:37:33 -0500 (0:00:00.608) 0:00:29.614 ******* skipping: [managed-node1] => (item={u'state': u'enabled', u'service': u'systemroletest'}) => { "ansible_loop_var": "item", "changed": false, "item": { "service": "systemroletest", "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:37:33 -0500 (0:00:00.077) 0:00:29.692 ******* skipping: [managed-node1] => { "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:33 -0500 (0:00:00.067) 0:00:29.760 ******* skipping: [managed-node1] => { "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:34 -0500 (0:00:00.047) 0:00:29.808 ******* skipping: [managed-node1] => { "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:34 -0500 (0:00:00.052) 0:00:29.860 ******* skipping: [managed-node1] => { "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:37:34 -0500 (0:00:00.057) 0:00:29.918 ******* skipping: [managed-node1] => { "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:37:34 -0500 (0:00:00.055) 0:00:29.974 ******* skipping: [managed-node1] => {} TASK [Query if service has been added to default zone] ************************* task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_service.yml:207 Monday 16 February 2026 14:37:34 -0500 (0:00:00.067) 0:00:30.042 ******* ok: [managed-node1] => { "changed": false, "cmd": [ "firewall-offline-cmd", "--query-service", "systemroletest" ], "delta": "0:00:00.209696", "end": "2026-02-16 14:37:34.765262", "rc": 0, "start": "2026-02-16 14:37:34.555566" } STDOUT: yes TASK [Fail if service not added to default zone] ******************************* task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_service.yml:212 Monday 16 February 2026 14:37:34 -0500 (0:00:00.563) 0:00:30.605 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Remove custom service from default zone] ********************************* task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_service.yml:219 Monday 16 February 2026 14:37:34 -0500 (0:00:00.038) 0:00:30.644 ******* 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:35 -0500 (0:00:00.211) 0:00:30.855 ******* included: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml for managed-node1 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:35 -0500 (0:00:00.045) 0:00:30.901 ******* skipping: [managed-node1] => { "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:35 -0500 (0:00:00.059) 0:00:30.960 ******* skipping: [managed-node1] => { "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:35 -0500 (0:00:00.054) 0:00:31.014 ******* skipping: [managed-node1] => { "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:35 -0500 (0:00:00.052) 0:00:31.067 ******* skipping: [managed-node1] => { "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:35 -0500 (0:00:00.054) 0:00:31.121 ******* skipping: [managed-node1] => { "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:35 -0500 (0:00:00.043) 0:00:31.164 ******* skipping: [managed-node1] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=CentOS_7.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS_7.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (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:35 -0500 (0:00:00.123) 0:00:31.288 ******* included: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml for managed-node1 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:35 -0500 (0:00:00.052) 0:00:31.341 ******* skipping: [managed-node1] => { "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:35 -0500 (0:00:00.043) 0:00:31.385 ******* skipping: [managed-node1] => { "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:35 -0500 (0:00:00.045) 0:00:31.430 ******* skipping: [managed-node1] => { "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:35 -0500 (0:00:00.040) 0:00:31.470 ******* ok: [managed-node1] => { "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:36 -0500 (0:00:00.652) 0:00:32.123 ******* skipping: [managed-node1] => {} 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:36 -0500 (0:00:00.055) 0:00:32.179 ******* skipping: [managed-node1] => { "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:36 -0500 (0:00:00.045) 0:00:32.224 ******* skipping: [managed-node1] => { "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:36 -0500 (0:00:00.051) 0:00:32.275 ******* skipping: [managed-node1] => (item=nftables) => { "ansible_loop_var": "item", "changed": false, "item": "nftables", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=iptables) => { "ansible_loop_var": "item", "changed": false, "item": "iptables", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (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:36 -0500 (0:00:00.079) 0:00:32.355 ******* skipping: [managed-node1] => (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-node1] => (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-node1] => (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:36 -0500 (0:00:00.071) 0:00:32.426 ******* ok: [managed-node1] => { "changed": false, "name": "firewalld", "status": { "ActiveEnterTimestamp": "Mon 2026-02-16 14:34:40 EST", "ActiveEnterTimestampMonotonic": "191055904", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "system.slice polkit.service dbus.service basic.target", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Mon 2026-02-16 14:34:40 EST", "AssertTimestampMonotonic": "190814560", "Before": "multi-user.target network-pre.target shutdown.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:40 EST", "ConditionTimestampMonotonic": "190814558", "Conflicts": "ipset.service shutdown.target ip6tables.service ebtables.service iptables.service", "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": "9666", "ExecMainStartTimestamp": "Mon 2026-02-16 14:34:40 EST", "ExecMainStartTimestampMonotonic": "190815948", "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:40 EST] ; stop_time=[n/a] ; pid=9666 ; 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:40 EST", "InactiveExitTimestampMonotonic": "190815977", "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": "9666", "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:40 EST", "WatchdogTimestampMonotonic": "191055854", "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:37 -0500 (0:00:00.413) 0:00:32.840 ******* ok: [managed-node1] => { "changed": false, "enabled": true, "name": "firewalld", "state": "started", "status": { "ActiveEnterTimestamp": "Mon 2026-02-16 14:34:40 EST", "ActiveEnterTimestampMonotonic": "191055904", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "system.slice polkit.service dbus.service basic.target", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Mon 2026-02-16 14:34:40 EST", "AssertTimestampMonotonic": "190814560", "Before": "multi-user.target network-pre.target shutdown.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:40 EST", "ConditionTimestampMonotonic": "190814558", "Conflicts": "ipset.service shutdown.target ip6tables.service ebtables.service iptables.service", "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": "9666", "ExecMainStartTimestamp": "Mon 2026-02-16 14:34:40 EST", "ExecMainStartTimestampMonotonic": "190815948", "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:40 EST] ; stop_time=[n/a] ; pid=9666 ; 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:40 EST", "InactiveExitTimestampMonotonic": "190815977", "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": "9666", "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:40 EST", "WatchdogTimestampMonotonic": "191055854", "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:37 -0500 (0:00:00.422) 0:00:33.263 ******* ok: [managed-node1] => { "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:37:37 -0500 (0:00:00.044) 0:00:33.307 ******* skipping: [managed-node1] => { "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:37:37 -0500 (0:00:00.036) 0:00:33.343 ******* skipping: [managed-node1] => { "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:37 -0500 (0:00:00.044) 0:00:33.388 ******* changed: [managed-node1] => (item={u'state': u'disabled', u'service': u'systemroletest'}) => { "__firewall_changed": true, "ansible_loop_var": "item", "changed": true, "item": { "service": "systemroletest", "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:37:38 -0500 (0:00:00.634) 0:00:34.023 ******* skipping: [managed-node1] => (item={u'state': u'disabled', u'service': u'systemroletest'}) => { "ansible_loop_var": "item", "changed": false, "item": { "service": "systemroletest", "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:37:38 -0500 (0:00:00.067) 0:00:34.091 ******* skipping: [managed-node1] => { "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:38 -0500 (0:00:00.053) 0:00:34.144 ******* skipping: [managed-node1] => { "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:38 -0500 (0:00:00.041) 0:00:34.185 ******* skipping: [managed-node1] => { "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:38 -0500 (0:00:00.037) 0:00:34.222 ******* skipping: [managed-node1] => { "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:37:38 -0500 (0:00:00.036) 0:00:34.259 ******* skipping: [managed-node1] => { "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:37:38 -0500 (0:00:00.036) 0:00:34.295 ******* skipping: [managed-node1] => {} TASK [Remove custom service elements] ****************************************** task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_service.yml:229 Monday 16 February 2026 14:37:38 -0500 (0:00:00.037) 0:00:34.332 ******* 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:38 -0500 (0:00:00.305) 0:00:34.638 ******* included: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml for managed-node1 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:38 -0500 (0:00:00.029) 0:00:34.668 ******* skipping: [managed-node1] => { "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:38 -0500 (0:00:00.040) 0:00:34.709 ******* skipping: [managed-node1] => { "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:38 -0500 (0:00:00.037) 0:00:34.746 ******* skipping: [managed-node1] => { "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:39 -0500 (0:00:00.047) 0:00:34.794 ******* skipping: [managed-node1] => { "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:39 -0500 (0:00:00.057) 0:00:34.851 ******* skipping: [managed-node1] => { "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:39 -0500 (0:00:00.067) 0:00:34.919 ******* skipping: [managed-node1] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=CentOS_7.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS_7.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (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:39 -0500 (0:00:00.095) 0:00:35.014 ******* included: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml for managed-node1 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:39 -0500 (0:00:00.054) 0:00:35.069 ******* skipping: [managed-node1] => { "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:39 -0500 (0:00:00.052) 0:00:35.122 ******* skipping: [managed-node1] => { "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:39 -0500 (0:00:00.051) 0:00:35.173 ******* skipping: [managed-node1] => { "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:39 -0500 (0:00:00.056) 0:00:35.229 ******* ok: [managed-node1] => { "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:40 -0500 (0:00:00.650) 0:00:35.879 ******* skipping: [managed-node1] => {} 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:40 -0500 (0:00:00.043) 0:00:35.923 ******* skipping: [managed-node1] => { "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:40 -0500 (0:00:00.044) 0:00:35.967 ******* skipping: [managed-node1] => { "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:40 -0500 (0:00:00.040) 0:00:36.007 ******* skipping: [managed-node1] => (item=nftables) => { "ansible_loop_var": "item", "changed": false, "item": "nftables", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=iptables) => { "ansible_loop_var": "item", "changed": false, "item": "iptables", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (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:40 -0500 (0:00:00.050) 0:00:36.058 ******* skipping: [managed-node1] => (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-node1] => (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-node1] => (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:40 -0500 (0:00:00.058) 0:00:36.116 ******* ok: [managed-node1] => { "changed": false, "name": "firewalld", "status": { "ActiveEnterTimestamp": "Mon 2026-02-16 14:34:40 EST", "ActiveEnterTimestampMonotonic": "191055904", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "system.slice polkit.service dbus.service basic.target", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Mon 2026-02-16 14:34:40 EST", "AssertTimestampMonotonic": "190814560", "Before": "multi-user.target network-pre.target shutdown.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:40 EST", "ConditionTimestampMonotonic": "190814558", "Conflicts": "ipset.service shutdown.target ip6tables.service ebtables.service iptables.service", "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": "9666", "ExecMainStartTimestamp": "Mon 2026-02-16 14:34:40 EST", "ExecMainStartTimestampMonotonic": "190815948", "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:40 EST] ; stop_time=[n/a] ; pid=9666 ; 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:40 EST", "InactiveExitTimestampMonotonic": "190815977", "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": "9666", "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:40 EST", "WatchdogTimestampMonotonic": "191055854", "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:40 -0500 (0:00:00.400) 0:00:36.516 ******* ok: [managed-node1] => { "changed": false, "enabled": true, "name": "firewalld", "state": "started", "status": { "ActiveEnterTimestamp": "Mon 2026-02-16 14:34:40 EST", "ActiveEnterTimestampMonotonic": "191055904", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "system.slice polkit.service dbus.service basic.target", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Mon 2026-02-16 14:34:40 EST", "AssertTimestampMonotonic": "190814560", "Before": "multi-user.target network-pre.target shutdown.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:40 EST", "ConditionTimestampMonotonic": "190814558", "Conflicts": "ipset.service shutdown.target ip6tables.service ebtables.service iptables.service", "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": "9666", "ExecMainStartTimestamp": "Mon 2026-02-16 14:34:40 EST", "ExecMainStartTimestampMonotonic": "190815948", "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:40 EST] ; stop_time=[n/a] ; pid=9666 ; 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:40 EST", "InactiveExitTimestampMonotonic": "190815977", "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": "9666", "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:40 EST", "WatchdogTimestampMonotonic": "191055854", "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:41 -0500 (0:00:00.432) 0:00:36.949 ******* ok: [managed-node1] => { "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:37:41 -0500 (0:00:00.063) 0:00:37.012 ******* skipping: [managed-node1] => { "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:37:41 -0500 (0:00:00.037) 0:00:37.049 ******* skipping: [managed-node1] => { "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:41 -0500 (0:00:00.037) 0:00:37.087 ******* changed: [managed-node1] => (item={u'protocol': u'icmp', u'service': u'systemroletest', u'helper_module': u'__omit_place_holder__dfb191aca9ab72de8e28b3433734cbaa6fb9d24a', u'destination': [u'1.1.1.1', u'1::1'], u'includes': [], u'state': u'absent', u'permanent': True, u'source_port': [u'10000/udp'], u'port': [u'9999/udp']}) => { "__firewall_changed": true, "ansible_loop_var": "item", "changed": true, "item": { "destination": [ "1.1.1.1", "1::1" ], "helper_module": "__omit_place_holder__dfb191aca9ab72de8e28b3433734cbaa6fb9d24a", "includes": [], "permanent": true, "port": [ "9999/udp" ], "protocol": "icmp", "service": "systemroletest", "source_port": [ "10000/udp" ], "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:37:42 -0500 (0:00:00.800) 0:00:37.888 ******* skipping: [managed-node1] => (item={u'protocol': u'icmp', u'service': u'systemroletest', u'helper_module': u'__omit_place_holder__dfb191aca9ab72de8e28b3433734cbaa6fb9d24a', u'destination': [u'1.1.1.1', u'1::1'], u'includes': [], u'state': u'absent', u'permanent': True, u'source_port': [u'10000/udp'], u'port': [u'9999/udp']}) => { "ansible_loop_var": "item", "changed": false, "item": { "destination": [ "1.1.1.1", "1::1" ], "helper_module": "__omit_place_holder__dfb191aca9ab72de8e28b3433734cbaa6fb9d24a", "includes": [], "permanent": true, "port": [ "9999/udp" ], "protocol": "icmp", "service": "systemroletest", "source_port": [ "10000/udp" ], "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:37:42 -0500 (0:00:00.118) 0:00:38.007 ******* skipping: [managed-node1] => { "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:42 -0500 (0:00:00.099) 0:00:38.107 ******* skipping: [managed-node1] => { "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:42 -0500 (0:00:00.056) 0:00:38.163 ******* skipping: [managed-node1] => { "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:42 -0500 (0:00:00.051) 0:00:38.214 ******* skipping: [managed-node1] => { "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:37:42 -0500 (0:00:00.048) 0:00:38.262 ******* skipping: [managed-node1] => { "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:37:42 -0500 (0:00:00.042) 0:00:38.304 ******* skipping: [managed-node1] => {} TASK [Fail if custom service elements unchanged] ******************************* task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_service.yml:248 Monday 16 February 2026 14:37:42 -0500 (0:00:00.037) 0:00:38.342 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Remove custom service elements again] ************************************ task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_service.yml:253 Monday 16 February 2026 14:37:42 -0500 (0:00:00.037) 0:00:38.379 ******* 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:42 -0500 (0:00:00.189) 0:00:38.569 ******* included: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml for managed-node1 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:42 -0500 (0:00:00.037) 0:00:38.606 ******* skipping: [managed-node1] => { "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:42 -0500 (0:00:00.060) 0:00:38.667 ******* skipping: [managed-node1] => { "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:42 -0500 (0:00:00.054) 0:00:38.722 ******* skipping: [managed-node1] => { "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:42 -0500 (0:00:00.056) 0:00:38.778 ******* skipping: [managed-node1] => { "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:43 -0500 (0:00:00.055) 0:00:38.833 ******* skipping: [managed-node1] => { "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:43 -0500 (0:00:00.050) 0:00:38.883 ******* skipping: [managed-node1] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=CentOS_7.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS_7.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (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:43 -0500 (0:00:00.098) 0:00:38.982 ******* included: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml for managed-node1 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:43 -0500 (0:00:00.044) 0:00:39.027 ******* skipping: [managed-node1] => { "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:43 -0500 (0:00:00.044) 0:00:39.071 ******* skipping: [managed-node1] => { "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:43 -0500 (0:00:00.045) 0:00:39.117 ******* skipping: [managed-node1] => { "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:43 -0500 (0:00:00.043) 0:00:39.160 ******* ok: [managed-node1] => { "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:43 -0500 (0:00:00.615) 0:00:39.776 ******* skipping: [managed-node1] => {} 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:44 -0500 (0:00:00.059) 0:00:39.836 ******* skipping: [managed-node1] => { "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:44 -0500 (0:00:00.053) 0:00:39.889 ******* skipping: [managed-node1] => { "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:44 -0500 (0:00:00.051) 0:00:39.941 ******* skipping: [managed-node1] => (item=nftables) => { "ansible_loop_var": "item", "changed": false, "item": "nftables", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=iptables) => { "ansible_loop_var": "item", "changed": false, "item": "iptables", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (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:44 -0500 (0:00:00.077) 0:00:40.018 ******* skipping: [managed-node1] => (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-node1] => (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-node1] => (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:44 -0500 (0:00:00.066) 0:00:40.084 ******* ok: [managed-node1] => { "changed": false, "name": "firewalld", "status": { "ActiveEnterTimestamp": "Mon 2026-02-16 14:34:40 EST", "ActiveEnterTimestampMonotonic": "191055904", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "system.slice polkit.service dbus.service basic.target", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Mon 2026-02-16 14:34:40 EST", "AssertTimestampMonotonic": "190814560", "Before": "multi-user.target network-pre.target shutdown.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:40 EST", "ConditionTimestampMonotonic": "190814558", "Conflicts": "ipset.service shutdown.target ip6tables.service ebtables.service iptables.service", "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": "9666", "ExecMainStartTimestamp": "Mon 2026-02-16 14:34:40 EST", "ExecMainStartTimestampMonotonic": "190815948", "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:40 EST] ; stop_time=[n/a] ; pid=9666 ; 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:40 EST", "InactiveExitTimestampMonotonic": "190815977", "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": "9666", "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:40 EST", "WatchdogTimestampMonotonic": "191055854", "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:44 -0500 (0:00:00.399) 0:00:40.484 ******* ok: [managed-node1] => { "changed": false, "enabled": true, "name": "firewalld", "state": "started", "status": { "ActiveEnterTimestamp": "Mon 2026-02-16 14:34:40 EST", "ActiveEnterTimestampMonotonic": "191055904", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "system.slice polkit.service dbus.service basic.target", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Mon 2026-02-16 14:34:40 EST", "AssertTimestampMonotonic": "190814560", "Before": "multi-user.target network-pre.target shutdown.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:40 EST", "ConditionTimestampMonotonic": "190814558", "Conflicts": "ipset.service shutdown.target ip6tables.service ebtables.service iptables.service", "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": "9666", "ExecMainStartTimestamp": "Mon 2026-02-16 14:34:40 EST", "ExecMainStartTimestampMonotonic": "190815948", "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:40 EST] ; stop_time=[n/a] ; pid=9666 ; 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:40 EST", "InactiveExitTimestampMonotonic": "190815977", "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": "9666", "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:40 EST", "WatchdogTimestampMonotonic": "191055854", "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:45 -0500 (0:00:00.410) 0:00:40.895 ******* ok: [managed-node1] => { "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:37:45 -0500 (0:00:00.079) 0:00:40.974 ******* skipping: [managed-node1] => { "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:37:45 -0500 (0:00:00.066) 0:00:41.040 ******* skipping: [managed-node1] => { "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:45 -0500 (0:00:00.051) 0:00:41.092 ******* ok: [managed-node1] => (item={u'protocol': u'icmp', u'service': u'systemroletest', u'helper_module': u'__omit_place_holder__dfb191aca9ab72de8e28b3433734cbaa6fb9d24a', u'destination': [u'1.1.1.1', u'1::1'], u'includes': [], u'state': u'absent', u'permanent': True, u'source_port': [u'10000/udp'], u'port': [u'9999/udp']}) => { "__firewall_changed": false, "ansible_loop_var": "item", "changed": false, "item": { "destination": [ "1.1.1.1", "1::1" ], "helper_module": "__omit_place_holder__dfb191aca9ab72de8e28b3433734cbaa6fb9d24a", "includes": [], "permanent": true, "port": [ "9999/udp" ], "protocol": "icmp", "service": "systemroletest", "source_port": [ "10000/udp" ], "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:37:45 -0500 (0:00:00.618) 0:00:41.710 ******* skipping: [managed-node1] => (item={u'protocol': u'icmp', u'service': u'systemroletest', u'helper_module': u'__omit_place_holder__dfb191aca9ab72de8e28b3433734cbaa6fb9d24a', u'destination': [u'1.1.1.1', u'1::1'], u'includes': [], u'state': u'absent', u'permanent': True, u'source_port': [u'10000/udp'], u'port': [u'9999/udp']}) => { "ansible_loop_var": "item", "changed": false, "item": { "destination": [ "1.1.1.1", "1::1" ], "helper_module": "__omit_place_holder__dfb191aca9ab72de8e28b3433734cbaa6fb9d24a", "includes": [], "permanent": true, "port": [ "9999/udp" ], "protocol": "icmp", "service": "systemroletest", "source_port": [ "10000/udp" ], "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:37:46 -0500 (0:00:00.121) 0:00:41.832 ******* skipping: [managed-node1] => { "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:46 -0500 (0:00:00.095) 0:00:41.927 ******* skipping: [managed-node1] => { "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:46 -0500 (0:00:00.067) 0:00:41.995 ******* skipping: [managed-node1] => { "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:46 -0500 (0:00:00.066) 0:00:42.062 ******* skipping: [managed-node1] => { "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:37:46 -0500 (0:00:00.057) 0:00:42.119 ******* skipping: [managed-node1] => { "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:37:46 -0500 (0:00:00.055) 0:00:42.175 ******* skipping: [managed-node1] => {} TASK [Fail if custom service elements changed] ********************************* task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_service.yml:270 Monday 16 February 2026 14:37:46 -0500 (0:00:00.053) 0:00:42.229 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get all services] ******************************************************** task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_service.yml:275 Monday 16 February 2026 14:37:46 -0500 (0:00:00.052) 0:00:42.281 ******* ok: [managed-node1] => { "changed": false, "cmd": [ "firewall-offline-cmd", "--get-services" ], "delta": "0:00:00.209829", "end": "2026-02-16 14:37:46.977722", "rc": 0, "start": "2026-02-16 14:37:46.767893" } STDOUT: RH-Satellite-6 RH-Satellite-6-capsule amanda-client amanda-k5-client amqp amqps apcupsd audit bacula bacula-client bgp bitcoin bitcoin-rpc bitcoin-testnet bitcoin-testnet-rpc ceph ceph-mon cfengine condor-collector ctdb dhcp dhcpv6 dhcpv6-client distcc dns docker-registry docker-swarm dropbox-lansync elasticsearch etcd-client etcd-server finger freeipa-ldap freeipa-ldaps freeipa-replication freeipa-trust ftp ganglia-client ganglia-master git gre high-availability http https imap imaps ipp ipp-client ipsec irc ircs iscsi-target isns jenkins kadmin kerberos kibana klogin kpasswd kprop kshell ldap ldaps libvirt libvirt-tls lightning-network llmnr managesieve matrix mdns minidlna mongodb mosh mountd mqtt mqtt-tls ms-wbt mssql murmur mysql nfs nfs3 nmea-0183 nrpe ntp nut openvpn ovirt-imageio ovirt-storageconsole ovirt-vmconsole plex pmcd pmproxy pmwebapi pmwebapis pop3 pop3s postgresql privoxy proxy-dhcp ptp pulseaudio puppetmaster quassel radius redis rpc-bind rsh rsyncd rtsp salt-master samba samba-client samba-dc sane sip sips slp smtp smtp-submission smtps snmp snmptrap spideroak-lansync squid ssh steam-streaming svdrp svn syncthing syncthing-gui synergy syslog syslog-tls systemroletest telnet tftp tftp-client tinc tor-socks transmission-client upnp-client vdsm vnc-server wbem-http wbem-https wsman wsmans xdmcp xmpp-bosh xmpp-client xmpp-local xmpp-server zabbix-agent zabbix-server TASK [Fail if systemroletest removed] ****************************************** task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_service.yml:280 Monday 16 February 2026 14:37:47 -0500 (0:00:00.536) 0:00:42.818 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Remove custom service] *************************************************** task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_service.yml:289 Monday 16 February 2026 14:37:47 -0500 (0:00:00.038) 0:00:42.856 ******* 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:47 -0500 (0:00:00.315) 0:00:43.172 ******* included: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml for managed-node1 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:47 -0500 (0:00:00.045) 0:00:43.217 ******* skipping: [managed-node1] => { "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:47 -0500 (0:00:00.063) 0:00:43.281 ******* skipping: [managed-node1] => { "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:47 -0500 (0:00:00.054) 0:00:43.335 ******* skipping: [managed-node1] => { "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:47 -0500 (0:00:00.050) 0:00:43.386 ******* skipping: [managed-node1] => { "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:47 -0500 (0:00:00.047) 0:00:43.433 ******* skipping: [managed-node1] => { "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:47 -0500 (0:00:00.048) 0:00:43.482 ******* skipping: [managed-node1] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=CentOS_7.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS_7.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (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:47 -0500 (0:00:00.066) 0:00:43.549 ******* included: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml for managed-node1 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:47 -0500 (0:00:00.032) 0:00:43.581 ******* skipping: [managed-node1] => { "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:47 -0500 (0:00:00.036) 0:00:43.618 ******* skipping: [managed-node1] => { "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:47 -0500 (0:00:00.054) 0:00:43.672 ******* skipping: [managed-node1] => { "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:47 -0500 (0:00:00.049) 0:00:43.722 ******* ok: [managed-node1] => { "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:48 -0500 (0:00:00.626) 0:00:44.349 ******* skipping: [managed-node1] => {} 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:48 -0500 (0:00:00.037) 0:00:44.386 ******* skipping: [managed-node1] => { "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:48 -0500 (0:00:00.038) 0:00:44.424 ******* skipping: [managed-node1] => { "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:48 -0500 (0:00:00.037) 0:00:44.462 ******* skipping: [managed-node1] => (item=nftables) => { "ansible_loop_var": "item", "changed": false, "item": "nftables", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=iptables) => { "ansible_loop_var": "item", "changed": false, "item": "iptables", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (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:48 -0500 (0:00:00.049) 0:00:44.512 ******* skipping: [managed-node1] => (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-node1] => (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-node1] => (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:48 -0500 (0:00:00.055) 0:00:44.567 ******* ok: [managed-node1] => { "changed": false, "name": "firewalld", "status": { "ActiveEnterTimestamp": "Mon 2026-02-16 14:34:40 EST", "ActiveEnterTimestampMonotonic": "191055904", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "system.slice polkit.service dbus.service basic.target", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Mon 2026-02-16 14:34:40 EST", "AssertTimestampMonotonic": "190814560", "Before": "multi-user.target network-pre.target shutdown.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:40 EST", "ConditionTimestampMonotonic": "190814558", "Conflicts": "ipset.service shutdown.target ip6tables.service ebtables.service iptables.service", "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": "9666", "ExecMainStartTimestamp": "Mon 2026-02-16 14:34:40 EST", "ExecMainStartTimestampMonotonic": "190815948", "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:40 EST] ; stop_time=[n/a] ; pid=9666 ; 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:40 EST", "InactiveExitTimestampMonotonic": "190815977", "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": "9666", "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:40 EST", "WatchdogTimestampMonotonic": "191055854", "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:49 -0500 (0:00:00.385) 0:00:44.953 ******* ok: [managed-node1] => { "changed": false, "enabled": true, "name": "firewalld", "state": "started", "status": { "ActiveEnterTimestamp": "Mon 2026-02-16 14:34:40 EST", "ActiveEnterTimestampMonotonic": "191055904", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "system.slice polkit.service dbus.service basic.target", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Mon 2026-02-16 14:34:40 EST", "AssertTimestampMonotonic": "190814560", "Before": "multi-user.target network-pre.target shutdown.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:40 EST", "ConditionTimestampMonotonic": "190814558", "Conflicts": "ipset.service shutdown.target ip6tables.service ebtables.service iptables.service", "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": "9666", "ExecMainStartTimestamp": "Mon 2026-02-16 14:34:40 EST", "ExecMainStartTimestampMonotonic": "190815948", "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:40 EST] ; stop_time=[n/a] ; pid=9666 ; 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:40 EST", "InactiveExitTimestampMonotonic": "190815977", "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": "9666", "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:40 EST", "WatchdogTimestampMonotonic": "191055854", "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:49 -0500 (0:00:00.453) 0:00:45.406 ******* ok: [managed-node1] => { "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:37:49 -0500 (0:00:00.046) 0:00:45.453 ******* skipping: [managed-node1] => { "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:37:49 -0500 (0:00:00.038) 0:00:45.492 ******* skipping: [managed-node1] => { "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:49 -0500 (0:00:00.038) 0:00:45.531 ******* changed: [managed-node1] => (item={u'state': u'absent', u'permanent': True, u'service': u'systemroletest'}) => { "__firewall_changed": true, "ansible_loop_var": "item", "changed": true, "item": { "permanent": true, "service": "systemroletest", "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:37:50 -0500 (0:00:00.818) 0:00:46.349 ******* skipping: [managed-node1] => (item={u'state': u'absent', u'permanent': True, u'service': u'systemroletest'}) => { "ansible_loop_var": "item", "changed": false, "item": { "permanent": true, "service": "systemroletest", "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:37:50 -0500 (0:00:00.049) 0:00:46.399 ******* skipping: [managed-node1] => { "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:50 -0500 (0:00:00.041) 0:00:46.440 ******* skipping: [managed-node1] => { "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:50 -0500 (0:00:00.036) 0:00:46.477 ******* skipping: [managed-node1] => { "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:50 -0500 (0:00:00.035) 0:00:46.512 ******* skipping: [managed-node1] => { "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:37:50 -0500 (0:00:00.036) 0:00:46.549 ******* skipping: [managed-node1] => { "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:37:50 -0500 (0:00:00.036) 0:00:46.586 ******* skipping: [managed-node1] => {} TASK [Get all services] ******************************************************** task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_service.yml:298 Monday 16 February 2026 14:37:50 -0500 (0:00:00.035) 0:00:46.622 ******* ok: [managed-node1] => { "changed": false, "cmd": [ "firewall-offline-cmd", "--get-services" ], "delta": "0:00:00.210423", "end": "2026-02-16 14:37:51.290335", "rc": 0, "start": "2026-02-16 14:37:51.079912" } STDOUT: RH-Satellite-6 RH-Satellite-6-capsule amanda-client amanda-k5-client amqp amqps apcupsd audit bacula bacula-client bgp bitcoin bitcoin-rpc bitcoin-testnet bitcoin-testnet-rpc ceph ceph-mon cfengine condor-collector ctdb dhcp dhcpv6 dhcpv6-client distcc dns docker-registry docker-swarm dropbox-lansync elasticsearch etcd-client etcd-server finger freeipa-ldap freeipa-ldaps freeipa-replication freeipa-trust ftp ganglia-client ganglia-master git gre high-availability http https imap imaps ipp ipp-client ipsec irc ircs iscsi-target isns jenkins kadmin kerberos kibana klogin kpasswd kprop kshell ldap ldaps libvirt libvirt-tls lightning-network llmnr managesieve matrix mdns minidlna mongodb mosh mountd mqtt mqtt-tls ms-wbt mssql murmur mysql nfs nfs3 nmea-0183 nrpe ntp nut openvpn ovirt-imageio ovirt-storageconsole ovirt-vmconsole plex pmcd pmproxy pmwebapi pmwebapis pop3 pop3s postgresql privoxy proxy-dhcp ptp pulseaudio puppetmaster quassel radius redis rpc-bind rsh rsyncd rtsp salt-master samba samba-client samba-dc sane sip sips slp smtp smtp-submission smtps snmp snmptrap spideroak-lansync squid ssh steam-streaming svdrp svn syncthing syncthing-gui synergy syslog syslog-tls telnet tftp tftp-client tinc tor-socks transmission-client upnp-client vdsm vnc-server wbem-http wbem-https wsman wsmans xdmcp xmpp-bosh xmpp-client xmpp-local xmpp-server zabbix-agent zabbix-server TASK [Fail when custom service not removed] ************************************ task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_service.yml:303 Monday 16 February 2026 14:37:51 -0500 (0:00:00.518) 0:00:47.140 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Remove custom service again] ********************************************* task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_service.yml:308 Monday 16 February 2026 14:37:51 -0500 (0:00:00.059) 0:00:47.200 ******* 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:51 -0500 (0:00:00.426) 0:00:47.627 ******* included: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml for managed-node1 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:51 -0500 (0:00:00.044) 0:00:47.671 ******* skipping: [managed-node1] => { "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:51 -0500 (0:00:00.059) 0:00:47.731 ******* skipping: [managed-node1] => { "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:51 -0500 (0:00:00.056) 0:00:47.788 ******* skipping: [managed-node1] => { "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:52 -0500 (0:00:00.054) 0:00:47.842 ******* skipping: [managed-node1] => { "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:52 -0500 (0:00:00.054) 0:00:47.897 ******* skipping: [managed-node1] => { "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:52 -0500 (0:00:00.042) 0:00:47.939 ******* skipping: [managed-node1] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=CentOS_7.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS_7.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (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:52 -0500 (0:00:00.085) 0:00:48.024 ******* included: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml for managed-node1 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:52 -0500 (0:00:00.040) 0:00:48.065 ******* skipping: [managed-node1] => { "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:52 -0500 (0:00:00.037) 0:00:48.102 ******* skipping: [managed-node1] => { "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:52 -0500 (0:00:00.036) 0:00:48.138 ******* skipping: [managed-node1] => { "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:52 -0500 (0:00:00.040) 0:00:48.178 ******* ok: [managed-node1] => { "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:52 -0500 (0:00:00.606) 0:00:48.785 ******* skipping: [managed-node1] => {} 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:53 -0500 (0:00:00.051) 0:00:48.837 ******* skipping: [managed-node1] => { "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:53 -0500 (0:00:00.054) 0:00:48.891 ******* skipping: [managed-node1] => { "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:53 -0500 (0:00:00.058) 0:00:48.950 ******* skipping: [managed-node1] => (item=nftables) => { "ansible_loop_var": "item", "changed": false, "item": "nftables", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=iptables) => { "ansible_loop_var": "item", "changed": false, "item": "iptables", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (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:53 -0500 (0:00:00.067) 0:00:49.017 ******* skipping: [managed-node1] => (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-node1] => (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-node1] => (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:53 -0500 (0:00:00.066) 0:00:49.083 ******* ok: [managed-node1] => { "changed": false, "name": "firewalld", "status": { "ActiveEnterTimestamp": "Mon 2026-02-16 14:34:40 EST", "ActiveEnterTimestampMonotonic": "191055904", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "system.slice polkit.service dbus.service basic.target", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Mon 2026-02-16 14:34:40 EST", "AssertTimestampMonotonic": "190814560", "Before": "multi-user.target network-pre.target shutdown.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:40 EST", "ConditionTimestampMonotonic": "190814558", "Conflicts": "ipset.service shutdown.target ip6tables.service ebtables.service iptables.service", "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": "9666", "ExecMainStartTimestamp": "Mon 2026-02-16 14:34:40 EST", "ExecMainStartTimestampMonotonic": "190815948", "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:40 EST] ; stop_time=[n/a] ; pid=9666 ; 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:40 EST", "InactiveExitTimestampMonotonic": "190815977", "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": "9666", "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:40 EST", "WatchdogTimestampMonotonic": "191055854", "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:53 -0500 (0:00:00.401) 0:00:49.485 ******* ok: [managed-node1] => { "changed": false, "enabled": true, "name": "firewalld", "state": "started", "status": { "ActiveEnterTimestamp": "Mon 2026-02-16 14:34:40 EST", "ActiveEnterTimestampMonotonic": "191055904", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "system.slice polkit.service dbus.service basic.target", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Mon 2026-02-16 14:34:40 EST", "AssertTimestampMonotonic": "190814560", "Before": "multi-user.target network-pre.target shutdown.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:40 EST", "ConditionTimestampMonotonic": "190814558", "Conflicts": "ipset.service shutdown.target ip6tables.service ebtables.service iptables.service", "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": "9666", "ExecMainStartTimestamp": "Mon 2026-02-16 14:34:40 EST", "ExecMainStartTimestampMonotonic": "190815948", "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:40 EST] ; stop_time=[n/a] ; pid=9666 ; 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:40 EST", "InactiveExitTimestampMonotonic": "190815977", "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": "9666", "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:40 EST", "WatchdogTimestampMonotonic": "191055854", "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:54 -0500 (0:00:00.426) 0:00:49.911 ******* ok: [managed-node1] => { "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:37:54 -0500 (0:00:00.066) 0:00:49.978 ******* skipping: [managed-node1] => { "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:37:54 -0500 (0:00:00.059) 0:00:50.038 ******* skipping: [managed-node1] => { "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:54 -0500 (0:00:00.050) 0:00:50.088 ******* ok: [managed-node1] => (item={u'state': u'absent', u'permanent': True, u'service': u'systemroletest'}) => { "__firewall_changed": false, "ansible_loop_var": "item", "changed": false, "item": { "permanent": true, "service": "systemroletest", "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:37:54 -0500 (0:00:00.587) 0:00:50.675 ******* skipping: [managed-node1] => (item={u'state': u'absent', u'permanent': True, u'service': u'systemroletest'}) => { "ansible_loop_var": "item", "changed": false, "item": { "permanent": true, "service": "systemroletest", "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:37:54 -0500 (0:00:00.078) 0:00:50.754 ******* skipping: [managed-node1] => { "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:55 -0500 (0:00:00.055) 0:00:50.809 ******* skipping: [managed-node1] => { "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:55 -0500 (0:00:00.047) 0:00:50.856 ******* skipping: [managed-node1] => { "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:55 -0500 (0:00:00.038) 0:00:50.895 ******* skipping: [managed-node1] => { "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:37:55 -0500 (0:00:00.037) 0:00:50.932 ******* skipping: [managed-node1] => { "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:37:55 -0500 (0:00:00.037) 0:00:50.969 ******* skipping: [managed-node1] => {} TASK [Fail if second removal changes anything] ********************************* task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_service.yml:317 Monday 16 February 2026 14:37:55 -0500 (0:00:00.035) 0:00:51.005 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Attempt to enable http-alt, which does not exist] ************************ task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_service.yml:325 Monday 16 February 2026 14:37:55 -0500 (0:00:00.036) 0:00:51.042 ******* 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:55 -0500 (0:00:00.044) 0:00:51.086 ******* included: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml for managed-node1 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:55 -0500 (0:00:00.031) 0:00:51.117 ******* skipping: [managed-node1] => { "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:55 -0500 (0:00:00.045) 0:00:51.163 ******* skipping: [managed-node1] => { "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:55 -0500 (0:00:00.052) 0:00:51.215 ******* skipping: [managed-node1] => { "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:55 -0500 (0:00:00.055) 0:00:51.271 ******* skipping: [managed-node1] => { "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:55 -0500 (0:00:00.058) 0:00:51.329 ******* skipping: [managed-node1] => { "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:55 -0500 (0:00:00.053) 0:00:51.382 ******* skipping: [managed-node1] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=CentOS_7.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS_7.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (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:55 -0500 (0:00:00.097) 0:00:51.480 ******* included: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml for managed-node1 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:55 -0500 (0:00:00.058) 0:00:51.539 ******* skipping: [managed-node1] => { "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:55 -0500 (0:00:00.049) 0:00:51.588 ******* skipping: [managed-node1] => { "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:55 -0500 (0:00:00.056) 0:00:51.645 ******* skipping: [managed-node1] => { "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:55 -0500 (0:00:00.047) 0:00:51.693 ******* ok: [managed-node1] => { "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:56 -0500 (0:00:00.710) 0:00:52.403 ******* skipping: [managed-node1] => {} 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:56 -0500 (0:00:00.047) 0:00:52.451 ******* skipping: [managed-node1] => { "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:56 -0500 (0:00:00.052) 0:00:52.503 ******* skipping: [managed-node1] => { "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:56 -0500 (0:00:00.044) 0:00:52.548 ******* skipping: [managed-node1] => (item=nftables) => { "ansible_loop_var": "item", "changed": false, "item": "nftables", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=iptables) => { "ansible_loop_var": "item", "changed": false, "item": "iptables", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (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:56 -0500 (0:00:00.054) 0:00:52.602 ******* skipping: [managed-node1] => (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-node1] => (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-node1] => (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:56 -0500 (0:00:00.057) 0:00:52.659 ******* ok: [managed-node1] => { "changed": false, "name": "firewalld", "status": { "ActiveEnterTimestamp": "Mon 2026-02-16 14:34:40 EST", "ActiveEnterTimestampMonotonic": "191055904", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "system.slice polkit.service dbus.service basic.target", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Mon 2026-02-16 14:34:40 EST", "AssertTimestampMonotonic": "190814560", "Before": "multi-user.target network-pre.target shutdown.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:40 EST", "ConditionTimestampMonotonic": "190814558", "Conflicts": "ipset.service shutdown.target ip6tables.service ebtables.service iptables.service", "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": "9666", "ExecMainStartTimestamp": "Mon 2026-02-16 14:34:40 EST", "ExecMainStartTimestampMonotonic": "190815948", "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:40 EST] ; stop_time=[n/a] ; pid=9666 ; 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:40 EST", "InactiveExitTimestampMonotonic": "190815977", "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": "9666", "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:40 EST", "WatchdogTimestampMonotonic": "191055854", "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:57 -0500 (0:00:00.449) 0:00:53.109 ******* ok: [managed-node1] => { "changed": false, "enabled": true, "name": "firewalld", "state": "started", "status": { "ActiveEnterTimestamp": "Mon 2026-02-16 14:34:40 EST", "ActiveEnterTimestampMonotonic": "191055904", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "system.slice polkit.service dbus.service basic.target", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Mon 2026-02-16 14:34:40 EST", "AssertTimestampMonotonic": "190814560", "Before": "multi-user.target network-pre.target shutdown.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:40 EST", "ConditionTimestampMonotonic": "190814558", "Conflicts": "ipset.service shutdown.target ip6tables.service ebtables.service iptables.service", "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": "9666", "ExecMainStartTimestamp": "Mon 2026-02-16 14:34:40 EST", "ExecMainStartTimestampMonotonic": "190815948", "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:40 EST] ; stop_time=[n/a] ; pid=9666 ; 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:40 EST", "InactiveExitTimestampMonotonic": "190815977", "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": "9666", "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:40 EST", "WatchdogTimestampMonotonic": "191055854", "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:57 -0500 (0:00:00.421) 0:00:53.530 ******* ok: [managed-node1] => { "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:37:57 -0500 (0:00:00.046) 0:00:53.576 ******* skipping: [managed-node1] => { "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:37:57 -0500 (0:00:00.039) 0:00:53.616 ******* skipping: [managed-node1] => { "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:57 -0500 (0:00:00.044) 0:00:53.661 ******* ok: [managed-node1] => (item={u'state': u'enabled', u'permanent': True, u'zone': u'public', u'service': u'http-alt'}) => { "__firewall_changed": false, "ansible_loop_var": "item", "changed": false, "item": { "permanent": true, "service": "http-alt", "state": "enabled", "zone": "public" }, "warnings": [ "Service does not exist - http-alt. Ensure that you define the service in the playbook before running it in diff mode" ] } [WARNING]: Service does not exist - http-alt. Ensure that you define the service in the playbook before running it in diff mode 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:58 -0500 (0:00:00.621) 0:00:54.282 ******* skipping: [managed-node1] => (item={u'state': u'enabled', u'permanent': True, u'zone': u'public', u'service': u'http-alt'}) => { "ansible_loop_var": "item", "changed": false, "item": { "permanent": true, "service": "http-alt", "state": "enabled", "zone": "public" }, "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:37:58 -0500 (0:00:00.071) 0:00:54.354 ******* skipping: [managed-node1] => { "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:58 -0500 (0:00:00.058) 0:00:54.413 ******* skipping: [managed-node1] => { "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:58 -0500 (0:00:00.044) 0:00:54.457 ******* skipping: [managed-node1] => { "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:58 -0500 (0:00:00.042) 0:00:54.499 ******* skipping: [managed-node1] => { "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:37:58 -0500 (0:00:00.037) 0:00:54.537 ******* skipping: [managed-node1] => { "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:37:58 -0500 (0:00:00.037) 0:00:54.574 ******* skipping: [managed-node1] => {} TASK [Fail if enabling service in check mode reports changes] ****************** task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_service.yml:335 Monday 16 February 2026 14:37:58 -0500 (0:00:00.037) 0:00:54.612 ******* skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Cleanup] ***************************************************************** task path: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_service.yml:343 Monday 16 February 2026 14:37:58 -0500 (0:00:00.037) 0:00:54.649 ******* 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:59 -0500 (0:00:00.338) 0:00:54.987 ******* included: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml for managed-node1 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:59 -0500 (0:00:00.045) 0:00:55.033 ******* skipping: [managed-node1] => { "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:59 -0500 (0:00:00.067) 0:00:55.101 ******* skipping: [managed-node1] => { "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:59 -0500 (0:00:00.064) 0:00:55.165 ******* skipping: [managed-node1] => { "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:59 -0500 (0:00:00.056) 0:00:55.221 ******* skipping: [managed-node1] => { "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:59 -0500 (0:00:00.056) 0:00:55.278 ******* skipping: [managed-node1] => { "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:59 -0500 (0:00:00.050) 0:00:55.329 ******* skipping: [managed-node1] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=CentOS_7.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS_7.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (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:59 -0500 (0:00:00.092) 0:00:55.422 ******* included: /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml for managed-node1 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:59 -0500 (0:00:00.050) 0:00:55.473 ******* skipping: [managed-node1] => { "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:59 -0500 (0:00:00.057) 0:00:55.530 ******* skipping: [managed-node1] => { "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:59 -0500 (0:00:00.056) 0:00:55.587 ******* skipping: [managed-node1] => { "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:59 -0500 (0:00:00.054) 0:00:55.641 ******* ok: [managed-node1] => { "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:38:00 -0500 (0:00:00.713) 0:00:56.355 ******* skipping: [managed-node1] => {} 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:38:00 -0500 (0:00:00.058) 0:00:56.413 ******* skipping: [managed-node1] => { "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:38:00 -0500 (0:00:00.048) 0:00:56.461 ******* skipping: [managed-node1] => { "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:38:00 -0500 (0:00:00.046) 0:00:56.508 ******* skipping: [managed-node1] => (item=nftables) => { "ansible_loop_var": "item", "changed": false, "item": "nftables", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=iptables) => { "ansible_loop_var": "item", "changed": false, "item": "iptables", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (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:38:00 -0500 (0:00:00.063) 0:00:56.571 ******* skipping: [managed-node1] => (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-node1] => (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-node1] => (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:38:00 -0500 (0:00:00.060) 0:00:56.632 ******* ok: [managed-node1] => { "changed": false, "name": "firewalld", "status": { "ActiveEnterTimestamp": "Mon 2026-02-16 14:34:40 EST", "ActiveEnterTimestampMonotonic": "191055904", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "system.slice polkit.service dbus.service basic.target", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Mon 2026-02-16 14:34:40 EST", "AssertTimestampMonotonic": "190814560", "Before": "multi-user.target network-pre.target shutdown.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:40 EST", "ConditionTimestampMonotonic": "190814558", "Conflicts": "ipset.service shutdown.target ip6tables.service ebtables.service iptables.service", "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": "9666", "ExecMainStartTimestamp": "Mon 2026-02-16 14:34:40 EST", "ExecMainStartTimestampMonotonic": "190815948", "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:40 EST] ; stop_time=[n/a] ; pid=9666 ; 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:40 EST", "InactiveExitTimestampMonotonic": "190815977", "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": "9666", "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:40 EST", "WatchdogTimestampMonotonic": "191055854", "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:38:01 -0500 (0:00:00.401) 0:00:57.034 ******* ok: [managed-node1] => { "changed": false, "enabled": true, "name": "firewalld", "state": "started", "status": { "ActiveEnterTimestamp": "Mon 2026-02-16 14:34:40 EST", "ActiveEnterTimestampMonotonic": "191055904", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "system.slice polkit.service dbus.service basic.target", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Mon 2026-02-16 14:34:40 EST", "AssertTimestampMonotonic": "190814560", "Before": "multi-user.target network-pre.target shutdown.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:40 EST", "ConditionTimestampMonotonic": "190814558", "Conflicts": "ipset.service shutdown.target ip6tables.service ebtables.service iptables.service", "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": "9666", "ExecMainStartTimestamp": "Mon 2026-02-16 14:34:40 EST", "ExecMainStartTimestampMonotonic": "190815948", "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:40 EST] ; stop_time=[n/a] ; pid=9666 ; 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:40 EST", "InactiveExitTimestampMonotonic": "190815977", "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": "9666", "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:40 EST", "WatchdogTimestampMonotonic": "191055854", "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:38:01 -0500 (0:00:00.440) 0:00:57.475 ******* ok: [managed-node1] => { "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:38:01 -0500 (0:00:00.046) 0:00:57.521 ******* ok: [managed-node1] => { "changed": false, "rc": 0 } STDOUT: 94ab11c4e18dab5f883072983452331155deff3e66417f85d5272fd296284857 /etc/firewalld/services/http.xml 65a9e4a0653b58f6808edcf6d432f6676485af237e73cb7adaabab4df3fac7bc /etc/firewalld/firewalld.conf STDERR: Shared connection to 10.31.45.27 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:38:02 -0500 (0:00:00.864) 0:00:58.386 ******* ok: [managed-node1] => { "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:38:02 -0500 (0:00:00.044) 0:00:58.431 ******* 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:38:02 -0500 (0:00:00.038) 0:00:58.470 ******* 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:38:02 -0500 (0:00:00.039) 0:00:58.509 ******* skipping: [managed-node1] => { "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:38:02 -0500 (0:00:00.045) 0:00:58.555 ******* skipping: [managed-node1] => { "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:38:02 -0500 (0:00:00.038) 0:00:58.593 ******* skipping: [managed-node1] => { "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:38:02 -0500 (0:00:00.037) 0:00:58.631 ******* ok: [managed-node1] => { "changed": false, "rc": 0 } STDOUT: 65a9e4a0653b58f6808edcf6d432f6676485af237e73cb7adaabab4df3fac7bc /etc/firewalld/firewalld.conf STDERR: Shared connection to 10.31.45.27 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:38:03 -0500 (0:00:00.368) 0:00:59.000 ******* changed: [managed-node1] => { "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:38:03 -0500 (0:00:00.065) 0:00:59.066 ******* skipping: [managed-node1] => {} META: ran handlers META: ran handlers PLAY RECAP ********************************************************************* managed-node1 : ok=117 changed=7 unreachable=0 failed=0 skipped=327 rescued=0 ignored=1 SYSTEM ROLES ERRORS BEGIN v1 [] SYSTEM ROLES ERRORS END v1 TASKS RECAP ******************************************************************** Monday 16 February 2026 14:38:03 -0500 (0:00:00.058) 0:00:59.124 ******* =============================================================================== fedora.linux_system_roles.firewall : Get config files, checksums before and remove --- 1.70s /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:48 fedora.linux_system_roles.firewall : Configure firewall ----------------- 1.42s /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:77 fedora.linux_system_roles.firewall : Configure firewall ----------------- 1.41s /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:77 fedora.linux_system_roles.firewall : Configure firewall ----------------- 1.39s /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:77 fedora.linux_system_roles.firewall : Configure firewall ----------------- 1.35s /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:77 fedora.linux_system_roles.firewall : Unmask firewalld service ----------- 1.12s /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:27 Gathering Facts --------------------------------------------------------- 1.08s /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/tests/firewall/tests_service.yml:2 fedora.linux_system_roles.firewall : Enable and start firewalld service --- 0.88s /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:33 fedora.linux_system_roles.firewall : Enable and start firewalld service --- 0.85s /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:33 fedora.linux_system_roles.firewall : Enable and start firewalld service --- 0.84s /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:33 fedora.linux_system_roles.firewall : Install firewalld ------------------ 0.82s /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:22 fedora.linux_system_roles.firewall : Unmask firewalld service ----------- 0.80s /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:27 fedora.linux_system_roles.firewall : Enable and start firewalld service --- 0.79s /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:33 fedora.linux_system_roles.firewall : Unmask firewalld service ----------- 0.79s /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:27 fedora.linux_system_roles.firewall : Unmask firewalld service ----------- 0.79s /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:27 fedora.linux_system_roles.firewall : Configure firewall ----------------- 0.78s /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:77 fedora.linux_system_roles.firewall : Enable and start firewalld service --- 0.77s /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:33 fedora.linux_system_roles.firewall : Unmask firewalld service ----------- 0.76s /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:27 fedora.linux_system_roles.firewall : Get config files, checksums after --- 0.74s /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:165 fedora.linux_system_roles.firewall : Install firewalld ------------------ 0.71s /tmp/collections-BAN/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:22